0s autopkgtest: DBG: testbed init 0s autopkgtest [07:31:26]: starting date and time: 2025-02-10 07:31:26+0000 0s autopkgtest [07:31:26]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [07:31:26]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.pi91hp8g/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-wayland-client --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-21.secgroup --name adt-plucky-s390x-rust-wayland-client-20250210-073126-juju-7f2275-prod-proposed-migration-environment-15-1919d6ef-1185-4d44-be54-bced4c4951da --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 51s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.pEKqbA 51s autopkgtest: DBG: sending command to testbed: print-execute-command 51s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.e9oqhwiz/runcmd 51s autopkgtest: DBG: sending command to testbed: capabilities 51s autopkgtest: DBG: got reply from testbed: ok isolation-machine suggested-normal-user=ubuntu reboot revert-full-system revert root-on-testbed 51s autopkgtest: DBG: testbed capabilities: ['isolation-machine', 'suggested-normal-user=ubuntu', 'reboot', 'revert-full-system', 'revert', 'root-on-testbed', 'has_internet'] 51s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.pEKqbA'], kind short, sout raw, serr pipe, env [] 51s autopkgtest: DBG: testbed command exited with code 0 51s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.pEKqbA/wrapper.sh 52s autopkgtest: DBG: got reply from testbed: ok 52s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.pEKqbA/wrapper.sh'], kind short, sout raw, serr pipe, env [] 52s autopkgtest: DBG: testbed command exited with code 0 52s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 52s autopkgtest: DBG: testbed command exited with code 0 52s autopkgtest [07:32:18]: testbed dpkg architecture: s390x 52s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 52s autopkgtest: DBG: testbed command exited with code 0 52s autopkgtest [07:32:18]: testbed apt version: 2.9.28 52s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 52s autopkgtest: DBG: testbed command exited with code 0 52s autopkgtest: DBG: testbed has eatmydata 52s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 52s autopkgtest: DBG: testbed command exited with code 0 52s autopkgtest [07:32:18]: @@@@@@@@@@@@@@@@@@@@ test bed setup 52s 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 [] 53s autopkgtest: DBG: testbed command exited with code 0 53s autopkgtest [07:32:19]: testbed release detected to be: None 53s 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 [] 53s autopkgtest: DBG: testbed command exited with code 0 53s 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 [] 53s autopkgtest: DBG: testbed command exited with code 0 53s autopkgtest: DBG: adding APT source: Types: deb deb-src 53s URIs: http://ftpmaster.internal/ubuntu/ 53s Suites: plucky-proposed 53s Components: main restricted universe multiverse 53s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 53s 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 [] 53s autopkgtest: DBG: testbed command exited with code 0 53s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 53s Package: * 53s Pin: release plucky-proposed 53s Pin-Priority: 500 53s 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 [] 53s autopkgtest: DBG: testbed command exited with code 0 53s autopkgtest [07:32:19]: updating testbed package index (apt update) 53s 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'] 53s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 54s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 54s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 54s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 54s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [814 kB] 54s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [15.6 kB] 54s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [47.4 kB] 54s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [58.7 kB] 54s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [712 kB] 54s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [15.2 kB] 54s Fetched 1773 kB in 1s (1960 kB/s) 55s Reading package lists... 55s autopkgtest: DBG: testbed command exited with code 0 55s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 55s Package: * 55s Pin: release plucky-proposed 55s Pin-Priority: 100 55s 55s Package: src:rust-defaults:any src:libgit2:any src:rustc-1.84:any 55s Pin: release plucky-proposed 55s Pin-Priority: 995 55s 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 [] 55s autopkgtest: DBG: testbed command exited with code 0 55s 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.pEKqbA/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 55s autopkgtest: DBG: testbed command exited with code 0 55s 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'] 55s + lsb_release --codename --short 55s + RELEASE=plucky 55s + cat 55s + [ plucky != trusty ] 55s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 55s Reading package lists... 55s Building dependency tree... 55s Reading state information... 56s Calculating upgrade... 56s The following packages were automatically installed and are no longer required: 56s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 56s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 56s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 56s linux-tools-6.11.0-8-generic 56s Use 'sudo apt autoremove' to remove them. 56s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 56s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 56s + /usr/lib/apt/apt-helper analyze-pattern ?true 56s + uname -r 56s + sed s/\./\\./g 56s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 56s + apt list ?obsolete 56s + tail -n+2 56s + cut -d/ -f1 56s + grep -v ^linux-.*6\.12\.0-15-generic.* 56s + true 56s + obsolete_pkgs= 56s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 56s Reading package lists... 56s Building dependency tree... 56s Reading state information... 56s The following packages will be REMOVED: 56s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 56s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 56s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 56s linux-tools-6.11.0-8-generic* 56s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 56s After this operation, 167 MB disk space will be freed. 56s (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.) 56s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 56s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 56s Removing libpython3.12t64:s390x (3.12.9-1) ... 56s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 56s Removing libnsl2:s390x (1.3.0-3build3) ... 56s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 56s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 57s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 57s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 57s Processing triggers for libc-bin (2.40-4ubuntu1) ... 57s (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.) 57s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 57s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 58s + grep -q trusty /etc/lsb-release 58s + [ ! -d /usr/share/doc/unattended-upgrades ] 58s + [ ! -d /usr/share/doc/lxd ] 58s + [ ! -d /usr/share/doc/lxd-client ] 58s + [ ! -d /usr/share/doc/snapd ] 58s + type iptables 58s + cat 58s + chmod 755 /etc/rc.local 58s + . /etc/rc.local 58s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 58s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 58s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 58s + uname -m 58s + [ s390x = ppc64le ] 58s + [ -d /run/systemd/system ] 58s + systemd-detect-virt --quiet --vm 58s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 58s + cat 58s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 58s + echo COMPRESS=lz4 58s autopkgtest: DBG: testbed command exited with code 0 58s autopkgtest [07:32:24]: upgrading testbed (apt dist-upgrade and autopurge) 58s 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'] 58s Reading package lists... 58s Building dependency tree... 58s Reading state information... 58s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 58s Starting 2 pkgProblemResolver with broken count: 0 58s Done 58s Entering ResolveByKeep 58s 58s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 58s autopkgtest: DBG: testbed command exited with code 0 58s 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'] 59s Reading package lists... 59s Building dependency tree... 59s Reading state information... 59s Starting pkgProblemResolver with broken count: 0 59s Starting 2 pkgProblemResolver with broken count: 0 59s Done 59s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 59s autopkgtest: DBG: testbed command exited with code 0 59s 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.pEKqbA/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 59s autopkgtest: DBG: testbed command exited with code 1 59s autopkgtest [07:32:25]: rebooting testbed after setup commands that affected boot 59s autopkgtest: DBG: sending command to testbed: reboot 73s autopkgtest-virt-ssh: WARNING: ssh connection failed. Retrying in 3 seconds... 77s autopkgtest: DBG: got reply from testbed: ok 77s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 77s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.pEKqbA'], kind short, sout raw, serr pipe, env [] 77s autopkgtest: DBG: testbed command exited with code 0 77s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.pEKqbA/autopkgtest-reboot 77s autopkgtest: DBG: got reply from testbed: ok 77s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.pEKqbA/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 78s autopkgtest: DBG: testbed command exited with code 0 78s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.pEKqbA/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 78s autopkgtest: DBG: testbed command exited with code 0 78s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.pEKqbA/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 78s autopkgtest: DBG: testbed command exited with code 0 78s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.pEKqbA'], kind short, sout raw, serr pipe, env [] 78s autopkgtest: DBG: testbed command exited with code 0 78s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.pEKqbA/autopkgtest-reboot-prepare 78s autopkgtest: DBG: got reply from testbed: ok 78s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.pEKqbA/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 78s autopkgtest: DBG: testbed command exited with code 0 78s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.pEKqbA/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 79s autopkgtest: DBG: testbed command exited with code 0 79s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 79s autopkgtest: DBG: testbed command exited with code 0 79s autopkgtest [07:32:45]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 79s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 79s autopkgtest: DBG: testbed command exited with code 0 79s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.pEKqbA/testbed-packages"], kind short, sout raw, serr pipe, env [] 79s autopkgtest: DBG: testbed command exited with code 0 79s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.pEKqbA/testbed-packages /tmp/autopkgtest-work.pi91hp8g/out/testbed-packages 79s autopkgtest: DBG: got reply from testbed: ok 79s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 79s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.pEKqbA'], kind short, sout raw, serr pipe, env [] 79s autopkgtest: DBG: testbed command exited with code 0 79s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.pEKqbA/autopkgtest-reboot 80s autopkgtest: DBG: got reply from testbed: ok 80s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.pEKqbA/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 80s autopkgtest: DBG: testbed command exited with code 0 80s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.pEKqbA/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 80s autopkgtest: DBG: testbed command exited with code 0 80s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.pEKqbA/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 80s autopkgtest: DBG: testbed command exited with code 0 80s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.pEKqbA'], kind short, sout raw, serr pipe, env [] 80s autopkgtest: DBG: testbed command exited with code 0 80s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.pEKqbA/autopkgtest-reboot-prepare 81s autopkgtest: DBG: got reply from testbed: ok 81s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.pEKqbA/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 81s autopkgtest: DBG: testbed command exited with code 0 81s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.pEKqbA/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 81s autopkgtest: DBG: testbed command exited with code 0 81s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 81s autopkgtest: DBG: testbed command exited with code 0 81s autopkgtest: DBG: Binaries: initialising 81s autopkgtest [07:32:47]: @@@@@@@@@@@@@@@@@@@@ apt-source rust-wayland-client 81s autopkgtest: DBG: blame += rust-wayland-client 81s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 81s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'rust-wayland-client'], kind short, sout pipe, serr pipe, env [] 81s autopkgtest: DBG: testbed command exited with code 0 81s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^librust-wayland-client-dev$'], kind short, sout pipe, serr raw, env [] 82s autopkgtest: DBG: testbed command exited with code 0 82s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'librust-wayland-client-dev=0.31.2-2'], kind short, sout pipe, serr raw, env [] 82s autopkgtest: DBG: testbed command exited with code 0 82s autopkgtest: DBG: install_deps: deps_new=[] 82s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 82s autopkgtest: DBG: testbed command exited with code 0 82s 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.pEKqbA/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source rust-wayland-client=0.31.2-2 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-wayland-client_*.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'] 82s + cd / 82s + mktemp -d /tmp/autopkgtest.pEKqbA/build.XXX 82s + builddir=/tmp/autopkgtest.pEKqbA/build.BP0 82s + cd /tmp/autopkgtest.pEKqbA/build.BP0 82s + apt-get source -d -q --only-source rust-wayland-client=0.31.2-2 82s + OUT=Reading package lists... 82s NOTICE: 'rust-wayland-client' packaging is maintained in the 'Git' version control system at: 82s https://salsa.debian.org/rust-team/debcargo-conf.git [src/wayland-client] 82s Please use: 82s git clone https://salsa.debian.org/rust-team/debcargo-conf.git [src/wayland-client] 82s to retrieve the latest (possibly unreleased) updates to the package. 82s Need to get 69.1 kB of source archives. 82s Get:1 http://ftpmaster.internal/ubuntu plucky/universe rust-wayland-client 0.31.2-2 (dsc) [2685 B] 82s Get:2 http://ftpmaster.internal/ubuntu plucky/universe rust-wayland-client 0.31.2-2 (tar) [63.0 kB] 82s Get:3 http://ftpmaster.internal/ubuntu plucky/universe rust-wayland-client 0.31.2-2 (diff) [3412 B] 82s Fetched 69.1 kB in 0s (198 kB/s) 82s Download complete and in download only mode 82s + [ -n ] 82s + echo Reading package lists... 82s NOTICE: 'rust-wayland-client' packaging is maintained in the 'Git' version control system at: 82s https://salsa.debian.org/rust-team/debcargo-conf.git [src/wayland-client] 82s Please use: 82s git clone https://salsa.debian.org/rust-team/debcargo-conf.git [src/wayland-client] 82s to retrieve the latest (possibly unreleased) updates to the package. 82s Need to get 69.1 kB of source archives. 82s Get:1 http://ftpmaster.internal/ubuntu plucky/universe rust-wayland-client 0.31.2-2 (dsc) [2685 B] 82s Get:2 http://ftpmaster.internal/ubuntu plucky/universe rust-wayland-client 0.31.2-2 (tar) [63.0 kB] 82s Get:3 http://ftpmaster.internal/ubuntu plucky/universe rust-wayland-client 0.31.2-2 (diff) [3412 B] 82s Fetched 69.1 kB in 0s (198 kB/s) 82s Download complete and in download only mode 82s + grep ^Get: 82s Get:1 http://ftpmaster.internal/ubuntu plucky/universe rust-wayland-client 0.31.2-2 (dsc) [2685 B] 82s Get:2 http://ftpmaster.internal/ubuntu plucky/universe rust-wayland-client 0.31.2-2 (tar) [63.0 kB] 82s Get:3 http://ftpmaster.internal/ubuntu plucky/universe rust-wayland-client 0.31.2-2 (diff) [3412 B] 82s + dpkg-source -x rust-wayland-client_0.31.2-2.dsc src 83s gpgv: Signature made Tue Jun 11 19:32:39 2024 UTC 83s gpgv: using RSA key 91BFBF4D6956BD5DF7B72D23DFE691AE331BA3DB 83s gpgv: Can't check signature: No public key 83s dpkg-source: warning: cannot verify inline signature for ./rust-wayland-client_0.31.2-2.dsc: no acceptable signature found 83s + chmod -R a+rX . 83s + cd src/. 83s + pwd 83s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 83s autopkgtest: DBG: testbed command exited with code 0 83s autopkgtest [07:32:49]: testing package rust-wayland-client version 0.31.2-2 83s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.pEKqbA/build.BP0/src/debian/ /tmp/autopkgtest-work.pi91hp8g/out/pkg/debian/ 83s autopkgtest: DBG: got reply from testbed: ok 83s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 83s autopkgtest: DBG: processing dependency librust-futures-channel-0.3+default-dev (>= 0.3.16-~~) 83s autopkgtest: DBG: processing dependency librust-futures-util-0.3+default-dev 83s autopkgtest: DBG: processing dependency librust-tempfile-3+default-dev (>= 3.2-~~) 83s autopkgtest: DBG: processing dependency @ 83s autopkgtest: DBG: synthesised dependency librust-wayland-client-dev 83s autopkgtest: DBG: Test defined: name rust-wayland-client:@ path None command "/usr/share/cargo/bin/cargo-auto-test wayland-client 0.31.2 --all-targets --all-features" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=rust-wayland-client:@'] depends ['dh-cargo (>= 18)', 'librust-futures-channel-0.3+default-dev (>= 0.3.16-~~)', 'librust-futures-util-0.3+default-dev', 'librust-tempfile-3+default-dev (>= 3.2-~~)', 'librust-wayland-client-dev'] 83s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 83s autopkgtest: DBG: processing dependency librust-futures-channel-0.3+default-dev (>= 0.3.16-~~) 83s autopkgtest: DBG: processing dependency librust-futures-util-0.3+default-dev 83s autopkgtest: DBG: processing dependency librust-tempfile-3+default-dev (>= 3.2-~~) 83s autopkgtest: DBG: processing dependency @ 83s autopkgtest: DBG: synthesised dependency librust-wayland-client-dev 83s autopkgtest: DBG: Test defined: name librust-wayland-client-dev:default path None command "/usr/share/cargo/bin/cargo-auto-test wayland-client 0.31.2 --all-targets" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-wayland-client-dev:default'] depends ['dh-cargo (>= 18)', 'librust-futures-channel-0.3+default-dev (>= 0.3.16-~~)', 'librust-futures-util-0.3+default-dev', 'librust-tempfile-3+default-dev (>= 3.2-~~)', 'librust-wayland-client-dev'] 83s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 83s autopkgtest: DBG: processing dependency librust-futures-channel-0.3+default-dev (>= 0.3.16-~~) 83s autopkgtest: DBG: processing dependency librust-futures-util-0.3+default-dev 83s autopkgtest: DBG: processing dependency librust-tempfile-3+default-dev (>= 3.2-~~) 83s autopkgtest: DBG: processing dependency @ 83s autopkgtest: DBG: synthesised dependency librust-wayland-client-dev 83s autopkgtest: DBG: Test defined: name librust-wayland-client-dev:log path None command "/usr/share/cargo/bin/cargo-auto-test wayland-client 0.31.2 --all-targets --no-default-features --features log" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-wayland-client-dev:log'] depends ['dh-cargo (>= 18)', 'librust-futures-channel-0.3+default-dev (>= 0.3.16-~~)', 'librust-futures-util-0.3+default-dev', 'librust-tempfile-3+default-dev (>= 3.2-~~)', 'librust-wayland-client-dev'] 83s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 83s autopkgtest: DBG: processing dependency librust-futures-channel-0.3+default-dev (>= 0.3.16-~~) 83s autopkgtest: DBG: processing dependency librust-futures-util-0.3+default-dev 83s autopkgtest: DBG: processing dependency librust-tempfile-3+default-dev (>= 3.2-~~) 83s autopkgtest: DBG: processing dependency @ 83s autopkgtest: DBG: synthesised dependency librust-wayland-client-dev 83s autopkgtest: DBG: Test defined: name librust-wayland-client-dev: path None command "/usr/share/cargo/bin/cargo-auto-test wayland-client 0.31.2 --all-targets --no-default-features" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-wayland-client-dev:'] depends ['dh-cargo (>= 18)', 'librust-futures-channel-0.3+default-dev (>= 0.3.16-~~)', 'librust-futures-util-0.3+default-dev', 'librust-tempfile-3+default-dev (>= 3.2-~~)', 'librust-wayland-client-dev'] 83s autopkgtest [07:32:49]: build not needed 83s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.pEKqbA/build.BP0/src/ /tmp/autopkgtest-work.pi91hp8g/out/tests-tree/ 83s autopkgtest: DBG: got reply from testbed: ok 83s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 83s autopkgtest: DBG: processing dependency librust-futures-channel-0.3+default-dev (>= 0.3.16-~~) 83s autopkgtest: DBG: processing dependency librust-futures-util-0.3+default-dev 83s autopkgtest: DBG: processing dependency librust-tempfile-3+default-dev (>= 3.2-~~) 83s autopkgtest: DBG: processing dependency @ 83s autopkgtest: DBG: synthesised dependency librust-wayland-client-dev 83s autopkgtest: DBG: Test defined: name rust-wayland-client:@ path None command "/usr/share/cargo/bin/cargo-auto-test wayland-client 0.31.2 --all-targets --all-features" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=rust-wayland-client:@'] depends ['dh-cargo (>= 18)', 'librust-futures-channel-0.3+default-dev (>= 0.3.16-~~)', 'librust-futures-util-0.3+default-dev', 'librust-tempfile-3+default-dev (>= 3.2-~~)', 'librust-wayland-client-dev'] 83s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 83s autopkgtest: DBG: processing dependency librust-futures-channel-0.3+default-dev (>= 0.3.16-~~) 83s autopkgtest: DBG: processing dependency librust-futures-util-0.3+default-dev 83s autopkgtest: DBG: processing dependency librust-tempfile-3+default-dev (>= 3.2-~~) 83s autopkgtest: DBG: processing dependency @ 83s autopkgtest: DBG: synthesised dependency librust-wayland-client-dev 83s autopkgtest: DBG: Test defined: name librust-wayland-client-dev:default path None command "/usr/share/cargo/bin/cargo-auto-test wayland-client 0.31.2 --all-targets" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-wayland-client-dev:default'] depends ['dh-cargo (>= 18)', 'librust-futures-channel-0.3+default-dev (>= 0.3.16-~~)', 'librust-futures-util-0.3+default-dev', 'librust-tempfile-3+default-dev (>= 3.2-~~)', 'librust-wayland-client-dev'] 83s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 83s autopkgtest: DBG: processing dependency librust-futures-channel-0.3+default-dev (>= 0.3.16-~~) 83s autopkgtest: DBG: processing dependency librust-futures-util-0.3+default-dev 83s autopkgtest: DBG: processing dependency librust-tempfile-3+default-dev (>= 3.2-~~) 83s autopkgtest: DBG: processing dependency @ 83s autopkgtest: DBG: synthesised dependency librust-wayland-client-dev 83s autopkgtest: DBG: Test defined: name librust-wayland-client-dev:log path None command "/usr/share/cargo/bin/cargo-auto-test wayland-client 0.31.2 --all-targets --no-default-features --features log" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-wayland-client-dev:log'] depends ['dh-cargo (>= 18)', 'librust-futures-channel-0.3+default-dev (>= 0.3.16-~~)', 'librust-futures-util-0.3+default-dev', 'librust-tempfile-3+default-dev (>= 3.2-~~)', 'librust-wayland-client-dev'] 83s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 83s autopkgtest: DBG: processing dependency librust-futures-channel-0.3+default-dev (>= 0.3.16-~~) 83s autopkgtest: DBG: processing dependency librust-futures-util-0.3+default-dev 83s autopkgtest: DBG: processing dependency librust-tempfile-3+default-dev (>= 3.2-~~) 83s autopkgtest: DBG: processing dependency @ 83s autopkgtest: DBG: synthesised dependency librust-wayland-client-dev 83s autopkgtest: DBG: Test defined: name librust-wayland-client-dev: path None command "/usr/share/cargo/bin/cargo-auto-test wayland-client 0.31.2 --all-targets --no-default-features" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-wayland-client-dev:'] depends ['dh-cargo (>= 18)', 'librust-futures-channel-0.3+default-dev (>= 0.3.16-~~)', 'librust-futures-util-0.3+default-dev', 'librust-tempfile-3+default-dev (>= 3.2-~~)', 'librust-wayland-client-dev'] 83s autopkgtest [07:32:49]: test rust-wayland-client:@: preparing testbed 83s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['dh-cargo (>= 18)', 'librust-futures-channel-0.3+default-dev (>= 0.3.16-~~)', 'librust-futures-util-0.3+default-dev', 'librust-tempfile-3+default-dev (>= 3.2-~~)', 'librust-wayland-client-dev'] 83s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 83s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 18)', 'librust-futures-channel-0.3+default-dev (>= 0.3.16-~~)', 'librust-futures-util-0.3+default-dev', 'librust-tempfile-3+default-dev (>= 3.2-~~)', 'librust-wayland-client-dev'] 83s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 18), librust-futures-channel-0.3+default-dev (>= 0.3.16-~~), librust-futures-util-0.3+default-dev, librust-tempfile-3+default-dev (>= 3.2-~~), librust-wayland-client-dev 83s autopkgtest: DBG: can use apt-get on testbed: True 83s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'dh-cargo (>= 18), librust-futures-channel-0.3+default-dev (>= 0.3.16-~~), librust-futures-util-0.3+default-dev, librust-tempfile-3+default-dev (>= 3.2-~~), librust-wayland-client-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 84s Reading package lists... 84s Building dependency tree... 84s Reading state information... 84s Starting pkgProblemResolver with broken count: 0 84s Starting 2 pkgProblemResolver with broken count: 0 84s Done 84s The following NEW packages will be installed: 84s autoconf automake autopoint autotools-dev cargo cargo-1.84 cpp cpp-14 84s cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu debhelper debugedit dh-autoreconf 84s dh-cargo dh-cargo-tools dh-strip-nondeterminism dwz gcc gcc-14 84s gcc-14-s390x-linux-gnu gcc-s390x-linux-gnu gettext intltool-debian 84s libarchive-zip-perl libasan8 libcc1-0 libdebhelper-perl libffi-dev 84s libfile-stripnondeterminism-perl libgcc-14-dev libgit2-1.9 libgomp1 libisl23 84s libitm1 libmpc3 libpkgconf3 librust-addr2line-dev librust-adler-dev 84s librust-ahash-dev librust-allocator-api2-dev librust-arbitrary-dev 84s librust-autocfg-dev librust-backtrace-dev librust-bitflags-dev 84s librust-blobby-dev librust-block-buffer-dev librust-bytemuck-derive-dev 84s librust-bytemuck-dev librust-byteorder-dev librust-bytes-dev librust-cc-dev 84s librust-cfg-if-dev librust-compiler-builtins+core-dev 84s librust-compiler-builtins+rustc-dep-of-std-dev librust-compiler-builtins-dev 84s librust-const-oid-dev librust-const-random-dev 84s librust-const-random-macro-dev librust-cpp-demangle-dev 84s librust-crc32fast-dev librust-critical-section-dev 84s librust-crossbeam-deque-dev librust-crossbeam-epoch+std-dev 84s librust-crossbeam-epoch-dev librust-crossbeam-utils-dev librust-crunchy-dev 84s librust-crypto-common-dev librust-derive-arbitrary-dev librust-digest-dev 84s librust-dlib-dev librust-downcast-rs-dev librust-either-dev 84s librust-encoding-rs-dev librust-equivalent-dev librust-erased-serde-dev 84s librust-errno-dev librust-fallible-iterator-dev librust-fastrand-dev 84s librust-flate2-dev librust-futures-channel-dev librust-futures-core-dev 84s librust-futures-io-dev librust-futures-macro-dev librust-futures-sink-dev 84s librust-futures-task-dev librust-futures-util-dev librust-generic-array-dev 84s librust-getrandom-dev librust-gimli-dev librust-hashbrown-dev 84s librust-indexmap-dev librust-itoa-dev librust-jobserver-dev librust-libc-dev 84s librust-libloading-dev librust-libz-sys-dev librust-linux-raw-sys-dev 84s librust-lock-api-dev librust-log-dev librust-memchr-dev librust-memmap2-dev 84s librust-memoffset-dev librust-miniz-oxide-dev librust-mio-dev 84s librust-no-panic-dev librust-object-dev librust-once-cell-dev 84s librust-owning-ref-dev librust-parking-lot-core-dev librust-parking-lot-dev 84s librust-pin-project-lite-dev librust-pin-utils-dev librust-pkg-config-dev 84s librust-portable-atomic-dev librust-ppv-lite86-dev librust-proc-macro2-dev 84s librust-quick-xml-dev librust-quote-dev librust-rand-chacha-dev 84s librust-rand-core+getrandom-dev librust-rand-core+serde-dev 84s librust-rand-core+std-dev librust-rand-core-dev librust-rand-dev 84s librust-raw-window-handle-dev librust-rayon-core-dev librust-rayon-dev 84s librust-rustc-demangle-dev librust-rustc-std-workspace-core-dev 84s librust-rustix-dev librust-ruzstd-dev librust-ryu-dev librust-scoped-tls-dev 84s librust-scopeguard-dev librust-serde-derive-dev librust-serde-dev 84s librust-serde-fmt-dev librust-serde-json-dev librust-serde-test-dev 84s librust-shlex-dev librust-signal-hook-registry-dev librust-slab-dev 84s librust-smallvec-dev librust-socket2-dev librust-stable-deref-trait-dev 84s librust-static-assertions-dev librust-subtle-dev librust-sval-buffer-dev 84s librust-sval-derive-dev librust-sval-dev librust-sval-dynamic-dev 84s librust-sval-fmt-dev librust-sval-ref-dev librust-sval-serde-dev 84s librust-syn-1-dev librust-syn-dev librust-tempfile-dev 84s librust-tiny-keccak-dev librust-tokio-dev librust-tokio-macros-dev 84s librust-tracing-attributes-dev librust-tracing-core-dev librust-tracing-dev 84s librust-twox-hash-dev librust-typed-arena-dev librust-typenum-dev 84s librust-unicode-ident-dev librust-valuable-derive-dev librust-valuable-dev 84s librust-value-bag-dev librust-value-bag-serde1-dev 84s librust-value-bag-sval2-dev librust-version-check-dev 84s librust-wayland-backend-dev librust-wayland-client-dev 84s librust-wayland-scanner-dev librust-wayland-sys-dev 84s librust-zerocopy-derive-dev librust-zerocopy-dev librust-zeroize-derive-dev 84s librust-zeroize-dev libstd-rust-1.84 libstd-rust-1.84-dev libtool libubsan1 84s libwayland-bin libwayland-client0 libwayland-cursor0 libwayland-dev 84s libwayland-egl1 libwayland-server0 m4 pkgconf pkgconf-bin po-debconf rustc 84s rustc-1.84 zlib1g-dev 84s 0 upgraded, 198 newly installed, 0 to remove and 0 not upgraded. 84s Need to get 141 MB of archives. 84s After this operation, 565 MB of additional disk space will be used. 84s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x m4 s390x 1.4.19-5 [259 kB] 85s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x autoconf all 2.72-3 [382 kB] 85s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x autotools-dev all 20220109.1 [44.9 kB] 85s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x automake all 1:1.17-3 [572 kB] 85s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x autopoint all 0.23.1-1 [619 kB] 85s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libgit2-1.9 s390x 1.9.0~ds-0ubuntu1 [601 kB] 85s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libstd-rust-1.84 s390x 1.84.0+dfsg0ubuntu1-0ubuntu1 [29.9 MB] 86s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libstd-rust-1.84-dev s390x 1.84.0+dfsg0ubuntu1-0ubuntu1 [47.9 MB] 87s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 87s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 87s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [9572 kB] 87s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-16ubuntu1 [1032 B] 87s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [5452 B] 87s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.1.0-2ubuntu1 [22.4 kB] 87s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 14.2.0-16ubuntu1 [50.7 kB] 87s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 14.2.0-16ubuntu1 [151 kB] 87s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 14.2.0-16ubuntu1 [30.9 kB] 87s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 14.2.0-16ubuntu1 [2964 kB] 87s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 14.2.0-16ubuntu1 [1184 kB] 87s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-16ubuntu1 [1037 kB] 87s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [18.7 MB] 88s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-16ubuntu1 [525 kB] 88s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [1204 B] 88s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.1.0-2ubuntu1 [4996 B] 88s Get:25 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x rustc-1.84 s390x 1.84.0+dfsg0ubuntu1-0ubuntu1 [6414 kB] 88s Get:26 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x cargo-1.84 s390x 1.84.0+dfsg0ubuntu1-0ubuntu1 [7497 kB] 88s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x libdebhelper-perl all 13.23ubuntu1 [95.1 kB] 88s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x libtool all 2.5.4-3build1 [168 kB] 88s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x dh-autoreconf all 20 [16.1 kB] 88s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x libarchive-zip-perl all 1.68-1 [90.2 kB] 88s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x libfile-stripnondeterminism-perl all 1.14.1-2 [20.3 kB] 88s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x dh-strip-nondeterminism all 1.14.1-2 [5064 B] 88s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x debugedit s390x 1:5.1-2 [50.1 kB] 88s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x dwz s390x 0.15-1build6 [122 kB] 88s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x gettext s390x 0.23.1-1 [1065 kB] 88s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x intltool-debian all 0.35.0+20060710.6 [23.2 kB] 88s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x po-debconf all 1.0.21+nmu1 [233 kB] 88s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x debhelper all 13.23ubuntu1 [895 kB] 88s Get:39 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x rustc s390x 1.84.0ubuntu1 [2830 B] 88s Get:40 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x cargo s390x 1.84.0ubuntu1 [2240 B] 88s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x dh-cargo-tools all 31ubuntu4 [5834 B] 88s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x dh-cargo all 31ubuntu4 [8668 B] 88s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x libpkgconf3 s390x 1.8.1-4 [31.2 kB] 88s Get:44 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cfg-if-dev s390x 1.0.0-1 [10.5 kB] 88s Get:45 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cpp-demangle-dev s390x 0.4.0-1 [66.1 kB] 88s Get:46 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-fallible-iterator-dev s390x 0.3.0-2 [20.3 kB] 88s Get:47 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unicode-ident-dev s390x 1.0.13-1 [38.5 kB] 88s Get:48 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-proc-macro2-dev s390x 1.0.92-1 [46.1 kB] 88s Get:49 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-quote-dev s390x 1.0.37-1 [29.5 kB] 88s Get:50 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-syn-dev s390x 2.0.96-2 [227 kB] 88s Get:51 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-derive-arbitrary-dev s390x 1.4.1-1 [13.5 kB] 88s Get:52 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-arbitrary-dev s390x 1.4.1-1 [36.9 kB] 88s Get:53 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-equivalent-dev s390x 1.0.1-1 [8240 B] 88s Get:54 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-critical-section-dev s390x 1.2.0-1 [21.0 kB] 88s Get:55 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-derive-dev s390x 1.0.217-1 [51.2 kB] 88s Get:56 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-dev s390x 1.0.217-1 [67.2 kB] 88s Get:57 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-portable-atomic-dev s390x 1.10.0-3 [128 kB] 88s Get:58 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rustc-std-workspace-core-dev s390x 1.0.0-1 [3020 B] 88s Get:59 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-libc-dev s390x 0.2.169-1 [382 kB] 88s Get:60 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-getrandom-dev s390x 0.2.15-1 [37.8 kB] 88s Get:61 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-smallvec-dev s390x 1.13.2-1 [35.5 kB] 88s Get:62 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-parking-lot-core-dev s390x 0.9.10-1 [32.6 kB] 88s Get:63 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-once-cell-dev s390x 1.20.2-1 [31.9 kB] 88s Get:64 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crunchy-dev s390x 0.2.2-1 [5340 B] 88s Get:65 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-tiny-keccak-dev s390x 2.0.2-1 [20.9 kB] 88s Get:66 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-const-random-macro-dev s390x 0.1.16-2 [10.5 kB] 88s Get:67 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-const-random-dev s390x 0.1.17-2 [8590 B] 88s Get:68 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-version-check-dev s390x 0.9.5-1 [16.9 kB] 88s Get:69 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-byteorder-dev s390x 1.5.0-1 [22.4 kB] 88s Get:70 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zerocopy-derive-dev s390x 0.7.34-1 [30.3 kB] 88s Get:71 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zerocopy-dev s390x 0.7.34-1 [117 kB] 88s Get:72 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ahash-dev all 0.8.11-9 [38.1 kB] 88s Get:73 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-allocator-api2-dev s390x 0.2.16-1 [54.8 kB] 88s Get:74 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-compiler-builtins-dev s390x 0.1.139-1 [178 kB] 88s Get:75 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-either-dev s390x 1.13.0-1 [20.2 kB] 88s Get:76 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crossbeam-utils-dev s390x 0.8.19-1 [41.1 kB] 88s Get:77 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crossbeam-epoch-dev s390x 0.9.18-1 [42.3 kB] 88s Get:78 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crossbeam-epoch+std-dev s390x 0.9.18-1 [1128 B] 88s Get:79 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crossbeam-deque-dev s390x 0.8.5-1 [22.4 kB] 88s Get:80 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rayon-core-dev s390x 1.12.1-1 [63.7 kB] 88s Get:81 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rayon-dev s390x 1.10.0-1 [149 kB] 88s Get:82 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-hashbrown-dev s390x 0.14.5-5 [110 kB] 88s Get:83 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-indexmap-dev s390x 2.7.0-1 [69.4 kB] 88s Get:84 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-stable-deref-trait-dev s390x 1.2.0-1 [9794 B] 88s Get:85 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-gimli-dev s390x 0.31.1-2 [216 kB] 88s Get:86 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-memmap2-dev s390x 0.9.5-1 [31.6 kB] 88s Get:87 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crc32fast-dev s390x 1.4.2-1 [39.8 kB] 88s Get:88 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf-bin s390x 1.8.1-4 [21.5 kB] 88s Get:89 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf s390x 1.8.1-4 [16.7 kB] 88s Get:90 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-pkg-config-dev s390x 0.3.31-1 [23.5 kB] 88s Get:91 http://ftpmaster.internal/ubuntu plucky/main s390x zlib1g-dev s390x 1:1.3.dfsg+really1.3.1-1ubuntu1 [898 kB] 88s Get:92 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-libz-sys-dev s390x 1.1.20-1 [19.7 kB] 88s Get:93 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-adler-dev s390x 1.0.2-2 [15.3 kB] 88s Get:94 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-miniz-oxide-dev s390x 0.7.1-1 [51.5 kB] 88s Get:95 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-flate2-dev s390x 1.0.34-1 [94.5 kB] 88s Get:96 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-derive-dev s390x 2.6.1-2 [11.0 kB] 88s Get:97 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-dev s390x 2.6.1-2 [28.0 kB] 88s Get:98 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-ref-dev s390x 2.6.1-1 [8942 B] 89s Get:99 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-erased-serde-dev s390x 0.3.31-1 [22.7 kB] 89s Get:100 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-fmt-dev all 1.0.3-4 [7202 B] 89s Get:101 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-no-panic-dev s390x 0.1.32-1 [14.6 kB] 89s Get:102 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-itoa-dev s390x 1.0.14-1 [13.5 kB] 89s Get:103 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ryu-dev s390x 1.0.19-1 [43.1 kB] 89s Get:104 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-json-dev s390x 1.0.133-1 [130 kB] 89s Get:105 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-test-dev s390x 1.0.171-1 [20.6 kB] 89s Get:106 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-value-bag-serde1-dev s390x 1.9.0-1 [7820 B] 89s Get:107 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-buffer-dev s390x 2.6.1-1 [16.8 kB] 89s Get:108 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-dynamic-dev s390x 2.6.1-1 [9542 B] 89s Get:109 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-fmt-dev s390x 2.6.1-1 [12.0 kB] 89s Get:110 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-serde-dev s390x 2.6.1-1 [13.2 kB] 89s Get:111 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-value-bag-sval2-dev s390x 1.9.0-1 [7862 B] 89s Get:112 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-value-bag-dev s390x 1.9.0-1 [37.6 kB] 89s Get:113 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-log-dev s390x 0.4.22-1 [43.0 kB] 89s Get:114 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-memchr-dev s390x 2.7.4-1 [71.8 kB] 89s Get:115 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-blobby-dev s390x 0.3.1-1 [11.3 kB] 89s Get:116 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-typenum-dev s390x 1.17.0-2 [41.2 kB] 89s Get:117 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zeroize-derive-dev s390x 1.4.2-1 [12.7 kB] 89s Get:118 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zeroize-dev s390x 1.8.1-1 [21.6 kB] 89s Get:119 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-generic-array-dev s390x 0.14.7-1 [16.9 kB] 89s Get:120 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-block-buffer-dev s390x 0.10.2-2 [12.2 kB] 89s Get:121 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-const-oid-dev s390x 0.9.6-1 [41.5 kB] 89s Get:122 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-core-dev s390x 0.6.4-2 [23.8 kB] 89s Get:123 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-core+getrandom-dev s390x 0.6.4-2 [1054 B] 89s Get:124 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crypto-common-dev s390x 0.1.6-1 [10.5 kB] 89s Get:125 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-subtle-dev s390x 2.6.1-1 [16.1 kB] 89s Get:126 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-digest-dev s390x 0.10.7-2 [20.9 kB] 89s Get:127 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ppv-lite86-dev s390x 0.2.20-1 [22.2 kB] 89s Get:128 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-chacha-dev s390x 0.3.1-2 [16.9 kB] 89s Get:129 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-core+serde-dev s390x 0.6.4-2 [1108 B] 89s Get:130 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-core+std-dev s390x 0.6.4-2 [1052 B] 89s Get:131 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-dev s390x 0.8.5-1 [77.5 kB] 89s Get:132 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-static-assertions-dev s390x 1.1.0-1 [19.0 kB] 89s Get:133 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-twox-hash-dev s390x 1.6.3-1 [21.6 kB] 89s Get:134 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ruzstd-dev s390x 0.7.3-2 [57.7 kB] 89s Get:135 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-object-dev s390x 0.36.5-2 [259 kB] 89s Get:136 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rustc-demangle-dev s390x 0.1.24-1 [28.9 kB] 89s Get:137 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-typed-arena-dev s390x 2.0.2-1 [13.9 kB] 89s Get:138 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-addr2line-dev s390x 0.24.2-2 [34.8 kB] 89s Get:139 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-autocfg-dev s390x 1.1.0-1 [15.2 kB] 89s Get:140 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-backtrace-dev s390x 0.3.74-3 [79.8 kB] 89s Get:141 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bytemuck-derive-dev s390x 1.5.0-2 [18.7 kB] 89s Get:142 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bytemuck-dev s390x 1.21.0-1 [48.9 kB] 89s Get:143 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bitflags-dev s390x 2.8.0-1 [43.5 kB] 89s Get:144 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bytes-dev s390x 1.9.0-1 [59.0 kB] 89s Get:145 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-jobserver-dev s390x 0.1.32-1 [29.1 kB] 89s Get:146 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-shlex-dev s390x 1.3.0-1 [20.1 kB] 89s Get:147 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cc-dev s390x 1.1.14-1 [73.6 kB] 89s Get:148 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-compiler-builtins+core-dev s390x 0.1.139-1 [1096 B] 89s Get:149 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-compiler-builtins+rustc-dep-of-std-dev s390x 0.1.139-1 [1106 B] 89s Get:150 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-libloading-dev s390x 0.8.5-1 [29.2 kB] 89s Get:151 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-dlib-dev s390x 0.5.2-2 [7974 B] 89s Get:152 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-downcast-rs-dev s390x 1.2.0-1 [13.2 kB] 89s Get:153 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-encoding-rs-dev s390x 0.8.35-1 [572 kB] 89s Get:154 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-errno-dev s390x 0.3.8-1 [13.0 kB] 89s Get:155 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-fastrand-dev s390x 2.1.1-1 [17.8 kB] 89s Get:156 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-futures-core-dev s390x 0.3.31-1 [16.9 kB] 89s Get:157 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-futures-sink-dev s390x 0.3.31-1 [10.1 kB] 89s Get:158 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-futures-channel-dev s390x 0.3.31-1 [32.1 kB] 89s Get:159 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-futures-io-dev s390x 0.3.31-1 [11.2 kB] 89s Get:160 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-futures-macro-dev s390x 0.3.31-1 [13.4 kB] 89s Get:161 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-futures-task-dev s390x 0.3.31-3 [13.7 kB] 89s Get:162 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-pin-project-lite-dev s390x 0.2.13-1 [30.2 kB] 89s Get:163 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-pin-utils-dev s390x 0.1.0-1 [9340 B] 89s Get:164 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-slab-dev s390x 0.4.9-1 [21.2 kB] 89s Get:165 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-futures-util-dev s390x 0.3.31-1 [129 kB] 89s Get:166 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-linux-raw-sys-dev s390x 0.4.14-1 [138 kB] 89s Get:167 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-owning-ref-dev s390x 0.4.1-1 [13.7 kB] 89s Get:168 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-scopeguard-dev s390x 1.2.0-1 [13.3 kB] 90s Get:169 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-lock-api-dev s390x 0.4.12-1 [22.9 kB] 90s Get:170 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-memoffset-dev s390x 0.8.0-1 [10.9 kB] 90s Get:171 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-mio-dev s390x 1.0.2-3 [87.7 kB] 90s Get:172 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-parking-lot-dev s390x 0.12.3-1 [38.7 kB] 90s Get:173 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-signal-hook-registry-dev s390x 1.4.0-1 [19.2 kB] 90s Get:174 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-socket2-dev s390x 0.5.8-1 [48.9 kB] 90s Get:175 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-tokio-macros-dev s390x 2.5.0-1 [14.3 kB] 90s Get:176 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-tracing-attributes-dev s390x 0.1.27-1 [33.3 kB] 90s Get:177 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-syn-1-dev s390x 1.0.109-3 [188 kB] 90s Get:178 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-valuable-derive-dev s390x 0.1.0-1 [5942 B] 90s Get:179 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-valuable-dev s390x 0.1.0-4 [23.5 kB] 90s Get:180 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-tracing-core-dev s390x 0.1.32-1 [53.8 kB] 90s Get:181 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-tracing-dev s390x 0.1.40-1 [69.5 kB] 90s Get:182 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-tokio-dev s390x 1.43.0-1 [585 kB] 90s Get:183 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-quick-xml-dev s390x 0.36.1-2 [139 kB] 90s Get:184 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-raw-window-handle-dev s390x 0.5.2-1 [18.5 kB] 90s Get:185 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rustix-dev s390x 0.38.37-1 [272 kB] 90s Get:186 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-scoped-tls-dev s390x 1.0.1-1 [10.0 kB] 90s Get:187 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-tempfile-dev s390x 3.15.0-1 [36.0 kB] 90s Get:188 http://ftpmaster.internal/ubuntu plucky/main s390x libwayland-client0 s390x 1.23.1-1 [27.8 kB] 90s Get:189 http://ftpmaster.internal/ubuntu plucky/main s390x libwayland-server0 s390x 1.23.1-1 [36.8 kB] 90s Get:190 http://ftpmaster.internal/ubuntu plucky/main s390x libwayland-cursor0 s390x 1.23.1-1 [11.5 kB] 90s Get:191 http://ftpmaster.internal/ubuntu plucky/main s390x libwayland-egl1 s390x 1.23.1-1 [5654 B] 90s Get:192 http://ftpmaster.internal/ubuntu plucky/main s390x libwayland-bin s390x 1.23.1-1 [21.3 kB] 90s Get:193 http://ftpmaster.internal/ubuntu plucky/main s390x libffi-dev s390x 3.4.6-1build1 [58.8 kB] 90s Get:194 http://ftpmaster.internal/ubuntu plucky/main s390x libwayland-dev s390x 1.23.1-1 [74.4 kB] 90s Get:195 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-wayland-sys-dev s390x 0.31.6-1 [11.4 kB] 90s Get:196 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-wayland-backend-dev s390x 0.3.8-1 [60.5 kB] 90s Get:197 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-wayland-scanner-dev s390x 0.31.6-1 [29.7 kB] 90s Get:198 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-wayland-client-dev s390x 0.31.2-2 [55.1 kB] 90s Fetched 141 MB in 6s (25.4 MB/s) 90s Selecting previously unselected package m4. 90s (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.) 90s Preparing to unpack .../000-m4_1.4.19-5_s390x.deb ... 90s Unpacking m4 (1.4.19-5) ... 90s Selecting previously unselected package autoconf. 90s Preparing to unpack .../001-autoconf_2.72-3_all.deb ... 90s Unpacking autoconf (2.72-3) ... 90s Selecting previously unselected package autotools-dev. 90s Preparing to unpack .../002-autotools-dev_20220109.1_all.deb ... 90s Unpacking autotools-dev (20220109.1) ... 90s Selecting previously unselected package automake. 90s Preparing to unpack .../003-automake_1%3a1.17-3_all.deb ... 90s Unpacking automake (1:1.17-3) ... 90s Selecting previously unselected package autopoint. 90s Preparing to unpack .../004-autopoint_0.23.1-1_all.deb ... 90s Unpacking autopoint (0.23.1-1) ... 90s Selecting previously unselected package libgit2-1.9:s390x. 90s Preparing to unpack .../005-libgit2-1.9_1.9.0~ds-0ubuntu1_s390x.deb ... 90s Unpacking libgit2-1.9:s390x (1.9.0~ds-0ubuntu1) ... 90s Selecting previously unselected package libstd-rust-1.84:s390x. 90s Preparing to unpack .../006-libstd-rust-1.84_1.84.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 90s Unpacking libstd-rust-1.84:s390x (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 91s Selecting previously unselected package libstd-rust-1.84-dev:s390x. 91s Preparing to unpack .../007-libstd-rust-1.84-dev_1.84.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 91s Unpacking libstd-rust-1.84-dev:s390x (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 92s Selecting previously unselected package libisl23:s390x. 92s Preparing to unpack .../008-libisl23_0.27-1_s390x.deb ... 92s Unpacking libisl23:s390x (0.27-1) ... 92s Selecting previously unselected package libmpc3:s390x. 92s Preparing to unpack .../009-libmpc3_1.3.1-1build2_s390x.deb ... 92s Unpacking libmpc3:s390x (1.3.1-1build2) ... 92s Selecting previously unselected package cpp-14-s390x-linux-gnu. 92s Preparing to unpack .../010-cpp-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 92s Unpacking cpp-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 92s Selecting previously unselected package cpp-14. 92s Preparing to unpack .../011-cpp-14_14.2.0-16ubuntu1_s390x.deb ... 92s Unpacking cpp-14 (14.2.0-16ubuntu1) ... 92s Selecting previously unselected package cpp-s390x-linux-gnu. 92s Preparing to unpack .../012-cpp-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 92s Unpacking cpp-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 92s Selecting previously unselected package cpp. 92s Preparing to unpack .../013-cpp_4%3a14.1.0-2ubuntu1_s390x.deb ... 92s Unpacking cpp (4:14.1.0-2ubuntu1) ... 92s Selecting previously unselected package libcc1-0:s390x. 92s Preparing to unpack .../014-libcc1-0_14.2.0-16ubuntu1_s390x.deb ... 92s Unpacking libcc1-0:s390x (14.2.0-16ubuntu1) ... 92s Selecting previously unselected package libgomp1:s390x. 92s Preparing to unpack .../015-libgomp1_14.2.0-16ubuntu1_s390x.deb ... 92s Unpacking libgomp1:s390x (14.2.0-16ubuntu1) ... 92s Selecting previously unselected package libitm1:s390x. 92s Preparing to unpack .../016-libitm1_14.2.0-16ubuntu1_s390x.deb ... 92s Unpacking libitm1:s390x (14.2.0-16ubuntu1) ... 92s Selecting previously unselected package libasan8:s390x. 92s Preparing to unpack .../017-libasan8_14.2.0-16ubuntu1_s390x.deb ... 92s Unpacking libasan8:s390x (14.2.0-16ubuntu1) ... 92s Selecting previously unselected package libubsan1:s390x. 92s Preparing to unpack .../018-libubsan1_14.2.0-16ubuntu1_s390x.deb ... 92s Unpacking libubsan1:s390x (14.2.0-16ubuntu1) ... 92s Selecting previously unselected package libgcc-14-dev:s390x. 92s Preparing to unpack .../019-libgcc-14-dev_14.2.0-16ubuntu1_s390x.deb ... 92s Unpacking libgcc-14-dev:s390x (14.2.0-16ubuntu1) ... 92s Selecting previously unselected package gcc-14-s390x-linux-gnu. 92s Preparing to unpack .../020-gcc-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 92s Unpacking gcc-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 92s Selecting previously unselected package gcc-14. 92s Preparing to unpack .../021-gcc-14_14.2.0-16ubuntu1_s390x.deb ... 92s Unpacking gcc-14 (14.2.0-16ubuntu1) ... 92s Selecting previously unselected package gcc-s390x-linux-gnu. 92s Preparing to unpack .../022-gcc-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 92s Unpacking gcc-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 92s Selecting previously unselected package gcc. 92s Preparing to unpack .../023-gcc_4%3a14.1.0-2ubuntu1_s390x.deb ... 92s Unpacking gcc (4:14.1.0-2ubuntu1) ... 92s Selecting previously unselected package rustc-1.84. 92s Preparing to unpack .../024-rustc-1.84_1.84.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 92s Unpacking rustc-1.84 (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 92s Selecting previously unselected package cargo-1.84. 92s Preparing to unpack .../025-cargo-1.84_1.84.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 92s Unpacking cargo-1.84 (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 93s Selecting previously unselected package libdebhelper-perl. 93s Preparing to unpack .../026-libdebhelper-perl_13.23ubuntu1_all.deb ... 93s Unpacking libdebhelper-perl (13.23ubuntu1) ... 93s Selecting previously unselected package libtool. 93s Preparing to unpack .../027-libtool_2.5.4-3build1_all.deb ... 93s Unpacking libtool (2.5.4-3build1) ... 93s Selecting previously unselected package dh-autoreconf. 93s Preparing to unpack .../028-dh-autoreconf_20_all.deb ... 93s Unpacking dh-autoreconf (20) ... 93s Selecting previously unselected package libarchive-zip-perl. 93s Preparing to unpack .../029-libarchive-zip-perl_1.68-1_all.deb ... 93s Unpacking libarchive-zip-perl (1.68-1) ... 93s Selecting previously unselected package libfile-stripnondeterminism-perl. 93s Preparing to unpack .../030-libfile-stripnondeterminism-perl_1.14.1-2_all.deb ... 93s Unpacking libfile-stripnondeterminism-perl (1.14.1-2) ... 93s Selecting previously unselected package dh-strip-nondeterminism. 93s Preparing to unpack .../031-dh-strip-nondeterminism_1.14.1-2_all.deb ... 93s Unpacking dh-strip-nondeterminism (1.14.1-2) ... 93s Selecting previously unselected package debugedit. 93s Preparing to unpack .../032-debugedit_1%3a5.1-2_s390x.deb ... 93s Unpacking debugedit (1:5.1-2) ... 93s Selecting previously unselected package dwz. 93s Preparing to unpack .../033-dwz_0.15-1build6_s390x.deb ... 93s Unpacking dwz (0.15-1build6) ... 93s Selecting previously unselected package gettext. 93s Preparing to unpack .../034-gettext_0.23.1-1_s390x.deb ... 93s Unpacking gettext (0.23.1-1) ... 93s Selecting previously unselected package intltool-debian. 93s Preparing to unpack .../035-intltool-debian_0.35.0+20060710.6_all.deb ... 93s Unpacking intltool-debian (0.35.0+20060710.6) ... 93s Selecting previously unselected package po-debconf. 93s Preparing to unpack .../036-po-debconf_1.0.21+nmu1_all.deb ... 93s Unpacking po-debconf (1.0.21+nmu1) ... 93s Selecting previously unselected package debhelper. 93s Preparing to unpack .../037-debhelper_13.23ubuntu1_all.deb ... 93s Unpacking debhelper (13.23ubuntu1) ... 93s Selecting previously unselected package rustc. 93s Preparing to unpack .../038-rustc_1.84.0ubuntu1_s390x.deb ... 93s Unpacking rustc (1.84.0ubuntu1) ... 93s Selecting previously unselected package cargo. 93s Preparing to unpack .../039-cargo_1.84.0ubuntu1_s390x.deb ... 93s Unpacking cargo (1.84.0ubuntu1) ... 93s Selecting previously unselected package dh-cargo-tools. 93s Preparing to unpack .../040-dh-cargo-tools_31ubuntu4_all.deb ... 93s Unpacking dh-cargo-tools (31ubuntu4) ... 93s Selecting previously unselected package dh-cargo. 93s Preparing to unpack .../041-dh-cargo_31ubuntu4_all.deb ... 93s Unpacking dh-cargo (31ubuntu4) ... 93s Selecting previously unselected package libpkgconf3:s390x. 93s Preparing to unpack .../042-libpkgconf3_1.8.1-4_s390x.deb ... 93s Unpacking libpkgconf3:s390x (1.8.1-4) ... 93s Selecting previously unselected package librust-cfg-if-dev:s390x. 93s Preparing to unpack .../043-librust-cfg-if-dev_1.0.0-1_s390x.deb ... 93s Unpacking librust-cfg-if-dev:s390x (1.0.0-1) ... 93s Selecting previously unselected package librust-cpp-demangle-dev:s390x. 93s Preparing to unpack .../044-librust-cpp-demangle-dev_0.4.0-1_s390x.deb ... 93s Unpacking librust-cpp-demangle-dev:s390x (0.4.0-1) ... 93s Selecting previously unselected package librust-fallible-iterator-dev:s390x. 93s Preparing to unpack .../045-librust-fallible-iterator-dev_0.3.0-2_s390x.deb ... 93s Unpacking librust-fallible-iterator-dev:s390x (0.3.0-2) ... 93s Selecting previously unselected package librust-unicode-ident-dev:s390x. 93s Preparing to unpack .../046-librust-unicode-ident-dev_1.0.13-1_s390x.deb ... 93s Unpacking librust-unicode-ident-dev:s390x (1.0.13-1) ... 93s Selecting previously unselected package librust-proc-macro2-dev:s390x. 93s Preparing to unpack .../047-librust-proc-macro2-dev_1.0.92-1_s390x.deb ... 93s Unpacking librust-proc-macro2-dev:s390x (1.0.92-1) ... 93s Selecting previously unselected package librust-quote-dev:s390x. 93s Preparing to unpack .../048-librust-quote-dev_1.0.37-1_s390x.deb ... 93s Unpacking librust-quote-dev:s390x (1.0.37-1) ... 93s Selecting previously unselected package librust-syn-dev:s390x. 93s Preparing to unpack .../049-librust-syn-dev_2.0.96-2_s390x.deb ... 93s Unpacking librust-syn-dev:s390x (2.0.96-2) ... 93s Selecting previously unselected package librust-derive-arbitrary-dev:s390x. 93s Preparing to unpack .../050-librust-derive-arbitrary-dev_1.4.1-1_s390x.deb ... 93s Unpacking librust-derive-arbitrary-dev:s390x (1.4.1-1) ... 93s Selecting previously unselected package librust-arbitrary-dev:s390x. 93s Preparing to unpack .../051-librust-arbitrary-dev_1.4.1-1_s390x.deb ... 93s Unpacking librust-arbitrary-dev:s390x (1.4.1-1) ... 93s Selecting previously unselected package librust-equivalent-dev:s390x. 93s Preparing to unpack .../052-librust-equivalent-dev_1.0.1-1_s390x.deb ... 93s Unpacking librust-equivalent-dev:s390x (1.0.1-1) ... 93s Selecting previously unselected package librust-critical-section-dev:s390x. 93s Preparing to unpack .../053-librust-critical-section-dev_1.2.0-1_s390x.deb ... 93s Unpacking librust-critical-section-dev:s390x (1.2.0-1) ... 93s Selecting previously unselected package librust-serde-derive-dev:s390x. 93s Preparing to unpack .../054-librust-serde-derive-dev_1.0.217-1_s390x.deb ... 93s Unpacking librust-serde-derive-dev:s390x (1.0.217-1) ... 93s Selecting previously unselected package librust-serde-dev:s390x. 93s Preparing to unpack .../055-librust-serde-dev_1.0.217-1_s390x.deb ... 93s Unpacking librust-serde-dev:s390x (1.0.217-1) ... 93s Selecting previously unselected package librust-portable-atomic-dev:s390x. 93s Preparing to unpack .../056-librust-portable-atomic-dev_1.10.0-3_s390x.deb ... 93s Unpacking librust-portable-atomic-dev:s390x (1.10.0-3) ... 93s Selecting previously unselected package librust-rustc-std-workspace-core-dev:s390x. 93s Preparing to unpack .../057-librust-rustc-std-workspace-core-dev_1.0.0-1_s390x.deb ... 93s Unpacking librust-rustc-std-workspace-core-dev:s390x (1.0.0-1) ... 93s Selecting previously unselected package librust-libc-dev:s390x. 93s Preparing to unpack .../058-librust-libc-dev_0.2.169-1_s390x.deb ... 93s Unpacking librust-libc-dev:s390x (0.2.169-1) ... 93s Selecting previously unselected package librust-getrandom-dev:s390x. 93s Preparing to unpack .../059-librust-getrandom-dev_0.2.15-1_s390x.deb ... 93s Unpacking librust-getrandom-dev:s390x (0.2.15-1) ... 93s Selecting previously unselected package librust-smallvec-dev:s390x. 93s Preparing to unpack .../060-librust-smallvec-dev_1.13.2-1_s390x.deb ... 93s Unpacking librust-smallvec-dev:s390x (1.13.2-1) ... 93s Selecting previously unselected package librust-parking-lot-core-dev:s390x. 93s Preparing to unpack .../061-librust-parking-lot-core-dev_0.9.10-1_s390x.deb ... 93s Unpacking librust-parking-lot-core-dev:s390x (0.9.10-1) ... 93s Selecting previously unselected package librust-once-cell-dev:s390x. 93s Preparing to unpack .../062-librust-once-cell-dev_1.20.2-1_s390x.deb ... 93s Unpacking librust-once-cell-dev:s390x (1.20.2-1) ... 93s Selecting previously unselected package librust-crunchy-dev:s390x. 93s Preparing to unpack .../063-librust-crunchy-dev_0.2.2-1_s390x.deb ... 93s Unpacking librust-crunchy-dev:s390x (0.2.2-1) ... 93s Selecting previously unselected package librust-tiny-keccak-dev:s390x. 93s Preparing to unpack .../064-librust-tiny-keccak-dev_2.0.2-1_s390x.deb ... 93s Unpacking librust-tiny-keccak-dev:s390x (2.0.2-1) ... 93s Selecting previously unselected package librust-const-random-macro-dev:s390x. 93s Preparing to unpack .../065-librust-const-random-macro-dev_0.1.16-2_s390x.deb ... 93s Unpacking librust-const-random-macro-dev:s390x (0.1.16-2) ... 93s Selecting previously unselected package librust-const-random-dev:s390x. 93s Preparing to unpack .../066-librust-const-random-dev_0.1.17-2_s390x.deb ... 93s Unpacking librust-const-random-dev:s390x (0.1.17-2) ... 93s Selecting previously unselected package librust-version-check-dev:s390x. 93s Preparing to unpack .../067-librust-version-check-dev_0.9.5-1_s390x.deb ... 93s Unpacking librust-version-check-dev:s390x (0.9.5-1) ... 93s Selecting previously unselected package librust-byteorder-dev:s390x. 93s Preparing to unpack .../068-librust-byteorder-dev_1.5.0-1_s390x.deb ... 93s Unpacking librust-byteorder-dev:s390x (1.5.0-1) ... 93s Selecting previously unselected package librust-zerocopy-derive-dev:s390x. 93s Preparing to unpack .../069-librust-zerocopy-derive-dev_0.7.34-1_s390x.deb ... 93s Unpacking librust-zerocopy-derive-dev:s390x (0.7.34-1) ... 93s Selecting previously unselected package librust-zerocopy-dev:s390x. 93s Preparing to unpack .../070-librust-zerocopy-dev_0.7.34-1_s390x.deb ... 93s Unpacking librust-zerocopy-dev:s390x (0.7.34-1) ... 93s Selecting previously unselected package librust-ahash-dev. 93s Preparing to unpack .../071-librust-ahash-dev_0.8.11-9_all.deb ... 93s Unpacking librust-ahash-dev (0.8.11-9) ... 93s Selecting previously unselected package librust-allocator-api2-dev:s390x. 93s Preparing to unpack .../072-librust-allocator-api2-dev_0.2.16-1_s390x.deb ... 93s Unpacking librust-allocator-api2-dev:s390x (0.2.16-1) ... 93s Selecting previously unselected package librust-compiler-builtins-dev:s390x. 93s Preparing to unpack .../073-librust-compiler-builtins-dev_0.1.139-1_s390x.deb ... 93s Unpacking librust-compiler-builtins-dev:s390x (0.1.139-1) ... 93s Selecting previously unselected package librust-either-dev:s390x. 93s Preparing to unpack .../074-librust-either-dev_1.13.0-1_s390x.deb ... 93s Unpacking librust-either-dev:s390x (1.13.0-1) ... 93s Selecting previously unselected package librust-crossbeam-utils-dev:s390x. 93s Preparing to unpack .../075-librust-crossbeam-utils-dev_0.8.19-1_s390x.deb ... 93s Unpacking librust-crossbeam-utils-dev:s390x (0.8.19-1) ... 93s Selecting previously unselected package librust-crossbeam-epoch-dev:s390x. 93s Preparing to unpack .../076-librust-crossbeam-epoch-dev_0.9.18-1_s390x.deb ... 93s Unpacking librust-crossbeam-epoch-dev:s390x (0.9.18-1) ... 93s Selecting previously unselected package librust-crossbeam-epoch+std-dev:s390x. 93s Preparing to unpack .../077-librust-crossbeam-epoch+std-dev_0.9.18-1_s390x.deb ... 93s Unpacking librust-crossbeam-epoch+std-dev:s390x (0.9.18-1) ... 93s Selecting previously unselected package librust-crossbeam-deque-dev:s390x. 93s Preparing to unpack .../078-librust-crossbeam-deque-dev_0.8.5-1_s390x.deb ... 93s Unpacking librust-crossbeam-deque-dev:s390x (0.8.5-1) ... 93s Selecting previously unselected package librust-rayon-core-dev:s390x. 93s Preparing to unpack .../079-librust-rayon-core-dev_1.12.1-1_s390x.deb ... 93s Unpacking librust-rayon-core-dev:s390x (1.12.1-1) ... 93s Selecting previously unselected package librust-rayon-dev:s390x. 93s Preparing to unpack .../080-librust-rayon-dev_1.10.0-1_s390x.deb ... 93s Unpacking librust-rayon-dev:s390x (1.10.0-1) ... 93s Selecting previously unselected package librust-hashbrown-dev:s390x. 93s Preparing to unpack .../081-librust-hashbrown-dev_0.14.5-5_s390x.deb ... 93s Unpacking librust-hashbrown-dev:s390x (0.14.5-5) ... 93s Selecting previously unselected package librust-indexmap-dev:s390x. 93s Preparing to unpack .../082-librust-indexmap-dev_2.7.0-1_s390x.deb ... 93s Unpacking librust-indexmap-dev:s390x (2.7.0-1) ... 93s Selecting previously unselected package librust-stable-deref-trait-dev:s390x. 93s Preparing to unpack .../083-librust-stable-deref-trait-dev_1.2.0-1_s390x.deb ... 93s Unpacking librust-stable-deref-trait-dev:s390x (1.2.0-1) ... 93s Selecting previously unselected package librust-gimli-dev:s390x. 93s Preparing to unpack .../084-librust-gimli-dev_0.31.1-2_s390x.deb ... 93s Unpacking librust-gimli-dev:s390x (0.31.1-2) ... 93s Selecting previously unselected package librust-memmap2-dev:s390x. 93s Preparing to unpack .../085-librust-memmap2-dev_0.9.5-1_s390x.deb ... 93s Unpacking librust-memmap2-dev:s390x (0.9.5-1) ... 93s Selecting previously unselected package librust-crc32fast-dev:s390x. 93s Preparing to unpack .../086-librust-crc32fast-dev_1.4.2-1_s390x.deb ... 93s Unpacking librust-crc32fast-dev:s390x (1.4.2-1) ... 93s Selecting previously unselected package pkgconf-bin. 93s Preparing to unpack .../087-pkgconf-bin_1.8.1-4_s390x.deb ... 93s Unpacking pkgconf-bin (1.8.1-4) ... 93s Selecting previously unselected package pkgconf:s390x. 93s Preparing to unpack .../088-pkgconf_1.8.1-4_s390x.deb ... 93s Unpacking pkgconf:s390x (1.8.1-4) ... 93s Selecting previously unselected package librust-pkg-config-dev:s390x. 93s Preparing to unpack .../089-librust-pkg-config-dev_0.3.31-1_s390x.deb ... 93s Unpacking librust-pkg-config-dev:s390x (0.3.31-1) ... 93s Selecting previously unselected package zlib1g-dev:s390x. 93s Preparing to unpack .../090-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_s390x.deb ... 93s Unpacking zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 93s Selecting previously unselected package librust-libz-sys-dev:s390x. 93s Preparing to unpack .../091-librust-libz-sys-dev_1.1.20-1_s390x.deb ... 93s Unpacking librust-libz-sys-dev:s390x (1.1.20-1) ... 93s Selecting previously unselected package librust-adler-dev:s390x. 93s Preparing to unpack .../092-librust-adler-dev_1.0.2-2_s390x.deb ... 93s Unpacking librust-adler-dev:s390x (1.0.2-2) ... 93s Selecting previously unselected package librust-miniz-oxide-dev:s390x. 93s Preparing to unpack .../093-librust-miniz-oxide-dev_0.7.1-1_s390x.deb ... 93s Unpacking librust-miniz-oxide-dev:s390x (0.7.1-1) ... 93s Selecting previously unselected package librust-flate2-dev:s390x. 93s Preparing to unpack .../094-librust-flate2-dev_1.0.34-1_s390x.deb ... 93s Unpacking librust-flate2-dev:s390x (1.0.34-1) ... 93s Selecting previously unselected package librust-sval-derive-dev:s390x. 93s Preparing to unpack .../095-librust-sval-derive-dev_2.6.1-2_s390x.deb ... 93s Unpacking librust-sval-derive-dev:s390x (2.6.1-2) ... 93s Selecting previously unselected package librust-sval-dev:s390x. 93s Preparing to unpack .../096-librust-sval-dev_2.6.1-2_s390x.deb ... 93s Unpacking librust-sval-dev:s390x (2.6.1-2) ... 93s Selecting previously unselected package librust-sval-ref-dev:s390x. 93s Preparing to unpack .../097-librust-sval-ref-dev_2.6.1-1_s390x.deb ... 93s Unpacking librust-sval-ref-dev:s390x (2.6.1-1) ... 93s Selecting previously unselected package librust-erased-serde-dev:s390x. 93s Preparing to unpack .../098-librust-erased-serde-dev_0.3.31-1_s390x.deb ... 93s Unpacking librust-erased-serde-dev:s390x (0.3.31-1) ... 93s Selecting previously unselected package librust-serde-fmt-dev. 93s Preparing to unpack .../099-librust-serde-fmt-dev_1.0.3-4_all.deb ... 93s Unpacking librust-serde-fmt-dev (1.0.3-4) ... 93s Selecting previously unselected package librust-no-panic-dev:s390x. 93s Preparing to unpack .../100-librust-no-panic-dev_0.1.32-1_s390x.deb ... 93s Unpacking librust-no-panic-dev:s390x (0.1.32-1) ... 93s Selecting previously unselected package librust-itoa-dev:s390x. 93s Preparing to unpack .../101-librust-itoa-dev_1.0.14-1_s390x.deb ... 93s Unpacking librust-itoa-dev:s390x (1.0.14-1) ... 93s Selecting previously unselected package librust-ryu-dev:s390x. 93s Preparing to unpack .../102-librust-ryu-dev_1.0.19-1_s390x.deb ... 93s Unpacking librust-ryu-dev:s390x (1.0.19-1) ... 94s Selecting previously unselected package librust-serde-json-dev:s390x. 94s Preparing to unpack .../103-librust-serde-json-dev_1.0.133-1_s390x.deb ... 94s Unpacking librust-serde-json-dev:s390x (1.0.133-1) ... 94s Selecting previously unselected package librust-serde-test-dev:s390x. 94s Preparing to unpack .../104-librust-serde-test-dev_1.0.171-1_s390x.deb ... 94s Unpacking librust-serde-test-dev:s390x (1.0.171-1) ... 94s Selecting previously unselected package librust-value-bag-serde1-dev:s390x. 94s Preparing to unpack .../105-librust-value-bag-serde1-dev_1.9.0-1_s390x.deb ... 94s Unpacking librust-value-bag-serde1-dev:s390x (1.9.0-1) ... 94s Selecting previously unselected package librust-sval-buffer-dev:s390x. 94s Preparing to unpack .../106-librust-sval-buffer-dev_2.6.1-1_s390x.deb ... 94s Unpacking librust-sval-buffer-dev:s390x (2.6.1-1) ... 94s Selecting previously unselected package librust-sval-dynamic-dev:s390x. 94s Preparing to unpack .../107-librust-sval-dynamic-dev_2.6.1-1_s390x.deb ... 94s Unpacking librust-sval-dynamic-dev:s390x (2.6.1-1) ... 94s Selecting previously unselected package librust-sval-fmt-dev:s390x. 94s Preparing to unpack .../108-librust-sval-fmt-dev_2.6.1-1_s390x.deb ... 94s Unpacking librust-sval-fmt-dev:s390x (2.6.1-1) ... 94s Selecting previously unselected package librust-sval-serde-dev:s390x. 94s Preparing to unpack .../109-librust-sval-serde-dev_2.6.1-1_s390x.deb ... 94s Unpacking librust-sval-serde-dev:s390x (2.6.1-1) ... 94s Selecting previously unselected package librust-value-bag-sval2-dev:s390x. 94s Preparing to unpack .../110-librust-value-bag-sval2-dev_1.9.0-1_s390x.deb ... 94s Unpacking librust-value-bag-sval2-dev:s390x (1.9.0-1) ... 94s Selecting previously unselected package librust-value-bag-dev:s390x. 94s Preparing to unpack .../111-librust-value-bag-dev_1.9.0-1_s390x.deb ... 94s Unpacking librust-value-bag-dev:s390x (1.9.0-1) ... 94s Selecting previously unselected package librust-log-dev:s390x. 94s Preparing to unpack .../112-librust-log-dev_0.4.22-1_s390x.deb ... 94s Unpacking librust-log-dev:s390x (0.4.22-1) ... 94s Selecting previously unselected package librust-memchr-dev:s390x. 94s Preparing to unpack .../113-librust-memchr-dev_2.7.4-1_s390x.deb ... 94s Unpacking librust-memchr-dev:s390x (2.7.4-1) ... 94s Selecting previously unselected package librust-blobby-dev:s390x. 94s Preparing to unpack .../114-librust-blobby-dev_0.3.1-1_s390x.deb ... 94s Unpacking librust-blobby-dev:s390x (0.3.1-1) ... 94s Selecting previously unselected package librust-typenum-dev:s390x. 94s Preparing to unpack .../115-librust-typenum-dev_1.17.0-2_s390x.deb ... 94s Unpacking librust-typenum-dev:s390x (1.17.0-2) ... 94s Selecting previously unselected package librust-zeroize-derive-dev:s390x. 94s Preparing to unpack .../116-librust-zeroize-derive-dev_1.4.2-1_s390x.deb ... 94s Unpacking librust-zeroize-derive-dev:s390x (1.4.2-1) ... 94s Selecting previously unselected package librust-zeroize-dev:s390x. 94s Preparing to unpack .../117-librust-zeroize-dev_1.8.1-1_s390x.deb ... 94s Unpacking librust-zeroize-dev:s390x (1.8.1-1) ... 94s Selecting previously unselected package librust-generic-array-dev:s390x. 94s Preparing to unpack .../118-librust-generic-array-dev_0.14.7-1_s390x.deb ... 94s Unpacking librust-generic-array-dev:s390x (0.14.7-1) ... 94s Selecting previously unselected package librust-block-buffer-dev:s390x. 94s Preparing to unpack .../119-librust-block-buffer-dev_0.10.2-2_s390x.deb ... 94s Unpacking librust-block-buffer-dev:s390x (0.10.2-2) ... 94s Selecting previously unselected package librust-const-oid-dev:s390x. 94s Preparing to unpack .../120-librust-const-oid-dev_0.9.6-1_s390x.deb ... 94s Unpacking librust-const-oid-dev:s390x (0.9.6-1) ... 94s Selecting previously unselected package librust-rand-core-dev:s390x. 94s Preparing to unpack .../121-librust-rand-core-dev_0.6.4-2_s390x.deb ... 94s Unpacking librust-rand-core-dev:s390x (0.6.4-2) ... 94s Selecting previously unselected package librust-rand-core+getrandom-dev:s390x. 94s Preparing to unpack .../122-librust-rand-core+getrandom-dev_0.6.4-2_s390x.deb ... 94s Unpacking librust-rand-core+getrandom-dev:s390x (0.6.4-2) ... 94s Selecting previously unselected package librust-crypto-common-dev:s390x. 94s Preparing to unpack .../123-librust-crypto-common-dev_0.1.6-1_s390x.deb ... 94s Unpacking librust-crypto-common-dev:s390x (0.1.6-1) ... 94s Selecting previously unselected package librust-subtle-dev:s390x. 94s Preparing to unpack .../124-librust-subtle-dev_2.6.1-1_s390x.deb ... 94s Unpacking librust-subtle-dev:s390x (2.6.1-1) ... 94s Selecting previously unselected package librust-digest-dev:s390x. 94s Preparing to unpack .../125-librust-digest-dev_0.10.7-2_s390x.deb ... 94s Unpacking librust-digest-dev:s390x (0.10.7-2) ... 94s Selecting previously unselected package librust-ppv-lite86-dev:s390x. 94s Preparing to unpack .../126-librust-ppv-lite86-dev_0.2.20-1_s390x.deb ... 94s Unpacking librust-ppv-lite86-dev:s390x (0.2.20-1) ... 94s Selecting previously unselected package librust-rand-chacha-dev:s390x. 94s Preparing to unpack .../127-librust-rand-chacha-dev_0.3.1-2_s390x.deb ... 94s Unpacking librust-rand-chacha-dev:s390x (0.3.1-2) ... 94s Selecting previously unselected package librust-rand-core+serde-dev:s390x. 94s Preparing to unpack .../128-librust-rand-core+serde-dev_0.6.4-2_s390x.deb ... 94s Unpacking librust-rand-core+serde-dev:s390x (0.6.4-2) ... 94s Selecting previously unselected package librust-rand-core+std-dev:s390x. 94s Preparing to unpack .../129-librust-rand-core+std-dev_0.6.4-2_s390x.deb ... 94s Unpacking librust-rand-core+std-dev:s390x (0.6.4-2) ... 94s Selecting previously unselected package librust-rand-dev:s390x. 94s Preparing to unpack .../130-librust-rand-dev_0.8.5-1_s390x.deb ... 94s Unpacking librust-rand-dev:s390x (0.8.5-1) ... 94s Selecting previously unselected package librust-static-assertions-dev:s390x. 94s Preparing to unpack .../131-librust-static-assertions-dev_1.1.0-1_s390x.deb ... 94s Unpacking librust-static-assertions-dev:s390x (1.1.0-1) ... 94s Selecting previously unselected package librust-twox-hash-dev:s390x. 94s Preparing to unpack .../132-librust-twox-hash-dev_1.6.3-1_s390x.deb ... 94s Unpacking librust-twox-hash-dev:s390x (1.6.3-1) ... 94s Selecting previously unselected package librust-ruzstd-dev:s390x. 94s Preparing to unpack .../133-librust-ruzstd-dev_0.7.3-2_s390x.deb ... 94s Unpacking librust-ruzstd-dev:s390x (0.7.3-2) ... 94s Selecting previously unselected package librust-object-dev:s390x. 94s Preparing to unpack .../134-librust-object-dev_0.36.5-2_s390x.deb ... 94s Unpacking librust-object-dev:s390x (0.36.5-2) ... 94s Selecting previously unselected package librust-rustc-demangle-dev:s390x. 94s Preparing to unpack .../135-librust-rustc-demangle-dev_0.1.24-1_s390x.deb ... 94s Unpacking librust-rustc-demangle-dev:s390x (0.1.24-1) ... 94s Selecting previously unselected package librust-typed-arena-dev:s390x. 94s Preparing to unpack .../136-librust-typed-arena-dev_2.0.2-1_s390x.deb ... 94s Unpacking librust-typed-arena-dev:s390x (2.0.2-1) ... 94s Selecting previously unselected package librust-addr2line-dev:s390x. 94s Preparing to unpack .../137-librust-addr2line-dev_0.24.2-2_s390x.deb ... 94s Unpacking librust-addr2line-dev:s390x (0.24.2-2) ... 94s Selecting previously unselected package librust-autocfg-dev:s390x. 94s Preparing to unpack .../138-librust-autocfg-dev_1.1.0-1_s390x.deb ... 94s Unpacking librust-autocfg-dev:s390x (1.1.0-1) ... 94s Selecting previously unselected package librust-backtrace-dev:s390x. 94s Preparing to unpack .../139-librust-backtrace-dev_0.3.74-3_s390x.deb ... 94s Unpacking librust-backtrace-dev:s390x (0.3.74-3) ... 94s Selecting previously unselected package librust-bytemuck-derive-dev:s390x. 94s Preparing to unpack .../140-librust-bytemuck-derive-dev_1.5.0-2_s390x.deb ... 94s Unpacking librust-bytemuck-derive-dev:s390x (1.5.0-2) ... 94s Selecting previously unselected package librust-bytemuck-dev:s390x. 94s Preparing to unpack .../141-librust-bytemuck-dev_1.21.0-1_s390x.deb ... 94s Unpacking librust-bytemuck-dev:s390x (1.21.0-1) ... 94s Selecting previously unselected package librust-bitflags-dev:s390x. 94s Preparing to unpack .../142-librust-bitflags-dev_2.8.0-1_s390x.deb ... 94s Unpacking librust-bitflags-dev:s390x (2.8.0-1) ... 94s Selecting previously unselected package librust-bytes-dev:s390x. 94s Preparing to unpack .../143-librust-bytes-dev_1.9.0-1_s390x.deb ... 94s Unpacking librust-bytes-dev:s390x (1.9.0-1) ... 94s Selecting previously unselected package librust-jobserver-dev:s390x. 94s Preparing to unpack .../144-librust-jobserver-dev_0.1.32-1_s390x.deb ... 94s Unpacking librust-jobserver-dev:s390x (0.1.32-1) ... 94s Selecting previously unselected package librust-shlex-dev:s390x. 94s Preparing to unpack .../145-librust-shlex-dev_1.3.0-1_s390x.deb ... 94s Unpacking librust-shlex-dev:s390x (1.3.0-1) ... 94s Selecting previously unselected package librust-cc-dev:s390x. 94s Preparing to unpack .../146-librust-cc-dev_1.1.14-1_s390x.deb ... 94s Unpacking librust-cc-dev:s390x (1.1.14-1) ... 94s Selecting previously unselected package librust-compiler-builtins+core-dev:s390x. 94s Preparing to unpack .../147-librust-compiler-builtins+core-dev_0.1.139-1_s390x.deb ... 94s Unpacking librust-compiler-builtins+core-dev:s390x (0.1.139-1) ... 94s Selecting previously unselected package librust-compiler-builtins+rustc-dep-of-std-dev:s390x. 94s Preparing to unpack .../148-librust-compiler-builtins+rustc-dep-of-std-dev_0.1.139-1_s390x.deb ... 94s Unpacking librust-compiler-builtins+rustc-dep-of-std-dev:s390x (0.1.139-1) ... 94s Selecting previously unselected package librust-libloading-dev:s390x. 94s Preparing to unpack .../149-librust-libloading-dev_0.8.5-1_s390x.deb ... 94s Unpacking librust-libloading-dev:s390x (0.8.5-1) ... 94s Selecting previously unselected package librust-dlib-dev:s390x. 94s Preparing to unpack .../150-librust-dlib-dev_0.5.2-2_s390x.deb ... 94s Unpacking librust-dlib-dev:s390x (0.5.2-2) ... 94s Selecting previously unselected package librust-downcast-rs-dev:s390x. 94s Preparing to unpack .../151-librust-downcast-rs-dev_1.2.0-1_s390x.deb ... 94s Unpacking librust-downcast-rs-dev:s390x (1.2.0-1) ... 94s Selecting previously unselected package librust-encoding-rs-dev:s390x. 94s Preparing to unpack .../152-librust-encoding-rs-dev_0.8.35-1_s390x.deb ... 94s Unpacking librust-encoding-rs-dev:s390x (0.8.35-1) ... 94s Selecting previously unselected package librust-errno-dev:s390x. 94s Preparing to unpack .../153-librust-errno-dev_0.3.8-1_s390x.deb ... 94s Unpacking librust-errno-dev:s390x (0.3.8-1) ... 94s Selecting previously unselected package librust-fastrand-dev:s390x. 94s Preparing to unpack .../154-librust-fastrand-dev_2.1.1-1_s390x.deb ... 94s Unpacking librust-fastrand-dev:s390x (2.1.1-1) ... 94s Selecting previously unselected package librust-futures-core-dev:s390x. 94s Preparing to unpack .../155-librust-futures-core-dev_0.3.31-1_s390x.deb ... 94s Unpacking librust-futures-core-dev:s390x (0.3.31-1) ... 94s Selecting previously unselected package librust-futures-sink-dev:s390x. 94s Preparing to unpack .../156-librust-futures-sink-dev_0.3.31-1_s390x.deb ... 94s Unpacking librust-futures-sink-dev:s390x (0.3.31-1) ... 94s Selecting previously unselected package librust-futures-channel-dev:s390x. 94s Preparing to unpack .../157-librust-futures-channel-dev_0.3.31-1_s390x.deb ... 94s Unpacking librust-futures-channel-dev:s390x (0.3.31-1) ... 94s Selecting previously unselected package librust-futures-io-dev:s390x. 94s Preparing to unpack .../158-librust-futures-io-dev_0.3.31-1_s390x.deb ... 94s Unpacking librust-futures-io-dev:s390x (0.3.31-1) ... 94s Selecting previously unselected package librust-futures-macro-dev:s390x. 94s Preparing to unpack .../159-librust-futures-macro-dev_0.3.31-1_s390x.deb ... 94s Unpacking librust-futures-macro-dev:s390x (0.3.31-1) ... 94s Selecting previously unselected package librust-futures-task-dev:s390x. 94s Preparing to unpack .../160-librust-futures-task-dev_0.3.31-3_s390x.deb ... 94s Unpacking librust-futures-task-dev:s390x (0.3.31-3) ... 94s Selecting previously unselected package librust-pin-project-lite-dev:s390x. 94s Preparing to unpack .../161-librust-pin-project-lite-dev_0.2.13-1_s390x.deb ... 94s Unpacking librust-pin-project-lite-dev:s390x (0.2.13-1) ... 94s Selecting previously unselected package librust-pin-utils-dev:s390x. 94s Preparing to unpack .../162-librust-pin-utils-dev_0.1.0-1_s390x.deb ... 94s Unpacking librust-pin-utils-dev:s390x (0.1.0-1) ... 94s Selecting previously unselected package librust-slab-dev:s390x. 94s Preparing to unpack .../163-librust-slab-dev_0.4.9-1_s390x.deb ... 94s Unpacking librust-slab-dev:s390x (0.4.9-1) ... 94s Selecting previously unselected package librust-futures-util-dev:s390x. 94s Preparing to unpack .../164-librust-futures-util-dev_0.3.31-1_s390x.deb ... 94s Unpacking librust-futures-util-dev:s390x (0.3.31-1) ... 94s Selecting previously unselected package librust-linux-raw-sys-dev:s390x. 94s Preparing to unpack .../165-librust-linux-raw-sys-dev_0.4.14-1_s390x.deb ... 94s Unpacking librust-linux-raw-sys-dev:s390x (0.4.14-1) ... 94s Selecting previously unselected package librust-owning-ref-dev:s390x. 94s Preparing to unpack .../166-librust-owning-ref-dev_0.4.1-1_s390x.deb ... 94s Unpacking librust-owning-ref-dev:s390x (0.4.1-1) ... 94s Selecting previously unselected package librust-scopeguard-dev:s390x. 94s Preparing to unpack .../167-librust-scopeguard-dev_1.2.0-1_s390x.deb ... 94s Unpacking librust-scopeguard-dev:s390x (1.2.0-1) ... 94s Selecting previously unselected package librust-lock-api-dev:s390x. 94s Preparing to unpack .../168-librust-lock-api-dev_0.4.12-1_s390x.deb ... 94s Unpacking librust-lock-api-dev:s390x (0.4.12-1) ... 94s Selecting previously unselected package librust-memoffset-dev:s390x. 94s Preparing to unpack .../169-librust-memoffset-dev_0.8.0-1_s390x.deb ... 94s Unpacking librust-memoffset-dev:s390x (0.8.0-1) ... 94s Selecting previously unselected package librust-mio-dev:s390x. 94s Preparing to unpack .../170-librust-mio-dev_1.0.2-3_s390x.deb ... 94s Unpacking librust-mio-dev:s390x (1.0.2-3) ... 94s Selecting previously unselected package librust-parking-lot-dev:s390x. 94s Preparing to unpack .../171-librust-parking-lot-dev_0.12.3-1_s390x.deb ... 94s Unpacking librust-parking-lot-dev:s390x (0.12.3-1) ... 94s Selecting previously unselected package librust-signal-hook-registry-dev:s390x. 94s Preparing to unpack .../172-librust-signal-hook-registry-dev_1.4.0-1_s390x.deb ... 94s Unpacking librust-signal-hook-registry-dev:s390x (1.4.0-1) ... 94s Selecting previously unselected package librust-socket2-dev:s390x. 94s Preparing to unpack .../173-librust-socket2-dev_0.5.8-1_s390x.deb ... 94s Unpacking librust-socket2-dev:s390x (0.5.8-1) ... 94s Selecting previously unselected package librust-tokio-macros-dev:s390x. 94s Preparing to unpack .../174-librust-tokio-macros-dev_2.5.0-1_s390x.deb ... 94s Unpacking librust-tokio-macros-dev:s390x (2.5.0-1) ... 94s Selecting previously unselected package librust-tracing-attributes-dev:s390x. 94s Preparing to unpack .../175-librust-tracing-attributes-dev_0.1.27-1_s390x.deb ... 94s Unpacking librust-tracing-attributes-dev:s390x (0.1.27-1) ... 94s Selecting previously unselected package librust-syn-1-dev:s390x. 94s Preparing to unpack .../176-librust-syn-1-dev_1.0.109-3_s390x.deb ... 94s Unpacking librust-syn-1-dev:s390x (1.0.109-3) ... 94s Selecting previously unselected package librust-valuable-derive-dev:s390x. 94s Preparing to unpack .../177-librust-valuable-derive-dev_0.1.0-1_s390x.deb ... 94s Unpacking librust-valuable-derive-dev:s390x (0.1.0-1) ... 94s Selecting previously unselected package librust-valuable-dev:s390x. 94s Preparing to unpack .../178-librust-valuable-dev_0.1.0-4_s390x.deb ... 94s Unpacking librust-valuable-dev:s390x (0.1.0-4) ... 94s Selecting previously unselected package librust-tracing-core-dev:s390x. 94s Preparing to unpack .../179-librust-tracing-core-dev_0.1.32-1_s390x.deb ... 94s Unpacking librust-tracing-core-dev:s390x (0.1.32-1) ... 94s Selecting previously unselected package librust-tracing-dev:s390x. 94s Preparing to unpack .../180-librust-tracing-dev_0.1.40-1_s390x.deb ... 94s Unpacking librust-tracing-dev:s390x (0.1.40-1) ... 95s Selecting previously unselected package librust-tokio-dev:s390x. 95s Preparing to unpack .../181-librust-tokio-dev_1.43.0-1_s390x.deb ... 95s Unpacking librust-tokio-dev:s390x (1.43.0-1) ... 95s Selecting previously unselected package librust-quick-xml-dev:s390x. 95s Preparing to unpack .../182-librust-quick-xml-dev_0.36.1-2_s390x.deb ... 95s Unpacking librust-quick-xml-dev:s390x (0.36.1-2) ... 95s Selecting previously unselected package librust-raw-window-handle-dev:s390x. 95s Preparing to unpack .../183-librust-raw-window-handle-dev_0.5.2-1_s390x.deb ... 95s Unpacking librust-raw-window-handle-dev:s390x (0.5.2-1) ... 95s Selecting previously unselected package librust-rustix-dev:s390x. 95s Preparing to unpack .../184-librust-rustix-dev_0.38.37-1_s390x.deb ... 95s Unpacking librust-rustix-dev:s390x (0.38.37-1) ... 95s Selecting previously unselected package librust-scoped-tls-dev:s390x. 95s Preparing to unpack .../185-librust-scoped-tls-dev_1.0.1-1_s390x.deb ... 95s Unpacking librust-scoped-tls-dev:s390x (1.0.1-1) ... 95s Selecting previously unselected package librust-tempfile-dev:s390x. 95s Preparing to unpack .../186-librust-tempfile-dev_3.15.0-1_s390x.deb ... 95s Unpacking librust-tempfile-dev:s390x (3.15.0-1) ... 95s Selecting previously unselected package libwayland-client0:s390x. 95s Preparing to unpack .../187-libwayland-client0_1.23.1-1_s390x.deb ... 95s Unpacking libwayland-client0:s390x (1.23.1-1) ... 95s Selecting previously unselected package libwayland-server0:s390x. 95s Preparing to unpack .../188-libwayland-server0_1.23.1-1_s390x.deb ... 95s Unpacking libwayland-server0:s390x (1.23.1-1) ... 95s Selecting previously unselected package libwayland-cursor0:s390x. 95s Preparing to unpack .../189-libwayland-cursor0_1.23.1-1_s390x.deb ... 95s Unpacking libwayland-cursor0:s390x (1.23.1-1) ... 95s Selecting previously unselected package libwayland-egl1:s390x. 95s Preparing to unpack .../190-libwayland-egl1_1.23.1-1_s390x.deb ... 95s Unpacking libwayland-egl1:s390x (1.23.1-1) ... 95s Selecting previously unselected package libwayland-bin. 95s Preparing to unpack .../191-libwayland-bin_1.23.1-1_s390x.deb ... 95s Unpacking libwayland-bin (1.23.1-1) ... 95s Selecting previously unselected package libffi-dev:s390x. 95s Preparing to unpack .../192-libffi-dev_3.4.6-1build1_s390x.deb ... 95s Unpacking libffi-dev:s390x (3.4.6-1build1) ... 95s Selecting previously unselected package libwayland-dev:s390x. 95s Preparing to unpack .../193-libwayland-dev_1.23.1-1_s390x.deb ... 95s Unpacking libwayland-dev:s390x (1.23.1-1) ... 95s Selecting previously unselected package librust-wayland-sys-dev:s390x. 95s Preparing to unpack .../194-librust-wayland-sys-dev_0.31.6-1_s390x.deb ... 95s Unpacking librust-wayland-sys-dev:s390x (0.31.6-1) ... 95s Selecting previously unselected package librust-wayland-backend-dev:s390x. 95s Preparing to unpack .../195-librust-wayland-backend-dev_0.3.8-1_s390x.deb ... 95s Unpacking librust-wayland-backend-dev:s390x (0.3.8-1) ... 95s Selecting previously unselected package librust-wayland-scanner-dev:s390x. 95s Preparing to unpack .../196-librust-wayland-scanner-dev_0.31.6-1_s390x.deb ... 95s Unpacking librust-wayland-scanner-dev:s390x (0.31.6-1) ... 95s Selecting previously unselected package librust-wayland-client-dev:s390x. 95s Preparing to unpack .../197-librust-wayland-client-dev_0.31.2-2_s390x.deb ... 95s Unpacking librust-wayland-client-dev:s390x (0.31.2-2) ... 95s Setting up librust-crossbeam-utils-dev:s390x (0.8.19-1) ... 95s Setting up libwayland-server0:s390x (1.23.1-1) ... 95s Setting up librust-pin-utils-dev:s390x (0.1.0-1) ... 95s Setting up librust-either-dev:s390x (1.13.0-1) ... 95s Setting up librust-scoped-tls-dev:s390x (1.0.1-1) ... 95s Setting up librust-adler-dev:s390x (1.0.2-2) ... 95s Setting up dh-cargo-tools (31ubuntu4) ... 95s Setting up librust-version-check-dev:s390x (0.9.5-1) ... 95s Setting up librust-futures-task-dev:s390x (0.3.31-3) ... 95s Setting up libarchive-zip-perl (1.68-1) ... 95s Setting up librust-raw-window-handle-dev:s390x (0.5.2-1) ... 95s Setting up librust-fastrand-dev:s390x (2.1.1-1) ... 95s Setting up libdebhelper-perl (13.23ubuntu1) ... 95s Setting up librust-typed-arena-dev:s390x (2.0.2-1) ... 95s Setting up m4 (1.4.19-5) ... 95s Setting up librust-rustc-demangle-dev:s390x (0.1.24-1) ... 95s Setting up librust-fallible-iterator-dev:s390x (0.3.0-2) ... 95s Setting up librust-ryu-dev:s390x (1.0.19-1) ... 95s Setting up libgomp1:s390x (14.2.0-16ubuntu1) ... 95s Setting up librust-subtle-dev:s390x (2.6.1-1) ... 95s Setting up libffi-dev:s390x (3.4.6-1build1) ... 95s Setting up librust-miniz-oxide-dev:s390x (0.7.1-1) ... 95s Setting up librust-pin-project-lite-dev:s390x (0.2.13-1) ... 95s Setting up librust-compiler-builtins-dev:s390x (0.1.139-1) ... 95s Setting up librust-crossbeam-epoch-dev:s390x (0.9.18-1) ... 95s Setting up libwayland-bin (1.23.1-1) ... 95s Setting up autotools-dev (20220109.1) ... 95s Setting up libpkgconf3:s390x (1.8.1-4) ... 95s Setting up librust-downcast-rs-dev:s390x (1.2.0-1) ... 95s Setting up librust-rustc-std-workspace-core-dev:s390x (1.0.0-1) ... 95s Setting up librust-futures-io-dev:s390x (0.3.31-1) ... 95s Setting up librust-typenum-dev:s390x (1.17.0-2) ... 95s Setting up librust-stable-deref-trait-dev:s390x (1.2.0-1) ... 95s Setting up librust-critical-section-dev:s390x (1.2.0-1) ... 95s Setting up librust-scopeguard-dev:s390x (1.2.0-1) ... 95s Setting up libmpc3:s390x (1.3.1-1build2) ... 95s Setting up librust-rand-core-dev:s390x (0.6.4-2) ... 95s Setting up autopoint (0.23.1-1) ... 95s Setting up pkgconf-bin (1.8.1-4) ... 95s Setting up librust-crunchy-dev:s390x (0.2.2-1) ... 95s Setting up libgit2-1.9:s390x (1.9.0~ds-0ubuntu1) ... 95s Setting up autoconf (2.72-3) ... 95s Setting up libstd-rust-1.84:s390x (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 95s Setting up libubsan1:s390x (14.2.0-16ubuntu1) ... 95s Setting up zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 95s Setting up librust-unicode-ident-dev:s390x (1.0.13-1) ... 95s Setting up librust-equivalent-dev:s390x (1.0.1-1) ... 95s Setting up dwz (0.15-1build6) ... 95s Setting up libasan8:s390x (14.2.0-16ubuntu1) ... 95s Setting up libstd-rust-1.84-dev:s390x (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 95s Setting up librust-cfg-if-dev:s390x (1.0.0-1) ... 95s Setting up debugedit (1:5.1-2) ... 95s Setting up librust-blobby-dev:s390x (0.3.1-1) ... 95s Setting up librust-byteorder-dev:s390x (1.5.0-1) ... 95s Setting up libwayland-egl1:s390x (1.23.1-1) ... 95s Setting up librust-static-assertions-dev:s390x (1.1.0-1) ... 95s Setting up librust-compiler-builtins+core-dev:s390x (0.1.139-1) ... 95s Setting up librust-autocfg-dev:s390x (1.1.0-1) ... 95s Setting up libisl23:s390x (0.27-1) ... 95s Setting up librust-futures-sink-dev:s390x (0.3.31-1) ... 95s Setting up librust-shlex-dev:s390x (1.3.0-1) ... 95s Setting up librust-cpp-demangle-dev:s390x (0.4.0-1) ... 95s Setting up libcc1-0:s390x (14.2.0-16ubuntu1) ... 95s Setting up libitm1:s390x (14.2.0-16ubuntu1) ... 95s Setting up libwayland-client0:s390x (1.23.1-1) ... 95s Setting up automake (1:1.17-3) ... 95s update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode 95s Setting up libfile-stripnondeterminism-perl (1.14.1-2) ... 95s Setting up librust-crossbeam-epoch+std-dev:s390x (0.9.18-1) ... 95s Setting up librust-libc-dev:s390x (0.2.169-1) ... 95s Setting up gettext (0.23.1-1) ... 95s Setting up librust-crossbeam-deque-dev:s390x (0.8.5-1) ... 95s Setting up librust-tiny-keccak-dev:s390x (2.0.2-1) ... 95s Setting up librust-linux-raw-sys-dev:s390x (0.4.14-1) ... 95s Setting up librust-getrandom-dev:s390x (0.2.15-1) ... 95s Setting up librust-libloading-dev:s390x (0.8.5-1) ... 95s Setting up librust-socket2-dev:s390x (0.5.8-1) ... 95s Setting up librust-memmap2-dev:s390x (0.9.5-1) ... 95s Setting up librust-owning-ref-dev:s390x (0.4.1-1) ... 95s Setting up librust-memoffset-dev:s390x (0.8.0-1) ... 95s Setting up librust-proc-macro2-dev:s390x (1.0.92-1) ... 95s Setting up librust-compiler-builtins+rustc-dep-of-std-dev:s390x (0.1.139-1) ... 95s Setting up librust-rayon-core-dev:s390x (1.12.1-1) ... 95s Setting up pkgconf:s390x (1.8.1-4) ... 95s Setting up intltool-debian (0.35.0+20060710.6) ... 95s Setting up librust-rand-core+getrandom-dev:s390x (0.6.4-2) ... 95s Setting up librust-signal-hook-registry-dev:s390x (1.4.0-1) ... 95s Setting up librust-errno-dev:s390x (0.3.8-1) ... 95s Setting up librust-jobserver-dev:s390x (0.1.32-1) ... 95s Setting up cpp-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 95s Setting up cpp-14 (14.2.0-16ubuntu1) ... 95s Setting up dh-strip-nondeterminism (1.14.1-2) ... 95s Setting up librust-crc32fast-dev:s390x (1.4.2-1) ... 95s Setting up libwayland-cursor0:s390x (1.23.1-1) ... 95s Setting up libgcc-14-dev:s390x (14.2.0-16ubuntu1) ... 95s Setting up librust-rayon-dev:s390x (1.10.0-1) ... 95s Setting up librust-pkg-config-dev:s390x (0.3.31-1) ... 95s Setting up librust-dlib-dev:s390x (0.5.2-2) ... 95s Setting up cpp-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 95s Setting up po-debconf (1.0.21+nmu1) ... 95s Setting up librust-quote-dev:s390x (1.0.37-1) ... 95s Setting up librust-libz-sys-dev:s390x (1.1.20-1) ... 95s Setting up librust-syn-dev:s390x (2.0.96-2) ... 95s Setting up librust-rand-core+std-dev:s390x (0.6.4-2) ... 95s Setting up libwayland-dev:s390x (1.23.1-1) ... 95s Setting up gcc-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 95s Setting up gcc-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 95s Setting up librust-sval-derive-dev:s390x (2.6.1-2) ... 95s Setting up librust-cc-dev:s390x (1.1.14-1) ... 95s Setting up librust-zeroize-derive-dev:s390x (1.4.2-1) ... 95s Setting up librust-syn-1-dev:s390x (1.0.109-3) ... 95s Setting up librust-no-panic-dev:s390x (0.1.32-1) ... 95s Setting up cpp (4:14.1.0-2ubuntu1) ... 95s Setting up librust-serde-derive-dev:s390x (1.0.217-1) ... 95s Setting up librust-zerocopy-derive-dev:s390x (0.7.34-1) ... 95s Setting up librust-valuable-derive-dev:s390x (0.1.0-1) ... 95s Setting up librust-serde-dev:s390x (1.0.217-1) ... 95s Setting up librust-bytemuck-derive-dev:s390x (1.5.0-2) ... 95s Setting up librust-derive-arbitrary-dev:s390x (1.4.1-1) ... 95s Setting up librust-allocator-api2-dev:s390x (0.2.16-1) ... 95s Setting up librust-futures-macro-dev:s390x (0.3.31-1) ... 95s Setting up librust-tracing-attributes-dev:s390x (0.1.27-1) ... 95s Setting up librust-encoding-rs-dev:s390x (0.8.35-1) ... 95s Setting up librust-serde-fmt-dev (1.0.3-4) ... 95s Setting up librust-portable-atomic-dev:s390x (1.10.0-3) ... 95s Setting up librust-tokio-macros-dev:s390x (2.5.0-1) ... 95s Setting up librust-flate2-dev:s390x (1.0.34-1) ... 95s Setting up librust-lock-api-dev:s390x (0.4.12-1) ... 95s Setting up librust-sval-dev:s390x (2.6.1-2) ... 95s Setting up librust-itoa-dev:s390x (1.0.14-1) ... 95s Setting up gcc-14 (14.2.0-16ubuntu1) ... 95s Setting up librust-bytes-dev:s390x (1.9.0-1) ... 95s Setting up librust-rand-core+serde-dev:s390x (0.6.4-2) ... 95s Setting up librust-sval-ref-dev:s390x (2.6.1-1) ... 95s Setting up librust-zerocopy-dev:s390x (0.7.34-1) ... 95s Setting up librust-bytemuck-dev:s390x (1.21.0-1) ... 95s Setting up librust-zeroize-dev:s390x (1.8.1-1) ... 95s Setting up librust-slab-dev:s390x (0.4.9-1) ... 95s Setting up librust-arbitrary-dev:s390x (1.4.1-1) ... 95s Setting up librust-valuable-dev:s390x (0.1.0-4) ... 95s Setting up librust-serde-test-dev:s390x (1.0.171-1) ... 95s Setting up librust-erased-serde-dev:s390x (0.3.31-1) ... 95s Setting up librust-generic-array-dev:s390x (0.14.7-1) ... 95s Setting up librust-ppv-lite86-dev:s390x (0.2.20-1) ... 95s Setting up librust-rand-chacha-dev:s390x (0.3.1-2) ... 95s Setting up librust-sval-dynamic-dev:s390x (2.6.1-1) ... 95s Setting up librust-crypto-common-dev:s390x (0.1.6-1) ... 95s Setting up librust-futures-core-dev:s390x (0.3.31-1) ... 95s Setting up libtool (2.5.4-3build1) ... 95s Setting up librust-sval-buffer-dev:s390x (2.6.1-1) ... 95s Setting up librust-smallvec-dev:s390x (1.13.2-1) ... 95s Setting up librust-sval-fmt-dev:s390x (2.6.1-1) ... 95s Setting up librust-const-oid-dev:s390x (0.9.6-1) ... 95s Setting up gcc (4:14.1.0-2ubuntu1) ... 95s Setting up dh-autoreconf (20) ... 95s Setting up librust-block-buffer-dev:s390x (0.10.2-2) ... 95s Setting up librust-bitflags-dev:s390x (2.8.0-1) ... 95s Setting up rustc-1.84 (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 95s Setting up rustc (1.84.0ubuntu1) ... 95s Setting up librust-parking-lot-core-dev:s390x (0.9.10-1) ... 95s Setting up librust-futures-channel-dev:s390x (0.3.31-1) ... 95s Setting up librust-once-cell-dev:s390x (1.20.2-1) ... 95s Setting up librust-digest-dev:s390x (0.10.7-2) ... 95s Setting up librust-sval-serde-dev:s390x (2.6.1-1) ... 95s Setting up librust-parking-lot-dev:s390x (0.12.3-1) ... 95s Setting up cargo-1.84 (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 95s Setting up librust-const-random-macro-dev:s390x (0.1.16-2) ... 95s Setting up librust-const-random-dev:s390x (0.1.17-2) ... 95s Setting up debhelper (13.23ubuntu1) ... 95s Setting up librust-ahash-dev (0.8.11-9) ... 95s Setting up librust-tracing-core-dev:s390x (0.1.32-1) ... 95s Setting up cargo (1.84.0ubuntu1) ... 95s Setting up dh-cargo (31ubuntu4) ... 95s Setting up librust-rustix-dev:s390x (0.38.37-1) ... 95s Setting up librust-value-bag-sval2-dev:s390x (1.9.0-1) ... 95s Setting up librust-tempfile-dev:s390x (3.15.0-1) ... 95s Setting up librust-hashbrown-dev:s390x (0.14.5-5) ... 95s Setting up librust-indexmap-dev:s390x (2.7.0-1) ... 95s Setting up librust-gimli-dev:s390x (0.31.1-2) ... 95s Setting up librust-memchr-dev:s390x (2.7.4-1) ... 95s Setting up librust-futures-util-dev:s390x (0.3.31-1) ... 95s Setting up librust-serde-json-dev:s390x (1.0.133-1) ... 95s Setting up librust-value-bag-serde1-dev:s390x (1.9.0-1) ... 95s Setting up librust-value-bag-dev:s390x (1.9.0-1) ... 95s Setting up librust-log-dev:s390x (0.4.22-1) ... 95s Setting up librust-tracing-dev:s390x (0.1.40-1) ... 95s Setting up librust-rand-dev:s390x (0.8.5-1) ... 95s Setting up librust-mio-dev:s390x (1.0.2-3) ... 95s Setting up librust-wayland-sys-dev:s390x (0.31.6-1) ... 95s Setting up librust-twox-hash-dev:s390x (1.6.3-1) ... 95s Setting up librust-wayland-backend-dev:s390x (0.3.8-1) ... 95s Setting up librust-ruzstd-dev:s390x (0.7.3-2) ... 95s Setting up librust-object-dev:s390x (0.36.5-2) ... 95s Setting up librust-addr2line-dev:s390x (0.24.2-2) ... 95s Setting up librust-backtrace-dev:s390x (0.3.74-3) ... 95s Setting up librust-tokio-dev:s390x (1.43.0-1) ... 95s Setting up librust-quick-xml-dev:s390x (0.36.1-2) ... 95s Setting up librust-wayland-scanner-dev:s390x (0.31.6-1) ... 95s Setting up librust-wayland-client-dev:s390x (0.31.2-2) ... 95s Processing triggers for libc-bin (2.40-4ubuntu1) ... 95s Processing triggers for man-db (2.13.0-1) ... 96s Processing triggers for install-info (7.1.1-1) ... 96s autopkgtest: DBG: testbed command exited with code 0 96s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-wayland-client-dev'], kind short, sout pipe, serr pipe, env [] 96s autopkgtest: DBG: testbed command exited with code 0 96s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.pEKqbA/rust-wayland-client:@-packages.all"], kind short, sout raw, serr pipe, env [] 96s autopkgtest: DBG: testbed command exited with code 0 96s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.pEKqbA/rust-wayland-client%3A%40-packages.all /tmp/autopkgtest-work.pi91hp8g/out/rust-wayland-client%3A%40-packages.all 97s autopkgtest: DBG: got reply from testbed: ok 97s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.pEKqbA/build.BP0/src'], kind short, sout raw, serr raw, env [] 97s autopkgtest: DBG: testbed command exited with code 0 97s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.pEKqbA/build.BP0/src already exists 97s autopkgtest [07:33:03]: test rust-wayland-client:@: /usr/share/cargo/bin/cargo-auto-test wayland-client 0.31.2 --all-targets --all-features 97s autopkgtest [07:33:03]: test rust-wayland-client:@: [----------------------- 97s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.pEKqbA/wrapper.sh --debug --artifacts=/tmp/autopkgtest.pEKqbA/rust-wayland-client:@-artifacts --chdir=/tmp/autopkgtest.pEKqbA/build.BP0/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.pEKqbA/rust-wayland-client:@-stderr --stdout=/tmp/autopkgtest.pEKqbA/rust-wayland-client:@-stdout --tmp=/tmp/autopkgtest.pEKqbA/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 wayland-client 0.31.2 --all-targets --all-features'"], kind test, sout raw, serr raw, env [] 97s /tmp/autopkgtest.pEKqbA/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.pEKqbA/rust-wayland-client:@-artifacts 97s /tmp/autopkgtest.pEKqbA/wrapper.sh: changing to directory: /tmp/autopkgtest.pEKqbA/build.BP0/src 97s /tmp/autopkgtest.pEKqbA/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 97s /tmp/autopkgtest.pEKqbA/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 97s /tmp/autopkgtest.pEKqbA/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 97s /tmp/autopkgtest.pEKqbA/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 97s /tmp/autopkgtest.pEKqbA/wrapper.sh: setting environment: LANG=C.UTF-8 97s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LANGUAGE 97s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_ADDRESS 97s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_ALL 97s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_COLLATE 97s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_CTYPE 97s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_IDENTIFICATION 97s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_MEASUREMENT 97s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_MESSAGES 97s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_MONETARY 97s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_NAME 97s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_NUMERIC 97s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_PAPER 97s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_TELEPHONE 97s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_TIME 97s /tmp/autopkgtest.pEKqbA/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 97s /tmp/autopkgtest.pEKqbA/wrapper.sh: pretending to be a login shell 97s /tmp/autopkgtest.pEKqbA/wrapper.sh: will write standard error to /tmp/autopkgtest.pEKqbA/rust-wayland-client:@-stderr 97s /tmp/autopkgtest.pEKqbA/wrapper.sh: will write stdout to /tmp/autopkgtest.pEKqbA/rust-wayland-client:@-stdout 97s /tmp/autopkgtest.pEKqbA/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.pEKqbA/autopkgtest_tmp 97s /tmp/autopkgtest.pEKqbA/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 97s /tmp/autopkgtest.pEKqbA/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test wayland-client 0.31.2 --all-targets --all-features 97s /tmp/autopkgtest.pEKqbA/wrapper.sh: copying /tmp/tmp.9ubO7MPhys/out to stdout and file: /tmp/autopkgtest.pEKqbA/rust-wayland-client:@-stdout 97s /tmp/autopkgtest.pEKqbA/wrapper.sh: copying /tmp/tmp.9ubO7MPhys/err to standard error and file: /tmp/autopkgtest.pEKqbA/rust-wayland-client:@-stdout 97s /tmp/autopkgtest.pEKqbA/wrapper.sh: writing script pid 3199 to /tmp/autopkgtest_script_pid 97s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 97s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 97s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 97s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.1O3gaKNqxA/registry/ 97s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 97s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 97s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 97s 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'],) {} 97s Compiling libc v0.2.169 97s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/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. 97s ' 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.1O3gaKNqxA/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.1O3gaKNqxA/registry/libc-0.2.169/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=e76bb75675bbf0aa -C extra-filename=-e76bb75675bbf0aa --out-dir /tmp/tmp.1O3gaKNqxA/target/debug/build/libc-e76bb75675bbf0aa -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --cap-lints warn` 97s Compiling proc-macro2 v1.0.92 97s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/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.1O3gaKNqxA/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.1O3gaKNqxA/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.1O3gaKNqxA/target/debug/build/proc-macro2-3832f39696f3f5db -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --cap-lints warn` 98s 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.1O3gaKNqxA/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/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.1O3gaKNqxA/target/debug/deps:/tmp/tmp.1O3gaKNqxA/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.1O3gaKNqxA/target/debug/build/proc-macro2-b8c68c67c59c8657/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.1O3gaKNqxA/target/debug/build/proc-macro2-3832f39696f3f5db/build-script-build` 98s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(fuzzing) 98s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_is_available) 98s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_byte_character) 98s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_c_string) 98s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_source_text) 98s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(proc_macro_span) 98s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) 98s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) 98s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) 98s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(randomize_layout) 98s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(span_locations) 98s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(super_unstable) 98s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(wrap_proc_macro) 98s [proc-macro2 1.0.92] cargo:rerun-if-changed=build/probe.rs 98s [proc-macro2 1.0.92] cargo:rustc-cfg=wrap_proc_macro 98s [proc-macro2 1.0.92] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 98s Compiling unicode-ident v1.0.13 98s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/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.1O3gaKNqxA/target/debug/deps rustc --crate-name unicode_ident --edition=2018 /tmp/tmp.1O3gaKNqxA/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.1O3gaKNqxA/target/debug/deps -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --cap-lints warn` 98s 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/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2--remap-path-prefix/tmp/tmp.1O3gaKNqxA/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/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. 98s ' 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.1O3gaKNqxA/target/debug/deps:/tmp/tmp.1O3gaKNqxA/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/build/libc-2d89f46e84b96520/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.1O3gaKNqxA/target/debug/build/libc-e76bb75675bbf0aa/build-script-build` 98s [libc 0.2.169] cargo:rerun-if-changed=build.rs 98s [libc 0.2.169] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION 98s [libc 0.2.169] cargo:rustc-cfg=freebsd11 98s [libc 0.2.169] cargo:rustc-cfg=libc_const_extern_fn 98s [libc 0.2.169] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) 98s [libc 0.2.169] cargo:rustc-check-cfg=cfg(espidf_time32) 98s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd10) 98s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd11) 98s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd12) 98s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd13) 98s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd14) 98s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd15) 98s [libc 0.2.169] cargo:rustc-check-cfg=cfg(gnu_time64_abi) 98s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) 98s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_deny_warnings) 98s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_thread_local) 98s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_ctest) 98s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) 98s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) 98s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) 98s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/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. 98s ' 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.1O3gaKNqxA/target/debug/deps OUT_DIR=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/build/libc-2d89f46e84b96520/out rustc --crate-name libc --edition=2021 /tmp/tmp.1O3gaKNqxA/registry/libc-0.2.169/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=68716d2ef429337f -C extra-filename=-68716d2ef429337f --out-dir /tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.1O3gaKNqxA/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"))'` 98s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/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.1O3gaKNqxA/target/debug/deps OUT_DIR=/tmp/tmp.1O3gaKNqxA/target/debug/build/proc-macro2-b8c68c67c59c8657/out rustc --crate-name proc_macro2 --edition=2021 /tmp/tmp.1O3gaKNqxA/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.1O3gaKNqxA/target/debug/deps -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --extern unicode_ident=/tmp/tmp.1O3gaKNqxA/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)'` 98s warning: unused import: `crate::ntptimeval` 98s --> /usr/share/cargo/registry/libc-0.2.169/src/unix/linux_like/linux/gnu/b64/mod.rs:5:5 98s | 98s 5 | use crate::ntptimeval; 98s | ^^^^^^^^^^^^^^^^^ 98s | 98s = note: `#[warn(unused_imports)]` on by default 98s 99s Compiling quote v1.0.37 99s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/quote-1.0.37 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/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.1O3gaKNqxA/target/debug/deps rustc --crate-name quote --edition=2018 /tmp/tmp.1O3gaKNqxA/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.1O3gaKNqxA/target/debug/deps -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --extern proc_macro2=/tmp/tmp.1O3gaKNqxA/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --cap-lints warn` 99s Compiling rustix v0.38.37 99s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/rustix-0.38.37 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/registry/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1O3gaKNqxA/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.1O3gaKNqxA/registry/rustix-0.38.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=9d0cdc24ab31bf88 -C extra-filename=-9d0cdc24ab31bf88 --out-dir /tmp/tmp.1O3gaKNqxA/target/debug/build/rustix-9d0cdc24ab31bf88 -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --cap-lints warn` 99s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 99s | 99s = note: this feature is not stably supported; its behavior can change in the future 99s 99s warning: `libc` (lib) generated 2 warnings 99s Compiling pkg-config v0.3.31 99s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=pkg_config CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/pkg-config-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/registry/pkg-config-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A library to run the pkg-config system tool at build time in order to be used in 99s Cargo build scripts. 99s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pkg-config CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/pkg-config-rs' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1O3gaKNqxA/target/debug/deps rustc --crate-name pkg_config --edition=2018 /tmp/tmp.1O3gaKNqxA/registry/pkg-config-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f20a1c89e2145860 -C extra-filename=-f20a1c89e2145860 --out-dir /tmp/tmp.1O3gaKNqxA/target/debug/deps -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --cap-lints warn` 99s warning: unreachable expression 99s --> /tmp/tmp.1O3gaKNqxA/registry/pkg-config-0.3.31/src/lib.rs:596:9 99s | 99s 592 | return true; 99s | ----------- any code following this expression is unreachable 99s ... 99s 596 | / match self.targeted_env_var("PKG_CONFIG_ALLOW_CROSS") { 99s 597 | | // don't use pkg-config if explicitly disabled 99s 598 | | Some(ref val) if val == "0" => false, 99s 599 | | Some(_) => true, 99s ... | 99s 605 | | } 99s 606 | | } 99s | |_________^ unreachable expression 99s | 99s = note: `#[warn(unreachable_code)]` on by default 99s 99s Compiling autocfg v1.1.0 99s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/autocfg-1.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/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.1O3gaKNqxA/target/debug/deps rustc --crate-name autocfg --edition=2015 /tmp/tmp.1O3gaKNqxA/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.1O3gaKNqxA/target/debug/deps -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --cap-lints warn` 100s Compiling shlex v1.3.0 100s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=shlex CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/shlex-1.3.0 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/registry/shlex-1.3.0/Cargo.toml CARGO_PKG_AUTHORS='comex :Fenhl :Adrian Taylor :Alex Touchet :Daniel Parks :Garrett Berg ' CARGO_PKG_DESCRIPTION='Split a string into shell words, like Python'\''s shlex.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=shlex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/comex/rust-shlex' CARGO_PKG_RUST_VERSION=1.46.0 CARGO_PKG_VERSION=1.3.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1O3gaKNqxA/target/debug/deps rustc --crate-name shlex --edition=2015 /tmp/tmp.1O3gaKNqxA/registry/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4618b096a8cc03b4 -C extra-filename=-4618b096a8cc03b4 --out-dir /tmp/tmp.1O3gaKNqxA/target/debug/deps -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --cap-lints warn` 100s warning: unexpected `cfg` condition name: `manual_codegen_check` 100s --> /tmp/tmp.1O3gaKNqxA/registry/shlex-1.3.0/src/bytes.rs:353:12 100s | 100s 353 | #[cfg_attr(manual_codegen_check, inline(never))] 100s | ^^^^^^^^^^^^^^^^^^^^ 100s | 100s = 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` 100s = help: consider using a Cargo feature instead 100s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 100s [lints.rust] 100s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(manual_codegen_check)'] } 100s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(manual_codegen_check)");` to the top of the `build.rs` 100s = note: see for more information about checking conditional configuration 100s = note: `#[warn(unexpected_cfgs)]` on by default 100s 100s warning: `shlex` (lib) generated 1 warning 100s Compiling cc v1.1.14 100s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=cc CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/cc-1.1.14 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/registry/cc-1.1.14/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A build-time dependency for Cargo build scripts to assist in invoking the native 100s C compiler to compile native C code into a static archive to be linked into Rust 100s code. 100s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cc-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cc-rs' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=1.1.14 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1O3gaKNqxA/target/debug/deps rustc --crate-name cc --edition=2018 /tmp/tmp.1O3gaKNqxA/registry/cc-1.1.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("jobserver", "parallel"))' -C metadata=6f10d64c68dac13e -C extra-filename=-6f10d64c68dac13e --out-dir /tmp/tmp.1O3gaKNqxA/target/debug/deps -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --extern shlex=/tmp/tmp.1O3gaKNqxA/target/debug/deps/libshlex-4618b096a8cc03b4.rmeta --cap-lints warn` 100s warning: `pkg-config` (lib) generated 1 warning 100s Compiling wayland-sys v0.31.6 100s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/wayland-sys-0.31.6 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/registry/wayland-sys-0.31.6/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.31.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=31 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1O3gaKNqxA/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.1O3gaKNqxA/registry/wayland-sys-0.31.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client", "cursor", "dlopen", "egl", "libc", "memoffset", "once_cell", "server"))' -C metadata=2e46ab8c73eb7d78 -C extra-filename=-2e46ab8c73eb7d78 --out-dir /tmp/tmp.1O3gaKNqxA/target/debug/build/wayland-sys-2e46ab8c73eb7d78 -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --extern pkg_config=/tmp/tmp.1O3gaKNqxA/target/debug/deps/libpkg_config-f20a1c89e2145860.rlib --cap-lints warn` 100s Compiling slab v0.4.9 100s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/registry/slab-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/slab' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1O3gaKNqxA/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.1O3gaKNqxA/registry/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=95cba3e02497b263 -C extra-filename=-95cba3e02497b263 --out-dir /tmp/tmp.1O3gaKNqxA/target/debug/build/slab-95cba3e02497b263 -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --extern autocfg=/tmp/tmp.1O3gaKNqxA/target/debug/deps/libautocfg-9ebcd9511383083c.rlib --cap-lints warn` 100s 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/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2--remap-path-prefix/tmp/tmp.1O3gaKNqxA/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_EVENT=1 CARGO_FEATURE_FS=1 CARGO_FEATURE_LIBC_EXTRA_TRAITS=1 CARGO_FEATURE_NET=1 CARGO_FEATURE_PROCESS=1 CARGO_FEATURE_STD=1 CARGO_FEATURE_USE_LIBC_AUXV=1 CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/rustix-0.38.37 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/registry/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.1O3gaKNqxA/target/debug/deps:/tmp/tmp.1O3gaKNqxA/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/build/rustix-0c8a821743305781/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.1O3gaKNqxA/target/debug/build/rustix-9d0cdc24ab31bf88/build-script-build` 100s [rustix 0.38.37] cargo:rerun-if-changed=build.rs 100s [rustix 0.38.37] cargo:rustc-cfg=static_assertions 100s [rustix 0.38.37] cargo:rustc-cfg=libc 100s [rustix 0.38.37] cargo:rustc-cfg=linux_like 100s [rustix 0.38.37] cargo:rustc-cfg=linux_kernel 100s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM 100s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_LIBC 100s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC 100s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD 100s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_MIRI 100s Compiling errno v0.3.8 100s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=errno CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/errno-0.3.8 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/registry/errno-0.3.8/Cargo.toml CARGO_PKG_AUTHORS='Chris Wong ' CARGO_PKG_DESCRIPTION='Cross-platform interface to the `errno` variable.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=errno CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/lambda-fairy/rust-errno' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1O3gaKNqxA/target/debug/deps rustc --crate-name errno --edition=2018 /tmp/tmp.1O3gaKNqxA/registry/errno-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=30bd28d5eecfd684 -C extra-filename=-30bd28d5eecfd684 --out-dir /tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --extern libc=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps/liblibc-68716d2ef429337f.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.1O3gaKNqxA/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 100s warning: unexpected `cfg` condition value: `bitrig` 100s --> /usr/share/cargo/registry/errno-0.3.8/src/unix.rs:77:13 100s | 100s 77 | target_os = "bitrig", 100s | ^^^^^^^^^^^^^^^^^^^^ 100s | 100s = 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 100s = note: see for more information about checking conditional configuration 100s = note: `#[warn(unexpected_cfgs)]` on by default 100s 100s warning: `errno` (lib) generated 2 warnings (1 duplicate) 100s Compiling bitflags v2.8.0 100s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/bitflags-2.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/registry/bitflags-2.8.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. 100s ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.8.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1O3gaKNqxA/target/debug/deps rustc --crate-name bitflags --edition=2021 /tmp/tmp.1O3gaKNqxA/registry/bitflags-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=65f3f529c7b65778 -C extra-filename=-65f3f529c7b65778 --out-dir /tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.1O3gaKNqxA/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 101s warning: `bitflags` (lib) generated 1 warning (1 duplicate) 101s Compiling linux-raw-sys v0.4.14 101s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=linux_raw_sys CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/linux-raw-sys-0.4.14 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/registry/linux-raw-sys-0.4.14/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='Generated bindings for Linux'\''s userspace API' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=linux-raw-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sunfishcode/linux-raw-sys' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.4.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1O3gaKNqxA/target/debug/deps rustc --crate-name linux_raw_sys --edition=2021 /tmp/tmp.1O3gaKNqxA/registry/linux-raw-sys-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="general"' --cfg 'feature="if_ether"' --cfg 'feature="ioctl"' --cfg 'feature="net"' --cfg 'feature="netlink"' --cfg 'feature="no_std"' --cfg 'feature="prctl"' --cfg 'feature="xdp"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bootparam", "compiler_builtins", "core", "default", "elf", "errno", "general", "if_arp", "if_ether", "if_packet", "io_uring", "ioctl", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=df2e18974a94e4e2 -C extra-filename=-df2e18974a94e4e2 --out-dir /tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.1O3gaKNqxA/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 101s warning: `linux-raw-sys` (lib) generated 1 warning (1 duplicate) 101s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rustix CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/rustix-0.38.37 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/registry/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1O3gaKNqxA/target/debug/deps OUT_DIR=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/build/rustix-0c8a821743305781/out rustc --crate-name rustix --edition=2021 /tmp/tmp.1O3gaKNqxA/registry/rustix-0.38.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=58cd9adcf2d22c26 -C extra-filename=-58cd9adcf2d22c26 --out-dir /tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --extern bitflags=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-65f3f529c7b65778.rmeta --extern libc_errno=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps/liberrno-30bd28d5eecfd684.rmeta --extern libc=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps/liblibc-68716d2ef429337f.rmeta --extern linux_raw_sys=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps/liblinux_raw_sys-df2e18974a94e4e2.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.1O3gaKNqxA/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg static_assertions --cfg libc --cfg linux_like --cfg linux_kernel` 101s Compiling wayland-backend v0.3.8 101s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/wayland-backend-0.3.8 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/registry/wayland-backend-0.3.8/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='Low-level bindings to the Wayland protocol' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-backend CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.3.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1O3gaKNqxA/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.1O3gaKNqxA/registry/wayland-backend-0.3.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("client_system", "dlopen", "log", "raw-window-handle", "server_system"))' -C metadata=f066b178425c96cd -C extra-filename=-f066b178425c96cd --out-dir /tmp/tmp.1O3gaKNqxA/target/debug/build/wayland-backend-f066b178425c96cd -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --extern cc=/tmp/tmp.1O3gaKNqxA/target/debug/deps/libcc-6f10d64c68dac13e.rlib --cap-lints warn` 102s 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/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2--remap-path-prefix/tmp/tmp.1O3gaKNqxA/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/registry/slab-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/slab' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.1O3gaKNqxA/target/debug/deps:/tmp/tmp.1O3gaKNqxA/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/build/slab-2c89ee66d35953a1/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.1O3gaKNqxA/target/debug/build/slab-95cba3e02497b263/build-script-build` 102s [slab 0.4.9] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 102s [slab 0.4.9] | 102s [slab 0.4.9] = note: this feature is not stably supported; its behavior can change in the future 102s [slab 0.4.9] 102s [slab 0.4.9] warning: 1 warning emitted 102s [slab 0.4.9] 102s 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/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2--remap-path-prefix/tmp/tmp.1O3gaKNqxA/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/wayland-sys-0.31.6 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/registry/wayland-sys-0.31.6/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.31.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=31 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.1O3gaKNqxA/target/debug/deps:/tmp/tmp.1O3gaKNqxA/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/build/wayland-sys-74227c33a3e171d5/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.1O3gaKNqxA/target/debug/build/wayland-sys-2e46ab8c73eb7d78/build-script-build` 102s Compiling syn v2.0.96 102s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/syn-2.0.96 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/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.1O3gaKNqxA/target/debug/deps rustc --crate-name syn --edition=2021 /tmp/tmp.1O3gaKNqxA/registry/syn-2.0.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "visit", "visit-mut"))' -C metadata=0a09462095438540 -C extra-filename=-0a09462095438540 --out-dir /tmp/tmp.1O3gaKNqxA/target/debug/deps -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --extern proc_macro2=/tmp/tmp.1O3gaKNqxA/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --extern quote=/tmp/tmp.1O3gaKNqxA/target/debug/deps/libquote-dc92c6f25ee0f0c6.rmeta --extern unicode_ident=/tmp/tmp.1O3gaKNqxA/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn` 105s warning: `rustix` (lib) generated 1 warning (1 duplicate) 105s Compiling memchr v2.7.4 105s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/memchr-2.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/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 105s 1, 2 or 3 byte search and single substring search. 105s ' 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.1O3gaKNqxA/target/debug/deps rustc --crate-name memchr --edition=2021 /tmp/tmp.1O3gaKNqxA/registry/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=8314979525fd8612 -C extra-filename=-8314979525fd8612 --out-dir /tmp/tmp.1O3gaKNqxA/target/debug/deps -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --cap-lints warn` 106s Compiling cfg-if v1.0.0 106s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/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] 106s parameters. Structured like an if-else chain, the first matching branch is the 106s item that gets emitted. 106s ' 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.1O3gaKNqxA/target/debug/deps rustc --crate-name cfg_if --edition=2018 /tmp/tmp.1O3gaKNqxA/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.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.1O3gaKNqxA/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 106s warning: `cfg-if` (lib) generated 1 warning (1 duplicate) 106s Compiling futures-core v0.3.31 106s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_core CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/futures-core-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/registry/futures-core-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The core traits and types in for the `futures` library. 106s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1O3gaKNqxA/target/debug/deps rustc --crate-name futures_core --edition=2018 /tmp/tmp.1O3gaKNqxA/registry/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=90711c271a6239a4 -C extra-filename=-90711c271a6239a4 --out-dir /tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.1O3gaKNqxA/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 106s warning: `futures-core` (lib) generated 1 warning (1 duplicate) 106s Compiling getrandom v0.2.15 106s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/getrandom-0.2.15 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/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.1O3gaKNqxA/target/debug/deps rustc --crate-name getrandom --edition=2018 /tmp/tmp.1O3gaKNqxA/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=7708981f696d5c14 -C extra-filename=-7708981f696d5c14 --out-dir /tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --extern cfg_if=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern libc=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps/liblibc-68716d2ef429337f.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.1O3gaKNqxA/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 106s warning: unexpected `cfg` condition value: `js` 106s --> /usr/share/cargo/registry/getrandom-0.2.15/src/lib.rs:334:25 106s | 106s 334 | } else if #[cfg(all(feature = "js", 106s | ^^^^^^^^^^^^^^ 106s | 106s = note: expected values for `feature` are: `compiler_builtins`, `core`, `custom`, `linux_disable_fallback`, `rdrand`, `rustc-dep-of-std`, `std`, and `test-in-browser` 106s = help: consider adding `js` as a feature in `Cargo.toml` 106s = note: see for more information about checking conditional configuration 106s = note: `#[warn(unexpected_cfgs)]` on by default 106s 106s warning: `getrandom` (lib) generated 2 warnings (1 duplicate) 106s Compiling quick-xml v0.36.1 106s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quick_xml CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/quick-xml-0.36.1 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/registry/quick-xml-0.36.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='High performance xml reader and writer' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quick-xml CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tafia/quick-xml' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.36.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=36 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1O3gaKNqxA/target/debug/deps rustc --crate-name quick_xml --edition=2021 /tmp/tmp.1O3gaKNqxA/registry/quick-xml-0.36.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("arbitrary", "async-tokio", "default", "encoding", "encoding_rs", "escape-html", "overlapped-lists", "serde", "serde-types", "serialize", "tokio"))' -C metadata=44842dc15f032f00 -C extra-filename=-44842dc15f032f00 --out-dir /tmp/tmp.1O3gaKNqxA/target/debug/deps -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --extern memchr=/tmp/tmp.1O3gaKNqxA/target/debug/deps/libmemchr-8314979525fd8612.rmeta --cap-lints warn` 106s warning: unexpected `cfg` condition value: `document-features` 106s --> /tmp/tmp.1O3gaKNqxA/registry/quick-xml-0.36.1/src/lib.rs:42:5 106s | 106s 42 | feature = "document-features", 106s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 106s | 106s = note: expected values for `feature` are: `arbitrary`, `async-tokio`, `default`, `encoding`, `encoding_rs`, `escape-html`, `overlapped-lists`, `serde`, `serde-types`, `serialize`, and `tokio` 106s = help: consider adding `document-features` as a feature in `Cargo.toml` 106s = note: see for more information about checking conditional configuration 106s = note: `#[warn(unexpected_cfgs)]` on by default 106s 106s warning: elided lifetime has a name 106s --> /tmp/tmp.1O3gaKNqxA/registry/quick-xml-0.36.1/src/writer.rs:146:73 106s | 106s 146 | pub fn create_element<'a, N>(&'a mut self, name: N) -> ElementWriter 106s | -- lifetime `'a` declared here ^ this elided lifetime gets resolved as `'a` 106s | 106s = note: `#[warn(elided_named_lifetimes)]` on by default 106s 106s Compiling futures-macro v0.3.31 106s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_macro CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/futures-macro-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/registry/futures-macro-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The futures-rs procedural macro implementations. 106s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-macro CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1O3gaKNqxA/target/debug/deps rustc --crate-name futures_macro --edition=2018 /tmp/tmp.1O3gaKNqxA/registry/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ed93d4d24a8167bf -C extra-filename=-ed93d4d24a8167bf --out-dir /tmp/tmp.1O3gaKNqxA/target/debug/deps -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --extern proc_macro2=/tmp/tmp.1O3gaKNqxA/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.1O3gaKNqxA/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.1O3gaKNqxA/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 107s warning: `quick-xml` (lib) generated 2 warnings 107s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=wayland_sys CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/wayland-sys-0.31.6 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/registry/wayland-sys-0.31.6/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.31.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=31 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1O3gaKNqxA/target/debug/deps OUT_DIR=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/build/wayland-sys-74227c33a3e171d5/out rustc --crate-name wayland_sys --edition=2021 /tmp/tmp.1O3gaKNqxA/registry/wayland-sys-0.31.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client", "cursor", "dlopen", "egl", "libc", "memoffset", "once_cell", "server"))' -C metadata=6c49a04e2d373a8d -C extra-filename=-6c49a04e2d373a8d --out-dir /tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.1O3gaKNqxA/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 107s warning: `wayland-sys` (lib) generated 1 warning (1 duplicate) 107s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=slab CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/registry/slab-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/slab' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1O3gaKNqxA/target/debug/deps OUT_DIR=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/build/slab-2c89ee66d35953a1/out rustc --crate-name slab --edition=2018 /tmp/tmp.1O3gaKNqxA/registry/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=36320af34be0827b -C extra-filename=-36320af34be0827b --out-dir /tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.1O3gaKNqxA/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 107s warning: unexpected `cfg` condition name: `slab_no_const_vec_new` 107s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:250:15 107s | 107s 250 | #[cfg(not(slab_no_const_vec_new))] 107s | ^^^^^^^^^^^^^^^^^^^^^ 107s | 107s = 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` 107s = help: consider using a Cargo feature instead 107s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 107s [lints.rust] 107s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_const_vec_new)'] } 107s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_const_vec_new)");` to the top of the `build.rs` 107s = note: see for more information about checking conditional configuration 107s = note: `#[warn(unexpected_cfgs)]` on by default 107s 107s warning: unexpected `cfg` condition name: `slab_no_const_vec_new` 107s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:264:11 107s | 107s 264 | #[cfg(slab_no_const_vec_new)] 107s | ^^^^^^^^^^^^^^^^^^^^^ 107s | 107s = help: consider using a Cargo feature instead 107s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 107s [lints.rust] 107s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_const_vec_new)'] } 107s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_const_vec_new)");` to the top of the `build.rs` 107s = note: see for more information about checking conditional configuration 107s 107s warning: unexpected `cfg` condition name: `slab_no_track_caller` 107s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:929:20 107s | 107s 929 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 107s | ^^^^^^^^^^^^^^^^^^^^ 107s | 107s = help: consider using a Cargo feature instead 107s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 107s [lints.rust] 107s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 107s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 107s = note: see for more information about checking conditional configuration 107s 107s warning: unexpected `cfg` condition name: `slab_no_track_caller` 107s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1098:20 107s | 107s 1098 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 107s | ^^^^^^^^^^^^^^^^^^^^ 107s | 107s = help: consider using a Cargo feature instead 107s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 107s [lints.rust] 107s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 107s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 107s = note: see for more information about checking conditional configuration 107s 107s warning: unexpected `cfg` condition name: `slab_no_track_caller` 107s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1206:20 107s | 107s 1206 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 107s | ^^^^^^^^^^^^^^^^^^^^ 107s | 107s = help: consider using a Cargo feature instead 107s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 107s [lints.rust] 107s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 107s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 107s = note: see for more information about checking conditional configuration 107s 107s warning: unexpected `cfg` condition name: `slab_no_track_caller` 107s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1216:20 107s | 107s 1216 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 107s | ^^^^^^^^^^^^^^^^^^^^ 107s | 107s = help: consider using a Cargo feature instead 107s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 107s [lints.rust] 107s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 107s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 107s = note: see for more information about checking conditional configuration 107s 107s warning: `slab` (lib) generated 7 warnings (1 duplicate) 107s 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/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2--remap-path-prefix/tmp/tmp.1O3gaKNqxA/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/wayland-backend-0.3.8 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/registry/wayland-backend-0.3.8/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='Low-level bindings to the Wayland protocol' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-backend CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.3.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.1O3gaKNqxA/target/debug/deps:/tmp/tmp.1O3gaKNqxA/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/build/wayland-backend-58a81578585e865a/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.1O3gaKNqxA/target/debug/build/wayland-backend-f066b178425c96cd/build-script-build` 107s [wayland-backend 0.3.8] cargo:rustc-check-cfg=cfg(coverage) 107s Compiling pin-project-lite v0.2.13 107s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=pin_project_lite CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/pin-project-lite-0.2.13 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/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. 107s ' 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.1O3gaKNqxA/target/debug/deps rustc --crate-name pin_project_lite --edition=2018 /tmp/tmp.1O3gaKNqxA/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.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.1O3gaKNqxA/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 107s warning: `pin-project-lite` (lib) generated 1 warning (1 duplicate) 107s Compiling smallvec v1.13.2 107s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/smallvec-1.13.2 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/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.1O3gaKNqxA/target/debug/deps rustc --crate-name smallvec --edition=2018 /tmp/tmp.1O3gaKNqxA/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 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --cfg 'feature="union"' --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=ef72c43926f60793 -C extra-filename=-ef72c43926f60793 --out-dir /tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.1O3gaKNqxA/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 107s warning: `smallvec` (lib) generated 1 warning (1 duplicate) 107s Compiling futures-task v0.3.31 107s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_task CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/futures-task-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/registry/futures-task-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Tools for working with tasks. 107s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-task CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1O3gaKNqxA/target/debug/deps rustc --crate-name futures_task --edition=2018 /tmp/tmp.1O3gaKNqxA/registry/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=47c3a7d17767e18f -C extra-filename=-47c3a7d17767e18f --out-dir /tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.1O3gaKNqxA/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 107s warning: `futures-task` (lib) generated 1 warning (1 duplicate) 107s Compiling once_cell v1.20.2 107s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/once_cell-1.20.2 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/registry/once_cell-1.20.2/Cargo.toml CARGO_PKG_AUTHORS='Aleksey Kladov ' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.20.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1O3gaKNqxA/target/debug/deps rustc --crate-name once_cell --edition=2021 /tmp/tmp.1O3gaKNqxA/registry/once_cell-1.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=10428cb1410dd925 -C extra-filename=-10428cb1410dd925 --out-dir /tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.1O3gaKNqxA/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 107s warning: `once_cell` (lib) generated 1 warning (1 duplicate) 107s Compiling pin-utils v0.1.0 107s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=pin_utils CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/pin-utils-0.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/registry/pin-utils-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Josef Brandl ' CARGO_PKG_DESCRIPTION='Utilities for pinning 107s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/pin-utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1O3gaKNqxA/target/debug/deps rustc --crate-name pin_utils --edition=2018 /tmp/tmp.1O3gaKNqxA/registry/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9646380a39f6bb39 -C extra-filename=-9646380a39f6bb39 --out-dir /tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.1O3gaKNqxA/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 107s warning: `pin-utils` (lib) generated 1 warning (1 duplicate) 107s Compiling downcast-rs v1.2.0 107s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=downcast_rs CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/downcast-rs-1.2.0 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/registry/downcast-rs-1.2.0/Cargo.toml CARGO_PKG_AUTHORS='Ashish Myles :Runji Wang ' CARGO_PKG_DESCRIPTION='Trait object downcasting support using only safe Rust. It supports type 107s parameters, associated types, and type constraints. 107s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=downcast-rs CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/marcianx/downcast-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1O3gaKNqxA/target/debug/deps rustc --crate-name downcast_rs --edition=2015 /tmp/tmp.1O3gaKNqxA/registry/downcast-rs-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=fedf5fded6411e19 -C extra-filename=-fedf5fded6411e19 --out-dir /tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.1O3gaKNqxA/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 107s warning: `downcast-rs` (lib) generated 1 warning (1 duplicate) 107s Compiling fastrand v2.1.1 107s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=fastrand CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/fastrand-2.1.1 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/registry/fastrand-2.1.1/Cargo.toml CARGO_PKG_AUTHORS='Stjepan Glavina ' CARGO_PKG_DESCRIPTION='A simple and fast random number generator' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fastrand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smol-rs/fastrand' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=2.1.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1O3gaKNqxA/target/debug/deps rustc --crate-name fastrand --edition=2018 /tmp/tmp.1O3gaKNqxA/registry/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=b0f30b63d6f103db -C extra-filename=-b0f30b63d6f103db --out-dir /tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.1O3gaKNqxA/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 107s warning: unexpected `cfg` condition value: `js` 107s --> /usr/share/cargo/registry/fastrand-2.1.1/src/global_rng.rs:202:5 107s | 107s 202 | feature = "js" 107s | ^^^^^^^^^^^^^^ 107s | 107s = note: expected values for `feature` are: `alloc`, `default`, and `std` 107s = help: consider adding `js` as a feature in `Cargo.toml` 107s = note: see for more information about checking conditional configuration 107s = note: `#[warn(unexpected_cfgs)]` on by default 107s 107s warning: unexpected `cfg` condition value: `js` 107s --> /usr/share/cargo/registry/fastrand-2.1.1/src/global_rng.rs:214:9 107s | 107s 214 | not(feature = "js") 107s | ^^^^^^^^^^^^^^ 107s | 107s = note: expected values for `feature` are: `alloc`, `default`, and `std` 107s = help: consider adding `js` as a feature in `Cargo.toml` 107s = note: see for more information about checking conditional configuration 107s 108s Compiling futures-util v0.3.31 108s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_util CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/futures-util-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/registry/futures-util-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Common utilities and extension traits for the futures-rs library. 108s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-util CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1O3gaKNqxA/target/debug/deps rustc --crate-name futures_util --edition=2018 /tmp/tmp.1O3gaKNqxA/registry/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="default"' --cfg 'feature="futures-macro"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "channel", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "io", "memchr", "sink", "slab", "std", "unstable", "write-all-vectored"))' -C metadata=ead748a98f31aed8 -C extra-filename=-ead748a98f31aed8 --out-dir /tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --extern futures_core=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-90711c271a6239a4.rmeta --extern futures_macro=/tmp/tmp.1O3gaKNqxA/target/debug/deps/libfutures_macro-ed93d4d24a8167bf.so --extern futures_task=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-47c3a7d17767e18f.rmeta --extern pin_project_lite=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps/libpin_project_lite-5dc815523e98d889.rmeta --extern pin_utils=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps/libpin_utils-9646380a39f6bb39.rmeta --extern slab=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps/libslab-36320af34be0827b.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.1O3gaKNqxA/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 108s warning: `fastrand` (lib) generated 3 warnings (1 duplicate) 108s Compiling tempfile v3.15.0 108s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=tempfile CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/tempfile-3.15.0 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/registry/tempfile-3.15.0/Cargo.toml CARGO_PKG_AUTHORS='Steven Allen :The Rust Project Developers:Ashley Mannix :Jason White ' CARGO_PKG_DESCRIPTION='A library for managing temporary files and directories.' CARGO_PKG_HOMEPAGE='https://stebalien.com/projects/tempfile-rs/' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tempfile CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Stebalien/tempfile' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=3.15.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1O3gaKNqxA/target/debug/deps rustc --crate-name tempfile --edition=2021 /tmp/tmp.1O3gaKNqxA/registry/tempfile-3.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=53da3ed3fc9b08f3 -C extra-filename=-53da3ed3fc9b08f3 --out-dir /tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --extern cfg_if=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern fastrand=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps/libfastrand-b0f30b63d6f103db.rmeta --extern getrandom=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps/libgetrandom-7708981f696d5c14.rmeta --extern once_cell=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps/libonce_cell-10428cb1410dd925.rmeta --extern rustix=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps/librustix-58cd9adcf2d22c26.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.1O3gaKNqxA/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 108s warning: unexpected `cfg` condition value: `compat` 108s --> /usr/share/cargo/registry/futures-util-0.3.31/src/lib.rs:308:7 108s | 108s 308 | #[cfg(feature = "compat")] 108s | ^^^^^^^^^^^^^^^^^^ 108s | 108s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 108s = help: consider adding `compat` as a feature in `Cargo.toml` 108s = note: see for more information about checking conditional configuration 108s = note: requested on the command line with `-W unexpected-cfgs` 108s 108s warning: unexpected `cfg` condition value: `compat` 108s --> /usr/share/cargo/registry/futures-util-0.3.31/src/future/try_future/mod.rs:6:7 108s | 108s 6 | #[cfg(feature = "compat")] 108s | ^^^^^^^^^^^^^^^^^^ 108s | 108s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 108s = help: consider adding `compat` as a feature in `Cargo.toml` 108s = note: see for more information about checking conditional configuration 108s 108s warning: unexpected `cfg` condition value: `compat` 108s --> /usr/share/cargo/registry/futures-util-0.3.31/src/future/try_future/mod.rs:580:11 108s | 108s 580 | #[cfg(feature = "compat")] 108s | ^^^^^^^^^^^^^^^^^^ 108s | 108s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 108s = help: consider adding `compat` as a feature in `Cargo.toml` 108s = note: see for more information about checking conditional configuration 108s 108s warning: unexpected `cfg` condition value: `compat` 108s --> /usr/share/cargo/registry/futures-util-0.3.31/src/stream/try_stream/mod.rs:6:7 108s | 108s 6 | #[cfg(feature = "compat")] 108s | ^^^^^^^^^^^^^^^^^^ 108s | 108s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 108s = help: consider adding `compat` as a feature in `Cargo.toml` 108s = note: see for more information about checking conditional configuration 108s 108s warning: unexpected `cfg` condition value: `compat` 108s --> /usr/share/cargo/registry/futures-util-0.3.31/src/stream/try_stream/mod.rs:1154:11 108s | 108s 1154 | #[cfg(feature = "compat")] 108s | ^^^^^^^^^^^^^^^^^^ 108s | 108s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 108s = help: consider adding `compat` as a feature in `Cargo.toml` 108s = note: see for more information about checking conditional configuration 108s 108s warning: unexpected `cfg` condition value: `compat` 108s --> /usr/share/cargo/registry/futures-util-0.3.31/src/task/spawn.rs:3:7 108s | 108s 3 | #[cfg(feature = "compat")] 108s | ^^^^^^^^^^^^^^^^^^ 108s | 108s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 108s = help: consider adding `compat` as a feature in `Cargo.toml` 108s = note: see for more information about checking conditional configuration 108s 108s warning: unexpected `cfg` condition value: `compat` 108s --> /usr/share/cargo/registry/futures-util-0.3.31/src/task/spawn.rs:92:11 108s | 108s 92 | #[cfg(feature = "compat")] 108s | ^^^^^^^^^^^^^^^^^^ 108s | 108s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 108s = help: consider adding `compat` as a feature in `Cargo.toml` 108s = note: see for more information about checking conditional configuration 108s 108s warning: `tempfile` (lib) generated 1 warning (1 duplicate) 108s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=wayland_backend CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/wayland-backend-0.3.8 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/registry/wayland-backend-0.3.8/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='Low-level bindings to the Wayland protocol' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-backend CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.3.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1O3gaKNqxA/target/debug/deps OUT_DIR=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/build/wayland-backend-58a81578585e865a/out rustc --crate-name wayland_backend --edition=2021 /tmp/tmp.1O3gaKNqxA/registry/wayland-backend-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client_system", "dlopen", "log", "raw-window-handle", "server_system"))' -C metadata=282c862af5919598 -C extra-filename=-282c862af5919598 --out-dir /tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --extern downcast_rs=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps/libdowncast_rs-fedf5fded6411e19.rmeta --extern rustix=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps/librustix-58cd9adcf2d22c26.rmeta --extern smallvec=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps/libsmallvec-ef72c43926f60793.rmeta --extern wayland_sys=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps/libwayland_sys-6c49a04e2d373a8d.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.1O3gaKNqxA/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --check-cfg 'cfg(coverage)'` 109s warning: `wayland-backend` (lib) generated 1 warning (1 duplicate) 109s Compiling wayland-scanner v0.31.6 109s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=wayland_scanner CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/wayland-scanner-0.31.6 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/registry/wayland-scanner-0.31.6/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='Wayland Scanner for generating rust APIs from XML wayland protocol files.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-scanner CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.31.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=31 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1O3gaKNqxA/target/debug/deps rustc --crate-name wayland_scanner --edition=2021 /tmp/tmp.1O3gaKNqxA/registry/wayland-scanner-0.31.6/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=c58251dd28084e37 -C extra-filename=-c58251dd28084e37 --out-dir /tmp/tmp.1O3gaKNqxA/target/debug/deps -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --extern proc_macro2=/tmp/tmp.1O3gaKNqxA/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quick_xml=/tmp/tmp.1O3gaKNqxA/target/debug/deps/libquick_xml-44842dc15f032f00.rlib --extern quote=/tmp/tmp.1O3gaKNqxA/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern proc_macro --cap-lints warn` 109s warning: `futures-util` (lib) generated 8 warnings (1 duplicate) 109s Compiling futures-channel v0.3.31 109s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_channel CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/futures-channel-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/registry/futures-channel-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Channels for asynchronous communication using futures-rs. 109s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-channel CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.1O3gaKNqxA/target/debug/deps rustc --crate-name futures_channel --edition=2018 /tmp/tmp.1O3gaKNqxA/registry/futures-channel-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=f934963c765c669a -C extra-filename=-f934963c765c669a --out-dir /tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --extern futures_core=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-90711c271a6239a4.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.1O3gaKNqxA/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 109s warning: `futures-channel` (lib) generated 1 warning (1 duplicate) 109s Compiling log v0.4.22 109s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/tmp/tmp.1O3gaKNqxA/registry/log-0.4.22 CARGO_MANIFEST_PATH=/tmp/tmp.1O3gaKNqxA/registry/log-0.4.22/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust 109s ' 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.1O3gaKNqxA/target/debug/deps rustc --crate-name log --edition=2021 /tmp/tmp.1O3gaKNqxA/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 --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=3b24e9f654e1ff15 -C extra-filename=-3b24e9f654e1ff15 --out-dir /tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.1O3gaKNqxA/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 109s warning: `log` (lib) generated 1 warning (1 duplicate) 111s Compiling wayland-client v0.31.2 (/usr/share/cargo/registry/wayland-client-0.31.2) 111s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=wayland_client CARGO_MANIFEST_DIR=/usr/share/cargo/registry/wayland-client-0.31.2 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/wayland-client-0.31.2/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='Bindings to the standard C implementation of the wayland protocol, client side.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-client CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.31.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=31 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.1O3gaKNqxA/target/debug/deps rustc --crate-name wayland_client --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="log"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("log"))' -C metadata=6b5ab3cd1e1c3342 -C extra-filename=-6b5ab3cd1e1c3342 --out-dir /tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.1O3gaKNqxA/target/debug/deps --extern bitflags=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-65f3f529c7b65778.rlib --extern futures_channel=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps/libfutures_channel-f934963c765c669a.rlib --extern futures_util=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps/libfutures_util-ead748a98f31aed8.rlib --extern log=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps/liblog-3b24e9f654e1ff15.rlib --extern rustix=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps/librustix-58cd9adcf2d22c26.rlib --extern tempfile=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps/libtempfile-53da3ed3fc9b08f3.rlib --extern wayland_backend=/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps/libwayland_backend-282c862af5919598.rlib --extern wayland_scanner=/tmp/tmp.1O3gaKNqxA/target/debug/deps/libwayland_scanner-c58251dd28084e37.so -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.1O3gaKNqxA/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 111s warning: unexpected `cfg` condition name: `coverage` 111s --> src/lib.rs:165:13 111s | 111s 165 | #![cfg_attr(coverage, feature(coverage_attribute))] 111s | ^^^^^^^^ 111s | 111s = 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` 111s = help: consider using a Cargo feature instead 111s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 111s [lints.rust] 111s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] } 111s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(coverage)");` to the top of the `build.rs` 111s = note: see for more information about checking conditional configuration 111s = note: `#[warn(unexpected_cfgs)]` on by default 111s 111s warning: unexpected `cfg` condition name: `coverage` 111s --> src/event_queue.rs:123:16 111s | 111s 123 | #[cfg_attr(coverage, coverage(off))] 111s | ^^^^^^^^ 111s | 111s = help: consider using a Cargo feature instead 111s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 111s [lints.rust] 111s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] } 111s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(coverage)");` to the top of the `build.rs` 111s = note: see for more information about checking conditional configuration 111s 111s warning: unexpected `cfg` condition name: `coverage` 111s --> src/event_queue.rs:197:16 111s | 111s 197 | #[cfg_attr(coverage, coverage(off))] 111s | ^^^^^^^^ 111s | 111s = help: consider using a Cargo feature instead 111s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 111s [lints.rust] 111s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] } 111s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(coverage)");` to the top of the `build.rs` 111s = note: see for more information about checking conditional configuration 111s 111s warning: unexpected `cfg` condition name: `coverage` 111s --> src/event_queue.rs:347:16 111s | 111s 347 | #[cfg_attr(coverage, coverage(off))] 111s | ^^^^^^^^ 111s | 111s = help: consider using a Cargo feature instead 111s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 111s [lints.rust] 111s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] } 111s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(coverage)");` to the top of the `build.rs` 111s = note: see for more information about checking conditional configuration 111s 111s warning: unexpected `cfg` condition name: `coverage` 111s --> src/event_queue.rs:589:16 111s | 111s 589 | #[cfg_attr(coverage, coverage(off))] 111s | ^^^^^^^^ 111s | 111s = help: consider using a Cargo feature instead 111s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 111s [lints.rust] 111s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] } 111s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(coverage)");` to the top of the `build.rs` 111s = note: see for more information about checking conditional configuration 111s 111s warning: unexpected `cfg` condition name: `coverage` 111s --> src/event_queue.rs:696:16 111s | 111s 696 | #[cfg_attr(coverage, coverage(off))] 111s | ^^^^^^^^ 111s | 111s = help: consider using a Cargo feature instead 111s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 111s [lints.rust] 111s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] } 111s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(coverage)");` to the top of the `build.rs` 111s = note: see for more information about checking conditional configuration 111s 112s warning: `wayland-client` (lib test) generated 7 warnings (1 duplicate) 112s Finished `test` profile [unoptimized + debuginfo] target(s) in 14.92s 112s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/wayland-client-0.31.2 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/wayland-client-0.31.2/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='Bindings to the standard C implementation of the wayland protocol, client side.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-client CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.31.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=31 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.1O3gaKNqxA/target/s390x-unknown-linux-gnu/debug/deps/wayland_client-6b5ab3cd1e1c3342` 112s 112s running 0 tests 112s 112s test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 112s 112s /tmp/autopkgtest.pEKqbA/wrapper.sh: checking for leaked background processes... 112s /tmp/autopkgtest.pEKqbA/wrapper.sh: waiting for tee/cat subprocesses... 112s /tmp/autopkgtest.pEKqbA/wrapper.sh: cleaning up... 112s /tmp/autopkgtest.pEKqbA/wrapper.sh: Exit status: 0 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest [07:33:18]: test rust-wayland-client:@: -----------------------] 112s autopkgtest: DBG: testbed executing test finished with exit status 0 112s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.pEKqbA/rust-wayland-client%3A%40-stdout /tmp/autopkgtest-work.pi91hp8g/out/rust-wayland-client%3A%40-stdout 113s autopkgtest: DBG: got reply from testbed: ok 113s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.pEKqbA/rust-wayland-client%3A%40-stderr /tmp/autopkgtest-work.pi91hp8g/out/rust-wayland-client%3A%40-stderr 113s autopkgtest: DBG: got reply from testbed: ok 113s rust-wayland-client:@ PASS 113s autopkgtest [07:33:19]: test rust-wayland-client:@: - - - - - - - - - - results - - - - - - - - - - 113s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.pEKqbA/rust-wayland-client%3A%40-artifacts/ /tmp/autopkgtest-work.pi91hp8g/out/artifacts/ 113s autopkgtest: DBG: got reply from testbed: ok 113s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.pEKqbA/rust-wayland-client:@-artifacts', '/tmp/autopkgtest.pEKqbA/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 113s autopkgtest: DBG: testbed command exited with code 0 113s autopkgtest [07:33:19]: test librust-wayland-client-dev:default: preparing testbed 113s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['dh-cargo (>= 18)', 'librust-futures-channel-0.3+default-dev (>= 0.3.16-~~)', 'librust-futures-util-0.3+default-dev', 'librust-tempfile-3+default-dev (>= 3.2-~~)', 'librust-wayland-client-dev'], deps_new=['dh-cargo (>= 18)', 'librust-futures-channel-0.3+default-dev (>= 0.3.16-~~)', 'librust-futures-util-0.3+default-dev', 'librust-tempfile-3+default-dev (>= 3.2-~~)', 'librust-wayland-client-dev'] 113s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 113s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 18)', 'librust-futures-channel-0.3+default-dev (>= 0.3.16-~~)', 'librust-futures-util-0.3+default-dev', 'librust-tempfile-3+default-dev (>= 3.2-~~)', 'librust-wayland-client-dev'] 113s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 18), librust-futures-channel-0.3+default-dev (>= 0.3.16-~~), librust-futures-util-0.3+default-dev, librust-tempfile-3+default-dev (>= 3.2-~~), librust-wayland-client-dev 113s autopkgtest: DBG: can use apt-get on testbed: True 113s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'dh-cargo (>= 18), librust-futures-channel-0.3+default-dev (>= 0.3.16-~~), librust-futures-util-0.3+default-dev, librust-tempfile-3+default-dev (>= 3.2-~~), librust-wayland-client-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 114s Reading package lists... 114s Building dependency tree... 114s Reading state information... 114s Starting pkgProblemResolver with broken count: 0 114s Starting 2 pkgProblemResolver with broken count: 0 114s Done 114s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 114s autopkgtest: DBG: testbed command exited with code 0 114s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-wayland-client-dev'], kind short, sout pipe, serr pipe, env [] 114s autopkgtest: DBG: testbed command exited with code 0 114s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.pEKqbA/librust-wayland-client-dev:default-packages.all"], kind short, sout raw, serr pipe, env [] 114s autopkgtest: DBG: testbed command exited with code 0 114s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.pEKqbA/librust-wayland-client-dev%3Adefault-packages.all /tmp/autopkgtest-work.pi91hp8g/out/librust-wayland-client-dev%3Adefault-packages.all 114s autopkgtest: DBG: got reply from testbed: ok 114s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.pEKqbA/build.BP0/src'], kind short, sout raw, serr raw, env [] 115s autopkgtest: DBG: testbed command exited with code 0 115s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.pEKqbA/build.BP0/src already exists 115s autopkgtest [07:33:21]: test librust-wayland-client-dev:default: /usr/share/cargo/bin/cargo-auto-test wayland-client 0.31.2 --all-targets 115s autopkgtest [07:33:21]: test librust-wayland-client-dev:default: [----------------------- 115s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.pEKqbA/wrapper.sh --debug --artifacts=/tmp/autopkgtest.pEKqbA/librust-wayland-client-dev:default-artifacts --chdir=/tmp/autopkgtest.pEKqbA/build.BP0/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.pEKqbA/librust-wayland-client-dev:default-stderr --stdout=/tmp/autopkgtest.pEKqbA/librust-wayland-client-dev:default-stdout --tmp=/tmp/autopkgtest.pEKqbA/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 wayland-client 0.31.2 --all-targets'"], kind test, sout raw, serr raw, env [] 115s /tmp/autopkgtest.pEKqbA/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.pEKqbA/librust-wayland-client-dev:default-artifacts 115s /tmp/autopkgtest.pEKqbA/wrapper.sh: changing to directory: /tmp/autopkgtest.pEKqbA/build.BP0/src 115s /tmp/autopkgtest.pEKqbA/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 115s /tmp/autopkgtest.pEKqbA/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 115s /tmp/autopkgtest.pEKqbA/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 115s /tmp/autopkgtest.pEKqbA/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 115s /tmp/autopkgtest.pEKqbA/wrapper.sh: setting environment: LANG=C.UTF-8 115s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LANGUAGE 115s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_ADDRESS 115s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_ALL 115s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_COLLATE 115s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_CTYPE 115s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_IDENTIFICATION 115s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_MEASUREMENT 115s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_MESSAGES 115s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_MONETARY 115s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_NAME 115s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_NUMERIC 115s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_PAPER 115s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_TELEPHONE 115s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_TIME 115s /tmp/autopkgtest.pEKqbA/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 115s /tmp/autopkgtest.pEKqbA/wrapper.sh: pretending to be a login shell 115s /tmp/autopkgtest.pEKqbA/wrapper.sh: will write standard error to /tmp/autopkgtest.pEKqbA/librust-wayland-client-dev:default-stderr 115s /tmp/autopkgtest.pEKqbA/wrapper.sh: will write stdout to /tmp/autopkgtest.pEKqbA/librust-wayland-client-dev:default-stdout 115s /tmp/autopkgtest.pEKqbA/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.pEKqbA/autopkgtest_tmp 115s /tmp/autopkgtest.pEKqbA/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 115s /tmp/autopkgtest.pEKqbA/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test wayland-client 0.31.2 --all-targets 115s /tmp/autopkgtest.pEKqbA/wrapper.sh: copying /tmp/tmp.AR4NMUmYLA/out to stdout and file: /tmp/autopkgtest.pEKqbA/librust-wayland-client-dev:default-stdout 115s /tmp/autopkgtest.pEKqbA/wrapper.sh: copying /tmp/tmp.AR4NMUmYLA/err to standard error and file: /tmp/autopkgtest.pEKqbA/librust-wayland-client-dev:default-stdout 115s /tmp/autopkgtest.pEKqbA/wrapper.sh: writing script pid 3847 to /tmp/autopkgtest_script_pid 115s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 115s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 115s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 115s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.6z1MtvELx5/registry/ 115s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 115s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 115s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 115s 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'],) {} 115s Compiling proc-macro2 v1.0.92 115s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/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.6z1MtvELx5/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.6z1MtvELx5/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.6z1MtvELx5/target/debug/build/proc-macro2-3832f39696f3f5db -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --cap-lints warn` 115s Compiling libc v0.2.169 115s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/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. 115s ' 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.6z1MtvELx5/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.6z1MtvELx5/registry/libc-0.2.169/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=e76bb75675bbf0aa -C extra-filename=-e76bb75675bbf0aa --out-dir /tmp/tmp.6z1MtvELx5/target/debug/build/libc-e76bb75675bbf0aa -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --cap-lints warn` 115s 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.6z1MtvELx5/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/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.6z1MtvELx5/target/debug/deps:/tmp/tmp.6z1MtvELx5/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.6z1MtvELx5/target/debug/build/proc-macro2-b8c68c67c59c8657/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.6z1MtvELx5/target/debug/build/proc-macro2-3832f39696f3f5db/build-script-build` 115s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(fuzzing) 115s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_is_available) 115s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_byte_character) 115s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_c_string) 115s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_source_text) 115s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(proc_macro_span) 115s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) 115s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) 115s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) 115s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(randomize_layout) 115s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(span_locations) 115s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(super_unstable) 115s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(wrap_proc_macro) 115s [proc-macro2 1.0.92] cargo:rerun-if-changed=build/probe.rs 115s [proc-macro2 1.0.92] cargo:rustc-cfg=wrap_proc_macro 115s [proc-macro2 1.0.92] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 115s Compiling unicode-ident v1.0.13 115s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/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.6z1MtvELx5/target/debug/deps rustc --crate-name unicode_ident --edition=2018 /tmp/tmp.6z1MtvELx5/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.6z1MtvELx5/target/debug/deps -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --cap-lints warn` 115s 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/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2--remap-path-prefix/tmp/tmp.6z1MtvELx5/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/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. 115s ' 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.6z1MtvELx5/target/debug/deps:/tmp/tmp.6z1MtvELx5/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/build/libc-2d89f46e84b96520/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.6z1MtvELx5/target/debug/build/libc-e76bb75675bbf0aa/build-script-build` 115s [libc 0.2.169] cargo:rerun-if-changed=build.rs 115s [libc 0.2.169] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION 115s [libc 0.2.169] cargo:rustc-cfg=freebsd11 115s [libc 0.2.169] cargo:rustc-cfg=libc_const_extern_fn 115s [libc 0.2.169] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) 115s [libc 0.2.169] cargo:rustc-check-cfg=cfg(espidf_time32) 115s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd10) 115s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd11) 115s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd12) 115s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd13) 115s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd14) 115s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd15) 115s [libc 0.2.169] cargo:rustc-check-cfg=cfg(gnu_time64_abi) 115s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) 115s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_deny_warnings) 115s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_thread_local) 115s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_ctest) 115s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) 115s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) 115s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) 115s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/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. 115s ' 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.6z1MtvELx5/target/debug/deps OUT_DIR=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/build/libc-2d89f46e84b96520/out rustc --crate-name libc --edition=2021 /tmp/tmp.6z1MtvELx5/registry/libc-0.2.169/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=68716d2ef429337f -C extra-filename=-68716d2ef429337f --out-dir /tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.6z1MtvELx5/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"))'` 115s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/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.6z1MtvELx5/target/debug/deps OUT_DIR=/tmp/tmp.6z1MtvELx5/target/debug/build/proc-macro2-b8c68c67c59c8657/out rustc --crate-name proc_macro2 --edition=2021 /tmp/tmp.6z1MtvELx5/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.6z1MtvELx5/target/debug/deps -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --extern unicode_ident=/tmp/tmp.6z1MtvELx5/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)'` 116s warning: unused import: `crate::ntptimeval` 116s --> /usr/share/cargo/registry/libc-0.2.169/src/unix/linux_like/linux/gnu/b64/mod.rs:5:5 116s | 116s 5 | use crate::ntptimeval; 116s | ^^^^^^^^^^^^^^^^^ 116s | 116s = note: `#[warn(unused_imports)]` on by default 116s 116s Compiling quote v1.0.37 116s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/quote-1.0.37 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/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.6z1MtvELx5/target/debug/deps rustc --crate-name quote --edition=2018 /tmp/tmp.6z1MtvELx5/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.6z1MtvELx5/target/debug/deps -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --extern proc_macro2=/tmp/tmp.6z1MtvELx5/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --cap-lints warn` 116s Compiling pkg-config v0.3.31 116s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=pkg_config CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/pkg-config-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/registry/pkg-config-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A library to run the pkg-config system tool at build time in order to be used in 116s Cargo build scripts. 116s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pkg-config CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/pkg-config-rs' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.6z1MtvELx5/target/debug/deps rustc --crate-name pkg_config --edition=2018 /tmp/tmp.6z1MtvELx5/registry/pkg-config-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f20a1c89e2145860 -C extra-filename=-f20a1c89e2145860 --out-dir /tmp/tmp.6z1MtvELx5/target/debug/deps -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --cap-lints warn` 116s warning: unreachable expression 116s --> /tmp/tmp.6z1MtvELx5/registry/pkg-config-0.3.31/src/lib.rs:596:9 116s | 116s 592 | return true; 116s | ----------- any code following this expression is unreachable 116s ... 116s 596 | / match self.targeted_env_var("PKG_CONFIG_ALLOW_CROSS") { 116s 597 | | // don't use pkg-config if explicitly disabled 116s 598 | | Some(ref val) if val == "0" => false, 116s 599 | | Some(_) => true, 116s ... | 116s 605 | | } 116s 606 | | } 116s | |_________^ unreachable expression 116s | 116s = note: `#[warn(unreachable_code)]` on by default 116s 117s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 117s | 117s = note: this feature is not stably supported; its behavior can change in the future 117s 117s warning: `libc` (lib) generated 2 warnings 117s Compiling rustix v0.38.37 117s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/rustix-0.38.37 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/registry/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.6z1MtvELx5/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.6z1MtvELx5/registry/rustix-0.38.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=9d0cdc24ab31bf88 -C extra-filename=-9d0cdc24ab31bf88 --out-dir /tmp/tmp.6z1MtvELx5/target/debug/build/rustix-9d0cdc24ab31bf88 -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --cap-lints warn` 117s Compiling autocfg v1.1.0 117s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/autocfg-1.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/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.6z1MtvELx5/target/debug/deps rustc --crate-name autocfg --edition=2015 /tmp/tmp.6z1MtvELx5/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.6z1MtvELx5/target/debug/deps -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --cap-lints warn` 117s warning: `pkg-config` (lib) generated 1 warning 117s Compiling shlex v1.3.0 117s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=shlex CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/shlex-1.3.0 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/registry/shlex-1.3.0/Cargo.toml CARGO_PKG_AUTHORS='comex :Fenhl :Adrian Taylor :Alex Touchet :Daniel Parks :Garrett Berg ' CARGO_PKG_DESCRIPTION='Split a string into shell words, like Python'\''s shlex.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=shlex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/comex/rust-shlex' CARGO_PKG_RUST_VERSION=1.46.0 CARGO_PKG_VERSION=1.3.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.6z1MtvELx5/target/debug/deps rustc --crate-name shlex --edition=2015 /tmp/tmp.6z1MtvELx5/registry/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4618b096a8cc03b4 -C extra-filename=-4618b096a8cc03b4 --out-dir /tmp/tmp.6z1MtvELx5/target/debug/deps -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --cap-lints warn` 117s warning: unexpected `cfg` condition name: `manual_codegen_check` 117s --> /tmp/tmp.6z1MtvELx5/registry/shlex-1.3.0/src/bytes.rs:353:12 117s | 117s 353 | #[cfg_attr(manual_codegen_check, inline(never))] 117s | ^^^^^^^^^^^^^^^^^^^^ 117s | 117s = 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` 117s = help: consider using a Cargo feature instead 117s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 117s [lints.rust] 117s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(manual_codegen_check)'] } 117s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(manual_codegen_check)");` to the top of the `build.rs` 117s = note: see for more information about checking conditional configuration 117s = note: `#[warn(unexpected_cfgs)]` on by default 117s 117s warning: `shlex` (lib) generated 1 warning 117s Compiling cc v1.1.14 117s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=cc CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/cc-1.1.14 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/registry/cc-1.1.14/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A build-time dependency for Cargo build scripts to assist in invoking the native 117s C compiler to compile native C code into a static archive to be linked into Rust 117s code. 117s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cc-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cc-rs' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=1.1.14 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.6z1MtvELx5/target/debug/deps rustc --crate-name cc --edition=2018 /tmp/tmp.6z1MtvELx5/registry/cc-1.1.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("jobserver", "parallel"))' -C metadata=6f10d64c68dac13e -C extra-filename=-6f10d64c68dac13e --out-dir /tmp/tmp.6z1MtvELx5/target/debug/deps -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --extern shlex=/tmp/tmp.6z1MtvELx5/target/debug/deps/libshlex-4618b096a8cc03b4.rmeta --cap-lints warn` 117s Compiling slab v0.4.9 117s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/registry/slab-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/slab' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.6z1MtvELx5/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.6z1MtvELx5/registry/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=95cba3e02497b263 -C extra-filename=-95cba3e02497b263 --out-dir /tmp/tmp.6z1MtvELx5/target/debug/build/slab-95cba3e02497b263 -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --extern autocfg=/tmp/tmp.6z1MtvELx5/target/debug/deps/libautocfg-9ebcd9511383083c.rlib --cap-lints warn` 118s Compiling wayland-sys v0.31.6 118s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/wayland-sys-0.31.6 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/registry/wayland-sys-0.31.6/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.31.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=31 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.6z1MtvELx5/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.6z1MtvELx5/registry/wayland-sys-0.31.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client", "cursor", "dlopen", "egl", "libc", "memoffset", "once_cell", "server"))' -C metadata=2e46ab8c73eb7d78 -C extra-filename=-2e46ab8c73eb7d78 --out-dir /tmp/tmp.6z1MtvELx5/target/debug/build/wayland-sys-2e46ab8c73eb7d78 -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --extern pkg_config=/tmp/tmp.6z1MtvELx5/target/debug/deps/libpkg_config-f20a1c89e2145860.rlib --cap-lints warn` 118s 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/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2--remap-path-prefix/tmp/tmp.6z1MtvELx5/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_EVENT=1 CARGO_FEATURE_FS=1 CARGO_FEATURE_LIBC_EXTRA_TRAITS=1 CARGO_FEATURE_NET=1 CARGO_FEATURE_PROCESS=1 CARGO_FEATURE_STD=1 CARGO_FEATURE_USE_LIBC_AUXV=1 CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/rustix-0.38.37 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/registry/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.6z1MtvELx5/target/debug/deps:/tmp/tmp.6z1MtvELx5/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/build/rustix-0c8a821743305781/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.6z1MtvELx5/target/debug/build/rustix-9d0cdc24ab31bf88/build-script-build` 118s [rustix 0.38.37] cargo:rerun-if-changed=build.rs 118s [rustix 0.38.37] cargo:rustc-cfg=static_assertions 118s [rustix 0.38.37] cargo:rustc-cfg=libc 118s [rustix 0.38.37] cargo:rustc-cfg=linux_like 118s [rustix 0.38.37] cargo:rustc-cfg=linux_kernel 118s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM 118s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_LIBC 118s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC 118s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD 118s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_MIRI 118s Compiling errno v0.3.8 118s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=errno CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/errno-0.3.8 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/registry/errno-0.3.8/Cargo.toml CARGO_PKG_AUTHORS='Chris Wong ' CARGO_PKG_DESCRIPTION='Cross-platform interface to the `errno` variable.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=errno CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/lambda-fairy/rust-errno' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.6z1MtvELx5/target/debug/deps rustc --crate-name errno --edition=2018 /tmp/tmp.6z1MtvELx5/registry/errno-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=30bd28d5eecfd684 -C extra-filename=-30bd28d5eecfd684 --out-dir /tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --extern libc=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps/liblibc-68716d2ef429337f.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.6z1MtvELx5/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 118s warning: unexpected `cfg` condition value: `bitrig` 118s --> /usr/share/cargo/registry/errno-0.3.8/src/unix.rs:77:13 118s | 118s 77 | target_os = "bitrig", 118s | ^^^^^^^^^^^^^^^^^^^^ 118s | 118s = 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 118s = note: see for more information about checking conditional configuration 118s = note: `#[warn(unexpected_cfgs)]` on by default 118s 118s warning: `errno` (lib) generated 2 warnings (1 duplicate) 118s Compiling bitflags v2.8.0 118s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/bitflags-2.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/registry/bitflags-2.8.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. 118s ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.8.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.6z1MtvELx5/target/debug/deps rustc --crate-name bitflags --edition=2021 /tmp/tmp.6z1MtvELx5/registry/bitflags-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=65f3f529c7b65778 -C extra-filename=-65f3f529c7b65778 --out-dir /tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.6z1MtvELx5/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 118s warning: `bitflags` (lib) generated 1 warning (1 duplicate) 118s Compiling linux-raw-sys v0.4.14 118s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=linux_raw_sys CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/linux-raw-sys-0.4.14 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/registry/linux-raw-sys-0.4.14/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='Generated bindings for Linux'\''s userspace API' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=linux-raw-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sunfishcode/linux-raw-sys' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.4.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.6z1MtvELx5/target/debug/deps rustc --crate-name linux_raw_sys --edition=2021 /tmp/tmp.6z1MtvELx5/registry/linux-raw-sys-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="general"' --cfg 'feature="if_ether"' --cfg 'feature="ioctl"' --cfg 'feature="net"' --cfg 'feature="netlink"' --cfg 'feature="no_std"' --cfg 'feature="prctl"' --cfg 'feature="xdp"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bootparam", "compiler_builtins", "core", "default", "elf", "errno", "general", "if_arp", "if_ether", "if_packet", "io_uring", "ioctl", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=df2e18974a94e4e2 -C extra-filename=-df2e18974a94e4e2 --out-dir /tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.6z1MtvELx5/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 119s Compiling wayland-backend v0.3.8 119s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/wayland-backend-0.3.8 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/registry/wayland-backend-0.3.8/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='Low-level bindings to the Wayland protocol' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-backend CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.3.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.6z1MtvELx5/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.6z1MtvELx5/registry/wayland-backend-0.3.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("client_system", "dlopen", "log", "raw-window-handle", "server_system"))' -C metadata=f066b178425c96cd -C extra-filename=-f066b178425c96cd --out-dir /tmp/tmp.6z1MtvELx5/target/debug/build/wayland-backend-f066b178425c96cd -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --extern cc=/tmp/tmp.6z1MtvELx5/target/debug/deps/libcc-6f10d64c68dac13e.rlib --cap-lints warn` 119s warning: `linux-raw-sys` (lib) generated 1 warning (1 duplicate) 119s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rustix CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/rustix-0.38.37 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/registry/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.6z1MtvELx5/target/debug/deps OUT_DIR=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/build/rustix-0c8a821743305781/out rustc --crate-name rustix --edition=2021 /tmp/tmp.6z1MtvELx5/registry/rustix-0.38.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=58cd9adcf2d22c26 -C extra-filename=-58cd9adcf2d22c26 --out-dir /tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --extern bitflags=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-65f3f529c7b65778.rmeta --extern libc_errno=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps/liberrno-30bd28d5eecfd684.rmeta --extern libc=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps/liblibc-68716d2ef429337f.rmeta --extern linux_raw_sys=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps/liblinux_raw_sys-df2e18974a94e4e2.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.6z1MtvELx5/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg static_assertions --cfg libc --cfg linux_like --cfg linux_kernel` 119s 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/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2--remap-path-prefix/tmp/tmp.6z1MtvELx5/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/wayland-sys-0.31.6 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/registry/wayland-sys-0.31.6/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.31.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=31 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.6z1MtvELx5/target/debug/deps:/tmp/tmp.6z1MtvELx5/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/build/wayland-sys-74227c33a3e171d5/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.6z1MtvELx5/target/debug/build/wayland-sys-2e46ab8c73eb7d78/build-script-build` 119s 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/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2--remap-path-prefix/tmp/tmp.6z1MtvELx5/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/registry/slab-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/slab' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.6z1MtvELx5/target/debug/deps:/tmp/tmp.6z1MtvELx5/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/build/slab-2c89ee66d35953a1/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.6z1MtvELx5/target/debug/build/slab-95cba3e02497b263/build-script-build` 119s [slab 0.4.9] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 119s [slab 0.4.9] | 119s [slab 0.4.9] = note: this feature is not stably supported; its behavior can change in the future 119s [slab 0.4.9] 119s [slab 0.4.9] warning: 1 warning emitted 119s [slab 0.4.9] 119s Compiling syn v2.0.96 119s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/syn-2.0.96 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/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.6z1MtvELx5/target/debug/deps rustc --crate-name syn --edition=2021 /tmp/tmp.6z1MtvELx5/registry/syn-2.0.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "visit", "visit-mut"))' -C metadata=0a09462095438540 -C extra-filename=-0a09462095438540 --out-dir /tmp/tmp.6z1MtvELx5/target/debug/deps -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --extern proc_macro2=/tmp/tmp.6z1MtvELx5/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --extern quote=/tmp/tmp.6z1MtvELx5/target/debug/deps/libquote-dc92c6f25ee0f0c6.rmeta --extern unicode_ident=/tmp/tmp.6z1MtvELx5/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn` 123s warning: `rustix` (lib) generated 1 warning (1 duplicate) 123s Compiling cfg-if v1.0.0 123s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/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] 123s parameters. Structured like an if-else chain, the first matching branch is the 123s item that gets emitted. 123s ' 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.6z1MtvELx5/target/debug/deps rustc --crate-name cfg_if --edition=2018 /tmp/tmp.6z1MtvELx5/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.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.6z1MtvELx5/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 123s warning: `cfg-if` (lib) generated 1 warning (1 duplicate) 123s Compiling futures-core v0.3.31 123s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_core CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/futures-core-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/registry/futures-core-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The core traits and types in for the `futures` library. 123s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.6z1MtvELx5/target/debug/deps rustc --crate-name futures_core --edition=2018 /tmp/tmp.6z1MtvELx5/registry/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=90711c271a6239a4 -C extra-filename=-90711c271a6239a4 --out-dir /tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.6z1MtvELx5/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 123s warning: `futures-core` (lib) generated 1 warning (1 duplicate) 123s Compiling memchr v2.7.4 123s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/memchr-2.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/registry/memchr-2.7.4/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 123s 1, 2 or 3 byte search and single substring search. 123s ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.4 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.6z1MtvELx5/target/debug/deps rustc --crate-name memchr --edition=2021 /tmp/tmp.6z1MtvELx5/registry/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=8314979525fd8612 -C extra-filename=-8314979525fd8612 --out-dir /tmp/tmp.6z1MtvELx5/target/debug/deps -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --cap-lints warn` 123s Compiling quick-xml v0.36.1 123s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quick_xml CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/quick-xml-0.36.1 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/registry/quick-xml-0.36.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='High performance xml reader and writer' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quick-xml CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tafia/quick-xml' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.36.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=36 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.6z1MtvELx5/target/debug/deps rustc --crate-name quick_xml --edition=2021 /tmp/tmp.6z1MtvELx5/registry/quick-xml-0.36.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("arbitrary", "async-tokio", "default", "encoding", "encoding_rs", "escape-html", "overlapped-lists", "serde", "serde-types", "serialize", "tokio"))' -C metadata=44842dc15f032f00 -C extra-filename=-44842dc15f032f00 --out-dir /tmp/tmp.6z1MtvELx5/target/debug/deps -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --extern memchr=/tmp/tmp.6z1MtvELx5/target/debug/deps/libmemchr-8314979525fd8612.rmeta --cap-lints warn` 124s warning: unexpected `cfg` condition value: `document-features` 124s --> /tmp/tmp.6z1MtvELx5/registry/quick-xml-0.36.1/src/lib.rs:42:5 124s | 124s 42 | feature = "document-features", 124s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 124s | 124s = note: expected values for `feature` are: `arbitrary`, `async-tokio`, `default`, `encoding`, `encoding_rs`, `escape-html`, `overlapped-lists`, `serde`, `serde-types`, `serialize`, and `tokio` 124s = help: consider adding `document-features` as a feature in `Cargo.toml` 124s = note: see for more information about checking conditional configuration 124s = note: `#[warn(unexpected_cfgs)]` on by default 124s 124s warning: elided lifetime has a name 124s --> /tmp/tmp.6z1MtvELx5/registry/quick-xml-0.36.1/src/writer.rs:146:73 124s | 124s 146 | pub fn create_element<'a, N>(&'a mut self, name: N) -> ElementWriter 124s | -- lifetime `'a` declared here ^ this elided lifetime gets resolved as `'a` 124s | 124s = note: `#[warn(elided_named_lifetimes)]` on by default 124s 124s Compiling futures-macro v0.3.31 124s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_macro CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/futures-macro-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/registry/futures-macro-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The futures-rs procedural macro implementations. 124s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-macro CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.6z1MtvELx5/target/debug/deps rustc --crate-name futures_macro --edition=2018 /tmp/tmp.6z1MtvELx5/registry/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ed93d4d24a8167bf -C extra-filename=-ed93d4d24a8167bf --out-dir /tmp/tmp.6z1MtvELx5/target/debug/deps -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --extern proc_macro2=/tmp/tmp.6z1MtvELx5/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.6z1MtvELx5/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.6z1MtvELx5/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 124s warning: `quick-xml` (lib) generated 2 warnings 124s Compiling getrandom v0.2.15 124s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/getrandom-0.2.15 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/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.6z1MtvELx5/target/debug/deps rustc --crate-name getrandom --edition=2018 /tmp/tmp.6z1MtvELx5/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=7708981f696d5c14 -C extra-filename=-7708981f696d5c14 --out-dir /tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --extern cfg_if=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern libc=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps/liblibc-68716d2ef429337f.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.6z1MtvELx5/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 124s warning: unexpected `cfg` condition value: `js` 124s --> /usr/share/cargo/registry/getrandom-0.2.15/src/lib.rs:334:25 124s | 124s 334 | } else if #[cfg(all(feature = "js", 124s | ^^^^^^^^^^^^^^ 124s | 124s = note: expected values for `feature` are: `compiler_builtins`, `core`, `custom`, `linux_disable_fallback`, `rdrand`, `rustc-dep-of-std`, `std`, and `test-in-browser` 124s = help: consider adding `js` as a feature in `Cargo.toml` 124s = note: see for more information about checking conditional configuration 124s = note: `#[warn(unexpected_cfgs)]` on by default 124s 124s warning: `getrandom` (lib) generated 2 warnings (1 duplicate) 124s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=slab CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/registry/slab-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/slab' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.6z1MtvELx5/target/debug/deps OUT_DIR=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/build/slab-2c89ee66d35953a1/out rustc --crate-name slab --edition=2018 /tmp/tmp.6z1MtvELx5/registry/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=36320af34be0827b -C extra-filename=-36320af34be0827b --out-dir /tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.6z1MtvELx5/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 125s warning: unexpected `cfg` condition name: `slab_no_const_vec_new` 125s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:250:15 125s | 125s 250 | #[cfg(not(slab_no_const_vec_new))] 125s | ^^^^^^^^^^^^^^^^^^^^^ 125s | 125s = 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` 125s = help: consider using a Cargo feature instead 125s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 125s [lints.rust] 125s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_const_vec_new)'] } 125s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_const_vec_new)");` to the top of the `build.rs` 125s = note: see for more information about checking conditional configuration 125s = note: `#[warn(unexpected_cfgs)]` on by default 125s 125s warning: unexpected `cfg` condition name: `slab_no_const_vec_new` 125s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:264:11 125s | 125s 264 | #[cfg(slab_no_const_vec_new)] 125s | ^^^^^^^^^^^^^^^^^^^^^ 125s | 125s = help: consider using a Cargo feature instead 125s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 125s [lints.rust] 125s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_const_vec_new)'] } 125s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_const_vec_new)");` to the top of the `build.rs` 125s = note: see for more information about checking conditional configuration 125s 125s warning: unexpected `cfg` condition name: `slab_no_track_caller` 125s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:929:20 125s | 125s 929 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 125s | ^^^^^^^^^^^^^^^^^^^^ 125s | 125s = help: consider using a Cargo feature instead 125s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 125s [lints.rust] 125s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 125s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 125s = note: see for more information about checking conditional configuration 125s 125s warning: unexpected `cfg` condition name: `slab_no_track_caller` 125s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1098:20 125s | 125s 1098 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 125s | ^^^^^^^^^^^^^^^^^^^^ 125s | 125s = help: consider using a Cargo feature instead 125s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 125s [lints.rust] 125s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 125s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 125s = note: see for more information about checking conditional configuration 125s 125s warning: unexpected `cfg` condition name: `slab_no_track_caller` 125s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1206:20 125s | 125s 1206 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 125s | ^^^^^^^^^^^^^^^^^^^^ 125s | 125s = help: consider using a Cargo feature instead 125s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 125s [lints.rust] 125s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 125s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 125s = note: see for more information about checking conditional configuration 125s 125s warning: unexpected `cfg` condition name: `slab_no_track_caller` 125s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1216:20 125s | 125s 1216 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 125s | ^^^^^^^^^^^^^^^^^^^^ 125s | 125s = help: consider using a Cargo feature instead 125s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 125s [lints.rust] 125s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 125s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 125s = note: see for more information about checking conditional configuration 125s 125s warning: `slab` (lib) generated 7 warnings (1 duplicate) 125s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=wayland_sys CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/wayland-sys-0.31.6 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/registry/wayland-sys-0.31.6/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.31.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=31 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.6z1MtvELx5/target/debug/deps OUT_DIR=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/build/wayland-sys-74227c33a3e171d5/out rustc --crate-name wayland_sys --edition=2021 /tmp/tmp.6z1MtvELx5/registry/wayland-sys-0.31.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client", "cursor", "dlopen", "egl", "libc", "memoffset", "once_cell", "server"))' -C metadata=6c49a04e2d373a8d -C extra-filename=-6c49a04e2d373a8d --out-dir /tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.6z1MtvELx5/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 125s warning: `wayland-sys` (lib) generated 1 warning (1 duplicate) 125s 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/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2--remap-path-prefix/tmp/tmp.6z1MtvELx5/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/wayland-backend-0.3.8 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/registry/wayland-backend-0.3.8/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='Low-level bindings to the Wayland protocol' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-backend CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.3.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.6z1MtvELx5/target/debug/deps:/tmp/tmp.6z1MtvELx5/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/build/wayland-backend-58a81578585e865a/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.6z1MtvELx5/target/debug/build/wayland-backend-f066b178425c96cd/build-script-build` 125s [wayland-backend 0.3.8] cargo:rustc-check-cfg=cfg(coverage) 125s Compiling fastrand v2.1.1 125s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=fastrand CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/fastrand-2.1.1 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/registry/fastrand-2.1.1/Cargo.toml CARGO_PKG_AUTHORS='Stjepan Glavina ' CARGO_PKG_DESCRIPTION='A simple and fast random number generator' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fastrand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smol-rs/fastrand' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=2.1.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.6z1MtvELx5/target/debug/deps rustc --crate-name fastrand --edition=2018 /tmp/tmp.6z1MtvELx5/registry/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=b0f30b63d6f103db -C extra-filename=-b0f30b63d6f103db --out-dir /tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.6z1MtvELx5/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 125s warning: unexpected `cfg` condition value: `js` 125s --> /usr/share/cargo/registry/fastrand-2.1.1/src/global_rng.rs:202:5 125s | 125s 202 | feature = "js" 125s | ^^^^^^^^^^^^^^ 125s | 125s = note: expected values for `feature` are: `alloc`, `default`, and `std` 125s = help: consider adding `js` as a feature in `Cargo.toml` 125s = note: see for more information about checking conditional configuration 125s = note: `#[warn(unexpected_cfgs)]` on by default 125s 125s warning: unexpected `cfg` condition value: `js` 125s --> /usr/share/cargo/registry/fastrand-2.1.1/src/global_rng.rs:214:9 125s | 125s 214 | not(feature = "js") 125s | ^^^^^^^^^^^^^^ 125s | 125s = note: expected values for `feature` are: `alloc`, `default`, and `std` 125s = help: consider adding `js` as a feature in `Cargo.toml` 125s = note: see for more information about checking conditional configuration 125s 125s warning: `fastrand` (lib) generated 3 warnings (1 duplicate) 125s Compiling downcast-rs v1.2.0 125s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=downcast_rs CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/downcast-rs-1.2.0 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/registry/downcast-rs-1.2.0/Cargo.toml CARGO_PKG_AUTHORS='Ashish Myles :Runji Wang ' CARGO_PKG_DESCRIPTION='Trait object downcasting support using only safe Rust. It supports type 125s parameters, associated types, and type constraints. 125s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=downcast-rs CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/marcianx/downcast-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.6z1MtvELx5/target/debug/deps rustc --crate-name downcast_rs --edition=2015 /tmp/tmp.6z1MtvELx5/registry/downcast-rs-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=fedf5fded6411e19 -C extra-filename=-fedf5fded6411e19 --out-dir /tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.6z1MtvELx5/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 125s warning: `downcast-rs` (lib) generated 1 warning (1 duplicate) 125s Compiling smallvec v1.13.2 125s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/smallvec-1.13.2 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/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.6z1MtvELx5/target/debug/deps rustc --crate-name smallvec --edition=2018 /tmp/tmp.6z1MtvELx5/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 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --cfg 'feature="union"' --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=ef72c43926f60793 -C extra-filename=-ef72c43926f60793 --out-dir /tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.6z1MtvELx5/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 125s warning: `smallvec` (lib) generated 1 warning (1 duplicate) 125s Compiling pin-utils v0.1.0 125s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=pin_utils CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/pin-utils-0.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/registry/pin-utils-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Josef Brandl ' CARGO_PKG_DESCRIPTION='Utilities for pinning 125s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/pin-utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.6z1MtvELx5/target/debug/deps rustc --crate-name pin_utils --edition=2018 /tmp/tmp.6z1MtvELx5/registry/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9646380a39f6bb39 -C extra-filename=-9646380a39f6bb39 --out-dir /tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.6z1MtvELx5/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 125s warning: `pin-utils` (lib) generated 1 warning (1 duplicate) 125s Compiling pin-project-lite v0.2.13 125s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=pin_project_lite CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/pin-project-lite-0.2.13 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/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. 125s ' 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.6z1MtvELx5/target/debug/deps rustc --crate-name pin_project_lite --edition=2018 /tmp/tmp.6z1MtvELx5/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.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.6z1MtvELx5/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 125s warning: `pin-project-lite` (lib) generated 1 warning (1 duplicate) 125s Compiling once_cell v1.20.2 125s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/once_cell-1.20.2 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/registry/once_cell-1.20.2/Cargo.toml CARGO_PKG_AUTHORS='Aleksey Kladov ' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.20.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.6z1MtvELx5/target/debug/deps rustc --crate-name once_cell --edition=2021 /tmp/tmp.6z1MtvELx5/registry/once_cell-1.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=10428cb1410dd925 -C extra-filename=-10428cb1410dd925 --out-dir /tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.6z1MtvELx5/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 125s Compiling futures-task v0.3.31 125s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_task CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/futures-task-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/registry/futures-task-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Tools for working with tasks. 125s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-task CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.6z1MtvELx5/target/debug/deps rustc --crate-name futures_task --edition=2018 /tmp/tmp.6z1MtvELx5/registry/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=47c3a7d17767e18f -C extra-filename=-47c3a7d17767e18f --out-dir /tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.6z1MtvELx5/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 125s warning: `futures-task` (lib) generated 1 warning (1 duplicate) 125s Compiling tempfile v3.15.0 125s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=tempfile CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/tempfile-3.15.0 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/registry/tempfile-3.15.0/Cargo.toml CARGO_PKG_AUTHORS='Steven Allen :The Rust Project Developers:Ashley Mannix :Jason White ' CARGO_PKG_DESCRIPTION='A library for managing temporary files and directories.' CARGO_PKG_HOMEPAGE='https://stebalien.com/projects/tempfile-rs/' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tempfile CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Stebalien/tempfile' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=3.15.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.6z1MtvELx5/target/debug/deps rustc --crate-name tempfile --edition=2021 /tmp/tmp.6z1MtvELx5/registry/tempfile-3.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=53da3ed3fc9b08f3 -C extra-filename=-53da3ed3fc9b08f3 --out-dir /tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --extern cfg_if=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern fastrand=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps/libfastrand-b0f30b63d6f103db.rmeta --extern getrandom=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps/libgetrandom-7708981f696d5c14.rmeta --extern once_cell=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps/libonce_cell-10428cb1410dd925.rmeta --extern rustix=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps/librustix-58cd9adcf2d22c26.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.6z1MtvELx5/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 125s warning: `once_cell` (lib) generated 1 warning (1 duplicate) 125s Compiling futures-util v0.3.31 125s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_util CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/futures-util-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/registry/futures-util-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Common utilities and extension traits for the futures-rs library. 125s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-util CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.6z1MtvELx5/target/debug/deps rustc --crate-name futures_util --edition=2018 /tmp/tmp.6z1MtvELx5/registry/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="default"' --cfg 'feature="futures-macro"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "channel", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "io", "memchr", "sink", "slab", "std", "unstable", "write-all-vectored"))' -C metadata=ead748a98f31aed8 -C extra-filename=-ead748a98f31aed8 --out-dir /tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --extern futures_core=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-90711c271a6239a4.rmeta --extern futures_macro=/tmp/tmp.6z1MtvELx5/target/debug/deps/libfutures_macro-ed93d4d24a8167bf.so --extern futures_task=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-47c3a7d17767e18f.rmeta --extern pin_project_lite=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps/libpin_project_lite-5dc815523e98d889.rmeta --extern pin_utils=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps/libpin_utils-9646380a39f6bb39.rmeta --extern slab=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps/libslab-36320af34be0827b.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.6z1MtvELx5/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 125s warning: unexpected `cfg` condition value: `compat` 125s --> /usr/share/cargo/registry/futures-util-0.3.31/src/lib.rs:308:7 125s | 125s 308 | #[cfg(feature = "compat")] 125s | ^^^^^^^^^^^^^^^^^^ 125s | 125s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 125s = help: consider adding `compat` as a feature in `Cargo.toml` 125s = note: see for more information about checking conditional configuration 125s = note: requested on the command line with `-W unexpected-cfgs` 125s 125s warning: unexpected `cfg` condition value: `compat` 125s --> /usr/share/cargo/registry/futures-util-0.3.31/src/future/try_future/mod.rs:6:7 125s | 125s 6 | #[cfg(feature = "compat")] 125s | ^^^^^^^^^^^^^^^^^^ 125s | 125s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 125s = help: consider adding `compat` as a feature in `Cargo.toml` 125s = note: see for more information about checking conditional configuration 125s 125s warning: unexpected `cfg` condition value: `compat` 125s --> /usr/share/cargo/registry/futures-util-0.3.31/src/future/try_future/mod.rs:580:11 125s | 125s 580 | #[cfg(feature = "compat")] 125s | ^^^^^^^^^^^^^^^^^^ 125s | 125s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 125s = help: consider adding `compat` as a feature in `Cargo.toml` 125s = note: see for more information about checking conditional configuration 125s 125s warning: unexpected `cfg` condition value: `compat` 125s --> /usr/share/cargo/registry/futures-util-0.3.31/src/stream/try_stream/mod.rs:6:7 125s | 125s 6 | #[cfg(feature = "compat")] 125s | ^^^^^^^^^^^^^^^^^^ 125s | 125s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 125s = help: consider adding `compat` as a feature in `Cargo.toml` 125s = note: see for more information about checking conditional configuration 125s 126s warning: unexpected `cfg` condition value: `compat` 126s --> /usr/share/cargo/registry/futures-util-0.3.31/src/stream/try_stream/mod.rs:1154:11 126s | 126s 1154 | #[cfg(feature = "compat")] 126s | ^^^^^^^^^^^^^^^^^^ 126s | 126s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 126s = help: consider adding `compat` as a feature in `Cargo.toml` 126s = note: see for more information about checking conditional configuration 126s 126s warning: unexpected `cfg` condition value: `compat` 126s --> /usr/share/cargo/registry/futures-util-0.3.31/src/task/spawn.rs:3:7 126s | 126s 3 | #[cfg(feature = "compat")] 126s | ^^^^^^^^^^^^^^^^^^ 126s | 126s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 126s = help: consider adding `compat` as a feature in `Cargo.toml` 126s = note: see for more information about checking conditional configuration 126s 126s warning: unexpected `cfg` condition value: `compat` 126s --> /usr/share/cargo/registry/futures-util-0.3.31/src/task/spawn.rs:92:11 126s | 126s 92 | #[cfg(feature = "compat")] 126s | ^^^^^^^^^^^^^^^^^^ 126s | 126s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 126s = help: consider adding `compat` as a feature in `Cargo.toml` 126s = note: see for more information about checking conditional configuration 126s 126s warning: `tempfile` (lib) generated 1 warning (1 duplicate) 126s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=wayland_backend CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/wayland-backend-0.3.8 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/registry/wayland-backend-0.3.8/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='Low-level bindings to the Wayland protocol' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-backend CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.3.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.6z1MtvELx5/target/debug/deps OUT_DIR=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/build/wayland-backend-58a81578585e865a/out rustc --crate-name wayland_backend --edition=2021 /tmp/tmp.6z1MtvELx5/registry/wayland-backend-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client_system", "dlopen", "log", "raw-window-handle", "server_system"))' -C metadata=282c862af5919598 -C extra-filename=-282c862af5919598 --out-dir /tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --extern downcast_rs=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps/libdowncast_rs-fedf5fded6411e19.rmeta --extern rustix=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps/librustix-58cd9adcf2d22c26.rmeta --extern smallvec=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps/libsmallvec-ef72c43926f60793.rmeta --extern wayland_sys=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps/libwayland_sys-6c49a04e2d373a8d.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.6z1MtvELx5/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --check-cfg 'cfg(coverage)'` 127s warning: `wayland-backend` (lib) generated 1 warning (1 duplicate) 127s Compiling wayland-scanner v0.31.6 127s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=wayland_scanner CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/wayland-scanner-0.31.6 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/registry/wayland-scanner-0.31.6/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='Wayland Scanner for generating rust APIs from XML wayland protocol files.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-scanner CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.31.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=31 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.6z1MtvELx5/target/debug/deps rustc --crate-name wayland_scanner --edition=2021 /tmp/tmp.6z1MtvELx5/registry/wayland-scanner-0.31.6/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=c58251dd28084e37 -C extra-filename=-c58251dd28084e37 --out-dir /tmp/tmp.6z1MtvELx5/target/debug/deps -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --extern proc_macro2=/tmp/tmp.6z1MtvELx5/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quick_xml=/tmp/tmp.6z1MtvELx5/target/debug/deps/libquick_xml-44842dc15f032f00.rlib --extern quote=/tmp/tmp.6z1MtvELx5/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern proc_macro --cap-lints warn` 127s warning: `futures-util` (lib) generated 8 warnings (1 duplicate) 127s Compiling futures-channel v0.3.31 127s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_channel CARGO_MANIFEST_DIR=/tmp/tmp.6z1MtvELx5/registry/futures-channel-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.6z1MtvELx5/registry/futures-channel-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Channels for asynchronous communication using futures-rs. 127s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-channel CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.6z1MtvELx5/target/debug/deps rustc --crate-name futures_channel --edition=2018 /tmp/tmp.6z1MtvELx5/registry/futures-channel-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=f934963c765c669a -C extra-filename=-f934963c765c669a --out-dir /tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --extern futures_core=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-90711c271a6239a4.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.6z1MtvELx5/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 127s warning: `futures-channel` (lib) generated 1 warning (1 duplicate) 128s Compiling wayland-client v0.31.2 (/usr/share/cargo/registry/wayland-client-0.31.2) 128s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=wayland_client CARGO_MANIFEST_DIR=/usr/share/cargo/registry/wayland-client-0.31.2 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/wayland-client-0.31.2/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='Bindings to the standard C implementation of the wayland protocol, client side.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-client CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.31.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=31 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.6z1MtvELx5/target/debug/deps rustc --crate-name wayland_client --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("log"))' -C metadata=38073184f5b29af4 -C extra-filename=-38073184f5b29af4 --out-dir /tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.6z1MtvELx5/target/debug/deps --extern bitflags=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-65f3f529c7b65778.rlib --extern futures_channel=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps/libfutures_channel-f934963c765c669a.rlib --extern futures_util=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps/libfutures_util-ead748a98f31aed8.rlib --extern rustix=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps/librustix-58cd9adcf2d22c26.rlib --extern tempfile=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps/libtempfile-53da3ed3fc9b08f3.rlib --extern wayland_backend=/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps/libwayland_backend-282c862af5919598.rlib --extern wayland_scanner=/tmp/tmp.6z1MtvELx5/target/debug/deps/libwayland_scanner-c58251dd28084e37.so -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.6z1MtvELx5/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 129s warning: unexpected `cfg` condition name: `coverage` 129s --> src/lib.rs:165:13 129s | 129s 165 | #![cfg_attr(coverage, feature(coverage_attribute))] 129s | ^^^^^^^^ 129s | 129s = 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` 129s = help: consider using a Cargo feature instead 129s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 129s [lints.rust] 129s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] } 129s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(coverage)");` to the top of the `build.rs` 129s = note: see for more information about checking conditional configuration 129s = note: `#[warn(unexpected_cfgs)]` on by default 129s 129s warning: unexpected `cfg` condition name: `coverage` 129s --> src/event_queue.rs:123:16 129s | 129s 123 | #[cfg_attr(coverage, coverage(off))] 129s | ^^^^^^^^ 129s | 129s = help: consider using a Cargo feature instead 129s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 129s [lints.rust] 129s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] } 129s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(coverage)");` to the top of the `build.rs` 129s = note: see for more information about checking conditional configuration 129s 129s warning: unexpected `cfg` condition name: `coverage` 129s --> src/event_queue.rs:197:16 129s | 129s 197 | #[cfg_attr(coverage, coverage(off))] 129s | ^^^^^^^^ 129s | 129s = help: consider using a Cargo feature instead 129s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 129s [lints.rust] 129s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] } 129s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(coverage)");` to the top of the `build.rs` 129s = note: see for more information about checking conditional configuration 129s 129s warning: unexpected `cfg` condition name: `coverage` 129s --> src/event_queue.rs:347:16 129s | 129s 347 | #[cfg_attr(coverage, coverage(off))] 129s | ^^^^^^^^ 129s | 129s = help: consider using a Cargo feature instead 129s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 129s [lints.rust] 129s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] } 129s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(coverage)");` to the top of the `build.rs` 129s = note: see for more information about checking conditional configuration 129s 129s warning: unexpected `cfg` condition name: `coverage` 129s --> src/event_queue.rs:589:16 129s | 129s 589 | #[cfg_attr(coverage, coverage(off))] 129s | ^^^^^^^^ 129s | 129s = help: consider using a Cargo feature instead 129s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 129s [lints.rust] 129s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] } 129s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(coverage)");` to the top of the `build.rs` 129s = note: see for more information about checking conditional configuration 129s 129s warning: unexpected `cfg` condition name: `coverage` 129s --> src/event_queue.rs:696:16 129s | 129s 696 | #[cfg_attr(coverage, coverage(off))] 129s | ^^^^^^^^ 129s | 129s = help: consider using a Cargo feature instead 129s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 129s [lints.rust] 129s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] } 129s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(coverage)");` to the top of the `build.rs` 129s = note: see for more information about checking conditional configuration 129s 130s warning: `wayland-client` (lib test) generated 7 warnings (1 duplicate) 130s Finished `test` profile [unoptimized + debuginfo] target(s) in 14.99s 130s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/wayland-client-0.31.2 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/wayland-client-0.31.2/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='Bindings to the standard C implementation of the wayland protocol, client side.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-client CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.31.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=31 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.6z1MtvELx5/target/s390x-unknown-linux-gnu/debug/deps/wayland_client-38073184f5b29af4` 130s 130s running 0 tests 130s 130s test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 130s 130s /tmp/autopkgtest.pEKqbA/wrapper.sh: checking for leaked background processes... 130s /tmp/autopkgtest.pEKqbA/wrapper.sh: waiting for tee/cat subprocesses... 130s /tmp/autopkgtest.pEKqbA/wrapper.sh: cleaning up... 130s /tmp/autopkgtest.pEKqbA/wrapper.sh: Exit status: 0 130s autopkgtest: DBG: testbed command exited with code 0 130s autopkgtest [07:33:36]: test librust-wayland-client-dev:default: -----------------------] 130s autopkgtest: DBG: testbed executing test finished with exit status 0 130s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.pEKqbA/librust-wayland-client-dev%3Adefault-stdout /tmp/autopkgtest-work.pi91hp8g/out/librust-wayland-client-dev%3Adefault-stdout 131s autopkgtest: DBG: got reply from testbed: ok 131s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.pEKqbA/librust-wayland-client-dev%3Adefault-stderr /tmp/autopkgtest-work.pi91hp8g/out/librust-wayland-client-dev%3Adefault-stderr 131s autopkgtest: DBG: got reply from testbed: ok 131s librust-wayland-client-dev:default PASS 131s autopkgtest [07:33:37]: test librust-wayland-client-dev:default: - - - - - - - - - - results - - - - - - - - - - 131s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.pEKqbA/librust-wayland-client-dev%3Adefault-artifacts/ /tmp/autopkgtest-work.pi91hp8g/out/artifacts/ 131s autopkgtest: DBG: got reply from testbed: ok 131s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.pEKqbA/librust-wayland-client-dev:default-artifacts', '/tmp/autopkgtest.pEKqbA/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 131s autopkgtest: DBG: testbed command exited with code 0 131s autopkgtest [07:33:37]: test librust-wayland-client-dev:log: preparing testbed 131s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['dh-cargo (>= 18)', 'librust-futures-channel-0.3+default-dev (>= 0.3.16-~~)', 'librust-futures-util-0.3+default-dev', 'librust-tempfile-3+default-dev (>= 3.2-~~)', 'librust-wayland-client-dev'], deps_new=['dh-cargo (>= 18)', 'librust-futures-channel-0.3+default-dev (>= 0.3.16-~~)', 'librust-futures-util-0.3+default-dev', 'librust-tempfile-3+default-dev (>= 3.2-~~)', 'librust-wayland-client-dev'] 131s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 131s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 18)', 'librust-futures-channel-0.3+default-dev (>= 0.3.16-~~)', 'librust-futures-util-0.3+default-dev', 'librust-tempfile-3+default-dev (>= 3.2-~~)', 'librust-wayland-client-dev'] 131s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 18), librust-futures-channel-0.3+default-dev (>= 0.3.16-~~), librust-futures-util-0.3+default-dev, librust-tempfile-3+default-dev (>= 3.2-~~), librust-wayland-client-dev 131s autopkgtest: DBG: can use apt-get on testbed: True 131s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'dh-cargo (>= 18), librust-futures-channel-0.3+default-dev (>= 0.3.16-~~), librust-futures-util-0.3+default-dev, librust-tempfile-3+default-dev (>= 3.2-~~), librust-wayland-client-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 132s Reading package lists... 132s Building dependency tree... 132s Reading state information... 132s Starting pkgProblemResolver with broken count: 0 132s Starting 2 pkgProblemResolver with broken count: 0 132s Done 132s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 132s autopkgtest: DBG: testbed command exited with code 0 132s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-wayland-client-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.pEKqbA/librust-wayland-client-dev:log-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.pEKqbA/librust-wayland-client-dev%3Alog-packages.all /tmp/autopkgtest-work.pi91hp8g/out/librust-wayland-client-dev%3Alog-packages.all 132s autopkgtest: DBG: got reply from testbed: ok 132s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.pEKqbA/build.BP0/src'], kind short, sout raw, serr raw, env [] 133s autopkgtest: DBG: testbed command exited with code 0 133s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.pEKqbA/build.BP0/src already exists 133s autopkgtest [07:33:39]: test librust-wayland-client-dev:log: /usr/share/cargo/bin/cargo-auto-test wayland-client 0.31.2 --all-targets --no-default-features --features log 133s autopkgtest [07:33:39]: test librust-wayland-client-dev:log: [----------------------- 133s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.pEKqbA/wrapper.sh --debug --artifacts=/tmp/autopkgtest.pEKqbA/librust-wayland-client-dev:log-artifacts --chdir=/tmp/autopkgtest.pEKqbA/build.BP0/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.pEKqbA/librust-wayland-client-dev:log-stderr --stdout=/tmp/autopkgtest.pEKqbA/librust-wayland-client-dev:log-stdout --tmp=/tmp/autopkgtest.pEKqbA/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 wayland-client 0.31.2 --all-targets --no-default-features --features log'"], kind test, sout raw, serr raw, env [] 133s /tmp/autopkgtest.pEKqbA/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.pEKqbA/librust-wayland-client-dev:log-artifacts 133s /tmp/autopkgtest.pEKqbA/wrapper.sh: changing to directory: /tmp/autopkgtest.pEKqbA/build.BP0/src 133s /tmp/autopkgtest.pEKqbA/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 133s /tmp/autopkgtest.pEKqbA/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 133s /tmp/autopkgtest.pEKqbA/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 133s /tmp/autopkgtest.pEKqbA/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 133s /tmp/autopkgtest.pEKqbA/wrapper.sh: setting environment: LANG=C.UTF-8 133s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LANGUAGE 133s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_ADDRESS 133s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_ALL 133s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_COLLATE 133s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_CTYPE 133s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_IDENTIFICATION 133s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_MEASUREMENT 133s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_MESSAGES 133s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_MONETARY 133s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_NAME 133s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_NUMERIC 133s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_PAPER 133s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_TELEPHONE 133s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_TIME 133s /tmp/autopkgtest.pEKqbA/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 133s /tmp/autopkgtest.pEKqbA/wrapper.sh: pretending to be a login shell 133s /tmp/autopkgtest.pEKqbA/wrapper.sh: will write standard error to /tmp/autopkgtest.pEKqbA/librust-wayland-client-dev:log-stderr 133s /tmp/autopkgtest.pEKqbA/wrapper.sh: will write stdout to /tmp/autopkgtest.pEKqbA/librust-wayland-client-dev:log-stdout 133s /tmp/autopkgtest.pEKqbA/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.pEKqbA/autopkgtest_tmp 133s /tmp/autopkgtest.pEKqbA/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 133s /tmp/autopkgtest.pEKqbA/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test wayland-client 0.31.2 --all-targets --no-default-features --features log 133s /tmp/autopkgtest.pEKqbA/wrapper.sh: copying /tmp/tmp.IxnxMllpl8/out to stdout and file: /tmp/autopkgtest.pEKqbA/librust-wayland-client-dev:log-stdout 133s /tmp/autopkgtest.pEKqbA/wrapper.sh: copying /tmp/tmp.IxnxMllpl8/err to standard error and file: /tmp/autopkgtest.pEKqbA/librust-wayland-client-dev:log-stdout 133s /tmp/autopkgtest.pEKqbA/wrapper.sh: writing script pid 4486 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.pHzGEBsV41/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', '--no-default-features', '--features', 'log'],) {} 133s Compiling libc v0.2.169 133s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/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. 133s ' 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.pHzGEBsV41/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.pHzGEBsV41/registry/libc-0.2.169/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=e76bb75675bbf0aa -C extra-filename=-e76bb75675bbf0aa --out-dir /tmp/tmp.pHzGEBsV41/target/debug/build/libc-e76bb75675bbf0aa -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --cap-lints warn` 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.pHzGEBsV41/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/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.pHzGEBsV41/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.pHzGEBsV41/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.pHzGEBsV41/target/debug/build/proc-macro2-3832f39696f3f5db -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --cap-lints warn` 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.pHzGEBsV41/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/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.pHzGEBsV41/target/debug/deps:/tmp/tmp.pHzGEBsV41/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.pHzGEBsV41/target/debug/build/proc-macro2-b8c68c67c59c8657/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.pHzGEBsV41/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 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.pHzGEBsV41/registry/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/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.pHzGEBsV41/target/debug/deps rustc --crate-name unicode_ident --edition=2018 /tmp/tmp.pHzGEBsV41/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.pHzGEBsV41/target/debug/deps -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --cap-lints warn` 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='-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/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2--remap-path-prefix/tmp/tmp.pHzGEBsV41/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/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. 133s ' 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.pHzGEBsV41/target/debug/deps:/tmp/tmp.pHzGEBsV41/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/build/libc-2d89f46e84b96520/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.pHzGEBsV41/target/debug/build/libc-e76bb75675bbf0aa/build-script-build` 133s [libc 0.2.169] cargo:rerun-if-changed=build.rs 134s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/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.pHzGEBsV41/target/debug/deps OUT_DIR=/tmp/tmp.pHzGEBsV41/target/debug/build/proc-macro2-b8c68c67c59c8657/out rustc --crate-name proc_macro2 --edition=2021 /tmp/tmp.pHzGEBsV41/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.pHzGEBsV41/target/debug/deps -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --extern unicode_ident=/tmp/tmp.pHzGEBsV41/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)'` 134s [libc 0.2.169] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION 134s [libc 0.2.169] cargo:rustc-cfg=freebsd11 134s [libc 0.2.169] cargo:rustc-cfg=libc_const_extern_fn 134s [libc 0.2.169] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) 134s [libc 0.2.169] cargo:rustc-check-cfg=cfg(espidf_time32) 134s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd10) 134s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd11) 134s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd12) 134s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd13) 134s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd14) 134s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd15) 134s [libc 0.2.169] cargo:rustc-check-cfg=cfg(gnu_time64_abi) 134s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) 134s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_deny_warnings) 134s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_thread_local) 134s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_ctest) 134s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) 134s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) 134s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) 134s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/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. 134s ' 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.pHzGEBsV41/target/debug/deps OUT_DIR=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/build/libc-2d89f46e84b96520/out rustc --crate-name libc --edition=2021 /tmp/tmp.pHzGEBsV41/registry/libc-0.2.169/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=68716d2ef429337f -C extra-filename=-68716d2ef429337f --out-dir /tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.pHzGEBsV41/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"))'` 134s warning: unused import: `crate::ntptimeval` 134s --> /usr/share/cargo/registry/libc-0.2.169/src/unix/linux_like/linux/gnu/b64/mod.rs:5:5 134s | 134s 5 | use crate::ntptimeval; 134s | ^^^^^^^^^^^^^^^^^ 134s | 134s = note: `#[warn(unused_imports)]` on by default 134s 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.pHzGEBsV41/registry/quote-1.0.37 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/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.pHzGEBsV41/target/debug/deps rustc --crate-name quote --edition=2018 /tmp/tmp.pHzGEBsV41/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.pHzGEBsV41/target/debug/deps -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --extern proc_macro2=/tmp/tmp.pHzGEBsV41/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --cap-lints warn` 135s Compiling rustix v0.38.37 135s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/rustix-0.38.37 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/registry/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.pHzGEBsV41/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.pHzGEBsV41/registry/rustix-0.38.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=9d0cdc24ab31bf88 -C extra-filename=-9d0cdc24ab31bf88 --out-dir /tmp/tmp.pHzGEBsV41/target/debug/build/rustix-9d0cdc24ab31bf88 -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --cap-lints warn` 135s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 135s | 135s = note: this feature is not stably supported; its behavior can change in the future 135s 135s warning: `libc` (lib) generated 2 warnings 135s Compiling shlex v1.3.0 135s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=shlex CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/shlex-1.3.0 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/registry/shlex-1.3.0/Cargo.toml CARGO_PKG_AUTHORS='comex :Fenhl :Adrian Taylor :Alex Touchet :Daniel Parks :Garrett Berg ' CARGO_PKG_DESCRIPTION='Split a string into shell words, like Python'\''s shlex.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=shlex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/comex/rust-shlex' CARGO_PKG_RUST_VERSION=1.46.0 CARGO_PKG_VERSION=1.3.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.pHzGEBsV41/target/debug/deps rustc --crate-name shlex --edition=2015 /tmp/tmp.pHzGEBsV41/registry/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4618b096a8cc03b4 -C extra-filename=-4618b096a8cc03b4 --out-dir /tmp/tmp.pHzGEBsV41/target/debug/deps -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --cap-lints warn` 135s warning: unexpected `cfg` condition name: `manual_codegen_check` 135s --> /tmp/tmp.pHzGEBsV41/registry/shlex-1.3.0/src/bytes.rs:353:12 135s | 135s 353 | #[cfg_attr(manual_codegen_check, inline(never))] 135s | ^^^^^^^^^^^^^^^^^^^^ 135s | 135s = 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` 135s = help: consider using a Cargo feature instead 135s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 135s [lints.rust] 135s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(manual_codegen_check)'] } 135s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(manual_codegen_check)");` to the top of the `build.rs` 135s = note: see for more information about checking conditional configuration 135s = note: `#[warn(unexpected_cfgs)]` on by default 135s 135s Compiling pkg-config v0.3.31 135s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=pkg_config CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/pkg-config-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/registry/pkg-config-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A library to run the pkg-config system tool at build time in order to be used in 135s Cargo build scripts. 135s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pkg-config CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/pkg-config-rs' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.pHzGEBsV41/target/debug/deps rustc --crate-name pkg_config --edition=2018 /tmp/tmp.pHzGEBsV41/registry/pkg-config-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f20a1c89e2145860 -C extra-filename=-f20a1c89e2145860 --out-dir /tmp/tmp.pHzGEBsV41/target/debug/deps -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --cap-lints warn` 135s warning: `shlex` (lib) generated 1 warning 135s Compiling autocfg v1.1.0 135s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/autocfg-1.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/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.pHzGEBsV41/target/debug/deps rustc --crate-name autocfg --edition=2015 /tmp/tmp.pHzGEBsV41/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.pHzGEBsV41/target/debug/deps -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --cap-lints warn` 135s warning: unreachable expression 135s --> /tmp/tmp.pHzGEBsV41/registry/pkg-config-0.3.31/src/lib.rs:596:9 135s | 135s 592 | return true; 135s | ----------- any code following this expression is unreachable 135s ... 135s 596 | / match self.targeted_env_var("PKG_CONFIG_ALLOW_CROSS") { 135s 597 | | // don't use pkg-config if explicitly disabled 135s 598 | | Some(ref val) if val == "0" => false, 135s 599 | | Some(_) => true, 135s ... | 135s 605 | | } 135s 606 | | } 135s | |_________^ unreachable expression 135s | 135s = note: `#[warn(unreachable_code)]` on by default 135s 135s Compiling slab v0.4.9 135s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/registry/slab-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/slab' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.pHzGEBsV41/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.pHzGEBsV41/registry/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=95cba3e02497b263 -C extra-filename=-95cba3e02497b263 --out-dir /tmp/tmp.pHzGEBsV41/target/debug/build/slab-95cba3e02497b263 -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --extern autocfg=/tmp/tmp.pHzGEBsV41/target/debug/deps/libautocfg-9ebcd9511383083c.rlib --cap-lints warn` 136s 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/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2--remap-path-prefix/tmp/tmp.pHzGEBsV41/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_EVENT=1 CARGO_FEATURE_FS=1 CARGO_FEATURE_LIBC_EXTRA_TRAITS=1 CARGO_FEATURE_NET=1 CARGO_FEATURE_PROCESS=1 CARGO_FEATURE_STD=1 CARGO_FEATURE_USE_LIBC_AUXV=1 CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/rustix-0.38.37 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/registry/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.pHzGEBsV41/target/debug/deps:/tmp/tmp.pHzGEBsV41/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/build/rustix-0c8a821743305781/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.pHzGEBsV41/target/debug/build/rustix-9d0cdc24ab31bf88/build-script-build` 136s [rustix 0.38.37] cargo:rerun-if-changed=build.rs 136s [rustix 0.38.37] cargo:rustc-cfg=static_assertions 136s [rustix 0.38.37] cargo:rustc-cfg=libc 136s [rustix 0.38.37] cargo:rustc-cfg=linux_like 136s [rustix 0.38.37] cargo:rustc-cfg=linux_kernel 136s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM 136s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_LIBC 136s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC 136s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD 136s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_MIRI 136s Compiling cc v1.1.14 136s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=cc CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/cc-1.1.14 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/registry/cc-1.1.14/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A build-time dependency for Cargo build scripts to assist in invoking the native 136s C compiler to compile native C code into a static archive to be linked into Rust 136s code. 136s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cc-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cc-rs' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=1.1.14 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.pHzGEBsV41/target/debug/deps rustc --crate-name cc --edition=2018 /tmp/tmp.pHzGEBsV41/registry/cc-1.1.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("jobserver", "parallel"))' -C metadata=6f10d64c68dac13e -C extra-filename=-6f10d64c68dac13e --out-dir /tmp/tmp.pHzGEBsV41/target/debug/deps -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --extern shlex=/tmp/tmp.pHzGEBsV41/target/debug/deps/libshlex-4618b096a8cc03b4.rmeta --cap-lints warn` 136s warning: `pkg-config` (lib) generated 1 warning 136s Compiling wayland-sys v0.31.6 136s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/wayland-sys-0.31.6 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/registry/wayland-sys-0.31.6/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.31.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=31 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.pHzGEBsV41/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.pHzGEBsV41/registry/wayland-sys-0.31.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client", "cursor", "dlopen", "egl", "libc", "memoffset", "once_cell", "server"))' -C metadata=2e46ab8c73eb7d78 -C extra-filename=-2e46ab8c73eb7d78 --out-dir /tmp/tmp.pHzGEBsV41/target/debug/build/wayland-sys-2e46ab8c73eb7d78 -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --extern pkg_config=/tmp/tmp.pHzGEBsV41/target/debug/deps/libpkg_config-f20a1c89e2145860.rlib --cap-lints warn` 136s Compiling errno v0.3.8 136s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=errno CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/errno-0.3.8 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/registry/errno-0.3.8/Cargo.toml CARGO_PKG_AUTHORS='Chris Wong ' CARGO_PKG_DESCRIPTION='Cross-platform interface to the `errno` variable.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=errno CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/lambda-fairy/rust-errno' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.pHzGEBsV41/target/debug/deps rustc --crate-name errno --edition=2018 /tmp/tmp.pHzGEBsV41/registry/errno-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=30bd28d5eecfd684 -C extra-filename=-30bd28d5eecfd684 --out-dir /tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --extern libc=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps/liblibc-68716d2ef429337f.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.pHzGEBsV41/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 136s warning: unexpected `cfg` condition value: `bitrig` 136s --> /usr/share/cargo/registry/errno-0.3.8/src/unix.rs:77:13 136s | 136s 77 | target_os = "bitrig", 136s | ^^^^^^^^^^^^^^^^^^^^ 136s | 136s = 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 136s = note: see for more information about checking conditional configuration 136s = note: `#[warn(unexpected_cfgs)]` on by default 136s 136s warning: `errno` (lib) generated 2 warnings (1 duplicate) 136s Compiling bitflags v2.8.0 136s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/bitflags-2.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/registry/bitflags-2.8.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. 136s ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.8.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.pHzGEBsV41/target/debug/deps rustc --crate-name bitflags --edition=2021 /tmp/tmp.pHzGEBsV41/registry/bitflags-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=65f3f529c7b65778 -C extra-filename=-65f3f529c7b65778 --out-dir /tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.pHzGEBsV41/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 136s warning: `bitflags` (lib) generated 1 warning (1 duplicate) 136s Compiling linux-raw-sys v0.4.14 136s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=linux_raw_sys CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/linux-raw-sys-0.4.14 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/registry/linux-raw-sys-0.4.14/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='Generated bindings for Linux'\''s userspace API' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=linux-raw-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sunfishcode/linux-raw-sys' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.4.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.pHzGEBsV41/target/debug/deps rustc --crate-name linux_raw_sys --edition=2021 /tmp/tmp.pHzGEBsV41/registry/linux-raw-sys-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="general"' --cfg 'feature="if_ether"' --cfg 'feature="ioctl"' --cfg 'feature="net"' --cfg 'feature="netlink"' --cfg 'feature="no_std"' --cfg 'feature="prctl"' --cfg 'feature="xdp"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bootparam", "compiler_builtins", "core", "default", "elf", "errno", "general", "if_arp", "if_ether", "if_packet", "io_uring", "ioctl", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=df2e18974a94e4e2 -C extra-filename=-df2e18974a94e4e2 --out-dir /tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.pHzGEBsV41/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 137s warning: `linux-raw-sys` (lib) generated 1 warning (1 duplicate) 137s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rustix CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/rustix-0.38.37 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/registry/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.pHzGEBsV41/target/debug/deps OUT_DIR=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/build/rustix-0c8a821743305781/out rustc --crate-name rustix --edition=2021 /tmp/tmp.pHzGEBsV41/registry/rustix-0.38.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=58cd9adcf2d22c26 -C extra-filename=-58cd9adcf2d22c26 --out-dir /tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --extern bitflags=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-65f3f529c7b65778.rmeta --extern libc_errno=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps/liberrno-30bd28d5eecfd684.rmeta --extern libc=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps/liblibc-68716d2ef429337f.rmeta --extern linux_raw_sys=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps/liblinux_raw_sys-df2e18974a94e4e2.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.pHzGEBsV41/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg static_assertions --cfg libc --cfg linux_like --cfg linux_kernel` 137s Compiling wayland-backend v0.3.8 137s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/wayland-backend-0.3.8 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/registry/wayland-backend-0.3.8/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='Low-level bindings to the Wayland protocol' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-backend CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.3.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.pHzGEBsV41/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.pHzGEBsV41/registry/wayland-backend-0.3.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("client_system", "dlopen", "log", "raw-window-handle", "server_system"))' -C metadata=f066b178425c96cd -C extra-filename=-f066b178425c96cd --out-dir /tmp/tmp.pHzGEBsV41/target/debug/build/wayland-backend-f066b178425c96cd -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --extern cc=/tmp/tmp.pHzGEBsV41/target/debug/deps/libcc-6f10d64c68dac13e.rlib --cap-lints warn` 138s 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/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2--remap-path-prefix/tmp/tmp.pHzGEBsV41/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/wayland-sys-0.31.6 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/registry/wayland-sys-0.31.6/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.31.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=31 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.pHzGEBsV41/target/debug/deps:/tmp/tmp.pHzGEBsV41/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/build/wayland-sys-74227c33a3e171d5/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.pHzGEBsV41/target/debug/build/wayland-sys-2e46ab8c73eb7d78/build-script-build` 138s 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/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2--remap-path-prefix/tmp/tmp.pHzGEBsV41/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/registry/slab-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/slab' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.pHzGEBsV41/target/debug/deps:/tmp/tmp.pHzGEBsV41/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/build/slab-2c89ee66d35953a1/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.pHzGEBsV41/target/debug/build/slab-95cba3e02497b263/build-script-build` 138s [slab 0.4.9] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 138s [slab 0.4.9] | 138s [slab 0.4.9] = note: this feature is not stably supported; its behavior can change in the future 138s [slab 0.4.9] 138s [slab 0.4.9] warning: 1 warning emitted 138s [slab 0.4.9] 138s Compiling syn v2.0.96 138s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/syn-2.0.96 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/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.pHzGEBsV41/target/debug/deps rustc --crate-name syn --edition=2021 /tmp/tmp.pHzGEBsV41/registry/syn-2.0.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "visit", "visit-mut"))' -C metadata=0a09462095438540 -C extra-filename=-0a09462095438540 --out-dir /tmp/tmp.pHzGEBsV41/target/debug/deps -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --extern proc_macro2=/tmp/tmp.pHzGEBsV41/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --extern quote=/tmp/tmp.pHzGEBsV41/target/debug/deps/libquote-dc92c6f25ee0f0c6.rmeta --extern unicode_ident=/tmp/tmp.pHzGEBsV41/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn` 141s warning: `rustix` (lib) generated 1 warning (1 duplicate) 141s Compiling cfg-if v1.0.0 141s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/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] 141s parameters. Structured like an if-else chain, the first matching branch is the 141s item that gets emitted. 141s ' 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.pHzGEBsV41/target/debug/deps rustc --crate-name cfg_if --edition=2018 /tmp/tmp.pHzGEBsV41/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.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.pHzGEBsV41/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 141s warning: `cfg-if` (lib) generated 1 warning (1 duplicate) 141s Compiling memchr v2.7.4 141s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/memchr-2.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/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 141s 1, 2 or 3 byte search and single substring search. 141s ' 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.pHzGEBsV41/target/debug/deps rustc --crate-name memchr --edition=2021 /tmp/tmp.pHzGEBsV41/registry/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=8314979525fd8612 -C extra-filename=-8314979525fd8612 --out-dir /tmp/tmp.pHzGEBsV41/target/debug/deps -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --cap-lints warn` 142s Compiling futures-core v0.3.31 142s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_core CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/futures-core-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/registry/futures-core-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The core traits and types in for the `futures` library. 142s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.pHzGEBsV41/target/debug/deps rustc --crate-name futures_core --edition=2018 /tmp/tmp.pHzGEBsV41/registry/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=90711c271a6239a4 -C extra-filename=-90711c271a6239a4 --out-dir /tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.pHzGEBsV41/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 142s warning: `futures-core` (lib) generated 1 warning (1 duplicate) 142s Compiling quick-xml v0.36.1 142s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quick_xml CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/quick-xml-0.36.1 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/registry/quick-xml-0.36.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='High performance xml reader and writer' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quick-xml CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tafia/quick-xml' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.36.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=36 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.pHzGEBsV41/target/debug/deps rustc --crate-name quick_xml --edition=2021 /tmp/tmp.pHzGEBsV41/registry/quick-xml-0.36.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("arbitrary", "async-tokio", "default", "encoding", "encoding_rs", "escape-html", "overlapped-lists", "serde", "serde-types", "serialize", "tokio"))' -C metadata=44842dc15f032f00 -C extra-filename=-44842dc15f032f00 --out-dir /tmp/tmp.pHzGEBsV41/target/debug/deps -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --extern memchr=/tmp/tmp.pHzGEBsV41/target/debug/deps/libmemchr-8314979525fd8612.rmeta --cap-lints warn` 142s warning: unexpected `cfg` condition value: `document-features` 142s --> /tmp/tmp.pHzGEBsV41/registry/quick-xml-0.36.1/src/lib.rs:42:5 142s | 142s 42 | feature = "document-features", 142s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 142s | 142s = note: expected values for `feature` are: `arbitrary`, `async-tokio`, `default`, `encoding`, `encoding_rs`, `escape-html`, `overlapped-lists`, `serde`, `serde-types`, `serialize`, and `tokio` 142s = help: consider adding `document-features` as a feature in `Cargo.toml` 142s = note: see for more information about checking conditional configuration 142s = note: `#[warn(unexpected_cfgs)]` on by default 142s 142s warning: elided lifetime has a name 142s --> /tmp/tmp.pHzGEBsV41/registry/quick-xml-0.36.1/src/writer.rs:146:73 142s | 142s 146 | pub fn create_element<'a, N>(&'a mut self, name: N) -> ElementWriter 142s | -- lifetime `'a` declared here ^ this elided lifetime gets resolved as `'a` 142s | 142s = note: `#[warn(elided_named_lifetimes)]` on by default 142s 143s Compiling futures-macro v0.3.31 143s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_macro CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/futures-macro-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/registry/futures-macro-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The futures-rs procedural macro implementations. 143s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-macro CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.pHzGEBsV41/target/debug/deps rustc --crate-name futures_macro --edition=2018 /tmp/tmp.pHzGEBsV41/registry/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ed93d4d24a8167bf -C extra-filename=-ed93d4d24a8167bf --out-dir /tmp/tmp.pHzGEBsV41/target/debug/deps -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --extern proc_macro2=/tmp/tmp.pHzGEBsV41/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.pHzGEBsV41/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.pHzGEBsV41/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 143s warning: `quick-xml` (lib) generated 2 warnings 143s Compiling getrandom v0.2.15 143s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/getrandom-0.2.15 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/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.pHzGEBsV41/target/debug/deps rustc --crate-name getrandom --edition=2018 /tmp/tmp.pHzGEBsV41/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=7708981f696d5c14 -C extra-filename=-7708981f696d5c14 --out-dir /tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --extern cfg_if=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern libc=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps/liblibc-68716d2ef429337f.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.pHzGEBsV41/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 143s warning: unexpected `cfg` condition value: `js` 143s --> /usr/share/cargo/registry/getrandom-0.2.15/src/lib.rs:334:25 143s | 143s 334 | } else if #[cfg(all(feature = "js", 143s | ^^^^^^^^^^^^^^ 143s | 143s = note: expected values for `feature` are: `compiler_builtins`, `core`, `custom`, `linux_disable_fallback`, `rdrand`, `rustc-dep-of-std`, `std`, and `test-in-browser` 143s = help: consider adding `js` as a feature in `Cargo.toml` 143s = note: see for more information about checking conditional configuration 143s = note: `#[warn(unexpected_cfgs)]` on by default 143s 143s warning: `getrandom` (lib) generated 2 warnings (1 duplicate) 143s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=slab CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/registry/slab-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/slab' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.pHzGEBsV41/target/debug/deps OUT_DIR=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/build/slab-2c89ee66d35953a1/out rustc --crate-name slab --edition=2018 /tmp/tmp.pHzGEBsV41/registry/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=36320af34be0827b -C extra-filename=-36320af34be0827b --out-dir /tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.pHzGEBsV41/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 143s warning: unexpected `cfg` condition name: `slab_no_const_vec_new` 143s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:250:15 143s | 143s 250 | #[cfg(not(slab_no_const_vec_new))] 143s | ^^^^^^^^^^^^^^^^^^^^^ 143s | 143s = 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` 143s = help: consider using a Cargo feature instead 143s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 143s [lints.rust] 143s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_const_vec_new)'] } 143s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_const_vec_new)");` to the top of the `build.rs` 143s = note: see for more information about checking conditional configuration 143s = note: `#[warn(unexpected_cfgs)]` on by default 143s 143s warning: unexpected `cfg` condition name: `slab_no_const_vec_new` 143s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:264:11 143s | 143s 264 | #[cfg(slab_no_const_vec_new)] 143s | ^^^^^^^^^^^^^^^^^^^^^ 143s | 143s = help: consider using a Cargo feature instead 143s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 143s [lints.rust] 143s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_const_vec_new)'] } 143s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_const_vec_new)");` to the top of the `build.rs` 143s = note: see for more information about checking conditional configuration 143s 143s warning: unexpected `cfg` condition name: `slab_no_track_caller` 143s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:929:20 143s | 143s 929 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 143s | ^^^^^^^^^^^^^^^^^^^^ 143s | 143s = help: consider using a Cargo feature instead 143s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 143s [lints.rust] 143s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 143s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 143s = note: see for more information about checking conditional configuration 143s 143s warning: unexpected `cfg` condition name: `slab_no_track_caller` 143s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1098:20 143s | 143s 1098 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 143s | ^^^^^^^^^^^^^^^^^^^^ 143s | 143s = help: consider using a Cargo feature instead 143s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 143s [lints.rust] 143s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 143s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 143s = note: see for more information about checking conditional configuration 143s 143s warning: unexpected `cfg` condition name: `slab_no_track_caller` 143s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1206:20 143s | 143s 1206 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 143s | ^^^^^^^^^^^^^^^^^^^^ 143s | 143s = help: consider using a Cargo feature instead 143s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 143s [lints.rust] 143s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 143s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 143s = note: see for more information about checking conditional configuration 143s 143s warning: unexpected `cfg` condition name: `slab_no_track_caller` 143s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1216:20 143s | 143s 1216 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 143s | ^^^^^^^^^^^^^^^^^^^^ 143s | 143s = help: consider using a Cargo feature instead 143s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 143s [lints.rust] 143s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 143s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 143s = note: see for more information about checking conditional configuration 143s 143s warning: `slab` (lib) generated 7 warnings (1 duplicate) 143s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=wayland_sys CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/wayland-sys-0.31.6 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/registry/wayland-sys-0.31.6/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.31.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=31 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.pHzGEBsV41/target/debug/deps OUT_DIR=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/build/wayland-sys-74227c33a3e171d5/out rustc --crate-name wayland_sys --edition=2021 /tmp/tmp.pHzGEBsV41/registry/wayland-sys-0.31.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client", "cursor", "dlopen", "egl", "libc", "memoffset", "once_cell", "server"))' -C metadata=6c49a04e2d373a8d -C extra-filename=-6c49a04e2d373a8d --out-dir /tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.pHzGEBsV41/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 143s warning: `wayland-sys` (lib) generated 1 warning (1 duplicate) 143s 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/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2--remap-path-prefix/tmp/tmp.pHzGEBsV41/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/wayland-backend-0.3.8 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/registry/wayland-backend-0.3.8/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='Low-level bindings to the Wayland protocol' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-backend CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.3.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.pHzGEBsV41/target/debug/deps:/tmp/tmp.pHzGEBsV41/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/build/wayland-backend-58a81578585e865a/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.pHzGEBsV41/target/debug/build/wayland-backend-f066b178425c96cd/build-script-build` 143s [wayland-backend 0.3.8] cargo:rustc-check-cfg=cfg(coverage) 143s Compiling once_cell v1.20.2 143s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/once_cell-1.20.2 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/registry/once_cell-1.20.2/Cargo.toml CARGO_PKG_AUTHORS='Aleksey Kladov ' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.20.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.pHzGEBsV41/target/debug/deps rustc --crate-name once_cell --edition=2021 /tmp/tmp.pHzGEBsV41/registry/once_cell-1.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=10428cb1410dd925 -C extra-filename=-10428cb1410dd925 --out-dir /tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.pHzGEBsV41/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 143s warning: `once_cell` (lib) generated 1 warning (1 duplicate) 143s Compiling pin-utils v0.1.0 143s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=pin_utils CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/pin-utils-0.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/registry/pin-utils-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Josef Brandl ' CARGO_PKG_DESCRIPTION='Utilities for pinning 143s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/pin-utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.pHzGEBsV41/target/debug/deps rustc --crate-name pin_utils --edition=2018 /tmp/tmp.pHzGEBsV41/registry/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9646380a39f6bb39 -C extra-filename=-9646380a39f6bb39 --out-dir /tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.pHzGEBsV41/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 143s warning: `pin-utils` (lib) generated 1 warning (1 duplicate) 143s Compiling futures-task v0.3.31 143s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_task CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/futures-task-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/registry/futures-task-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Tools for working with tasks. 143s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-task CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.pHzGEBsV41/target/debug/deps rustc --crate-name futures_task --edition=2018 /tmp/tmp.pHzGEBsV41/registry/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=47c3a7d17767e18f -C extra-filename=-47c3a7d17767e18f --out-dir /tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.pHzGEBsV41/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 143s warning: `futures-task` (lib) generated 1 warning (1 duplicate) 143s Compiling downcast-rs v1.2.0 143s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=downcast_rs CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/downcast-rs-1.2.0 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/registry/downcast-rs-1.2.0/Cargo.toml CARGO_PKG_AUTHORS='Ashish Myles :Runji Wang ' CARGO_PKG_DESCRIPTION='Trait object downcasting support using only safe Rust. It supports type 143s parameters, associated types, and type constraints. 143s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=downcast-rs CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/marcianx/downcast-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.pHzGEBsV41/target/debug/deps rustc --crate-name downcast_rs --edition=2015 /tmp/tmp.pHzGEBsV41/registry/downcast-rs-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=fedf5fded6411e19 -C extra-filename=-fedf5fded6411e19 --out-dir /tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.pHzGEBsV41/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 143s warning: `downcast-rs` (lib) generated 1 warning (1 duplicate) 143s Compiling fastrand v2.1.1 143s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=fastrand CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/fastrand-2.1.1 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/registry/fastrand-2.1.1/Cargo.toml CARGO_PKG_AUTHORS='Stjepan Glavina ' CARGO_PKG_DESCRIPTION='A simple and fast random number generator' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fastrand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smol-rs/fastrand' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=2.1.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.pHzGEBsV41/target/debug/deps rustc --crate-name fastrand --edition=2018 /tmp/tmp.pHzGEBsV41/registry/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=b0f30b63d6f103db -C extra-filename=-b0f30b63d6f103db --out-dir /tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.pHzGEBsV41/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 144s warning: unexpected `cfg` condition value: `js` 144s --> /usr/share/cargo/registry/fastrand-2.1.1/src/global_rng.rs:202:5 144s | 144s 202 | feature = "js" 144s | ^^^^^^^^^^^^^^ 144s | 144s = note: expected values for `feature` are: `alloc`, `default`, and `std` 144s = help: consider adding `js` as a feature in `Cargo.toml` 144s = note: see for more information about checking conditional configuration 144s = note: `#[warn(unexpected_cfgs)]` on by default 144s 144s warning: unexpected `cfg` condition value: `js` 144s --> /usr/share/cargo/registry/fastrand-2.1.1/src/global_rng.rs:214:9 144s | 144s 214 | not(feature = "js") 144s | ^^^^^^^^^^^^^^ 144s | 144s = note: expected values for `feature` are: `alloc`, `default`, and `std` 144s = help: consider adding `js` as a feature in `Cargo.toml` 144s = note: see for more information about checking conditional configuration 144s 144s warning: `fastrand` (lib) generated 3 warnings (1 duplicate) 144s Compiling pin-project-lite v0.2.13 144s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=pin_project_lite CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/pin-project-lite-0.2.13 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/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. 144s ' 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.pHzGEBsV41/target/debug/deps rustc --crate-name pin_project_lite --edition=2018 /tmp/tmp.pHzGEBsV41/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.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.pHzGEBsV41/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 144s warning: `pin-project-lite` (lib) generated 1 warning (1 duplicate) 144s Compiling smallvec v1.13.2 144s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/smallvec-1.13.2 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/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.pHzGEBsV41/target/debug/deps rustc --crate-name smallvec --edition=2018 /tmp/tmp.pHzGEBsV41/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 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --cfg 'feature="union"' --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=ef72c43926f60793 -C extra-filename=-ef72c43926f60793 --out-dir /tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.pHzGEBsV41/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 144s warning: `smallvec` (lib) generated 1 warning (1 duplicate) 144s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=wayland_backend CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/wayland-backend-0.3.8 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/registry/wayland-backend-0.3.8/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='Low-level bindings to the Wayland protocol' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-backend CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.3.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.pHzGEBsV41/target/debug/deps OUT_DIR=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/build/wayland-backend-58a81578585e865a/out rustc --crate-name wayland_backend --edition=2021 /tmp/tmp.pHzGEBsV41/registry/wayland-backend-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client_system", "dlopen", "log", "raw-window-handle", "server_system"))' -C metadata=282c862af5919598 -C extra-filename=-282c862af5919598 --out-dir /tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --extern downcast_rs=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps/libdowncast_rs-fedf5fded6411e19.rmeta --extern rustix=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps/librustix-58cd9adcf2d22c26.rmeta --extern smallvec=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps/libsmallvec-ef72c43926f60793.rmeta --extern wayland_sys=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps/libwayland_sys-6c49a04e2d373a8d.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.pHzGEBsV41/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --check-cfg 'cfg(coverage)'` 144s Compiling futures-util v0.3.31 144s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_util CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/futures-util-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/registry/futures-util-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Common utilities and extension traits for the futures-rs library. 144s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-util CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.pHzGEBsV41/target/debug/deps rustc --crate-name futures_util --edition=2018 /tmp/tmp.pHzGEBsV41/registry/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="default"' --cfg 'feature="futures-macro"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "channel", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "io", "memchr", "sink", "slab", "std", "unstable", "write-all-vectored"))' -C metadata=ead748a98f31aed8 -C extra-filename=-ead748a98f31aed8 --out-dir /tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --extern futures_core=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-90711c271a6239a4.rmeta --extern futures_macro=/tmp/tmp.pHzGEBsV41/target/debug/deps/libfutures_macro-ed93d4d24a8167bf.so --extern futures_task=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-47c3a7d17767e18f.rmeta --extern pin_project_lite=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps/libpin_project_lite-5dc815523e98d889.rmeta --extern pin_utils=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps/libpin_utils-9646380a39f6bb39.rmeta --extern slab=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps/libslab-36320af34be0827b.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.pHzGEBsV41/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 144s warning: unexpected `cfg` condition value: `compat` 144s --> /usr/share/cargo/registry/futures-util-0.3.31/src/lib.rs:308:7 144s | 144s 308 | #[cfg(feature = "compat")] 144s | ^^^^^^^^^^^^^^^^^^ 144s | 144s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 144s = help: consider adding `compat` as a feature in `Cargo.toml` 144s = note: see for more information about checking conditional configuration 144s = note: requested on the command line with `-W unexpected-cfgs` 144s 144s warning: unexpected `cfg` condition value: `compat` 144s --> /usr/share/cargo/registry/futures-util-0.3.31/src/future/try_future/mod.rs:6:7 144s | 144s 6 | #[cfg(feature = "compat")] 144s | ^^^^^^^^^^^^^^^^^^ 144s | 144s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 144s = help: consider adding `compat` as a feature in `Cargo.toml` 144s = note: see for more information about checking conditional configuration 144s 144s warning: unexpected `cfg` condition value: `compat` 144s --> /usr/share/cargo/registry/futures-util-0.3.31/src/future/try_future/mod.rs:580:11 144s | 144s 580 | #[cfg(feature = "compat")] 144s | ^^^^^^^^^^^^^^^^^^ 144s | 144s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 144s = help: consider adding `compat` as a feature in `Cargo.toml` 144s = note: see for more information about checking conditional configuration 144s 144s warning: unexpected `cfg` condition value: `compat` 144s --> /usr/share/cargo/registry/futures-util-0.3.31/src/stream/try_stream/mod.rs:6:7 144s | 144s 6 | #[cfg(feature = "compat")] 144s | ^^^^^^^^^^^^^^^^^^ 144s | 144s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 144s = help: consider adding `compat` as a feature in `Cargo.toml` 144s = note: see for more information about checking conditional configuration 144s 144s warning: unexpected `cfg` condition value: `compat` 144s --> /usr/share/cargo/registry/futures-util-0.3.31/src/stream/try_stream/mod.rs:1154:11 144s | 144s 1154 | #[cfg(feature = "compat")] 144s | ^^^^^^^^^^^^^^^^^^ 144s | 144s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 144s = help: consider adding `compat` as a feature in `Cargo.toml` 144s = note: see for more information about checking conditional configuration 144s 144s warning: unexpected `cfg` condition value: `compat` 144s --> /usr/share/cargo/registry/futures-util-0.3.31/src/task/spawn.rs:3:7 144s | 144s 3 | #[cfg(feature = "compat")] 144s | ^^^^^^^^^^^^^^^^^^ 144s | 144s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 144s = help: consider adding `compat` as a feature in `Cargo.toml` 144s = note: see for more information about checking conditional configuration 144s 144s warning: unexpected `cfg` condition value: `compat` 144s --> /usr/share/cargo/registry/futures-util-0.3.31/src/task/spawn.rs:92:11 144s | 144s 92 | #[cfg(feature = "compat")] 144s | ^^^^^^^^^^^^^^^^^^ 144s | 144s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 144s = help: consider adding `compat` as a feature in `Cargo.toml` 144s = note: see for more information about checking conditional configuration 144s 145s warning: `wayland-backend` (lib) generated 1 warning (1 duplicate) 145s Compiling tempfile v3.15.0 145s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=tempfile CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/tempfile-3.15.0 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/registry/tempfile-3.15.0/Cargo.toml CARGO_PKG_AUTHORS='Steven Allen :The Rust Project Developers:Ashley Mannix :Jason White ' CARGO_PKG_DESCRIPTION='A library for managing temporary files and directories.' CARGO_PKG_HOMEPAGE='https://stebalien.com/projects/tempfile-rs/' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tempfile CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Stebalien/tempfile' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=3.15.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.pHzGEBsV41/target/debug/deps rustc --crate-name tempfile --edition=2021 /tmp/tmp.pHzGEBsV41/registry/tempfile-3.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=53da3ed3fc9b08f3 -C extra-filename=-53da3ed3fc9b08f3 --out-dir /tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --extern cfg_if=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern fastrand=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps/libfastrand-b0f30b63d6f103db.rmeta --extern getrandom=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps/libgetrandom-7708981f696d5c14.rmeta --extern once_cell=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps/libonce_cell-10428cb1410dd925.rmeta --extern rustix=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps/librustix-58cd9adcf2d22c26.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.pHzGEBsV41/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 145s warning: `tempfile` (lib) generated 1 warning (1 duplicate) 145s Compiling wayland-scanner v0.31.6 145s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=wayland_scanner CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/wayland-scanner-0.31.6 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/registry/wayland-scanner-0.31.6/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='Wayland Scanner for generating rust APIs from XML wayland protocol files.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-scanner CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.31.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=31 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.pHzGEBsV41/target/debug/deps rustc --crate-name wayland_scanner --edition=2021 /tmp/tmp.pHzGEBsV41/registry/wayland-scanner-0.31.6/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=c58251dd28084e37 -C extra-filename=-c58251dd28084e37 --out-dir /tmp/tmp.pHzGEBsV41/target/debug/deps -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --extern proc_macro2=/tmp/tmp.pHzGEBsV41/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quick_xml=/tmp/tmp.pHzGEBsV41/target/debug/deps/libquick_xml-44842dc15f032f00.rlib --extern quote=/tmp/tmp.pHzGEBsV41/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern proc_macro --cap-lints warn` 146s warning: `futures-util` (lib) generated 8 warnings (1 duplicate) 146s Compiling futures-channel v0.3.31 146s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_channel CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/futures-channel-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/registry/futures-channel-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Channels for asynchronous communication using futures-rs. 146s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-channel CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.pHzGEBsV41/target/debug/deps rustc --crate-name futures_channel --edition=2018 /tmp/tmp.pHzGEBsV41/registry/futures-channel-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=f934963c765c669a -C extra-filename=-f934963c765c669a --out-dir /tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --extern futures_core=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-90711c271a6239a4.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.pHzGEBsV41/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 146s warning: `futures-channel` (lib) generated 1 warning (1 duplicate) 146s Compiling log v0.4.22 146s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=log CARGO_MANIFEST_DIR=/tmp/tmp.pHzGEBsV41/registry/log-0.4.22 CARGO_MANIFEST_PATH=/tmp/tmp.pHzGEBsV41/registry/log-0.4.22/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust 146s ' 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.pHzGEBsV41/target/debug/deps rustc --crate-name log --edition=2021 /tmp/tmp.pHzGEBsV41/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 --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=3b24e9f654e1ff15 -C extra-filename=-3b24e9f654e1ff15 --out-dir /tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.pHzGEBsV41/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 146s warning: `log` (lib) generated 1 warning (1 duplicate) 147s Compiling wayland-client v0.31.2 (/usr/share/cargo/registry/wayland-client-0.31.2) 147s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=wayland_client CARGO_MANIFEST_DIR=/usr/share/cargo/registry/wayland-client-0.31.2 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/wayland-client-0.31.2/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='Bindings to the standard C implementation of the wayland protocol, client side.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-client CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.31.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=31 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.pHzGEBsV41/target/debug/deps rustc --crate-name wayland_client --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="log"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("log"))' -C metadata=6b5ab3cd1e1c3342 -C extra-filename=-6b5ab3cd1e1c3342 --out-dir /tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.pHzGEBsV41/target/debug/deps --extern bitflags=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-65f3f529c7b65778.rlib --extern futures_channel=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps/libfutures_channel-f934963c765c669a.rlib --extern futures_util=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps/libfutures_util-ead748a98f31aed8.rlib --extern log=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps/liblog-3b24e9f654e1ff15.rlib --extern rustix=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps/librustix-58cd9adcf2d22c26.rlib --extern tempfile=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps/libtempfile-53da3ed3fc9b08f3.rlib --extern wayland_backend=/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps/libwayland_backend-282c862af5919598.rlib --extern wayland_scanner=/tmp/tmp.pHzGEBsV41/target/debug/deps/libwayland_scanner-c58251dd28084e37.so -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.pHzGEBsV41/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 147s warning: unexpected `cfg` condition name: `coverage` 147s --> src/lib.rs:165:13 147s | 147s 165 | #![cfg_attr(coverage, feature(coverage_attribute))] 147s | ^^^^^^^^ 147s | 147s = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` 147s = help: consider using a Cargo feature instead 147s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 147s [lints.rust] 147s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] } 147s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(coverage)");` to the top of the `build.rs` 147s = note: see for more information about checking conditional configuration 147s = note: `#[warn(unexpected_cfgs)]` on by default 147s 147s warning: unexpected `cfg` condition name: `coverage` 147s --> src/event_queue.rs:123:16 147s | 147s 123 | #[cfg_attr(coverage, coverage(off))] 147s | ^^^^^^^^ 147s | 147s = help: consider using a Cargo feature instead 147s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 147s [lints.rust] 147s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] } 147s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(coverage)");` to the top of the `build.rs` 147s = note: see for more information about checking conditional configuration 147s 147s warning: unexpected `cfg` condition name: `coverage` 147s --> src/event_queue.rs:197:16 147s | 147s 197 | #[cfg_attr(coverage, coverage(off))] 147s | ^^^^^^^^ 147s | 147s = help: consider using a Cargo feature instead 147s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 147s [lints.rust] 147s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] } 147s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(coverage)");` to the top of the `build.rs` 147s = note: see for more information about checking conditional configuration 147s 147s warning: unexpected `cfg` condition name: `coverage` 147s --> src/event_queue.rs:347:16 147s | 147s 347 | #[cfg_attr(coverage, coverage(off))] 147s | ^^^^^^^^ 147s | 147s = help: consider using a Cargo feature instead 147s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 147s [lints.rust] 147s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] } 147s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(coverage)");` to the top of the `build.rs` 147s = note: see for more information about checking conditional configuration 147s 147s warning: unexpected `cfg` condition name: `coverage` 147s --> src/event_queue.rs:589:16 147s | 147s 589 | #[cfg_attr(coverage, coverage(off))] 147s | ^^^^^^^^ 147s | 147s = help: consider using a Cargo feature instead 147s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 147s [lints.rust] 147s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] } 147s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(coverage)");` to the top of the `build.rs` 147s = note: see for more information about checking conditional configuration 147s 147s warning: unexpected `cfg` condition name: `coverage` 147s --> src/event_queue.rs:696:16 147s | 147s 696 | #[cfg_attr(coverage, coverage(off))] 147s | ^^^^^^^^ 147s | 147s = help: consider using a Cargo feature instead 147s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 147s [lints.rust] 147s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] } 147s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(coverage)");` to the top of the `build.rs` 147s = note: see for more information about checking conditional configuration 147s 149s warning: `wayland-client` (lib test) generated 7 warnings (1 duplicate) 149s Finished `test` profile [unoptimized + debuginfo] target(s) in 15.75s 149s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/wayland-client-0.31.2 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/wayland-client-0.31.2/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='Bindings to the standard C implementation of the wayland protocol, client side.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-client CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.31.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=31 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.pHzGEBsV41/target/s390x-unknown-linux-gnu/debug/deps/wayland_client-6b5ab3cd1e1c3342` 149s 149s running 0 tests 149s 149s test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 149s 149s /tmp/autopkgtest.pEKqbA/wrapper.sh: checking for leaked background processes... 149s /tmp/autopkgtest.pEKqbA/wrapper.sh: waiting for tee/cat subprocesses... 149s /tmp/autopkgtest.pEKqbA/wrapper.sh: cleaning up... 149s /tmp/autopkgtest.pEKqbA/wrapper.sh: Exit status: 0 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest [07:33:55]: test librust-wayland-client-dev:log: -----------------------] 149s autopkgtest: DBG: testbed executing test finished with exit status 0 149s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.pEKqbA/librust-wayland-client-dev%3Alog-stdout /tmp/autopkgtest-work.pi91hp8g/out/librust-wayland-client-dev%3Alog-stdout 149s autopkgtest: DBG: got reply from testbed: ok 149s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.pEKqbA/librust-wayland-client-dev%3Alog-stderr /tmp/autopkgtest-work.pi91hp8g/out/librust-wayland-client-dev%3Alog-stderr 150s autopkgtest: DBG: got reply from testbed: ok 150s librust-wayland-client-dev:log PASS 150s autopkgtest [07:33:56]: test librust-wayland-client-dev:log: - - - - - - - - - - results - - - - - - - - - - 150s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.pEKqbA/librust-wayland-client-dev%3Alog-artifacts/ /tmp/autopkgtest-work.pi91hp8g/out/artifacts/ 150s autopkgtest: DBG: got reply from testbed: ok 150s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.pEKqbA/librust-wayland-client-dev:log-artifacts', '/tmp/autopkgtest.pEKqbA/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 150s autopkgtest: DBG: testbed command exited with code 0 150s autopkgtest [07:33:56]: test librust-wayland-client-dev:: preparing testbed 150s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['dh-cargo (>= 18)', 'librust-futures-channel-0.3+default-dev (>= 0.3.16-~~)', 'librust-futures-util-0.3+default-dev', 'librust-tempfile-3+default-dev (>= 3.2-~~)', 'librust-wayland-client-dev'], deps_new=['dh-cargo (>= 18)', 'librust-futures-channel-0.3+default-dev (>= 0.3.16-~~)', 'librust-futures-util-0.3+default-dev', 'librust-tempfile-3+default-dev (>= 3.2-~~)', 'librust-wayland-client-dev'] 150s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 150s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 18)', 'librust-futures-channel-0.3+default-dev (>= 0.3.16-~~)', 'librust-futures-util-0.3+default-dev', 'librust-tempfile-3+default-dev (>= 3.2-~~)', 'librust-wayland-client-dev'] 150s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 18), librust-futures-channel-0.3+default-dev (>= 0.3.16-~~), librust-futures-util-0.3+default-dev, librust-tempfile-3+default-dev (>= 3.2-~~), librust-wayland-client-dev 150s autopkgtest: DBG: can use apt-get on testbed: True 150s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'dh-cargo (>= 18), librust-futures-channel-0.3+default-dev (>= 0.3.16-~~), librust-futures-util-0.3+default-dev, librust-tempfile-3+default-dev (>= 3.2-~~), librust-wayland-client-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 150s Reading package lists... 150s Building dependency tree... 150s Reading state information... 150s Starting pkgProblemResolver with broken count: 0 150s Starting 2 pkgProblemResolver with broken count: 0 150s Done 151s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-wayland-client-dev'], kind short, sout pipe, serr pipe, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.pEKqbA/librust-wayland-client-dev:-packages.all"], kind short, sout raw, serr pipe, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.pEKqbA/librust-wayland-client-dev%3A-packages.all /tmp/autopkgtest-work.pi91hp8g/out/librust-wayland-client-dev%3A-packages.all 151s autopkgtest: DBG: got reply from testbed: ok 151s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.pEKqbA/build.BP0/src'], kind short, sout raw, serr raw, env [] 151s autopkgtest: DBG: testbed command exited with code 0 151s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.pEKqbA/build.BP0/src already exists 151s autopkgtest [07:33:57]: test librust-wayland-client-dev:: /usr/share/cargo/bin/cargo-auto-test wayland-client 0.31.2 --all-targets --no-default-features 151s autopkgtest [07:33:57]: test librust-wayland-client-dev:: [----------------------- 151s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.pEKqbA/wrapper.sh --debug --artifacts=/tmp/autopkgtest.pEKqbA/librust-wayland-client-dev:-artifacts --chdir=/tmp/autopkgtest.pEKqbA/build.BP0/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.pEKqbA/librust-wayland-client-dev:-stderr --stdout=/tmp/autopkgtest.pEKqbA/librust-wayland-client-dev:-stdout --tmp=/tmp/autopkgtest.pEKqbA/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 wayland-client 0.31.2 --all-targets --no-default-features'"], kind test, sout raw, serr raw, env [] 151s /tmp/autopkgtest.pEKqbA/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.pEKqbA/librust-wayland-client-dev:-artifacts 151s /tmp/autopkgtest.pEKqbA/wrapper.sh: changing to directory: /tmp/autopkgtest.pEKqbA/build.BP0/src 151s /tmp/autopkgtest.pEKqbA/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 151s /tmp/autopkgtest.pEKqbA/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 151s /tmp/autopkgtest.pEKqbA/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 151s /tmp/autopkgtest.pEKqbA/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 151s /tmp/autopkgtest.pEKqbA/wrapper.sh: setting environment: LANG=C.UTF-8 151s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LANGUAGE 151s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_ADDRESS 151s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_ALL 151s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_COLLATE 151s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_CTYPE 151s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_IDENTIFICATION 151s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_MEASUREMENT 151s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_MESSAGES 151s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_MONETARY 151s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_NAME 151s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_NUMERIC 151s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_PAPER 151s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_TELEPHONE 151s /tmp/autopkgtest.pEKqbA/wrapper.sh: unsetting environment: LC_TIME 151s /tmp/autopkgtest.pEKqbA/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 151s /tmp/autopkgtest.pEKqbA/wrapper.sh: pretending to be a login shell 151s /tmp/autopkgtest.pEKqbA/wrapper.sh: will write standard error to /tmp/autopkgtest.pEKqbA/librust-wayland-client-dev:-stderr 151s /tmp/autopkgtest.pEKqbA/wrapper.sh: will write stdout to /tmp/autopkgtest.pEKqbA/librust-wayland-client-dev:-stdout 151s /tmp/autopkgtest.pEKqbA/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.pEKqbA/autopkgtest_tmp 151s /tmp/autopkgtest.pEKqbA/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 151s /tmp/autopkgtest.pEKqbA/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test wayland-client 0.31.2 --all-targets --no-default-features 151s /tmp/autopkgtest.pEKqbA/wrapper.sh: copying /tmp/tmp.mN9w5O93Ru/out to stdout and file: /tmp/autopkgtest.pEKqbA/librust-wayland-client-dev:-stdout 151s /tmp/autopkgtest.pEKqbA/wrapper.sh: copying /tmp/tmp.mN9w5O93Ru/err to standard error and file: /tmp/autopkgtest.pEKqbA/librust-wayland-client-dev:-stdout 151s /tmp/autopkgtest.pEKqbA/wrapper.sh: writing script pid 5132 to /tmp/autopkgtest_script_pid 152s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 152s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 152s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 152s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.mapDRF9p7I/registry/ 152s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 152s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 152s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 152s debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1', '/usr/bin/cargo', '-Zavoid-dev-deps', 'test', '--verbose', '--verbose', '-j2', '--target', 's390x-unknown-linux-gnu', '--all-targets', '--no-default-features'],) {} 152s Compiling proc-macro2 v1.0.92 152s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/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.mapDRF9p7I/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.mapDRF9p7I/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.mapDRF9p7I/target/debug/build/proc-macro2-3832f39696f3f5db -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --cap-lints warn` 152s Compiling libc v0.2.169 152s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/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. 152s ' 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.mapDRF9p7I/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.mapDRF9p7I/registry/libc-0.2.169/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=e76bb75675bbf0aa -C extra-filename=-e76bb75675bbf0aa --out-dir /tmp/tmp.mapDRF9p7I/target/debug/build/libc-e76bb75675bbf0aa -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --cap-lints warn` 152s 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.mapDRF9p7I/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/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.mapDRF9p7I/target/debug/deps:/tmp/tmp.mapDRF9p7I/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.mapDRF9p7I/target/debug/build/proc-macro2-b8c68c67c59c8657/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.mapDRF9p7I/target/debug/build/proc-macro2-3832f39696f3f5db/build-script-build` 152s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(fuzzing) 152s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_is_available) 152s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_byte_character) 152s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_c_string) 152s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_source_text) 152s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(proc_macro_span) 152s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) 152s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) 152s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) 152s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(randomize_layout) 152s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(span_locations) 152s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(super_unstable) 152s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(wrap_proc_macro) 152s [proc-macro2 1.0.92] cargo:rerun-if-changed=build/probe.rs 152s [proc-macro2 1.0.92] cargo:rustc-cfg=wrap_proc_macro 152s [proc-macro2 1.0.92] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 152s Compiling unicode-ident v1.0.13 152s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/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.mapDRF9p7I/target/debug/deps rustc --crate-name unicode_ident --edition=2018 /tmp/tmp.mapDRF9p7I/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.mapDRF9p7I/target/debug/deps -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --cap-lints warn` 152s 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/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2--remap-path-prefix/tmp/tmp.mapDRF9p7I/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_EXTRA_TRAITS=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/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. 152s ' 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.mapDRF9p7I/target/debug/deps:/tmp/tmp.mapDRF9p7I/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/build/libc-2d89f46e84b96520/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.mapDRF9p7I/target/debug/build/libc-e76bb75675bbf0aa/build-script-build` 152s [libc 0.2.169] cargo:rerun-if-changed=build.rs 152s [libc 0.2.169] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION 152s [libc 0.2.169] cargo:rustc-cfg=freebsd11 152s [libc 0.2.169] cargo:rustc-cfg=libc_const_extern_fn 152s [libc 0.2.169] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) 152s [libc 0.2.169] cargo:rustc-check-cfg=cfg(espidf_time32) 152s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd10) 152s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd11) 152s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd12) 152s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd13) 152s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd14) 152s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd15) 152s [libc 0.2.169] cargo:rustc-check-cfg=cfg(gnu_time64_abi) 152s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) 152s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_deny_warnings) 152s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_thread_local) 152s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_ctest) 152s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) 152s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) 152s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) 152s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/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. 152s ' 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.mapDRF9p7I/target/debug/deps OUT_DIR=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/build/libc-2d89f46e84b96520/out rustc --crate-name libc --edition=2021 /tmp/tmp.mapDRF9p7I/registry/libc-0.2.169/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=68716d2ef429337f -C extra-filename=-68716d2ef429337f --out-dir /tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.mapDRF9p7I/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"))'` 152s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/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.mapDRF9p7I/target/debug/deps OUT_DIR=/tmp/tmp.mapDRF9p7I/target/debug/build/proc-macro2-b8c68c67c59c8657/out rustc --crate-name proc_macro2 --edition=2021 /tmp/tmp.mapDRF9p7I/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.mapDRF9p7I/target/debug/deps -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --extern unicode_ident=/tmp/tmp.mapDRF9p7I/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)'` 152s warning: unused import: `crate::ntptimeval` 152s --> /usr/share/cargo/registry/libc-0.2.169/src/unix/linux_like/linux/gnu/b64/mod.rs:5:5 152s | 152s 5 | use crate::ntptimeval; 152s | ^^^^^^^^^^^^^^^^^ 152s | 152s = note: `#[warn(unused_imports)]` on by default 152s 153s Compiling quote v1.0.37 153s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/quote-1.0.37 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/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.mapDRF9p7I/target/debug/deps rustc --crate-name quote --edition=2018 /tmp/tmp.mapDRF9p7I/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.mapDRF9p7I/target/debug/deps -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --extern proc_macro2=/tmp/tmp.mapDRF9p7I/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --cap-lints warn` 153s Compiling autocfg v1.1.0 153s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/autocfg-1.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/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.mapDRF9p7I/target/debug/deps rustc --crate-name autocfg --edition=2015 /tmp/tmp.mapDRF9p7I/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.mapDRF9p7I/target/debug/deps -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --cap-lints warn` 153s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 153s | 153s = note: this feature is not stably supported; its behavior can change in the future 153s 154s warning: `libc` (lib) generated 2 warnings 154s Compiling rustix v0.38.37 154s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/rustix-0.38.37 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/registry/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mapDRF9p7I/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.mapDRF9p7I/registry/rustix-0.38.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=9d0cdc24ab31bf88 -C extra-filename=-9d0cdc24ab31bf88 --out-dir /tmp/tmp.mapDRF9p7I/target/debug/build/rustix-9d0cdc24ab31bf88 -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --cap-lints warn` 154s Compiling shlex v1.3.0 154s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=shlex CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/shlex-1.3.0 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/registry/shlex-1.3.0/Cargo.toml CARGO_PKG_AUTHORS='comex :Fenhl :Adrian Taylor :Alex Touchet :Daniel Parks :Garrett Berg ' CARGO_PKG_DESCRIPTION='Split a string into shell words, like Python'\''s shlex.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=shlex CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/comex/rust-shlex' CARGO_PKG_RUST_VERSION=1.46.0 CARGO_PKG_VERSION=1.3.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mapDRF9p7I/target/debug/deps rustc --crate-name shlex --edition=2015 /tmp/tmp.mapDRF9p7I/registry/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4618b096a8cc03b4 -C extra-filename=-4618b096a8cc03b4 --out-dir /tmp/tmp.mapDRF9p7I/target/debug/deps -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --cap-lints warn` 154s warning: unexpected `cfg` condition name: `manual_codegen_check` 154s --> /tmp/tmp.mapDRF9p7I/registry/shlex-1.3.0/src/bytes.rs:353:12 154s | 154s 353 | #[cfg_attr(manual_codegen_check, inline(never))] 154s | ^^^^^^^^^^^^^^^^^^^^ 154s | 154s = 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` 154s = help: consider using a Cargo feature instead 154s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 154s [lints.rust] 154s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(manual_codegen_check)'] } 154s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(manual_codegen_check)");` to the top of the `build.rs` 154s = note: see for more information about checking conditional configuration 154s = note: `#[warn(unexpected_cfgs)]` on by default 154s 154s warning: `shlex` (lib) generated 1 warning 154s Compiling pkg-config v0.3.31 154s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=pkg_config CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/pkg-config-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/registry/pkg-config-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A library to run the pkg-config system tool at build time in order to be used in 154s Cargo build scripts. 154s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pkg-config CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/pkg-config-rs' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mapDRF9p7I/target/debug/deps rustc --crate-name pkg_config --edition=2018 /tmp/tmp.mapDRF9p7I/registry/pkg-config-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f20a1c89e2145860 -C extra-filename=-f20a1c89e2145860 --out-dir /tmp/tmp.mapDRF9p7I/target/debug/deps -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --cap-lints warn` 154s warning: unreachable expression 154s --> /tmp/tmp.mapDRF9p7I/registry/pkg-config-0.3.31/src/lib.rs:596:9 154s | 154s 592 | return true; 154s | ----------- any code following this expression is unreachable 154s ... 154s 596 | / match self.targeted_env_var("PKG_CONFIG_ALLOW_CROSS") { 154s 597 | | // don't use pkg-config if explicitly disabled 154s 598 | | Some(ref val) if val == "0" => false, 154s 599 | | Some(_) => true, 154s ... | 154s 605 | | } 154s 606 | | } 154s | |_________^ unreachable expression 154s | 154s = note: `#[warn(unreachable_code)]` on by default 154s 154s 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/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2--remap-path-prefix/tmp/tmp.mapDRF9p7I/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_ALLOC=1 CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_EVENT=1 CARGO_FEATURE_FS=1 CARGO_FEATURE_LIBC_EXTRA_TRAITS=1 CARGO_FEATURE_NET=1 CARGO_FEATURE_PROCESS=1 CARGO_FEATURE_STD=1 CARGO_FEATURE_USE_LIBC_AUXV=1 CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/rustix-0.38.37 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/registry/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.mapDRF9p7I/target/debug/deps:/tmp/tmp.mapDRF9p7I/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/build/rustix-0c8a821743305781/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.mapDRF9p7I/target/debug/build/rustix-9d0cdc24ab31bf88/build-script-build` 154s [rustix 0.38.37] cargo:rerun-if-changed=build.rs 154s [rustix 0.38.37] cargo:rustc-cfg=static_assertions 154s [rustix 0.38.37] cargo:rustc-cfg=libc 154s [rustix 0.38.37] cargo:rustc-cfg=linux_like 154s [rustix 0.38.37] cargo:rustc-cfg=linux_kernel 154s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_EXPERIMENTAL_ASM 154s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_RUSTIX_USE_LIBC 154s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_FEATURE_USE_LIBC 154s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_FEATURE_RUSTC_DEP_OF_STD 154s [rustix 0.38.37] cargo:rerun-if-env-changed=CARGO_CFG_MIRI 154s Compiling cc v1.1.14 154s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=cc CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/cc-1.1.14 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/registry/cc-1.1.14/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A build-time dependency for Cargo build scripts to assist in invoking the native 154s C compiler to compile native C code into a static archive to be linked into Rust 154s code. 154s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/cc-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/cc-rs' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=1.1.14 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mapDRF9p7I/target/debug/deps rustc --crate-name cc --edition=2018 /tmp/tmp.mapDRF9p7I/registry/cc-1.1.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("jobserver", "parallel"))' -C metadata=6f10d64c68dac13e -C extra-filename=-6f10d64c68dac13e --out-dir /tmp/tmp.mapDRF9p7I/target/debug/deps -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --extern shlex=/tmp/tmp.mapDRF9p7I/target/debug/deps/libshlex-4618b096a8cc03b4.rmeta --cap-lints warn` 154s warning: `pkg-config` (lib) generated 1 warning 154s Compiling wayland-sys v0.31.6 154s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/wayland-sys-0.31.6 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/registry/wayland-sys-0.31.6/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.31.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=31 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mapDRF9p7I/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.mapDRF9p7I/registry/wayland-sys-0.31.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client", "cursor", "dlopen", "egl", "libc", "memoffset", "once_cell", "server"))' -C metadata=2e46ab8c73eb7d78 -C extra-filename=-2e46ab8c73eb7d78 --out-dir /tmp/tmp.mapDRF9p7I/target/debug/build/wayland-sys-2e46ab8c73eb7d78 -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --extern pkg_config=/tmp/tmp.mapDRF9p7I/target/debug/deps/libpkg_config-f20a1c89e2145860.rlib --cap-lints warn` 155s Compiling slab v0.4.9 155s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/registry/slab-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/slab' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mapDRF9p7I/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.mapDRF9p7I/registry/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=95cba3e02497b263 -C extra-filename=-95cba3e02497b263 --out-dir /tmp/tmp.mapDRF9p7I/target/debug/build/slab-95cba3e02497b263 -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --extern autocfg=/tmp/tmp.mapDRF9p7I/target/debug/deps/libautocfg-9ebcd9511383083c.rlib --cap-lints warn` 155s Compiling errno v0.3.8 155s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=errno CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/errno-0.3.8 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/registry/errno-0.3.8/Cargo.toml CARGO_PKG_AUTHORS='Chris Wong ' CARGO_PKG_DESCRIPTION='Cross-platform interface to the `errno` variable.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=errno CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/lambda-fairy/rust-errno' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mapDRF9p7I/target/debug/deps rustc --crate-name errno --edition=2018 /tmp/tmp.mapDRF9p7I/registry/errno-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=30bd28d5eecfd684 -C extra-filename=-30bd28d5eecfd684 --out-dir /tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --extern libc=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps/liblibc-68716d2ef429337f.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.mapDRF9p7I/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 155s warning: unexpected `cfg` condition value: `bitrig` 155s --> /usr/share/cargo/registry/errno-0.3.8/src/unix.rs:77:13 155s | 155s 77 | target_os = "bitrig", 155s | ^^^^^^^^^^^^^^^^^^^^ 155s | 155s = 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 155s = note: see for more information about checking conditional configuration 155s = note: `#[warn(unexpected_cfgs)]` on by default 155s 155s warning: `errno` (lib) generated 2 warnings (1 duplicate) 155s Compiling linux-raw-sys v0.4.14 155s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=linux_raw_sys CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/linux-raw-sys-0.4.14 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/registry/linux-raw-sys-0.4.14/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='Generated bindings for Linux'\''s userspace API' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=linux-raw-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sunfishcode/linux-raw-sys' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.4.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mapDRF9p7I/target/debug/deps rustc --crate-name linux_raw_sys --edition=2021 /tmp/tmp.mapDRF9p7I/registry/linux-raw-sys-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="general"' --cfg 'feature="if_ether"' --cfg 'feature="ioctl"' --cfg 'feature="net"' --cfg 'feature="netlink"' --cfg 'feature="no_std"' --cfg 'feature="prctl"' --cfg 'feature="xdp"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bootparam", "compiler_builtins", "core", "default", "elf", "errno", "general", "if_arp", "if_ether", "if_packet", "io_uring", "ioctl", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=df2e18974a94e4e2 -C extra-filename=-df2e18974a94e4e2 --out-dir /tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.mapDRF9p7I/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 156s Compiling bitflags v2.8.0 156s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/bitflags-2.8.0 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/registry/bitflags-2.8.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. 156s ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.8.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mapDRF9p7I/target/debug/deps rustc --crate-name bitflags --edition=2021 /tmp/tmp.mapDRF9p7I/registry/bitflags-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=65f3f529c7b65778 -C extra-filename=-65f3f529c7b65778 --out-dir /tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.mapDRF9p7I/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 156s warning: `linux-raw-sys` (lib) generated 1 warning (1 duplicate) 156s Compiling wayland-backend v0.3.8 156s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/wayland-backend-0.3.8 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/registry/wayland-backend-0.3.8/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='Low-level bindings to the Wayland protocol' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-backend CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.3.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mapDRF9p7I/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.mapDRF9p7I/registry/wayland-backend-0.3.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("client_system", "dlopen", "log", "raw-window-handle", "server_system"))' -C metadata=f066b178425c96cd -C extra-filename=-f066b178425c96cd --out-dir /tmp/tmp.mapDRF9p7I/target/debug/build/wayland-backend-f066b178425c96cd -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --extern cc=/tmp/tmp.mapDRF9p7I/target/debug/deps/libcc-6f10d64c68dac13e.rlib --cap-lints warn` 156s warning: `bitflags` (lib) generated 1 warning (1 duplicate) 156s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=rustix CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/rustix-0.38.37 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/registry/rustix-0.38.37/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman :Jakub Konka ' CARGO_PKG_DESCRIPTION='Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustix CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/rustix' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.38.37 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=38 CARGO_PKG_VERSION_PATCH=37 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mapDRF9p7I/target/debug/deps OUT_DIR=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/build/rustix-0c8a821743305781/out rustc --crate-name rustix --edition=2021 /tmp/tmp.mapDRF9p7I/registry/rustix-0.38.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=58cd9adcf2d22c26 -C extra-filename=-58cd9adcf2d22c26 --out-dir /tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --extern bitflags=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-65f3f529c7b65778.rmeta --extern libc_errno=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps/liberrno-30bd28d5eecfd684.rmeta --extern libc=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps/liblibc-68716d2ef429337f.rmeta --extern linux_raw_sys=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps/liblinux_raw_sys-df2e18974a94e4e2.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.mapDRF9p7I/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg static_assertions --cfg libc --cfg linux_like --cfg linux_kernel` 156s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2--remap-path-prefix/tmp/tmp.mapDRF9p7I/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/registry/slab-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/slab' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.mapDRF9p7I/target/debug/deps:/tmp/tmp.mapDRF9p7I/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/build/slab-2c89ee66d35953a1/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.mapDRF9p7I/target/debug/build/slab-95cba3e02497b263/build-script-build` 156s [slab 0.4.9] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 156s [slab 0.4.9] | 156s [slab 0.4.9] = note: this feature is not stably supported; its behavior can change in the future 156s [slab 0.4.9] 156s [slab 0.4.9] warning: 1 warning emitted 156s [slab 0.4.9] 156s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2--remap-path-prefix/tmp/tmp.mapDRF9p7I/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/wayland-sys-0.31.6 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/registry/wayland-sys-0.31.6/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.31.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=31 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.mapDRF9p7I/target/debug/deps:/tmp/tmp.mapDRF9p7I/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/build/wayland-sys-74227c33a3e171d5/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.mapDRF9p7I/target/debug/build/wayland-sys-2e46ab8c73eb7d78/build-script-build` 156s Compiling syn v2.0.96 156s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/syn-2.0.96 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/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.mapDRF9p7I/target/debug/deps rustc --crate-name syn --edition=2021 /tmp/tmp.mapDRF9p7I/registry/syn-2.0.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "visit", "visit-mut"))' -C metadata=0a09462095438540 -C extra-filename=-0a09462095438540 --out-dir /tmp/tmp.mapDRF9p7I/target/debug/deps -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --extern proc_macro2=/tmp/tmp.mapDRF9p7I/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --extern quote=/tmp/tmp.mapDRF9p7I/target/debug/deps/libquote-dc92c6f25ee0f0c6.rmeta --extern unicode_ident=/tmp/tmp.mapDRF9p7I/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn` 160s warning: `rustix` (lib) generated 1 warning (1 duplicate) 160s Compiling futures-core v0.3.31 160s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_core CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/futures-core-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/registry/futures-core-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The core traits and types in for the `futures` library. 160s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mapDRF9p7I/target/debug/deps rustc --crate-name futures_core --edition=2018 /tmp/tmp.mapDRF9p7I/registry/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=90711c271a6239a4 -C extra-filename=-90711c271a6239a4 --out-dir /tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.mapDRF9p7I/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 160s warning: `futures-core` (lib) generated 1 warning (1 duplicate) 160s Compiling memchr v2.7.4 160s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/memchr-2.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/registry/memchr-2.7.4/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 160s 1, 2 or 3 byte search and single substring search. 160s ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.4 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mapDRF9p7I/target/debug/deps rustc --crate-name memchr --edition=2021 /tmp/tmp.mapDRF9p7I/registry/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=8314979525fd8612 -C extra-filename=-8314979525fd8612 --out-dir /tmp/tmp.mapDRF9p7I/target/debug/deps -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --cap-lints warn` 161s Compiling cfg-if v1.0.0 161s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/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] 161s parameters. Structured like an if-else chain, the first matching branch is the 161s item that gets emitted. 161s ' 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.mapDRF9p7I/target/debug/deps rustc --crate-name cfg_if --edition=2018 /tmp/tmp.mapDRF9p7I/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.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.mapDRF9p7I/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 161s warning: `cfg-if` (lib) generated 1 warning (1 duplicate) 161s Compiling getrandom v0.2.15 161s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=getrandom CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/getrandom-0.2.15 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/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.mapDRF9p7I/target/debug/deps rustc --crate-name getrandom --edition=2018 /tmp/tmp.mapDRF9p7I/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=7708981f696d5c14 -C extra-filename=-7708981f696d5c14 --out-dir /tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --extern cfg_if=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern libc=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps/liblibc-68716d2ef429337f.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.mapDRF9p7I/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 161s warning: unexpected `cfg` condition value: `js` 161s --> /usr/share/cargo/registry/getrandom-0.2.15/src/lib.rs:334:25 161s | 161s 334 | } else if #[cfg(all(feature = "js", 161s | ^^^^^^^^^^^^^^ 161s | 161s = note: expected values for `feature` are: `compiler_builtins`, `core`, `custom`, `linux_disable_fallback`, `rdrand`, `rustc-dep-of-std`, `std`, and `test-in-browser` 161s = help: consider adding `js` as a feature in `Cargo.toml` 161s = note: see for more information about checking conditional configuration 161s = note: `#[warn(unexpected_cfgs)]` on by default 161s 161s warning: `getrandom` (lib) generated 2 warnings (1 duplicate) 161s Compiling quick-xml v0.36.1 161s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quick_xml CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/quick-xml-0.36.1 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/registry/quick-xml-0.36.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='High performance xml reader and writer' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quick-xml CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tafia/quick-xml' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.36.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=36 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mapDRF9p7I/target/debug/deps rustc --crate-name quick_xml --edition=2021 /tmp/tmp.mapDRF9p7I/registry/quick-xml-0.36.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("arbitrary", "async-tokio", "default", "encoding", "encoding_rs", "escape-html", "overlapped-lists", "serde", "serde-types", "serialize", "tokio"))' -C metadata=44842dc15f032f00 -C extra-filename=-44842dc15f032f00 --out-dir /tmp/tmp.mapDRF9p7I/target/debug/deps -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --extern memchr=/tmp/tmp.mapDRF9p7I/target/debug/deps/libmemchr-8314979525fd8612.rmeta --cap-lints warn` 161s warning: unexpected `cfg` condition value: `document-features` 161s --> /tmp/tmp.mapDRF9p7I/registry/quick-xml-0.36.1/src/lib.rs:42:5 161s | 161s 42 | feature = "document-features", 161s | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 161s | 161s = note: expected values for `feature` are: `arbitrary`, `async-tokio`, `default`, `encoding`, `encoding_rs`, `escape-html`, `overlapped-lists`, `serde`, `serde-types`, `serialize`, and `tokio` 161s = help: consider adding `document-features` as a feature in `Cargo.toml` 161s = note: see for more information about checking conditional configuration 161s = note: `#[warn(unexpected_cfgs)]` on by default 161s 161s warning: elided lifetime has a name 161s --> /tmp/tmp.mapDRF9p7I/registry/quick-xml-0.36.1/src/writer.rs:146:73 161s | 161s 146 | pub fn create_element<'a, N>(&'a mut self, name: N) -> ElementWriter 161s | -- lifetime `'a` declared here ^ this elided lifetime gets resolved as `'a` 161s | 161s = note: `#[warn(elided_named_lifetimes)]` on by default 161s 161s Compiling futures-macro v0.3.31 161s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_macro CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/futures-macro-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/registry/futures-macro-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The futures-rs procedural macro implementations. 161s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-macro CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mapDRF9p7I/target/debug/deps rustc --crate-name futures_macro --edition=2018 /tmp/tmp.mapDRF9p7I/registry/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ed93d4d24a8167bf -C extra-filename=-ed93d4d24a8167bf --out-dir /tmp/tmp.mapDRF9p7I/target/debug/deps -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --extern proc_macro2=/tmp/tmp.mapDRF9p7I/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.mapDRF9p7I/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.mapDRF9p7I/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 162s warning: `quick-xml` (lib) generated 2 warnings 162s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=wayland_sys CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/wayland-sys-0.31.6 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/registry/wayland-sys-0.31.6/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.31.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=31 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mapDRF9p7I/target/debug/deps OUT_DIR=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/build/wayland-sys-74227c33a3e171d5/out rustc --crate-name wayland_sys --edition=2021 /tmp/tmp.mapDRF9p7I/registry/wayland-sys-0.31.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client", "cursor", "dlopen", "egl", "libc", "memoffset", "once_cell", "server"))' -C metadata=6c49a04e2d373a8d -C extra-filename=-6c49a04e2d373a8d --out-dir /tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.mapDRF9p7I/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 162s warning: `wayland-sys` (lib) generated 1 warning (1 duplicate) 162s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=slab CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/registry/slab-0.4.9/Cargo.toml CARGO_PKG_AUTHORS='Carl Lerche ' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/slab' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.4.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mapDRF9p7I/target/debug/deps OUT_DIR=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/build/slab-2c89ee66d35953a1/out rustc --crate-name slab --edition=2018 /tmp/tmp.mapDRF9p7I/registry/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=36320af34be0827b -C extra-filename=-36320af34be0827b --out-dir /tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.mapDRF9p7I/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 162s warning: unexpected `cfg` condition name: `slab_no_const_vec_new` 162s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:250:15 162s | 162s 250 | #[cfg(not(slab_no_const_vec_new))] 162s | ^^^^^^^^^^^^^^^^^^^^^ 162s | 162s = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_const_vec_new)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_const_vec_new)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s = note: `#[warn(unexpected_cfgs)]` on by default 162s 162s warning: unexpected `cfg` condition name: `slab_no_const_vec_new` 162s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:264:11 162s | 162s 264 | #[cfg(slab_no_const_vec_new)] 162s | ^^^^^^^^^^^^^^^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_const_vec_new)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_const_vec_new)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `slab_no_track_caller` 162s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:929:20 162s | 162s 929 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 162s | ^^^^^^^^^^^^^^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `slab_no_track_caller` 162s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1098:20 162s | 162s 1098 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 162s | ^^^^^^^^^^^^^^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `slab_no_track_caller` 162s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1206:20 162s | 162s 1206 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 162s | ^^^^^^^^^^^^^^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: unexpected `cfg` condition name: `slab_no_track_caller` 162s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1216:20 162s | 162s 1216 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 162s | ^^^^^^^^^^^^^^^^^^^^ 162s | 162s = help: consider using a Cargo feature instead 162s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 162s [lints.rust] 162s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 162s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 162s = note: see for more information about checking conditional configuration 162s 162s warning: `slab` (lib) generated 7 warnings (1 duplicate) 162s 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/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2--remap-path-prefix/tmp/tmp.mapDRF9p7I/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/wayland-backend-0.3.8 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/registry/wayland-backend-0.3.8/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='Low-level bindings to the Wayland protocol' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-backend CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.3.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.mapDRF9p7I/target/debug/deps:/tmp/tmp.mapDRF9p7I/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/build/wayland-backend-58a81578585e865a/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.mapDRF9p7I/target/debug/build/wayland-backend-f066b178425c96cd/build-script-build` 162s [wayland-backend 0.3.8] cargo:rustc-check-cfg=cfg(coverage) 162s Compiling fastrand v2.1.1 162s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=fastrand CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/fastrand-2.1.1 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/registry/fastrand-2.1.1/Cargo.toml CARGO_PKG_AUTHORS='Stjepan Glavina ' CARGO_PKG_DESCRIPTION='A simple and fast random number generator' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fastrand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smol-rs/fastrand' CARGO_PKG_RUST_VERSION=1.36 CARGO_PKG_VERSION=2.1.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mapDRF9p7I/target/debug/deps rustc --crate-name fastrand --edition=2018 /tmp/tmp.mapDRF9p7I/registry/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=b0f30b63d6f103db -C extra-filename=-b0f30b63d6f103db --out-dir /tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.mapDRF9p7I/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 162s warning: unexpected `cfg` condition value: `js` 162s --> /usr/share/cargo/registry/fastrand-2.1.1/src/global_rng.rs:202:5 162s | 162s 202 | feature = "js" 162s | ^^^^^^^^^^^^^^ 162s | 162s = note: expected values for `feature` are: `alloc`, `default`, and `std` 162s = help: consider adding `js` as a feature in `Cargo.toml` 162s = note: see for more information about checking conditional configuration 162s = note: `#[warn(unexpected_cfgs)]` on by default 162s 162s warning: unexpected `cfg` condition value: `js` 162s --> /usr/share/cargo/registry/fastrand-2.1.1/src/global_rng.rs:214:9 162s | 162s 214 | not(feature = "js") 162s | ^^^^^^^^^^^^^^ 162s | 162s = note: expected values for `feature` are: `alloc`, `default`, and `std` 162s = help: consider adding `js` as a feature in `Cargo.toml` 162s = note: see for more information about checking conditional configuration 162s 162s warning: `fastrand` (lib) generated 3 warnings (1 duplicate) 162s Compiling futures-task v0.3.31 162s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_task CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/futures-task-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/registry/futures-task-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Tools for working with tasks. 162s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-task CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mapDRF9p7I/target/debug/deps rustc --crate-name futures_task --edition=2018 /tmp/tmp.mapDRF9p7I/registry/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=47c3a7d17767e18f -C extra-filename=-47c3a7d17767e18f --out-dir /tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.mapDRF9p7I/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 162s warning: `futures-task` (lib) generated 1 warning (1 duplicate) 162s Compiling once_cell v1.20.2 162s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/once_cell-1.20.2 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/registry/once_cell-1.20.2/Cargo.toml CARGO_PKG_AUTHORS='Aleksey Kladov ' CARGO_PKG_DESCRIPTION='Single assignment cells and lazy values.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=once_cell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/matklad/once_cell' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=1.20.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mapDRF9p7I/target/debug/deps rustc --crate-name once_cell --edition=2021 /tmp/tmp.mapDRF9p7I/registry/once_cell-1.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=10428cb1410dd925 -C extra-filename=-10428cb1410dd925 --out-dir /tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.mapDRF9p7I/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 162s Compiling smallvec v1.13.2 162s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/smallvec-1.13.2 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/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.mapDRF9p7I/target/debug/deps rustc --crate-name smallvec --edition=2018 /tmp/tmp.mapDRF9p7I/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 --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --cfg 'feature="union"' --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=ef72c43926f60793 -C extra-filename=-ef72c43926f60793 --out-dir /tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.mapDRF9p7I/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 162s warning: `once_cell` (lib) generated 1 warning (1 duplicate) 162s Compiling downcast-rs v1.2.0 162s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=downcast_rs CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/downcast-rs-1.2.0 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/registry/downcast-rs-1.2.0/Cargo.toml CARGO_PKG_AUTHORS='Ashish Myles :Runji Wang ' CARGO_PKG_DESCRIPTION='Trait object downcasting support using only safe Rust. It supports type 162s parameters, associated types, and type constraints. 162s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=downcast-rs CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/marcianx/downcast-rs' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mapDRF9p7I/target/debug/deps rustc --crate-name downcast_rs --edition=2015 /tmp/tmp.mapDRF9p7I/registry/downcast-rs-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=fedf5fded6411e19 -C extra-filename=-fedf5fded6411e19 --out-dir /tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.mapDRF9p7I/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 162s warning: `downcast-rs` (lib) generated 1 warning (1 duplicate) 162s Compiling pin-project-lite v0.2.13 162s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=pin_project_lite CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/pin-project-lite-0.2.13 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/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. 162s ' 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.mapDRF9p7I/target/debug/deps rustc --crate-name pin_project_lite --edition=2018 /tmp/tmp.mapDRF9p7I/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.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.mapDRF9p7I/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 162s warning: `pin-project-lite` (lib) generated 1 warning (1 duplicate) 162s Compiling pin-utils v0.1.0 162s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=pin_utils CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/pin-utils-0.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/registry/pin-utils-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Josef Brandl ' CARGO_PKG_DESCRIPTION='Utilities for pinning 162s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-utils CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/pin-utils' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mapDRF9p7I/target/debug/deps rustc --crate-name pin_utils --edition=2018 /tmp/tmp.mapDRF9p7I/registry/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9646380a39f6bb39 -C extra-filename=-9646380a39f6bb39 --out-dir /tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.mapDRF9p7I/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 162s warning: `pin-utils` (lib) generated 1 warning (1 duplicate) 162s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=wayland_backend CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/wayland-backend-0.3.8 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/registry/wayland-backend-0.3.8/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='Low-level bindings to the Wayland protocol' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-backend CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.3.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mapDRF9p7I/target/debug/deps OUT_DIR=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/build/wayland-backend-58a81578585e865a/out rustc --crate-name wayland_backend --edition=2021 /tmp/tmp.mapDRF9p7I/registry/wayland-backend-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client_system", "dlopen", "log", "raw-window-handle", "server_system"))' -C metadata=282c862af5919598 -C extra-filename=-282c862af5919598 --out-dir /tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --extern downcast_rs=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps/libdowncast_rs-fedf5fded6411e19.rmeta --extern rustix=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps/librustix-58cd9adcf2d22c26.rmeta --extern smallvec=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps/libsmallvec-ef72c43926f60793.rmeta --extern wayland_sys=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps/libwayland_sys-6c49a04e2d373a8d.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.mapDRF9p7I/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --check-cfg 'cfg(coverage)'` 162s warning: `smallvec` (lib) generated 1 warning (1 duplicate) 162s Compiling futures-util v0.3.31 162s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_util CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/futures-util-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/registry/futures-util-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Common utilities and extension traits for the futures-rs library. 162s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-util CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mapDRF9p7I/target/debug/deps rustc --crate-name futures_util --edition=2018 /tmp/tmp.mapDRF9p7I/registry/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="default"' --cfg 'feature="futures-macro"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "channel", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "io", "memchr", "sink", "slab", "std", "unstable", "write-all-vectored"))' -C metadata=ead748a98f31aed8 -C extra-filename=-ead748a98f31aed8 --out-dir /tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --extern futures_core=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-90711c271a6239a4.rmeta --extern futures_macro=/tmp/tmp.mapDRF9p7I/target/debug/deps/libfutures_macro-ed93d4d24a8167bf.so --extern futures_task=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-47c3a7d17767e18f.rmeta --extern pin_project_lite=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps/libpin_project_lite-5dc815523e98d889.rmeta --extern pin_utils=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps/libpin_utils-9646380a39f6bb39.rmeta --extern slab=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps/libslab-36320af34be0827b.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.mapDRF9p7I/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 163s warning: unexpected `cfg` condition value: `compat` 163s --> /usr/share/cargo/registry/futures-util-0.3.31/src/lib.rs:308:7 163s | 163s 308 | #[cfg(feature = "compat")] 163s | ^^^^^^^^^^^^^^^^^^ 163s | 163s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 163s = help: consider adding `compat` as a feature in `Cargo.toml` 163s = note: see for more information about checking conditional configuration 163s = note: requested on the command line with `-W unexpected-cfgs` 163s 163s warning: unexpected `cfg` condition value: `compat` 163s --> /usr/share/cargo/registry/futures-util-0.3.31/src/future/try_future/mod.rs:6:7 163s | 163s 6 | #[cfg(feature = "compat")] 163s | ^^^^^^^^^^^^^^^^^^ 163s | 163s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 163s = help: consider adding `compat` as a feature in `Cargo.toml` 163s = note: see for more information about checking conditional configuration 163s 163s warning: unexpected `cfg` condition value: `compat` 163s --> /usr/share/cargo/registry/futures-util-0.3.31/src/future/try_future/mod.rs:580:11 163s | 163s 580 | #[cfg(feature = "compat")] 163s | ^^^^^^^^^^^^^^^^^^ 163s | 163s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 163s = help: consider adding `compat` as a feature in `Cargo.toml` 163s = note: see for more information about checking conditional configuration 163s 163s warning: unexpected `cfg` condition value: `compat` 163s --> /usr/share/cargo/registry/futures-util-0.3.31/src/stream/try_stream/mod.rs:6:7 163s | 163s 6 | #[cfg(feature = "compat")] 163s | ^^^^^^^^^^^^^^^^^^ 163s | 163s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 163s = help: consider adding `compat` as a feature in `Cargo.toml` 163s = note: see for more information about checking conditional configuration 163s 163s warning: unexpected `cfg` condition value: `compat` 163s --> /usr/share/cargo/registry/futures-util-0.3.31/src/stream/try_stream/mod.rs:1154:11 163s | 163s 1154 | #[cfg(feature = "compat")] 163s | ^^^^^^^^^^^^^^^^^^ 163s | 163s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 163s = help: consider adding `compat` as a feature in `Cargo.toml` 163s = note: see for more information about checking conditional configuration 163s 163s warning: unexpected `cfg` condition value: `compat` 163s --> /usr/share/cargo/registry/futures-util-0.3.31/src/task/spawn.rs:3:7 163s | 163s 3 | #[cfg(feature = "compat")] 163s | ^^^^^^^^^^^^^^^^^^ 163s | 163s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 163s = help: consider adding `compat` as a feature in `Cargo.toml` 163s = note: see for more information about checking conditional configuration 163s 163s warning: unexpected `cfg` condition value: `compat` 163s --> /usr/share/cargo/registry/futures-util-0.3.31/src/task/spawn.rs:92:11 163s | 163s 92 | #[cfg(feature = "compat")] 163s | ^^^^^^^^^^^^^^^^^^ 163s | 163s = note: expected values for `feature` are: `alloc`, `async-await`, `async-await-macro`, `bilock`, `channel`, `default`, `futures-channel`, `futures-io`, `futures-macro`, `futures-sink`, `io`, `memchr`, `sink`, `slab`, `std`, `unstable`, and `write-all-vectored` 163s = help: consider adding `compat` as a feature in `Cargo.toml` 163s = note: see for more information about checking conditional configuration 163s 163s warning: `wayland-backend` (lib) generated 1 warning (1 duplicate) 163s Compiling tempfile v3.15.0 163s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=tempfile CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/tempfile-3.15.0 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/registry/tempfile-3.15.0/Cargo.toml CARGO_PKG_AUTHORS='Steven Allen :The Rust Project Developers:Ashley Mannix :Jason White ' CARGO_PKG_DESCRIPTION='A library for managing temporary files and directories.' CARGO_PKG_HOMEPAGE='https://stebalien.com/projects/tempfile-rs/' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tempfile CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/Stebalien/tempfile' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=3.15.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mapDRF9p7I/target/debug/deps rustc --crate-name tempfile --edition=2021 /tmp/tmp.mapDRF9p7I/registry/tempfile-3.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=53da3ed3fc9b08f3 -C extra-filename=-53da3ed3fc9b08f3 --out-dir /tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --extern cfg_if=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern fastrand=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps/libfastrand-b0f30b63d6f103db.rmeta --extern getrandom=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps/libgetrandom-7708981f696d5c14.rmeta --extern once_cell=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps/libonce_cell-10428cb1410dd925.rmeta --extern rustix=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps/librustix-58cd9adcf2d22c26.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.mapDRF9p7I/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 164s warning: `tempfile` (lib) generated 1 warning (1 duplicate) 164s Compiling wayland-scanner v0.31.6 164s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=wayland_scanner CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/wayland-scanner-0.31.6 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/registry/wayland-scanner-0.31.6/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='Wayland Scanner for generating rust APIs from XML wayland protocol files.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-scanner CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.31.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=31 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mapDRF9p7I/target/debug/deps rustc --crate-name wayland_scanner --edition=2021 /tmp/tmp.mapDRF9p7I/registry/wayland-scanner-0.31.6/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=c58251dd28084e37 -C extra-filename=-c58251dd28084e37 --out-dir /tmp/tmp.mapDRF9p7I/target/debug/deps -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --extern proc_macro2=/tmp/tmp.mapDRF9p7I/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quick_xml=/tmp/tmp.mapDRF9p7I/target/debug/deps/libquick_xml-44842dc15f032f00.rlib --extern quote=/tmp/tmp.mapDRF9p7I/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern proc_macro --cap-lints warn` 164s warning: `futures-util` (lib) generated 8 warnings (1 duplicate) 164s Compiling futures-channel v0.3.31 164s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_channel CARGO_MANIFEST_DIR=/tmp/tmp.mapDRF9p7I/registry/futures-channel-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.mapDRF9p7I/registry/futures-channel-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Channels for asynchronous communication using futures-rs. 164s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-channel CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.mapDRF9p7I/target/debug/deps rustc --crate-name futures_channel --edition=2018 /tmp/tmp.mapDRF9p7I/registry/futures-channel-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=f934963c765c669a -C extra-filename=-f934963c765c669a --out-dir /tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --extern futures_core=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-90711c271a6239a4.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.mapDRF9p7I/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 164s warning: `futures-channel` (lib) generated 1 warning (1 duplicate) 165s Compiling wayland-client v0.31.2 (/usr/share/cargo/registry/wayland-client-0.31.2) 165s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=wayland_client CARGO_MANIFEST_DIR=/usr/share/cargo/registry/wayland-client-0.31.2 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/wayland-client-0.31.2/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='Bindings to the standard C implementation of the wayland protocol, client side.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-client CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.31.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=31 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.mapDRF9p7I/target/debug/deps rustc --crate-name wayland_client --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("log"))' -C metadata=38073184f5b29af4 -C extra-filename=-38073184f5b29af4 --out-dir /tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.mapDRF9p7I/target/debug/deps --extern bitflags=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-65f3f529c7b65778.rlib --extern futures_channel=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps/libfutures_channel-f934963c765c669a.rlib --extern futures_util=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps/libfutures_util-ead748a98f31aed8.rlib --extern rustix=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps/librustix-58cd9adcf2d22c26.rlib --extern tempfile=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps/libtempfile-53da3ed3fc9b08f3.rlib --extern wayland_backend=/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps/libwayland_backend-282c862af5919598.rlib --extern wayland_scanner=/tmp/tmp.mapDRF9p7I/target/debug/deps/libwayland_scanner-c58251dd28084e37.so -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/wayland-client-0.31.2=/usr/share/cargo/registry/wayland-client-0.31.2 --remap-path-prefix /tmp/tmp.mapDRF9p7I/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 166s warning: unexpected `cfg` condition name: `coverage` 166s --> src/lib.rs:165:13 166s | 166s 165 | #![cfg_attr(coverage, feature(coverage_attribute))] 166s | ^^^^^^^^ 166s | 166s = 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` 166s = help: consider using a Cargo feature instead 166s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 166s [lints.rust] 166s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] } 166s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(coverage)");` to the top of the `build.rs` 166s = note: see for more information about checking conditional configuration 166s = note: `#[warn(unexpected_cfgs)]` on by default 166s 166s warning: unexpected `cfg` condition name: `coverage` 166s --> src/event_queue.rs:123:16 166s | 166s 123 | #[cfg_attr(coverage, coverage(off))] 166s | ^^^^^^^^ 166s | 166s = help: consider using a Cargo feature instead 166s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 166s [lints.rust] 166s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] } 166s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(coverage)");` to the top of the `build.rs` 166s = note: see for more information about checking conditional configuration 166s 166s warning: unexpected `cfg` condition name: `coverage` 166s --> src/event_queue.rs:197:16 166s | 166s 197 | #[cfg_attr(coverage, coverage(off))] 166s | ^^^^^^^^ 166s | 166s = help: consider using a Cargo feature instead 166s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 166s [lints.rust] 166s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] } 166s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(coverage)");` to the top of the `build.rs` 166s = note: see for more information about checking conditional configuration 166s 166s warning: unexpected `cfg` condition name: `coverage` 166s --> src/event_queue.rs:347:16 166s | 166s 347 | #[cfg_attr(coverage, coverage(off))] 166s | ^^^^^^^^ 166s | 166s = help: consider using a Cargo feature instead 166s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 166s [lints.rust] 166s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] } 166s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(coverage)");` to the top of the `build.rs` 166s = note: see for more information about checking conditional configuration 166s 166s warning: unexpected `cfg` condition name: `coverage` 166s --> src/event_queue.rs:589:16 166s | 166s 589 | #[cfg_attr(coverage, coverage(off))] 166s | ^^^^^^^^ 166s | 166s = help: consider using a Cargo feature instead 166s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 166s [lints.rust] 166s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] } 166s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(coverage)");` to the top of the `build.rs` 166s = note: see for more information about checking conditional configuration 166s 166s warning: unexpected `cfg` condition name: `coverage` 166s --> src/event_queue.rs:696:16 166s | 166s 696 | #[cfg_attr(coverage, coverage(off))] 166s | ^^^^^^^^ 166s | 166s = help: consider using a Cargo feature instead 166s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 166s [lints.rust] 166s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(coverage)'] } 166s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(coverage)");` to the top of the `build.rs` 166s = note: see for more information about checking conditional configuration 166s 167s warning: `wayland-client` (lib test) generated 7 warnings (1 duplicate) 167s Finished `test` profile [unoptimized + debuginfo] target(s) in 15.26s 167s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/wayland-client-0.31.2 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/wayland-client-0.31.2/Cargo.toml CARGO_PKG_AUTHORS='Elinor Berger ' CARGO_PKG_DESCRIPTION='Bindings to the standard C implementation of the wayland protocol, client side.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wayland-client CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/smithay/wayland-rs' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.31.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=31 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.mapDRF9p7I/target/s390x-unknown-linux-gnu/debug/deps/wayland_client-38073184f5b29af4` 167s 167s running 0 tests 167s 167s test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 167s 167s /tmp/autopkgtest.pEKqbA/wrapper.sh: checking for leaked background processes... 167s /tmp/autopkgtest.pEKqbA/wrapper.sh: waiting for tee/cat subprocesses... 167s /tmp/autopkgtest.pEKqbA/wrapper.sh: cleaning up... 167s /tmp/autopkgtest.pEKqbA/wrapper.sh: Exit status: 0 167s autopkgtest: DBG: testbed command exited with code 0 167s autopkgtest [07:34:13]: test librust-wayland-client-dev:: -----------------------] 167s autopkgtest: DBG: testbed executing test finished with exit status 0 167s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.pEKqbA/librust-wayland-client-dev%3A-stdout /tmp/autopkgtest-work.pi91hp8g/out/librust-wayland-client-dev%3A-stdout 168s autopkgtest: DBG: got reply from testbed: ok 168s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.pEKqbA/librust-wayland-client-dev%3A-stderr /tmp/autopkgtest-work.pi91hp8g/out/librust-wayland-client-dev%3A-stderr 168s autopkgtest: DBG: got reply from testbed: ok 168s librust-wayland-client-dev: PASS 168s autopkgtest [07:34:14]: test librust-wayland-client-dev:: - - - - - - - - - - results - - - - - - - - - - 168s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.pEKqbA/librust-wayland-client-dev%3A-artifacts/ /tmp/autopkgtest-work.pi91hp8g/out/artifacts/ 168s autopkgtest: DBG: got reply from testbed: ok 168s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.pEKqbA/librust-wayland-client-dev:-artifacts', '/tmp/autopkgtest.pEKqbA/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 168s autopkgtest: DBG: testbed command exited with code 0 168s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 168s autopkgtest [07:34:14]: @@@@@@@@@@@@@@@@@@@@ summary 168s rust-wayland-client:@ PASS 168s librust-wayland-client-dev:default PASS 168s librust-wayland-client-dev:log PASS 168s librust-wayland-client-dev: PASS 168s autopkgtest: DBG: testbed stop 168s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.pEKqbA 168s autopkgtest: DBG: sending command to testbed: close 185s autopkgtest: DBG: got reply from testbed: ok 185s autopkgtest: DBG: sending command to testbed: quit 185s nova [W] Using flock in prodstack6-s390x 185s Creating nova instance adt-plucky-s390x-rust-wayland-client-20250210-073126-juju-7f2275-prod-proposed-migration-environment-15-1919d6ef-1185-4d44-be54-bced4c4951da from image adt/ubuntu-plucky-s390x-server-20250210.img (UUID 9df4a1a3-165e-45c8-90e9-262841cdf4ea)... 185s nova [W] Timed out waiting for 3f625435-3571-4668-888c-aa00a942acd6 to get deleted.