0s autopkgtest: DBG: testbed init 0s autopkgtest [09:20:19]: starting date and time: 2025-02-07 09:20:19+0000 0s autopkgtest [09:20:19]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [09:20:19]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.5a1xqly7/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-gstreamer-play --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-13.secgroup --name adt-plucky-s390x-rust-gstreamer-play-20250207-092019-juju-7f2275-prod-proposed-migration-environment-15-9e4469a7-2871-4f11-83e2-1b5684968c9f --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 61s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.dmjVuc 61s autopkgtest: DBG: sending command to testbed: print-execute-command 61s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.txvlsmlu/runcmd 61s autopkgtest: DBG: sending command to testbed: capabilities 61s autopkgtest: DBG: got reply from testbed: ok revert-full-system revert suggested-normal-user=ubuntu isolation-machine reboot root-on-testbed 61s autopkgtest: DBG: testbed capabilities: ['revert-full-system', 'revert', 'suggested-normal-user=ubuntu', 'isolation-machine', 'reboot', 'root-on-testbed', 'has_internet'] 61s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.dmjVuc'], kind short, sout raw, serr pipe, env [] 61s autopkgtest: DBG: testbed command exited with code 0 61s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.dmjVuc/wrapper.sh 62s autopkgtest: DBG: got reply from testbed: ok 62s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.dmjVuc/wrapper.sh'], kind short, sout raw, serr pipe, env [] 62s autopkgtest: DBG: testbed command exited with code 0 62s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 62s autopkgtest: DBG: testbed command exited with code 0 62s autopkgtest [09:21:21]: testbed dpkg architecture: s390x 62s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 62s autopkgtest: DBG: testbed command exited with code 0 62s autopkgtest [09:21:21]: testbed apt version: 2.9.27ubuntu1 62s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 62s autopkgtest: DBG: testbed command exited with code 0 62s autopkgtest: DBG: testbed has eatmydata 62s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 62s autopkgtest: DBG: testbed command exited with code 0 62s autopkgtest [09:21:21]: @@@@@@@@@@@@@@@@@@@@ test bed setup 62s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# Copyright © 2006-2018 Canonical Ltd.\n# Copyright © 2015-2017 Martin Pitt\n# Copyright © 2017 Steve Langasek\n# Copyright © 2017-2022 Paul Gevers\n# Copyright © 2018 Simon McVittie\n# SPDX-License-Identifier: GPL-2.0-or-later\n\n# This script returns the first suite found in apt sources. We can\'t just rely\n# on /etc/os-release because it doesn\'t allow to distinguish between Debian\n# unstable and testing.\n#\n# This release detection logic should be kept in sync with similar code in the\n# setup-testbed script.\n#\n# For more information on APT data sources see sources.list(5).\n\n# Usage $0\n\nset -eux\n\ndistro=UNKNOWN\nif [ -r /etc/os-release ]; then\n # shellcheck disable=SC1091\n distro=$(. /etc/os-release && echo "${ID:-$distro}")\nfi\n\n# Try guessing the default release from deb822-style format sources.\n#\n# While not mandatory, APT upstream expects distros to follow the\n# .sources naming pattern for the default deb822 sources.\napt_sources="/etc/apt/sources.list.d/$distro.sources"\nif [ -r "$apt_sources" ]; then\n release=$(sed -En \'s/^Suites:\\s*(\\w+).*/\\1/Ip\' "$apt_sources" | head -n1)\n [ -n "$release" ] && echo "$release" && exit\nfi\n\n# Try guessing the default release from one-line-style format sources.\napt_sources=/etc/apt/sources.list\nif [ -r "$apt_sources" ]; then\n release=$(sed -En \'/^(deb|deb-src) +(\\[.*\\] *)?(http|https|file):/ { s/\\[.*\\] +//; s/^[^ ]+ +[^ ]* +([^ ]+) +.*$/\\1/p }\' "$apt_sources" | head -n1)\n [ -n "$release" ] && echo "$release" && exit\nfi\n\n# Could not guess the default release\necho "Could not guess the default release from the APT sources." >&2\nexit 1\n'], kind short, sout pipe, serr pipe, env [] 63s autopkgtest: DBG: testbed command exited with code 0 63s autopkgtest [09:21:22]: testbed release detected to be: None 63s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# SPDX-License-Identifier: GPL-2.0-or-later\n\n# This script returns the list of configured "deb" sources in one-line-style\n# source lists (/etc/apt/sources.list, /etc/apt/sources.list.d/*.list).\n# See sources.list(5) for more information on the APT source list formats.\n#\n# This script takes no arguments.\n\nset -eu\n\n# grep(1) returns 1 if no lines were selected from the input files, which\n# can happen if there are .list files, but they contain no "deb" entries.\n# We don\'t want to fail in this case, hence the "|| true", which we put\n# in a subshell because we want it to affect only the grep invocation.\n{\n if [ -f /etc/apt/sources.list ]; then\n printf \'%s\\0\' /etc/apt/sources.list\n fi\n if [ -d /etc/apt/sources.list.d ]; then\n find /etc/apt/sources.list.d -maxdepth 1 -type f -regex \'.*/[a-zA-Z0-9_.-]+\\.list\' -print0 \\\n | LC_ALL=C sort --zero-terminated\n fi\n} | xargs -0 --no-run-if-empty -- sh -c \'grep -h "^deb " "$@" || true\' "$(basename "$0")"\n'], kind short, sout pipe, serr pipe, env [] 63s autopkgtest: DBG: testbed command exited with code 0 63s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# SPDX-License-Identifier: GPL-2.0-or-later\n\n# This script returns the list of configured sources in deb822-style source\n# lists (/etc/apt/sources.list.d/*.sources). Sources are not stripped out of\n# comments, extra blank lines or similar: the output of this script is meant to\n# be consumed by a deb822 parser that is able to correctly handle those.\n# See sources.list(5) for more information on the APT source list formats.\n#\n# This script takes no arguments.\n\nset -eu\n\n# Awk concatenates files making sure stanzas from separate files are separated\n# by a blank line, even if there are no newlines at EOF in the .sources files.\nif [ -d /etc/apt/sources.list.d ]; then\n find /etc/apt/sources.list.d -maxdepth 1 -type f -regex \'.*/[a-zA-Z0-9_.-]+\\.sources\' -print0 \\\n | LC_ALL=C sort --zero-terminated \\\n | xargs -0 --no-run-if-empty -- awk \'FNR == 1 && NR != 1 { print "" } { print }\'\nfi\n'], kind short, sout pipe, serr pipe, env [] 63s autopkgtest: DBG: testbed command exited with code 0 63s autopkgtest: DBG: adding APT source: Types: deb deb-src 63s URIs: http://ftpmaster.internal/ubuntu/ 63s Suites: plucky-proposed 63s Components: main restricted universe multiverse 63s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 63s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" >> "/etc/apt/sources.list.d/autopkgtest-add-apt-release-plucky-proposed.sources"', 'add_apt_source', 'printf', '%s\\n', 'Types: deb deb-src\nURIs: http://ftpmaster.internal/ubuntu/\nSuites: plucky-proposed\nComponents: main restricted universe multiverse\nSigned-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg\n'], kind short, sout raw, serr pipe, env [] 63s autopkgtest: DBG: testbed command exited with code 0 63s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 63s Package: * 63s Pin: release plucky-proposed 63s Pin-Priority: 500 63s autopkgtest: DBG: testbed command ['sh', '-ec', '"$@" > "/etc/apt/preferences.d/autopkgtest-zz-plucky-proposed-baseline.pref"', 'add_apt_preference', 'printf', '%s\\n', 'Package: *\nPin: release plucky-proposed\nPin-Priority: 500'], kind short, sout raw, serr pipe, env [] 63s autopkgtest: DBG: testbed command exited with code 0 63s autopkgtest [09:21:22]: updating testbed package index (apt update) 63s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'update'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 64s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 64s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 64s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 64s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 64s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [816 kB] 64s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [2428 B] 64s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [57.7 kB] 64s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [12.4 kB] 64s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [83.7 kB] 64s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [728 kB] 64s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [2680 B] 64s Fetched 1813 kB in 1s (1885 kB/s) 65s Reading package lists... 65s autopkgtest: DBG: testbed command exited with code 0 65s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 65s Package: * 65s Pin: release plucky-proposed 65s Pin-Priority: 100 65s 65s Package: src:rust-defaults:any src:libgit2:any src:rustc-1.84:any 65s Pin: release plucky-proposed 65s Pin-Priority: 995 65s 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 [] 65s autopkgtest: DBG: testbed command exited with code 0 65s 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.dmjVuc/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 65s autopkgtest: DBG: testbed command exited with code 0 65s autopkgtest: DBG: testbed command ['sh', '-ec', '#!/bin/sh\n# Canonical/Ubuntu specific testbed setup\n\nset -x\n\nRELEASE=$(lsb_release --codename --short 2>/dev/null)\n\n# Make the installed package versions match what is available from the configured\n# repositories, even if a downgrade is required.\n#\n# We may end up with images with packages newer than those available from the\n# repositories when opening a new release (images are created using the\n# previous release dailies as a base, which may include 0-day SRUs, or\n# Launchpad may fail to copy packages, see openssl 3.0.8-1ubuntu2), or when\n# package versions are pulled from the archive.\n#\n# Note: \'release a=\' matches the Suite field in the repository Release file.\ncat >/etc/apt/preferences.d/force-downgrade-to-release.pref <= Focal).\n#\n# Note: autoremove/--autoremove always runs on the entire set of installed\n# packages. Together with --autopurge/purge each removal becomes a purge.\n#\n# Removing \'?obsolete\' packages may remove the running kernel. This is not\n# expected to be an issue.\nif /usr/lib/apt/apt-helper analyze-pattern \'?true\' >/dev/null 2>&1; then\n # DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove \'?obsolete\'\n # Avoid removing the running kernel\n running_kernel_pattern="^linux-.*$(uname -r | sed \'s/\\./\\\\./g\').*"\n obsolete_pkgs="$(apt list \'?obsolete\' 2>/dev/null \\\n | tail -n+2 \\\n | cut -d\'/\' -f1 \\\n | grep -v "${running_kernel_pattern}" || true)"\n DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove ${obsolete_pkgs}\nelse\n # We\'re on an older release (analyze-pattern is not available).\n # Still do an autopurge to get rid of packages that got orphaned\n # by downgrades.\n eatmydata apt-get -y autoremove --purge\nfi\n\n# compatibility with old Jenkins testbeds for trusty\nif grep -q trusty /etc/lsb-release; then apt-get update || (sleep 10; apt-get update); apt-get install -y build-essential; fi\n\n# these packages really break tests, purge them if we use standard cloud images\n# (on lcy01)\nfor p in unattended-upgrades lxd lxd-client snapd; do\n [ ! -d /usr/share/doc/$p ] || $(which eatmydata || true) apt-get purge --auto-remove -y $p\ndone\n\nif type iptables >/dev/null 2>&1; then\n cat < /etc/rc.local\n#!/bin/sh\n\n# work around broken PTMU; LP: #1572026, RT#90771\niptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu || true\n\n# These addresses are used at least by rust-reqwest and should not be reachable\n# See https://bugs.launchpad.net/ubuntu/+source/rust-reqwest/+bug/2080346\niptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP || true\niptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP || true\nEOF\n chmod 755 /etc/rc.local\n # shellcheck disable=SC1091\n . /etc/rc.local\nfi\n\n# work around broken tty on ppc64el instances (LP: #1607075)\nif [ "$(uname -m)" = ppc64le ] && [ "$(systemctl is-active keyboard-setup.service 2>/dev/null|| true)" = failed ]; then\n systemctl reset-failed keyboard-setup.service\n systemctl mask keyboard-setup.service\nfi\n\n# work around late urandom pool initialization (LP: #1622893)\nif [ -d /run/systemd/system ] && systemd-detect-virt --quiet --vm; then\n mkdir -p /etc/systemd/system/systemd-random-seed.service.d/\n cat < /etc/systemd/system/systemd-random-seed.service.d/fakeentropy.conf\n[Service]\nExecStart=/usr/bin/perl -E \'open \\$\\$f, "/bin/bash" or die; open \\$\\$rnd, ">/dev/random" or die; for (\\$\\$i = 0; \\$\\$i < 10; ++\\$\\$i) {read \\$\\$f, \\$\\$d, 64; ioctl \\$\\$rnd, 0x40085203, pack("ii", 64*8, 64) . \\$\\$d}\'\nEOF\nfi\n\n# set compressor to lz4 where supported, we care about compression speed\nif grep -q lz4 /etc/initramfs-tools/initramfs.conf; then\n echo COMPRESS=lz4 > /etc/initramfs-tools/conf.d/lz4\nfi'], kind install, sout raw, serr raw, env ['AUTOPKGTEST_IS_SETUP_COMMAND=1', 'AUTOPKGTEST_NORMAL_USER=ubuntu', 'ADT_NORMAL_USER=ubuntu'] 66s + lsb_release --codename --short 66s + RELEASE=plucky 66s + cat 66s + [ plucky != trusty ] 66s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 66s Reading package lists... 66s Building dependency tree... 66s Reading state information... 66s Calculating upgrade... 66s The following packages were automatically installed and are no longer required: 66s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 66s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 66s linux-tools-6.11.0-8-generic 66s Use 'sudo apt autoremove' to remove them. 66s The following packages will be upgraded: 66s gir1.2-glib-2.0 libglib2.0-0t64 libglib2.0-data libnetplan1 66s libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 66s netplan-generator netplan.io python3-idna python3-netplan python3.12-gdbm 66s 12 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 66s Need to get 7601 kB of archives. 66s After this operation, 49.2 kB of additional disk space will be used. 66s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x gir1.2-glib-2.0 s390x 2.83.3-2 [182 kB] 66s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libglib2.0-0t64 s390x 2.83.3-2 [1583 kB] 67s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libglib2.0-data all 2.83.3-2 [52.7 kB] 67s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x netplan-generator s390x 1.1.2-2ubuntu1 [61.3 kB] 67s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x python3-netplan s390x 1.1.2-2ubuntu1 [24.4 kB] 67s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x netplan.io s390x 1.1.2-2ubuntu1 [68.6 kB] 67s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libnetplan1 s390x 1.1.2-2ubuntu1 [134 kB] 67s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12t64 s390x 3.12.9-1 [2508 kB] 68s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-stdlib s390x 3.12.9-1 [2071 kB] 69s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-minimal s390x 3.12.9-1 [836 kB] 69s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-gdbm s390x 3.12.9-1 [30.6 kB] 69s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x python3-idna all 3.10-1 [47.4 kB] 69s Fetched 7601 kB in 3s (2798 kB/s) 69s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 80957 files and directories currently installed.) 69s Preparing to unpack .../00-gir1.2-glib-2.0_2.83.3-2_s390x.deb ... 69s Unpacking gir1.2-glib-2.0:s390x (2.83.3-2) over (2.83.3-1) ... 69s Preparing to unpack .../01-libglib2.0-0t64_2.83.3-2_s390x.deb ... 69s Unpacking libglib2.0-0t64:s390x (2.83.3-2) over (2.83.3-1) ... 69s Preparing to unpack .../02-libglib2.0-data_2.83.3-2_all.deb ... 69s Unpacking libglib2.0-data (2.83.3-2) over (2.83.3-1) ... 69s Preparing to unpack .../03-netplan-generator_1.1.2-2ubuntu1_s390x.deb ... 69s Adding 'diversion of /lib/systemd/system-generators/netplan to /lib/systemd/system-generators/netplan.usr-is-merged by netplan-generator' 69s Unpacking netplan-generator (1.1.2-2ubuntu1) over (1.1.2-1) ... 69s Preparing to unpack .../04-python3-netplan_1.1.2-2ubuntu1_s390x.deb ... 69s /usr/bin/py3clean:101: DeprecationWarning: glob.glob1 is deprecated and will be removed in Python 3.15. Use glob.glob and pass a directory to its root_dir argument instead. 69s for fn in glob1(directory, "%s.*" % fname): 69s Unpacking python3-netplan (1.1.2-2ubuntu1) over (1.1.2-1) ... 69s Preparing to unpack .../05-netplan.io_1.1.2-2ubuntu1_s390x.deb ... 69s Unpacking netplan.io (1.1.2-2ubuntu1) over (1.1.2-1) ... 69s Preparing to unpack .../06-libnetplan1_1.1.2-2ubuntu1_s390x.deb ... 69s Unpacking libnetplan1:s390x (1.1.2-2ubuntu1) over (1.1.2-1) ... 69s Preparing to unpack .../07-libpython3.12t64_3.12.9-1_s390x.deb ... 69s Unpacking libpython3.12t64:s390x (3.12.9-1) over (3.12.8-5) ... 69s Preparing to unpack .../08-libpython3.12-stdlib_3.12.9-1_s390x.deb ... 69s Unpacking libpython3.12-stdlib:s390x (3.12.9-1) over (3.12.8-5) ... 70s Preparing to unpack .../09-libpython3.12-minimal_3.12.9-1_s390x.deb ... 70s Unpacking libpython3.12-minimal:s390x (3.12.9-1) over (3.12.8-5) ... 70s Preparing to unpack .../10-python3.12-gdbm_3.12.9-1_s390x.deb ... 70s Unpacking python3.12-gdbm (3.12.9-1) over (3.12.8-5) ... 70s Preparing to unpack .../11-python3-idna_3.10-1_all.deb ... 70s /usr/bin/py3clean:101: DeprecationWarning: glob.glob1 is deprecated and will be removed in Python 3.15. Use glob.glob and pass a directory to its root_dir argument instead. 70s for fn in glob1(directory, "%s.*" % fname): 70s Unpacking python3-idna (3.10-1) over (3.8-2) ... 70s Setting up python3.12-gdbm (3.12.9-1) ... 70s Setting up libpython3.12-minimal:s390x (3.12.9-1) ... 70s Setting up libglib2.0-0t64:s390x (2.83.3-2) ... 70s No schema files found: doing nothing. 70s Setting up libglib2.0-data (2.83.3-2) ... 70s Setting up python3-idna (3.10-1) ... 70s Setting up gir1.2-glib-2.0:s390x (2.83.3-2) ... 70s Setting up libpython3.12-stdlib:s390x (3.12.9-1) ... 70s Setting up libnetplan1:s390x (1.1.2-2ubuntu1) ... 70s Setting up libpython3.12t64:s390x (3.12.9-1) ... 70s Setting up python3-netplan (1.1.2-2ubuntu1) ... 70s Setting up netplan-generator (1.1.2-2ubuntu1) ... 70s Removing 'diversion of /lib/systemd/system-generators/netplan to /lib/systemd/system-generators/netplan.usr-is-merged by netplan-generator' 70s Setting up netplan.io (1.1.2-2ubuntu1) ... 70s Processing triggers for libc-bin (2.40-4ubuntu1) ... 70s Processing triggers for man-db (2.13.0-1) ... 71s Processing triggers for dbus (1.14.10-4ubuntu5) ... 71s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 71s + /usr/lib/apt/apt-helper analyze-pattern ?true 71s + uname -r 71s + sed s/\./\\./g 71s + running_kernel_pattern=^linux-.*6\.12\.0-12-generic.* 71s + apt list ?obsolete 71s + + cut -d/ -f1 71s tail -n+2 71s + grep -v ^linux-.*6\.12\.0-12-generic.* 71s + true 71s + obsolete_pkgs= 71s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 71s Reading package lists... 71s Building dependency tree... 71s Reading state information... 72s The following packages will be REMOVED: 72s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 72s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 72s linux-tools-6.11.0-8-generic* 72s 0 upgraded, 0 newly installed, 5 to remove and 0 not upgraded. 72s After this operation, 143 MB disk space will be freed. 72s (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 ... 80957 files and directories currently installed.) 72s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 72s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 72s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 72s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 72s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 73s (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 ... 56550 files and directories currently installed.) 73s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 73s + grep -q trusty /etc/lsb-release 73s + [ ! -d /usr/share/doc/unattended-upgrades ] 73s + [ ! -d /usr/share/doc/lxd ] 73s + [ ! -d /usr/share/doc/lxd-client ] 73s + [ ! -d /usr/share/doc/snapd ] 73s + type iptables 73s + cat 73s + chmod 755 /etc/rc.local 73s + . /etc/rc.local 73s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 73s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 73s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 73s + uname -m 73s + [ s390x = ppc64le ] 73s + [ -d /run/systemd/system ] 73s + systemd-detect-virt --quiet --vm 73s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 73s + cat 73s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 73s + echo COMPRESS=lz4 73s autopkgtest: DBG: testbed command exited with code 0 73s autopkgtest [09:21:32]: upgrading testbed (apt dist-upgrade and autopurge) 73s 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'] 73s Reading package lists... 73s Building dependency tree... 73s Reading state information... 73s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 73s Starting 2 pkgProblemResolver with broken count: 0 73s Done 74s Entering ResolveByKeep 74s 74s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 74s autopkgtest: DBG: testbed command exited with code 0 74s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', '--purge', 'autoremove'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 74s Reading package lists... 74s Building dependency tree... 74s Reading state information... 74s Starting pkgProblemResolver with broken count: 0 74s Starting 2 pkgProblemResolver with broken count: 0 74s Done 74s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 74s autopkgtest: DBG: testbed command exited with code 0 74s 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.dmjVuc/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 75s autopkgtest: DBG: testbed command exited with code 1 75s autopkgtest [09:21:34]: rebooting testbed after setup commands that affected boot 75s autopkgtest: DBG: sending command to testbed: reboot 92s autopkgtest: DBG: got reply from testbed: ok 92s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 92s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.dmjVuc'], kind short, sout raw, serr pipe, env [] 92s autopkgtest: DBG: testbed command exited with code 0 92s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.dmjVuc/autopkgtest-reboot 92s autopkgtest: DBG: got reply from testbed: ok 92s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.dmjVuc/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 93s autopkgtest: DBG: testbed command exited with code 0 93s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.dmjVuc/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 93s autopkgtest: DBG: testbed command exited with code 0 93s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.dmjVuc/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 93s autopkgtest: DBG: testbed command exited with code 0 93s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.dmjVuc'], kind short, sout raw, serr pipe, env [] 93s autopkgtest: DBG: testbed command exited with code 0 93s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.dmjVuc/autopkgtest-reboot-prepare 93s autopkgtest: DBG: got reply from testbed: ok 93s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.dmjVuc/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 93s autopkgtest: DBG: testbed command exited with code 0 93s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.dmjVuc/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 94s autopkgtest: DBG: testbed command exited with code 0 94s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 94s autopkgtest: DBG: testbed command exited with code 0 94s autopkgtest [09:21:53]: testbed running kernel: Linux 6.12.0-12-generic #12-Ubuntu SMP Wed Jan 22 15:18:24 UTC 2025 94s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 94s autopkgtest: DBG: testbed command exited with code 0 94s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.dmjVuc/testbed-packages"], kind short, sout raw, serr pipe, env [] 94s autopkgtest: DBG: testbed command exited with code 0 94s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dmjVuc/testbed-packages /tmp/autopkgtest-work.5a1xqly7/out/testbed-packages 94s autopkgtest: DBG: got reply from testbed: ok 94s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 94s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.dmjVuc'], kind short, sout raw, serr pipe, env [] 94s autopkgtest: DBG: testbed command exited with code 0 94s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.dmjVuc/autopkgtest-reboot 95s autopkgtest: DBG: got reply from testbed: ok 95s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.dmjVuc/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 95s autopkgtest: DBG: testbed command exited with code 0 95s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.dmjVuc/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 95s autopkgtest: DBG: testbed command exited with code 0 95s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.dmjVuc/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 95s autopkgtest: DBG: testbed command exited with code 0 95s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.dmjVuc'], kind short, sout raw, serr pipe, env [] 95s autopkgtest: DBG: testbed command exited with code 0 95s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.dmjVuc/autopkgtest-reboot-prepare 96s autopkgtest: DBG: got reply from testbed: ok 96s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.dmjVuc/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 96s autopkgtest: DBG: testbed command exited with code 0 96s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.dmjVuc/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 96s autopkgtest: DBG: testbed command exited with code 0 96s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 96s autopkgtest: DBG: testbed command exited with code 0 96s autopkgtest: DBG: Binaries: initialising 96s autopkgtest [09:21:55]: @@@@@@@@@@@@@@@@@@@@ apt-source rust-gstreamer-play 96s autopkgtest: DBG: blame += rust-gstreamer-play 96s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 96s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'rust-gstreamer-play'], kind short, sout pipe, serr pipe, env [] 96s autopkgtest: DBG: testbed command exited with code 0 96s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^librust-gstreamer-play-dev$'], kind short, sout pipe, serr raw, env [] 97s autopkgtest: DBG: testbed command exited with code 0 97s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'librust-gstreamer-play-dev=0.23.0-2'], kind short, sout pipe, serr raw, env [] 97s autopkgtest: DBG: testbed command exited with code 0 97s autopkgtest: DBG: install_deps: deps_new=[] 97s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 97s autopkgtest: DBG: testbed command exited with code 0 97s 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.dmjVuc/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source rust-gstreamer-play=0.23.0-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-gstreamer-play_*.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'] 97s + cd / 97s + mktemp -d /tmp/autopkgtest.dmjVuc/build.XXX 97s + builddir=/tmp/autopkgtest.dmjVuc/build.l0I 97s + cd /tmp/autopkgtest.dmjVuc/build.l0I 97s + apt-get source -d -q --only-source rust-gstreamer-play=0.23.0-2 98s + OUT=Reading package lists... 98s NOTICE: 'rust-gstreamer-play' packaging is maintained in the 'Git' version control system at: 98s https://salsa.debian.org/rust-team/debcargo-conf.git [src/gstreamer-play] 98s Please use: 98s git clone https://salsa.debian.org/rust-team/debcargo-conf.git [src/gstreamer-play] 98s to retrieve the latest (possibly unreleased) updates to the package. 98s Need to get 23.8 kB of source archives. 98s Get:1 http://ftpmaster.internal/ubuntu plucky/universe rust-gstreamer-play 0.23.0-2 (dsc) [2745 B] 98s Get:2 http://ftpmaster.internal/ubuntu plucky/universe rust-gstreamer-play 0.23.0-2 (tar) [18.0 kB] 98s Get:3 http://ftpmaster.internal/ubuntu plucky/universe rust-gstreamer-play 0.23.0-2 (diff) [3104 B] 98s Fetched 23.8 kB in 0s (85.9 kB/s) 98s Download complete and in download only mode 98s + [ -n ] 98s + grep ^Get: 98s + echo Reading package lists... 98s NOTICE: 'rust-gstreamer-play' packaging is maintained in the 'Git' version control system at: 98s https://salsa.debian.org/rust-team/debcargo-conf.git [src/gstreamer-play] 98s Please use: 98s git clone https://salsa.debian.org/rust-team/debcargo-conf.git [src/gstreamer-play] 98s to retrieve the latest (possibly unreleased) updates to the package. 98s Need to get 23.8 kB of source archives. 98s Get:1 http://ftpmaster.internal/ubuntu plucky/universe rust-gstreamer-play 0.23.0-2 (dsc) [2745 B] 98s Get:2 http://ftpmaster.internal/ubuntu plucky/universe rust-gstreamer-play 0.23.0-2 (tar) [18.0 kB] 98s Get:3 http://ftpmaster.internal/ubuntu plucky/universe rust-gstreamer-play 0.23.0-2 (diff) [3104 B] 98s Fetched 23.8 kB in 0s (85.9 kB/s) 98s Download complete and in download only mode 98s Get:1 http://ftpmaster.internal/ubuntu plucky/universe rust-gstreamer-play 0.23.0-2 (dsc) [2745 B] 98s Get:2 http://ftpmaster.internal/ubuntu plucky/universe rust-gstreamer-play 0.23.0-2 (tar) [18.0 kB] 98s Get:3 http://ftpmaster.internal/ubuntu plucky/universe rust-gstreamer-play 0.23.0-2 (diff) [3104 B] 98s + dpkg-source -x rust-gstreamer-play_0.23.0-2.dsc src 98s gpgv: Signature made Tue Aug 27 17:05:39 2024 UTC 98s gpgv: using RSA key 4D0BE12F0E4776D8AACE9696E66C775AEBFE6C7D 98s gpgv: Can't check signature: No public key 98s dpkg-source: warning: cannot verify inline signature for ./rust-gstreamer-play_0.23.0-2.dsc: no acceptable signature found 98s + chmod -R a+rX . 98s + cd src/. 98s + pwd 98s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 98s autopkgtest: DBG: testbed command exited with code 0 98s autopkgtest [09:21:57]: testing package rust-gstreamer-play version 0.23.0-2 98s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dmjVuc/build.l0I/src/debian/ /tmp/autopkgtest-work.5a1xqly7/out/pkg/debian/ 98s autopkgtest: DBG: got reply from testbed: ok 98s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 98s autopkgtest: DBG: processing dependency librust-gir-format-check-0.1+default-dev 98s autopkgtest: DBG: processing dependency @ 98s autopkgtest: DBG: synthesised dependency librust-gstreamer-play-dev 98s autopkgtest: DBG: Test defined: name rust-gstreamer-play:@ path None command "/usr/share/cargo/bin/cargo-auto-test gstreamer-play 0.23.0 --all-targets --all-features" restrictions ['allow-stderr', 'flaky', 'skip-not-installable'] features ['test-name=rust-gstreamer-play:@'] depends ['dh-cargo (>= 18)', 'librust-gir-format-check-0.1+default-dev', 'librust-gstreamer-play-dev'] 98s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 98s autopkgtest: DBG: processing dependency librust-gir-format-check-0.1+default-dev 98s autopkgtest: DBG: processing dependency @ 98s autopkgtest: DBG: synthesised dependency librust-gstreamer-play-dev 98s autopkgtest: DBG: Test defined: name librust-gstreamer-play-dev:default path None command "/usr/share/cargo/bin/cargo-auto-test gstreamer-play 0.23.0 --all-targets" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-gstreamer-play-dev:default'] depends ['dh-cargo (>= 18)', 'librust-gir-format-check-0.1+default-dev', 'librust-gstreamer-play-dev'] 98s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 98s autopkgtest: DBG: processing dependency librust-gir-format-check-0.1+default-dev 98s autopkgtest: DBG: processing dependency @ 98s autopkgtest: DBG: synthesised dependency librust-gstreamer-play-dev 98s autopkgtest: DBG: Test defined: name librust-gstreamer-play-dev:v1_22 path None command "/usr/share/cargo/bin/cargo-auto-test gstreamer-play 0.23.0 --all-targets --no-default-features --features v1_22" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-gstreamer-play-dev:v1_22'] depends ['dh-cargo (>= 18)', 'librust-gir-format-check-0.1+default-dev', 'librust-gstreamer-play-dev'] 98s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 98s autopkgtest: DBG: processing dependency librust-gir-format-check-0.1+default-dev 98s autopkgtest: DBG: processing dependency @ 98s autopkgtest: DBG: synthesised dependency librust-gstreamer-play-dev 98s autopkgtest: DBG: Test defined: name librust-gstreamer-play-dev:v1_24 path None command "/usr/share/cargo/bin/cargo-auto-test gstreamer-play 0.23.0 --all-targets --no-default-features --features v1_24" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-gstreamer-play-dev:v1_24'] depends ['dh-cargo (>= 18)', 'librust-gir-format-check-0.1+default-dev', 'librust-gstreamer-play-dev'] 98s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 98s autopkgtest: DBG: processing dependency librust-gir-format-check-0.1+default-dev 98s autopkgtest: DBG: processing dependency @ 98s autopkgtest: DBG: synthesised dependency librust-gstreamer-play-dev 98s autopkgtest: DBG: Test defined: name librust-gstreamer-play-dev:v1_26 path None command "/usr/share/cargo/bin/cargo-auto-test gstreamer-play 0.23.0 --all-targets --no-default-features --features v1_26" restrictions ['allow-stderr', 'flaky', 'skip-not-installable'] features ['test-name=librust-gstreamer-play-dev:v1_26'] depends ['dh-cargo (>= 18)', 'librust-gir-format-check-0.1+default-dev', 'librust-gstreamer-play-dev'] 98s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 98s autopkgtest: DBG: processing dependency librust-gir-format-check-0.1+default-dev 98s autopkgtest: DBG: processing dependency @ 98s autopkgtest: DBG: synthesised dependency librust-gstreamer-play-dev 98s autopkgtest: DBG: Test defined: name librust-gstreamer-play-dev: path None command "/usr/share/cargo/bin/cargo-auto-test gstreamer-play 0.23.0 --all-targets --no-default-features" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-gstreamer-play-dev:'] depends ['dh-cargo (>= 18)', 'librust-gir-format-check-0.1+default-dev', 'librust-gstreamer-play-dev'] 98s autopkgtest [09:21:57]: build not needed 98s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dmjVuc/build.l0I/src/ /tmp/autopkgtest-work.5a1xqly7/out/tests-tree/ 99s autopkgtest: DBG: got reply from testbed: ok 99s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 99s autopkgtest: DBG: processing dependency librust-gir-format-check-0.1+default-dev 99s autopkgtest: DBG: processing dependency @ 99s autopkgtest: DBG: synthesised dependency librust-gstreamer-play-dev 99s autopkgtest: DBG: Test defined: name rust-gstreamer-play:@ path None command "/usr/share/cargo/bin/cargo-auto-test gstreamer-play 0.23.0 --all-targets --all-features" restrictions ['allow-stderr', 'flaky', 'skip-not-installable'] features ['test-name=rust-gstreamer-play:@'] depends ['dh-cargo (>= 18)', 'librust-gir-format-check-0.1+default-dev', 'librust-gstreamer-play-dev'] 99s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 99s autopkgtest: DBG: processing dependency librust-gir-format-check-0.1+default-dev 99s autopkgtest: DBG: processing dependency @ 99s autopkgtest: DBG: synthesised dependency librust-gstreamer-play-dev 99s autopkgtest: DBG: Test defined: name librust-gstreamer-play-dev:default path None command "/usr/share/cargo/bin/cargo-auto-test gstreamer-play 0.23.0 --all-targets" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-gstreamer-play-dev:default'] depends ['dh-cargo (>= 18)', 'librust-gir-format-check-0.1+default-dev', 'librust-gstreamer-play-dev'] 99s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 99s autopkgtest: DBG: processing dependency librust-gir-format-check-0.1+default-dev 99s autopkgtest: DBG: processing dependency @ 99s autopkgtest: DBG: synthesised dependency librust-gstreamer-play-dev 99s autopkgtest: DBG: Test defined: name librust-gstreamer-play-dev:v1_22 path None command "/usr/share/cargo/bin/cargo-auto-test gstreamer-play 0.23.0 --all-targets --no-default-features --features v1_22" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-gstreamer-play-dev:v1_22'] depends ['dh-cargo (>= 18)', 'librust-gir-format-check-0.1+default-dev', 'librust-gstreamer-play-dev'] 99s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 99s autopkgtest: DBG: processing dependency librust-gir-format-check-0.1+default-dev 99s autopkgtest: DBG: processing dependency @ 99s autopkgtest: DBG: synthesised dependency librust-gstreamer-play-dev 99s autopkgtest: DBG: Test defined: name librust-gstreamer-play-dev:v1_24 path None command "/usr/share/cargo/bin/cargo-auto-test gstreamer-play 0.23.0 --all-targets --no-default-features --features v1_24" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-gstreamer-play-dev:v1_24'] depends ['dh-cargo (>= 18)', 'librust-gir-format-check-0.1+default-dev', 'librust-gstreamer-play-dev'] 99s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 99s autopkgtest: DBG: processing dependency librust-gir-format-check-0.1+default-dev 99s autopkgtest: DBG: processing dependency @ 99s autopkgtest: DBG: synthesised dependency librust-gstreamer-play-dev 99s autopkgtest: DBG: Test defined: name librust-gstreamer-play-dev:v1_26 path None command "/usr/share/cargo/bin/cargo-auto-test gstreamer-play 0.23.0 --all-targets --no-default-features --features v1_26" restrictions ['allow-stderr', 'flaky', 'skip-not-installable'] features ['test-name=librust-gstreamer-play-dev:v1_26'] depends ['dh-cargo (>= 18)', 'librust-gir-format-check-0.1+default-dev', 'librust-gstreamer-play-dev'] 99s autopkgtest: DBG: processing dependency dh-cargo (>= 18) 99s autopkgtest: DBG: processing dependency librust-gir-format-check-0.1+default-dev 99s autopkgtest: DBG: processing dependency @ 99s autopkgtest: DBG: synthesised dependency librust-gstreamer-play-dev 99s autopkgtest: DBG: Test defined: name librust-gstreamer-play-dev: path None command "/usr/share/cargo/bin/cargo-auto-test gstreamer-play 0.23.0 --all-targets --no-default-features" restrictions ['allow-stderr', 'skip-not-installable'] features ['test-name=librust-gstreamer-play-dev:'] depends ['dh-cargo (>= 18)', 'librust-gir-format-check-0.1+default-dev', 'librust-gstreamer-play-dev'] 99s autopkgtest [09:21:58]: test rust-gstreamer-play:@: preparing testbed 99s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['dh-cargo (>= 18)', 'librust-gir-format-check-0.1+default-dev', 'librust-gstreamer-play-dev'] 99s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 99s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 18)', 'librust-gir-format-check-0.1+default-dev', 'librust-gstreamer-play-dev'] 99s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 18), librust-gir-format-check-0.1+default-dev, librust-gstreamer-play-dev 99s autopkgtest: DBG: can use apt-get on testbed: True 99s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'dh-cargo (>= 18), librust-gir-format-check-0.1+default-dev, librust-gstreamer-play-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 99s Reading package lists... 99s Building dependency tree... 99s Reading state information... 99s Starting pkgProblemResolver with broken count: 0 99s Starting 2 pkgProblemResolver with broken count: 0 99s Done 100s The following NEW packages will be installed: 100s autoconf automake autopoint autotools-dev cargo cargo-1.84 cpp cpp-14 100s cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu dconf-gsettings-backend 100s dconf-service debhelper debugedit dh-autoreconf dh-cargo dh-cargo-tools 100s dh-strip-nondeterminism dwz fontconfig fontconfig-config fonts-dejavu-core 100s fonts-dejavu-mono gcc gcc-14 gcc-14-s390x-linux-gnu gcc-s390x-linux-gnu 100s gdal-data gdal-plugins gettext gir1.2-freedesktop gir1.2-glib-2.0-dev 100s gir1.2-gst-plugins-bad-1.0 gir1.2-gst-plugins-base-1.0 gir1.2-gstreamer-1.0 100s gir1.2-gudev-1.0 girepository-tools glib-networking glib-networking-common 100s glib-networking-services gsettings-desktop-schemas gstreamer1.0-plugins-base 100s intltool-debian libaec0 libaom3 libarchive-zip-perl libarmadillo14 100s libarpack2t64 libasan8 libavcodec-dev libavcodec61 libavformat-dev 100s libavformat61 libavif16 libavutil-dev libavutil59 libblas3 libblkid-dev 100s libblosc1 libbluray2 libcairo-gobject2 libcairo2 libcap-dev libcc1-0 100s libcdparanoia0 libcfitsio10t64 libcharls2 libchromaprint1 libcjson1 100s libcodec2-1.2 libdatrie1 libdav1d7 libdc1394-25 libdc1394-dev libdconf1 100s libde265-0 libdebhelper-perl libdeflate-dev libdeflate0 100s libdouble-conversion3 libdrm-dev libdrm-nouveau2 libdrm-radeon1 100s libduktape207 libdvdnav4 libdvdread8t64 libegl-dev libegl-mesa0 libegl1 100s libevent-pthreads-2.1-7t64 libexif-dev libexif12 libfabric1 libffi-dev 100s libfile-stripnondeterminism-perl libfontconfig1 libfreetype6 libfreexl1 100s libfyba0t64 libgbm-dev libgbm1 libgcc-14-dev libgd3 libgdal36 libgdcm-dev 100s libgdcm3.0t64 libgdk-pixbuf-2.0-0 libgdk-pixbuf2.0-common libgeos-c1t64 100s libgeos3.13.0 libgeotiff5 libgfortran5 libgif7 libgio-2.0-dev 100s libgio-2.0-dev-bin libgirepository-2.0-0 libgit2-1.9 libgl-dev libgl1 100s libgl1-mesa-dri libgl2ps1.4 libglapi-mesa libgles-dev libgles1 libgles2 100s libglew2.2 libglib2.0-bin libglib2.0-dev libglib2.0-dev-bin libglvnd0 100s libglx-dev libglx-mesa0 libglx0 libgme0 libgomp1 libgpgmepp6t64 100s libgphoto2-6t64 libgphoto2-dev libgphoto2-port12t64 libgraphite2-3 libgsm1 100s libgssdp-1.6-0 libgstreamer-gl1.0-0 libgstreamer-opencv1.0-0 100s libgstreamer-plugins-bad1.0-0 libgstreamer-plugins-bad1.0-dev 100s libgstreamer-plugins-base1.0-0 libgstreamer-plugins-base1.0-dev 100s libgstreamer-plugins-good1.0-0 libgstreamer-plugins-good1.0-dev 100s libgstreamer1.0-0 libgstreamer1.0-dev libgudev-1.0-dev libgupnp-1.6-0 100s libgupnp-igd-1.6-0 libharfbuzz0b libhdf4-0-alt libhdf5-310 libhdf5-hl-310 100s libheif-plugin-aomdec libheif-plugin-libde265 libheif1 libhwloc-plugins 100s libhwloc15 libhwy1t64 libice6 libimagequant0 libimath-3-1-29t64 libimath-dev 100s libinput-bin libinput10 libisl23 libitm1 libjbig-dev libjbig0 libjpeg-dev 100s libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 libjpeg8-dev libjsoncpp26 100s libjxl0.10 libkmlbase1t64 libkmldom1t64 libkmlengine1t64 liblapack3 100s liblcms2-2 libleptonica6 libltdl7 liblzma-dev libmbedcrypto16 libmd4c0 100s libminizip1t64 libmount-dev libmp3lame0 libmpc3 libmpg123-0t64 libmtdev1t64 100s libmunge2 libmysqlclient24 libnetcdf19t64 libnice10 libnorm1t64 libodbc2 100s libodbcinst2 libogdi4.1 libogg0 libopencv-calib3d-dev 100s libopencv-calib3d406t64 libopencv-contrib-dev libopencv-contrib406t64 100s libopencv-core-dev libopencv-core406t64 libopencv-dev libopencv-dnn-dev 100s libopencv-dnn406t64 libopencv-features2d-dev libopencv-features2d406t64 100s libopencv-flann-dev libopencv-flann406t64 libopencv-highgui-dev 100s libopencv-highgui406t64 libopencv-imgcodecs-dev libopencv-imgcodecs406t64 100s libopencv-imgproc-dev libopencv-imgproc406t64 libopencv-ml-dev 100s libopencv-ml406t64 libopencv-objdetect-dev libopencv-objdetect406t64 100s libopencv-photo-dev libopencv-photo406t64 libopencv-shape-dev 100s libopencv-shape406t64 libopencv-stitching-dev libopencv-stitching406t64 100s libopencv-superres-dev libopencv-superres406t64 libopencv-video-dev 100s libopencv-video406t64 libopencv-videoio-dev libopencv-videoio406t64 100s libopencv-videostab-dev libopencv-videostab406t64 libopencv-viz-dev 100s libopencv-viz406t64 libopenexr-3-1-30 libopenexr-dev libopengl0 libopenjp2-7 100s libopenmpi40 libopenmpt0t64 libopus0 liborc-0.4-0t64 liborc-0.4-dev 100s liborc-0.4-dev-bin libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 100s libpciaccess-dev libpciaccess0 libpcre2-16-0 libpcre2-32-0 libpcre2-dev 100s libpcre2-posix3 libpgm-5.3-0t64 libpixman-1-0 libpkgconf3 libpmix2t64 100s libpng-dev libpoppler145 libpq5 libproj25 libprotobuf32t64 libproxy1v5 100s libqhull-r8.0 libqt5core5t64 libqt5dbus5t64 libqt5gui5t64 libqt5network5t64 100s libqt5opengl5t64 libqt5test5t64 libqt5widgets5t64 librabbitmq4 libraqm0 100s librav1e0.7 libraw1394-11 libraw1394-dev librdmacm1t64 librist4 librsvg2-2 100s librttopo1 librust-ahash-dev librust-aho-corasick-dev 100s librust-allocator-api2-dev librust-anstream-dev librust-anstyle-dev 100s librust-anstyle-parse-dev librust-anstyle-query-dev librust-arbitrary-dev 100s librust-arrayvec-dev librust-atomic-refcell-dev librust-autocfg-dev 100s librust-bitflags-dev librust-bytemuck-derive-dev librust-bytemuck-dev 100s librust-byteorder-dev librust-cfg-expr-dev librust-cfg-if-dev 100s librust-colorchoice-dev librust-compiler-builtins-dev 100s librust-const-random-dev librust-const-random-macro-dev 100s librust-critical-section-dev librust-crossbeam-deque-dev 100s librust-crossbeam-epoch+std-dev librust-crossbeam-epoch-dev 100s librust-crossbeam-utils-dev librust-crunchy-dev librust-derive-arbitrary-dev 100s librust-either-dev librust-env-filter-dev librust-env-logger-dev 100s librust-equivalent-dev librust-erased-serde-dev librust-futures-channel-dev 100s librust-futures-core-dev librust-futures-executor-dev librust-futures-io-dev 100s librust-futures-macro-dev librust-futures-sink-dev librust-futures-task-dev 100s librust-futures-util-dev librust-getrandom-dev librust-gio-sys-dev 100s librust-gir-format-check-dev librust-glib-dev librust-glib-macros-dev 100s librust-glib-sys-dev librust-gobject-sys-dev librust-gstreamer-base-dev 100s librust-gstreamer-base-sys-dev librust-gstreamer-dev 100s librust-gstreamer-play-dev librust-gstreamer-play-sys-dev 100s librust-gstreamer-sys-dev librust-gstreamer-video-dev 100s librust-gstreamer-video-sys-dev librust-hashbrown-dev librust-heck-dev 100s librust-humantime-dev librust-indexmap-dev librust-itertools-dev 100s librust-itoa-dev librust-kstring-dev librust-libc-dev librust-libm-dev 100s librust-log-dev librust-memchr-dev librust-muldiv-dev librust-no-panic-dev 100s librust-num-bigint-dev librust-num-cpus-dev librust-num-integer-dev 100s librust-num-rational-dev librust-num-traits-dev librust-once-cell-dev 100s librust-option-operations-dev librust-parking-lot-core-dev librust-paste-dev 100s librust-pin-project-lite-dev librust-pin-utils-dev librust-pkg-config-dev 100s librust-portable-atomic-dev librust-ppv-lite86-dev 100s librust-proc-macro-crate-dev librust-proc-macro2-dev librust-quickcheck-dev 100s librust-quote-dev librust-rand-chacha-dev librust-rand-core+getrandom-dev 100s librust-rand-core+serde-dev librust-rand-core+std-dev librust-rand-core-dev 100s librust-rand-dev librust-rayon-core-dev librust-rayon-dev 100s librust-regex-automata-dev librust-regex-dev librust-regex-syntax-dev 100s librust-rustc-std-workspace-core-dev librust-ryu-dev librust-serde-bytes-dev 100s librust-serde-derive-dev librust-serde-dev librust-serde-fmt-dev 100s librust-serde-json-dev librust-serde-spanned-dev librust-serde-test-dev 100s librust-slab-dev librust-smallvec-dev librust-static-assertions-dev 100s librust-sval-buffer-dev librust-sval-derive-dev librust-sval-dev 100s librust-sval-dynamic-dev librust-sval-fmt-dev librust-sval-ref-dev 100s librust-sval-serde-dev librust-syn-dev librust-system-deps-dev 100s librust-target-lexicon-dev librust-thiserror-1-dev 100s librust-thiserror-impl-1-dev librust-tiny-keccak-dev 100s librust-toml-datetime-dev librust-toml-dev librust-toml-edit-dev 100s librust-unicode-ident-dev librust-unicode-segmentation-dev 100s librust-utf8parse-dev librust-value-bag-dev librust-value-bag-serde1-dev 100s librust-value-bag-sval2-dev librust-version-check-dev 100s librust-version-compare-dev librust-winnow-dev librust-zerocopy-derive-dev 100s librust-zerocopy-dev librust-zeroize-derive-dev librust-zeroize-dev 100s libselinux1-dev libsepol-dev libsharpyuv-dev libsharpyuv0 libshine3 libsm6 100s libsnappy1v5 libsocket++1 libsodium23 libsoup-3.0-0 libsoup-3.0-common 100s libsoxr0 libspatialite8t64 libspeex1 libsrt1.5-gnutls libssh-4 100s libstd-rust-1.84 libstd-rust-1.84-dev libsvtav1enc2 libswresample-dev 100s libswresample5 libswscale-dev libswscale8 libsysprof-capture-4-dev libsz2 100s libtbb-dev libtbb12 libtbbbind-2-5 libtbbmalloc2 libtcl8.6 libtesseract5 100s libthai-data libthai0 libtheoradec1 libtheoraenc1 libtiff-dev libtiff6 100s libtiffxx6 libtk8.6 libtool libtwolame0 libubsan1 libudev-dev libudfread0 100s liburiparser1 libva-drm2 libva-x11-2 libva2 libvdpau1 libvisual-0.4-0 100s libvorbis0a libvorbisenc2 libvorbisfile3 libvpx9 libvtk9.3 libvulkan1 100s libwacom-common libwacom9 libwayland-bin libwayland-client0 100s libwayland-cursor0 libwayland-dev libwayland-egl1 libwayland-server0 100s libwebp-dev libwebp7 libwebpdecoder3 libwebpdemux2 libwebpmux3 libx11-dev 100s libx11-xcb-dev libx11-xcb1 libx264-164 libx265-215 libxau-dev libxcb-dri3-0 100s libxcb-glx0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-present0 100s libxcb-randr0 libxcb-render-util0 libxcb-render0 libxcb-shape0 libxcb-shm0 100s libxcb-sync1 libxcb-util1 libxcb-xfixes0 libxcb-xinerama0 libxcb-xinput0 100s libxcb-xkb1 libxcb1-dev libxdmcp-dev libxerces-c3.2t64 libxfixes3 libxft2 100s libxkbcommon-x11-0 libxnvctrl0 libxpm4 libxrender1 libxshmfence1 libxss1 100s libxvidcore4 libxxf86vm1 libyuv0 libzmq5 libzstd-dev libzvbi-common 100s libzvbi0t64 m4 mesa-libgallium mysql-common native-architecture 100s ocl-icd-libopencl1 pkgconf pkgconf-bin po-debconf proj-data 100s python3-packaging rustc rustc-1.84 unixodbc-common uuid-dev x11-common 100s x11proto-dev xorg-sgml-doctools xtrans-dev zlib1g-dev 100s 0 upgraded, 560 newly installed, 0 to remove and 0 not upgraded. 100s Need to get 337 MB of archives. 100s After this operation, 1314 MB of additional disk space will be used. 100s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x m4 s390x 1.4.19-5 [259 kB] 100s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x autoconf all 2.72-3 [382 kB] 101s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x autotools-dev all 20220109.1 [44.9 kB] 101s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x automake all 1:1.17-3 [572 kB] 101s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x autopoint all 0.23.1-1 [619 kB] 101s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libgit2-1.9 s390x 1.9.0~ds-0ubuntu1 [601 kB] 101s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libstd-rust-1.84 s390x 1.84.0+dfsg0ubuntu1-0ubuntu1 [29.9 MB] 104s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libstd-rust-1.84-dev s390x 1.84.0+dfsg0ubuntu1-0ubuntu1 [47.9 MB] 105s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 105s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 105s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [9572 kB] 105s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-16ubuntu1 [1032 B] 105s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [5452 B] 105s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.1.0-2ubuntu1 [22.4 kB] 105s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 14.2.0-16ubuntu1 [50.7 kB] 105s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 14.2.0-16ubuntu1 [151 kB] 105s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 14.2.0-16ubuntu1 [30.9 kB] 105s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 14.2.0-16ubuntu1 [2964 kB] 105s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 14.2.0-16ubuntu1 [1184 kB] 105s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-16ubuntu1 [1037 kB] 105s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-16ubuntu1 [18.7 MB] 106s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-16ubuntu1 [525 kB] 106s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.1.0-2ubuntu1 [1204 B] 106s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.1.0-2ubuntu1 [4996 B] 106s Get:25 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x rustc-1.84 s390x 1.84.0+dfsg0ubuntu1-0ubuntu1 [6414 kB] 106s Get:26 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x cargo-1.84 s390x 1.84.0+dfsg0ubuntu1-0ubuntu1 [7497 kB] 106s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x libdconf1 s390x 0.40.0-5 [40.0 kB] 106s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x dconf-service s390x 0.40.0-5 [28.4 kB] 106s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x dconf-gsettings-backend s390x 0.40.0-5 [22.8 kB] 106s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x libdebhelper-perl all 13.23ubuntu1 [95.1 kB] 106s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x libtool all 2.5.4-3build1 [168 kB] 106s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x dh-autoreconf all 20 [16.1 kB] 106s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x libarchive-zip-perl all 1.68-1 [90.2 kB] 106s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x libfile-stripnondeterminism-perl all 1.14.1-1 [20.2 kB] 106s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x dh-strip-nondeterminism all 1.14.1-1 [5068 B] 106s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x debugedit s390x 1:5.1-1 [49.9 kB] 106s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x dwz s390x 0.15-1build6 [122 kB] 106s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x gettext s390x 0.23.1-1 [1065 kB] 106s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x intltool-debian all 0.35.0+20060710.6 [23.2 kB] 106s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x po-debconf all 1.0.21+nmu1 [233 kB] 106s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x debhelper all 13.23ubuntu1 [895 kB] 106s Get:42 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x rustc s390x 1.84.0ubuntu1 [2830 B] 106s Get:43 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x cargo s390x 1.84.0ubuntu1 [2240 B] 106s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x dh-cargo-tools all 31ubuntu4 [5834 B] 106s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x dh-cargo all 31ubuntu4 [8668 B] 106s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x libfreetype6 s390x 2.13.3+dfsg-1 [431 kB] 106s Get:47 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-mono all 2.37-8 [502 kB] 106s Get:48 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-core all 2.37-8 [835 kB] 106s Get:49 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig-config s390x 2.15.0-1.1ubuntu2 [37.4 kB] 107s Get:50 http://ftpmaster.internal/ubuntu plucky/main s390x libfontconfig1 s390x 2.15.0-1.1ubuntu2 [150 kB] 107s Get:51 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig s390x 2.15.0-1.1ubuntu2 [191 kB] 107s Get:52 http://ftpmaster.internal/ubuntu plucky/universe s390x gdal-data all 3.10.1+dfsg-1build2 [269 kB] 107s Get:53 http://ftpmaster.internal/ubuntu plucky/universe s390x gdal-plugins s390x 3.10.1+dfsg-1build2 [25.6 kB] 107s Get:54 http://ftpmaster.internal/ubuntu plucky/main s390x libpixman-1-0 s390x 0.44.0-3 [201 kB] 107s Get:55 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-render0 s390x 1.17.0-2 [17.0 kB] 107s Get:56 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-shm0 s390x 1.17.0-2 [5862 B] 107s Get:57 http://ftpmaster.internal/ubuntu plucky/main s390x libxrender1 s390x 1:0.9.10-1.1build1 [20.4 kB] 107s Get:58 http://ftpmaster.internal/ubuntu plucky/main s390x libcairo2 s390x 1.18.2-2 [580 kB] 107s Get:59 http://ftpmaster.internal/ubuntu plucky/main s390x libcairo-gobject2 s390x 1.18.2-2 [127 kB] 107s Get:60 http://ftpmaster.internal/ubuntu plucky/main s390x gir1.2-freedesktop s390x 1.82.0-4 [64.0 kB] 107s Get:61 http://ftpmaster.internal/ubuntu plucky/main s390x gir1.2-glib-2.0-dev s390x 2.83.3-2 [860 kB] 107s Get:62 http://ftpmaster.internal/ubuntu plucky/main s390x libgstreamer1.0-0 s390x 1.25.1-1 [1235 kB] 107s Get:63 http://ftpmaster.internal/ubuntu plucky/main s390x gir1.2-gstreamer-1.0 s390x 1.25.1-1 [87.9 kB] 107s Get:64 http://ftpmaster.internal/ubuntu plucky/main s390x libglvnd0 s390x 1.7.0-1build1 [110 kB] 107s Get:65 http://ftpmaster.internal/ubuntu plucky/main s390x libwayland-server0 s390x 1.23.1-1 [36.8 kB] 107s Get:66 http://ftpmaster.internal/ubuntu plucky/main s390x libdrm-radeon1 s390x 2.4.123-1 [22.4 kB] 107s Get:67 http://ftpmaster.internal/ubuntu plucky/main s390x libglapi-mesa s390x 24.3.4-3ubuntu1 [68.4 kB] 107s Get:68 http://ftpmaster.internal/ubuntu plucky/main s390x libx11-xcb1 s390x 2:1.8.10-2 [7954 B] 107s Get:69 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-dri3-0 s390x 1.17.0-2 [7616 B] 107s Get:70 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-present0 s390x 1.17.0-2 [6244 B] 107s Get:71 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-randr0 s390x 1.17.0-2 [19.2 kB] 107s Get:72 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-sync1 s390x 1.17.0-2 [9488 B] 107s Get:73 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-xfixes0 s390x 1.17.0-2 [10.5 kB] 107s Get:74 http://ftpmaster.internal/ubuntu plucky/main s390x libxshmfence1 s390x 1.3-1build5 [4772 B] 107s Get:75 http://ftpmaster.internal/ubuntu plucky/main s390x mesa-libgallium s390x 24.3.4-3ubuntu1 [7967 kB] 107s Get:76 http://ftpmaster.internal/ubuntu plucky/main s390x libgbm1 s390x 24.3.4-3ubuntu1 [34.5 kB] 107s Get:77 http://ftpmaster.internal/ubuntu plucky/main s390x libwayland-client0 s390x 1.23.1-1 [27.8 kB] 107s Get:78 http://ftpmaster.internal/ubuntu plucky/main s390x libegl-mesa0 s390x 24.3.4-3ubuntu1 [126 kB] 107s Get:79 http://ftpmaster.internal/ubuntu plucky/main s390x libegl1 s390x 1.7.0-1build1 [31.8 kB] 107s Get:80 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-glx0 s390x 1.17.0-2 [26.0 kB] 107s Get:81 http://ftpmaster.internal/ubuntu plucky/main s390x libxxf86vm1 s390x 1:1.1.4-1build4 [9630 B] 107s Get:82 http://ftpmaster.internal/ubuntu plucky/main s390x libvulkan1 s390x 1.4.304.0-1 [147 kB] 107s Get:83 http://ftpmaster.internal/ubuntu plucky/main s390x libgl1-mesa-dri s390x 24.3.4-3ubuntu1 [35.3 kB] 107s Get:84 http://ftpmaster.internal/ubuntu plucky/main s390x libglx-mesa0 s390x 24.3.4-3ubuntu1 [162 kB] 107s Get:85 http://ftpmaster.internal/ubuntu plucky/main s390x libglx0 s390x 1.7.0-1build1 [32.2 kB] 107s Get:86 http://ftpmaster.internal/ubuntu plucky/main s390x libgl1 s390x 1.7.0-1build1 [142 kB] 107s Get:87 http://ftpmaster.internal/ubuntu plucky/main s390x liborc-0.4-0t64 s390x 1:0.4.40-1 [212 kB] 107s Get:88 http://ftpmaster.internal/ubuntu plucky/main s390x libgstreamer-plugins-base1.0-0 s390x 1.25.1-2 [918 kB] 107s Get:89 http://ftpmaster.internal/ubuntu plucky/main s390x libwayland-cursor0 s390x 1.23.1-1 [11.5 kB] 107s Get:90 http://ftpmaster.internal/ubuntu plucky/main s390x libwayland-egl1 s390x 1.23.1-1 [5654 B] 107s Get:91 http://ftpmaster.internal/ubuntu plucky/main s390x libgstreamer-gl1.0-0 s390x 1.25.1-2 [219 kB] 107s Get:92 http://ftpmaster.internal/ubuntu plucky/main s390x gir1.2-gst-plugins-base-1.0 s390x 1.25.1-2 [113 kB] 107s Get:93 http://ftpmaster.internal/ubuntu plucky/main s390x gir1.2-gudev-1.0 s390x 1:238-6 [3780 B] 107s Get:94 http://ftpmaster.internal/ubuntu plucky/main s390x native-architecture all 0.2.5 [2082 B] 107s Get:95 http://ftpmaster.internal/ubuntu plucky/main s390x libgirepository-2.0-0 s390x 2.83.3-2 [75.4 kB] 107s Get:96 http://ftpmaster.internal/ubuntu plucky/main s390x girepository-tools s390x 2.83.3-2 [114 kB] 107s Get:97 http://ftpmaster.internal/ubuntu plucky/main s390x libduktape207 s390x 2.7.0+tests-0ubuntu3 [150 kB] 107s Get:98 http://ftpmaster.internal/ubuntu plucky/main s390x libproxy1v5 s390x 0.5.9-1 [27.8 kB] 107s Get:99 http://ftpmaster.internal/ubuntu plucky/main s390x glib-networking-common all 2.80.1-1 [6680 B] 107s Get:100 http://ftpmaster.internal/ubuntu plucky/main s390x glib-networking-services s390x 2.80.1-1 [12.8 kB] 107s Get:101 http://ftpmaster.internal/ubuntu plucky/main s390x gsettings-desktop-schemas all 48~beta-1ubuntu1 [37.4 kB] 107s Get:102 http://ftpmaster.internal/ubuntu plucky/main s390x glib-networking s390x 2.80.1-1 [65.5 kB] 108s Get:103 http://ftpmaster.internal/ubuntu plucky/main s390x libcdparanoia0 s390x 3.10.2+debian-14ubuntu1 [52.6 kB] 108s Get:104 http://ftpmaster.internal/ubuntu plucky/main s390x libogg0 s390x 1.3.5-3build1 [24.4 kB] 108s Get:105 http://ftpmaster.internal/ubuntu plucky/main s390x libopus0 s390x 1.5.2-2 [2928 kB] 108s Get:106 http://ftpmaster.internal/ubuntu plucky/main s390x libtheoradec1 s390x 1.2.0~alpha1+dfsg-5 [68.5 kB] 108s Get:107 http://ftpmaster.internal/ubuntu plucky/main s390x libtheoraenc1 s390x 1.2.0~alpha1+dfsg-5 [142 kB] 108s Get:108 http://ftpmaster.internal/ubuntu plucky/main s390x libvisual-0.4-0 s390x 0.4.2-2build1 [118 kB] 108s Get:109 http://ftpmaster.internal/ubuntu plucky/main s390x libvorbis0a s390x 1.3.7-2 [112 kB] 108s Get:110 http://ftpmaster.internal/ubuntu plucky/main s390x libvorbisenc2 s390x 1.3.7-2 [80.6 kB] 108s Get:111 http://ftpmaster.internal/ubuntu plucky/main s390x gstreamer1.0-plugins-base s390x 1.25.1-2 [741 kB] 108s Get:112 http://ftpmaster.internal/ubuntu plucky/universe s390x libaec0 s390x 1.1.3-1 [25.7 kB] 108s Get:113 http://ftpmaster.internal/ubuntu plucky/main s390x libaom3 s390x 3.11.0-1 [1493 kB] 108s Get:114 http://ftpmaster.internal/ubuntu plucky/main s390x libblas3 s390x 3.12.0-4 [238 kB] 108s Get:115 http://ftpmaster.internal/ubuntu plucky/main s390x libgfortran5 s390x 14.2.0-16ubuntu1 [588 kB] 108s Get:116 http://ftpmaster.internal/ubuntu plucky/main s390x liblapack3 s390x 3.12.0-4 [2964 kB] 108s Get:117 http://ftpmaster.internal/ubuntu plucky/universe s390x libarpack2t64 s390x 3.9.1-4 [110 kB] 108s Get:118 http://ftpmaster.internal/ubuntu plucky/universe s390x libarmadillo14 s390x 1:14.2.1+dfsg-1 [110 kB] 108s Get:119 http://ftpmaster.internal/ubuntu plucky/universe s390x libva2 s390x 2.22.0-1 [73.9 kB] 108s Get:120 http://ftpmaster.internal/ubuntu plucky/universe s390x libva-drm2 s390x 2.22.0-1 [7068 B] 108s Get:121 http://ftpmaster.internal/ubuntu plucky/main s390x libxfixes3 s390x 1:6.0.0-2build1 [11.3 kB] 108s Get:122 http://ftpmaster.internal/ubuntu plucky/universe s390x libva-x11-2 s390x 2.22.0-1 [12.5 kB] 108s Get:123 http://ftpmaster.internal/ubuntu plucky/main s390x libvdpau1 s390x 1.5-3 [28.2 kB] 108s Get:124 http://ftpmaster.internal/ubuntu plucky/universe s390x ocl-icd-libopencl1 s390x 2.3.2-1build1 [41.1 kB] 108s Get:125 http://ftpmaster.internal/ubuntu plucky/universe s390x libavutil59 s390x 7:7.1-3ubuntu2 [452 kB] 108s Get:126 http://ftpmaster.internal/ubuntu plucky/universe s390x libcodec2-1.2 s390x 1.2.0-3 [9027 kB] 109s Get:127 http://ftpmaster.internal/ubuntu plucky/universe s390x libdav1d7 s390x 1.5.1-1 [312 kB] 109s Get:128 http://ftpmaster.internal/ubuntu plucky/universe s390x libgsm1 s390x 1.0.22-1build1 [32.7 kB] 109s Get:129 http://ftpmaster.internal/ubuntu plucky/main s390x libgif7 s390x 5.2.2-1ubuntu1 [38.0 kB] 109s Get:130 http://ftpmaster.internal/ubuntu plucky/universe s390x libhwy1t64 s390x 1.2.0-3ubuntu3 [295 kB] 109s Get:131 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg-turbo8 s390x 2.1.5-3ubuntu2 [147 kB] 109s Get:132 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg8 s390x 8c-2ubuntu11 [2146 B] 109s Get:133 http://ftpmaster.internal/ubuntu plucky/main s390x liblcms2-2 s390x 2.16-2 [175 kB] 109s Get:134 http://ftpmaster.internal/ubuntu plucky/universe s390x libjxl0.10 s390x 0.10.4-2 [1057 kB] 109s Get:135 http://ftpmaster.internal/ubuntu plucky/main s390x libmp3lame0 s390x 3.100-6build1 [160 kB] 109s Get:136 http://ftpmaster.internal/ubuntu plucky/main s390x libopenjp2-7 s390x 2.5.0-2ubuntu3 [208 kB] 109s Get:137 http://ftpmaster.internal/ubuntu plucky/universe s390x librav1e0.7 s390x 0.7.1-9 [845 kB] 109s Get:138 http://ftpmaster.internal/ubuntu plucky/main s390x libgdk-pixbuf2.0-common all 2.42.12+dfsg-2 [8004 B] 109s Get:139 http://ftpmaster.internal/ubuntu plucky/main s390x libdeflate0 s390x 1.23-1 [46.1 kB] 109s Get:140 http://ftpmaster.internal/ubuntu plucky/main s390x libjbig0 s390x 2.1-6.1ubuntu2 [33.1 kB] 109s Get:141 http://ftpmaster.internal/ubuntu plucky/main s390x libsharpyuv0 s390x 1.5.0-0.1 [16.7 kB] 109s Get:142 http://ftpmaster.internal/ubuntu plucky/main s390x libwebp7 s390x 1.5.0-0.1 [210 kB] 109s Get:143 http://ftpmaster.internal/ubuntu plucky/main s390x libtiff6 s390x 4.5.1+git230720-4ubuntu4 [217 kB] 109s Get:144 http://ftpmaster.internal/ubuntu plucky/main s390x libgdk-pixbuf-2.0-0 s390x 2.42.12+dfsg-2 [154 kB] 109s Get:145 http://ftpmaster.internal/ubuntu plucky/main s390x libgraphite2-3 s390x 1.3.14-2ubuntu1 [79.8 kB] 109s Get:146 http://ftpmaster.internal/ubuntu plucky/main s390x libharfbuzz0b s390x 10.2.0-1 [538 kB] 109s Get:147 http://ftpmaster.internal/ubuntu plucky/main s390x libthai-data all 0.1.29-2build1 [158 kB] 109s Get:148 http://ftpmaster.internal/ubuntu plucky/main s390x libdatrie1 s390x 0.2.13-3build1 [20.6 kB] 109s Get:149 http://ftpmaster.internal/ubuntu plucky/main s390x libthai0 s390x 0.1.29-2build1 [20.7 kB] 109s Get:150 http://ftpmaster.internal/ubuntu plucky/main s390x libpango-1.0-0 s390x 1.56.1-1 [253 kB] 109s Get:151 http://ftpmaster.internal/ubuntu plucky/main s390x libpangoft2-1.0-0 s390x 1.56.1-1 [50.3 kB] 109s Get:152 http://ftpmaster.internal/ubuntu plucky/main s390x libpangocairo-1.0-0 s390x 1.56.1-1 [28.3 kB] 109s Get:153 http://ftpmaster.internal/ubuntu plucky/main s390x librsvg2-2 s390x 2.59.2+dfsg-1 [1986 kB] 109s Get:154 http://ftpmaster.internal/ubuntu plucky/universe s390x libshine3 s390x 3.1.1-2build1 [45.7 kB] 109s Get:155 http://ftpmaster.internal/ubuntu plucky/main s390x libsnappy1v5 s390x 1.2.1-1 [33.0 kB] 109s Get:156 http://ftpmaster.internal/ubuntu plucky/main s390x libspeex1 s390x 1.2.1-3 [70.7 kB] 109s Get:157 http://ftpmaster.internal/ubuntu plucky/universe s390x libsvtav1enc2 s390x 2.3.0+dfsg-1 [2294 kB] 109s Get:158 http://ftpmaster.internal/ubuntu plucky/universe s390x libsoxr0 s390x 0.1.3-4build3 [69.5 kB] 109s Get:159 http://ftpmaster.internal/ubuntu plucky/universe s390x libswresample5 s390x 7:7.1-3ubuntu2 [63.2 kB] 109s Get:160 http://ftpmaster.internal/ubuntu plucky/main s390x libtwolame0 s390x 0.4.0-2build3 [56.4 kB] 109s Get:161 http://ftpmaster.internal/ubuntu plucky/main s390x libvpx9 s390x 1.15.0-1ubuntu1 [1604 kB] 109s Get:162 http://ftpmaster.internal/ubuntu plucky/main s390x libwebpmux3 s390x 1.5.0-0.1 [25.8 kB] 109s Get:163 http://ftpmaster.internal/ubuntu plucky/universe s390x libx264-164 s390x 2:0.164.3108+git31e19f9-2build1 [592 kB] 109s Get:164 http://ftpmaster.internal/ubuntu plucky/universe s390x libx265-215 s390x 4.1-2 [904 kB] 109s Get:165 http://ftpmaster.internal/ubuntu plucky/universe s390x libxvidcore4 s390x 2:1.3.7-1build1 [214 kB] 109s Get:166 http://ftpmaster.internal/ubuntu plucky/universe s390x libzvbi-common all 0.2.43-2ubuntu1 [42.7 kB] 109s Get:167 http://ftpmaster.internal/ubuntu plucky/universe s390x libzvbi0t64 s390x 0.2.43-2ubuntu1 [275 kB] 109s Get:168 http://ftpmaster.internal/ubuntu plucky/universe s390x libavcodec61 s390x 7:7.1-3ubuntu2 [8121 kB] 109s Get:169 http://ftpmaster.internal/ubuntu plucky/universe s390x libavutil-dev s390x 7:7.1-3ubuntu2 [601 kB] 109s Get:170 http://ftpmaster.internal/ubuntu plucky/universe s390x libswresample-dev s390x 7:7.1-3ubuntu2 [72.1 kB] 109s Get:171 http://ftpmaster.internal/ubuntu plucky/universe s390x libavcodec-dev s390x 7:7.1-3ubuntu2 [8720 kB] 110s Get:172 http://ftpmaster.internal/ubuntu plucky/universe s390x libudfread0 s390x 1.1.2-1build1 [18.5 kB] 110s Get:173 http://ftpmaster.internal/ubuntu plucky/universe s390x libbluray2 s390x 1:1.3.4-1build1 [173 kB] 110s Get:174 http://ftpmaster.internal/ubuntu plucky/universe s390x libchromaprint1 s390x 1.5.1-7 [34.2 kB] 110s Get:175 http://ftpmaster.internal/ubuntu plucky/universe s390x libdvdread8t64 s390x 6.1.3-2 [54.6 kB] 110s Get:176 http://ftpmaster.internal/ubuntu plucky/universe s390x libdvdnav4 s390x 6.1.1-3build1 [40.3 kB] 110s Get:177 http://ftpmaster.internal/ubuntu plucky/universe s390x libgme0 s390x 0.6.3-7build1 [150 kB] 110s Get:178 http://ftpmaster.internal/ubuntu plucky/main s390x libmpg123-0t64 s390x 1.32.10-1 [179 kB] 110s Get:179 http://ftpmaster.internal/ubuntu plucky/main s390x libvorbisfile3 s390x 1.3.7-2 [18.2 kB] 110s Get:180 http://ftpmaster.internal/ubuntu plucky/universe s390x libopenmpt0t64 s390x 0.7.13-1 [732 kB] 110s Get:181 http://ftpmaster.internal/ubuntu plucky/main s390x librabbitmq4 s390x 0.15.0-1 [37.9 kB] 110s Get:182 http://ftpmaster.internal/ubuntu plucky/universe s390x libcjson1 s390x 1.7.18-3 [22.9 kB] 110s Get:183 http://ftpmaster.internal/ubuntu plucky/universe s390x libmbedcrypto16 s390x 3.6.2-3ubuntu1 [261 kB] 110s Get:184 http://ftpmaster.internal/ubuntu plucky/universe s390x librist4 s390x 0.2.11+dfsg-1 [77.5 kB] 110s Get:185 http://ftpmaster.internal/ubuntu plucky/universe s390x libsrt1.5-gnutls s390x 1.5.4-1 [345 kB] 110s Get:186 http://ftpmaster.internal/ubuntu plucky/main s390x libssh-4 s390x 0.11.1-1 [203 kB] 110s Get:187 http://ftpmaster.internal/ubuntu plucky/universe s390x libnorm1t64 s390x 1.5.9+dfsg-3.1build1 [158 kB] 110s Get:188 http://ftpmaster.internal/ubuntu plucky/universe s390x libpgm-5.3-0t64 s390x 5.3.128~dfsg-2.1build1 [169 kB] 110s Get:189 http://ftpmaster.internal/ubuntu plucky/main s390x libsodium23 s390x 1.0.18-1build3 [138 kB] 110s Get:190 http://ftpmaster.internal/ubuntu plucky/universe s390x libzmq5 s390x 4.3.5-1build2 [258 kB] 110s Get:191 http://ftpmaster.internal/ubuntu plucky/universe s390x libavformat61 s390x 7:7.1-3ubuntu2 [1315 kB] 110s Get:192 http://ftpmaster.internal/ubuntu plucky/universe s390x libavformat-dev s390x 7:7.1-3ubuntu2 [1585 kB] 110s Get:193 http://ftpmaster.internal/ubuntu plucky/main s390x libyuv0 s390x 0.0.1899.20250103-1 [127 kB] 110s Get:194 http://ftpmaster.internal/ubuntu plucky/universe s390x libavif16 s390x 1.1.1-1ubuntu1 [103 kB] 110s Get:195 http://ftpmaster.internal/ubuntu plucky/universe s390x libblosc1 s390x 1.21.5+ds-1build1 [27.7 kB] 110s Get:196 http://ftpmaster.internal/ubuntu plucky/main s390x libcap-dev s390x 1:2.66-5ubuntu3 [563 kB] 110s Get:197 http://ftpmaster.internal/ubuntu plucky/universe s390x libcfitsio10t64 s390x 4.5.0-5 [607 kB] 110s Get:198 http://ftpmaster.internal/ubuntu plucky/universe s390x libcharls2 s390x 2.4.2-2build2 [101 kB] 110s Get:199 http://ftpmaster.internal/ubuntu plucky/main s390x libraw1394-11 s390x 2.1.2-2build3 [28.3 kB] 110s Get:200 http://ftpmaster.internal/ubuntu plucky/universe s390x libdc1394-25 s390x 2.2.6-4build1 [101 kB] 110s Get:201 http://ftpmaster.internal/ubuntu plucky/main s390x libraw1394-dev s390x 2.1.2-2build3 [40.8 kB] 110s Get:202 http://ftpmaster.internal/ubuntu plucky/universe s390x libdc1394-dev s390x 2.2.6-4build1 [130 kB] 110s Get:203 http://ftpmaster.internal/ubuntu plucky/main s390x libde265-0 s390x 1.0.15-1build4 [175 kB] 111s Get:204 http://ftpmaster.internal/ubuntu plucky/main s390x libdeflate-dev s390x 1.23-1 [52.2 kB] 111s Get:205 http://ftpmaster.internal/ubuntu plucky/universe s390x libdouble-conversion3 s390x 3.3.0-1build1 [43.9 kB] 111s Get:206 http://ftpmaster.internal/ubuntu plucky/main s390x libdrm-nouveau2 s390x 2.4.123-1 [18.2 kB] 111s Get:207 http://ftpmaster.internal/ubuntu plucky/main s390x libpciaccess0 s390x 0.17-3build1 [19.0 kB] 111s Get:208 http://ftpmaster.internal/ubuntu plucky/main s390x libpciaccess-dev s390x 0.17-3build1 [22.6 kB] 111s Get:209 http://ftpmaster.internal/ubuntu plucky/main s390x libdrm-dev s390x 2.4.123-1 [245 kB] 111s Get:210 http://ftpmaster.internal/ubuntu plucky/main s390x xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB] 111s Get:211 http://ftpmaster.internal/ubuntu plucky/main s390x x11proto-dev all 2024.1-1 [606 kB] 111s Get:212 http://ftpmaster.internal/ubuntu plucky/main s390x libxau-dev s390x 1:1.0.11-1 [9752 B] 111s Get:213 http://ftpmaster.internal/ubuntu plucky/main s390x libxdmcp-dev s390x 1:1.1.3-0ubuntu6 [26.9 kB] 111s Get:214 http://ftpmaster.internal/ubuntu plucky/main s390x xtrans-dev all 1.4.0-1 [68.9 kB] 111s Get:215 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb1-dev s390x 1.17.0-2 [88.9 kB] 111s Get:216 http://ftpmaster.internal/ubuntu plucky/main s390x libx11-dev s390x 2:1.8.10-2 [761 kB] 111s Get:217 http://ftpmaster.internal/ubuntu plucky/main s390x libglx-dev s390x 1.7.0-1build1 [14.2 kB] 111s Get:218 http://ftpmaster.internal/ubuntu plucky/main s390x libgl-dev s390x 1.7.0-1build1 [102 kB] 111s Get:219 http://ftpmaster.internal/ubuntu plucky/main s390x libegl-dev s390x 1.7.0-1build1 [18.2 kB] 111s Get:220 http://ftpmaster.internal/ubuntu plucky/main s390x libevent-pthreads-2.1-7t64 s390x 2.1.12-stable-10 [7870 B] 111s Get:221 http://ftpmaster.internal/ubuntu plucky/main s390x libexif12 s390x 0.6.24-2 [88.7 kB] 111s Get:222 http://ftpmaster.internal/ubuntu plucky/main s390x libexif-dev s390x 0.6.24-2 [112 kB] 111s Get:223 http://ftpmaster.internal/ubuntu plucky/main s390x librdmacm1t64 s390x 55.0-1ubuntu1 [73.7 kB] 111s Get:224 http://ftpmaster.internal/ubuntu plucky/universe s390x libfabric1 s390x 1.17.0-3ubuntu1 [558 kB] 111s Get:225 http://ftpmaster.internal/ubuntu plucky/universe s390x libfyba0t64 s390x 4.1.1-11build1 [125 kB] 111s Get:226 http://ftpmaster.internal/ubuntu plucky/main s390x libgbm-dev s390x 24.3.4-3ubuntu1 [9816 B] 111s Get:227 http://ftpmaster.internal/ubuntu plucky/main s390x libheif-plugin-aomdec s390x 1.19.5-1build1 [11.6 kB] 111s Get:228 http://ftpmaster.internal/ubuntu plucky/main s390x libheif-plugin-libde265 s390x 1.19.5-1build1 [9066 B] 111s Get:229 http://ftpmaster.internal/ubuntu plucky/main s390x libheif1 s390x 1.19.5-1build1 [410 kB] 111s Get:230 http://ftpmaster.internal/ubuntu plucky/main s390x libimagequant0 s390x 2.18.0-1build1 [43.3 kB] 111s Get:231 http://ftpmaster.internal/ubuntu plucky/main s390x libraqm0 s390x 0.10.2-1 [15.8 kB] 111s Get:232 http://ftpmaster.internal/ubuntu plucky/main s390x libxpm4 s390x 1:3.5.17-1build2 [41.2 kB] 111s Get:233 http://ftpmaster.internal/ubuntu plucky/main s390x libgd3 s390x 2.3.3-12ubuntu3 [141 kB] 111s Get:234 http://ftpmaster.internal/ubuntu plucky/universe s390x libminizip1t64 s390x 1:1.3.dfsg+really1.3.1-1ubuntu1 [24.6 kB] 111s Get:235 http://ftpmaster.internal/ubuntu plucky/universe s390x libfreexl1 s390x 2.0.0-1build2 [46.5 kB] 111s Get:236 http://ftpmaster.internal/ubuntu plucky/universe s390x libgeos3.13.0 s390x 3.13.0-1 [966 kB] 111s Get:237 http://ftpmaster.internal/ubuntu plucky/universe s390x libgeos-c1t64 s390x 3.13.0-1 [93.3 kB] 111s Get:238 http://ftpmaster.internal/ubuntu plucky/universe s390x proj-data all 9.5.1-1 [7924 kB] 111s Get:239 http://ftpmaster.internal/ubuntu plucky/universe s390x libproj25 s390x 9.5.1-1 [1452 kB] 111s Get:240 http://ftpmaster.internal/ubuntu plucky/universe s390x libgeotiff5 s390x 1.7.3-1 [66.4 kB] 111s Get:241 http://ftpmaster.internal/ubuntu plucky/universe s390x libsz2 s390x 1.1.3-1 [5442 B] 111s Get:242 http://ftpmaster.internal/ubuntu plucky/universe s390x libhdf4-0-alt s390x 4.3.0-1 [300 kB] 112s Get:243 http://ftpmaster.internal/ubuntu plucky/universe s390x libhdf5-310 s390x 1.14.5+repack-3 [1477 kB] 112s Get:244 http://ftpmaster.internal/ubuntu plucky/universe s390x liburiparser1 s390x 0.9.8+dfsg-2 [42.4 kB] 112s Get:245 http://ftpmaster.internal/ubuntu plucky/universe s390x libkmlbase1t64 s390x 1.3.0-12build1 [50.5 kB] 112s Get:246 http://ftpmaster.internal/ubuntu plucky/universe s390x libkmldom1t64 s390x 1.3.0-12build1 [151 kB] 112s Get:247 http://ftpmaster.internal/ubuntu plucky/universe s390x libkmlengine1t64 s390x 1.3.0-12build1 [68.9 kB] 112s Get:248 http://ftpmaster.internal/ubuntu plucky/main s390x mysql-common all 5.8+1.1.1 [6800 B] 112s Get:249 http://ftpmaster.internal/ubuntu plucky/main s390x libmysqlclient24 s390x 8.4.4-0ubuntu1 [1295 kB] 112s Get:250 http://ftpmaster.internal/ubuntu plucky/universe s390x libhdf5-hl-310 s390x 1.14.5+repack-3 [61.0 kB] 112s Get:251 http://ftpmaster.internal/ubuntu plucky/universe s390x libnetcdf19t64 s390x 1:4.9.2-6ubuntu2 [497 kB] 112s Get:252 http://ftpmaster.internal/ubuntu plucky/main s390x libltdl7 s390x 2.5.4-3build1 [43.9 kB] 112s Get:253 http://ftpmaster.internal/ubuntu plucky/main s390x libodbc2 s390x 2.3.12-2ubuntu1 [163 kB] 112s Get:254 http://ftpmaster.internal/ubuntu plucky/main s390x unixodbc-common all 2.3.12-2ubuntu1 [9044 B] 112s Get:255 http://ftpmaster.internal/ubuntu plucky/main s390x libodbcinst2 s390x 2.3.12-2ubuntu1 [32.2 kB] 112s Get:256 http://ftpmaster.internal/ubuntu plucky/universe s390x libogdi4.1 s390x 4.1.1+ds-5 [219 kB] 112s Get:257 http://ftpmaster.internal/ubuntu plucky/main s390x libgpgmepp6t64 s390x 1.24.1-3ubuntu1 [125 kB] 112s Get:258 http://ftpmaster.internal/ubuntu plucky/main s390x libpoppler145 s390x 25.01.0-3 [1234 kB] 112s Get:259 http://ftpmaster.internal/ubuntu plucky/main s390x libpq5 s390x 17.2-1build2 [146 kB] 112s Get:260 http://ftpmaster.internal/ubuntu plucky/universe s390x libqhull-r8.0 s390x 2020.2-6build1 [199 kB] 112s Get:261 http://ftpmaster.internal/ubuntu plucky/universe s390x librttopo1 s390x 1.1.0-3build2 [200 kB] 112s Get:262 http://ftpmaster.internal/ubuntu plucky/universe s390x libspatialite8t64 s390x 5.1.0-3build1 [2050 kB] 112s Get:263 http://ftpmaster.internal/ubuntu plucky/universe s390x libxerces-c3.2t64 s390x 3.2.4+debian-1.3build1 [938 kB] 112s Get:264 http://ftpmaster.internal/ubuntu plucky/universe s390x libgdal36 s390x 3.10.1+dfsg-1build2 [9637 kB] 112s Get:265 http://ftpmaster.internal/ubuntu plucky/universe s390x libsocket++1 s390x 1.12.13+git20131030.5d039ba-1build1 [79.5 kB] 112s Get:266 http://ftpmaster.internal/ubuntu plucky/universe s390x libgdcm3.0t64 s390x 3.0.24-5ubuntu1 [2239 kB] 112s Get:267 http://ftpmaster.internal/ubuntu plucky/universe s390x libgdcm-dev s390x 3.0.24-5ubuntu1 [268 kB] 112s Get:268 http://ftpmaster.internal/ubuntu plucky/main s390x libffi-dev s390x 3.4.6-1build1 [58.8 kB] 112s Get:269 http://ftpmaster.internal/ubuntu plucky/main s390x uuid-dev s390x 2.40.2-14ubuntu1 [54.0 kB] 112s Get:270 http://ftpmaster.internal/ubuntu plucky/main s390x libblkid-dev s390x 2.40.2-14ubuntu1 [233 kB] 112s Get:271 http://ftpmaster.internal/ubuntu plucky/main s390x libsepol-dev s390x 3.7-1 [412 kB] 112s Get:272 http://ftpmaster.internal/ubuntu plucky/main s390x libpcre2-16-0 s390x 10.42-4ubuntu3 [236 kB] 112s Get:273 http://ftpmaster.internal/ubuntu plucky/main s390x libpcre2-32-0 s390x 10.42-4ubuntu3 [221 kB] 112s Get:274 http://ftpmaster.internal/ubuntu plucky/main s390x libpcre2-posix3 s390x 10.42-4ubuntu3 [6820 B] 112s Get:275 http://ftpmaster.internal/ubuntu plucky/main s390x libpcre2-dev s390x 10.42-4ubuntu3 [815 kB] 112s Get:276 http://ftpmaster.internal/ubuntu plucky/main s390x libselinux1-dev s390x 3.7-3ubuntu2 [169 kB] 112s Get:277 http://ftpmaster.internal/ubuntu plucky/main s390x libmount-dev s390x 2.40.2-14ubuntu1 [34.6 kB] 112s Get:278 http://ftpmaster.internal/ubuntu plucky/main s390x libsysprof-capture-4-dev s390x 47.2-1 [51.6 kB] 112s Get:279 http://ftpmaster.internal/ubuntu plucky/main s390x libpkgconf3 s390x 1.8.1-4 [31.2 kB] 112s Get:280 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf-bin s390x 1.8.1-4 [21.5 kB] 112s Get:281 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf s390x 1.8.1-4 [16.7 kB] 112s Get:282 http://ftpmaster.internal/ubuntu plucky/main s390x zlib1g-dev s390x 1:1.3.dfsg+really1.3.1-1ubuntu1 [898 kB] 112s Get:283 http://ftpmaster.internal/ubuntu plucky/main s390x libgio-2.0-dev s390x 2.83.3-2 [1818 kB] 112s Get:284 http://ftpmaster.internal/ubuntu plucky/main s390x python3-packaging all 24.2-1 [51.5 kB] 112s Get:285 http://ftpmaster.internal/ubuntu plucky/main s390x libgio-2.0-dev-bin s390x 2.83.3-2 [129 kB] 112s Get:286 http://ftpmaster.internal/ubuntu plucky/universe s390x libgl2ps1.4 s390x 1.4.2+dfsg1-2build1 [44.1 kB] 112s Get:287 http://ftpmaster.internal/ubuntu plucky/main s390x libgles1 s390x 1.7.0-1build1 [13.2 kB] 112s Get:288 http://ftpmaster.internal/ubuntu plucky/main s390x libgles2 s390x 1.7.0-1build1 [22.4 kB] 112s Get:289 http://ftpmaster.internal/ubuntu plucky/main s390x libgles-dev s390x 1.7.0-1build1 [50.5 kB] 112s Get:290 http://ftpmaster.internal/ubuntu plucky/universe s390x libglew2.2 s390x 2.2.0-4build1 [195 kB] 112s Get:291 http://ftpmaster.internal/ubuntu plucky/main s390x libglib2.0-bin s390x 2.83.3-2 [99.5 kB] 112s Get:292 http://ftpmaster.internal/ubuntu plucky/main s390x libglib2.0-dev-bin s390x 2.83.3-2 [18.1 kB] 112s Get:293 http://ftpmaster.internal/ubuntu plucky/main s390x libglib2.0-dev s390x 2.83.3-2 [18.9 kB] 113s Get:294 http://ftpmaster.internal/ubuntu plucky/main s390x libgphoto2-port12t64 s390x 2.5.31-4 [58.7 kB] 113s Get:295 http://ftpmaster.internal/ubuntu plucky/main s390x libgphoto2-6t64 s390x 2.5.31-4 [779 kB] 113s Get:296 http://ftpmaster.internal/ubuntu plucky/main s390x libgphoto2-dev s390x 2.5.31-4 [33.2 kB] 113s Get:297 http://ftpmaster.internal/ubuntu plucky/main s390x libsoup-3.0-common all 3.6.4-2 [10.8 kB] 113s Get:298 http://ftpmaster.internal/ubuntu plucky/main s390x libsoup-3.0-0 s390x 3.6.4-2 [290 kB] 113s Get:299 http://ftpmaster.internal/ubuntu plucky/main s390x libgssdp-1.6-0 s390x 1.6.3-1build3 [40.5 kB] 113s Get:300 http://ftpmaster.internal/ubuntu plucky/main s390x libgstreamer1.0-dev s390x 1.25.1-1 [535 kB] 113s Get:301 http://ftpmaster.internal/ubuntu plucky/main s390x liborc-0.4-dev-bin s390x 1:0.4.40-1 [20.8 kB] 113s Get:302 http://ftpmaster.internal/ubuntu plucky/main s390x liborc-0.4-dev s390x 1:0.4.40-1 [31.0 kB] 113s Get:303 http://ftpmaster.internal/ubuntu plucky/main s390x libx11-xcb-dev s390x 2:1.8.10-2 [9892 B] 113s Get:304 http://ftpmaster.internal/ubuntu plucky/main s390x libwayland-bin s390x 1.23.1-1 [21.3 kB] 113s Get:305 http://ftpmaster.internal/ubuntu plucky/main s390x libwayland-dev s390x 1.23.1-1 [74.4 kB] 113s Get:306 http://ftpmaster.internal/ubuntu plucky/main s390x libudev-dev s390x 257.2-3ubuntu1 [22.0 kB] 113s Get:307 http://ftpmaster.internal/ubuntu plucky/main s390x libgudev-1.0-dev s390x 1:238-6 [27.2 kB] 113s Get:308 http://ftpmaster.internal/ubuntu plucky/main s390x libgstreamer-plugins-base1.0-dev s390x 1.25.1-2 [469 kB] 113s Get:309 http://ftpmaster.internal/ubuntu plucky/main s390x libgupnp-1.6-0 s390x 1.6.8-1 [92.4 kB] 113s Get:310 http://ftpmaster.internal/ubuntu plucky/universe s390x libgupnp-igd-1.6-0 s390x 1.6.0-4 [16.5 kB] 113s Get:311 http://ftpmaster.internal/ubuntu plucky/universe s390x libhwloc15 s390x 2.11.2-1build1 [176 kB] 113s Get:312 http://ftpmaster.internal/ubuntu plucky/main s390x x11-common all 1:7.7+23ubuntu3 [21.7 kB] 113s Get:313 http://ftpmaster.internal/ubuntu plucky/main s390x libice6 s390x 2:1.1.1-1 [45.4 kB] 113s Get:314 http://ftpmaster.internal/ubuntu plucky/universe s390x libimath-3-1-29t64 s390x 3.1.11-2ubuntu3 [72.9 kB] 113s Get:315 http://ftpmaster.internal/ubuntu plucky/universe s390x libimath-dev s390x 3.1.11-2ubuntu3 [115 kB] 113s Get:316 http://ftpmaster.internal/ubuntu plucky/main s390x libwacom-common all 2.14.0-1 [103 kB] 113s Get:317 http://ftpmaster.internal/ubuntu plucky/main s390x libwacom9 s390x 2.14.0-1 [27.1 kB] 113s Get:318 http://ftpmaster.internal/ubuntu plucky/main s390x libinput-bin s390x 1.26.2-1 [22.8 kB] 113s Get:319 http://ftpmaster.internal/ubuntu plucky/main s390x libmtdev1t64 s390x 1.1.7-1 [15.6 kB] 113s Get:320 http://ftpmaster.internal/ubuntu plucky/main s390x libinput10 s390x 1.26.2-1 [135 kB] 113s Get:321 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg-turbo8-dev s390x 2.1.5-3ubuntu2 [281 kB] 113s Get:322 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg8-dev s390x 8c-2ubuntu11 [1484 B] 113s Get:323 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg-dev s390x 8c-2ubuntu11 [1484 B] 113s Get:324 http://ftpmaster.internal/ubuntu plucky/main s390x libjsoncpp26 s390x 1.9.6-3 [80.8 kB] 113s Get:325 http://ftpmaster.internal/ubuntu plucky/universe s390x libleptonica6 s390x 1.84.1-4 [1195 kB] 113s Get:326 http://ftpmaster.internal/ubuntu plucky/universe s390x libmd4c0 s390x 0.5.2-2 [47.7 kB] 113s Get:327 http://ftpmaster.internal/ubuntu plucky/universe s390x libnice10 s390x 0.1.22-1 [156 kB] 113s Get:328 http://ftpmaster.internal/ubuntu plucky/universe s390x libtbbmalloc2 s390x 2022.0.0-1 [57.6 kB] 114s Get:329 http://ftpmaster.internal/ubuntu plucky/universe s390x libtbbbind-2-5 s390x 2022.0.0-1 [15.3 kB] 114s Get:330 http://ftpmaster.internal/ubuntu plucky/universe s390x libtbb12 s390x 2022.0.0-1 [99.9 kB] 114s Get:331 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-core406t64 s390x 4.6.0+dfsg-14build3 [1164 kB] 114s Get:332 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-flann406t64 s390x 4.6.0+dfsg-14build3 [145 kB] 114s Get:333 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-imgproc406t64 s390x 4.6.0+dfsg-14build3 [1138 kB] 114s Get:334 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-features2d406t64 s390x 4.6.0+dfsg-14build3 [246 kB] 114s Get:335 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-calib3d406t64 s390x 4.6.0+dfsg-14build3 [764 kB] 114s Get:336 http://ftpmaster.internal/ubuntu plucky/universe s390x libtbb-dev s390x 2022.0.0-1 [197 kB] 114s Get:337 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-core-dev s390x 4.6.0+dfsg-14build3 [1938 kB] 114s Get:338 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-flann-dev s390x 4.6.0+dfsg-14build3 [221 kB] 114s Get:339 http://ftpmaster.internal/ubuntu plucky/universe s390x libopenexr-3-1-30 s390x 3.1.5-5.1build3 [1042 kB] 114s Get:340 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-imgcodecs406t64 s390x 4.6.0+dfsg-14build3 [137 kB] 114s Get:341 http://ftpmaster.internal/ubuntu plucky/main s390x libopengl0 s390x 1.7.0-1build1 [48.0 kB] 114s Get:342 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5core5t64 s390x 5.15.15+dfsg-1ubuntu2 [2243 kB] 114s Get:343 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5dbus5t64 s390x 5.15.15+dfsg-1ubuntu2 [240 kB] 114s Get:344 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5network5t64 s390x 5.15.15+dfsg-1ubuntu2 [788 kB] 114s Get:345 http://ftpmaster.internal/ubuntu plucky/main s390x libsm6 s390x 2:1.2.4-1 [18.4 kB] 114s Get:346 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-icccm4 s390x 0.4.2-1 [11.4 kB] 114s Get:347 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-util1 s390x 0.4.1-1 [10.7 kB] 114s Get:348 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-image0 s390x 0.4.0-2build1 [12.0 kB] 114s Get:349 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-keysyms1 s390x 0.4.1-1 [8908 B] 114s Get:350 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-render-util0 s390x 0.3.10-1 [10.3 kB] 114s Get:351 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-shape0 s390x 1.17.0-2 [6202 B] 114s Get:352 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-xinerama0 s390x 1.17.0-2 [5430 B] 114s Get:353 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-xinput0 s390x 1.17.0-2 [35.8 kB] 114s Get:354 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-xkb1 s390x 1.17.0-2 [34.5 kB] 114s Get:355 http://ftpmaster.internal/ubuntu plucky/main s390x libxkbcommon-x11-0 s390x 1.7.0-2 [14.8 kB] 114s Get:356 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5gui5t64 s390x 5.15.15+dfsg-1ubuntu2 [4187 kB] 114s Get:357 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5widgets5t64 s390x 5.15.15+dfsg-1ubuntu2 [2718 kB] 114s Get:358 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5opengl5t64 s390x 5.15.15+dfsg-1ubuntu2 [156 kB] 114s Get:359 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5test5t64 s390x 5.15.15+dfsg-1ubuntu2 [155 kB] 114s Get:360 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-highgui406t64 s390x 4.6.0+dfsg-14build3 [119 kB] 114s Get:361 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-imgproc-dev s390x 4.6.0+dfsg-14build3 [1443 kB] 114s Get:362 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-imgcodecs-dev s390x 4.6.0+dfsg-14build3 [202 kB] 114s Get:363 http://ftpmaster.internal/ubuntu plucky/universe s390x libswscale8 s390x 7:7.1-3ubuntu2 [216 kB] 114s Get:364 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-videoio406t64 s390x 4.6.0+dfsg-14build3 [218 kB] 114s Get:365 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-videoio-dev s390x 4.6.0+dfsg-14build3 [335 kB] 114s Get:366 http://ftpmaster.internal/ubuntu plucky/universe s390x libopenexr-dev s390x 3.1.5-5.1build3 [106 kB] 115s Get:367 http://ftpmaster.internal/ubuntu plucky/main s390x libpng-dev s390x 1.6.46-4 [283 kB] 115s Get:368 http://ftpmaster.internal/ubuntu plucky/universe s390x libswscale-dev s390x 7:7.1-3ubuntu2 [232 kB] 115s Get:369 http://ftpmaster.internal/ubuntu plucky/main s390x libjbig-dev s390x 2.1-6.1ubuntu2 [30.6 kB] 115s Get:370 http://ftpmaster.internal/ubuntu plucky/main s390x liblzma-dev s390x 5.6.3-1 [183 kB] 115s Get:371 http://ftpmaster.internal/ubuntu plucky/main s390x libzstd-dev s390x 1.5.6+dfsg-2 [408 kB] 115s Get:372 http://ftpmaster.internal/ubuntu plucky/main s390x libwebpdemux2 s390x 1.5.0-0.1 [12.6 kB] 115s Get:373 http://ftpmaster.internal/ubuntu plucky/main s390x libwebpdecoder3 s390x 1.5.0-0.1 [90.2 kB] 115s Get:374 http://ftpmaster.internal/ubuntu plucky/main s390x libsharpyuv-dev s390x 1.5.0-0.1 [17.3 kB] 115s Get:375 http://ftpmaster.internal/ubuntu plucky/main s390x libwebp-dev s390x 1.5.0-0.1 [341 kB] 115s Get:376 http://ftpmaster.internal/ubuntu plucky/main s390x libtiffxx6 s390x 4.5.1+git230720-4ubuntu4 [5894 B] 115s Get:377 http://ftpmaster.internal/ubuntu plucky/main s390x libtiff-dev s390x 4.5.1+git230720-4ubuntu4 [357 kB] 115s Get:378 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-highgui-dev s390x 4.6.0+dfsg-14build3 [176 kB] 115s Get:379 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-ml406t64 s390x 4.6.0+dfsg-14build3 [230 kB] 115s Get:380 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-ml-dev s390x 4.6.0+dfsg-14build3 [319 kB] 115s Get:381 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-features2d-dev s390x 4.6.0+dfsg-14build3 [337 kB] 115s Get:382 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-calib3d-dev s390x 4.6.0+dfsg-14build3 [1095 kB] 115s Get:383 http://ftpmaster.internal/ubuntu plucky/main s390x libprotobuf32t64 s390x 3.21.12-10build1 [944 kB] 115s Get:384 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-dnn406t64 s390x 4.6.0+dfsg-14build3 [1237 kB] 115s Get:385 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-objdetect406t64 s390x 4.6.0+dfsg-14build3 [240 kB] 115s Get:386 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-video406t64 s390x 4.6.0+dfsg-14build3 [189 kB] 115s Get:387 http://ftpmaster.internal/ubuntu plucky/universe s390x libtesseract5 s390x 5.5.0-1 [1451 kB] 115s Get:388 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-contrib406t64 s390x 4.6.0+dfsg-14build3 [4245 kB] 115s Get:389 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-dnn-dev s390x 4.6.0+dfsg-14build3 [1896 kB] 115s Get:390 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-objdetect-dev s390x 4.6.0+dfsg-14build3 [292 kB] 115s Get:391 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-photo406t64 s390x 4.6.0+dfsg-14build3 [227 kB] 115s Get:392 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-photo-dev s390x 4.6.0+dfsg-14build3 [258 kB] 115s Get:393 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-shape406t64 s390x 4.6.0+dfsg-14build3 [58.0 kB] 115s Get:394 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-video-dev s390x 4.6.0+dfsg-14build3 [259 kB] 115s Get:395 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-shape-dev s390x 4.6.0+dfsg-14build3 [75.1 kB] 115s Get:396 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-stitching406t64 s390x 4.6.0+dfsg-14build3 [207 kB] 115s Get:397 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-stitching-dev s390x 4.6.0+dfsg-14build3 [277 kB] 115s Get:398 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-superres406t64 s390x 4.6.0+dfsg-14build3 [49.2 kB] 115s Get:399 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-superres-dev s390x 4.6.0+dfsg-14build3 [63.1 kB] 115s Get:400 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-videostab406t64 s390x 4.6.0+dfsg-14build3 [81.5 kB] 115s Get:401 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-videostab-dev s390x 4.6.0+dfsg-14build3 [113 kB] 115s Get:402 http://ftpmaster.internal/ubuntu plucky/universe s390x libmunge2 s390x 0.5.16-1 [15.2 kB] 115s Get:403 http://ftpmaster.internal/ubuntu plucky/main s390x libxnvctrl0 s390x 510.47.03-0ubuntu4 [12.7 kB] 115s Get:404 http://ftpmaster.internal/ubuntu plucky/universe s390x libhwloc-plugins s390x 2.11.2-1build1 [16.1 kB] 116s Get:405 http://ftpmaster.internal/ubuntu plucky/universe s390x libpmix2t64 s390x 5.0.6-1 [715 kB] 116s Get:406 http://ftpmaster.internal/ubuntu plucky/universe s390x libopenmpi40 s390x 5.0.6-3 [2194 kB] 116s Get:407 http://ftpmaster.internal/ubuntu plucky/main s390x libtcl8.6 s390x 8.6.16+dfsg-1 [1034 kB] 116s Get:408 http://ftpmaster.internal/ubuntu plucky/main s390x libxft2 s390x 2.3.6-1build1 [49.6 kB] 116s Get:409 http://ftpmaster.internal/ubuntu plucky/main s390x libxss1 s390x 1:1.2.3-1build3 [7396 B] 116s Get:410 http://ftpmaster.internal/ubuntu plucky/main s390x libtk8.6 s390x 8.6.16-1 [830 kB] 116s Get:411 http://ftpmaster.internal/ubuntu plucky/universe s390x libvtk9.3 s390x 9.3.0+dfsg1-1.1ubuntu3 [27.1 MB] 117s Get:412 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-viz406t64 s390x 4.6.0+dfsg-14build3 [108 kB] 117s Get:413 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-viz-dev s390x 4.6.0+dfsg-14build3 [184 kB] 117s Get:414 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-contrib-dev s390x 4.6.0+dfsg-14build3 [5775 kB] 118s Get:415 http://ftpmaster.internal/ubuntu plucky/universe s390x libopencv-dev s390x 4.6.0+dfsg-14build3 [89.0 kB] 118s Get:416 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-critical-section-dev s390x 1.2.0-1 [21.0 kB] 118s Get:417 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unicode-ident-dev s390x 1.0.13-1 [38.5 kB] 118s Get:418 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-proc-macro2-dev s390x 1.0.92-1 [46.1 kB] 118s Get:419 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-quote-dev s390x 1.0.37-1 [29.5 kB] 118s Get:420 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-syn-dev s390x 2.0.96-2 [227 kB] 118s Get:421 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-derive-dev s390x 1.0.217-1 [51.2 kB] 118s Get:422 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-dev s390x 1.0.217-1 [67.2 kB] 118s Get:423 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-portable-atomic-dev s390x 1.10.0-3 [128 kB] 118s Get:424 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cfg-if-dev s390x 1.0.0-1 [10.5 kB] 118s Get:425 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rustc-std-workspace-core-dev s390x 1.0.0-1 [3020 B] 118s Get:426 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-libc-dev s390x 0.2.169-1 [382 kB] 118s Get:427 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-getrandom-dev s390x 0.2.15-1 [37.8 kB] 118s Get:428 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-derive-arbitrary-dev s390x 1.4.1-1 [13.5 kB] 118s Get:429 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-arbitrary-dev s390x 1.4.1-1 [36.9 kB] 118s Get:430 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-smallvec-dev s390x 1.13.2-1 [35.5 kB] 118s Get:431 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-parking-lot-core-dev s390x 0.9.10-1 [32.6 kB] 118s Get:432 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-once-cell-dev s390x 1.20.2-1 [31.9 kB] 118s Get:433 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crunchy-dev s390x 0.2.2-1 [5340 B] 118s Get:434 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-tiny-keccak-dev s390x 2.0.2-1 [20.9 kB] 118s Get:435 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-const-random-macro-dev s390x 0.1.16-2 [10.5 kB] 118s Get:436 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-const-random-dev s390x 0.1.17-2 [8590 B] 118s Get:437 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-version-check-dev s390x 0.9.5-1 [16.9 kB] 118s Get:438 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-byteorder-dev s390x 1.5.0-1 [22.4 kB] 118s Get:439 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zerocopy-derive-dev s390x 0.7.34-1 [30.3 kB] 118s Get:440 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zerocopy-dev s390x 0.7.34-1 [117 kB] 118s Get:441 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ahash-dev all 0.8.11-9 [38.1 kB] 118s Get:442 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-derive-dev s390x 2.6.1-2 [11.0 kB] 118s Get:443 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-dev s390x 2.6.1-2 [28.0 kB] 118s Get:444 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-ref-dev s390x 2.6.1-1 [8942 B] 118s Get:445 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-erased-serde-dev s390x 0.3.31-1 [22.7 kB] 118s Get:446 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-fmt-dev all 1.0.3-3 [6956 B] 118s Get:447 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-equivalent-dev s390x 1.0.1-1 [8240 B] 118s Get:448 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-allocator-api2-dev s390x 0.2.16-1 [54.8 kB] 118s Get:449 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-compiler-builtins-dev s390x 0.1.139-1 [178 kB] 118s Get:450 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-either-dev s390x 1.13.0-1 [20.2 kB] 118s Get:451 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crossbeam-utils-dev s390x 0.8.19-1 [41.1 kB] 118s Get:452 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crossbeam-epoch-dev s390x 0.9.18-1 [42.3 kB] 118s Get:453 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crossbeam-epoch+std-dev s390x 0.9.18-1 [1128 B] 118s Get:454 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-crossbeam-deque-dev s390x 0.8.5-1 [22.4 kB] 118s Get:455 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rayon-core-dev s390x 1.12.1-1 [63.7 kB] 118s Get:456 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rayon-dev s390x 1.10.0-1 [149 kB] 118s Get:457 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-hashbrown-dev s390x 0.14.5-5 [110 kB] 118s Get:458 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-indexmap-dev s390x 2.7.0-1 [69.4 kB] 118s Get:459 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-no-panic-dev s390x 0.1.32-1 [14.6 kB] 118s Get:460 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-itoa-dev s390x 1.0.14-1 [13.5 kB] 118s Get:461 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-memchr-dev s390x 2.7.4-1 [71.8 kB] 118s Get:462 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ryu-dev s390x 1.0.15-1 [41.7 kB] 118s Get:463 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-json-dev s390x 1.0.133-1 [130 kB] 118s Get:464 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-test-dev s390x 1.0.171-1 [20.6 kB] 118s Get:465 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-value-bag-serde1-dev s390x 1.9.0-1 [7820 B] 118s Get:466 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-buffer-dev s390x 2.6.1-1 [16.8 kB] 118s Get:467 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-dynamic-dev s390x 2.6.1-1 [9542 B] 118s Get:468 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-fmt-dev s390x 2.6.1-1 [12.0 kB] 118s Get:469 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-sval-serde-dev s390x 2.6.1-1 [13.2 kB] 118s Get:470 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-value-bag-sval2-dev s390x 1.9.0-1 [7862 B] 118s Get:471 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-value-bag-dev s390x 1.9.0-1 [37.6 kB] 118s Get:472 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-log-dev s390x 0.4.22-1 [43.0 kB] 118s Get:473 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-aho-corasick-dev s390x 1.1.3-1 [146 kB] 118s Get:474 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-anstyle-dev s390x 1.0.8-1 [16.7 kB] 118s Get:475 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zeroize-derive-dev s390x 1.4.2-1 [12.7 kB] 118s Get:476 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-zeroize-dev s390x 1.8.1-1 [21.6 kB] 118s Get:477 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-arrayvec-dev s390x 0.7.6-1 [31.7 kB] 118s Get:478 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-utf8parse-dev s390x 0.2.1-1 [15.0 kB] 118s Get:479 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-anstyle-parse-dev s390x 0.2.1-1 [17.1 kB] 118s Get:480 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-anstyle-query-dev s390x 1.0.0-1 [9768 B] 119s Get:481 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-colorchoice-dev s390x 1.0.0-1 [8338 B] 119s Get:482 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-anstream-dev s390x 0.6.15-1 [25.7 kB] 119s Get:483 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-atomic-refcell-dev s390x 0.1.13-1 [13.5 kB] 119s Get:484 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-autocfg-dev s390x 1.1.0-1 [15.2 kB] 119s Get:485 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bytemuck-derive-dev s390x 1.5.0-2 [18.7 kB] 119s Get:486 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bytemuck-dev s390x 1.21.0-1 [48.9 kB] 119s Get:487 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-bitflags-dev s390x 2.6.0-1 [41.1 kB] 119s Get:488 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-target-lexicon-dev s390x 0.12.14-1 [25.1 kB] 119s Get:489 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-cfg-expr-dev s390x 0.15.8-1 [39.1 kB] 119s Get:490 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-regex-syntax-dev s390x 0.8.5-1 [203 kB] 119s Get:491 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-regex-automata-dev s390x 0.4.9-2 [425 kB] 119s Get:492 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-regex-dev s390x 1.11.1-2 [201 kB] 119s Get:493 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-env-filter-dev s390x 0.1.3-1 [15.0 kB] 119s Get:494 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-humantime-dev s390x 2.1.0-2 [19.2 kB] 119s Get:495 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-env-logger-dev s390x 0.11.5-2 [30.2 kB] 119s Get:496 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-futures-core-dev s390x 0.3.31-1 [16.9 kB] 119s Get:497 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-futures-sink-dev s390x 0.3.31-1 [10.1 kB] 119s Get:498 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-futures-channel-dev s390x 0.3.31-1 [32.1 kB] 119s Get:499 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-futures-task-dev s390x 0.3.31-3 [13.7 kB] 119s Get:500 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-futures-io-dev s390x 0.3.31-1 [11.2 kB] 119s Get:501 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-futures-macro-dev s390x 0.3.31-1 [13.4 kB] 119s Get:502 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-pin-project-lite-dev s390x 0.2.13-1 [30.2 kB] 119s Get:503 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-pin-utils-dev s390x 0.1.0-1 [9340 B] 119s Get:504 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-slab-dev s390x 0.4.9-1 [21.2 kB] 119s Get:505 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-futures-util-dev s390x 0.3.31-1 [129 kB] 119s Get:506 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-num-cpus-dev s390x 1.16.0-1 [18.1 kB] 119s Get:507 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-futures-executor-dev s390x 0.3.31-1 [20.0 kB] 119s Get:508 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-unicode-segmentation-dev s390x 1.12.0-1 [77.3 kB] 119s Get:509 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-heck-dev s390x 0.4.1-1 [13.3 kB] 119s Get:510 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-pkg-config-dev s390x 0.3.31-1 [23.5 kB] 119s Get:511 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-spanned-dev s390x 0.6.7-1 [10.7 kB] 119s Get:512 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-toml-datetime-dev s390x 0.6.8-1 [13.3 kB] 119s Get:513 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-static-assertions-dev s390x 1.1.0-1 [19.0 kB] 119s Get:514 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-kstring-dev s390x 2.0.0-1 [17.7 kB] 119s Get:515 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-winnow-dev s390x 0.6.18-1 [127 kB] 119s Get:516 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-toml-edit-dev s390x 0.22.20-1 [94.1 kB] 119s Get:517 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-toml-dev s390x 0.8.19-1 [43.2 kB] 119s Get:518 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-version-compare-dev s390x 0.1.1-1 [14.6 kB] 119s Get:519 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-system-deps-dev s390x 7.0.2-2 [30.2 kB] 119s Get:520 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-glib-sys-dev s390x 0.20.7-1 [54.4 kB] 119s Get:521 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-gobject-sys-dev s390x 0.20.7-1 [19.5 kB] 119s Get:522 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-gio-sys-dev s390x 0.20.8-2 [67.2 kB] 119s Get:523 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-gir-format-check-dev s390x 0.1.3-2 [6098 B] 119s Get:524 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-proc-macro-crate-dev s390x 3.2.0-1 [13.4 kB] 119s Get:525 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-glib-macros-dev s390x 0.20.7-1 [61.8 kB] 119s Get:526 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-glib-dev s390x 0.20.7-1 [218 kB] 119s Get:527 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-gstreamer-sys-dev s390x 0.23.0-2 [82.6 kB] 119s Get:528 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-itertools-dev s390x 0.13.0-3 [123 kB] 120s Get:529 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-muldiv-dev s390x 1.0.1-2 [6784 B] 120s Get:530 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-libm-dev s390x 0.2.8-1 [101 kB] 120s Get:531 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-num-traits-dev s390x 0.2.19-2 [46.2 kB] 120s Get:532 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-num-integer-dev s390x 0.1.46-1 [22.6 kB] 120s Get:533 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-ppv-lite86-dev s390x 0.2.20-1 [22.2 kB] 120s Get:534 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-core-dev s390x 0.6.4-2 [23.8 kB] 120s Get:535 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-chacha-dev s390x 0.3.1-2 [16.9 kB] 120s Get:536 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-core+getrandom-dev s390x 0.6.4-2 [1054 B] 120s Get:537 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-core+serde-dev s390x 0.6.4-2 [1108 B] 120s Get:538 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-core+std-dev s390x 0.6.4-2 [1052 B] 120s Get:539 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-rand-dev s390x 0.8.5-1 [77.5 kB] 120s Get:540 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-quickcheck-dev s390x 1.0.3-5 [28.1 kB] 120s Get:541 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-num-bigint-dev s390x 0.4.6-1 [84.9 kB] 120s Get:542 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-num-rational-dev s390x 0.4.2-1 [28.7 kB] 120s Get:543 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-paste-dev s390x 1.0.15-1 [21.0 kB] 120s Get:544 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-option-operations-dev s390x 0.5.0-2 [18.6 kB] 120s Get:545 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-serde-bytes-dev s390x 0.11.12-1 [13.4 kB] 120s Get:546 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-thiserror-impl-1-dev s390x 1.0.69-1 [20.0 kB] 120s Get:547 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-thiserror-1-dev s390x 1.0.69-1 [25.6 kB] 120s Get:548 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-gstreamer-dev s390x 0.23.1-1 [261 kB] 120s Get:549 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-gstreamer-base-sys-dev s390x 0.23.0-2 [42.9 kB] 120s Get:550 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-gstreamer-base-dev s390x 0.23.1-1 [61.5 kB] 120s Get:551 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-gstreamer-video-sys-dev s390x 0.23.0-2 [58.5 kB] 120s Get:552 http://ftpmaster.internal/ubuntu plucky/universe s390x libgstreamer-plugins-bad1.0-0 s390x 1.24.12-2ubuntu1 [840 kB] 120s Get:553 http://ftpmaster.internal/ubuntu plucky/universe s390x gir1.2-gst-plugins-bad-1.0 s390x 1.24.12-2ubuntu1 [84.2 kB] 120s Get:554 http://ftpmaster.internal/ubuntu plucky/universe s390x libgstreamer-opencv1.0-0 s390x 1.24.12-2ubuntu1 [26.7 kB] 120s Get:555 http://ftpmaster.internal/ubuntu plucky/main s390x libgstreamer-plugins-good1.0-0 s390x 1.24.10-1ubuntu3 [32.5 kB] 120s Get:556 http://ftpmaster.internal/ubuntu plucky/main s390x libgstreamer-plugins-good1.0-dev s390x 1.24.10-1ubuntu3 [18.2 kB] 120s Get:557 http://ftpmaster.internal/ubuntu plucky/universe s390x libgstreamer-plugins-bad1.0-dev s390x 1.24.12-2ubuntu1 [296 kB] 120s Get:558 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-gstreamer-play-sys-dev s390x 0.23.0-2 [11.2 kB] 120s Get:559 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-gstreamer-video-dev s390x 0.23.0-5 [109 kB] 120s Get:560 http://ftpmaster.internal/ubuntu plucky/universe s390x librust-gstreamer-play-dev s390x 0.23.0-2 [19.6 kB] 121s Fetched 337 MB in 20s (16.8 MB/s) 121s Selecting previously unselected package m4. 121s (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 ... 56550 files and directories currently installed.) 121s Preparing to unpack .../000-m4_1.4.19-5_s390x.deb ... 121s Unpacking m4 (1.4.19-5) ... 121s Selecting previously unselected package autoconf. 121s Preparing to unpack .../001-autoconf_2.72-3_all.deb ... 121s Unpacking autoconf (2.72-3) ... 121s Selecting previously unselected package autotools-dev. 121s Preparing to unpack .../002-autotools-dev_20220109.1_all.deb ... 121s Unpacking autotools-dev (20220109.1) ... 121s Selecting previously unselected package automake. 121s Preparing to unpack .../003-automake_1%3a1.17-3_all.deb ... 121s Unpacking automake (1:1.17-3) ... 121s Selecting previously unselected package autopoint. 121s Preparing to unpack .../004-autopoint_0.23.1-1_all.deb ... 121s Unpacking autopoint (0.23.1-1) ... 121s Selecting previously unselected package libgit2-1.9:s390x. 121s Preparing to unpack .../005-libgit2-1.9_1.9.0~ds-0ubuntu1_s390x.deb ... 121s Unpacking libgit2-1.9:s390x (1.9.0~ds-0ubuntu1) ... 121s Selecting previously unselected package libstd-rust-1.84:s390x. 121s Preparing to unpack .../006-libstd-rust-1.84_1.84.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 121s Unpacking libstd-rust-1.84:s390x (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 122s Selecting previously unselected package libstd-rust-1.84-dev:s390x. 122s Preparing to unpack .../007-libstd-rust-1.84-dev_1.84.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 122s Unpacking libstd-rust-1.84-dev:s390x (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 123s Selecting previously unselected package libisl23:s390x. 123s Preparing to unpack .../008-libisl23_0.27-1_s390x.deb ... 123s Unpacking libisl23:s390x (0.27-1) ... 123s Selecting previously unselected package libmpc3:s390x. 123s Preparing to unpack .../009-libmpc3_1.3.1-1build2_s390x.deb ... 123s Unpacking libmpc3:s390x (1.3.1-1build2) ... 123s Selecting previously unselected package cpp-14-s390x-linux-gnu. 123s Preparing to unpack .../010-cpp-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 123s Unpacking cpp-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 123s Selecting previously unselected package cpp-14. 123s Preparing to unpack .../011-cpp-14_14.2.0-16ubuntu1_s390x.deb ... 123s Unpacking cpp-14 (14.2.0-16ubuntu1) ... 123s Selecting previously unselected package cpp-s390x-linux-gnu. 123s Preparing to unpack .../012-cpp-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 123s Unpacking cpp-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 123s Selecting previously unselected package cpp. 123s Preparing to unpack .../013-cpp_4%3a14.1.0-2ubuntu1_s390x.deb ... 123s Unpacking cpp (4:14.1.0-2ubuntu1) ... 123s Selecting previously unselected package libcc1-0:s390x. 123s Preparing to unpack .../014-libcc1-0_14.2.0-16ubuntu1_s390x.deb ... 123s Unpacking libcc1-0:s390x (14.2.0-16ubuntu1) ... 123s Selecting previously unselected package libgomp1:s390x. 123s Preparing to unpack .../015-libgomp1_14.2.0-16ubuntu1_s390x.deb ... 123s Unpacking libgomp1:s390x (14.2.0-16ubuntu1) ... 123s Selecting previously unselected package libitm1:s390x. 123s Preparing to unpack .../016-libitm1_14.2.0-16ubuntu1_s390x.deb ... 123s Unpacking libitm1:s390x (14.2.0-16ubuntu1) ... 123s Selecting previously unselected package libasan8:s390x. 123s Preparing to unpack .../017-libasan8_14.2.0-16ubuntu1_s390x.deb ... 123s Unpacking libasan8:s390x (14.2.0-16ubuntu1) ... 123s Selecting previously unselected package libubsan1:s390x. 123s Preparing to unpack .../018-libubsan1_14.2.0-16ubuntu1_s390x.deb ... 123s Unpacking libubsan1:s390x (14.2.0-16ubuntu1) ... 123s Selecting previously unselected package libgcc-14-dev:s390x. 123s Preparing to unpack .../019-libgcc-14-dev_14.2.0-16ubuntu1_s390x.deb ... 123s Unpacking libgcc-14-dev:s390x (14.2.0-16ubuntu1) ... 123s Selecting previously unselected package gcc-14-s390x-linux-gnu. 123s Preparing to unpack .../020-gcc-14-s390x-linux-gnu_14.2.0-16ubuntu1_s390x.deb ... 123s Unpacking gcc-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 123s Selecting previously unselected package gcc-14. 123s Preparing to unpack .../021-gcc-14_14.2.0-16ubuntu1_s390x.deb ... 123s Unpacking gcc-14 (14.2.0-16ubuntu1) ... 123s Selecting previously unselected package gcc-s390x-linux-gnu. 123s Preparing to unpack .../022-gcc-s390x-linux-gnu_4%3a14.1.0-2ubuntu1_s390x.deb ... 123s Unpacking gcc-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 123s Selecting previously unselected package gcc. 123s Preparing to unpack .../023-gcc_4%3a14.1.0-2ubuntu1_s390x.deb ... 123s Unpacking gcc (4:14.1.0-2ubuntu1) ... 123s Selecting previously unselected package rustc-1.84. 123s Preparing to unpack .../024-rustc-1.84_1.84.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 123s Unpacking rustc-1.84 (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 123s Selecting previously unselected package cargo-1.84. 123s Preparing to unpack .../025-cargo-1.84_1.84.0+dfsg0ubuntu1-0ubuntu1_s390x.deb ... 123s Unpacking cargo-1.84 (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 124s Selecting previously unselected package libdconf1:s390x. 124s Preparing to unpack .../026-libdconf1_0.40.0-5_s390x.deb ... 124s Unpacking libdconf1:s390x (0.40.0-5) ... 124s Selecting previously unselected package dconf-service. 124s Preparing to unpack .../027-dconf-service_0.40.0-5_s390x.deb ... 124s Unpacking dconf-service (0.40.0-5) ... 124s Selecting previously unselected package dconf-gsettings-backend:s390x. 124s Preparing to unpack .../028-dconf-gsettings-backend_0.40.0-5_s390x.deb ... 124s Unpacking dconf-gsettings-backend:s390x (0.40.0-5) ... 124s Selecting previously unselected package libdebhelper-perl. 124s Preparing to unpack .../029-libdebhelper-perl_13.23ubuntu1_all.deb ... 124s Unpacking libdebhelper-perl (13.23ubuntu1) ... 124s Selecting previously unselected package libtool. 124s Preparing to unpack .../030-libtool_2.5.4-3build1_all.deb ... 124s Unpacking libtool (2.5.4-3build1) ... 124s Selecting previously unselected package dh-autoreconf. 124s Preparing to unpack .../031-dh-autoreconf_20_all.deb ... 124s Unpacking dh-autoreconf (20) ... 124s Selecting previously unselected package libarchive-zip-perl. 124s Preparing to unpack .../032-libarchive-zip-perl_1.68-1_all.deb ... 124s Unpacking libarchive-zip-perl (1.68-1) ... 124s Selecting previously unselected package libfile-stripnondeterminism-perl. 124s Preparing to unpack .../033-libfile-stripnondeterminism-perl_1.14.1-1_all.deb ... 124s Unpacking libfile-stripnondeterminism-perl (1.14.1-1) ... 124s Selecting previously unselected package dh-strip-nondeterminism. 124s Preparing to unpack .../034-dh-strip-nondeterminism_1.14.1-1_all.deb ... 124s Unpacking dh-strip-nondeterminism (1.14.1-1) ... 124s Selecting previously unselected package debugedit. 124s Preparing to unpack .../035-debugedit_1%3a5.1-1_s390x.deb ... 124s Unpacking debugedit (1:5.1-1) ... 124s Selecting previously unselected package dwz. 124s Preparing to unpack .../036-dwz_0.15-1build6_s390x.deb ... 124s Unpacking dwz (0.15-1build6) ... 124s Selecting previously unselected package gettext. 124s Preparing to unpack .../037-gettext_0.23.1-1_s390x.deb ... 124s Unpacking gettext (0.23.1-1) ... 124s Selecting previously unselected package intltool-debian. 124s Preparing to unpack .../038-intltool-debian_0.35.0+20060710.6_all.deb ... 124s Unpacking intltool-debian (0.35.0+20060710.6) ... 124s Selecting previously unselected package po-debconf. 124s Preparing to unpack .../039-po-debconf_1.0.21+nmu1_all.deb ... 124s Unpacking po-debconf (1.0.21+nmu1) ... 124s Selecting previously unselected package debhelper. 124s Preparing to unpack .../040-debhelper_13.23ubuntu1_all.deb ... 124s Unpacking debhelper (13.23ubuntu1) ... 124s Selecting previously unselected package rustc. 124s Preparing to unpack .../041-rustc_1.84.0ubuntu1_s390x.deb ... 124s Unpacking rustc (1.84.0ubuntu1) ... 124s Selecting previously unselected package cargo. 124s Preparing to unpack .../042-cargo_1.84.0ubuntu1_s390x.deb ... 124s Unpacking cargo (1.84.0ubuntu1) ... 124s Selecting previously unselected package dh-cargo-tools. 124s Preparing to unpack .../043-dh-cargo-tools_31ubuntu4_all.deb ... 124s Unpacking dh-cargo-tools (31ubuntu4) ... 124s Selecting previously unselected package dh-cargo. 124s Preparing to unpack .../044-dh-cargo_31ubuntu4_all.deb ... 124s Unpacking dh-cargo (31ubuntu4) ... 124s Selecting previously unselected package libfreetype6:s390x. 124s Preparing to unpack .../045-libfreetype6_2.13.3+dfsg-1_s390x.deb ... 124s Unpacking libfreetype6:s390x (2.13.3+dfsg-1) ... 124s Selecting previously unselected package fonts-dejavu-mono. 124s Preparing to unpack .../046-fonts-dejavu-mono_2.37-8_all.deb ... 124s Unpacking fonts-dejavu-mono (2.37-8) ... 124s Selecting previously unselected package fonts-dejavu-core. 124s Preparing to unpack .../047-fonts-dejavu-core_2.37-8_all.deb ... 124s Unpacking fonts-dejavu-core (2.37-8) ... 124s Selecting previously unselected package fontconfig-config. 124s Preparing to unpack .../048-fontconfig-config_2.15.0-1.1ubuntu2_s390x.deb ... 124s Unpacking fontconfig-config (2.15.0-1.1ubuntu2) ... 124s Selecting previously unselected package libfontconfig1:s390x. 124s Preparing to unpack .../049-libfontconfig1_2.15.0-1.1ubuntu2_s390x.deb ... 124s Unpacking libfontconfig1:s390x (2.15.0-1.1ubuntu2) ... 124s Selecting previously unselected package fontconfig. 124s Preparing to unpack .../050-fontconfig_2.15.0-1.1ubuntu2_s390x.deb ... 124s Unpacking fontconfig (2.15.0-1.1ubuntu2) ... 124s Selecting previously unselected package gdal-data. 124s Preparing to unpack .../051-gdal-data_3.10.1+dfsg-1build2_all.deb ... 124s Unpacking gdal-data (3.10.1+dfsg-1build2) ... 124s Selecting previously unselected package gdal-plugins:s390x. 124s Preparing to unpack .../052-gdal-plugins_3.10.1+dfsg-1build2_s390x.deb ... 124s Unpacking gdal-plugins:s390x (3.10.1+dfsg-1build2) ... 124s Selecting previously unselected package libpixman-1-0:s390x. 124s Preparing to unpack .../053-libpixman-1-0_0.44.0-3_s390x.deb ... 124s Unpacking libpixman-1-0:s390x (0.44.0-3) ... 124s Selecting previously unselected package libxcb-render0:s390x. 124s Preparing to unpack .../054-libxcb-render0_1.17.0-2_s390x.deb ... 124s Unpacking libxcb-render0:s390x (1.17.0-2) ... 124s Selecting previously unselected package libxcb-shm0:s390x. 124s Preparing to unpack .../055-libxcb-shm0_1.17.0-2_s390x.deb ... 124s Unpacking libxcb-shm0:s390x (1.17.0-2) ... 124s Selecting previously unselected package libxrender1:s390x. 124s Preparing to unpack .../056-libxrender1_1%3a0.9.10-1.1build1_s390x.deb ... 124s Unpacking libxrender1:s390x (1:0.9.10-1.1build1) ... 124s Selecting previously unselected package libcairo2:s390x. 124s Preparing to unpack .../057-libcairo2_1.18.2-2_s390x.deb ... 124s Unpacking libcairo2:s390x (1.18.2-2) ... 124s Selecting previously unselected package libcairo-gobject2:s390x. 124s Preparing to unpack .../058-libcairo-gobject2_1.18.2-2_s390x.deb ... 124s Unpacking libcairo-gobject2:s390x (1.18.2-2) ... 124s Selecting previously unselected package gir1.2-freedesktop:s390x. 124s Preparing to unpack .../059-gir1.2-freedesktop_1.82.0-4_s390x.deb ... 124s Unpacking gir1.2-freedesktop:s390x (1.82.0-4) ... 124s Selecting previously unselected package gir1.2-glib-2.0-dev:s390x. 124s Preparing to unpack .../060-gir1.2-glib-2.0-dev_2.83.3-2_s390x.deb ... 124s Unpacking gir1.2-glib-2.0-dev:s390x (2.83.3-2) ... 124s Selecting previously unselected package libgstreamer1.0-0:s390x. 124s Preparing to unpack .../061-libgstreamer1.0-0_1.25.1-1_s390x.deb ... 124s Unpacking libgstreamer1.0-0:s390x (1.25.1-1) ... 124s Selecting previously unselected package gir1.2-gstreamer-1.0:s390x. 124s Preparing to unpack .../062-gir1.2-gstreamer-1.0_1.25.1-1_s390x.deb ... 124s Unpacking gir1.2-gstreamer-1.0:s390x (1.25.1-1) ... 124s Selecting previously unselected package libglvnd0:s390x. 124s Preparing to unpack .../063-libglvnd0_1.7.0-1build1_s390x.deb ... 124s Unpacking libglvnd0:s390x (1.7.0-1build1) ... 124s Selecting previously unselected package libwayland-server0:s390x. 124s Preparing to unpack .../064-libwayland-server0_1.23.1-1_s390x.deb ... 124s Unpacking libwayland-server0:s390x (1.23.1-1) ... 124s Selecting previously unselected package libdrm-radeon1:s390x. 124s Preparing to unpack .../065-libdrm-radeon1_2.4.123-1_s390x.deb ... 124s Unpacking libdrm-radeon1:s390x (2.4.123-1) ... 124s Selecting previously unselected package libglapi-mesa:s390x. 124s Preparing to unpack .../066-libglapi-mesa_24.3.4-3ubuntu1_s390x.deb ... 124s Unpacking libglapi-mesa:s390x (24.3.4-3ubuntu1) ... 124s Selecting previously unselected package libx11-xcb1:s390x. 124s Preparing to unpack .../067-libx11-xcb1_2%3a1.8.10-2_s390x.deb ... 124s Unpacking libx11-xcb1:s390x (2:1.8.10-2) ... 124s Selecting previously unselected package libxcb-dri3-0:s390x. 124s Preparing to unpack .../068-libxcb-dri3-0_1.17.0-2_s390x.deb ... 124s Unpacking libxcb-dri3-0:s390x (1.17.0-2) ... 124s Selecting previously unselected package libxcb-present0:s390x. 124s Preparing to unpack .../069-libxcb-present0_1.17.0-2_s390x.deb ... 124s Unpacking libxcb-present0:s390x (1.17.0-2) ... 124s Selecting previously unselected package libxcb-randr0:s390x. 124s Preparing to unpack .../070-libxcb-randr0_1.17.0-2_s390x.deb ... 124s Unpacking libxcb-randr0:s390x (1.17.0-2) ... 124s Selecting previously unselected package libxcb-sync1:s390x. 124s Preparing to unpack .../071-libxcb-sync1_1.17.0-2_s390x.deb ... 124s Unpacking libxcb-sync1:s390x (1.17.0-2) ... 124s Selecting previously unselected package libxcb-xfixes0:s390x. 124s Preparing to unpack .../072-libxcb-xfixes0_1.17.0-2_s390x.deb ... 124s Unpacking libxcb-xfixes0:s390x (1.17.0-2) ... 124s Selecting previously unselected package libxshmfence1:s390x. 124s Preparing to unpack .../073-libxshmfence1_1.3-1build5_s390x.deb ... 124s Unpacking libxshmfence1:s390x (1.3-1build5) ... 124s Selecting previously unselected package mesa-libgallium:s390x. 124s Preparing to unpack .../074-mesa-libgallium_24.3.4-3ubuntu1_s390x.deb ... 124s Unpacking mesa-libgallium:s390x (24.3.4-3ubuntu1) ... 124s Selecting previously unselected package libgbm1:s390x. 124s Preparing to unpack .../075-libgbm1_24.3.4-3ubuntu1_s390x.deb ... 124s Unpacking libgbm1:s390x (24.3.4-3ubuntu1) ... 124s Selecting previously unselected package libwayland-client0:s390x. 124s Preparing to unpack .../076-libwayland-client0_1.23.1-1_s390x.deb ... 124s Unpacking libwayland-client0:s390x (1.23.1-1) ... 124s Selecting previously unselected package libegl-mesa0:s390x. 124s Preparing to unpack .../077-libegl-mesa0_24.3.4-3ubuntu1_s390x.deb ... 124s Unpacking libegl-mesa0:s390x (24.3.4-3ubuntu1) ... 124s Selecting previously unselected package libegl1:s390x. 124s Preparing to unpack .../078-libegl1_1.7.0-1build1_s390x.deb ... 124s Unpacking libegl1:s390x (1.7.0-1build1) ... 124s Selecting previously unselected package libxcb-glx0:s390x. 124s Preparing to unpack .../079-libxcb-glx0_1.17.0-2_s390x.deb ... 124s Unpacking libxcb-glx0:s390x (1.17.0-2) ... 124s Selecting previously unselected package libxxf86vm1:s390x. 124s Preparing to unpack .../080-libxxf86vm1_1%3a1.1.4-1build4_s390x.deb ... 124s Unpacking libxxf86vm1:s390x (1:1.1.4-1build4) ... 125s Selecting previously unselected package libvulkan1:s390x. 125s Preparing to unpack .../081-libvulkan1_1.4.304.0-1_s390x.deb ... 125s Unpacking libvulkan1:s390x (1.4.304.0-1) ... 125s Selecting previously unselected package libgl1-mesa-dri:s390x. 125s Preparing to unpack .../082-libgl1-mesa-dri_24.3.4-3ubuntu1_s390x.deb ... 125s Unpacking libgl1-mesa-dri:s390x (24.3.4-3ubuntu1) ... 125s Selecting previously unselected package libglx-mesa0:s390x. 125s Preparing to unpack .../083-libglx-mesa0_24.3.4-3ubuntu1_s390x.deb ... 125s Unpacking libglx-mesa0:s390x (24.3.4-3ubuntu1) ... 125s Selecting previously unselected package libglx0:s390x. 125s Preparing to unpack .../084-libglx0_1.7.0-1build1_s390x.deb ... 125s Unpacking libglx0:s390x (1.7.0-1build1) ... 125s Selecting previously unselected package libgl1:s390x. 125s Preparing to unpack .../085-libgl1_1.7.0-1build1_s390x.deb ... 125s Unpacking libgl1:s390x (1.7.0-1build1) ... 125s Selecting previously unselected package liborc-0.4-0t64:s390x. 125s Preparing to unpack .../086-liborc-0.4-0t64_1%3a0.4.40-1_s390x.deb ... 125s Unpacking liborc-0.4-0t64:s390x (1:0.4.40-1) ... 125s Selecting previously unselected package libgstreamer-plugins-base1.0-0:s390x. 125s Preparing to unpack .../087-libgstreamer-plugins-base1.0-0_1.25.1-2_s390x.deb ... 125s Unpacking libgstreamer-plugins-base1.0-0:s390x (1.25.1-2) ... 125s Selecting previously unselected package libwayland-cursor0:s390x. 125s Preparing to unpack .../088-libwayland-cursor0_1.23.1-1_s390x.deb ... 125s Unpacking libwayland-cursor0:s390x (1.23.1-1) ... 125s Selecting previously unselected package libwayland-egl1:s390x. 125s Preparing to unpack .../089-libwayland-egl1_1.23.1-1_s390x.deb ... 125s Unpacking libwayland-egl1:s390x (1.23.1-1) ... 125s Selecting previously unselected package libgstreamer-gl1.0-0:s390x. 125s Preparing to unpack .../090-libgstreamer-gl1.0-0_1.25.1-2_s390x.deb ... 125s Unpacking libgstreamer-gl1.0-0:s390x (1.25.1-2) ... 125s Selecting previously unselected package gir1.2-gst-plugins-base-1.0:s390x. 125s Preparing to unpack .../091-gir1.2-gst-plugins-base-1.0_1.25.1-2_s390x.deb ... 125s Unpacking gir1.2-gst-plugins-base-1.0:s390x (1.25.1-2) ... 125s Selecting previously unselected package gir1.2-gudev-1.0:s390x. 125s Preparing to unpack .../092-gir1.2-gudev-1.0_1%3a238-6_s390x.deb ... 125s Unpacking gir1.2-gudev-1.0:s390x (1:238-6) ... 125s Selecting previously unselected package native-architecture. 125s Preparing to unpack .../093-native-architecture_0.2.5_all.deb ... 125s Unpacking native-architecture (0.2.5) ... 125s Selecting previously unselected package libgirepository-2.0-0:s390x. 125s Preparing to unpack .../094-libgirepository-2.0-0_2.83.3-2_s390x.deb ... 125s Unpacking libgirepository-2.0-0:s390x (2.83.3-2) ... 125s Selecting previously unselected package girepository-tools:s390x. 125s Preparing to unpack .../095-girepository-tools_2.83.3-2_s390x.deb ... 125s Unpacking girepository-tools:s390x (2.83.3-2) ... 125s Selecting previously unselected package libduktape207:s390x. 125s Preparing to unpack .../096-libduktape207_2.7.0+tests-0ubuntu3_s390x.deb ... 125s Unpacking libduktape207:s390x (2.7.0+tests-0ubuntu3) ... 125s Selecting previously unselected package libproxy1v5:s390x. 125s Preparing to unpack .../097-libproxy1v5_0.5.9-1_s390x.deb ... 125s Unpacking libproxy1v5:s390x (0.5.9-1) ... 125s Selecting previously unselected package glib-networking-common. 125s Preparing to unpack .../098-glib-networking-common_2.80.1-1_all.deb ... 125s Unpacking glib-networking-common (2.80.1-1) ... 125s Selecting previously unselected package glib-networking-services. 125s Preparing to unpack .../099-glib-networking-services_2.80.1-1_s390x.deb ... 125s Unpacking glib-networking-services (2.80.1-1) ... 125s Selecting previously unselected package gsettings-desktop-schemas. 125s Preparing to unpack .../100-gsettings-desktop-schemas_48~beta-1ubuntu1_all.deb ... 125s Unpacking gsettings-desktop-schemas (48~beta-1ubuntu1) ... 125s Selecting previously unselected package glib-networking:s390x. 125s Preparing to unpack .../101-glib-networking_2.80.1-1_s390x.deb ... 125s Unpacking glib-networking:s390x (2.80.1-1) ... 125s Selecting previously unselected package libcdparanoia0:s390x. 125s Preparing to unpack .../102-libcdparanoia0_3.10.2+debian-14ubuntu1_s390x.deb ... 125s Unpacking libcdparanoia0:s390x (3.10.2+debian-14ubuntu1) ... 125s Selecting previously unselected package libogg0:s390x. 125s Preparing to unpack .../103-libogg0_1.3.5-3build1_s390x.deb ... 125s Unpacking libogg0:s390x (1.3.5-3build1) ... 125s Selecting previously unselected package libopus0:s390x. 125s Preparing to unpack .../104-libopus0_1.5.2-2_s390x.deb ... 125s Unpacking libopus0:s390x (1.5.2-2) ... 125s Selecting previously unselected package libtheoradec1:s390x. 125s Preparing to unpack .../105-libtheoradec1_1.2.0~alpha1+dfsg-5_s390x.deb ... 125s Unpacking libtheoradec1:s390x (1.2.0~alpha1+dfsg-5) ... 125s Selecting previously unselected package libtheoraenc1:s390x. 125s Preparing to unpack .../106-libtheoraenc1_1.2.0~alpha1+dfsg-5_s390x.deb ... 125s Unpacking libtheoraenc1:s390x (1.2.0~alpha1+dfsg-5) ... 125s Selecting previously unselected package libvisual-0.4-0:s390x. 125s Preparing to unpack .../107-libvisual-0.4-0_0.4.2-2build1_s390x.deb ... 125s Unpacking libvisual-0.4-0:s390x (0.4.2-2build1) ... 125s Selecting previously unselected package libvorbis0a:s390x. 125s Preparing to unpack .../108-libvorbis0a_1.3.7-2_s390x.deb ... 125s Unpacking libvorbis0a:s390x (1.3.7-2) ... 125s Selecting previously unselected package libvorbisenc2:s390x. 125s Preparing to unpack .../109-libvorbisenc2_1.3.7-2_s390x.deb ... 125s Unpacking libvorbisenc2:s390x (1.3.7-2) ... 125s Selecting previously unselected package gstreamer1.0-plugins-base:s390x. 125s Preparing to unpack .../110-gstreamer1.0-plugins-base_1.25.1-2_s390x.deb ... 125s Unpacking gstreamer1.0-plugins-base:s390x (1.25.1-2) ... 125s Selecting previously unselected package libaec0:s390x. 125s Preparing to unpack .../111-libaec0_1.1.3-1_s390x.deb ... 125s Unpacking libaec0:s390x (1.1.3-1) ... 125s Selecting previously unselected package libaom3:s390x. 125s Preparing to unpack .../112-libaom3_3.11.0-1_s390x.deb ... 125s Unpacking libaom3:s390x (3.11.0-1) ... 125s Selecting previously unselected package libblas3:s390x. 125s Preparing to unpack .../113-libblas3_3.12.0-4_s390x.deb ... 125s Unpacking libblas3:s390x (3.12.0-4) ... 125s Selecting previously unselected package libgfortran5:s390x. 125s Preparing to unpack .../114-libgfortran5_14.2.0-16ubuntu1_s390x.deb ... 125s Unpacking libgfortran5:s390x (14.2.0-16ubuntu1) ... 125s Selecting previously unselected package liblapack3:s390x. 125s Preparing to unpack .../115-liblapack3_3.12.0-4_s390x.deb ... 125s Unpacking liblapack3:s390x (3.12.0-4) ... 125s Selecting previously unselected package libarpack2t64:s390x. 125s Preparing to unpack .../116-libarpack2t64_3.9.1-4_s390x.deb ... 125s Unpacking libarpack2t64:s390x (3.9.1-4) ... 125s Selecting previously unselected package libarmadillo14. 125s Preparing to unpack .../117-libarmadillo14_1%3a14.2.1+dfsg-1_s390x.deb ... 125s Unpacking libarmadillo14 (1:14.2.1+dfsg-1) ... 125s Selecting previously unselected package libva2:s390x. 125s Preparing to unpack .../118-libva2_2.22.0-1_s390x.deb ... 125s Unpacking libva2:s390x (2.22.0-1) ... 125s Selecting previously unselected package libva-drm2:s390x. 125s Preparing to unpack .../119-libva-drm2_2.22.0-1_s390x.deb ... 125s Unpacking libva-drm2:s390x (2.22.0-1) ... 125s Selecting previously unselected package libxfixes3:s390x. 125s Preparing to unpack .../120-libxfixes3_1%3a6.0.0-2build1_s390x.deb ... 125s Unpacking libxfixes3:s390x (1:6.0.0-2build1) ... 125s Selecting previously unselected package libva-x11-2:s390x. 125s Preparing to unpack .../121-libva-x11-2_2.22.0-1_s390x.deb ... 125s Unpacking libva-x11-2:s390x (2.22.0-1) ... 125s Selecting previously unselected package libvdpau1:s390x. 125s Preparing to unpack .../122-libvdpau1_1.5-3_s390x.deb ... 125s Unpacking libvdpau1:s390x (1.5-3) ... 125s Selecting previously unselected package ocl-icd-libopencl1:s390x. 125s Preparing to unpack .../123-ocl-icd-libopencl1_2.3.2-1build1_s390x.deb ... 125s Unpacking ocl-icd-libopencl1:s390x (2.3.2-1build1) ... 125s Selecting previously unselected package libavutil59:s390x. 125s Preparing to unpack .../124-libavutil59_7%3a7.1-3ubuntu2_s390x.deb ... 125s Unpacking libavutil59:s390x (7:7.1-3ubuntu2) ... 125s Selecting previously unselected package libcodec2-1.2:s390x. 125s Preparing to unpack .../125-libcodec2-1.2_1.2.0-3_s390x.deb ... 125s Unpacking libcodec2-1.2:s390x (1.2.0-3) ... 125s Selecting previously unselected package libdav1d7:s390x. 125s Preparing to unpack .../126-libdav1d7_1.5.1-1_s390x.deb ... 125s Unpacking libdav1d7:s390x (1.5.1-1) ... 125s Selecting previously unselected package libgsm1:s390x. 125s Preparing to unpack .../127-libgsm1_1.0.22-1build1_s390x.deb ... 125s Unpacking libgsm1:s390x (1.0.22-1build1) ... 125s Selecting previously unselected package libgif7:s390x. 125s Preparing to unpack .../128-libgif7_5.2.2-1ubuntu1_s390x.deb ... 125s Unpacking libgif7:s390x (5.2.2-1ubuntu1) ... 125s Selecting previously unselected package libhwy1t64:s390x. 125s Preparing to unpack .../129-libhwy1t64_1.2.0-3ubuntu3_s390x.deb ... 125s Unpacking libhwy1t64:s390x (1.2.0-3ubuntu3) ... 125s Selecting previously unselected package libjpeg-turbo8:s390x. 125s Preparing to unpack .../130-libjpeg-turbo8_2.1.5-3ubuntu2_s390x.deb ... 125s Unpacking libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 125s Selecting previously unselected package libjpeg8:s390x. 125s Preparing to unpack .../131-libjpeg8_8c-2ubuntu11_s390x.deb ... 125s Unpacking libjpeg8:s390x (8c-2ubuntu11) ... 125s Selecting previously unselected package liblcms2-2:s390x. 125s Preparing to unpack .../132-liblcms2-2_2.16-2_s390x.deb ... 125s Unpacking liblcms2-2:s390x (2.16-2) ... 125s Selecting previously unselected package libjxl0.10:s390x. 125s Preparing to unpack .../133-libjxl0.10_0.10.4-2_s390x.deb ... 125s Unpacking libjxl0.10:s390x (0.10.4-2) ... 125s Selecting previously unselected package libmp3lame0:s390x. 125s Preparing to unpack .../134-libmp3lame0_3.100-6build1_s390x.deb ... 125s Unpacking libmp3lame0:s390x (3.100-6build1) ... 125s Selecting previously unselected package libopenjp2-7:s390x. 125s Preparing to unpack .../135-libopenjp2-7_2.5.0-2ubuntu3_s390x.deb ... 125s Unpacking libopenjp2-7:s390x (2.5.0-2ubuntu3) ... 125s Selecting previously unselected package librav1e0.7:s390x. 125s Preparing to unpack .../136-librav1e0.7_0.7.1-9_s390x.deb ... 125s Unpacking librav1e0.7:s390x (0.7.1-9) ... 125s Selecting previously unselected package libgdk-pixbuf2.0-common. 125s Preparing to unpack .../137-libgdk-pixbuf2.0-common_2.42.12+dfsg-2_all.deb ... 125s Unpacking libgdk-pixbuf2.0-common (2.42.12+dfsg-2) ... 125s Selecting previously unselected package libdeflate0:s390x. 125s Preparing to unpack .../138-libdeflate0_1.23-1_s390x.deb ... 125s Unpacking libdeflate0:s390x (1.23-1) ... 125s Selecting previously unselected package libjbig0:s390x. 125s Preparing to unpack .../139-libjbig0_2.1-6.1ubuntu2_s390x.deb ... 125s Unpacking libjbig0:s390x (2.1-6.1ubuntu2) ... 125s Selecting previously unselected package libsharpyuv0:s390x. 125s Preparing to unpack .../140-libsharpyuv0_1.5.0-0.1_s390x.deb ... 125s Unpacking libsharpyuv0:s390x (1.5.0-0.1) ... 125s Selecting previously unselected package libwebp7:s390x. 125s Preparing to unpack .../141-libwebp7_1.5.0-0.1_s390x.deb ... 125s Unpacking libwebp7:s390x (1.5.0-0.1) ... 125s Selecting previously unselected package libtiff6:s390x. 125s Preparing to unpack .../142-libtiff6_4.5.1+git230720-4ubuntu4_s390x.deb ... 125s Unpacking libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 125s Selecting previously unselected package libgdk-pixbuf-2.0-0:s390x. 125s Preparing to unpack .../143-libgdk-pixbuf-2.0-0_2.42.12+dfsg-2_s390x.deb ... 125s Unpacking libgdk-pixbuf-2.0-0:s390x (2.42.12+dfsg-2) ... 125s Selecting previously unselected package libgraphite2-3:s390x. 125s Preparing to unpack .../144-libgraphite2-3_1.3.14-2ubuntu1_s390x.deb ... 125s Unpacking libgraphite2-3:s390x (1.3.14-2ubuntu1) ... 125s Selecting previously unselected package libharfbuzz0b:s390x. 125s Preparing to unpack .../145-libharfbuzz0b_10.2.0-1_s390x.deb ... 125s Unpacking libharfbuzz0b:s390x (10.2.0-1) ... 125s Selecting previously unselected package libthai-data. 125s Preparing to unpack .../146-libthai-data_0.1.29-2build1_all.deb ... 125s Unpacking libthai-data (0.1.29-2build1) ... 125s Selecting previously unselected package libdatrie1:s390x. 125s Preparing to unpack .../147-libdatrie1_0.2.13-3build1_s390x.deb ... 125s Unpacking libdatrie1:s390x (0.2.13-3build1) ... 125s Selecting previously unselected package libthai0:s390x. 125s Preparing to unpack .../148-libthai0_0.1.29-2build1_s390x.deb ... 125s Unpacking libthai0:s390x (0.1.29-2build1) ... 125s Selecting previously unselected package libpango-1.0-0:s390x. 125s Preparing to unpack .../149-libpango-1.0-0_1.56.1-1_s390x.deb ... 125s Unpacking libpango-1.0-0:s390x (1.56.1-1) ... 125s Selecting previously unselected package libpangoft2-1.0-0:s390x. 125s Preparing to unpack .../150-libpangoft2-1.0-0_1.56.1-1_s390x.deb ... 125s Unpacking libpangoft2-1.0-0:s390x (1.56.1-1) ... 125s Selecting previously unselected package libpangocairo-1.0-0:s390x. 125s Preparing to unpack .../151-libpangocairo-1.0-0_1.56.1-1_s390x.deb ... 125s Unpacking libpangocairo-1.0-0:s390x (1.56.1-1) ... 126s Selecting previously unselected package librsvg2-2:s390x. 126s Preparing to unpack .../152-librsvg2-2_2.59.2+dfsg-1_s390x.deb ... 126s Unpacking librsvg2-2:s390x (2.59.2+dfsg-1) ... 126s Selecting previously unselected package libshine3:s390x. 126s Preparing to unpack .../153-libshine3_3.1.1-2build1_s390x.deb ... 126s Unpacking libshine3:s390x (3.1.1-2build1) ... 126s Selecting previously unselected package libsnappy1v5:s390x. 126s Preparing to unpack .../154-libsnappy1v5_1.2.1-1_s390x.deb ... 126s Unpacking libsnappy1v5:s390x (1.2.1-1) ... 126s Selecting previously unselected package libspeex1:s390x. 126s Preparing to unpack .../155-libspeex1_1.2.1-3_s390x.deb ... 126s Unpacking libspeex1:s390x (1.2.1-3) ... 126s Selecting previously unselected package libsvtav1enc2:s390x. 126s Preparing to unpack .../156-libsvtav1enc2_2.3.0+dfsg-1_s390x.deb ... 126s Unpacking libsvtav1enc2:s390x (2.3.0+dfsg-1) ... 126s Selecting previously unselected package libsoxr0:s390x. 126s Preparing to unpack .../157-libsoxr0_0.1.3-4build3_s390x.deb ... 126s Unpacking libsoxr0:s390x (0.1.3-4build3) ... 126s Selecting previously unselected package libswresample5:s390x. 126s Preparing to unpack .../158-libswresample5_7%3a7.1-3ubuntu2_s390x.deb ... 126s Unpacking libswresample5:s390x (7:7.1-3ubuntu2) ... 126s Selecting previously unselected package libtwolame0:s390x. 126s Preparing to unpack .../159-libtwolame0_0.4.0-2build3_s390x.deb ... 126s Unpacking libtwolame0:s390x (0.4.0-2build3) ... 126s Selecting previously unselected package libvpx9:s390x. 126s Preparing to unpack .../160-libvpx9_1.15.0-1ubuntu1_s390x.deb ... 126s Unpacking libvpx9:s390x (1.15.0-1ubuntu1) ... 126s Selecting previously unselected package libwebpmux3:s390x. 126s Preparing to unpack .../161-libwebpmux3_1.5.0-0.1_s390x.deb ... 126s Unpacking libwebpmux3:s390x (1.5.0-0.1) ... 126s Selecting previously unselected package libx264-164:s390x. 126s Preparing to unpack .../162-libx264-164_2%3a0.164.3108+git31e19f9-2build1_s390x.deb ... 126s Unpacking libx264-164:s390x (2:0.164.3108+git31e19f9-2build1) ... 126s Selecting previously unselected package libx265-215:s390x. 126s Preparing to unpack .../163-libx265-215_4.1-2_s390x.deb ... 126s Unpacking libx265-215:s390x (4.1-2) ... 126s Selecting previously unselected package libxvidcore4:s390x. 126s Preparing to unpack .../164-libxvidcore4_2%3a1.3.7-1build1_s390x.deb ... 126s Unpacking libxvidcore4:s390x (2:1.3.7-1build1) ... 126s Selecting previously unselected package libzvbi-common. 126s Preparing to unpack .../165-libzvbi-common_0.2.43-2ubuntu1_all.deb ... 126s Unpacking libzvbi-common (0.2.43-2ubuntu1) ... 126s Selecting previously unselected package libzvbi0t64:s390x. 126s Preparing to unpack .../166-libzvbi0t64_0.2.43-2ubuntu1_s390x.deb ... 126s Unpacking libzvbi0t64:s390x (0.2.43-2ubuntu1) ... 126s Selecting previously unselected package libavcodec61:s390x. 126s Preparing to unpack .../167-libavcodec61_7%3a7.1-3ubuntu2_s390x.deb ... 126s Unpacking libavcodec61:s390x (7:7.1-3ubuntu2) ... 126s Selecting previously unselected package libavutil-dev:s390x. 126s Preparing to unpack .../168-libavutil-dev_7%3a7.1-3ubuntu2_s390x.deb ... 126s Unpacking libavutil-dev:s390x (7:7.1-3ubuntu2) ... 126s Selecting previously unselected package libswresample-dev:s390x. 126s Preparing to unpack .../169-libswresample-dev_7%3a7.1-3ubuntu2_s390x.deb ... 126s Unpacking libswresample-dev:s390x (7:7.1-3ubuntu2) ... 126s Selecting previously unselected package libavcodec-dev:s390x. 126s Preparing to unpack .../170-libavcodec-dev_7%3a7.1-3ubuntu2_s390x.deb ... 126s Unpacking libavcodec-dev:s390x (7:7.1-3ubuntu2) ... 126s Selecting previously unselected package libudfread0:s390x. 126s Preparing to unpack .../171-libudfread0_1.1.2-1build1_s390x.deb ... 126s Unpacking libudfread0:s390x (1.1.2-1build1) ... 126s Selecting previously unselected package libbluray2:s390x. 126s Preparing to unpack .../172-libbluray2_1%3a1.3.4-1build1_s390x.deb ... 126s Unpacking libbluray2:s390x (1:1.3.4-1build1) ... 126s Selecting previously unselected package libchromaprint1:s390x. 126s Preparing to unpack .../173-libchromaprint1_1.5.1-7_s390x.deb ... 126s Unpacking libchromaprint1:s390x (1.5.1-7) ... 126s Selecting previously unselected package libdvdread8t64:s390x. 126s Preparing to unpack .../174-libdvdread8t64_6.1.3-2_s390x.deb ... 126s Unpacking libdvdread8t64:s390x (6.1.3-2) ... 126s Selecting previously unselected package libdvdnav4:s390x. 126s Preparing to unpack .../175-libdvdnav4_6.1.1-3build1_s390x.deb ... 126s Unpacking libdvdnav4:s390x (6.1.1-3build1) ... 126s Selecting previously unselected package libgme0:s390x. 126s Preparing to unpack .../176-libgme0_0.6.3-7build1_s390x.deb ... 126s Unpacking libgme0:s390x (0.6.3-7build1) ... 126s Selecting previously unselected package libmpg123-0t64:s390x. 126s Preparing to unpack .../177-libmpg123-0t64_1.32.10-1_s390x.deb ... 126s Unpacking libmpg123-0t64:s390x (1.32.10-1) ... 126s Selecting previously unselected package libvorbisfile3:s390x. 126s Preparing to unpack .../178-libvorbisfile3_1.3.7-2_s390x.deb ... 126s Unpacking libvorbisfile3:s390x (1.3.7-2) ... 126s Selecting previously unselected package libopenmpt0t64:s390x. 126s Preparing to unpack .../179-libopenmpt0t64_0.7.13-1_s390x.deb ... 126s Unpacking libopenmpt0t64:s390x (0.7.13-1) ... 126s Selecting previously unselected package librabbitmq4:s390x. 126s Preparing to unpack .../180-librabbitmq4_0.15.0-1_s390x.deb ... 126s Unpacking librabbitmq4:s390x (0.15.0-1) ... 126s Selecting previously unselected package libcjson1:s390x. 126s Preparing to unpack .../181-libcjson1_1.7.18-3_s390x.deb ... 126s Unpacking libcjson1:s390x (1.7.18-3) ... 126s Selecting previously unselected package libmbedcrypto16:s390x. 126s Preparing to unpack .../182-libmbedcrypto16_3.6.2-3ubuntu1_s390x.deb ... 126s Unpacking libmbedcrypto16:s390x (3.6.2-3ubuntu1) ... 126s Selecting previously unselected package librist4:s390x. 126s Preparing to unpack .../183-librist4_0.2.11+dfsg-1_s390x.deb ... 126s Unpacking librist4:s390x (0.2.11+dfsg-1) ... 126s Selecting previously unselected package libsrt1.5-gnutls:s390x. 126s Preparing to unpack .../184-libsrt1.5-gnutls_1.5.4-1_s390x.deb ... 126s Unpacking libsrt1.5-gnutls:s390x (1.5.4-1) ... 126s Selecting previously unselected package libssh-4:s390x. 126s Preparing to unpack .../185-libssh-4_0.11.1-1_s390x.deb ... 126s Unpacking libssh-4:s390x (0.11.1-1) ... 126s Selecting previously unselected package libnorm1t64:s390x. 126s Preparing to unpack .../186-libnorm1t64_1.5.9+dfsg-3.1build1_s390x.deb ... 126s Unpacking libnorm1t64:s390x (1.5.9+dfsg-3.1build1) ... 126s Selecting previously unselected package libpgm-5.3-0t64:s390x. 126s Preparing to unpack .../187-libpgm-5.3-0t64_5.3.128~dfsg-2.1build1_s390x.deb ... 126s Unpacking libpgm-5.3-0t64:s390x (5.3.128~dfsg-2.1build1) ... 126s Selecting previously unselected package libsodium23:s390x. 126s Preparing to unpack .../188-libsodium23_1.0.18-1build3_s390x.deb ... 126s Unpacking libsodium23:s390x (1.0.18-1build3) ... 126s Selecting previously unselected package libzmq5:s390x. 126s Preparing to unpack .../189-libzmq5_4.3.5-1build2_s390x.deb ... 126s Unpacking libzmq5:s390x (4.3.5-1build2) ... 126s Selecting previously unselected package libavformat61:s390x. 126s Preparing to unpack .../190-libavformat61_7%3a7.1-3ubuntu2_s390x.deb ... 126s Unpacking libavformat61:s390x (7:7.1-3ubuntu2) ... 126s Selecting previously unselected package libavformat-dev:s390x. 126s Preparing to unpack .../191-libavformat-dev_7%3a7.1-3ubuntu2_s390x.deb ... 126s Unpacking libavformat-dev:s390x (7:7.1-3ubuntu2) ... 126s Selecting previously unselected package libyuv0:s390x. 126s Preparing to unpack .../192-libyuv0_0.0.1899.20250103-1_s390x.deb ... 126s Unpacking libyuv0:s390x (0.0.1899.20250103-1) ... 126s Selecting previously unselected package libavif16:s390x. 126s Preparing to unpack .../193-libavif16_1.1.1-1ubuntu1_s390x.deb ... 126s Unpacking libavif16:s390x (1.1.1-1ubuntu1) ... 126s Selecting previously unselected package libblosc1:s390x. 126s Preparing to unpack .../194-libblosc1_1.21.5+ds-1build1_s390x.deb ... 126s Unpacking libblosc1:s390x (1.21.5+ds-1build1) ... 126s Selecting previously unselected package libcap-dev:s390x. 126s Preparing to unpack .../195-libcap-dev_1%3a2.66-5ubuntu3_s390x.deb ... 126s Unpacking libcap-dev:s390x (1:2.66-5ubuntu3) ... 126s Selecting previously unselected package libcfitsio10t64:s390x. 126s Preparing to unpack .../196-libcfitsio10t64_4.5.0-5_s390x.deb ... 126s Unpacking libcfitsio10t64:s390x (4.5.0-5) ... 126s Selecting previously unselected package libcharls2:s390x. 126s Preparing to unpack .../197-libcharls2_2.4.2-2build2_s390x.deb ... 126s Unpacking libcharls2:s390x (2.4.2-2build2) ... 126s Selecting previously unselected package libraw1394-11:s390x. 126s Preparing to unpack .../198-libraw1394-11_2.1.2-2build3_s390x.deb ... 126s Unpacking libraw1394-11:s390x (2.1.2-2build3) ... 126s Selecting previously unselected package libdc1394-25:s390x. 126s Preparing to unpack .../199-libdc1394-25_2.2.6-4build1_s390x.deb ... 126s Unpacking libdc1394-25:s390x (2.2.6-4build1) ... 126s Selecting previously unselected package libraw1394-dev:s390x. 126s Preparing to unpack .../200-libraw1394-dev_2.1.2-2build3_s390x.deb ... 126s Unpacking libraw1394-dev:s390x (2.1.2-2build3) ... 126s Selecting previously unselected package libdc1394-dev:s390x. 126s Preparing to unpack .../201-libdc1394-dev_2.2.6-4build1_s390x.deb ... 126s Unpacking libdc1394-dev:s390x (2.2.6-4build1) ... 127s Selecting previously unselected package libde265-0:s390x. 127s Preparing to unpack .../202-libde265-0_1.0.15-1build4_s390x.deb ... 127s Unpacking libde265-0:s390x (1.0.15-1build4) ... 127s Selecting previously unselected package libdeflate-dev:s390x. 127s Preparing to unpack .../203-libdeflate-dev_1.23-1_s390x.deb ... 127s Unpacking libdeflate-dev:s390x (1.23-1) ... 127s Selecting previously unselected package libdouble-conversion3:s390x. 127s Preparing to unpack .../204-libdouble-conversion3_3.3.0-1build1_s390x.deb ... 127s Unpacking libdouble-conversion3:s390x (3.3.0-1build1) ... 127s Selecting previously unselected package libdrm-nouveau2:s390x. 127s Preparing to unpack .../205-libdrm-nouveau2_2.4.123-1_s390x.deb ... 127s Unpacking libdrm-nouveau2:s390x (2.4.123-1) ... 127s Selecting previously unselected package libpciaccess0:s390x. 127s Preparing to unpack .../206-libpciaccess0_0.17-3build1_s390x.deb ... 127s Unpacking libpciaccess0:s390x (0.17-3build1) ... 127s Selecting previously unselected package libpciaccess-dev:s390x. 127s Preparing to unpack .../207-libpciaccess-dev_0.17-3build1_s390x.deb ... 127s Unpacking libpciaccess-dev:s390x (0.17-3build1) ... 127s Selecting previously unselected package libdrm-dev:s390x. 127s Preparing to unpack .../208-libdrm-dev_2.4.123-1_s390x.deb ... 127s Unpacking libdrm-dev:s390x (2.4.123-1) ... 127s Selecting previously unselected package xorg-sgml-doctools. 127s Preparing to unpack .../209-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ... 127s Unpacking xorg-sgml-doctools (1:1.11-1.1) ... 127s Selecting previously unselected package x11proto-dev. 127s Preparing to unpack .../210-x11proto-dev_2024.1-1_all.deb ... 127s Unpacking x11proto-dev (2024.1-1) ... 127s Selecting previously unselected package libxau-dev:s390x. 127s Preparing to unpack .../211-libxau-dev_1%3a1.0.11-1_s390x.deb ... 127s Unpacking libxau-dev:s390x (1:1.0.11-1) ... 127s Selecting previously unselected package libxdmcp-dev:s390x. 127s Preparing to unpack .../212-libxdmcp-dev_1%3a1.1.3-0ubuntu6_s390x.deb ... 127s Unpacking libxdmcp-dev:s390x (1:1.1.3-0ubuntu6) ... 127s Selecting previously unselected package xtrans-dev. 127s Preparing to unpack .../213-xtrans-dev_1.4.0-1_all.deb ... 127s Unpacking xtrans-dev (1.4.0-1) ... 127s Selecting previously unselected package libxcb1-dev:s390x. 127s Preparing to unpack .../214-libxcb1-dev_1.17.0-2_s390x.deb ... 127s Unpacking libxcb1-dev:s390x (1.17.0-2) ... 127s Selecting previously unselected package libx11-dev:s390x. 127s Preparing to unpack .../215-libx11-dev_2%3a1.8.10-2_s390x.deb ... 127s Unpacking libx11-dev:s390x (2:1.8.10-2) ... 127s Selecting previously unselected package libglx-dev:s390x. 127s Preparing to unpack .../216-libglx-dev_1.7.0-1build1_s390x.deb ... 127s Unpacking libglx-dev:s390x (1.7.0-1build1) ... 127s Selecting previously unselected package libgl-dev:s390x. 127s Preparing to unpack .../217-libgl-dev_1.7.0-1build1_s390x.deb ... 127s Unpacking libgl-dev:s390x (1.7.0-1build1) ... 127s Selecting previously unselected package libegl-dev:s390x. 127s Preparing to unpack .../218-libegl-dev_1.7.0-1build1_s390x.deb ... 127s Unpacking libegl-dev:s390x (1.7.0-1build1) ... 127s Selecting previously unselected package libevent-pthreads-2.1-7t64:s390x. 127s Preparing to unpack .../219-libevent-pthreads-2.1-7t64_2.1.12-stable-10_s390x.deb ... 127s Unpacking libevent-pthreads-2.1-7t64:s390x (2.1.12-stable-10) ... 127s Selecting previously unselected package libexif12:s390x. 127s Preparing to unpack .../220-libexif12_0.6.24-2_s390x.deb ... 127s Unpacking libexif12:s390x (0.6.24-2) ... 127s Selecting previously unselected package libexif-dev:s390x. 127s Preparing to unpack .../221-libexif-dev_0.6.24-2_s390x.deb ... 127s Unpacking libexif-dev:s390x (0.6.24-2) ... 127s Selecting previously unselected package librdmacm1t64:s390x. 127s Preparing to unpack .../222-librdmacm1t64_55.0-1ubuntu1_s390x.deb ... 127s Unpacking librdmacm1t64:s390x (55.0-1ubuntu1) ... 127s Selecting previously unselected package libfabric1:s390x. 127s Preparing to unpack .../223-libfabric1_1.17.0-3ubuntu1_s390x.deb ... 127s Unpacking libfabric1:s390x (1.17.0-3ubuntu1) ... 127s Selecting previously unselected package libfyba0t64:s390x. 127s Preparing to unpack .../224-libfyba0t64_4.1.1-11build1_s390x.deb ... 127s Unpacking libfyba0t64:s390x (4.1.1-11build1) ... 127s Selecting previously unselected package libgbm-dev:s390x. 127s Preparing to unpack .../225-libgbm-dev_24.3.4-3ubuntu1_s390x.deb ... 127s Unpacking libgbm-dev:s390x (24.3.4-3ubuntu1) ... 127s Selecting previously unselected package libheif-plugin-aomdec:s390x. 127s Preparing to unpack .../226-libheif-plugin-aomdec_1.19.5-1build1_s390x.deb ... 127s Unpacking libheif-plugin-aomdec:s390x (1.19.5-1build1) ... 127s Selecting previously unselected package libheif-plugin-libde265:s390x. 127s Preparing to unpack .../227-libheif-plugin-libde265_1.19.5-1build1_s390x.deb ... 127s Unpacking libheif-plugin-libde265:s390x (1.19.5-1build1) ... 127s Selecting previously unselected package libheif1:s390x. 127s Preparing to unpack .../228-libheif1_1.19.5-1build1_s390x.deb ... 127s Unpacking libheif1:s390x (1.19.5-1build1) ... 127s Selecting previously unselected package libimagequant0:s390x. 127s Preparing to unpack .../229-libimagequant0_2.18.0-1build1_s390x.deb ... 127s Unpacking libimagequant0:s390x (2.18.0-1build1) ... 127s Selecting previously unselected package libraqm0:s390x. 127s Preparing to unpack .../230-libraqm0_0.10.2-1_s390x.deb ... 127s Unpacking libraqm0:s390x (0.10.2-1) ... 127s Selecting previously unselected package libxpm4:s390x. 127s Preparing to unpack .../231-libxpm4_1%3a3.5.17-1build2_s390x.deb ... 127s Unpacking libxpm4:s390x (1:3.5.17-1build2) ... 127s Selecting previously unselected package libgd3:s390x. 127s Preparing to unpack .../232-libgd3_2.3.3-12ubuntu3_s390x.deb ... 127s Unpacking libgd3:s390x (2.3.3-12ubuntu3) ... 127s Selecting previously unselected package libminizip1t64:s390x. 127s Preparing to unpack .../233-libminizip1t64_1%3a1.3.dfsg+really1.3.1-1ubuntu1_s390x.deb ... 127s Unpacking libminizip1t64:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 127s Selecting previously unselected package libfreexl1:s390x. 127s Preparing to unpack .../234-libfreexl1_2.0.0-1build2_s390x.deb ... 127s Unpacking libfreexl1:s390x (2.0.0-1build2) ... 127s Selecting previously unselected package libgeos3.13.0:s390x. 127s Preparing to unpack .../235-libgeos3.13.0_3.13.0-1_s390x.deb ... 127s Unpacking libgeos3.13.0:s390x (3.13.0-1) ... 127s Selecting previously unselected package libgeos-c1t64:s390x. 127s Preparing to unpack .../236-libgeos-c1t64_3.13.0-1_s390x.deb ... 127s Unpacking libgeos-c1t64:s390x (3.13.0-1) ... 127s Selecting previously unselected package proj-data. 127s Preparing to unpack .../237-proj-data_9.5.1-1_all.deb ... 127s Unpacking proj-data (9.5.1-1) ... 127s Selecting previously unselected package libproj25:s390x. 127s Preparing to unpack .../238-libproj25_9.5.1-1_s390x.deb ... 127s Unpacking libproj25:s390x (9.5.1-1) ... 127s Selecting previously unselected package libgeotiff5:s390x. 127s Preparing to unpack .../239-libgeotiff5_1.7.3-1_s390x.deb ... 127s Unpacking libgeotiff5:s390x (1.7.3-1) ... 127s Selecting previously unselected package libsz2:s390x. 127s Preparing to unpack .../240-libsz2_1.1.3-1_s390x.deb ... 127s Unpacking libsz2:s390x (1.1.3-1) ... 127s Selecting previously unselected package libhdf4-0-alt:s390x. 127s Preparing to unpack .../241-libhdf4-0-alt_4.3.0-1_s390x.deb ... 127s Unpacking libhdf4-0-alt:s390x (4.3.0-1) ... 127s Selecting previously unselected package libhdf5-310:s390x. 127s Preparing to unpack .../242-libhdf5-310_1.14.5+repack-3_s390x.deb ... 127s Unpacking libhdf5-310:s390x (1.14.5+repack-3) ... 127s Selecting previously unselected package liburiparser1:s390x. 127s Preparing to unpack .../243-liburiparser1_0.9.8+dfsg-2_s390x.deb ... 127s Unpacking liburiparser1:s390x (0.9.8+dfsg-2) ... 127s Selecting previously unselected package libkmlbase1t64:s390x. 127s Preparing to unpack .../244-libkmlbase1t64_1.3.0-12build1_s390x.deb ... 127s Unpacking libkmlbase1t64:s390x (1.3.0-12build1) ... 127s Selecting previously unselected package libkmldom1t64:s390x. 127s Preparing to unpack .../245-libkmldom1t64_1.3.0-12build1_s390x.deb ... 127s Unpacking libkmldom1t64:s390x (1.3.0-12build1) ... 127s Selecting previously unselected package libkmlengine1t64:s390x. 127s Preparing to unpack .../246-libkmlengine1t64_1.3.0-12build1_s390x.deb ... 127s Unpacking libkmlengine1t64:s390x (1.3.0-12build1) ... 127s Selecting previously unselected package mysql-common. 127s Preparing to unpack .../247-mysql-common_5.8+1.1.1_all.deb ... 127s Unpacking mysql-common (5.8+1.1.1) ... 127s Selecting previously unselected package libmysqlclient24:s390x. 127s Preparing to unpack .../248-libmysqlclient24_8.4.4-0ubuntu1_s390x.deb ... 127s Unpacking libmysqlclient24:s390x (8.4.4-0ubuntu1) ... 127s Selecting previously unselected package libhdf5-hl-310:s390x. 127s Preparing to unpack .../249-libhdf5-hl-310_1.14.5+repack-3_s390x.deb ... 127s Unpacking libhdf5-hl-310:s390x (1.14.5+repack-3) ... 127s Selecting previously unselected package libnetcdf19t64:s390x. 127s Preparing to unpack .../250-libnetcdf19t64_1%3a4.9.2-6ubuntu2_s390x.deb ... 127s Unpacking libnetcdf19t64:s390x (1:4.9.2-6ubuntu2) ... 127s Selecting previously unselected package libltdl7:s390x. 127s Preparing to unpack .../251-libltdl7_2.5.4-3build1_s390x.deb ... 127s Unpacking libltdl7:s390x (2.5.4-3build1) ... 127s Selecting previously unselected package libodbc2:s390x. 127s Preparing to unpack .../252-libodbc2_2.3.12-2ubuntu1_s390x.deb ... 127s Unpacking libodbc2:s390x (2.3.12-2ubuntu1) ... 127s Selecting previously unselected package unixodbc-common. 127s Preparing to unpack .../253-unixodbc-common_2.3.12-2ubuntu1_all.deb ... 127s Unpacking unixodbc-common (2.3.12-2ubuntu1) ... 127s Selecting previously unselected package libodbcinst2:s390x. 127s Preparing to unpack .../254-libodbcinst2_2.3.12-2ubuntu1_s390x.deb ... 127s Unpacking libodbcinst2:s390x (2.3.12-2ubuntu1) ... 127s Selecting previously unselected package libogdi4.1:s390x. 127s Preparing to unpack .../255-libogdi4.1_4.1.1+ds-5_s390x.deb ... 127s Unpacking libogdi4.1:s390x (4.1.1+ds-5) ... 127s Selecting previously unselected package libgpgmepp6t64:s390x. 127s Preparing to unpack .../256-libgpgmepp6t64_1.24.1-3ubuntu1_s390x.deb ... 127s Unpacking libgpgmepp6t64:s390x (1.24.1-3ubuntu1) ... 127s Selecting previously unselected package libpoppler145:s390x. 127s Preparing to unpack .../257-libpoppler145_25.01.0-3_s390x.deb ... 127s Unpacking libpoppler145:s390x (25.01.0-3) ... 127s Selecting previously unselected package libpq5:s390x. 127s Preparing to unpack .../258-libpq5_17.2-1build2_s390x.deb ... 127s Unpacking libpq5:s390x (17.2-1build2) ... 127s Selecting previously unselected package libqhull-r8.0:s390x. 127s Preparing to unpack .../259-libqhull-r8.0_2020.2-6build1_s390x.deb ... 127s Unpacking libqhull-r8.0:s390x (2020.2-6build1) ... 127s Selecting previously unselected package librttopo1:s390x. 127s Preparing to unpack .../260-librttopo1_1.1.0-3build2_s390x.deb ... 127s Unpacking librttopo1:s390x (1.1.0-3build2) ... 127s Selecting previously unselected package libspatialite8t64:s390x. 127s Preparing to unpack .../261-libspatialite8t64_5.1.0-3build1_s390x.deb ... 127s Unpacking libspatialite8t64:s390x (5.1.0-3build1) ... 127s Selecting previously unselected package libxerces-c3.2t64:s390x. 127s Preparing to unpack .../262-libxerces-c3.2t64_3.2.4+debian-1.3build1_s390x.deb ... 127s Unpacking libxerces-c3.2t64:s390x (3.2.4+debian-1.3build1) ... 127s Selecting previously unselected package libgdal36:s390x. 127s Preparing to unpack .../263-libgdal36_3.10.1+dfsg-1build2_s390x.deb ... 127s Unpacking libgdal36:s390x (3.10.1+dfsg-1build2) ... 128s Selecting previously unselected package libsocket++1:s390x. 128s Preparing to unpack .../264-libsocket++1_1.12.13+git20131030.5d039ba-1build1_s390x.deb ... 128s Unpacking libsocket++1:s390x (1.12.13+git20131030.5d039ba-1build1) ... 128s Selecting previously unselected package libgdcm3.0t64:s390x. 128s Preparing to unpack .../265-libgdcm3.0t64_3.0.24-5ubuntu1_s390x.deb ... 128s Unpacking libgdcm3.0t64:s390x (3.0.24-5ubuntu1) ... 128s Selecting previously unselected package libgdcm-dev. 128s Preparing to unpack .../266-libgdcm-dev_3.0.24-5ubuntu1_s390x.deb ... 128s Unpacking libgdcm-dev (3.0.24-5ubuntu1) ... 128s Selecting previously unselected package libffi-dev:s390x. 128s Preparing to unpack .../267-libffi-dev_3.4.6-1build1_s390x.deb ... 128s Unpacking libffi-dev:s390x (3.4.6-1build1) ... 128s Selecting previously unselected package uuid-dev:s390x. 128s Preparing to unpack .../268-uuid-dev_2.40.2-14ubuntu1_s390x.deb ... 128s Unpacking uuid-dev:s390x (2.40.2-14ubuntu1) ... 128s Selecting previously unselected package libblkid-dev:s390x. 128s Preparing to unpack .../269-libblkid-dev_2.40.2-14ubuntu1_s390x.deb ... 128s Unpacking libblkid-dev:s390x (2.40.2-14ubuntu1) ... 128s Selecting previously unselected package libsepol-dev:s390x. 128s Preparing to unpack .../270-libsepol-dev_3.7-1_s390x.deb ... 128s Unpacking libsepol-dev:s390x (3.7-1) ... 128s Selecting previously unselected package libpcre2-16-0:s390x. 128s Preparing to unpack .../271-libpcre2-16-0_10.42-4ubuntu3_s390x.deb ... 128s Unpacking libpcre2-16-0:s390x (10.42-4ubuntu3) ... 128s Selecting previously unselected package libpcre2-32-0:s390x. 128s Preparing to unpack .../272-libpcre2-32-0_10.42-4ubuntu3_s390x.deb ... 128s Unpacking libpcre2-32-0:s390x (10.42-4ubuntu3) ... 128s Selecting previously unselected package libpcre2-posix3:s390x. 128s Preparing to unpack .../273-libpcre2-posix3_10.42-4ubuntu3_s390x.deb ... 128s Unpacking libpcre2-posix3:s390x (10.42-4ubuntu3) ... 128s Selecting previously unselected package libpcre2-dev:s390x. 128s Preparing to unpack .../274-libpcre2-dev_10.42-4ubuntu3_s390x.deb ... 128s Unpacking libpcre2-dev:s390x (10.42-4ubuntu3) ... 128s Selecting previously unselected package libselinux1-dev:s390x. 128s Preparing to unpack .../275-libselinux1-dev_3.7-3ubuntu2_s390x.deb ... 128s Unpacking libselinux1-dev:s390x (3.7-3ubuntu2) ... 128s Selecting previously unselected package libmount-dev:s390x. 128s Preparing to unpack .../276-libmount-dev_2.40.2-14ubuntu1_s390x.deb ... 128s Unpacking libmount-dev:s390x (2.40.2-14ubuntu1) ... 128s Selecting previously unselected package libsysprof-capture-4-dev:s390x. 128s Preparing to unpack .../277-libsysprof-capture-4-dev_47.2-1_s390x.deb ... 128s Unpacking libsysprof-capture-4-dev:s390x (47.2-1) ... 128s Selecting previously unselected package libpkgconf3:s390x. 128s Preparing to unpack .../278-libpkgconf3_1.8.1-4_s390x.deb ... 128s Unpacking libpkgconf3:s390x (1.8.1-4) ... 128s Selecting previously unselected package pkgconf-bin. 128s Preparing to unpack .../279-pkgconf-bin_1.8.1-4_s390x.deb ... 128s Unpacking pkgconf-bin (1.8.1-4) ... 128s Selecting previously unselected package pkgconf:s390x. 128s Preparing to unpack .../280-pkgconf_1.8.1-4_s390x.deb ... 128s Unpacking pkgconf:s390x (1.8.1-4) ... 128s Selecting previously unselected package zlib1g-dev:s390x. 128s Preparing to unpack .../281-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_s390x.deb ... 128s Unpacking zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 128s Selecting previously unselected package libgio-2.0-dev:s390x. 128s Preparing to unpack .../282-libgio-2.0-dev_2.83.3-2_s390x.deb ... 128s Unpacking libgio-2.0-dev:s390x (2.83.3-2) ... 128s Selecting previously unselected package python3-packaging. 128s Preparing to unpack .../283-python3-packaging_24.2-1_all.deb ... 128s Unpacking python3-packaging (24.2-1) ... 128s Selecting previously unselected package libgio-2.0-dev-bin. 128s Preparing to unpack .../284-libgio-2.0-dev-bin_2.83.3-2_s390x.deb ... 128s Unpacking libgio-2.0-dev-bin (2.83.3-2) ... 128s Selecting previously unselected package libgl2ps1.4. 128s Preparing to unpack .../285-libgl2ps1.4_1.4.2+dfsg1-2build1_s390x.deb ... 128s Unpacking libgl2ps1.4 (1.4.2+dfsg1-2build1) ... 128s Selecting previously unselected package libgles1:s390x. 128s Preparing to unpack .../286-libgles1_1.7.0-1build1_s390x.deb ... 128s Unpacking libgles1:s390x (1.7.0-1build1) ... 128s Selecting previously unselected package libgles2:s390x. 128s Preparing to unpack .../287-libgles2_1.7.0-1build1_s390x.deb ... 128s Unpacking libgles2:s390x (1.7.0-1build1) ... 128s Selecting previously unselected package libgles-dev:s390x. 128s Preparing to unpack .../288-libgles-dev_1.7.0-1build1_s390x.deb ... 128s Unpacking libgles-dev:s390x (1.7.0-1build1) ... 128s Selecting previously unselected package libglew2.2:s390x. 128s Preparing to unpack .../289-libglew2.2_2.2.0-4build1_s390x.deb ... 128s Unpacking libglew2.2:s390x (2.2.0-4build1) ... 128s Selecting previously unselected package libglib2.0-bin. 128s Preparing to unpack .../290-libglib2.0-bin_2.83.3-2_s390x.deb ... 128s Unpacking libglib2.0-bin (2.83.3-2) ... 128s Selecting previously unselected package libglib2.0-dev-bin. 128s Preparing to unpack .../291-libglib2.0-dev-bin_2.83.3-2_s390x.deb ... 128s Unpacking libglib2.0-dev-bin (2.83.3-2) ... 128s Selecting previously unselected package libglib2.0-dev:s390x. 128s Preparing to unpack .../292-libglib2.0-dev_2.83.3-2_s390x.deb ... 128s Unpacking libglib2.0-dev:s390x (2.83.3-2) ... 128s Selecting previously unselected package libgphoto2-port12t64:s390x. 128s Preparing to unpack .../293-libgphoto2-port12t64_2.5.31-4_s390x.deb ... 128s Unpacking libgphoto2-port12t64:s390x (2.5.31-4) ... 128s Selecting previously unselected package libgphoto2-6t64:s390x. 128s Preparing to unpack .../294-libgphoto2-6t64_2.5.31-4_s390x.deb ... 128s Unpacking libgphoto2-6t64:s390x (2.5.31-4) ... 128s Selecting previously unselected package libgphoto2-dev:s390x. 128s Preparing to unpack .../295-libgphoto2-dev_2.5.31-4_s390x.deb ... 128s Unpacking libgphoto2-dev:s390x (2.5.31-4) ... 128s Selecting previously unselected package libsoup-3.0-common. 128s Preparing to unpack .../296-libsoup-3.0-common_3.6.4-2_all.deb ... 128s Unpacking libsoup-3.0-common (3.6.4-2) ... 128s Selecting previously unselected package libsoup-3.0-0:s390x. 128s Preparing to unpack .../297-libsoup-3.0-0_3.6.4-2_s390x.deb ... 128s Unpacking libsoup-3.0-0:s390x (3.6.4-2) ... 128s Selecting previously unselected package libgssdp-1.6-0:s390x. 128s Preparing to unpack .../298-libgssdp-1.6-0_1.6.3-1build3_s390x.deb ... 128s Unpacking libgssdp-1.6-0:s390x (1.6.3-1build3) ... 128s Selecting previously unselected package libgstreamer1.0-dev:s390x. 128s Preparing to unpack .../299-libgstreamer1.0-dev_1.25.1-1_s390x.deb ... 128s Unpacking libgstreamer1.0-dev:s390x (1.25.1-1) ... 128s Selecting previously unselected package liborc-0.4-dev-bin. 128s Preparing to unpack .../300-liborc-0.4-dev-bin_1%3a0.4.40-1_s390x.deb ... 128s Unpacking liborc-0.4-dev-bin (1:0.4.40-1) ... 128s Selecting previously unselected package liborc-0.4-dev:s390x. 128s Preparing to unpack .../301-liborc-0.4-dev_1%3a0.4.40-1_s390x.deb ... 128s Unpacking liborc-0.4-dev:s390x (1:0.4.40-1) ... 128s Selecting previously unselected package libx11-xcb-dev:s390x. 128s Preparing to unpack .../302-libx11-xcb-dev_2%3a1.8.10-2_s390x.deb ... 128s Unpacking libx11-xcb-dev:s390x (2:1.8.10-2) ... 128s Selecting previously unselected package libwayland-bin. 128s Preparing to unpack .../303-libwayland-bin_1.23.1-1_s390x.deb ... 128s Unpacking libwayland-bin (1.23.1-1) ... 128s Selecting previously unselected package libwayland-dev:s390x. 128s Preparing to unpack .../304-libwayland-dev_1.23.1-1_s390x.deb ... 128s Unpacking libwayland-dev:s390x (1.23.1-1) ... 128s Selecting previously unselected package libudev-dev:s390x. 128s Preparing to unpack .../305-libudev-dev_257.2-3ubuntu1_s390x.deb ... 128s Unpacking libudev-dev:s390x (257.2-3ubuntu1) ... 128s Selecting previously unselected package libgudev-1.0-dev:s390x. 128s Preparing to unpack .../306-libgudev-1.0-dev_1%3a238-6_s390x.deb ... 128s Unpacking libgudev-1.0-dev:s390x (1:238-6) ... 128s Selecting previously unselected package libgstreamer-plugins-base1.0-dev. 128s Preparing to unpack .../307-libgstreamer-plugins-base1.0-dev_1.25.1-2_s390x.deb ... 128s Unpacking libgstreamer-plugins-base1.0-dev (1.25.1-2) ... 128s Selecting previously unselected package libgupnp-1.6-0:s390x. 128s Preparing to unpack .../308-libgupnp-1.6-0_1.6.8-1_s390x.deb ... 128s Unpacking libgupnp-1.6-0:s390x (1.6.8-1) ... 128s Selecting previously unselected package libgupnp-igd-1.6-0:s390x. 128s Preparing to unpack .../309-libgupnp-igd-1.6-0_1.6.0-4_s390x.deb ... 128s Unpacking libgupnp-igd-1.6-0:s390x (1.6.0-4) ... 128s Selecting previously unselected package libhwloc15:s390x. 128s Preparing to unpack .../310-libhwloc15_2.11.2-1build1_s390x.deb ... 128s Unpacking libhwloc15:s390x (2.11.2-1build1) ... 128s Selecting previously unselected package x11-common. 128s Preparing to unpack .../311-x11-common_1%3a7.7+23ubuntu3_all.deb ... 128s Unpacking x11-common (1:7.7+23ubuntu3) ... 128s Selecting previously unselected package libice6:s390x. 128s Preparing to unpack .../312-libice6_2%3a1.1.1-1_s390x.deb ... 128s Unpacking libice6:s390x (2:1.1.1-1) ... 128s Selecting previously unselected package libimath-3-1-29t64:s390x. 128s Preparing to unpack .../313-libimath-3-1-29t64_3.1.11-2ubuntu3_s390x.deb ... 128s Unpacking libimath-3-1-29t64:s390x (3.1.11-2ubuntu3) ... 128s Selecting previously unselected package libimath-dev:s390x. 128s Preparing to unpack .../314-libimath-dev_3.1.11-2ubuntu3_s390x.deb ... 128s Unpacking libimath-dev:s390x (3.1.11-2ubuntu3) ... 128s Selecting previously unselected package libwacom-common. 128s Preparing to unpack .../315-libwacom-common_2.14.0-1_all.deb ... 128s Unpacking libwacom-common (2.14.0-1) ... 128s Selecting previously unselected package libwacom9:s390x. 128s Preparing to unpack .../316-libwacom9_2.14.0-1_s390x.deb ... 128s Unpacking libwacom9:s390x (2.14.0-1) ... 129s Selecting previously unselected package libinput-bin. 129s Preparing to unpack .../317-libinput-bin_1.26.2-1_s390x.deb ... 129s Unpacking libinput-bin (1.26.2-1) ... 129s Selecting previously unselected package libmtdev1t64:s390x. 129s Preparing to unpack .../318-libmtdev1t64_1.1.7-1_s390x.deb ... 129s Unpacking libmtdev1t64:s390x (1.1.7-1) ... 129s Selecting previously unselected package libinput10:s390x. 129s Preparing to unpack .../319-libinput10_1.26.2-1_s390x.deb ... 129s Unpacking libinput10:s390x (1.26.2-1) ... 129s Selecting previously unselected package libjpeg-turbo8-dev:s390x. 129s Preparing to unpack .../320-libjpeg-turbo8-dev_2.1.5-3ubuntu2_s390x.deb ... 129s Unpacking libjpeg-turbo8-dev:s390x (2.1.5-3ubuntu2) ... 129s Selecting previously unselected package libjpeg8-dev:s390x. 129s Preparing to unpack .../321-libjpeg8-dev_8c-2ubuntu11_s390x.deb ... 129s Unpacking libjpeg8-dev:s390x (8c-2ubuntu11) ... 129s Selecting previously unselected package libjpeg-dev:s390x. 129s Preparing to unpack .../322-libjpeg-dev_8c-2ubuntu11_s390x.deb ... 129s Unpacking libjpeg-dev:s390x (8c-2ubuntu11) ... 129s Selecting previously unselected package libjsoncpp26:s390x. 129s Preparing to unpack .../323-libjsoncpp26_1.9.6-3_s390x.deb ... 129s Unpacking libjsoncpp26:s390x (1.9.6-3) ... 129s Selecting previously unselected package libleptonica6:s390x. 129s Preparing to unpack .../324-libleptonica6_1.84.1-4_s390x.deb ... 129s Unpacking libleptonica6:s390x (1.84.1-4) ... 129s Selecting previously unselected package libmd4c0:s390x. 129s Preparing to unpack .../325-libmd4c0_0.5.2-2_s390x.deb ... 129s Unpacking libmd4c0:s390x (0.5.2-2) ... 129s Selecting previously unselected package libnice10:s390x. 129s Preparing to unpack .../326-libnice10_0.1.22-1_s390x.deb ... 129s Unpacking libnice10:s390x (0.1.22-1) ... 129s Selecting previously unselected package libtbbmalloc2:s390x. 129s Preparing to unpack .../327-libtbbmalloc2_2022.0.0-1_s390x.deb ... 129s Unpacking libtbbmalloc2:s390x (2022.0.0-1) ... 129s Selecting previously unselected package libtbbbind-2-5:s390x. 129s Preparing to unpack .../328-libtbbbind-2-5_2022.0.0-1_s390x.deb ... 129s Unpacking libtbbbind-2-5:s390x (2022.0.0-1) ... 129s Selecting previously unselected package libtbb12:s390x. 129s Preparing to unpack .../329-libtbb12_2022.0.0-1_s390x.deb ... 129s Unpacking libtbb12:s390x (2022.0.0-1) ... 129s Selecting previously unselected package libopencv-core406t64:s390x. 129s Preparing to unpack .../330-libopencv-core406t64_4.6.0+dfsg-14build3_s390x.deb ... 129s Unpacking libopencv-core406t64:s390x (4.6.0+dfsg-14build3) ... 129s Selecting previously unselected package libopencv-flann406t64:s390x. 129s Preparing to unpack .../331-libopencv-flann406t64_4.6.0+dfsg-14build3_s390x.deb ... 129s Unpacking libopencv-flann406t64:s390x (4.6.0+dfsg-14build3) ... 129s Selecting previously unselected package libopencv-imgproc406t64:s390x. 129s Preparing to unpack .../332-libopencv-imgproc406t64_4.6.0+dfsg-14build3_s390x.deb ... 129s Unpacking libopencv-imgproc406t64:s390x (4.6.0+dfsg-14build3) ... 129s Selecting previously unselected package libopencv-features2d406t64:s390x. 129s Preparing to unpack .../333-libopencv-features2d406t64_4.6.0+dfsg-14build3_s390x.deb ... 129s Unpacking libopencv-features2d406t64:s390x (4.6.0+dfsg-14build3) ... 129s Selecting previously unselected package libopencv-calib3d406t64:s390x. 129s Preparing to unpack .../334-libopencv-calib3d406t64_4.6.0+dfsg-14build3_s390x.deb ... 129s Unpacking libopencv-calib3d406t64:s390x (4.6.0+dfsg-14build3) ... 129s Selecting previously unselected package libtbb-dev:s390x. 129s Preparing to unpack .../335-libtbb-dev_2022.0.0-1_s390x.deb ... 129s Unpacking libtbb-dev:s390x (2022.0.0-1) ... 129s Selecting previously unselected package libopencv-core-dev:s390x. 129s Preparing to unpack .../336-libopencv-core-dev_4.6.0+dfsg-14build3_s390x.deb ... 129s Unpacking libopencv-core-dev:s390x (4.6.0+dfsg-14build3) ... 129s Selecting previously unselected package libopencv-flann-dev:s390x. 129s Preparing to unpack .../337-libopencv-flann-dev_4.6.0+dfsg-14build3_s390x.deb ... 129s Unpacking libopencv-flann-dev:s390x (4.6.0+dfsg-14build3) ... 129s Selecting previously unselected package libopenexr-3-1-30:s390x. 129s Preparing to unpack .../338-libopenexr-3-1-30_3.1.5-5.1build3_s390x.deb ... 129s Unpacking libopenexr-3-1-30:s390x (3.1.5-5.1build3) ... 129s Selecting previously unselected package libopencv-imgcodecs406t64:s390x. 129s Preparing to unpack .../339-libopencv-imgcodecs406t64_4.6.0+dfsg-14build3_s390x.deb ... 129s Unpacking libopencv-imgcodecs406t64:s390x (4.6.0+dfsg-14build3) ... 129s Selecting previously unselected package libopengl0:s390x. 129s Preparing to unpack .../340-libopengl0_1.7.0-1build1_s390x.deb ... 129s Unpacking libopengl0:s390x (1.7.0-1build1) ... 129s Selecting previously unselected package libqt5core5t64:s390x. 129s Preparing to unpack .../341-libqt5core5t64_5.15.15+dfsg-1ubuntu2_s390x.deb ... 129s Unpacking libqt5core5t64:s390x (5.15.15+dfsg-1ubuntu2) ... 129s Selecting previously unselected package libqt5dbus5t64:s390x. 129s Preparing to unpack .../342-libqt5dbus5t64_5.15.15+dfsg-1ubuntu2_s390x.deb ... 129s Unpacking libqt5dbus5t64:s390x (5.15.15+dfsg-1ubuntu2) ... 129s Selecting previously unselected package libqt5network5t64:s390x. 129s Preparing to unpack .../343-libqt5network5t64_5.15.15+dfsg-1ubuntu2_s390x.deb ... 129s Unpacking libqt5network5t64:s390x (5.15.15+dfsg-1ubuntu2) ... 129s Selecting previously unselected package libsm6:s390x. 129s Preparing to unpack .../344-libsm6_2%3a1.2.4-1_s390x.deb ... 129s Unpacking libsm6:s390x (2:1.2.4-1) ... 129s Selecting previously unselected package libxcb-icccm4:s390x. 129s Preparing to unpack .../345-libxcb-icccm4_0.4.2-1_s390x.deb ... 129s Unpacking libxcb-icccm4:s390x (0.4.2-1) ... 129s Selecting previously unselected package libxcb-util1:s390x. 129s Preparing to unpack .../346-libxcb-util1_0.4.1-1_s390x.deb ... 129s Unpacking libxcb-util1:s390x (0.4.1-1) ... 129s Selecting previously unselected package libxcb-image0:s390x. 129s Preparing to unpack .../347-libxcb-image0_0.4.0-2build1_s390x.deb ... 129s Unpacking libxcb-image0:s390x (0.4.0-2build1) ... 129s Selecting previously unselected package libxcb-keysyms1:s390x. 129s Preparing to unpack .../348-libxcb-keysyms1_0.4.1-1_s390x.deb ... 129s Unpacking libxcb-keysyms1:s390x (0.4.1-1) ... 129s Selecting previously unselected package libxcb-render-util0:s390x. 129s Preparing to unpack .../349-libxcb-render-util0_0.3.10-1_s390x.deb ... 129s Unpacking libxcb-render-util0:s390x (0.3.10-1) ... 129s Selecting previously unselected package libxcb-shape0:s390x. 129s Preparing to unpack .../350-libxcb-shape0_1.17.0-2_s390x.deb ... 129s Unpacking libxcb-shape0:s390x (1.17.0-2) ... 129s Selecting previously unselected package libxcb-xinerama0:s390x. 129s Preparing to unpack .../351-libxcb-xinerama0_1.17.0-2_s390x.deb ... 129s Unpacking libxcb-xinerama0:s390x (1.17.0-2) ... 129s Selecting previously unselected package libxcb-xinput0:s390x. 129s Preparing to unpack .../352-libxcb-xinput0_1.17.0-2_s390x.deb ... 129s Unpacking libxcb-xinput0:s390x (1.17.0-2) ... 129s Selecting previously unselected package libxcb-xkb1:s390x. 129s Preparing to unpack .../353-libxcb-xkb1_1.17.0-2_s390x.deb ... 129s Unpacking libxcb-xkb1:s390x (1.17.0-2) ... 129s Selecting previously unselected package libxkbcommon-x11-0:s390x. 129s Preparing to unpack .../354-libxkbcommon-x11-0_1.7.0-2_s390x.deb ... 129s Unpacking libxkbcommon-x11-0:s390x (1.7.0-2) ... 129s Selecting previously unselected package libqt5gui5t64:s390x. 129s Preparing to unpack .../355-libqt5gui5t64_5.15.15+dfsg-1ubuntu2_s390x.deb ... 129s Unpacking libqt5gui5t64:s390x (5.15.15+dfsg-1ubuntu2) ... 129s Selecting previously unselected package libqt5widgets5t64:s390x. 129s Preparing to unpack .../356-libqt5widgets5t64_5.15.15+dfsg-1ubuntu2_s390x.deb ... 129s Unpacking libqt5widgets5t64:s390x (5.15.15+dfsg-1ubuntu2) ... 129s Selecting previously unselected package libqt5opengl5t64:s390x. 129s Preparing to unpack .../357-libqt5opengl5t64_5.15.15+dfsg-1ubuntu2_s390x.deb ... 129s Unpacking libqt5opengl5t64:s390x (5.15.15+dfsg-1ubuntu2) ... 129s Selecting previously unselected package libqt5test5t64:s390x. 129s Preparing to unpack .../358-libqt5test5t64_5.15.15+dfsg-1ubuntu2_s390x.deb ... 129s Unpacking libqt5test5t64:s390x (5.15.15+dfsg-1ubuntu2) ... 129s Selecting previously unselected package libopencv-highgui406t64:s390x. 129s Preparing to unpack .../359-libopencv-highgui406t64_4.6.0+dfsg-14build3_s390x.deb ... 129s Unpacking libopencv-highgui406t64:s390x (4.6.0+dfsg-14build3) ... 129s Selecting previously unselected package libopencv-imgproc-dev:s390x. 129s Preparing to unpack .../360-libopencv-imgproc-dev_4.6.0+dfsg-14build3_s390x.deb ... 129s Unpacking libopencv-imgproc-dev:s390x (4.6.0+dfsg-14build3) ... 129s Selecting previously unselected package libopencv-imgcodecs-dev:s390x. 129s Preparing to unpack .../361-libopencv-imgcodecs-dev_4.6.0+dfsg-14build3_s390x.deb ... 129s Unpacking libopencv-imgcodecs-dev:s390x (4.6.0+dfsg-14build3) ... 129s Selecting previously unselected package libswscale8:s390x. 130s Preparing to unpack .../362-libswscale8_7%3a7.1-3ubuntu2_s390x.deb ... 130s Unpacking libswscale8:s390x (7:7.1-3ubuntu2) ... 130s Selecting previously unselected package libopencv-videoio406t64:s390x. 130s Preparing to unpack .../363-libopencv-videoio406t64_4.6.0+dfsg-14build3_s390x.deb ... 130s Unpacking libopencv-videoio406t64:s390x (4.6.0+dfsg-14build3) ... 130s Selecting previously unselected package libopencv-videoio-dev:s390x. 130s Preparing to unpack .../364-libopencv-videoio-dev_4.6.0+dfsg-14build3_s390x.deb ... 130s Unpacking libopencv-videoio-dev:s390x (4.6.0+dfsg-14build3) ... 130s Selecting previously unselected package libopenexr-dev. 130s Preparing to unpack .../365-libopenexr-dev_3.1.5-5.1build3_s390x.deb ... 130s Unpacking libopenexr-dev (3.1.5-5.1build3) ... 130s Selecting previously unselected package libpng-dev:s390x. 130s Preparing to unpack .../366-libpng-dev_1.6.46-4_s390x.deb ... 130s Unpacking libpng-dev:s390x (1.6.46-4) ... 130s Selecting previously unselected package libswscale-dev:s390x. 130s Preparing to unpack .../367-libswscale-dev_7%3a7.1-3ubuntu2_s390x.deb ... 130s Unpacking libswscale-dev:s390x (7:7.1-3ubuntu2) ... 130s Selecting previously unselected package libjbig-dev:s390x. 130s Preparing to unpack .../368-libjbig-dev_2.1-6.1ubuntu2_s390x.deb ... 130s Unpacking libjbig-dev:s390x (2.1-6.1ubuntu2) ... 130s Selecting previously unselected package liblzma-dev:s390x. 130s Preparing to unpack .../369-liblzma-dev_5.6.3-1_s390x.deb ... 130s Unpacking liblzma-dev:s390x (5.6.3-1) ... 130s Selecting previously unselected package libzstd-dev:s390x. 130s Preparing to unpack .../370-libzstd-dev_1.5.6+dfsg-2_s390x.deb ... 130s Unpacking libzstd-dev:s390x (1.5.6+dfsg-2) ... 130s Selecting previously unselected package libwebpdemux2:s390x. 130s Preparing to unpack .../371-libwebpdemux2_1.5.0-0.1_s390x.deb ... 130s Unpacking libwebpdemux2:s390x (1.5.0-0.1) ... 130s Selecting previously unselected package libwebpdecoder3:s390x. 130s Preparing to unpack .../372-libwebpdecoder3_1.5.0-0.1_s390x.deb ... 130s Unpacking libwebpdecoder3:s390x (1.5.0-0.1) ... 130s Selecting previously unselected package libsharpyuv-dev:s390x. 130s Preparing to unpack .../373-libsharpyuv-dev_1.5.0-0.1_s390x.deb ... 130s Unpacking libsharpyuv-dev:s390x (1.5.0-0.1) ... 130s Selecting previously unselected package libwebp-dev:s390x. 130s Preparing to unpack .../374-libwebp-dev_1.5.0-0.1_s390x.deb ... 130s Unpacking libwebp-dev:s390x (1.5.0-0.1) ... 130s Selecting previously unselected package libtiffxx6:s390x. 130s Preparing to unpack .../375-libtiffxx6_4.5.1+git230720-4ubuntu4_s390x.deb ... 130s Unpacking libtiffxx6:s390x (4.5.1+git230720-4ubuntu4) ... 130s Selecting previously unselected package libtiff-dev:s390x. 130s Preparing to unpack .../376-libtiff-dev_4.5.1+git230720-4ubuntu4_s390x.deb ... 130s Unpacking libtiff-dev:s390x (4.5.1+git230720-4ubuntu4) ... 130s Selecting previously unselected package libopencv-highgui-dev:s390x. 130s Preparing to unpack .../377-libopencv-highgui-dev_4.6.0+dfsg-14build3_s390x.deb ... 130s Unpacking libopencv-highgui-dev:s390x (4.6.0+dfsg-14build3) ... 130s Selecting previously unselected package libopencv-ml406t64:s390x. 130s Preparing to unpack .../378-libopencv-ml406t64_4.6.0+dfsg-14build3_s390x.deb ... 130s Unpacking libopencv-ml406t64:s390x (4.6.0+dfsg-14build3) ... 130s Selecting previously unselected package libopencv-ml-dev:s390x. 130s Preparing to unpack .../379-libopencv-ml-dev_4.6.0+dfsg-14build3_s390x.deb ... 130s Unpacking libopencv-ml-dev:s390x (4.6.0+dfsg-14build3) ... 130s Selecting previously unselected package libopencv-features2d-dev:s390x. 130s Preparing to unpack .../380-libopencv-features2d-dev_4.6.0+dfsg-14build3_s390x.deb ... 130s Unpacking libopencv-features2d-dev:s390x (4.6.0+dfsg-14build3) ... 130s Selecting previously unselected package libopencv-calib3d-dev:s390x. 130s Preparing to unpack .../381-libopencv-calib3d-dev_4.6.0+dfsg-14build3_s390x.deb ... 130s Unpacking libopencv-calib3d-dev:s390x (4.6.0+dfsg-14build3) ... 130s Selecting previously unselected package libprotobuf32t64:s390x. 130s Preparing to unpack .../382-libprotobuf32t64_3.21.12-10build1_s390x.deb ... 130s Unpacking libprotobuf32t64:s390x (3.21.12-10build1) ... 130s Selecting previously unselected package libopencv-dnn406t64:s390x. 130s Preparing to unpack .../383-libopencv-dnn406t64_4.6.0+dfsg-14build3_s390x.deb ... 130s Unpacking libopencv-dnn406t64:s390x (4.6.0+dfsg-14build3) ... 130s Selecting previously unselected package libopencv-objdetect406t64:s390x. 130s Preparing to unpack .../384-libopencv-objdetect406t64_4.6.0+dfsg-14build3_s390x.deb ... 130s Unpacking libopencv-objdetect406t64:s390x (4.6.0+dfsg-14build3) ... 130s Selecting previously unselected package libopencv-video406t64:s390x. 130s Preparing to unpack .../385-libopencv-video406t64_4.6.0+dfsg-14build3_s390x.deb ... 130s Unpacking libopencv-video406t64:s390x (4.6.0+dfsg-14build3) ... 130s Selecting previously unselected package libtesseract5:s390x. 130s Preparing to unpack .../386-libtesseract5_5.5.0-1_s390x.deb ... 130s Unpacking libtesseract5:s390x (5.5.0-1) ... 130s Selecting previously unselected package libopencv-contrib406t64:s390x. 130s Preparing to unpack .../387-libopencv-contrib406t64_4.6.0+dfsg-14build3_s390x.deb ... 130s Unpacking libopencv-contrib406t64:s390x (4.6.0+dfsg-14build3) ... 130s Selecting previously unselected package libopencv-dnn-dev:s390x. 130s Preparing to unpack .../388-libopencv-dnn-dev_4.6.0+dfsg-14build3_s390x.deb ... 130s Unpacking libopencv-dnn-dev:s390x (4.6.0+dfsg-14build3) ... 130s Selecting previously unselected package libopencv-objdetect-dev:s390x. 130s Preparing to unpack .../389-libopencv-objdetect-dev_4.6.0+dfsg-14build3_s390x.deb ... 130s Unpacking libopencv-objdetect-dev:s390x (4.6.0+dfsg-14build3) ... 130s Selecting previously unselected package libopencv-photo406t64:s390x. 130s Preparing to unpack .../390-libopencv-photo406t64_4.6.0+dfsg-14build3_s390x.deb ... 130s Unpacking libopencv-photo406t64:s390x (4.6.0+dfsg-14build3) ... 130s Selecting previously unselected package libopencv-photo-dev:s390x. 130s Preparing to unpack .../391-libopencv-photo-dev_4.6.0+dfsg-14build3_s390x.deb ... 130s Unpacking libopencv-photo-dev:s390x (4.6.0+dfsg-14build3) ... 130s Selecting previously unselected package libopencv-shape406t64:s390x. 130s Preparing to unpack .../392-libopencv-shape406t64_4.6.0+dfsg-14build3_s390x.deb ... 130s Unpacking libopencv-shape406t64:s390x (4.6.0+dfsg-14build3) ... 130s Selecting previously unselected package libopencv-video-dev:s390x. 130s Preparing to unpack .../393-libopencv-video-dev_4.6.0+dfsg-14build3_s390x.deb ... 130s Unpacking libopencv-video-dev:s390x (4.6.0+dfsg-14build3) ... 130s Selecting previously unselected package libopencv-shape-dev:s390x. 130s Preparing to unpack .../394-libopencv-shape-dev_4.6.0+dfsg-14build3_s390x.deb ... 130s Unpacking libopencv-shape-dev:s390x (4.6.0+dfsg-14build3) ... 130s Selecting previously unselected package libopencv-stitching406t64:s390x. 130s Preparing to unpack .../395-libopencv-stitching406t64_4.6.0+dfsg-14build3_s390x.deb ... 130s Unpacking libopencv-stitching406t64:s390x (4.6.0+dfsg-14build3) ... 130s Selecting previously unselected package libopencv-stitching-dev:s390x. 130s Preparing to unpack .../396-libopencv-stitching-dev_4.6.0+dfsg-14build3_s390x.deb ... 130s Unpacking libopencv-stitching-dev:s390x (4.6.0+dfsg-14build3) ... 130s Selecting previously unselected package libopencv-superres406t64:s390x. 130s Preparing to unpack .../397-libopencv-superres406t64_4.6.0+dfsg-14build3_s390x.deb ... 130s Unpacking libopencv-superres406t64:s390x (4.6.0+dfsg-14build3) ... 130s Selecting previously unselected package libopencv-superres-dev:s390x. 130s Preparing to unpack .../398-libopencv-superres-dev_4.6.0+dfsg-14build3_s390x.deb ... 130s Unpacking libopencv-superres-dev:s390x (4.6.0+dfsg-14build3) ... 130s Selecting previously unselected package libopencv-videostab406t64:s390x. 130s Preparing to unpack .../399-libopencv-videostab406t64_4.6.0+dfsg-14build3_s390x.deb ... 130s Unpacking libopencv-videostab406t64:s390x (4.6.0+dfsg-14build3) ... 130s Selecting previously unselected package libopencv-videostab-dev:s390x. 130s Preparing to unpack .../400-libopencv-videostab-dev_4.6.0+dfsg-14build3_s390x.deb ... 130s Unpacking libopencv-videostab-dev:s390x (4.6.0+dfsg-14build3) ... 130s Selecting previously unselected package libmunge2:s390x. 130s Preparing to unpack .../401-libmunge2_0.5.16-1_s390x.deb ... 130s Unpacking libmunge2:s390x (0.5.16-1) ... 130s Selecting previously unselected package libxnvctrl0:s390x. 130s Preparing to unpack .../402-libxnvctrl0_510.47.03-0ubuntu4_s390x.deb ... 130s Unpacking libxnvctrl0:s390x (510.47.03-0ubuntu4) ... 130s Selecting previously unselected package libhwloc-plugins:s390x. 130s Preparing to unpack .../403-libhwloc-plugins_2.11.2-1build1_s390x.deb ... 130s Unpacking libhwloc-plugins:s390x (2.11.2-1build1) ... 130s Selecting previously unselected package libpmix2t64:s390x. 130s Preparing to unpack .../404-libpmix2t64_5.0.6-1_s390x.deb ... 130s Unpacking libpmix2t64:s390x (5.0.6-1) ... 130s Selecting previously unselected package libopenmpi40:s390x. 130s Preparing to unpack .../405-libopenmpi40_5.0.6-3_s390x.deb ... 130s Unpacking libopenmpi40:s390x (5.0.6-3) ... 130s Selecting previously unselected package libtcl8.6:s390x. 130s Preparing to unpack .../406-libtcl8.6_8.6.16+dfsg-1_s390x.deb ... 130s Unpacking libtcl8.6:s390x (8.6.16+dfsg-1) ... 130s Selecting previously unselected package libxft2:s390x. 130s Preparing to unpack .../407-libxft2_2.3.6-1build1_s390x.deb ... 130s Unpacking libxft2:s390x (2.3.6-1build1) ... 130s Selecting previously unselected package libxss1:s390x. 130s Preparing to unpack .../408-libxss1_1%3a1.2.3-1build3_s390x.deb ... 130s Unpacking libxss1:s390x (1:1.2.3-1build3) ... 130s Selecting previously unselected package libtk8.6:s390x. 130s Preparing to unpack .../409-libtk8.6_8.6.16-1_s390x.deb ... 130s Unpacking libtk8.6:s390x (8.6.16-1) ... 130s Selecting previously unselected package libvtk9.3:s390x. 130s Preparing to unpack .../410-libvtk9.3_9.3.0+dfsg1-1.1ubuntu3_s390x.deb ... 130s Unpacking libvtk9.3:s390x (9.3.0+dfsg1-1.1ubuntu3) ... 131s Selecting previously unselected package libopencv-viz406t64:s390x. 131s Preparing to unpack .../411-libopencv-viz406t64_4.6.0+dfsg-14build3_s390x.deb ... 131s Unpacking libopencv-viz406t64:s390x (4.6.0+dfsg-14build3) ... 131s Selecting previously unselected package libopencv-viz-dev:s390x. 131s Preparing to unpack .../412-libopencv-viz-dev_4.6.0+dfsg-14build3_s390x.deb ... 131s Unpacking libopencv-viz-dev:s390x (4.6.0+dfsg-14build3) ... 131s Selecting previously unselected package libopencv-contrib-dev:s390x. 131s Preparing to unpack .../413-libopencv-contrib-dev_4.6.0+dfsg-14build3_s390x.deb ... 131s Unpacking libopencv-contrib-dev:s390x (4.6.0+dfsg-14build3) ... 131s Selecting previously unselected package libopencv-dev. 131s Preparing to unpack .../414-libopencv-dev_4.6.0+dfsg-14build3_s390x.deb ... 131s Unpacking libopencv-dev (4.6.0+dfsg-14build3) ... 131s Selecting previously unselected package librust-critical-section-dev:s390x. 131s Preparing to unpack .../415-librust-critical-section-dev_1.2.0-1_s390x.deb ... 131s Unpacking librust-critical-section-dev:s390x (1.2.0-1) ... 131s Selecting previously unselected package librust-unicode-ident-dev:s390x. 131s Preparing to unpack .../416-librust-unicode-ident-dev_1.0.13-1_s390x.deb ... 131s Unpacking librust-unicode-ident-dev:s390x (1.0.13-1) ... 131s Selecting previously unselected package librust-proc-macro2-dev:s390x. 131s Preparing to unpack .../417-librust-proc-macro2-dev_1.0.92-1_s390x.deb ... 131s Unpacking librust-proc-macro2-dev:s390x (1.0.92-1) ... 131s Selecting previously unselected package librust-quote-dev:s390x. 131s Preparing to unpack .../418-librust-quote-dev_1.0.37-1_s390x.deb ... 131s Unpacking librust-quote-dev:s390x (1.0.37-1) ... 131s Selecting previously unselected package librust-syn-dev:s390x. 131s Preparing to unpack .../419-librust-syn-dev_2.0.96-2_s390x.deb ... 131s Unpacking librust-syn-dev:s390x (2.0.96-2) ... 131s Selecting previously unselected package librust-serde-derive-dev:s390x. 131s Preparing to unpack .../420-librust-serde-derive-dev_1.0.217-1_s390x.deb ... 131s Unpacking librust-serde-derive-dev:s390x (1.0.217-1) ... 131s Selecting previously unselected package librust-serde-dev:s390x. 131s Preparing to unpack .../421-librust-serde-dev_1.0.217-1_s390x.deb ... 131s Unpacking librust-serde-dev:s390x (1.0.217-1) ... 131s Selecting previously unselected package librust-portable-atomic-dev:s390x. 131s Preparing to unpack .../422-librust-portable-atomic-dev_1.10.0-3_s390x.deb ... 131s Unpacking librust-portable-atomic-dev:s390x (1.10.0-3) ... 131s Selecting previously unselected package librust-cfg-if-dev:s390x. 131s Preparing to unpack .../423-librust-cfg-if-dev_1.0.0-1_s390x.deb ... 131s Unpacking librust-cfg-if-dev:s390x (1.0.0-1) ... 131s Selecting previously unselected package librust-rustc-std-workspace-core-dev:s390x. 131s Preparing to unpack .../424-librust-rustc-std-workspace-core-dev_1.0.0-1_s390x.deb ... 131s Unpacking librust-rustc-std-workspace-core-dev:s390x (1.0.0-1) ... 131s Selecting previously unselected package librust-libc-dev:s390x. 131s Preparing to unpack .../425-librust-libc-dev_0.2.169-1_s390x.deb ... 131s Unpacking librust-libc-dev:s390x (0.2.169-1) ... 131s Selecting previously unselected package librust-getrandom-dev:s390x. 131s Preparing to unpack .../426-librust-getrandom-dev_0.2.15-1_s390x.deb ... 131s Unpacking librust-getrandom-dev:s390x (0.2.15-1) ... 132s Selecting previously unselected package librust-derive-arbitrary-dev:s390x. 132s Preparing to unpack .../427-librust-derive-arbitrary-dev_1.4.1-1_s390x.deb ... 132s Unpacking librust-derive-arbitrary-dev:s390x (1.4.1-1) ... 132s Selecting previously unselected package librust-arbitrary-dev:s390x. 132s Preparing to unpack .../428-librust-arbitrary-dev_1.4.1-1_s390x.deb ... 132s Unpacking librust-arbitrary-dev:s390x (1.4.1-1) ... 132s Selecting previously unselected package librust-smallvec-dev:s390x. 132s Preparing to unpack .../429-librust-smallvec-dev_1.13.2-1_s390x.deb ... 132s Unpacking librust-smallvec-dev:s390x (1.13.2-1) ... 132s Selecting previously unselected package librust-parking-lot-core-dev:s390x. 132s Preparing to unpack .../430-librust-parking-lot-core-dev_0.9.10-1_s390x.deb ... 132s Unpacking librust-parking-lot-core-dev:s390x (0.9.10-1) ... 132s Selecting previously unselected package librust-once-cell-dev:s390x. 132s Preparing to unpack .../431-librust-once-cell-dev_1.20.2-1_s390x.deb ... 132s Unpacking librust-once-cell-dev:s390x (1.20.2-1) ... 132s Selecting previously unselected package librust-crunchy-dev:s390x. 132s Preparing to unpack .../432-librust-crunchy-dev_0.2.2-1_s390x.deb ... 132s Unpacking librust-crunchy-dev:s390x (0.2.2-1) ... 132s Selecting previously unselected package librust-tiny-keccak-dev:s390x. 132s Preparing to unpack .../433-librust-tiny-keccak-dev_2.0.2-1_s390x.deb ... 132s Unpacking librust-tiny-keccak-dev:s390x (2.0.2-1) ... 132s Selecting previously unselected package librust-const-random-macro-dev:s390x. 132s Preparing to unpack .../434-librust-const-random-macro-dev_0.1.16-2_s390x.deb ... 132s Unpacking librust-const-random-macro-dev:s390x (0.1.16-2) ... 132s Selecting previously unselected package librust-const-random-dev:s390x. 132s Preparing to unpack .../435-librust-const-random-dev_0.1.17-2_s390x.deb ... 132s Unpacking librust-const-random-dev:s390x (0.1.17-2) ... 132s Selecting previously unselected package librust-version-check-dev:s390x. 132s Preparing to unpack .../436-librust-version-check-dev_0.9.5-1_s390x.deb ... 132s Unpacking librust-version-check-dev:s390x (0.9.5-1) ... 132s Selecting previously unselected package librust-byteorder-dev:s390x. 132s Preparing to unpack .../437-librust-byteorder-dev_1.5.0-1_s390x.deb ... 132s Unpacking librust-byteorder-dev:s390x (1.5.0-1) ... 132s Selecting previously unselected package librust-zerocopy-derive-dev:s390x. 132s Preparing to unpack .../438-librust-zerocopy-derive-dev_0.7.34-1_s390x.deb ... 132s Unpacking librust-zerocopy-derive-dev:s390x (0.7.34-1) ... 132s Selecting previously unselected package librust-zerocopy-dev:s390x. 132s Preparing to unpack .../439-librust-zerocopy-dev_0.7.34-1_s390x.deb ... 132s Unpacking librust-zerocopy-dev:s390x (0.7.34-1) ... 132s Selecting previously unselected package librust-ahash-dev. 132s Preparing to unpack .../440-librust-ahash-dev_0.8.11-9_all.deb ... 132s Unpacking librust-ahash-dev (0.8.11-9) ... 132s Selecting previously unselected package librust-sval-derive-dev:s390x. 132s Preparing to unpack .../441-librust-sval-derive-dev_2.6.1-2_s390x.deb ... 132s Unpacking librust-sval-derive-dev:s390x (2.6.1-2) ... 132s Selecting previously unselected package librust-sval-dev:s390x. 132s Preparing to unpack .../442-librust-sval-dev_2.6.1-2_s390x.deb ... 132s Unpacking librust-sval-dev:s390x (2.6.1-2) ... 132s Selecting previously unselected package librust-sval-ref-dev:s390x. 132s Preparing to unpack .../443-librust-sval-ref-dev_2.6.1-1_s390x.deb ... 132s Unpacking librust-sval-ref-dev:s390x (2.6.1-1) ... 132s Selecting previously unselected package librust-erased-serde-dev:s390x. 132s Preparing to unpack .../444-librust-erased-serde-dev_0.3.31-1_s390x.deb ... 132s Unpacking librust-erased-serde-dev:s390x (0.3.31-1) ... 132s Selecting previously unselected package librust-serde-fmt-dev. 132s Preparing to unpack .../445-librust-serde-fmt-dev_1.0.3-3_all.deb ... 132s Unpacking librust-serde-fmt-dev (1.0.3-3) ... 132s Selecting previously unselected package librust-equivalent-dev:s390x. 132s Preparing to unpack .../446-librust-equivalent-dev_1.0.1-1_s390x.deb ... 132s Unpacking librust-equivalent-dev:s390x (1.0.1-1) ... 132s Selecting previously unselected package librust-allocator-api2-dev:s390x. 132s Preparing to unpack .../447-librust-allocator-api2-dev_0.2.16-1_s390x.deb ... 132s Unpacking librust-allocator-api2-dev:s390x (0.2.16-1) ... 132s Selecting previously unselected package librust-compiler-builtins-dev:s390x. 132s Preparing to unpack .../448-librust-compiler-builtins-dev_0.1.139-1_s390x.deb ... 132s Unpacking librust-compiler-builtins-dev:s390x (0.1.139-1) ... 132s Selecting previously unselected package librust-either-dev:s390x. 132s Preparing to unpack .../449-librust-either-dev_1.13.0-1_s390x.deb ... 132s Unpacking librust-either-dev:s390x (1.13.0-1) ... 132s Selecting previously unselected package librust-crossbeam-utils-dev:s390x. 132s Preparing to unpack .../450-librust-crossbeam-utils-dev_0.8.19-1_s390x.deb ... 132s Unpacking librust-crossbeam-utils-dev:s390x (0.8.19-1) ... 132s Selecting previously unselected package librust-crossbeam-epoch-dev:s390x. 132s Preparing to unpack .../451-librust-crossbeam-epoch-dev_0.9.18-1_s390x.deb ... 132s Unpacking librust-crossbeam-epoch-dev:s390x (0.9.18-1) ... 132s Selecting previously unselected package librust-crossbeam-epoch+std-dev:s390x. 132s Preparing to unpack .../452-librust-crossbeam-epoch+std-dev_0.9.18-1_s390x.deb ... 132s Unpacking librust-crossbeam-epoch+std-dev:s390x (0.9.18-1) ... 132s Selecting previously unselected package librust-crossbeam-deque-dev:s390x. 132s Preparing to unpack .../453-librust-crossbeam-deque-dev_0.8.5-1_s390x.deb ... 132s Unpacking librust-crossbeam-deque-dev:s390x (0.8.5-1) ... 132s Selecting previously unselected package librust-rayon-core-dev:s390x. 132s Preparing to unpack .../454-librust-rayon-core-dev_1.12.1-1_s390x.deb ... 132s Unpacking librust-rayon-core-dev:s390x (1.12.1-1) ... 132s Selecting previously unselected package librust-rayon-dev:s390x. 132s Preparing to unpack .../455-librust-rayon-dev_1.10.0-1_s390x.deb ... 132s Unpacking librust-rayon-dev:s390x (1.10.0-1) ... 132s Selecting previously unselected package librust-hashbrown-dev:s390x. 132s Preparing to unpack .../456-librust-hashbrown-dev_0.14.5-5_s390x.deb ... 132s Unpacking librust-hashbrown-dev:s390x (0.14.5-5) ... 132s Selecting previously unselected package librust-indexmap-dev:s390x. 132s Preparing to unpack .../457-librust-indexmap-dev_2.7.0-1_s390x.deb ... 132s Unpacking librust-indexmap-dev:s390x (2.7.0-1) ... 132s Selecting previously unselected package librust-no-panic-dev:s390x. 132s Preparing to unpack .../458-librust-no-panic-dev_0.1.32-1_s390x.deb ... 132s Unpacking librust-no-panic-dev:s390x (0.1.32-1) ... 132s Selecting previously unselected package librust-itoa-dev:s390x. 132s Preparing to unpack .../459-librust-itoa-dev_1.0.14-1_s390x.deb ... 132s Unpacking librust-itoa-dev:s390x (1.0.14-1) ... 132s Selecting previously unselected package librust-memchr-dev:s390x. 132s Preparing to unpack .../460-librust-memchr-dev_2.7.4-1_s390x.deb ... 132s Unpacking librust-memchr-dev:s390x (2.7.4-1) ... 132s Selecting previously unselected package librust-ryu-dev:s390x. 132s Preparing to unpack .../461-librust-ryu-dev_1.0.15-1_s390x.deb ... 132s Unpacking librust-ryu-dev:s390x (1.0.15-1) ... 132s Selecting previously unselected package librust-serde-json-dev:s390x. 132s Preparing to unpack .../462-librust-serde-json-dev_1.0.133-1_s390x.deb ... 132s Unpacking librust-serde-json-dev:s390x (1.0.133-1) ... 132s Selecting previously unselected package librust-serde-test-dev:s390x. 132s Preparing to unpack .../463-librust-serde-test-dev_1.0.171-1_s390x.deb ... 132s Unpacking librust-serde-test-dev:s390x (1.0.171-1) ... 132s Selecting previously unselected package librust-value-bag-serde1-dev:s390x. 132s Preparing to unpack .../464-librust-value-bag-serde1-dev_1.9.0-1_s390x.deb ... 132s Unpacking librust-value-bag-serde1-dev:s390x (1.9.0-1) ... 132s Selecting previously unselected package librust-sval-buffer-dev:s390x. 132s Preparing to unpack .../465-librust-sval-buffer-dev_2.6.1-1_s390x.deb ... 132s Unpacking librust-sval-buffer-dev:s390x (2.6.1-1) ... 132s Selecting previously unselected package librust-sval-dynamic-dev:s390x. 132s Preparing to unpack .../466-librust-sval-dynamic-dev_2.6.1-1_s390x.deb ... 132s Unpacking librust-sval-dynamic-dev:s390x (2.6.1-1) ... 132s Selecting previously unselected package librust-sval-fmt-dev:s390x. 132s Preparing to unpack .../467-librust-sval-fmt-dev_2.6.1-1_s390x.deb ... 132s Unpacking librust-sval-fmt-dev:s390x (2.6.1-1) ... 132s Selecting previously unselected package librust-sval-serde-dev:s390x. 132s Preparing to unpack .../468-librust-sval-serde-dev_2.6.1-1_s390x.deb ... 132s Unpacking librust-sval-serde-dev:s390x (2.6.1-1) ... 132s Selecting previously unselected package librust-value-bag-sval2-dev:s390x. 132s Preparing to unpack .../469-librust-value-bag-sval2-dev_1.9.0-1_s390x.deb ... 132s Unpacking librust-value-bag-sval2-dev:s390x (1.9.0-1) ... 132s Selecting previously unselected package librust-value-bag-dev:s390x. 132s Preparing to unpack .../470-librust-value-bag-dev_1.9.0-1_s390x.deb ... 132s Unpacking librust-value-bag-dev:s390x (1.9.0-1) ... 132s Selecting previously unselected package librust-log-dev:s390x. 132s Preparing to unpack .../471-librust-log-dev_0.4.22-1_s390x.deb ... 132s Unpacking librust-log-dev:s390x (0.4.22-1) ... 132s Selecting previously unselected package librust-aho-corasick-dev:s390x. 132s Preparing to unpack .../472-librust-aho-corasick-dev_1.1.3-1_s390x.deb ... 132s Unpacking librust-aho-corasick-dev:s390x (1.1.3-1) ... 132s Selecting previously unselected package librust-anstyle-dev:s390x. 132s Preparing to unpack .../473-librust-anstyle-dev_1.0.8-1_s390x.deb ... 132s Unpacking librust-anstyle-dev:s390x (1.0.8-1) ... 132s Selecting previously unselected package librust-zeroize-derive-dev:s390x. 132s Preparing to unpack .../474-librust-zeroize-derive-dev_1.4.2-1_s390x.deb ... 132s Unpacking librust-zeroize-derive-dev:s390x (1.4.2-1) ... 132s Selecting previously unselected package librust-zeroize-dev:s390x. 132s Preparing to unpack .../475-librust-zeroize-dev_1.8.1-1_s390x.deb ... 132s Unpacking librust-zeroize-dev:s390x (1.8.1-1) ... 132s Selecting previously unselected package librust-arrayvec-dev:s390x. 132s Preparing to unpack .../476-librust-arrayvec-dev_0.7.6-1_s390x.deb ... 132s Unpacking librust-arrayvec-dev:s390x (0.7.6-1) ... 132s Selecting previously unselected package librust-utf8parse-dev:s390x. 132s Preparing to unpack .../477-librust-utf8parse-dev_0.2.1-1_s390x.deb ... 132s Unpacking librust-utf8parse-dev:s390x (0.2.1-1) ... 132s Selecting previously unselected package librust-anstyle-parse-dev:s390x. 132s Preparing to unpack .../478-librust-anstyle-parse-dev_0.2.1-1_s390x.deb ... 132s Unpacking librust-anstyle-parse-dev:s390x (0.2.1-1) ... 132s Selecting previously unselected package librust-anstyle-query-dev:s390x. 132s Preparing to unpack .../479-librust-anstyle-query-dev_1.0.0-1_s390x.deb ... 132s Unpacking librust-anstyle-query-dev:s390x (1.0.0-1) ... 132s Selecting previously unselected package librust-colorchoice-dev:s390x. 132s Preparing to unpack .../480-librust-colorchoice-dev_1.0.0-1_s390x.deb ... 132s Unpacking librust-colorchoice-dev:s390x (1.0.0-1) ... 132s Selecting previously unselected package librust-anstream-dev:s390x. 132s Preparing to unpack .../481-librust-anstream-dev_0.6.15-1_s390x.deb ... 132s Unpacking librust-anstream-dev:s390x (0.6.15-1) ... 132s Selecting previously unselected package librust-atomic-refcell-dev:s390x. 132s Preparing to unpack .../482-librust-atomic-refcell-dev_0.1.13-1_s390x.deb ... 132s Unpacking librust-atomic-refcell-dev:s390x (0.1.13-1) ... 132s Selecting previously unselected package librust-autocfg-dev:s390x. 132s Preparing to unpack .../483-librust-autocfg-dev_1.1.0-1_s390x.deb ... 132s Unpacking librust-autocfg-dev:s390x (1.1.0-1) ... 132s Selecting previously unselected package librust-bytemuck-derive-dev:s390x. 132s Preparing to unpack .../484-librust-bytemuck-derive-dev_1.5.0-2_s390x.deb ... 132s Unpacking librust-bytemuck-derive-dev:s390x (1.5.0-2) ... 132s Selecting previously unselected package librust-bytemuck-dev:s390x. 132s Preparing to unpack .../485-librust-bytemuck-dev_1.21.0-1_s390x.deb ... 132s Unpacking librust-bytemuck-dev:s390x (1.21.0-1) ... 132s Selecting previously unselected package librust-bitflags-dev:s390x. 132s Preparing to unpack .../486-librust-bitflags-dev_2.6.0-1_s390x.deb ... 132s Unpacking librust-bitflags-dev:s390x (2.6.0-1) ... 132s Selecting previously unselected package librust-target-lexicon-dev:s390x. 132s Preparing to unpack .../487-librust-target-lexicon-dev_0.12.14-1_s390x.deb ... 132s Unpacking librust-target-lexicon-dev:s390x (0.12.14-1) ... 132s Selecting previously unselected package librust-cfg-expr-dev:s390x. 132s Preparing to unpack .../488-librust-cfg-expr-dev_0.15.8-1_s390x.deb ... 132s Unpacking librust-cfg-expr-dev:s390x (0.15.8-1) ... 132s Selecting previously unselected package librust-regex-syntax-dev:s390x. 132s Preparing to unpack .../489-librust-regex-syntax-dev_0.8.5-1_s390x.deb ... 132s Unpacking librust-regex-syntax-dev:s390x (0.8.5-1) ... 132s Selecting previously unselected package librust-regex-automata-dev:s390x. 132s Preparing to unpack .../490-librust-regex-automata-dev_0.4.9-2_s390x.deb ... 132s Unpacking librust-regex-automata-dev:s390x (0.4.9-2) ... 132s Selecting previously unselected package librust-regex-dev:s390x. 132s Preparing to unpack .../491-librust-regex-dev_1.11.1-2_s390x.deb ... 132s Unpacking librust-regex-dev:s390x (1.11.1-2) ... 132s Selecting previously unselected package librust-env-filter-dev:s390x. 132s Preparing to unpack .../492-librust-env-filter-dev_0.1.3-1_s390x.deb ... 132s Unpacking librust-env-filter-dev:s390x (0.1.3-1) ... 132s Selecting previously unselected package librust-humantime-dev:s390x. 132s Preparing to unpack .../493-librust-humantime-dev_2.1.0-2_s390x.deb ... 132s Unpacking librust-humantime-dev:s390x (2.1.0-2) ... 132s Selecting previously unselected package librust-env-logger-dev:s390x. 132s Preparing to unpack .../494-librust-env-logger-dev_0.11.5-2_s390x.deb ... 132s Unpacking librust-env-logger-dev:s390x (0.11.5-2) ... 132s Selecting previously unselected package librust-futures-core-dev:s390x. 132s Preparing to unpack .../495-librust-futures-core-dev_0.3.31-1_s390x.deb ... 132s Unpacking librust-futures-core-dev:s390x (0.3.31-1) ... 132s Selecting previously unselected package librust-futures-sink-dev:s390x. 132s Preparing to unpack .../496-librust-futures-sink-dev_0.3.31-1_s390x.deb ... 132s Unpacking librust-futures-sink-dev:s390x (0.3.31-1) ... 132s Selecting previously unselected package librust-futures-channel-dev:s390x. 132s Preparing to unpack .../497-librust-futures-channel-dev_0.3.31-1_s390x.deb ... 132s Unpacking librust-futures-channel-dev:s390x (0.3.31-1) ... 132s Selecting previously unselected package librust-futures-task-dev:s390x. 132s Preparing to unpack .../498-librust-futures-task-dev_0.3.31-3_s390x.deb ... 132s Unpacking librust-futures-task-dev:s390x (0.3.31-3) ... 132s Selecting previously unselected package librust-futures-io-dev:s390x. 132s Preparing to unpack .../499-librust-futures-io-dev_0.3.31-1_s390x.deb ... 132s Unpacking librust-futures-io-dev:s390x (0.3.31-1) ... 132s Selecting previously unselected package librust-futures-macro-dev:s390x. 133s Preparing to unpack .../500-librust-futures-macro-dev_0.3.31-1_s390x.deb ... 133s Unpacking librust-futures-macro-dev:s390x (0.3.31-1) ... 133s Selecting previously unselected package librust-pin-project-lite-dev:s390x. 133s Preparing to unpack .../501-librust-pin-project-lite-dev_0.2.13-1_s390x.deb ... 133s Unpacking librust-pin-project-lite-dev:s390x (0.2.13-1) ... 133s Selecting previously unselected package librust-pin-utils-dev:s390x. 133s Preparing to unpack .../502-librust-pin-utils-dev_0.1.0-1_s390x.deb ... 133s Unpacking librust-pin-utils-dev:s390x (0.1.0-1) ... 133s Selecting previously unselected package librust-slab-dev:s390x. 133s Preparing to unpack .../503-librust-slab-dev_0.4.9-1_s390x.deb ... 133s Unpacking librust-slab-dev:s390x (0.4.9-1) ... 133s Selecting previously unselected package librust-futures-util-dev:s390x. 133s Preparing to unpack .../504-librust-futures-util-dev_0.3.31-1_s390x.deb ... 133s Unpacking librust-futures-util-dev:s390x (0.3.31-1) ... 133s Selecting previously unselected package librust-num-cpus-dev:s390x. 133s Preparing to unpack .../505-librust-num-cpus-dev_1.16.0-1_s390x.deb ... 133s Unpacking librust-num-cpus-dev:s390x (1.16.0-1) ... 133s Selecting previously unselected package librust-futures-executor-dev:s390x. 133s Preparing to unpack .../506-librust-futures-executor-dev_0.3.31-1_s390x.deb ... 133s Unpacking librust-futures-executor-dev:s390x (0.3.31-1) ... 133s Selecting previously unselected package librust-unicode-segmentation-dev:s390x. 133s Preparing to unpack .../507-librust-unicode-segmentation-dev_1.12.0-1_s390x.deb ... 133s Unpacking librust-unicode-segmentation-dev:s390x (1.12.0-1) ... 133s Selecting previously unselected package librust-heck-dev:s390x. 133s Preparing to unpack .../508-librust-heck-dev_0.4.1-1_s390x.deb ... 133s Unpacking librust-heck-dev:s390x (0.4.1-1) ... 133s Selecting previously unselected package librust-pkg-config-dev:s390x. 133s Preparing to unpack .../509-librust-pkg-config-dev_0.3.31-1_s390x.deb ... 133s Unpacking librust-pkg-config-dev:s390x (0.3.31-1) ... 133s Selecting previously unselected package librust-serde-spanned-dev:s390x. 133s Preparing to unpack .../510-librust-serde-spanned-dev_0.6.7-1_s390x.deb ... 133s Unpacking librust-serde-spanned-dev:s390x (0.6.7-1) ... 133s Selecting previously unselected package librust-toml-datetime-dev:s390x. 133s Preparing to unpack .../511-librust-toml-datetime-dev_0.6.8-1_s390x.deb ... 133s Unpacking librust-toml-datetime-dev:s390x (0.6.8-1) ... 133s Selecting previously unselected package librust-static-assertions-dev:s390x. 133s Preparing to unpack .../512-librust-static-assertions-dev_1.1.0-1_s390x.deb ... 133s Unpacking librust-static-assertions-dev:s390x (1.1.0-1) ... 133s Selecting previously unselected package librust-kstring-dev:s390x. 133s Preparing to unpack .../513-librust-kstring-dev_2.0.0-1_s390x.deb ... 133s Unpacking librust-kstring-dev:s390x (2.0.0-1) ... 133s Selecting previously unselected package librust-winnow-dev:s390x. 133s Preparing to unpack .../514-librust-winnow-dev_0.6.18-1_s390x.deb ... 133s Unpacking librust-winnow-dev:s390x (0.6.18-1) ... 133s Selecting previously unselected package librust-toml-edit-dev:s390x. 133s Preparing to unpack .../515-librust-toml-edit-dev_0.22.20-1_s390x.deb ... 133s Unpacking librust-toml-edit-dev:s390x (0.22.20-1) ... 133s Selecting previously unselected package librust-toml-dev:s390x. 133s Preparing to unpack .../516-librust-toml-dev_0.8.19-1_s390x.deb ... 133s Unpacking librust-toml-dev:s390x (0.8.19-1) ... 133s Selecting previously unselected package librust-version-compare-dev:s390x. 133s Preparing to unpack .../517-librust-version-compare-dev_0.1.1-1_s390x.deb ... 133s Unpacking librust-version-compare-dev:s390x (0.1.1-1) ... 133s Selecting previously unselected package librust-system-deps-dev:s390x. 133s Preparing to unpack .../518-librust-system-deps-dev_7.0.2-2_s390x.deb ... 133s Unpacking librust-system-deps-dev:s390x (7.0.2-2) ... 133s Selecting previously unselected package librust-glib-sys-dev:s390x. 133s Preparing to unpack .../519-librust-glib-sys-dev_0.20.7-1_s390x.deb ... 133s Unpacking librust-glib-sys-dev:s390x (0.20.7-1) ... 133s Selecting previously unselected package librust-gobject-sys-dev:s390x. 133s Preparing to unpack .../520-librust-gobject-sys-dev_0.20.7-1_s390x.deb ... 133s Unpacking librust-gobject-sys-dev:s390x (0.20.7-1) ... 133s Selecting previously unselected package librust-gio-sys-dev:s390x. 133s Preparing to unpack .../521-librust-gio-sys-dev_0.20.8-2_s390x.deb ... 133s Unpacking librust-gio-sys-dev:s390x (0.20.8-2) ... 133s Selecting previously unselected package librust-gir-format-check-dev:s390x. 133s Preparing to unpack .../522-librust-gir-format-check-dev_0.1.3-2_s390x.deb ... 133s Unpacking librust-gir-format-check-dev:s390x (0.1.3-2) ... 133s Selecting previously unselected package librust-proc-macro-crate-dev:s390x. 133s Preparing to unpack .../523-librust-proc-macro-crate-dev_3.2.0-1_s390x.deb ... 133s Unpacking librust-proc-macro-crate-dev:s390x (3.2.0-1) ... 133s Selecting previously unselected package librust-glib-macros-dev:s390x. 133s Preparing to unpack .../524-librust-glib-macros-dev_0.20.7-1_s390x.deb ... 133s Unpacking librust-glib-macros-dev:s390x (0.20.7-1) ... 133s Selecting previously unselected package librust-glib-dev:s390x. 133s Preparing to unpack .../525-librust-glib-dev_0.20.7-1_s390x.deb ... 133s Unpacking librust-glib-dev:s390x (0.20.7-1) ... 133s Selecting previously unselected package librust-gstreamer-sys-dev:s390x. 133s Preparing to unpack .../526-librust-gstreamer-sys-dev_0.23.0-2_s390x.deb ... 133s Unpacking librust-gstreamer-sys-dev:s390x (0.23.0-2) ... 133s Selecting previously unselected package librust-itertools-dev:s390x. 133s Preparing to unpack .../527-librust-itertools-dev_0.13.0-3_s390x.deb ... 133s Unpacking librust-itertools-dev:s390x (0.13.0-3) ... 133s Selecting previously unselected package librust-muldiv-dev:s390x. 133s Preparing to unpack .../528-librust-muldiv-dev_1.0.1-2_s390x.deb ... 133s Unpacking librust-muldiv-dev:s390x (1.0.1-2) ... 133s Selecting previously unselected package librust-libm-dev:s390x. 133s Preparing to unpack .../529-librust-libm-dev_0.2.8-1_s390x.deb ... 133s Unpacking librust-libm-dev:s390x (0.2.8-1) ... 133s Selecting previously unselected package librust-num-traits-dev:s390x. 133s Preparing to unpack .../530-librust-num-traits-dev_0.2.19-2_s390x.deb ... 133s Unpacking librust-num-traits-dev:s390x (0.2.19-2) ... 133s Selecting previously unselected package librust-num-integer-dev:s390x. 133s Preparing to unpack .../531-librust-num-integer-dev_0.1.46-1_s390x.deb ... 133s Unpacking librust-num-integer-dev:s390x (0.1.46-1) ... 133s Selecting previously unselected package librust-ppv-lite86-dev:s390x. 133s Preparing to unpack .../532-librust-ppv-lite86-dev_0.2.20-1_s390x.deb ... 133s Unpacking librust-ppv-lite86-dev:s390x (0.2.20-1) ... 133s Selecting previously unselected package librust-rand-core-dev:s390x. 133s Preparing to unpack .../533-librust-rand-core-dev_0.6.4-2_s390x.deb ... 133s Unpacking librust-rand-core-dev:s390x (0.6.4-2) ... 133s Selecting previously unselected package librust-rand-chacha-dev:s390x. 133s Preparing to unpack .../534-librust-rand-chacha-dev_0.3.1-2_s390x.deb ... 133s Unpacking librust-rand-chacha-dev:s390x (0.3.1-2) ... 133s Selecting previously unselected package librust-rand-core+getrandom-dev:s390x. 133s Preparing to unpack .../535-librust-rand-core+getrandom-dev_0.6.4-2_s390x.deb ... 133s Unpacking librust-rand-core+getrandom-dev:s390x (0.6.4-2) ... 133s Selecting previously unselected package librust-rand-core+serde-dev:s390x. 133s Preparing to unpack .../536-librust-rand-core+serde-dev_0.6.4-2_s390x.deb ... 133s Unpacking librust-rand-core+serde-dev:s390x (0.6.4-2) ... 133s Selecting previously unselected package librust-rand-core+std-dev:s390x. 133s Preparing to unpack .../537-librust-rand-core+std-dev_0.6.4-2_s390x.deb ... 133s Unpacking librust-rand-core+std-dev:s390x (0.6.4-2) ... 133s Selecting previously unselected package librust-rand-dev:s390x. 133s Preparing to unpack .../538-librust-rand-dev_0.8.5-1_s390x.deb ... 133s Unpacking librust-rand-dev:s390x (0.8.5-1) ... 133s Selecting previously unselected package librust-quickcheck-dev:s390x. 133s Preparing to unpack .../539-librust-quickcheck-dev_1.0.3-5_s390x.deb ... 133s Unpacking librust-quickcheck-dev:s390x (1.0.3-5) ... 133s Selecting previously unselected package librust-num-bigint-dev:s390x. 133s Preparing to unpack .../540-librust-num-bigint-dev_0.4.6-1_s390x.deb ... 133s Unpacking librust-num-bigint-dev:s390x (0.4.6-1) ... 133s Selecting previously unselected package librust-num-rational-dev:s390x. 133s Preparing to unpack .../541-librust-num-rational-dev_0.4.2-1_s390x.deb ... 133s Unpacking librust-num-rational-dev:s390x (0.4.2-1) ... 133s Selecting previously unselected package librust-paste-dev:s390x. 133s Preparing to unpack .../542-librust-paste-dev_1.0.15-1_s390x.deb ... 133s Unpacking librust-paste-dev:s390x (1.0.15-1) ... 133s Selecting previously unselected package librust-option-operations-dev:s390x. 133s Preparing to unpack .../543-librust-option-operations-dev_0.5.0-2_s390x.deb ... 133s Unpacking librust-option-operations-dev:s390x (0.5.0-2) ... 133s Selecting previously unselected package librust-serde-bytes-dev:s390x. 133s Preparing to unpack .../544-librust-serde-bytes-dev_0.11.12-1_s390x.deb ... 133s Unpacking librust-serde-bytes-dev:s390x (0.11.12-1) ... 133s Selecting previously unselected package librust-thiserror-impl-1-dev:s390x. 133s Preparing to unpack .../545-librust-thiserror-impl-1-dev_1.0.69-1_s390x.deb ... 133s Unpacking librust-thiserror-impl-1-dev:s390x (1.0.69-1) ... 133s Selecting previously unselected package librust-thiserror-1-dev:s390x. 133s Preparing to unpack .../546-librust-thiserror-1-dev_1.0.69-1_s390x.deb ... 133s Unpacking librust-thiserror-1-dev:s390x (1.0.69-1) ... 133s Selecting previously unselected package librust-gstreamer-dev:s390x. 133s Preparing to unpack .../547-librust-gstreamer-dev_0.23.1-1_s390x.deb ... 133s Unpacking librust-gstreamer-dev:s390x (0.23.1-1) ... 133s Selecting previously unselected package librust-gstreamer-base-sys-dev:s390x. 133s Preparing to unpack .../548-librust-gstreamer-base-sys-dev_0.23.0-2_s390x.deb ... 133s Unpacking librust-gstreamer-base-sys-dev:s390x (0.23.0-2) ... 133s Selecting previously unselected package librust-gstreamer-base-dev:s390x. 133s Preparing to unpack .../549-librust-gstreamer-base-dev_0.23.1-1_s390x.deb ... 133s Unpacking librust-gstreamer-base-dev:s390x (0.23.1-1) ... 133s Selecting previously unselected package librust-gstreamer-video-sys-dev:s390x. 133s Preparing to unpack .../550-librust-gstreamer-video-sys-dev_0.23.0-2_s390x.deb ... 133s Unpacking librust-gstreamer-video-sys-dev:s390x (0.23.0-2) ... 133s Selecting previously unselected package libgstreamer-plugins-bad1.0-0:s390x. 133s Preparing to unpack .../551-libgstreamer-plugins-bad1.0-0_1.24.12-2ubuntu1_s390x.deb ... 133s Unpacking libgstreamer-plugins-bad1.0-0:s390x (1.24.12-2ubuntu1) ... 133s Selecting previously unselected package gir1.2-gst-plugins-bad-1.0:s390x. 133s Preparing to unpack .../552-gir1.2-gst-plugins-bad-1.0_1.24.12-2ubuntu1_s390x.deb ... 133s Unpacking gir1.2-gst-plugins-bad-1.0:s390x (1.24.12-2ubuntu1) ... 133s Selecting previously unselected package libgstreamer-opencv1.0-0:s390x. 133s Preparing to unpack .../553-libgstreamer-opencv1.0-0_1.24.12-2ubuntu1_s390x.deb ... 133s Unpacking libgstreamer-opencv1.0-0:s390x (1.24.12-2ubuntu1) ... 133s Selecting previously unselected package libgstreamer-plugins-good1.0-0:s390x. 133s Preparing to unpack .../554-libgstreamer-plugins-good1.0-0_1.24.10-1ubuntu3_s390x.deb ... 133s Unpacking libgstreamer-plugins-good1.0-0:s390x (1.24.10-1ubuntu3) ... 133s Selecting previously unselected package libgstreamer-plugins-good1.0-dev. 133s Preparing to unpack .../555-libgstreamer-plugins-good1.0-dev_1.24.10-1ubuntu3_s390x.deb ... 133s Unpacking libgstreamer-plugins-good1.0-dev (1.24.10-1ubuntu3) ... 133s Selecting previously unselected package libgstreamer-plugins-bad1.0-dev:s390x. 133s Preparing to unpack .../556-libgstreamer-plugins-bad1.0-dev_1.24.12-2ubuntu1_s390x.deb ... 133s Unpacking libgstreamer-plugins-bad1.0-dev:s390x (1.24.12-2ubuntu1) ... 133s Selecting previously unselected package librust-gstreamer-play-sys-dev:s390x. 133s Preparing to unpack .../557-librust-gstreamer-play-sys-dev_0.23.0-2_s390x.deb ... 133s Unpacking librust-gstreamer-play-sys-dev:s390x (0.23.0-2) ... 133s Selecting previously unselected package librust-gstreamer-video-dev:s390x. 133s Preparing to unpack .../558-librust-gstreamer-video-dev_0.23.0-5_s390x.deb ... 133s Unpacking librust-gstreamer-video-dev:s390x (0.23.0-5) ... 133s Selecting previously unselected package librust-gstreamer-play-dev:s390x. 133s Preparing to unpack .../559-librust-gstreamer-play-dev_0.23.0-2_s390x.deb ... 133s Unpacking librust-gstreamer-play-dev:s390x (0.23.0-2) ... 133s Setting up libgme0:s390x (0.6.3-7build1) ... 133s Setting up libchromaprint1:s390x (1.5.1-7) ... 133s Setting up libhwy1t64:s390x (1.2.0-3ubuntu3) ... 133s Setting up librust-crossbeam-utils-dev:s390x (0.8.19-1) ... 133s Setting up libgraphite2-3:s390x (1.3.14-2ubuntu1) ... 133s Setting up libxcb-dri3-0:s390x (1.17.0-2) ... 133s Setting up liblcms2-2:s390x (2.16-2) ... 133s Setting up libtbbmalloc2:s390x (2022.0.0-1) ... 133s Setting up libpixman-1-0:s390x (0.44.0-3) ... 133s Setting up libdvdread8t64:s390x (6.1.3-2) ... 133s Setting up libudfread0:s390x (1.1.2-1build1) ... 133s Setting up libnorm1t64:s390x (1.5.9+dfsg-3.1build1) ... 133s Setting up libcdparanoia0:s390x (3.10.2+debian-14ubuntu1) ... 133s Setting up libsharpyuv0:s390x (1.5.0-0.1) ... 133s Setting up libgpgmepp6t64:s390x (1.24.1-3ubuntu1) ... 133s Setting up libwayland-server0:s390x (1.23.1-1) ... 133s Setting up librust-pin-utils-dev:s390x (0.1.0-1) ... 133s Setting up libaom3:s390x (3.11.0-1) ... 133s Setting up libx11-xcb1:s390x (2:1.8.10-2) ... 133s Setting up libpciaccess0:s390x (0.17-3build1) ... 133s Setting up mysql-common (5.8+1.1.1) ... 133s update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode 133s Setting up libprotobuf32t64:s390x (3.21.12-10build1) ... 133s Setting up librabbitmq4:s390x (0.15.0-1) ... 133s Setting up libdouble-conversion3:s390x (3.3.0-1build1) ... 133s Setting up libraw1394-11:s390x (2.1.2-2build3) ... 133s Setting up librust-either-dev:s390x (1.13.0-1) ... 133s Setting up libdrm-nouveau2:s390x (2.4.123-1) ... 133s Setting up libsodium23:s390x (1.0.18-1build3) ... 133s Setting up native-architecture (0.2.5) ... 133s Setting up libpciaccess-dev:s390x (0.17-3build1) ... 133s Setting up libxcb-xfixes0:s390x (1.17.0-2) ... 133s Setting up libogg0:s390x (1.3.5-3build1) ... 133s Setting up libzstd-dev:s390x (1.5.6+dfsg-2) ... 133s Setting up libspeex1:s390x (1.2.1-3) ... 133s Setting up proj-data (9.5.1-1) ... 133s Setting up libshine3:s390x (3.1.1-2build1) ... 133s Setting up libxpm4:s390x (1:3.5.17-1build2) ... 133s Setting up dh-cargo-tools (31ubuntu4) ... 133s Setting up librust-version-check-dev:s390x (0.9.5-1) ... 133s Setting up libx264-164:s390x (2:0.164.3108+git31e19f9-2build1) ... 133s Setting up libtwolame0:s390x (0.4.0-2build3) ... 133s Setting up librust-anstyle-dev:s390x (1.0.8-1) ... 133s Setting up libxcb-xinput0:s390x (1.17.0-2) ... 133s Setting up libxrender1:s390x (1:0.9.10-1.1build1) ... 133s Setting up libdatrie1:s390x (0.2.13-3build1) ... 133s Setting up libogdi4.1:s390x (4.1.1+ds-5) ... 133s Setting up libgsm1:s390x (1.0.22-1build1) ... 133s Setting up libgirepository-2.0-0:s390x (2.83.3-2) ... 133s Setting up libcharls2:s390x (2.4.2-2build2) ... 133s Setting up librust-futures-task-dev:s390x (0.3.31-3) ... 133s Setting up libvisual-0.4-0:s390x (0.4.2-2build1) ... 133s Setting up libxcb-render0:s390x (1.17.0-2) ... 133s Setting up libarchive-zip-perl (1.68-1) ... 133s Setting up libevent-pthreads-2.1-7t64:s390x (2.1.12-stable-10) ... 133s Setting up librust-colorchoice-dev:s390x (1.0.0-1) ... 133s Setting up libdrm-radeon1:s390x (2.4.123-1) ... 133s Setting up libglvnd0:s390x (1.7.0-1build1) ... 134s Setting up libcodec2-1.2:s390x (1.2.0-3) ... 134s Setting up libxcb-glx0:s390x (1.17.0-2) ... 134s Setting up libgeos3.13.0:s390x (3.13.0-1) ... 134s Setting up libraw1394-dev:s390x (2.1.2-2build3) ... 134s Setting up libdebhelper-perl (13.23ubuntu1) ... 134s Setting up libgdk-pixbuf2.0-common (2.42.12+dfsg-2) ... 134s Setting up libxcb-keysyms1:s390x (0.4.1-1) ... 134s Setting up librust-libm-dev:s390x (0.2.8-1) ... 134s Setting up libxcb-shape0:s390x (1.17.0-2) ... 134s Setting up x11-common (1:7.7+23ubuntu3) ... 134s Setting up libpq5:s390x (17.2-1build2) ... 134s Setting up libdeflate0:s390x (1.23-1) ... 134s Setting up libwebpdecoder3:s390x (1.5.0-0.1) ... 134s Setting up libglib2.0-bin (2.83.3-2) ... 134s Setting up m4 (1.4.19-5) ... 134s Setting up libqhull-r8.0:s390x (2020.2-6build1) ... 134s Setting up libxcb-render-util0:s390x (0.3.10-1) ... 134s Setting up libxcb-shm0:s390x (1.17.0-2) ... 134s Setting up librust-ryu-dev:s390x (1.0.15-1) ... 134s Setting up libxcb-icccm4:s390x (0.4.2-1) ... 134s Setting up librust-humantime-dev:s390x (2.1.0-2) ... 134s Setting up libsoup-3.0-common (3.6.4-2) ... 134s Setting up librust-anstyle-query-dev:s390x (1.0.0-1) ... 134s Setting up libmpg123-0t64:s390x (1.32.10-1) ... 134s Setting up libxerces-c3.2t64:s390x (3.2.4+debian-1.3build1) ... 134s Setting up libgomp1:s390x (14.2.0-16ubuntu1) ... 134s Setting up libcjson1:s390x (1.7.18-3) ... 134s Setting up libxvidcore4:s390x (2:1.3.7-1build1) ... 134s Setting up libffi-dev:s390x (3.4.6-1build1) ... 134s Setting up libmysqlclient24:s390x (8.4.4-0ubuntu1) ... 134s Setting up librust-pin-project-lite-dev:s390x (0.2.13-1) ... 134s Setting up libjbig0:s390x (2.1-6.1ubuntu2) ... 134s Setting up libpcre2-16-0:s390x (10.42-4ubuntu3) ... 134s Setting up libaec0:s390x (1.1.3-1) ... 134s Setting up gdal-data (3.10.1+dfsg-1build2) ... 134s Setting up libopengl0:s390x (1.7.0-1build1) ... 134s Setting up libxcb-util1:s390x (0.4.1-1) ... 134s Setting up libxxf86vm1:s390x (1:1.1.4-1build4) ... 134s Setting up libsnappy1v5:s390x (1.2.1-1) ... 134s Setting up liborc-0.4-0t64:s390x (1:0.4.40-1) ... 134s Setting up libxcb-xkb1:s390x (1.17.0-2) ... 134s Setting up libxcb-image0:s390x (0.4.0-2build1) ... 134s Setting up libxnvctrl0:s390x (510.47.03-0ubuntu4) ... 134s Setting up libxcb-present0:s390x (1.17.0-2) ... 134s Setting up libdconf1:s390x (0.40.0-5) ... 134s Setting up librust-unicode-segmentation-dev:s390x (1.12.0-1) ... 134s Setting up libsysprof-capture-4-dev:s390x (47.2-1) ... 134s Setting up librust-compiler-builtins-dev:s390x (0.1.139-1) ... 134s Setting up librust-utf8parse-dev:s390x (0.2.1-1) ... 134s Setting up libpgm-5.3-0t64:s390x (5.3.128~dfsg-2.1build1) ... 134s Setting up libtheoraenc1:s390x (1.2.0~alpha1+dfsg-5) ... 134s Setting up librust-crossbeam-epoch-dev:s390x (0.9.18-1) ... 134s Setting up xtrans-dev (1.4.0-1) ... 134s Setting up libqt5core5t64:s390x (5.15.15+dfsg-1ubuntu2) ... 134s Setting up libwayland-bin (1.23.1-1) ... 134s Setting up autotools-dev (20220109.1) ... 134s Setting up libpcre2-32-0:s390x (10.42-4ubuntu3) ... 134s Setting up libblas3:s390x (3.12.0-4) ... 134s update-alternatives: using /usr/lib/s390x-linux-gnu/blas/libblas.so.3 to provide /usr/lib/s390x-linux-gnu/libblas.so.3 (libblas.so.3-s390x-linux-gnu) in auto mode 134s Setting up python3-packaging (24.2-1) ... 134s Setting up libxcb-xinerama0:s390x (1.17.0-2) ... 134s Setting up libpkgconf3:s390x (1.8.1-4) ... 134s Setting up libgles2:s390x (1.7.0-1build1) ... 134s Setting up libcfitsio10t64:s390x (4.5.0-5) ... 134s Setting up libmunge2:s390x (0.5.16-1) ... 134s Setting up libva2:s390x (2.22.0-1) ... 134s Setting up libfreetype6:s390x (2.13.3+dfsg-1) ... 134s Setting up librust-rustc-std-workspace-core-dev:s390x (1.0.0-1) ... 134s Setting up libsvtav1enc2:s390x (2.3.0+dfsg-1) ... 134s Setting up libxfixes3:s390x (1:6.0.0-2build1) ... 134s Setting up libxcb-sync1:s390x (1.17.0-2) ... 134s Setting up librust-futures-io-dev:s390x (0.3.31-1) ... 134s Setting up libjsoncpp26:s390x (1.9.6-3) ... 134s Setting up uuid-dev:s390x (2.40.2-14ubuntu1) ... 134s Setting up libgles1:s390x (1.7.0-1build1) ... 134s Setting up librust-critical-section-dev:s390x (1.2.0-1) ... 134s Setting up libopus0:s390x (1.5.2-2) ... 134s Setting up gir1.2-gudev-1.0:s390x (1:238-6) ... 134s Setting up libexif12:s390x (0.6.24-2) ... 134s Setting up libimagequant0:s390x (2.18.0-1build1) ... 134s Setting up librust-muldiv-dev:s390x (1.0.1-2) ... 134s Setting up libxkbcommon-x11-0:s390x (1.7.0-2) ... 134s Setting up libdc1394-25:s390x (2.2.6-4build1) ... 134s Setting up fonts-dejavu-mono (2.37-8) ... 134s Setting up libhwloc15:s390x (2.11.2-1build1) ... 134s Setting up libimath-3-1-29t64:s390x (3.1.11-2ubuntu3) ... 134s Setting up libmpc3:s390x (1.3.1-1build2) ... 134s Setting up librust-rand-core-dev:s390x (0.6.4-2) ... 134s Setting up libvorbis0a:s390x (1.3.7-2) ... 134s Setting up librust-version-compare-dev:s390x (0.1.1-1) ... 134s Setting up libtcl8.6:s390x (8.6.16+dfsg-1) ... 134s Setting up autopoint (0.23.1-1) ... 134s Setting up fonts-dejavu-core (2.37-8) ... 134s Setting up unixodbc-common (2.3.12-2ubuntu1) ... 134s Setting up libsocket++1:s390x (1.12.13+git20131030.5d039ba-1build1) ... 134s Setting up libsepol-dev:s390x (3.7-1) ... 134s Setting up pkgconf-bin (1.8.1-4) ... 134s Setting up libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 134s Setting up librust-crunchy-dev:s390x (0.2.2-1) ... 134s Setting up libgit2-1.9:s390x (1.9.0~ds-0ubuntu1) ... 134s Setting up libltdl7:s390x (2.5.4-3build1) ... 134s Setting up libglapi-mesa:s390x (24.3.4-3ubuntu1) ... 134s Setting up libssh-4:s390x (0.11.1-1) ... 134s Setting up libgfortran5:s390x (14.2.0-16ubuntu1) ... 134s Setting up libvulkan1:s390x (1.4.304.0-1) ... 134s Setting up autoconf (2.72-3) ... 134s Setting up libwebp7:s390x (1.5.0-0.1) ... 134s Setting up libstd-rust-1.84:s390x (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 134s Setting up librust-paste-dev:s390x (1.0.15-1) ... 134s Setting up liblzma-dev:s390x (5.6.3-1) ... 134s Setting up libubsan1:s390x (14.2.0-16ubuntu1) ... 134s Setting up libgif7:s390x (5.2.2-1ubuntu1) ... 134s Setting up zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 134s Setting up libodbc2:s390x (2.3.12-2ubuntu1) ... 134s Setting up liburiparser1:s390x (0.9.8+dfsg-2) ... 134s Setting up librust-unicode-ident-dev:s390x (1.0.13-1) ... 134s Setting up librust-equivalent-dev:s390x (1.0.1-1) ... 134s Setting up libpcre2-posix3:s390x (10.42-4ubuntu3) ... 134s Setting up libfyba0t64:s390x (4.1.1-11build1) ... 134s Setting up libvpx9:s390x (1.15.0-1ubuntu1) ... 134s Setting up dwz (0.15-1build6) ... 134s Setting up libsrt1.5-gnutls:s390x (1.5.4-1) ... 134s Setting up libdav1d7:s390x (1.5.1-1) ... 134s Setting up libmtdev1t64:s390x (1.1.7-1) ... 134s Setting up libva-drm2:s390x (2.22.0-1) ... 134s Setting up libminizip1t64:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 134s Setting up ocl-icd-libopencl1:s390x (2.3.2-1build1) ... 134s Setting up libduktape207:s390x (2.7.0+tests-0ubuntu3) ... 134s Setting up gir1.2-glib-2.0-dev:s390x (2.83.3-2) ... 134s Setting up libxshmfence1:s390x (1.3-1build5) ... 134s Setting up libvdpau1:s390x (1.5-3) ... 134s Setting up libxcb-randr0:s390x (1.17.0-2) ... 134s Setting up librav1e0.7:s390x (0.7.1-9) ... 134s Setting up libasan8:s390x (14.2.0-16ubuntu1) ... 134s Setting up libstd-rust-1.84-dev:s390x (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 134s Setting up libblosc1:s390x (1.21.5+ds-1build1) ... 134s Setting up librust-cfg-if-dev:s390x (1.0.0-1) ... 134s Setting up debugedit (1:5.1-1) ... 134s Setting up libmd4c0:s390x (0.5.2-2) ... 134s Setting up librdmacm1t64:s390x (55.0-1ubuntu1) ... 134s Setting up libopenjp2-7:s390x (2.5.0-2ubuntu3) ... 134s Setting up libharfbuzz0b:s390x (10.2.0-1) ... 134s Setting up libthai-data (0.1.29-2build1) ... 134s Setting up xorg-sgml-doctools (1:1.11-1.1) ... 134s Setting up libgphoto2-port12t64:s390x (2.5.31-4) ... 134s Setting up librust-byteorder-dev:s390x (1.5.0-1) ... 134s Setting up libwayland-egl1:s390x (1.23.1-1) ... 134s Setting up libxss1:s390x (1:1.2.3-1build3) ... 134s Setting up libmbedcrypto16:s390x (3.6.2-3ubuntu1) ... 134s Setting up librust-static-assertions-dev:s390x (1.1.0-1) ... 134s Setting up librust-autocfg-dev:s390x (1.1.0-1) ... 134s Setting up glib-networking-common (2.80.1-1) ... 134s Setting up libisl23:s390x (0.27-1) ... 134s Setting up librust-futures-sink-dev:s390x (0.3.31-1) ... 134s Setting up libde265-0:s390x (1.0.15-1build4) ... 134s Setting up libsharpyuv-dev:s390x (1.5.0-0.1) ... 134s Setting up libkmlbase1t64:s390x (1.3.0-12build1) ... 134s Setting up libx265-215:s390x (4.1-2) ... 134s Setting up libva-x11-2:s390x (2.22.0-1) ... 134s Setting up libwebpmux3:s390x (1.5.0-0.1) ... 134s Setting up libcap-dev:s390x (1:2.66-5ubuntu3) ... 134s Setting up libdeflate-dev:s390x (1.23-1) ... 134s Setting up librust-gir-format-check-dev:s390x (0.1.3-2) ... 134s Setting up libcc1-0:s390x (14.2.0-16ubuntu1) ... 134s Setting up libzvbi-common (0.2.43-2ubuntu1) ... 134s Setting up libgstreamer1.0-0:s390x (1.25.1-1) ... 134s Setcap worked! gst-ptp-helper is not suid! 134s Setting up librust-option-operations-dev:s390x (0.5.0-2) ... 134s Setting up libmp3lame0:s390x (3.100-6build1) ... 134s Setting up libsz2:s390x (1.1.3-1) ... 134s Setting up libitm1:s390x (14.2.0-16ubuntu1) ... 134s Setting up libvorbisenc2:s390x (1.3.7-2) ... 134s Setting up libdvdnav4:s390x (6.1.1-3build1) ... 134s Setting up librust-itertools-dev:s390x (0.13.0-3) ... 134s Setting up gdal-plugins:s390x (3.10.1+dfsg-1build2) ... 134s Setting up libwacom-common (2.14.0-1) ... 134s Setting up librust-heck-dev:s390x (0.4.1-1) ... 134s Setting up libwayland-client0:s390x (1.23.1-1) ... 134s Setting up libjpeg8:s390x (8c-2ubuntu11) ... 134s Setting up automake (1:1.17-3) ... 134s update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode 134s Setting up x11proto-dev (2024.1-1) ... 134s Setting up libfile-stripnondeterminism-perl (1.14.1-1) ... 134s Setting up libfabric1:s390x (1.17.0-3ubuntu1) ... 134s Setting up libgdcm3.0t64:s390x (3.0.24-5ubuntu1) ... 134s Setting up librust-crossbeam-epoch+std-dev:s390x (0.9.18-1) ... 134s Setting up libblkid-dev:s390x (2.40.2-14ubuntu1) ... 134s Setting up libimath-dev:s390x (3.1.11-2ubuntu3) ... 134s Setting up librust-libc-dev:s390x (0.2.169-1) ... 134s Setting up libice6:s390x (2:1.1.1-1) ... 134s Setting up gir1.2-gstreamer-1.0:s390x (1.25.1-1) ... 134s Setting up mesa-libgallium:s390x (24.3.4-3ubuntu1) ... 134s Setting up libodbcinst2:s390x (2.3.12-2ubuntu1) ... 134s Setting up libjpeg-turbo8-dev:s390x (2.1.5-3ubuntu2) ... 134s Setting up libexif-dev:s390x (0.6.24-2) ... 134s Setting up liblapack3:s390x (3.12.0-4) ... 134s update-alternatives: using /usr/lib/s390x-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/s390x-linux-gnu/liblapack.so.3 (liblapack.so.3-s390x-linux-gnu) in auto mode 134s Setting up libgio-2.0-dev-bin (2.83.3-2) ... 134s Setting up libgdcm-dev (3.0.24-5ubuntu1) ... 134s Setting up libdrm-dev:s390x (2.4.123-1) ... 134s Setting up libproxy1v5:s390x (0.5.9-1) ... 134s Setting up libqt5dbus5t64:s390x (5.15.15+dfsg-1ubuntu2) ... 134s Setting up gettext (0.23.1-1) ... 134s Setting up girepository-tools:s390x (2.83.3-2) ... 134s Setting up libarpack2t64:s390x (3.9.1-4) ... 134s Setting up librust-crossbeam-deque-dev:s390x (0.8.5-1) ... 134s Setting up libzmq5:s390x (4.3.5-1build2) ... 134s Setting up libxau-dev:s390x (1:1.0.11-1) ... 134s Setting up librust-tiny-keccak-dev:s390x (2.0.2-1) ... 134s Setting up libpcre2-dev:s390x (10.42-4ubuntu3) ... 134s Setting up libzvbi0t64:s390x (0.2.43-2ubuntu1) ... 134s Setting up libdc1394-dev:s390x (2.2.6-4build1) ... 134s Setting up libgbm1:s390x (24.3.4-3ubuntu1) ... 134s Setting up libsoxr0:s390x (0.1.3-4build3) ... 134s Setting up libwacom9:s390x (2.14.0-1) ... 134s Setting up libselinux1-dev:s390x (3.7-3ubuntu2) ... 134s Setting up fontconfig-config (2.15.0-1.1ubuntu2) ... 134s Setting up librust-getrandom-dev:s390x (0.2.15-1) ... 134s Setting up libgeos-c1t64:s390x (3.13.0-1) ... 134s Setting up libwebpdemux2:s390x (1.5.0-0.1) ... 134s Setting up libgl1-mesa-dri:s390x (24.3.4-3ubuntu1) ... 134s Setting up libpng-dev:s390x (1.6.46-4) ... 134s Setting up libqt5network5t64:s390x (5.15.15+dfsg-1ubuntu2) ... 134s Setting up librust-num-cpus-dev:s390x (1.16.0-1) ... 134s Setting up libjbig-dev:s390x (2.1-6.1ubuntu2) ... 134s Setting up liborc-0.4-dev-bin (1:0.4.40-1) ... 134s Setting up libgstreamer-plugins-base1.0-0:s390x (1.25.1-2) ... 134s Setting up dconf-service (0.40.0-5) ... 134s Setting up librust-proc-macro2-dev:s390x (1.0.92-1) ... 134s Setting up libqt5test5t64:s390x (5.15.15+dfsg-1ubuntu2) ... 134s Setting up libhwloc-plugins:s390x (2.11.2-1build1) ... 134s Setting up libavutil59:s390x (7:7.1-3ubuntu2) ... 134s Setting up librust-rayon-core-dev:s390x (1.12.1-1) ... 134s Setting up libgbm-dev:s390x (24.3.4-3ubuntu1) ... 134s Setting up pkgconf:s390x (1.8.1-4) ... 134s Setting up libinput-bin (1.26.2-1) ... 134s Setting up libtbbbind-2-5:s390x (2022.0.0-1) ... 134s Setting up intltool-debian (0.35.0+20060710.6) ... 134s Setting up librust-rand-core+getrandom-dev:s390x (0.6.4-2) ... 134s Setting up librist4:s390x (0.2.11+dfsg-1) ... 134s Setting up libkmldom1t64:s390x (1.3.0-12build1) ... 134s Setting up libthai0:s390x (0.1.29-2build1) ... 134s Setting up libvorbisfile3:s390x (1.3.7-2) ... 134s Setting up libxdmcp-dev:s390x (1:1.1.3-0ubuntu6) ... 134s Setting up libswresample5:s390x (7:7.1-3ubuntu2) ... 134s Setting up libswscale8:s390x (7:7.1-3ubuntu2) ... 134s Setting up libgstreamer-plugins-good1.0-0:s390x (1.24.10-1ubuntu3) ... 134s Setting up libegl-mesa0:s390x (24.3.4-3ubuntu1) ... 134s Setting up libwebp-dev:s390x (1.5.0-0.1) ... 134s Setting up libraqm0:s390x (0.10.2-1) ... 134s Setting up libopenexr-3-1-30:s390x (3.1.5-5.1build3) ... 134s Setting up libudev-dev:s390x (257.2-3ubuntu1) ... 134s Setting up libpmix2t64:s390x (5.0.6-1) ... 134s Setting up cpp-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 134s Setting up cpp-14 (14.2.0-16ubuntu1) ... 134s Setting up libhdf4-0-alt:s390x (4.3.0-1) ... 134s Setting up dh-strip-nondeterminism (1.14.1-1) ... 134s Setting up librttopo1:s390x (1.1.0-3build2) ... 134s Setting up libhdf5-310:s390x (1.14.5+repack-3) ... 134s Setting up libfreexl1:s390x (2.0.0-1build2) ... 134s Setting up libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 134s Setting up libwayland-cursor0:s390x (1.23.1-1) ... 134s Setting up librust-num-traits-dev:s390x (0.2.19-2) ... 134s Setting up libegl1:s390x (1.7.0-1build1) ... 134s Setting up libgdk-pixbuf-2.0-0:s390x (2.42.12+dfsg-2) ... 134s Setting up libarmadillo14 (1:14.2.1+dfsg-1) ... 134s Setting up libfontconfig1:s390x (2.15.0-1.1ubuntu2) ... 134s Setting up libgcc-14-dev:s390x (14.2.0-16ubuntu1) ... 134s Setting up libjpeg8-dev:s390x (8c-2ubuntu11) ... 134s Setting up librust-rayon-dev:s390x (1.10.0-1) ... 134s Setting up libbluray2:s390x (1:1.3.4-1build1) ... 134s Setting up librust-pkg-config-dev:s390x (0.3.31-1) ... 134s Setting up libtiffxx6:s390x (4.5.1+git230720-4ubuntu4) ... 134s Setting up libyuv0:s390x (0.0.1899.20250103-1) ... 134s Setting up libsm6:s390x (2:1.2.4-1) ... 134s Setting up liborc-0.4-dev:s390x (1:0.4.40-1) ... 134s Setting up libopenmpt0t64:s390x (0.7.13-1) ... 134s Setting up libmount-dev:s390x (2.40.2-14ubuntu1) ... 134s Setting up libjxl0.10:s390x (0.10.4-2) ... 134s Setting up libpoppler145:s390x (25.01.0-3) ... 134s Setting up librust-num-integer-dev:s390x (0.1.46-1) ... 134s Setting up libavutil-dev:s390x (7:7.1-3ubuntu2) ... 134s Setting up libglib2.0-dev-bin (2.83.3-2) ... 134s Setting up libinput10:s390x (1.26.2-1) ... 134s Setting up glib-networking-services (2.80.1-1) ... 134s Setting up libopenmpi40:s390x (5.0.6-3) ... 134s Setting up libhdf5-hl-310:s390x (1.14.5+repack-3) ... 134s Setting up fontconfig (2.15.0-1.1ubuntu2) ... 136s Regenerating fonts cache... done. 136s Setting up libavif16:s390x (1.1.1-1ubuntu1) ... 136s Setting up libnetcdf19t64:s390x (1:4.9.2-6ubuntu2) ... 136s Setting up libxft2:s390x (2.3.6-1build1) ... 136s Setting up libgio-2.0-dev:s390x (2.83.3-2) ... 136s Setting up libglx-mesa0:s390x (24.3.4-3ubuntu1) ... 136s Setting up libxcb1-dev:s390x (1.17.0-2) ... 136s Setting up libglx0:s390x (1.7.0-1build1) ... 136s Setting up dconf-gsettings-backend:s390x (0.40.0-5) ... 136s Setting up libproj25:s390x (9.5.1-1) ... 136s Setting up cpp-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 136s Setting up libswresample-dev:s390x (7:7.1-3ubuntu2) ... 136s Setting up po-debconf (1.0.21+nmu1) ... 136s Setting up librust-quote-dev:s390x (1.0.37-1) ... 136s Setting up libtk8.6:s390x (8.6.16-1) ... 136s Setting up libpango-1.0-0:s390x (1.56.1-1) ... 136s Setting up libjpeg-dev:s390x (8c-2ubuntu11) ... 136s Setting up libx11-dev:s390x (2:1.8.10-2) ... 136s Setting up libleptonica6:s390x (1.84.1-4) ... 136s Setting up librust-syn-dev:s390x (2.0.96-2) ... 136s Setting up libtbb12:s390x (2022.0.0-1) ... 136s Setting up librust-rand-core+std-dev:s390x (0.6.4-2) ... 136s Setting up libkmlengine1t64:s390x (1.3.0-12build1) ... 136s Setting up libwayland-dev:s390x (1.23.1-1) ... 136s Setting up libcairo2:s390x (1.18.2-2) ... 136s Setting up libgeotiff5:s390x (1.7.3-1) ... 136s Setting up gcc-14-s390x-linux-gnu (14.2.0-16ubuntu1) ... 136s Setting up libopenexr-dev (3.1.5-5.1build3) ... 136s Setting up libgl1:s390x (1.7.0-1build1) ... 136s Setting up libtheoradec1:s390x (1.2.0~alpha1+dfsg-5) ... 136s Setting up gcc-s390x-linux-gnu (4:14.1.0-2ubuntu1) ... 136s Setting up libtiff-dev:s390x (4.5.1+git230720-4ubuntu4) ... 136s Setting up librust-sval-derive-dev:s390x (2.6.1-2) ... 136s Setting up libswscale-dev:s390x (7:7.1-3ubuntu2) ... 136s Setting up librust-zeroize-derive-dev:s390x (1.4.2-1) ... 136s Setting up libglew2.2:s390x (2.2.0-4build1) ... 136s Setting up libtesseract5:s390x (5.5.0-1) ... 136s Setting up librust-no-panic-dev:s390x (0.1.32-1) ... 136s Setting up cpp (4:14.1.0-2ubuntu1) ... 136s Setting up libglx-dev:s390x (1.7.0-1build1) ... 136s Setting up librust-serde-derive-dev:s390x (1.0.217-1) ... 136s Setting up libcairo-gobject2:s390x (1.18.2-2) ... 136s Setting up librust-zerocopy-derive-dev:s390x (0.7.34-1) ... 136s Setting up libtbb-dev:s390x (2022.0.0-1) ... 136s Setting up libpangoft2-1.0-0:s390x (1.56.1-1) ... 136s Setting up librust-serde-dev:s390x (1.0.217-1) ... 136s Setting up librust-bytemuck-derive-dev:s390x (1.5.0-2) ... 136s Setting up librust-thiserror-impl-1-dev:s390x (1.0.69-1) ... 136s Setting up librust-atomic-refcell-dev:s390x (0.1.13-1) ... 136s Setting up libopencv-core406t64:s390x (4.6.0+dfsg-14build3) ... 136s Setting up librust-derive-arbitrary-dev:s390x (1.4.1-1) ... 136s Setting up libgl-dev:s390x (1.7.0-1build1) ... 136s Setting up libpangocairo-1.0-0:s390x (1.56.1-1) ... 136s Setting up librust-allocator-api2-dev:s390x (0.2.16-1) ... 136s Setting up libspatialite8t64:s390x (5.1.0-3build1) ... 136s Setting up gsettings-desktop-schemas (48~beta-1ubuntu1) ... 136s Setting up librust-futures-macro-dev:s390x (0.3.31-1) ... 136s Setting up libx11-xcb-dev:s390x (2:1.8.10-2) ... 136s Setting up librust-thiserror-1-dev:s390x (1.0.69-1) ... 136s Setting up gir1.2-freedesktop:s390x (1.82.0-4) ... 136s Setting up libegl-dev:s390x (1.7.0-1build1) ... 136s Setting up librust-serde-fmt-dev (1.0.3-3) ... 136s Setting up librust-serde-bytes-dev:s390x (0.11.12-1) ... 136s Setting up librust-toml-datetime-dev:s390x (0.6.8-1) ... 136s Setting up librust-portable-atomic-dev:s390x (1.10.0-3) ... 136s Setting up libopencv-flann406t64:s390x (4.6.0+dfsg-14build3) ... 136s Setting up librust-sval-dev:s390x (2.6.1-2) ... 136s Setting up librust-itoa-dev:s390x (1.0.14-1) ... 136s Setting up libgl2ps1.4 (1.4.2+dfsg1-2build1) ... 136s Setting up gcc-14 (14.2.0-16ubuntu1) ... 136s Setting up librsvg2-2:s390x (2.59.2+dfsg-1) ... 136s Setting up libqt5gui5t64:s390x (5.15.15+dfsg-1ubuntu2) ... 136s Setting up libgstreamer-gl1.0-0:s390x (1.25.1-2) ... 136s Setting up gstreamer1.0-plugins-base:s390x (1.25.1-2) ... 136s Setting up libopencv-ml406t64:s390x (4.6.0+dfsg-14build3) ... 136s Setting up librust-rand-core+serde-dev:s390x (0.6.4-2) ... 136s Setting up librust-sval-ref-dev:s390x (2.6.1-1) ... 136s Setting up libgstreamer-opencv1.0-0:s390x (1.24.12-2ubuntu1) ... 136s Setting up librust-zerocopy-dev:s390x (0.7.34-1) ... 136s Setting up libvtk9.3:s390x (9.3.0+dfsg1-1.1ubuntu3) ... 136s Setting up libopencv-imgproc406t64:s390x (4.6.0+dfsg-14build3) ... 136s Setting up librust-bytemuck-dev:s390x (1.21.0-1) ... 136s Setting up libavcodec61:s390x (7:7.1-3ubuntu2) ... 136s Setting up librust-zeroize-dev:s390x (1.8.1-1) ... 136s Setting up librust-serde-spanned-dev:s390x (0.6.7-1) ... 136s Setting up librust-slab-dev:s390x (0.4.9-1) ... 136s Setting up libopencv-core-dev:s390x (4.6.0+dfsg-14build3) ... 136s Setting up librust-arbitrary-dev:s390x (1.4.1-1) ... 136s Setting up librust-target-lexicon-dev:s390x (0.12.14-1) ... 136s Setting up librust-serde-test-dev:s390x (1.0.171-1) ... 136s Setting up librust-erased-serde-dev:s390x (0.3.31-1) ... 136s Setting up librust-kstring-dev:s390x (2.0.0-1) ... 136s Setting up libgles-dev:s390x (1.7.0-1build1) ... 136s Setting up librust-ppv-lite86-dev:s390x (0.2.20-1) ... 136s Setting up librust-rand-chacha-dev:s390x (0.3.1-2) ... 136s Setting up libopencv-flann-dev:s390x (4.6.0+dfsg-14build3) ... 136s Setting up libopencv-ml-dev:s390x (4.6.0+dfsg-14build3) ... 136s Setting up libopencv-dnn406t64:s390x (4.6.0+dfsg-14build3) ... 136s Setting up librust-sval-dynamic-dev:s390x (2.6.1-1) ... 136s Setting up librust-futures-core-dev:s390x (0.3.31-1) ... 136s Setting up libtool (2.5.4-3build1) ... 136s Setting up libqt5widgets5t64:s390x (5.15.15+dfsg-1ubuntu2) ... 136s Setting up librust-sval-buffer-dev:s390x (2.6.1-1) ... 136s Setting up libavcodec-dev:s390x (7:7.1-3ubuntu2) ... 136s Setting up librust-arrayvec-dev:s390x (0.7.6-1) ... 136s Setting up gir1.2-gst-plugins-base-1.0:s390x (1.25.1-2) ... 136s Setting up libopencv-features2d406t64:s390x (4.6.0+dfsg-14build3) ... 136s Setting up libopencv-photo406t64:s390x (4.6.0+dfsg-14build3) ... 136s Setting up librust-smallvec-dev:s390x (1.13.2-1) ... 136s Setting up librust-sval-fmt-dev:s390x (2.6.1-1) ... 136s Setting up libavformat61:s390x (7:7.1-3ubuntu2) ... 136s Setting up gcc (4:14.1.0-2ubuntu1) ... 136s Setting up librust-anstyle-parse-dev:s390x (0.2.1-1) ... 136s Setting up dh-autoreconf (20) ... 136s Setting up libopencv-imgproc-dev:s390x (4.6.0+dfsg-14build3) ... 136s Setting up libopencv-viz406t64:s390x (4.6.0+dfsg-14build3) ... 136s Setting up libopencv-dnn-dev:s390x (4.6.0+dfsg-14build3) ... 136s Setting up librust-anstream-dev:s390x (0.6.15-1) ... 136s Setting up libopencv-viz-dev:s390x (4.6.0+dfsg-14build3) ... 136s Setting up librust-bitflags-dev:s390x (2.6.0-1) ... 136s Setting up rustc-1.84 (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 136s Setting up librust-regex-syntax-dev:s390x (0.8.5-1) ... 136s Setting up rustc (1.84.0ubuntu1) ... 136s Setting up librust-parking-lot-core-dev:s390x (0.9.10-1) ... 136s Setting up librust-cfg-expr-dev:s390x (0.15.8-1) ... 136s Setting up librust-futures-channel-dev:s390x (0.3.31-1) ... 136s Setting up libqt5opengl5t64:s390x (5.15.15+dfsg-1ubuntu2) ... 136s Setting up librust-once-cell-dev:s390x (1.20.2-1) ... 136s Setting up libopencv-calib3d406t64:s390x (4.6.0+dfsg-14build3) ... 136s Setting up librust-sval-serde-dev:s390x (2.6.1-1) ... 136s Setting up libopencv-video406t64:s390x (4.6.0+dfsg-14build3) ... 136s Setting up cargo-1.84 (1.84.0+dfsg0ubuntu1-0ubuntu1) ... 136s Setting up libopencv-photo-dev:s390x (4.6.0+dfsg-14build3) ... 136s Setting up librust-const-random-macro-dev:s390x (0.1.16-2) ... 136s Setting up libopencv-stitching406t64:s390x (4.6.0+dfsg-14build3) ... 136s Setting up librust-const-random-dev:s390x (0.1.17-2) ... 136s Setting up debhelper (13.23ubuntu1) ... 136s Setting up librust-ahash-dev (0.8.11-9) ... 136s Setting up libavformat-dev:s390x (7:7.1-3ubuntu2) ... 136s Setting up cargo (1.84.0ubuntu1) ... 136s Setting up dh-cargo (31ubuntu4) ... 136s Setting up libopencv-objdetect406t64:s390x (4.6.0+dfsg-14build3) ... 136s Setting up libopencv-video-dev:s390x (4.6.0+dfsg-14build3) ... 136s Setting up libopencv-shape406t64:s390x (4.6.0+dfsg-14build3) ... 136s Setting up librust-value-bag-sval2-dev:s390x (1.9.0-1) ... 136s Setting up libopencv-shape-dev:s390x (4.6.0+dfsg-14build3) ... 136s Setting up librust-hashbrown-dev:s390x (0.14.5-5) ... 136s Setting up librust-indexmap-dev:s390x (2.7.0-1) ... 136s Setting up librust-memchr-dev:s390x (2.7.4-1) ... 136s Setting up libheif-plugin-aomdec:s390x (1.19.5-1build1) ... 136s Setting up librust-futures-util-dev:s390x (0.3.31-1) ... 136s Setting up libheif-plugin-libde265:s390x (1.19.5-1build1) ... 136s Setting up libheif1:s390x (1.19.5-1build1) ... 136s Setting up librust-serde-json-dev:s390x (1.0.133-1) ... 136s Setting up libgd3:s390x (2.3.3-12ubuntu3) ... 136s Setting up libgdal36:s390x (3.10.1+dfsg-1build2) ... 136s Setting up librust-winnow-dev:s390x (0.6.18-1) ... 136s Setting up librust-futures-executor-dev:s390x (0.3.31-1) ... 136s Setting up librust-toml-edit-dev:s390x (0.22.20-1) ... 136s Setting up libopencv-imgcodecs406t64:s390x (4.6.0+dfsg-14build3) ... 136s Setting up librust-proc-macro-crate-dev:s390x (3.2.0-1) ... 136s Setting up librust-value-bag-serde1-dev:s390x (1.9.0-1) ... 136s Setting up libopencv-imgcodecs-dev:s390x (4.6.0+dfsg-14build3) ... 136s Setting up librust-glib-macros-dev:s390x (0.20.7-1) ... 136s Setting up libopencv-highgui406t64:s390x (4.6.0+dfsg-14build3) ... 136s Setting up libgphoto2-6t64:s390x (2.5.31-4) ... 136s Setting up libopencv-videoio406t64:s390x (4.6.0+dfsg-14build3) ... 136s Setting up librust-toml-dev:s390x (0.8.19-1) ... 136s Setting up librust-value-bag-dev:s390x (1.9.0-1) ... 136s Setting up libgphoto2-dev:s390x (2.5.31-4) ... 136s Setting up libopencv-contrib406t64:s390x (4.6.0+dfsg-14build3) ... 136s Setting up libopencv-superres406t64:s390x (4.6.0+dfsg-14build3) ... 136s Setting up librust-log-dev:s390x (0.4.22-1) ... 136s Setting up libopencv-videostab406t64:s390x (4.6.0+dfsg-14build3) ... 136s Setting up librust-system-deps-dev:s390x (7.0.2-2) ... 136s Setting up librust-glib-sys-dev:s390x (0.20.7-1) ... 136s Setting up libopencv-videoio-dev:s390x (4.6.0+dfsg-14build3) ... 136s Setting up librust-aho-corasick-dev:s390x (1.1.3-1) ... 136s Setting up librust-rand-dev:s390x (0.8.5-1) ... 136s Setting up libopencv-superres-dev:s390x (4.6.0+dfsg-14build3) ... 136s Setting up librust-regex-automata-dev:s390x (0.4.9-2) ... 136s Setting up libopencv-highgui-dev:s390x (4.6.0+dfsg-14build3) ... 136s Setting up libopencv-features2d-dev:s390x (4.6.0+dfsg-14build3) ... 136s Setting up libopencv-calib3d-dev:s390x (4.6.0+dfsg-14build3) ... 136s Setting up libopencv-objdetect-dev:s390x (4.6.0+dfsg-14build3) ... 136s Setting up librust-regex-dev:s390x (1.11.1-2) ... 136s Setting up libopencv-videostab-dev:s390x (4.6.0+dfsg-14build3) ... 136s Setting up librust-env-filter-dev:s390x (0.1.3-1) ... 136s Setting up libopencv-stitching-dev:s390x (4.6.0+dfsg-14build3) ... 137s Setting up libopencv-contrib-dev:s390x (4.6.0+dfsg-14build3) ... 137s Setting up libopencv-dev (4.6.0+dfsg-14build3) ... 137s Setting up librust-env-logger-dev:s390x (0.11.5-2) ... 137s Setting up librust-quickcheck-dev:s390x (1.0.3-5) ... 137s Setting up librust-num-bigint-dev:s390x (0.4.6-1) ... 137s Setting up librust-num-rational-dev:s390x (0.4.2-1) ... 137s Processing triggers for libc-bin (2.40-4ubuntu1) ... 137s Processing triggers for man-db (2.13.0-1) ... 138s Processing triggers for libglib2.0-0t64:s390x (2.83.3-2) ... 138s Setting up libglib2.0-dev:s390x (2.83.3-2) ... 138s Processing triggers for udev (257.2-3ubuntu1) ... 138s Setting up glib-networking:s390x (2.80.1-1) ... 138s Processing triggers for install-info (7.1.1-1) ... 138s Setting up libgstreamer1.0-dev:s390x (1.25.1-1) ... 138s Setting up librust-gobject-sys-dev:s390x (0.20.7-1) ... 138s Setting up libgudev-1.0-dev:s390x (1:238-6) ... 138s Setting up libsoup-3.0-0:s390x (3.6.4-2) ... 138s Setting up librust-gstreamer-sys-dev:s390x (0.23.0-2) ... 138s Setting up libgstreamer-plugins-base1.0-dev (1.25.1-2) ... 138s Setting up libgssdp-1.6-0:s390x (1.6.3-1build3) ... 138s Setting up libgstreamer-plugins-good1.0-dev (1.24.10-1ubuntu3) ... 138s Setting up librust-gio-sys-dev:s390x (0.20.8-2) ... 138s Setting up libgupnp-1.6-0:s390x (1.6.8-1) ... 138s Setting up librust-gstreamer-base-sys-dev:s390x (0.23.0-2) ... 138s Setting up librust-glib-dev:s390x (0.20.7-1) ... 138s Setting up libgupnp-igd-1.6-0:s390x (1.6.0-4) ... 138s Setting up librust-gstreamer-video-sys-dev:s390x (0.23.0-2) ... 138s Setting up librust-gstreamer-dev:s390x (0.23.1-1) ... 138s Setting up libnice10:s390x (0.1.22-1) ... 138s Setting up librust-gstreamer-base-dev:s390x (0.23.1-1) ... 138s Setting up librust-gstreamer-video-dev:s390x (0.23.0-5) ... 138s Setting up libgstreamer-plugins-bad1.0-0:s390x (1.24.12-2ubuntu1) ... 138s Setting up gir1.2-gst-plugins-bad-1.0:s390x (1.24.12-2ubuntu1) ... 138s Setting up libgstreamer-plugins-bad1.0-dev:s390x (1.24.12-2ubuntu1) ... 138s Setting up librust-gstreamer-play-sys-dev:s390x (0.23.0-2) ... 138s Setting up librust-gstreamer-play-dev:s390x (0.23.0-2) ... 138s Processing triggers for libc-bin (2.40-4ubuntu1) ... 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-gstreamer-play-dev'], kind short, sout pipe, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.dmjVuc/rust-gstreamer-play:@-packages.all"], kind short, sout raw, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dmjVuc/rust-gstreamer-play%3A%40-packages.all /tmp/autopkgtest-work.5a1xqly7/out/rust-gstreamer-play%3A%40-packages.all 139s autopkgtest: DBG: got reply from testbed: ok 139s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.dmjVuc/build.l0I/src'], kind short, sout raw, serr raw, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.dmjVuc/build.l0I/src already exists 139s autopkgtest [09:22:38]: test rust-gstreamer-play:@: /usr/share/cargo/bin/cargo-auto-test gstreamer-play 0.23.0 --all-targets --all-features 139s autopkgtest [09:22:38]: test rust-gstreamer-play:@: [----------------------- 139s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.dmjVuc/wrapper.sh --debug --artifacts=/tmp/autopkgtest.dmjVuc/rust-gstreamer-play:@-artifacts --chdir=/tmp/autopkgtest.dmjVuc/build.l0I/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.dmjVuc/rust-gstreamer-play:@-stderr --stdout=/tmp/autopkgtest.dmjVuc/rust-gstreamer-play:@-stdout --tmp=/tmp/autopkgtest.dmjVuc/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 gstreamer-play 0.23.0 --all-targets --all-features'"], kind test, sout raw, serr raw, env [] 139s /tmp/autopkgtest.dmjVuc/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.dmjVuc/rust-gstreamer-play:@-artifacts 139s /tmp/autopkgtest.dmjVuc/wrapper.sh: changing to directory: /tmp/autopkgtest.dmjVuc/build.l0I/src 139s /tmp/autopkgtest.dmjVuc/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 139s /tmp/autopkgtest.dmjVuc/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 139s /tmp/autopkgtest.dmjVuc/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 139s /tmp/autopkgtest.dmjVuc/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 139s /tmp/autopkgtest.dmjVuc/wrapper.sh: setting environment: LANG=C.UTF-8 139s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LANGUAGE 139s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_ADDRESS 139s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_ALL 139s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_COLLATE 139s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_CTYPE 139s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_IDENTIFICATION 139s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_MEASUREMENT 139s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_MESSAGES 139s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_MONETARY 139s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_NAME 139s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_NUMERIC 139s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_PAPER 139s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_TELEPHONE 139s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_TIME 139s /tmp/autopkgtest.dmjVuc/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 139s /tmp/autopkgtest.dmjVuc/wrapper.sh: pretending to be a login shell 139s /tmp/autopkgtest.dmjVuc/wrapper.sh: will write standard error to /tmp/autopkgtest.dmjVuc/rust-gstreamer-play:@-stderr 139s /tmp/autopkgtest.dmjVuc/wrapper.sh: will write stdout to /tmp/autopkgtest.dmjVuc/rust-gstreamer-play:@-stdout 139s /tmp/autopkgtest.dmjVuc/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.dmjVuc/autopkgtest_tmp 139s /tmp/autopkgtest.dmjVuc/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 139s /tmp/autopkgtest.dmjVuc/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test gstreamer-play 0.23.0 --all-targets --all-features 139s /tmp/autopkgtest.dmjVuc/wrapper.sh: copying /tmp/tmp.fvQJa9viKc/out to stdout and file: /tmp/autopkgtest.dmjVuc/rust-gstreamer-play:@-stdout 139s /tmp/autopkgtest.dmjVuc/wrapper.sh: copying /tmp/tmp.fvQJa9viKc/err to standard error and file: /tmp/autopkgtest.dmjVuc/rust-gstreamer-play:@-stdout 139s /tmp/autopkgtest.dmjVuc/wrapper.sh: writing script pid 6920 to /tmp/autopkgtest_script_pid 139s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 139s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 139s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 139s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.NXlPamSelc/registry/ 139s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 139s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 139s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 139s debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1', '/usr/bin/cargo', '-Zavoid-dev-deps', 'test', '--verbose', '--verbose', '-j2', '--target', 's390x-unknown-linux-gnu', '--all-targets', '--all-features'],) {} 140s Compiling serde v1.0.217 140s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/serde-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.NXlPamSelc/registry/serde-1.0.217/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=2b32d4e029565da2 -C extra-filename=-2b32d4e029565da2 --out-dir /tmp/tmp.NXlPamSelc/target/debug/build/serde-2b32d4e029565da2 -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --cap-lints warn` 140s Compiling hashbrown v0.14.5 140s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/hashbrown-0.14.5 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/hashbrown-0.14.5/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.14.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name hashbrown --edition=2021 /tmp/tmp.NXlPamSelc/registry/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "raw", "rayon", "rustc-internal-api", "serde"))' -C metadata=e14e27c8ff208110 -C extra-filename=-e14e27c8ff208110 --out-dir /tmp/tmp.NXlPamSelc/target/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --cap-lints warn` 140s warning: unexpected `cfg` condition value: `nightly` 140s --> /tmp/tmp.NXlPamSelc/registry/hashbrown-0.14.5/src/lib.rs:14:5 140s | 140s 14 | feature = "nightly", 140s | ^^^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 140s = help: consider adding `nightly` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s = note: `#[warn(unexpected_cfgs)]` on by default 140s 140s warning: unexpected `cfg` condition value: `nightly` 140s --> /tmp/tmp.NXlPamSelc/registry/hashbrown-0.14.5/src/lib.rs:39:13 140s | 140s 39 | #![cfg_attr(feature = "nightly", warn(fuzzy_provenance_casts))] 140s | ^^^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 140s = help: consider adding `nightly` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition value: `nightly` 140s --> /tmp/tmp.NXlPamSelc/registry/hashbrown-0.14.5/src/lib.rs:40:13 140s | 140s 40 | #![cfg_attr(feature = "nightly", allow(internal_features))] 140s | ^^^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 140s = help: consider adding `nightly` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition value: `nightly` 140s --> /tmp/tmp.NXlPamSelc/registry/hashbrown-0.14.5/src/lib.rs:49:7 140s | 140s 49 | #[cfg(feature = "nightly")] 140s | ^^^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 140s = help: consider adding `nightly` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition value: `nightly` 140s --> /tmp/tmp.NXlPamSelc/registry/hashbrown-0.14.5/src/macros.rs:59:7 140s | 140s 59 | #[cfg(feature = "nightly")] 140s | ^^^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 140s = help: consider adding `nightly` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition value: `nightly` 140s --> /tmp/tmp.NXlPamSelc/registry/hashbrown-0.14.5/src/macros.rs:65:11 140s | 140s 65 | #[cfg(not(feature = "nightly"))] 140s | ^^^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 140s = help: consider adding `nightly` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition value: `nightly` 140s --> /tmp/tmp.NXlPamSelc/registry/hashbrown-0.14.5/src/raw/mod.rs:53:11 140s | 140s 53 | #[cfg(not(feature = "nightly"))] 140s | ^^^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 140s = help: consider adding `nightly` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition value: `nightly` 140s --> /tmp/tmp.NXlPamSelc/registry/hashbrown-0.14.5/src/raw/mod.rs:55:11 140s | 140s 55 | #[cfg(not(feature = "nightly"))] 140s | ^^^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 140s = help: consider adding `nightly` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition value: `nightly` 140s --> /tmp/tmp.NXlPamSelc/registry/hashbrown-0.14.5/src/raw/mod.rs:57:7 140s | 140s 57 | #[cfg(feature = "nightly")] 140s | ^^^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 140s = help: consider adding `nightly` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition value: `nightly` 140s --> /tmp/tmp.NXlPamSelc/registry/hashbrown-0.14.5/src/raw/mod.rs:3549:7 140s | 140s 3549 | #[cfg(feature = "nightly")] 140s | ^^^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 140s = help: consider adding `nightly` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition value: `nightly` 140s --> /tmp/tmp.NXlPamSelc/registry/hashbrown-0.14.5/src/raw/mod.rs:3661:7 140s | 140s 3661 | #[cfg(feature = "nightly")] 140s | ^^^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 140s = help: consider adding `nightly` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition value: `nightly` 140s --> /tmp/tmp.NXlPamSelc/registry/hashbrown-0.14.5/src/raw/mod.rs:3678:11 140s | 140s 3678 | #[cfg(not(feature = "nightly"))] 140s | ^^^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 140s = help: consider adding `nightly` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition value: `nightly` 140s --> /tmp/tmp.NXlPamSelc/registry/hashbrown-0.14.5/src/raw/mod.rs:4304:7 140s | 140s 4304 | #[cfg(feature = "nightly")] 140s | ^^^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 140s = help: consider adding `nightly` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition value: `nightly` 140s --> /tmp/tmp.NXlPamSelc/registry/hashbrown-0.14.5/src/raw/mod.rs:4319:11 140s | 140s 4319 | #[cfg(not(feature = "nightly"))] 140s | ^^^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 140s = help: consider adding `nightly` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition value: `nightly` 140s --> /tmp/tmp.NXlPamSelc/registry/hashbrown-0.14.5/src/raw/alloc.rs:7:7 140s | 140s 7 | #[cfg(feature = "nightly")] 140s | ^^^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 140s = help: consider adding `nightly` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition value: `nightly` 140s --> /tmp/tmp.NXlPamSelc/registry/hashbrown-0.14.5/src/raw/alloc.rs:28:15 140s | 140s 28 | #[cfg(all(not(feature = "nightly"), feature = "allocator-api2"))] 140s | ^^^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 140s = help: consider adding `nightly` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition value: `nightly` 140s --> /tmp/tmp.NXlPamSelc/registry/hashbrown-0.14.5/src/raw/alloc.rs:51:15 140s | 140s 51 | #[cfg(not(any(feature = "nightly", feature = "allocator-api2")))] 140s | ^^^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 140s = help: consider adding `nightly` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition value: `nightly` 140s --> /tmp/tmp.NXlPamSelc/registry/hashbrown-0.14.5/src/raw/mod.rs:944:32 140s | 140s 944 | #[cfg(any(feature = "raw", feature = "nightly"))] 140s | ^^^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 140s = help: consider adding `nightly` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition value: `rkyv` 140s --> /tmp/tmp.NXlPamSelc/registry/hashbrown-0.14.5/src/external_trait_impls/mod.rs:3:7 140s | 140s 3 | #[cfg(feature = "rkyv")] 140s | ^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 140s = help: consider adding `rkyv` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition value: `nightly` 140s --> /tmp/tmp.NXlPamSelc/registry/hashbrown-0.14.5/src/map.rs:242:11 140s | 140s 242 | #[cfg(not(feature = "nightly"))] 140s | ^^^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 140s = help: consider adding `nightly` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition value: `nightly` 140s --> /tmp/tmp.NXlPamSelc/registry/hashbrown-0.14.5/src/map.rs:255:7 140s | 140s 255 | #[cfg(feature = "nightly")] 140s | ^^^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 140s = help: consider adding `nightly` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition value: `nightly` 140s --> /tmp/tmp.NXlPamSelc/registry/hashbrown-0.14.5/src/map.rs:6517:11 140s | 140s 6517 | #[cfg(feature = "nightly")] 140s | ^^^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 140s = help: consider adding `nightly` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition value: `nightly` 140s --> /tmp/tmp.NXlPamSelc/registry/hashbrown-0.14.5/src/map.rs:6523:11 140s | 140s 6523 | #[cfg(feature = "nightly")] 140s | ^^^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 140s = help: consider adding `nightly` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition value: `nightly` 140s --> /tmp/tmp.NXlPamSelc/registry/hashbrown-0.14.5/src/map.rs:6591:11 140s | 140s 6591 | #[cfg(feature = "nightly")] 140s | ^^^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 140s = help: consider adding `nightly` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition value: `nightly` 140s --> /tmp/tmp.NXlPamSelc/registry/hashbrown-0.14.5/src/map.rs:6597:11 140s | 140s 6597 | #[cfg(feature = "nightly")] 140s | ^^^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 140s = help: consider adding `nightly` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition value: `nightly` 140s --> /tmp/tmp.NXlPamSelc/registry/hashbrown-0.14.5/src/map.rs:6651:11 140s | 140s 6651 | #[cfg(feature = "nightly")] 140s | ^^^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 140s = help: consider adding `nightly` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition value: `nightly` 140s --> /tmp/tmp.NXlPamSelc/registry/hashbrown-0.14.5/src/map.rs:6657:11 140s | 140s 6657 | #[cfg(feature = "nightly")] 140s | ^^^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 140s = help: consider adding `nightly` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition value: `nightly` 140s --> /tmp/tmp.NXlPamSelc/registry/hashbrown-0.14.5/src/set.rs:1359:11 140s | 140s 1359 | #[cfg(feature = "nightly")] 140s | ^^^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 140s = help: consider adding `nightly` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition value: `nightly` 140s --> /tmp/tmp.NXlPamSelc/registry/hashbrown-0.14.5/src/set.rs:1365:11 140s | 140s 1365 | #[cfg(feature = "nightly")] 140s | ^^^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 140s = help: consider adding `nightly` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition value: `nightly` 140s --> /tmp/tmp.NXlPamSelc/registry/hashbrown-0.14.5/src/set.rs:1383:11 140s | 140s 1383 | #[cfg(feature = "nightly")] 140s | ^^^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 140s = help: consider adding `nightly` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition value: `nightly` 140s --> /tmp/tmp.NXlPamSelc/registry/hashbrown-0.14.5/src/set.rs:1389:11 140s | 140s 1389 | #[cfg(feature = "nightly")] 140s | ^^^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 140s = help: consider adding `nightly` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s 140s 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_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/serde-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.NXlPamSelc/target/debug/deps:/tmp/tmp.NXlPamSelc/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.NXlPamSelc/target/debug/build/serde-c2bcebac22c6c694/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.NXlPamSelc/target/debug/build/serde-2b32d4e029565da2/build-script-build` 140s [serde 1.0.217] cargo:rerun-if-changed=build.rs 140s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_cstr) 140s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_error) 140s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_net) 140s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_num_saturating) 140s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_try_from) 140s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace) 140s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_float_copysign) 140s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_num_nonzero_signed) 140s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds) 140s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_serde_derive) 140s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic) 140s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic64) 140s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_systemtime_checked_add) 140s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_target_has_atomic) 140s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/serde-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps OUT_DIR=/tmp/tmp.NXlPamSelc/target/debug/build/serde-c2bcebac22c6c694/out rustc --crate-name serde --edition=2018 /tmp/tmp.NXlPamSelc/registry/serde-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=64c0851ac56a0ce1 -C extra-filename=-64c0851ac56a0ce1 --out-dir /tmp/tmp.NXlPamSelc/target/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --cap-lints warn --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` 140s warning: `hashbrown` (lib) generated 31 warnings 140s Compiling equivalent v1.0.1 140s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=equivalent CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/equivalent-1.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/equivalent-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Traits for key comparison in maps.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=equivalent CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/equivalent' CARGO_PKG_RUST_VERSION=1.6 CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name equivalent --edition=2015 /tmp/tmp.NXlPamSelc/registry/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a11b0a19a3bf2c19 -C extra-filename=-a11b0a19a3bf2c19 --out-dir /tmp/tmp.NXlPamSelc/target/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --cap-lints warn` 140s Compiling indexmap v2.7.0 140s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=indexmap CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/indexmap-2.7.0 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/indexmap-2.7.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/indexmap-rs/indexmap' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=2.7.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name indexmap --edition=2021 /tmp/tmp.NXlPamSelc/registry/indexmap-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "rayon", "serde", "std", "test_debug"))' -C metadata=1e18ac9265fbd6ac -C extra-filename=-1e18ac9265fbd6ac --out-dir /tmp/tmp.NXlPamSelc/target/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern equivalent=/tmp/tmp.NXlPamSelc/target/debug/deps/libequivalent-a11b0a19a3bf2c19.rmeta --extern hashbrown=/tmp/tmp.NXlPamSelc/target/debug/deps/libhashbrown-e14e27c8ff208110.rmeta --cap-lints warn` 140s warning: unexpected `cfg` condition value: `borsh` 140s --> /tmp/tmp.NXlPamSelc/registry/indexmap-2.7.0/src/lib.rs:117:7 140s | 140s 117 | #[cfg(feature = "borsh")] 140s | ^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 140s = help: consider adding `borsh` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s = note: `#[warn(unexpected_cfgs)]` on by default 140s 140s warning: unexpected `cfg` condition value: `rustc-rayon` 140s --> /tmp/tmp.NXlPamSelc/registry/indexmap-2.7.0/src/lib.rs:131:7 140s | 140s 131 | #[cfg(feature = "rustc-rayon")] 140s | ^^^^^^^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 140s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition value: `quickcheck` 140s --> /tmp/tmp.NXlPamSelc/registry/indexmap-2.7.0/src/arbitrary.rs:38:7 140s | 140s 38 | #[cfg(feature = "quickcheck")] 140s | ^^^^^^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 140s = help: consider adding `quickcheck` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition value: `rustc-rayon` 140s --> /tmp/tmp.NXlPamSelc/registry/indexmap-2.7.0/src/macros.rs:128:30 140s | 140s 128 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 140s | ^^^^^^^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 140s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s 140s warning: unexpected `cfg` condition value: `rustc-rayon` 140s --> /tmp/tmp.NXlPamSelc/registry/indexmap-2.7.0/src/macros.rs:153:30 140s | 140s 153 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 140s | ^^^^^^^^^^^^^^^^^^^^^^^ 140s | 140s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 140s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 140s = note: see for more information about checking conditional configuration 140s 141s warning: `indexmap` (lib) generated 5 warnings 141s Compiling winnow v0.6.18 141s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=winnow CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/winnow-0.6.18 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/winnow-0.6.18/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A byte-oriented, zero-copy, parser combinators library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=winnow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/winnow-rs/winnow' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=0.6.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name winnow --edition=2021 /tmp/tmp.NXlPamSelc/registry/winnow-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=0f17435733cfc3dc -C extra-filename=-0f17435733cfc3dc --out-dir /tmp/tmp.NXlPamSelc/target/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --cap-lints warn` 141s warning: unexpected `cfg` condition value: `debug` 141s --> /tmp/tmp.NXlPamSelc/registry/winnow-0.6.18/src/combinator/debug/mod.rs:1:13 141s | 141s 1 | #![cfg_attr(feature = "debug", allow(clippy::std_instead_of_core))] 141s | ^^^^^^^^^^^^^^^^^ 141s | 141s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 141s = help: consider adding `debug` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s = note: `#[warn(unexpected_cfgs)]` on by default 141s 141s warning: unexpected `cfg` condition value: `debug` 141s --> /tmp/tmp.NXlPamSelc/registry/winnow-0.6.18/src/combinator/debug/mod.rs:3:7 141s | 141s 3 | #[cfg(feature = "debug")] 141s | ^^^^^^^^^^^^^^^^^ 141s | 141s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 141s = help: consider adding `debug` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition value: `debug` 141s --> /tmp/tmp.NXlPamSelc/registry/winnow-0.6.18/src/combinator/debug/mod.rs:37:16 141s | 141s 37 | #[cfg_attr(not(feature = "debug"), allow(unused_variables))] 141s | ^^^^^^^^^^^^^^^^^ 141s | 141s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 141s = help: consider adding `debug` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition value: `debug` 141s --> /tmp/tmp.NXlPamSelc/registry/winnow-0.6.18/src/combinator/debug/mod.rs:38:16 141s | 141s 38 | #[cfg_attr(not(feature = "debug"), allow(unused_mut))] 141s | ^^^^^^^^^^^^^^^^^ 141s | 141s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 141s = help: consider adding `debug` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition value: `debug` 141s --> /tmp/tmp.NXlPamSelc/registry/winnow-0.6.18/src/combinator/debug/mod.rs:39:16 141s | 141s 39 | #[cfg_attr(not(feature = "debug"), inline(always))] 141s | ^^^^^^^^^^^^^^^^^ 141s | 141s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 141s = help: consider adding `debug` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition value: `debug` 141s --> /tmp/tmp.NXlPamSelc/registry/winnow-0.6.18/src/combinator/debug/mod.rs:54:16 141s | 141s 54 | #[cfg_attr(not(feature = "debug"), allow(unused_variables))] 141s | ^^^^^^^^^^^^^^^^^ 141s | 141s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 141s = help: consider adding `debug` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition value: `debug` 141s --> /tmp/tmp.NXlPamSelc/registry/winnow-0.6.18/src/combinator/debug/mod.rs:79:7 141s | 141s 79 | #[cfg(feature = "debug")] 141s | ^^^^^^^^^^^^^^^^^ 141s | 141s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 141s = help: consider adding `debug` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition value: `debug` 141s --> /tmp/tmp.NXlPamSelc/registry/winnow-0.6.18/src/combinator/debug/mod.rs:44:11 141s | 141s 44 | #[cfg(feature = "debug")] 141s | ^^^^^^^^^^^^^^^^^ 141s | 141s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 141s = help: consider adding `debug` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition value: `debug` 141s --> /tmp/tmp.NXlPamSelc/registry/winnow-0.6.18/src/combinator/debug/mod.rs:48:15 141s | 141s 48 | #[cfg(not(feature = "debug"))] 141s | ^^^^^^^^^^^^^^^^^ 141s | 141s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 141s = help: consider adding `debug` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s 141s warning: unexpected `cfg` condition value: `debug` 141s --> /tmp/tmp.NXlPamSelc/registry/winnow-0.6.18/src/combinator/debug/mod.rs:59:11 141s | 141s 59 | #[cfg(feature = "debug")] 141s | ^^^^^^^^^^^^^^^^^ 141s | 141s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 141s = help: consider adding `debug` as a feature in `Cargo.toml` 141s = note: see for more information about checking conditional configuration 141s 142s warning: `winnow` (lib) generated 10 warnings 142s Compiling target-lexicon v0.12.14 142s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/target-lexicon-0.12.14 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/target-lexicon-0.12.14/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='Targeting utilities for compilers and related tools' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=target-lexicon CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/target-lexicon' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.NXlPamSelc/registry/target-lexicon-0.12.14/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=25364d17e185c4be -C extra-filename=-25364d17e185c4be --out-dir /tmp/tmp.NXlPamSelc/target/debug/build/target-lexicon-25364d17e185c4be -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --cap-lints warn` 143s warning: unexpected `cfg` condition value: `rust_1_40` 143s --> /tmp/tmp.NXlPamSelc/registry/target-lexicon-0.12.14/src/data_model.rs:43:12 143s | 143s 43 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 143s | ^^^^^^^^^^^^^^^^^^^^^ 143s | 143s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 143s = help: consider adding `rust_1_40` 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: unexpected `cfg` condition value: `rust_1_40` 143s --> /tmp/tmp.NXlPamSelc/registry/target-lexicon-0.12.14/src/triple.rs:55:12 143s | 143s 55 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 143s | ^^^^^^^^^^^^^^^^^^^^^ 143s | 143s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 143s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 143s = note: see for more information about checking conditional configuration 143s 143s warning: unexpected `cfg` condition value: `rust_1_40` 143s --> /tmp/tmp.NXlPamSelc/registry/target-lexicon-0.12.14/src/targets.rs:14:12 143s | 143s 14 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 143s | ^^^^^^^^^^^^^^^^^^^^^ 143s | 143s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 143s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 143s = note: see for more information about checking conditional configuration 143s 143s warning: unexpected `cfg` condition value: `rust_1_40` 143s --> /tmp/tmp.NXlPamSelc/registry/target-lexicon-0.12.14/src/targets.rs:57:12 143s | 143s 57 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 143s | ^^^^^^^^^^^^^^^^^^^^^ 143s | 143s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 143s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 143s = note: see for more information about checking conditional configuration 143s 143s warning: unexpected `cfg` condition value: `rust_1_40` 143s --> /tmp/tmp.NXlPamSelc/registry/target-lexicon-0.12.14/src/targets.rs:107:12 143s | 143s 107 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 143s | ^^^^^^^^^^^^^^^^^^^^^ 143s | 143s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 143s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 143s = note: see for more information about checking conditional configuration 143s 143s warning: unexpected `cfg` condition value: `rust_1_40` 143s --> /tmp/tmp.NXlPamSelc/registry/target-lexicon-0.12.14/src/targets.rs:386:12 143s | 143s 386 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 143s | ^^^^^^^^^^^^^^^^^^^^^ 143s | 143s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 143s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 143s = note: see for more information about checking conditional configuration 143s 143s warning: unexpected `cfg` condition value: `rust_1_40` 143s --> /tmp/tmp.NXlPamSelc/registry/target-lexicon-0.12.14/src/targets.rs:407:12 143s | 143s 407 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 143s | ^^^^^^^^^^^^^^^^^^^^^ 143s | 143s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 143s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 143s = note: see for more information about checking conditional configuration 143s 143s warning: unexpected `cfg` condition value: `rust_1_40` 143s --> /tmp/tmp.NXlPamSelc/registry/target-lexicon-0.12.14/src/targets.rs:436:12 143s | 143s 436 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 143s | ^^^^^^^^^^^^^^^^^^^^^ 143s | 143s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 143s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 143s = note: see for more information about checking conditional configuration 143s 143s warning: unexpected `cfg` condition value: `rust_1_40` 143s --> /tmp/tmp.NXlPamSelc/registry/target-lexicon-0.12.14/src/targets.rs:459:12 143s | 143s 459 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 143s | ^^^^^^^^^^^^^^^^^^^^^ 143s | 143s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 143s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 143s = note: see for more information about checking conditional configuration 143s 143s warning: unexpected `cfg` condition value: `rust_1_40` 143s --> /tmp/tmp.NXlPamSelc/registry/target-lexicon-0.12.14/src/targets.rs:482:12 143s | 143s 482 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 143s | ^^^^^^^^^^^^^^^^^^^^^ 143s | 143s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 143s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 143s = note: see for more information about checking conditional configuration 143s 143s warning: unexpected `cfg` condition value: `rust_1_40` 143s --> /tmp/tmp.NXlPamSelc/registry/target-lexicon-0.12.14/src/targets.rs:507:12 143s | 143s 507 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 143s | ^^^^^^^^^^^^^^^^^^^^^ 143s | 143s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 143s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 143s = note: see for more information about checking conditional configuration 143s 143s warning: unexpected `cfg` condition value: `rust_1_40` 143s --> /tmp/tmp.NXlPamSelc/registry/target-lexicon-0.12.14/src/targets.rs:566:12 143s | 143s 566 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 143s | ^^^^^^^^^^^^^^^^^^^^^ 143s | 143s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 143s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 143s = note: see for more information about checking conditional configuration 143s 143s warning: unexpected `cfg` condition value: `rust_1_40` 143s --> /tmp/tmp.NXlPamSelc/registry/target-lexicon-0.12.14/src/targets.rs:624:12 143s | 143s 624 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 143s | ^^^^^^^^^^^^^^^^^^^^^ 143s | 143s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 143s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 143s = note: see for more information about checking conditional configuration 143s 143s warning: unexpected `cfg` condition value: `rust_1_40` 143s --> /tmp/tmp.NXlPamSelc/registry/target-lexicon-0.12.14/src/targets.rs:719:12 143s | 143s 719 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 143s | ^^^^^^^^^^^^^^^^^^^^^ 143s | 143s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 143s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 143s = note: see for more information about checking conditional configuration 143s 143s warning: unexpected `cfg` condition value: `rust_1_40` 143s --> /tmp/tmp.NXlPamSelc/registry/target-lexicon-0.12.14/src/targets.rs:801:12 143s | 143s 801 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 143s | ^^^^^^^^^^^^^^^^^^^^^ 143s | 143s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 143s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 143s = note: see for more information about checking conditional configuration 143s 143s Compiling toml_datetime v0.6.8 143s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=toml_datetime CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/toml_datetime-0.6.8 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/toml_datetime-0.6.8/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A TOML-compatible datetime type' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_datetime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.6.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name toml_datetime --edition=2021 /tmp/tmp.NXlPamSelc/registry/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=f8a60bc8f4facc64 -C extra-filename=-f8a60bc8f4facc64 --out-dir /tmp/tmp.NXlPamSelc/target/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern serde=/tmp/tmp.NXlPamSelc/target/debug/deps/libserde-64c0851ac56a0ce1.rmeta --cap-lints warn` 143s warning: `target-lexicon` (build script) generated 15 warnings 143s Compiling serde_spanned v0.6.7 143s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde_spanned CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/serde_spanned-0.6.7 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/serde_spanned-0.6.7/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Serde-compatible spanned Value' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_spanned CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.6.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name serde_spanned --edition=2021 /tmp/tmp.NXlPamSelc/registry/serde_spanned-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=bb6bf82fb8b7e3e2 -C extra-filename=-bb6bf82fb8b7e3e2 --out-dir /tmp/tmp.NXlPamSelc/target/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern serde=/tmp/tmp.NXlPamSelc/target/debug/deps/libserde-64c0851ac56a0ce1.rmeta --cap-lints warn` 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='' CARGO_FEATURE_DEFAULT=1 CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/target-lexicon-0.12.14 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/target-lexicon-0.12.14/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='Targeting utilities for compilers and related tools' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=target-lexicon CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/target-lexicon' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.NXlPamSelc/target/debug/deps:/tmp/tmp.NXlPamSelc/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.NXlPamSelc/target/debug/build/target-lexicon-bcd17a2af3ef410c/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.NXlPamSelc/target/debug/build/target-lexicon-25364d17e185c4be/build-script-build` 143s [target-lexicon 0.12.14] cargo:rustc-cfg=feature="rust_1_40" 143s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=target_lexicon CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/target-lexicon-0.12.14 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/target-lexicon-0.12.14/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='Targeting utilities for compilers and related tools' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=target-lexicon CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/target-lexicon' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps OUT_DIR=/tmp/tmp.NXlPamSelc/target/debug/build/target-lexicon-bcd17a2af3ef410c/out rustc --crate-name target_lexicon --edition=2018 /tmp/tmp.NXlPamSelc/registry/target-lexicon-0.12.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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=3e1fae5fd9acfad5 -C extra-filename=-3e1fae5fd9acfad5 --out-dir /tmp/tmp.NXlPamSelc/target/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --cap-lints warn --cfg 'feature="rust_1_40"'` 143s Compiling toml_edit v0.22.20 143s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=toml_edit CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/toml_edit-0.22.20 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/toml_edit-0.22.20/Cargo.toml CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name toml_edit --edition=2021 /tmp/tmp.NXlPamSelc/registry/toml_edit-0.22.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=16e4204886ae364a -C extra-filename=-16e4204886ae364a --out-dir /tmp/tmp.NXlPamSelc/target/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern indexmap=/tmp/tmp.NXlPamSelc/target/debug/deps/libindexmap-1e18ac9265fbd6ac.rmeta --extern serde=/tmp/tmp.NXlPamSelc/target/debug/deps/libserde-64c0851ac56a0ce1.rmeta --extern serde_spanned=/tmp/tmp.NXlPamSelc/target/debug/deps/libserde_spanned-bb6bf82fb8b7e3e2.rmeta --extern toml_datetime=/tmp/tmp.NXlPamSelc/target/debug/deps/libtoml_datetime-f8a60bc8f4facc64.rmeta --extern winnow=/tmp/tmp.NXlPamSelc/target/debug/deps/libwinnow-0f17435733cfc3dc.rmeta --cap-lints warn` 143s warning: unexpected `cfg` condition value: `cargo-clippy` 143s --> /tmp/tmp.NXlPamSelc/registry/target-lexicon-0.12.14/src/lib.rs:6:5 143s | 143s 6 | feature = "cargo-clippy", 143s | ^^^^^^^^^^^^^^^^^^^^^^^^ 143s | 143s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 143s = help: consider adding `cargo-clippy` 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: unexpected `cfg` condition value: `rust_1_40` 143s --> /tmp/tmp.NXlPamSelc/registry/target-lexicon-0.12.14/src/data_model.rs:43:12 143s | 143s 43 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 143s | ^^^^^^^^^^^^^^^^^^^^^ 143s | 143s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 143s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 143s = note: see for more information about checking conditional configuration 143s 143s warning: `target-lexicon` (lib) generated 16 warnings (14 duplicates) 143s Compiling smallvec v1.13.2 143s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/smallvec-1.13.2 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/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.NXlPamSelc/target/debug/deps rustc --crate-name smallvec --edition=2018 /tmp/tmp.NXlPamSelc/registry/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=f7f5371280a70ca7 -C extra-filename=-f7f5371280a70ca7 --out-dir /tmp/tmp.NXlPamSelc/target/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --cap-lints warn` 144s Compiling heck v0.4.1 144s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=heck CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/heck-0.4.1 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/heck-0.4.1/Cargo.toml CARGO_PKG_AUTHORS='Without Boats ' CARGO_PKG_DESCRIPTION='heck is a case conversion library.' CARGO_PKG_HOMEPAGE='https://github.com/withoutboats/heck' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heck CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/withoutboats/heck' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name heck --edition=2018 /tmp/tmp.NXlPamSelc/registry/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=780ed41701172964 -C extra-filename=-780ed41701172964 --out-dir /tmp/tmp.NXlPamSelc/target/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --cap-lints warn` 144s Compiling cfg-expr v0.15.8 144s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=cfg_expr CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/cfg-expr-0.15.8 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/cfg-expr-0.15.8/Cargo.toml CARGO_PKG_AUTHORS='Embark :Jake Shadle ' CARGO_PKG_DESCRIPTION='A parser and evaluator for Rust `cfg()` expressions.' CARGO_PKG_HOMEPAGE='https://github.com/EmbarkStudios/cfg-expr' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-expr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/EmbarkStudios/cfg-expr' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=0.15.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name cfg_expr --edition=2021 /tmp/tmp.NXlPamSelc/registry/cfg-expr-0.15.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="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=4c9dfc41aae878a8 -C extra-filename=-4c9dfc41aae878a8 --out-dir /tmp/tmp.NXlPamSelc/target/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern smallvec=/tmp/tmp.NXlPamSelc/target/debug/deps/libsmallvec-f7f5371280a70ca7.rmeta --extern target_lexicon=/tmp/tmp.NXlPamSelc/target/debug/deps/libtarget_lexicon-3e1fae5fd9acfad5.rmeta --cap-lints warn` 144s Compiling version-compare v0.1.1 144s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=version_compare CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/version-compare-0.1.1 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/version-compare-0.1.1/Cargo.toml CARGO_PKG_AUTHORS='Tim Visee <3a4fb3964f@sinenomine.email>' CARGO_PKG_DESCRIPTION='Rust library to easily compare version numbers with no specific format, and test against various comparison operators.' CARGO_PKG_HOMEPAGE='https://timvisee.com/projects/version-compare/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=version-compare CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/timvisee/version-compare' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name version_compare --edition=2018 /tmp/tmp.NXlPamSelc/registry/version-compare-0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ede63bb61298945c -C extra-filename=-ede63bb61298945c --out-dir /tmp/tmp.NXlPamSelc/target/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --cap-lints warn` 144s warning: unexpected `cfg` condition name: `tarpaulin` 144s --> /tmp/tmp.NXlPamSelc/registry/version-compare-0.1.1/src/cmp.rs:320:12 144s | 144s 320 | #[cfg_attr(tarpaulin, skip)] 144s | ^^^^^^^^^ 144s | 144s = 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` 144s = help: consider using a Cargo feature instead 144s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 144s [lints.rust] 144s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] } 144s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs` 144s = note: see for more information about checking conditional configuration 144s = note: `#[warn(unexpected_cfgs)]` on by default 144s 144s warning: unexpected `cfg` condition name: `tarpaulin` 144s --> /tmp/tmp.NXlPamSelc/registry/version-compare-0.1.1/src/compare.rs:66:12 144s | 144s 66 | #[cfg_attr(tarpaulin, skip)] 144s | ^^^^^^^^^ 144s | 144s = help: consider using a Cargo feature instead 144s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 144s [lints.rust] 144s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] } 144s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs` 144s = note: see for more information about checking conditional configuration 144s 144s warning: unexpected `cfg` condition name: `tarpaulin` 144s --> /tmp/tmp.NXlPamSelc/registry/version-compare-0.1.1/src/manifest.rs:58:12 144s | 144s 58 | #[cfg_attr(tarpaulin, skip)] 144s | ^^^^^^^^^ 144s | 144s = help: consider using a Cargo feature instead 144s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 144s [lints.rust] 144s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] } 144s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs` 144s = note: see for more information about checking conditional configuration 144s 144s warning: unexpected `cfg` condition name: `tarpaulin` 144s --> /tmp/tmp.NXlPamSelc/registry/version-compare-0.1.1/src/part.rs:34:12 144s | 144s 34 | #[cfg_attr(tarpaulin, skip)] 144s | ^^^^^^^^^ 144s | 144s = help: consider using a Cargo feature instead 144s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 144s [lints.rust] 144s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] } 144s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs` 144s = note: see for more information about checking conditional configuration 144s 144s warning: unexpected `cfg` condition name: `tarpaulin` 144s --> /tmp/tmp.NXlPamSelc/registry/version-compare-0.1.1/src/version.rs:462:12 144s | 144s 462 | #[cfg_attr(tarpaulin, skip)] 144s | ^^^^^^^^^ 144s | 144s = help: consider using a Cargo feature instead 144s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 144s [lints.rust] 144s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] } 144s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs` 144s = note: see for more information about checking conditional configuration 144s 145s warning: `version-compare` (lib) generated 5 warnings 145s Compiling pkg-config v0.3.31 145s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=pkg_config CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/pkg-config-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/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 145s Cargo build scripts. 145s ' 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.NXlPamSelc/target/debug/deps rustc --crate-name pkg_config --edition=2018 /tmp/tmp.NXlPamSelc/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.NXlPamSelc/target/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --cap-lints warn` 145s warning: unreachable expression 145s --> /tmp/tmp.NXlPamSelc/registry/pkg-config-0.3.31/src/lib.rs:596:9 145s | 145s 592 | return true; 145s | ----------- any code following this expression is unreachable 145s ... 145s 596 | / match self.targeted_env_var("PKG_CONFIG_ALLOW_CROSS") { 145s 597 | | // don't use pkg-config if explicitly disabled 145s 598 | | Some(ref val) if val == "0" => false, 145s 599 | | Some(_) => true, 145s ... | 145s 605 | | } 145s 606 | | } 145s | |_________^ unreachable expression 145s | 145s = note: `#[warn(unreachable_code)]` on by default 145s 145s warning: `pkg-config` (lib) generated 1 warning 145s Compiling toml v0.8.19 145s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=toml CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/toml-0.8.19 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/toml-0.8.19/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A native Rust encoder and decoder of TOML-formatted files and streams. Provides 145s implementations of the standard Serialize/Deserialize traits for TOML data to 145s facilitate deserializing and serializing Rust structures. 145s ' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.8.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name toml --edition=2021 /tmp/tmp.NXlPamSelc/registry/toml-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=3dcb236086e4a66e -C extra-filename=-3dcb236086e4a66e --out-dir /tmp/tmp.NXlPamSelc/target/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern serde=/tmp/tmp.NXlPamSelc/target/debug/deps/libserde-64c0851ac56a0ce1.rmeta --extern serde_spanned=/tmp/tmp.NXlPamSelc/target/debug/deps/libserde_spanned-bb6bf82fb8b7e3e2.rmeta --extern toml_datetime=/tmp/tmp.NXlPamSelc/target/debug/deps/libtoml_datetime-f8a60bc8f4facc64.rmeta --extern toml_edit=/tmp/tmp.NXlPamSelc/target/debug/deps/libtoml_edit-16e4204886ae364a.rmeta --cap-lints warn` 145s warning: unused import: `std::fmt` 145s --> /tmp/tmp.NXlPamSelc/registry/toml-0.8.19/src/table.rs:1:5 145s | 145s 1 | use std::fmt; 145s | ^^^^^^^^ 145s | 145s = note: `#[warn(unused_imports)]` on by default 145s 146s warning: `toml` (lib) generated 1 warning 146s Compiling system-deps v7.0.2 146s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=system_deps CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/system-deps-7.0.2 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/system-deps-7.0.2/Cargo.toml CARGO_PKG_AUTHORS='Guillaume Desmottes :Josh Triplett ' CARGO_PKG_DESCRIPTION='Discover and configure system dependencies from declarative dependencies in Cargo.toml' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=system-deps CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gdesmott/system-deps' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=7.0.2 CARGO_PKG_VERSION_MAJOR=7 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name system_deps --edition=2018 /tmp/tmp.NXlPamSelc/registry/system-deps-7.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=df5512f70260f2a1 -C extra-filename=-df5512f70260f2a1 --out-dir /tmp/tmp.NXlPamSelc/target/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern cfg_expr=/tmp/tmp.NXlPamSelc/target/debug/deps/libcfg_expr-4c9dfc41aae878a8.rmeta --extern heck=/tmp/tmp.NXlPamSelc/target/debug/deps/libheck-780ed41701172964.rmeta --extern pkg_config=/tmp/tmp.NXlPamSelc/target/debug/deps/libpkg_config-f20a1c89e2145860.rmeta --extern toml=/tmp/tmp.NXlPamSelc/target/debug/deps/libtoml-3dcb236086e4a66e.rmeta --extern version_compare=/tmp/tmp.NXlPamSelc/target/debug/deps/libversion_compare-ede63bb61298945c.rmeta --cap-lints warn` 147s Compiling proc-macro2 v1.0.92 147s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/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.NXlPamSelc/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.NXlPamSelc/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.NXlPamSelc/target/debug/build/proc-macro2-3832f39696f3f5db -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --cap-lints warn` 148s Compiling autocfg v1.1.0 148s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/autocfg-1.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/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.NXlPamSelc/target/debug/deps rustc --crate-name autocfg --edition=2015 /tmp/tmp.NXlPamSelc/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.NXlPamSelc/target/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --cap-lints warn` 148s 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.NXlPamSelc/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/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.NXlPamSelc/target/debug/deps:/tmp/tmp.NXlPamSelc/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.NXlPamSelc/target/debug/build/proc-macro2-b8c68c67c59c8657/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.NXlPamSelc/target/debug/build/proc-macro2-3832f39696f3f5db/build-script-build` 148s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(fuzzing) 148s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_is_available) 148s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_byte_character) 148s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_c_string) 148s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_source_text) 148s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(proc_macro_span) 148s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) 148s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) 148s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) 148s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(randomize_layout) 148s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(span_locations) 148s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(super_unstable) 148s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(wrap_proc_macro) 148s [proc-macro2 1.0.92] cargo:rerun-if-changed=build/probe.rs 148s [proc-macro2 1.0.92] cargo:rustc-cfg=wrap_proc_macro 148s [proc-macro2 1.0.92] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 148s Compiling libc v0.2.169 148s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. 148s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.NXlPamSelc/registry/libc-0.2.169/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=281f50e119612eba -C extra-filename=-281f50e119612eba --out-dir /tmp/tmp.NXlPamSelc/target/debug/build/libc-281f50e119612eba -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --cap-lints warn` 148s Compiling unicode-ident v1.0.13 148s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/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.NXlPamSelc/target/debug/deps rustc --crate-name unicode_ident --edition=2018 /tmp/tmp.NXlPamSelc/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.NXlPamSelc/target/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --cap-lints warn` 148s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/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.NXlPamSelc/target/debug/deps OUT_DIR=/tmp/tmp.NXlPamSelc/target/debug/build/proc-macro2-b8c68c67c59c8657/out rustc --crate-name proc_macro2 --edition=2021 /tmp/tmp.NXlPamSelc/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.NXlPamSelc/target/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern unicode_ident=/tmp/tmp.NXlPamSelc/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)'` 148s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. 148s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.NXlPamSelc/target/debug/deps:/tmp/tmp.NXlPamSelc/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/build/libc-3f83b68379fefaf9/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.NXlPamSelc/target/debug/build/libc-281f50e119612eba/build-script-build` 148s [libc 0.2.169] cargo:rerun-if-changed=build.rs 149s [libc 0.2.169] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION 149s [libc 0.2.169] cargo:rustc-cfg=freebsd11 149s [libc 0.2.169] cargo:rustc-cfg=libc_const_extern_fn 149s [libc 0.2.169] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) 149s [libc 0.2.169] cargo:rustc-check-cfg=cfg(espidf_time32) 149s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd10) 149s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd11) 149s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd12) 149s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd13) 149s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd14) 149s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd15) 149s [libc 0.2.169] cargo:rustc-check-cfg=cfg(gnu_time64_abi) 149s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) 149s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_deny_warnings) 149s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_thread_local) 149s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_ctest) 149s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) 149s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) 149s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) 149s Compiling glib-sys v0.20.7 149s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/glib-sys-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/glib-sys-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libglib-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glib-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.NXlPamSelc/registry/glib-sys-0.20.7/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("v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82", "v2_84"))' -C metadata=e76b494fc2db9ea9 -C extra-filename=-e76b494fc2db9ea9 --out-dir /tmp/tmp.NXlPamSelc/target/debug/build/glib-sys-e76b494fc2db9ea9 -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern system_deps=/tmp/tmp.NXlPamSelc/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 149s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/glib-sys-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/glib-sys-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libglib-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glib-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.NXlPamSelc/target/debug/deps:/tmp/tmp.NXlPamSelc/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/build/glib-sys-352789a9aca33e1d/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.NXlPamSelc/target/debug/build/glib-sys-e76b494fc2db9ea9/build-script-build` 149s [glib-sys 0.20.7] cargo:rerun-if-changed=/tmp/tmp.NXlPamSelc/registry/glib-sys-0.20.7/Cargo.toml 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=GLIB_2.0_NO_PKG_CONFIG 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSROOT 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=GOBJECT_2.0_NO_PKG_CONFIG 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSROOT 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 149s [glib-sys 0.20.7] cargo:rustc-link-lib=glib-2.0 149s [glib-sys 0.20.7] cargo:rustc-link-lib=gobject-2.0 149s [glib-sys 0.20.7] cargo:rustc-link-lib=glib-2.0 149s [glib-sys 0.20.7] cargo:include=/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6:/usr/include:/usr/include:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_LIB 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_LIB_FRAMEWORK 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_SEARCH_NATIVE 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_SEARCH_FRAMEWORK 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_INCLUDE 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_LDFLAGS 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_NO_PKG_CONFIG 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_BUILD_INTERNAL 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_LINK 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LIB 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LIB_FRAMEWORK 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_SEARCH_NATIVE 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_SEARCH_FRAMEWORK 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_INCLUDE 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LDFLAGS 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_NO_PKG_CONFIG 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_BUILD_INTERNAL 149s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LINK 149s [glib-sys 0.20.7] 149s [glib-sys 0.20.7] cargo:rustc-cfg=system_deps_have_glib_2_0 149s [glib-sys 0.20.7] cargo:rustc-cfg=system_deps_have_gobject_2_0 149s Compiling quote v1.0.37 149s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/quote-1.0.37 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/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.NXlPamSelc/target/debug/deps rustc --crate-name quote --edition=2018 /tmp/tmp.NXlPamSelc/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.NXlPamSelc/target/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern proc_macro2=/tmp/tmp.NXlPamSelc/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --cap-lints warn` 149s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/libc-0.2.169/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc. 149s ' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.2.169 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=169 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps OUT_DIR=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/build/libc-3f83b68379fefaf9/out rustc --crate-name libc --edition=2021 /tmp/tmp.NXlPamSelc/registry/libc-0.2.169/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=5c144d8f845513d1 -C extra-filename=-5c144d8f845513d1 --out-dir /tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.NXlPamSelc/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"))'` 149s warning: unused import: `crate::ntptimeval` 149s --> /usr/share/cargo/registry/libc-0.2.169/src/unix/linux_like/linux/gnu/b64/mod.rs:5:5 149s | 149s 5 | use crate::ntptimeval; 149s | ^^^^^^^^^^^^^^^^^ 149s | 149s = note: `#[warn(unused_imports)]` on by default 149s 149s Compiling gobject-sys v0.20.7 149s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/gobject-sys-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/gobject-sys-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libgobject-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gobject-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.NXlPamSelc/registry/gobject-sys-0.20.7/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("v2_58", "v2_62", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82"))' -C metadata=badf85930359f815 -C extra-filename=-badf85930359f815 --out-dir /tmp/tmp.NXlPamSelc/target/debug/build/gobject-sys-badf85930359f815 -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern system_deps=/tmp/tmp.NXlPamSelc/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 150s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 150s | 150s = note: this feature is not stably supported; its behavior can change in the future 150s 150s warning: `libc` (lib) generated 2 warnings 150s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=glib_sys CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/glib-sys-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/glib-sys-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libglib-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glib-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps OUT_DIR=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/build/glib-sys-352789a9aca33e1d/out rustc --crate-name glib_sys --edition=2021 /tmp/tmp.NXlPamSelc/registry/glib-sys-0.20.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82", "v2_84"))' -C metadata=04da964d550d191e -C extra-filename=-04da964d550d191e --out-dir /tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern libc=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l glib-2.0 -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_glib_2_0 --cfg system_deps_have_gobject_2_0` 150s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/gobject-sys-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/gobject-sys-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libgobject-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gobject-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.NXlPamSelc/target/debug/deps:/tmp/tmp.NXlPamSelc/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/build/gobject-sys-28e6444424201f24/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.NXlPamSelc/target/debug/build/gobject-sys-badf85930359f815/build-script-build` 150s [gobject-sys 0.20.7] cargo:rerun-if-changed=/tmp/tmp.NXlPamSelc/registry/gobject-sys-0.20.7/Cargo.toml 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=GOBJECT_2.0_NO_PKG_CONFIG 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSROOT 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 150s [gobject-sys 0.20.7] cargo:rustc-link-lib=gobject-2.0 150s [gobject-sys 0.20.7] cargo:rustc-link-lib=glib-2.0 150s [gobject-sys 0.20.7] cargo:include=/usr/include:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LIB 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LIB_FRAMEWORK 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_SEARCH_NATIVE 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_SEARCH_FRAMEWORK 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_INCLUDE 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LDFLAGS 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_NO_PKG_CONFIG 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_BUILD_INTERNAL 150s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LINK 150s [gobject-sys 0.20.7] 150s [gobject-sys 0.20.7] cargo:rustc-cfg=system_deps_have_gobject_2_0 150s Compiling syn v2.0.96 150s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/syn-2.0.96 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/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.NXlPamSelc/target/debug/deps rustc --crate-name syn --edition=2021 /tmp/tmp.NXlPamSelc/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.NXlPamSelc/target/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern proc_macro2=/tmp/tmp.NXlPamSelc/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --extern quote=/tmp/tmp.NXlPamSelc/target/debug/deps/libquote-dc92c6f25ee0f0c6.rmeta --extern unicode_ident=/tmp/tmp.NXlPamSelc/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn` 150s warning: `glib-sys` (lib) generated 1 warning (1 duplicate) 150s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gobject_sys CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/gobject-sys-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/gobject-sys-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libgobject-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gobject-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps OUT_DIR=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/build/gobject-sys-28e6444424201f24/out rustc --crate-name gobject_sys --edition=2021 /tmp/tmp.NXlPamSelc/registry/gobject-sys-0.20.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v2_58", "v2_62", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82"))' -C metadata=f020968d087cf1e8 -C extra-filename=-f020968d087cf1e8 --out-dir /tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern glib_sys=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern libc=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_gobject_2_0` 151s warning: `gobject-sys` (lib) generated 1 warning (1 duplicate) 151s Compiling slab v0.4.9 151s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/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.NXlPamSelc/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.NXlPamSelc/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.NXlPamSelc/target/debug/build/slab-95cba3e02497b263 -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern autocfg=/tmp/tmp.NXlPamSelc/target/debug/deps/libautocfg-9ebcd9511383083c.rlib --cap-lints warn` 151s Compiling gstreamer-sys v0.23.0 151s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/gstreamer-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/gstreamer-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstreamer-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.NXlPamSelc/registry/gstreamer-sys-0.23.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_18_3"' --cfg 'feature="v1_20"' --cfg 'feature="v1_20_4"' --cfg 'feature="v1_22"' --cfg 'feature="v1_24"' --cfg 'feature="v1_26"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_16", "v1_18", "v1_18_3", "v1_20", "v1_20_4", "v1_22", "v1_24", "v1_26"))' -C metadata=1f37b6428d387d4b -C extra-filename=-1f37b6428d387d4b --out-dir /tmp/tmp.NXlPamSelc/target/debug/build/gstreamer-sys-1f37b6428d387d4b -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern system_deps=/tmp/tmp.NXlPamSelc/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 151s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_V1_16=1 CARGO_FEATURE_V1_18=1 CARGO_FEATURE_V1_18_3=1 CARGO_FEATURE_V1_20=1 CARGO_FEATURE_V1_20_4=1 CARGO_FEATURE_V1_22=1 CARGO_FEATURE_V1_24=1 CARGO_FEATURE_V1_26=1 CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/gstreamer-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/gstreamer-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstreamer-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.NXlPamSelc/target/debug/deps:/tmp/tmp.NXlPamSelc/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/build/gstreamer-sys-1d4998652f4ec36b/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.NXlPamSelc/target/debug/build/gstreamer-sys-1f37b6428d387d4b/build-script-build` 151s [gstreamer-sys 0.23.0] cargo:rerun-if-changed=/tmp/tmp.NXlPamSelc/registry/gstreamer-sys-0.23.0/Cargo.toml 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=GSTREAMER_1.0_NO_PKG_CONFIG 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSROOT 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 151s [gstreamer-sys 0.23.0] cargo:rustc-link-lib=gstreamer-1.0 151s [gstreamer-sys 0.23.0] cargo:rustc-link-lib=gobject-2.0 151s [gstreamer-sys 0.23.0] cargo:rustc-link-lib=glib-2.0 151s [gstreamer-sys 0.23.0] cargo:include=/usr/include/gstreamer-1.0:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6:/usr/include 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_LIB 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_LIB_FRAMEWORK 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_SEARCH_NATIVE 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_SEARCH_FRAMEWORK 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_INCLUDE 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_LDFLAGS 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_NO_PKG_CONFIG 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_BUILD_INTERNAL 151s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_LINK 151s [gstreamer-sys 0.23.0] 151s [gstreamer-sys 0.23.0] cargo:rustc-cfg=system_deps_have_gstreamer_1_0 151s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/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.NXlPamSelc/target/debug/deps:/tmp/tmp.NXlPamSelc/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/build/slab-2c89ee66d35953a1/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.NXlPamSelc/target/debug/build/slab-95cba3e02497b263/build-script-build` 151s [slab 0.4.9] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 151s [slab 0.4.9] | 151s [slab 0.4.9] = note: this feature is not stably supported; its behavior can change in the future 151s [slab 0.4.9] 151s [slab 0.4.9] warning: 1 warning emitted 151s [slab 0.4.9] 151s Compiling num-traits v0.2.19 151s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.NXlPamSelc/registry/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=df063271a742dcb0 -C extra-filename=-df063271a742dcb0 --out-dir /tmp/tmp.NXlPamSelc/target/debug/build/num-traits-df063271a742dcb0 -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern autocfg=/tmp/tmp.NXlPamSelc/target/debug/deps/libautocfg-9ebcd9511383083c.rlib --cap-lints warn` 152s Compiling futures-core v0.3.31 152s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_core CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/futures-core-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/futures-core-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The core traits and types in for the `futures` library. 152s ' 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.NXlPamSelc/target/debug/deps rustc --crate-name futures_core --edition=2018 /tmp/tmp.NXlPamSelc/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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=8d305950da6bf5c8 -C extra-filename=-8d305950da6bf5c8 --out-dir /tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 153s warning: `futures-core` (lib) generated 1 warning (1 duplicate) 153s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_I128=1 CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.NXlPamSelc/target/debug/deps:/tmp/tmp.NXlPamSelc/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/build/num-traits-e7e75256e08cb60b/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.NXlPamSelc/target/debug/build/num-traits-df063271a742dcb0/build-script-build` 153s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 153s [num-traits 0.2.19] | 153s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 153s [num-traits 0.2.19] 153s [num-traits 0.2.19] warning: 1 warning emitted 153s [num-traits 0.2.19] 153s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 153s [num-traits 0.2.19] | 153s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 153s [num-traits 0.2.19] 153s [num-traits 0.2.19] warning: 1 warning emitted 153s [num-traits 0.2.19] 153s [num-traits 0.2.19] cargo:rustc-cfg=has_total_cmp 153s [num-traits 0.2.19] cargo:rerun-if-changed=build.rs 153s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=slab CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/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.NXlPamSelc/target/debug/deps OUT_DIR=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/build/slab-2c89ee66d35953a1/out rustc --crate-name slab --edition=2018 /tmp/tmp.NXlPamSelc/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.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 153s warning: unexpected `cfg` condition name: `slab_no_const_vec_new` 153s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:250:15 153s | 153s 250 | #[cfg(not(slab_no_const_vec_new))] 153s | ^^^^^^^^^^^^^^^^^^^^^ 153s | 153s = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` 153s = help: consider using a Cargo feature instead 153s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 153s [lints.rust] 153s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_const_vec_new)'] } 153s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_const_vec_new)");` to the top of the `build.rs` 153s = note: see for more information about checking conditional configuration 153s = note: `#[warn(unexpected_cfgs)]` on by default 153s 153s warning: unexpected `cfg` condition name: `slab_no_const_vec_new` 153s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:264:11 153s | 153s 264 | #[cfg(slab_no_const_vec_new)] 153s | ^^^^^^^^^^^^^^^^^^^^^ 153s | 153s = help: consider using a Cargo feature instead 153s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 153s [lints.rust] 153s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_const_vec_new)'] } 153s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_const_vec_new)");` to the top of the `build.rs` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition name: `slab_no_track_caller` 153s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:929:20 153s | 153s 929 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 153s | ^^^^^^^^^^^^^^^^^^^^ 153s | 153s = help: consider using a Cargo feature instead 153s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 153s [lints.rust] 153s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 153s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition name: `slab_no_track_caller` 153s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1098:20 153s | 153s 1098 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 153s | ^^^^^^^^^^^^^^^^^^^^ 153s | 153s = help: consider using a Cargo feature instead 153s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 153s [lints.rust] 153s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 153s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition name: `slab_no_track_caller` 153s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1206:20 153s | 153s 1206 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 153s | ^^^^^^^^^^^^^^^^^^^^ 153s | 153s = help: consider using a Cargo feature instead 153s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 153s [lints.rust] 153s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 153s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 153s = note: see for more information about checking conditional configuration 153s 153s warning: unexpected `cfg` condition name: `slab_no_track_caller` 153s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1216:20 153s | 153s 1216 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 153s | ^^^^^^^^^^^^^^^^^^^^ 153s | 153s = help: consider using a Cargo feature instead 153s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 153s [lints.rust] 153s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 153s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 153s = note: see for more information about checking conditional configuration 153s 153s warning: `slab` (lib) generated 7 warnings (1 duplicate) 153s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_sys CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/gstreamer-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/gstreamer-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstreamer-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps OUT_DIR=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/build/gstreamer-sys-1d4998652f4ec36b/out rustc --crate-name gstreamer_sys --edition=2021 /tmp/tmp.NXlPamSelc/registry/gstreamer-sys-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_18_3"' --cfg 'feature="v1_20"' --cfg 'feature="v1_20_4"' --cfg 'feature="v1_22"' --cfg 'feature="v1_24"' --cfg 'feature="v1_26"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_16", "v1_18", "v1_18_3", "v1_20", "v1_20_4", "v1_22", "v1_24", "v1_26"))' -C metadata=15e6cee28c986cd8 -C extra-filename=-15e6cee28c986cd8 --out-dir /tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern glib_sys=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern gobject_sys=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/libgobject_sys-f020968d087cf1e8.rmeta --extern libc=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l gstreamer-1.0 -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_gstreamer_1_0` 153s warning: `gstreamer-sys` (lib) generated 1 warning (1 duplicate) 153s Compiling gio-sys v0.20.8 153s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/gio-sys-0.20.8 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/gio-sys-0.20.8/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libgio-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gio-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.NXlPamSelc/registry/gio-sys-0.20.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("v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82", "v2_84"))' -C metadata=fa8bb799a92b9aec -C extra-filename=-fa8bb799a92b9aec --out-dir /tmp/tmp.NXlPamSelc/target/debug/build/gio-sys-fa8bb799a92b9aec -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern system_deps=/tmp/tmp.NXlPamSelc/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 154s Compiling gstreamer-base-sys v0.23.0 154s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/gstreamer-base-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/gstreamer-base-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstbase-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-base-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.NXlPamSelc/registry/gstreamer-base-sys-0.23.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_14_1"' --cfg 'feature="v1_14_3"' --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_20"' --cfg 'feature="v1_22"' --cfg 'feature="v1_24"' --cfg 'feature="v1_26"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_14_1", "v1_14_3", "v1_16", "v1_18", "v1_20", "v1_22", "v1_24", "v1_26"))' -C metadata=b4860a1ecd1aeb1f -C extra-filename=-b4860a1ecd1aeb1f --out-dir /tmp/tmp.NXlPamSelc/target/debug/build/gstreamer-base-sys-b4860a1ecd1aeb1f -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern system_deps=/tmp/tmp.NXlPamSelc/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 154s Compiling pin-project-lite v0.2.13 154s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=pin_project_lite CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/pin-project-lite-0.2.13 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/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. 154s ' 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.NXlPamSelc/target/debug/deps rustc --crate-name pin_project_lite --edition=2018 /tmp/tmp.NXlPamSelc/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.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 154s warning: `pin-project-lite` (lib) generated 1 warning (1 duplicate) 154s Compiling paste v1.0.15 154s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/paste-1.0.15 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/paste-1.0.15/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Macros for all your token pasting needs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=paste CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/paste' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.15 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.NXlPamSelc/registry/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1df94c291fa3c93b -C extra-filename=-1df94c291fa3c93b --out-dir /tmp/tmp.NXlPamSelc/target/debug/build/paste-1df94c291fa3c93b -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --cap-lints warn` 155s Compiling pin-utils v0.1.0 155s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=pin_utils CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/pin-utils-0.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/pin-utils-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Josef Brandl ' CARGO_PKG_DESCRIPTION='Utilities for pinning 155s ' 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.NXlPamSelc/target/debug/deps rustc --crate-name pin_utils --edition=2018 /tmp/tmp.NXlPamSelc/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.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 155s warning: `pin-utils` (lib) generated 1 warning (1 duplicate) 155s Compiling futures-task v0.3.31 155s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_task CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/futures-task-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/futures-task-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Tools for working with tasks. 155s ' 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.NXlPamSelc/target/debug/deps rustc --crate-name futures_task --edition=2018 /tmp/tmp.NXlPamSelc/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.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 155s warning: `futures-task` (lib) generated 1 warning (1 duplicate) 155s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/paste-1.0.15 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/paste-1.0.15/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Macros for all your token pasting needs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=paste CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/paste' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.15 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.NXlPamSelc/target/debug/deps:/tmp/tmp.NXlPamSelc/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.NXlPamSelc/target/debug/build/paste-93337411b64beae9/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.NXlPamSelc/target/debug/build/paste-1df94c291fa3c93b/build-script-build` 155s [paste 1.0.15] cargo:rerun-if-changed=build.rs 155s [paste 1.0.15] cargo:rustc-check-cfg=cfg(no_literal_fromstr) 155s [paste 1.0.15] cargo:rustc-check-cfg=cfg(feature, values("protocol_feature_paste")) 155s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_V1_14_1=1 CARGO_FEATURE_V1_14_3=1 CARGO_FEATURE_V1_16=1 CARGO_FEATURE_V1_18=1 CARGO_FEATURE_V1_20=1 CARGO_FEATURE_V1_22=1 CARGO_FEATURE_V1_24=1 CARGO_FEATURE_V1_26=1 CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/gstreamer-base-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/gstreamer-base-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstbase-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-base-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.NXlPamSelc/target/debug/deps:/tmp/tmp.NXlPamSelc/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/build/gstreamer-base-sys-fb06a61b08d940e1/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.NXlPamSelc/target/debug/build/gstreamer-base-sys-b4860a1ecd1aeb1f/build-script-build` 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-changed=/tmp/tmp.NXlPamSelc/registry/gstreamer-base-sys-0.23.0/Cargo.toml 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=GSTREAMER_BASE_1.0_NO_PKG_CONFIG 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSROOT 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 155s [gstreamer-base-sys 0.23.0] cargo:rustc-link-lib=gstbase-1.0 155s [gstreamer-base-sys 0.23.0] cargo:rustc-link-lib=gstreamer-1.0 155s [gstreamer-base-sys 0.23.0] cargo:rustc-link-lib=gobject-2.0 155s [gstreamer-base-sys 0.23.0] cargo:rustc-link-lib=glib-2.0 155s [gstreamer-base-sys 0.23.0] cargo:include=/usr/include/gstreamer-1.0:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6:/usr/include 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_LIB 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_LIB_FRAMEWORK 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_SEARCH_NATIVE 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_SEARCH_FRAMEWORK 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_INCLUDE 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_LDFLAGS 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_NO_PKG_CONFIG 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_BUILD_INTERNAL 155s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_LINK 155s [gstreamer-base-sys 0.23.0] 155s [gstreamer-base-sys 0.23.0] cargo:rustc-cfg=system_deps_have_gstreamer_base_1_0 155s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/gio-sys-0.20.8 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/gio-sys-0.20.8/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libgio-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gio-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.NXlPamSelc/target/debug/deps:/tmp/tmp.NXlPamSelc/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/build/gio-sys-0011c5829155f9ef/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.NXlPamSelc/target/debug/build/gio-sys-fa8bb799a92b9aec/build-script-build` 155s [gio-sys 0.20.8] cargo:rerun-if-changed=/tmp/tmp.NXlPamSelc/registry/gio-sys-0.20.8/Cargo.toml 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=GIO_2.0_NO_PKG_CONFIG 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSROOT 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 155s [gio-sys 0.20.8] cargo:rustc-link-lib=gio-2.0 155s [gio-sys 0.20.8] cargo:rustc-link-lib=gobject-2.0 155s [gio-sys 0.20.8] cargo:rustc-link-lib=glib-2.0 155s [gio-sys 0.20.8] cargo:include=/usr/include:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6:/usr/include/libmount:/usr/include/blkid 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_LIB 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_LIB_FRAMEWORK 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_SEARCH_NATIVE 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_SEARCH_FRAMEWORK 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_INCLUDE 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_LDFLAGS 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_NO_PKG_CONFIG 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_BUILD_INTERNAL 155s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_LINK 155s [gio-sys 0.20.8] 155s [gio-sys 0.20.8] cargo:rustc-cfg=system_deps_have_gio_2_0 155s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_traits CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps OUT_DIR=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/build/num-traits-e7e75256e08cb60b/out rustc --crate-name num_traits --edition=2021 /tmp/tmp.NXlPamSelc/registry/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=7a252d39be81ec7b -C extra-filename=-7a252d39be81ec7b --out-dir /tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg has_total_cmp` 155s warning: unexpected `cfg` condition name: `has_total_cmp` 155s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 155s | 155s 2305 | #[cfg(has_total_cmp)] 155s | ^^^^^^^^^^^^^ 155s ... 155s 2325 | totalorder_impl!(f64, i64, u64, 64); 155s | ----------------------------------- in this macro invocation 155s | 155s = 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` 155s = help: consider using a Cargo feature instead 155s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 155s [lints.rust] 155s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 155s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 155s = note: see for more information about checking conditional configuration 155s = note: `#[warn(unexpected_cfgs)]` on by default 155s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 155s 155s warning: unexpected `cfg` condition name: `has_total_cmp` 155s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 155s | 155s 2311 | #[cfg(not(has_total_cmp))] 155s | ^^^^^^^^^^^^^ 155s ... 155s 2325 | totalorder_impl!(f64, i64, u64, 64); 155s | ----------------------------------- in this macro invocation 155s | 155s = help: consider using a Cargo feature instead 155s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 155s [lints.rust] 155s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 155s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 155s = note: see for more information about checking conditional configuration 155s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 155s 155s warning: unexpected `cfg` condition name: `has_total_cmp` 155s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 155s | 155s 2305 | #[cfg(has_total_cmp)] 155s | ^^^^^^^^^^^^^ 155s ... 155s 2326 | totalorder_impl!(f32, i32, u32, 32); 155s | ----------------------------------- in this macro invocation 155s | 155s = help: consider using a Cargo feature instead 155s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 155s [lints.rust] 155s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 155s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 155s = note: see for more information about checking conditional configuration 155s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 155s 155s warning: unexpected `cfg` condition name: `has_total_cmp` 155s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 155s | 155s 2311 | #[cfg(not(has_total_cmp))] 155s | ^^^^^^^^^^^^^ 155s ... 155s 2326 | totalorder_impl!(f32, i32, u32, 32); 155s | ----------------------------------- in this macro invocation 155s | 155s = help: consider using a Cargo feature instead 155s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 155s [lints.rust] 155s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 155s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 155s = note: see for more information about checking conditional configuration 155s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 155s 156s warning: `num-traits` (lib) generated 5 warnings (1 duplicate) 156s Compiling proc-macro-crate v3.2.0 156s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proc_macro_crate CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/proc-macro-crate-3.2.0 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/proc-macro-crate-3.2.0/Cargo.toml CARGO_PKG_AUTHORS='Bastian Köcher ' CARGO_PKG_DESCRIPTION='Replacement for crate (macro_rules keyword) in proc-macros 156s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro-crate CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bkchr/proc-macro-crate' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=3.2.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name proc_macro_crate --edition=2021 /tmp/tmp.NXlPamSelc/registry/proc-macro-crate-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=76b8c9685ffc2762 -C extra-filename=-76b8c9685ffc2762 --out-dir /tmp/tmp.NXlPamSelc/target/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern toml_edit=/tmp/tmp.NXlPamSelc/target/debug/deps/libtoml_edit-16e4204886ae364a.rmeta --cap-lints warn` 156s Compiling futures-macro v0.3.31 156s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_macro CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/futures-macro-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/futures-macro-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The futures-rs procedural macro implementations. 156s ' 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.NXlPamSelc/target/debug/deps rustc --crate-name futures_macro --edition=2018 /tmp/tmp.NXlPamSelc/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.NXlPamSelc/target/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern proc_macro2=/tmp/tmp.NXlPamSelc/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.NXlPamSelc/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.NXlPamSelc/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 157s Compiling thiserror v1.0.69 157s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.NXlPamSelc/registry/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dd39d6a520033168 -C extra-filename=-dd39d6a520033168 --out-dir /tmp/tmp.NXlPamSelc/target/debug/build/thiserror-dd39d6a520033168 -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --cap-lints warn` 157s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.NXlPamSelc/target/debug/deps:/tmp/tmp.NXlPamSelc/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/build/thiserror-11349f755e8d8deb/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.NXlPamSelc/target/debug/build/thiserror-dd39d6a520033168/build-script-build` 157s [thiserror 1.0.69] cargo:rerun-if-changed=build/probe.rs 157s [thiserror 1.0.69] cargo:rustc-check-cfg=cfg(error_generic_member_access) 157s [thiserror 1.0.69] cargo:rustc-check-cfg=cfg(thiserror_nightly_testing) 157s [thiserror 1.0.69] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 157s Compiling glib-macros v0.20.7 157s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=glib_macros CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/glib-macros-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/glib-macros-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='Rust bindings for the GLib library, proc macros crate' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glib-macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name glib_macros --edition=2021 /tmp/tmp.NXlPamSelc/registry/glib-macros-0.20.7/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=4f3a8fec6ed8d54d -C extra-filename=-4f3a8fec6ed8d54d --out-dir /tmp/tmp.NXlPamSelc/target/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern heck=/tmp/tmp.NXlPamSelc/target/debug/deps/libheck-780ed41701172964.rlib --extern proc_macro_crate=/tmp/tmp.NXlPamSelc/target/debug/deps/libproc_macro_crate-76b8c9685ffc2762.rlib --extern proc_macro2=/tmp/tmp.NXlPamSelc/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.NXlPamSelc/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.NXlPamSelc/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 158s Compiling futures-util v0.3.31 158s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_util CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/futures-util-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/futures-util-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Common utilities and extension traits for the futures-rs library. 158s ' 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.NXlPamSelc/target/debug/deps rustc --crate-name futures_util --edition=2018 /tmp/tmp.NXlPamSelc/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=55ce86bb324f7494 -C extra-filename=-55ce86bb324f7494 --out-dir /tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern futures_core=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-8d305950da6bf5c8.rmeta --extern futures_macro=/tmp/tmp.NXlPamSelc/target/debug/deps/libfutures_macro-ed93d4d24a8167bf.so --extern futures_task=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-47c3a7d17767e18f.rmeta --extern pin_project_lite=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/libpin_project_lite-5dc815523e98d889.rmeta --extern pin_utils=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/libpin_utils-9646380a39f6bb39.rmeta --extern slab=/tmp/tmp.NXlPamSelc/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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 158s warning: unexpected `cfg` condition value: `compat` 158s --> /usr/share/cargo/registry/futures-util-0.3.31/src/lib.rs:308:7 158s | 158s 308 | #[cfg(feature = "compat")] 158s | ^^^^^^^^^^^^^^^^^^ 158s | 158s = 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` 158s = help: consider adding `compat` as a feature in `Cargo.toml` 158s = note: see for more information about checking conditional configuration 158s = note: requested on the command line with `-W unexpected-cfgs` 158s 158s warning: unexpected `cfg` condition value: `compat` 158s --> /usr/share/cargo/registry/futures-util-0.3.31/src/future/try_future/mod.rs:6:7 158s | 158s 6 | #[cfg(feature = "compat")] 158s | ^^^^^^^^^^^^^^^^^^ 158s | 158s = 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` 158s = help: consider adding `compat` as a feature in `Cargo.toml` 158s = note: see for more information about checking conditional configuration 158s 158s warning: unexpected `cfg` condition value: `compat` 158s --> /usr/share/cargo/registry/futures-util-0.3.31/src/future/try_future/mod.rs:580:11 158s | 158s 580 | #[cfg(feature = "compat")] 158s | ^^^^^^^^^^^^^^^^^^ 158s | 158s = 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` 158s = help: consider adding `compat` as a feature in `Cargo.toml` 158s = note: see for more information about checking conditional configuration 158s 158s warning: unexpected `cfg` condition value: `compat` 158s --> /usr/share/cargo/registry/futures-util-0.3.31/src/stream/try_stream/mod.rs:6:7 158s | 158s 6 | #[cfg(feature = "compat")] 158s | ^^^^^^^^^^^^^^^^^^ 158s | 158s = 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` 158s = help: consider adding `compat` as a feature in `Cargo.toml` 158s = note: see for more information about checking conditional configuration 158s 158s warning: unexpected `cfg` condition value: `compat` 158s --> /usr/share/cargo/registry/futures-util-0.3.31/src/stream/try_stream/mod.rs:1154:11 158s | 158s 1154 | #[cfg(feature = "compat")] 158s | ^^^^^^^^^^^^^^^^^^ 158s | 158s = 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` 158s = help: consider adding `compat` as a feature in `Cargo.toml` 158s = note: see for more information about checking conditional configuration 158s 158s warning: unexpected `cfg` condition value: `compat` 158s --> /usr/share/cargo/registry/futures-util-0.3.31/src/task/spawn.rs:3:7 158s | 158s 3 | #[cfg(feature = "compat")] 158s | ^^^^^^^^^^^^^^^^^^ 158s | 158s = 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` 158s = help: consider adding `compat` as a feature in `Cargo.toml` 158s = note: see for more information about checking conditional configuration 158s 158s warning: unexpected `cfg` condition value: `compat` 158s --> /usr/share/cargo/registry/futures-util-0.3.31/src/task/spawn.rs:92:11 158s | 158s 92 | #[cfg(feature = "compat")] 158s | ^^^^^^^^^^^^^^^^^^ 158s | 158s = 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` 158s = help: consider adding `compat` as a feature in `Cargo.toml` 158s = note: see for more information about checking conditional configuration 158s 160s warning: `futures-util` (lib) generated 8 warnings (1 duplicate) 160s Compiling futures-executor v0.3.31 160s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_executor CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/futures-executor-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/futures-executor-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Executors for asynchronous tasks based on the futures-rs 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-executor CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name futures_executor --edition=2018 /tmp/tmp.NXlPamSelc/registry/futures-executor-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=c6cde650cf25c2af -C extra-filename=-c6cde650cf25c2af --out-dir /tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern futures_core=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-8d305950da6bf5c8.rmeta --extern futures_task=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-47c3a7d17767e18f.rmeta --extern futures_util=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/libfutures_util-55ce86bb324f7494.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 160s warning: `futures-executor` (lib) generated 1 warning (1 duplicate) 160s Compiling thiserror-impl v1.0.69 160s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=thiserror_impl CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/thiserror-impl-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/thiserror-impl-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Implementation detail of the `thiserror` crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror-impl CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name thiserror_impl --edition=2021 /tmp/tmp.NXlPamSelc/registry/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6bde6db1ff27963e -C extra-filename=-6bde6db1ff27963e --out-dir /tmp/tmp.NXlPamSelc/target/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern proc_macro2=/tmp/tmp.NXlPamSelc/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.NXlPamSelc/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.NXlPamSelc/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 163s Compiling num-integer v0.1.46 163s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_integer CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/num-integer-0.1.46 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/num-integer-0.1.46/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Integer traits and functions' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-integer' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-integer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-integer' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.1.46 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=46 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name num_integer --edition=2018 /tmp/tmp.NXlPamSelc/registry/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=370715ab210cefe0 -C extra-filename=-370715ab210cefe0 --out-dir /tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern num_traits=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/libnum_traits-7a252d39be81ec7b.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 163s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gio_sys CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/gio-sys-0.20.8 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/gio-sys-0.20.8/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libgio-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gio-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps OUT_DIR=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/build/gio-sys-0011c5829155f9ef/out rustc --crate-name gio_sys --edition=2021 /tmp/tmp.NXlPamSelc/registry/gio-sys-0.20.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("v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82", "v2_84"))' -C metadata=4f5aba36840be9e4 -C extra-filename=-4f5aba36840be9e4 --out-dir /tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern glib_sys=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern gobject_sys=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/libgobject_sys-f020968d087cf1e8.rmeta --extern libc=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l gio-2.0 -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_gio_2_0` 163s warning: `num-integer` (lib) generated 1 warning (1 duplicate) 163s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_base_sys CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/gstreamer-base-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/gstreamer-base-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstbase-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-base-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps OUT_DIR=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/build/gstreamer-base-sys-fb06a61b08d940e1/out rustc --crate-name gstreamer_base_sys --edition=2021 /tmp/tmp.NXlPamSelc/registry/gstreamer-base-sys-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_14_1"' --cfg 'feature="v1_14_3"' --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_20"' --cfg 'feature="v1_22"' --cfg 'feature="v1_24"' --cfg 'feature="v1_26"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_14_1", "v1_14_3", "v1_16", "v1_18", "v1_20", "v1_22", "v1_24", "v1_26"))' -C metadata=15bdce5c2cf7474a -C extra-filename=-15bdce5c2cf7474a --out-dir /tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern glib_sys=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern gobject_sys=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/libgobject_sys-f020968d087cf1e8.rmeta --extern gstreamer_sys=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_sys-15e6cee28c986cd8.rmeta --extern libc=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l gstbase-1.0 -l gstreamer-1.0 -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_gstreamer_base_1_0` 163s warning: `gstreamer-base-sys` (lib) generated 1 warning (1 duplicate) 163s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=paste CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/paste-1.0.15 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/paste-1.0.15/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Macros for all your token pasting needs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=paste CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/paste' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.15 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps OUT_DIR=/tmp/tmp.NXlPamSelc/target/debug/build/paste-93337411b64beae9/out rustc --crate-name paste --edition=2018 /tmp/tmp.NXlPamSelc/registry/paste-1.0.15/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=bec0c7568d224633 -C extra-filename=-bec0c7568d224633 --out-dir /tmp/tmp.NXlPamSelc/target/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern proc_macro --cap-lints warn --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'` 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.NXlPamSelc/registry/futures-channel-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/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.NXlPamSelc/target/debug/deps rustc --crate-name futures_channel --edition=2018 /tmp/tmp.NXlPamSelc/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=8ed485ea134c933c -C extra-filename=-8ed485ea134c933c --out-dir /tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern futures_core=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-8d305950da6bf5c8.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 164s warning: `futures-channel` (lib) generated 1 warning (1 duplicate) 164s Compiling gstreamer-video-sys v0.23.0 164s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/gstreamer-video-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/gstreamer-video-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstvideo-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-video-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.NXlPamSelc/registry/gstreamer-video-sys-0.23.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_20"' --cfg 'feature="v1_22"' --cfg 'feature="v1_24"' --cfg 'feature="v1_26"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_16", "v1_18", "v1_20", "v1_22", "v1_24", "v1_26"))' -C metadata=8f5225171528ef33 -C extra-filename=-8f5225171528ef33 --out-dir /tmp/tmp.NXlPamSelc/target/debug/build/gstreamer-video-sys-8f5225171528ef33 -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern system_deps=/tmp/tmp.NXlPamSelc/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 165s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/smallvec-1.13.2 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/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.NXlPamSelc/target/debug/deps rustc --crate-name smallvec --edition=2018 /tmp/tmp.NXlPamSelc/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"' --cfg 'feature="write"' --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=e5db66a1c7c5bdd9 -C extra-filename=-e5db66a1c7c5bdd9 --out-dir /tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 165s warning: `gio-sys` (lib) generated 1 warning (1 duplicate) 165s Compiling either v1.13.0 165s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=either CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/either-1.13.0 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/either-1.13.0/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. 165s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=either CARGO_PKG_README=README-crates.io.md CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/either' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=1.13.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name either --edition=2018 /tmp/tmp.NXlPamSelc/registry/either-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=0c433bde77a4eceb -C extra-filename=-0c433bde77a4eceb --out-dir /tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 165s warning: `smallvec` (lib) generated 1 warning (1 duplicate) 165s Compiling memchr v2.7.4 165s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/memchr-2.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/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 165s 1, 2 or 3 byte search and single substring search. 165s ' 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.NXlPamSelc/target/debug/deps rustc --crate-name memchr --edition=2021 /tmp/tmp.NXlPamSelc/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=944ab1891fd21906 -C extra-filename=-944ab1891fd21906 --out-dir /tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 165s warning: `either` (lib) generated 1 warning (1 duplicate) 165s Compiling bitflags v2.6.0 165s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/bitflags-2.6.0 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/bitflags-2.6.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. 165s ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.6.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name bitflags --edition=2021 /tmp/tmp.NXlPamSelc/registry/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=b46b0ecb4cb3caf0 -C extra-filename=-b46b0ecb4cb3caf0 --out-dir /tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 166s warning: `bitflags` (lib) generated 1 warning (1 duplicate) 166s Compiling glib v0.20.7 166s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=glib CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/glib-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/glib-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='Rust bindings for the GLib library' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glib CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name glib --edition=2021 /tmp/tmp.NXlPamSelc/registry/glib-0.20.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="gio"' --cfg 'feature="gio-sys"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiletests", "default", "gio", "gio-sys", "log", "log_macros", "rs-log", "v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82", "v2_84"))' -C metadata=fd12ebb17a54b922 -C extra-filename=-fd12ebb17a54b922 --out-dir /tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern bitflags=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-b46b0ecb4cb3caf0.rmeta --extern futures_channel=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/libfutures_channel-8ed485ea134c933c.rmeta --extern futures_core=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-8d305950da6bf5c8.rmeta --extern futures_executor=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/libfutures_executor-c6cde650cf25c2af.rmeta --extern futures_task=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-47c3a7d17767e18f.rmeta --extern futures_util=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/libfutures_util-55ce86bb324f7494.rmeta --extern gio_sys=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/libgio_sys-4f5aba36840be9e4.rmeta --extern glib_macros=/tmp/tmp.NXlPamSelc/target/debug/deps/libglib_macros-4f3a8fec6ed8d54d.so --extern glib_sys=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern gobject_sys=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/libgobject_sys-f020968d087cf1e8.rmeta --extern libc=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --extern memchr=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-944ab1891fd21906.rmeta --extern smallvec=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/libsmallvec-e5db66a1c7c5bdd9.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 166s warning: `memchr` (lib) generated 1 warning (1 duplicate) 166s Compiling itertools v0.13.0 166s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=itertools CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/itertools-0.13.0 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/itertools-0.13.0/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='Extra iterator adaptors, iterator methods, free functions, and macros.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itertools CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-itertools/itertools' CARGO_PKG_RUST_VERSION=1.43.1 CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name itertools --edition=2018 /tmp/tmp.NXlPamSelc/registry/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=3fe74f4ee8f6c18a -C extra-filename=-3fe74f4ee8f6c18a --out-dir /tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern either=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/libeither-0c433bde77a4eceb.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 167s warning: `itertools` (lib) generated 1 warning (1 duplicate) 167s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_V1_16=1 CARGO_FEATURE_V1_18=1 CARGO_FEATURE_V1_20=1 CARGO_FEATURE_V1_22=1 CARGO_FEATURE_V1_24=1 CARGO_FEATURE_V1_26=1 CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/gstreamer-video-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/gstreamer-video-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstvideo-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-video-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.NXlPamSelc/target/debug/deps:/tmp/tmp.NXlPamSelc/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/build/gstreamer-video-sys-d3a3578547565360/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.NXlPamSelc/target/debug/build/gstreamer-video-sys-8f5225171528ef33/build-script-build` 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-changed=/tmp/tmp.NXlPamSelc/registry/gstreamer-video-sys-0.23.0/Cargo.toml 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=GSTREAMER_VIDEO_1.0_NO_PKG_CONFIG 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSROOT 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 167s [gstreamer-video-sys 0.23.0] cargo:rustc-link-lib=gstvideo-1.0 167s [gstreamer-video-sys 0.23.0] cargo:rustc-link-lib=gstbase-1.0 167s [gstreamer-video-sys 0.23.0] cargo:rustc-link-lib=gstreamer-1.0 167s [gstreamer-video-sys 0.23.0] cargo:rustc-link-lib=gobject-2.0 167s [gstreamer-video-sys 0.23.0] cargo:rustc-link-lib=glib-2.0 167s [gstreamer-video-sys 0.23.0] cargo:include=/usr/include/gstreamer-1.0:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6:/usr/include:/usr/include/orc-0.4 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_LIB 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_LIB_FRAMEWORK 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_SEARCH_NATIVE 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_SEARCH_FRAMEWORK 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_INCLUDE 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_LDFLAGS 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_NO_PKG_CONFIG 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_BUILD_INTERNAL 167s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_LINK 167s [gstreamer-video-sys 0.23.0] 167s [gstreamer-video-sys 0.23.0] cargo:rustc-cfg=system_deps_have_gstreamer_video_1_0 167s Compiling option-operations v0.5.0 167s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=option_operations CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/option-operations-0.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/option-operations-0.5.0/Cargo.toml CARGO_PKG_AUTHORS='François Laignel ' CARGO_PKG_DESCRIPTION='Traits and auto-implementations to improve arithmetic operations usability when dealing with `Option`s.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=option-operations CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fengalin/option-operations' CARGO_PKG_RUST_VERSION=1.53 CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name option_operations --edition=2018 /tmp/tmp.NXlPamSelc/registry/option-operations-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1dc6dcd30c150e23 -C extra-filename=-1dc6dcd30c150e23 --out-dir /tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern paste=/tmp/tmp.NXlPamSelc/target/debug/deps/libpaste-bec0c7568d224633.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 168s warning: `option-operations` (lib) generated 1 warning (1 duplicate) 168s Compiling num-rational v0.4.2 168s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_rational CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/num-rational-0.4.2 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/num-rational-0.4.2/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Rational numbers implementation for Rust' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-rational' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-rational CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-rational' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.4.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name num_rational --edition=2021 /tmp/tmp.NXlPamSelc/registry/num-rational-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=a27acfd458025a0a -C extra-filename=-a27acfd458025a0a --out-dir /tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern num_integer=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/libnum_integer-370715ab210cefe0.rmeta --extern num_traits=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/libnum_traits-7a252d39be81ec7b.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 169s warning: `num-rational` (lib) generated 1 warning (1 duplicate) 169s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps OUT_DIR=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/build/thiserror-11349f755e8d8deb/out rustc --crate-name thiserror --edition=2021 /tmp/tmp.NXlPamSelc/registry/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1d6d6e164faa2b3a -C extra-filename=-1d6d6e164faa2b3a --out-dir /tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern thiserror_impl=/tmp/tmp.NXlPamSelc/target/debug/deps/libthiserror_impl-6bde6db1ff27963e.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` 169s warning: `thiserror` (lib) generated 1 warning (1 duplicate) 169s Compiling cfg-if v1.0.0 169s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/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] 169s parameters. Structured like an if-else chain, the first matching branch is the 169s item that gets emitted. 169s ' 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.NXlPamSelc/target/debug/deps rustc --crate-name cfg_if --edition=2018 /tmp/tmp.NXlPamSelc/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.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 169s warning: `cfg-if` (lib) generated 1 warning (1 duplicate) 169s Compiling muldiv v1.0.1 169s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=muldiv CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/muldiv-1.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/muldiv-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Provides a trait for numeric types to perform combined multiplication and 169s division with overflow protection 169s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=muldiv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sdroege/rust-muldiv' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name muldiv --edition=2018 /tmp/tmp.NXlPamSelc/registry/muldiv-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e8a06cbf19c21b9f -C extra-filename=-e8a06cbf19c21b9f --out-dir /tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 169s warning: `muldiv` (lib) generated 1 warning (1 duplicate) 169s Compiling once_cell v1.20.2 169s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/once_cell-1.20.2 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/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.NXlPamSelc/target/debug/deps rustc --crate-name once_cell --edition=2021 /tmp/tmp.NXlPamSelc/registry/once_cell-1.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=f9b984852945e4ac -C extra-filename=-f9b984852945e4ac --out-dir /tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 169s warning: `once_cell` (lib) generated 1 warning (1 duplicate) 169s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_video_sys CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/gstreamer-video-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/gstreamer-video-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstvideo-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-video-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps OUT_DIR=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/build/gstreamer-video-sys-d3a3578547565360/out rustc --crate-name gstreamer_video_sys --edition=2021 /tmp/tmp.NXlPamSelc/registry/gstreamer-video-sys-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_20"' --cfg 'feature="v1_22"' --cfg 'feature="v1_24"' --cfg 'feature="v1_26"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_16", "v1_18", "v1_20", "v1_22", "v1_24", "v1_26"))' -C metadata=feea71cbb176a133 -C extra-filename=-feea71cbb176a133 --out-dir /tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern glib_sys=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern gobject_sys=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/libgobject_sys-f020968d087cf1e8.rmeta --extern gstreamer_base_sys=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_base_sys-15bdce5c2cf7474a.rmeta --extern gstreamer_sys=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_sys-15e6cee28c986cd8.rmeta --extern libc=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l gstvideo-1.0 -l gstbase-1.0 -l gstreamer-1.0 -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_gstreamer_video_1_0` 170s warning: `gstreamer-video-sys` (lib) generated 1 warning (1 duplicate) 170s Compiling gstreamer-play-sys v0.23.0 170s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/gstreamer-play-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/gstreamer-play-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstplay-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.NXlPamSelc/registry/gstreamer-play-sys-0.23.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_22"' --cfg 'feature="v1_24"' --cfg 'feature="v1_26"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_22", "v1_24", "v1_26"))' -C metadata=2ccefb524ac65729 -C extra-filename=-2ccefb524ac65729 --out-dir /tmp/tmp.NXlPamSelc/target/debug/build/gstreamer-play-sys-2ccefb524ac65729 -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --extern system_deps=/tmp/tmp.NXlPamSelc/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 170s Compiling atomic_refcell v0.1.13 170s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=atomic_refcell CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/atomic_refcell-0.1.13 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/atomic_refcell-0.1.13/Cargo.toml CARGO_PKG_AUTHORS='Bobby Holley ' CARGO_PKG_DESCRIPTION='Threadsafe RefCell' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=atomic_refcell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bholley/atomic_refcell' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.NXlPamSelc/target/debug/deps rustc --crate-name atomic_refcell --edition=2018 /tmp/tmp.NXlPamSelc/registry/atomic_refcell-0.1.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=c11d7f8025985512 -C extra-filename=-c11d7f8025985512 --out-dir /tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.NXlPamSelc/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 170s warning: `atomic_refcell` (lib) generated 1 warning (1 duplicate) 170s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_V1_22=1 CARGO_FEATURE_V1_24=1 CARGO_FEATURE_V1_26=1 CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/gstreamer-play-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/gstreamer-play-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstplay-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.NXlPamSelc/target/debug/deps:/tmp/tmp.NXlPamSelc/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/build/gstreamer-play-sys-4c896196304e0a37/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.NXlPamSelc/target/debug/build/gstreamer-play-sys-2ccefb524ac65729/build-script-build` 170s [gstreamer-play-sys 0.23.0] cargo:rerun-if-changed=/tmp/tmp.NXlPamSelc/registry/gstreamer-play-sys-0.23.0/Cargo.toml 170s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=GSTREAMER_PLAY_1.0_NO_PKG_CONFIG 170s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 170s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 170s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 170s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 170s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 170s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 170s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 170s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 170s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 170s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 170s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 170s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 170s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 170s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 170s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 170s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 170s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 170s [gstreamer-play-sys 0.23.0] cargo:warning= 170s [gstreamer-play-sys 0.23.0] pkg-config exited with status code 1 170s [gstreamer-play-sys 0.23.0] > PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 s390x-linux-gnu-pkg-config --libs --cflags gstreamer-play-1.0 gstreamer-play-1.0 >= 1.25 170s [gstreamer-play-sys 0.23.0] 170s [gstreamer-play-sys 0.23.0] The system library `gstreamer-play-1.0` required by crate `gstreamer-play-sys` was not found. 170s [gstreamer-play-sys 0.23.0] The file `gstreamer-play-1.0.pc` needs to be installed and the PKG_CONFIG_PATH environment variable must contain its parent directory. 170s [gstreamer-play-sys 0.23.0] The PKG_CONFIG_PATH environment variable is not set. 170s [gstreamer-play-sys 0.23.0] 170s [gstreamer-play-sys 0.23.0] HINT: if you have installed the library, try setting PKG_CONFIG_PATH to the directory containing `gstreamer-play-1.0.pc`. 170s [gstreamer-play-sys 0.23.0] 170s warning: gstreamer-play-sys@0.23.0: 170s error: failed to run custom build command for `gstreamer-play-sys v0.23.0` 170s 170s Caused by: 170s process didn't exit successfully: `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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.NXlPamSelc/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_V1_22=1 CARGO_FEATURE_V1_24=1 CARGO_FEATURE_V1_26=1 CARGO_MANIFEST_DIR=/tmp/tmp.NXlPamSelc/registry/gstreamer-play-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.NXlPamSelc/registry/gstreamer-play-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstplay-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.NXlPamSelc/target/debug/deps:/tmp/tmp.NXlPamSelc/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.NXlPamSelc/target/s390x-unknown-linux-gnu/debug/build/gstreamer-play-sys-4c896196304e0a37/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.NXlPamSelc/target/debug/build/gstreamer-play-sys-2ccefb524ac65729/build-script-build` (exit status: 1) 170s --- stdout 170s cargo:rerun-if-changed=/tmp/tmp.NXlPamSelc/registry/gstreamer-play-sys-0.23.0/Cargo.toml 170s cargo:rerun-if-env-changed=GSTREAMER_PLAY_1.0_NO_PKG_CONFIG 170s cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 170s cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 170s cargo:rerun-if-env-changed=HOST_PKG_CONFIG 170s cargo:rerun-if-env-changed=PKG_CONFIG 170s cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 170s cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 170s cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 170s cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 170s cargo:rerun-if-env-changed=PKG_CONFIG_PATH 170s cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 170s cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 170s cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 170s cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 170s cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 170s cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 170s cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 170s cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 170s cargo:warning= 170s pkg-config exited with status code 1 170s > PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 s390x-linux-gnu-pkg-config --libs --cflags gstreamer-play-1.0 gstreamer-play-1.0 >= 1.25 170s 170s The system library `gstreamer-play-1.0` required by crate `gstreamer-play-sys` was not found. 170s The file `gstreamer-play-1.0.pc` needs to be installed and the PKG_CONFIG_PATH environment variable must contain its parent directory. 170s The PKG_CONFIG_PATH environment variable is not set. 170s 170s HINT: if you have installed the library, try setting PKG_CONFIG_PATH to the directory containing `gstreamer-play-1.0.pc`. 170s 170s warning: build failed, waiting for other jobs to finish... 174s warning: `glib` (lib) generated 1 warning (1 duplicate) 174s /tmp/autopkgtest.dmjVuc/wrapper.sh: checking for leaked background processes... 175s /tmp/autopkgtest.dmjVuc/wrapper.sh: waiting for tee/cat subprocesses... 175s /tmp/autopkgtest.dmjVuc/wrapper.sh: cleaning up... 175s /tmp/autopkgtest.dmjVuc/wrapper.sh: Exit status: 101 175s autopkgtest: DBG: testbed command exited with code 101 175s autopkgtest [09:23:14]: test rust-gstreamer-play:@: -----------------------] 175s autopkgtest: DBG: testbed executing test finished with exit status 101 175s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dmjVuc/rust-gstreamer-play%3A%40-stdout /tmp/autopkgtest-work.5a1xqly7/out/rust-gstreamer-play%3A%40-stdout 175s autopkgtest: DBG: got reply from testbed: ok 175s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dmjVuc/rust-gstreamer-play%3A%40-stderr /tmp/autopkgtest-work.5a1xqly7/out/rust-gstreamer-play%3A%40-stderr 175s autopkgtest: DBG: got reply from testbed: ok 176s autopkgtest [09:23:15]: test rust-gstreamer-play:@: - - - - - - - - - - results - - - - - - - - - - 176s rust-gstreamer-play:@ FLAKY non-zero exit status 101 176s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dmjVuc/rust-gstreamer-play%3A%40-artifacts/ /tmp/autopkgtest-work.5a1xqly7/out/artifacts/ 176s autopkgtest: DBG: got reply from testbed: ok 176s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.dmjVuc/rust-gstreamer-play:@-artifacts', '/tmp/autopkgtest.dmjVuc/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 176s autopkgtest: DBG: testbed command exited with code 0 176s autopkgtest [09:23:15]: test librust-gstreamer-play-dev:default: preparing testbed 176s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['dh-cargo (>= 18)', 'librust-gir-format-check-0.1+default-dev', 'librust-gstreamer-play-dev'], deps_new=['dh-cargo (>= 18)', 'librust-gir-format-check-0.1+default-dev', 'librust-gstreamer-play-dev'] 176s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 176s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 18)', 'librust-gir-format-check-0.1+default-dev', 'librust-gstreamer-play-dev'] 176s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 18), librust-gir-format-check-0.1+default-dev, librust-gstreamer-play-dev 176s autopkgtest: DBG: can use apt-get on testbed: True 176s 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-gir-format-check-0.1+default-dev, librust-gstreamer-play-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 176s Reading package lists... 176s Building dependency tree... 176s Reading state information... 176s Starting pkgProblemResolver with broken count: 0 176s Starting 2 pkgProblemResolver with broken count: 0 176s Done 177s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 177s autopkgtest: DBG: testbed command exited with code 0 177s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-gstreamer-play-dev'], kind short, sout pipe, serr pipe, env [] 177s autopkgtest: DBG: testbed command exited with code 0 177s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:default-packages.all"], kind short, sout raw, serr pipe, env [] 177s autopkgtest: DBG: testbed command exited with code 0 177s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev%3Adefault-packages.all /tmp/autopkgtest-work.5a1xqly7/out/librust-gstreamer-play-dev%3Adefault-packages.all 177s autopkgtest: DBG: got reply from testbed: ok 177s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.dmjVuc/build.l0I/src'], kind short, sout raw, serr raw, env [] 178s autopkgtest: DBG: testbed command exited with code 0 178s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.dmjVuc/build.l0I/src already exists 178s autopkgtest [09:23:17]: test librust-gstreamer-play-dev:default: /usr/share/cargo/bin/cargo-auto-test gstreamer-play 0.23.0 --all-targets 178s autopkgtest [09:23:17]: test librust-gstreamer-play-dev:default: [----------------------- 178s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.dmjVuc/wrapper.sh --debug --artifacts=/tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:default-artifacts --chdir=/tmp/autopkgtest.dmjVuc/build.l0I/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.dmjVuc/librust-gstreamer-play-dev:default-stderr --stdout=/tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:default-stdout --tmp=/tmp/autopkgtest.dmjVuc/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 gstreamer-play 0.23.0 --all-targets'"], kind test, sout raw, serr raw, env [] 178s /tmp/autopkgtest.dmjVuc/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:default-artifacts 178s /tmp/autopkgtest.dmjVuc/wrapper.sh: changing to directory: /tmp/autopkgtest.dmjVuc/build.l0I/src 178s /tmp/autopkgtest.dmjVuc/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 178s /tmp/autopkgtest.dmjVuc/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 178s /tmp/autopkgtest.dmjVuc/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 178s /tmp/autopkgtest.dmjVuc/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 178s /tmp/autopkgtest.dmjVuc/wrapper.sh: setting environment: LANG=C.UTF-8 178s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LANGUAGE 178s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_ADDRESS 178s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_ALL 178s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_COLLATE 178s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_CTYPE 178s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_IDENTIFICATION 178s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_MEASUREMENT 178s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_MESSAGES 178s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_MONETARY 178s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_NAME 178s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_NUMERIC 178s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_PAPER 178s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_TELEPHONE 178s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_TIME 178s /tmp/autopkgtest.dmjVuc/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 178s /tmp/autopkgtest.dmjVuc/wrapper.sh: pretending to be a login shell 178s /tmp/autopkgtest.dmjVuc/wrapper.sh: will write standard error to /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:default-stderr 178s /tmp/autopkgtest.dmjVuc/wrapper.sh: will write stdout to /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:default-stdout 178s /tmp/autopkgtest.dmjVuc/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.dmjVuc/autopkgtest_tmp 178s /tmp/autopkgtest.dmjVuc/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 178s /tmp/autopkgtest.dmjVuc/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test gstreamer-play 0.23.0 --all-targets 178s /tmp/autopkgtest.dmjVuc/wrapper.sh: copying /tmp/tmp.ygoiZD8Wk6/out to stdout and file: /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:default-stdout 178s /tmp/autopkgtest.dmjVuc/wrapper.sh: copying /tmp/tmp.ygoiZD8Wk6/err to standard error and file: /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:default-stdout 178s /tmp/autopkgtest.dmjVuc/wrapper.sh: writing script pid 7916 to /tmp/autopkgtest_script_pid 178s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 178s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 178s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 178s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.ghF8SNkbDF/registry/ 178s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 178s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 178s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 178s 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'],) {} 178s Compiling serde v1.0.217 178s Compiling equivalent v1.0.1 178s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=equivalent CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/equivalent-1.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/equivalent-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Traits for key comparison in maps.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=equivalent CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/equivalent' CARGO_PKG_RUST_VERSION=1.6 CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name equivalent --edition=2015 /tmp/tmp.ghF8SNkbDF/registry/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a11b0a19a3bf2c19 -C extra-filename=-a11b0a19a3bf2c19 --out-dir /tmp/tmp.ghF8SNkbDF/target/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --cap-lints warn` 178s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/serde-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.ghF8SNkbDF/registry/serde-1.0.217/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=2b32d4e029565da2 -C extra-filename=-2b32d4e029565da2 --out-dir /tmp/tmp.ghF8SNkbDF/target/debug/build/serde-2b32d4e029565da2 -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --cap-lints warn` 178s Compiling hashbrown v0.14.5 178s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/hashbrown-0.14.5 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/hashbrown-0.14.5/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.14.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name hashbrown --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "raw", "rayon", "rustc-internal-api", "serde"))' -C metadata=e14e27c8ff208110 -C extra-filename=-e14e27c8ff208110 --out-dir /tmp/tmp.ghF8SNkbDF/target/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --cap-lints warn` 178s warning: unexpected `cfg` condition value: `nightly` 178s --> /tmp/tmp.ghF8SNkbDF/registry/hashbrown-0.14.5/src/lib.rs:14:5 178s | 178s 14 | feature = "nightly", 178s | ^^^^^^^^^^^^^^^^^^^ 178s | 178s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 178s = help: consider adding `nightly` as a feature in `Cargo.toml` 178s = note: see for more information about checking conditional configuration 178s = note: `#[warn(unexpected_cfgs)]` on by default 178s 178s warning: unexpected `cfg` condition value: `nightly` 178s --> /tmp/tmp.ghF8SNkbDF/registry/hashbrown-0.14.5/src/lib.rs:39:13 178s | 178s 39 | #![cfg_attr(feature = "nightly", warn(fuzzy_provenance_casts))] 178s | ^^^^^^^^^^^^^^^^^^^ 178s | 178s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 178s = help: consider adding `nightly` as a feature in `Cargo.toml` 178s = note: see for more information about checking conditional configuration 178s 178s warning: unexpected `cfg` condition value: `nightly` 178s --> /tmp/tmp.ghF8SNkbDF/registry/hashbrown-0.14.5/src/lib.rs:40:13 178s | 178s 40 | #![cfg_attr(feature = "nightly", allow(internal_features))] 178s | ^^^^^^^^^^^^^^^^^^^ 178s | 178s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 178s = help: consider adding `nightly` as a feature in `Cargo.toml` 178s = note: see for more information about checking conditional configuration 178s 178s warning: unexpected `cfg` condition value: `nightly` 178s --> /tmp/tmp.ghF8SNkbDF/registry/hashbrown-0.14.5/src/lib.rs:49:7 178s | 178s 49 | #[cfg(feature = "nightly")] 178s | ^^^^^^^^^^^^^^^^^^^ 178s | 178s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 178s = help: consider adding `nightly` as a feature in `Cargo.toml` 178s = note: see for more information about checking conditional configuration 178s 178s warning: unexpected `cfg` condition value: `nightly` 178s --> /tmp/tmp.ghF8SNkbDF/registry/hashbrown-0.14.5/src/macros.rs:59:7 178s | 178s 59 | #[cfg(feature = "nightly")] 178s | ^^^^^^^^^^^^^^^^^^^ 178s | 178s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 178s = help: consider adding `nightly` as a feature in `Cargo.toml` 178s = note: see for more information about checking conditional configuration 178s 178s warning: unexpected `cfg` condition value: `nightly` 178s --> /tmp/tmp.ghF8SNkbDF/registry/hashbrown-0.14.5/src/macros.rs:65:11 178s | 178s 65 | #[cfg(not(feature = "nightly"))] 178s | ^^^^^^^^^^^^^^^^^^^ 178s | 178s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 178s = help: consider adding `nightly` as a feature in `Cargo.toml` 178s = note: see for more information about checking conditional configuration 178s 178s warning: unexpected `cfg` condition value: `nightly` 178s --> /tmp/tmp.ghF8SNkbDF/registry/hashbrown-0.14.5/src/raw/mod.rs:53:11 178s | 178s 53 | #[cfg(not(feature = "nightly"))] 178s | ^^^^^^^^^^^^^^^^^^^ 178s | 178s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 178s = help: consider adding `nightly` as a feature in `Cargo.toml` 178s = note: see for more information about checking conditional configuration 178s 178s warning: unexpected `cfg` condition value: `nightly` 178s --> /tmp/tmp.ghF8SNkbDF/registry/hashbrown-0.14.5/src/raw/mod.rs:55:11 178s | 178s 55 | #[cfg(not(feature = "nightly"))] 178s | ^^^^^^^^^^^^^^^^^^^ 178s | 178s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 178s = help: consider adding `nightly` as a feature in `Cargo.toml` 178s = note: see for more information about checking conditional configuration 178s 178s warning: unexpected `cfg` condition value: `nightly` 178s --> /tmp/tmp.ghF8SNkbDF/registry/hashbrown-0.14.5/src/raw/mod.rs:57:7 178s | 178s 57 | #[cfg(feature = "nightly")] 178s | ^^^^^^^^^^^^^^^^^^^ 178s | 178s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 178s = help: consider adding `nightly` as a feature in `Cargo.toml` 178s = note: see for more information about checking conditional configuration 178s 178s warning: unexpected `cfg` condition value: `nightly` 178s --> /tmp/tmp.ghF8SNkbDF/registry/hashbrown-0.14.5/src/raw/mod.rs:3549:7 178s | 178s 3549 | #[cfg(feature = "nightly")] 178s | ^^^^^^^^^^^^^^^^^^^ 178s | 178s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 178s = help: consider adding `nightly` as a feature in `Cargo.toml` 178s = note: see for more information about checking conditional configuration 178s 178s warning: unexpected `cfg` condition value: `nightly` 178s --> /tmp/tmp.ghF8SNkbDF/registry/hashbrown-0.14.5/src/raw/mod.rs:3661:7 178s | 178s 3661 | #[cfg(feature = "nightly")] 178s | ^^^^^^^^^^^^^^^^^^^ 178s | 178s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 178s = help: consider adding `nightly` as a feature in `Cargo.toml` 178s = note: see for more information about checking conditional configuration 178s 178s warning: unexpected `cfg` condition value: `nightly` 178s --> /tmp/tmp.ghF8SNkbDF/registry/hashbrown-0.14.5/src/raw/mod.rs:3678:11 178s | 178s 3678 | #[cfg(not(feature = "nightly"))] 178s | ^^^^^^^^^^^^^^^^^^^ 178s | 178s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 178s = help: consider adding `nightly` as a feature in `Cargo.toml` 178s = note: see for more information about checking conditional configuration 178s 178s warning: unexpected `cfg` condition value: `nightly` 178s --> /tmp/tmp.ghF8SNkbDF/registry/hashbrown-0.14.5/src/raw/mod.rs:4304:7 178s | 178s 4304 | #[cfg(feature = "nightly")] 178s | ^^^^^^^^^^^^^^^^^^^ 178s | 178s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 178s = help: consider adding `nightly` as a feature in `Cargo.toml` 178s = note: see for more information about checking conditional configuration 178s 178s warning: unexpected `cfg` condition value: `nightly` 178s --> /tmp/tmp.ghF8SNkbDF/registry/hashbrown-0.14.5/src/raw/mod.rs:4319:11 178s | 178s 4319 | #[cfg(not(feature = "nightly"))] 178s | ^^^^^^^^^^^^^^^^^^^ 178s | 178s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 178s = help: consider adding `nightly` as a feature in `Cargo.toml` 178s = note: see for more information about checking conditional configuration 178s 178s warning: unexpected `cfg` condition value: `nightly` 178s --> /tmp/tmp.ghF8SNkbDF/registry/hashbrown-0.14.5/src/raw/alloc.rs:7:7 178s | 178s 7 | #[cfg(feature = "nightly")] 178s | ^^^^^^^^^^^^^^^^^^^ 178s | 178s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 178s = help: consider adding `nightly` as a feature in `Cargo.toml` 178s = note: see for more information about checking conditional configuration 178s 178s warning: unexpected `cfg` condition value: `nightly` 178s --> /tmp/tmp.ghF8SNkbDF/registry/hashbrown-0.14.5/src/raw/alloc.rs:28:15 178s | 178s 28 | #[cfg(all(not(feature = "nightly"), feature = "allocator-api2"))] 178s | ^^^^^^^^^^^^^^^^^^^ 178s | 178s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 178s = help: consider adding `nightly` as a feature in `Cargo.toml` 178s = note: see for more information about checking conditional configuration 178s 178s warning: unexpected `cfg` condition value: `nightly` 178s --> /tmp/tmp.ghF8SNkbDF/registry/hashbrown-0.14.5/src/raw/alloc.rs:51:15 178s | 178s 51 | #[cfg(not(any(feature = "nightly", feature = "allocator-api2")))] 178s | ^^^^^^^^^^^^^^^^^^^ 178s | 178s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 178s = help: consider adding `nightly` as a feature in `Cargo.toml` 178s = note: see for more information about checking conditional configuration 178s 178s warning: unexpected `cfg` condition value: `nightly` 178s --> /tmp/tmp.ghF8SNkbDF/registry/hashbrown-0.14.5/src/raw/mod.rs:944:32 178s | 178s 944 | #[cfg(any(feature = "raw", feature = "nightly"))] 178s | ^^^^^^^^^^^^^^^^^^^ 178s | 178s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 178s = help: consider adding `nightly` as a feature in `Cargo.toml` 178s = note: see for more information about checking conditional configuration 178s 178s warning: unexpected `cfg` condition value: `rkyv` 178s --> /tmp/tmp.ghF8SNkbDF/registry/hashbrown-0.14.5/src/external_trait_impls/mod.rs:3:7 178s | 178s 3 | #[cfg(feature = "rkyv")] 178s | ^^^^^^^^^^^^^^^^ 178s | 178s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 178s = help: consider adding `rkyv` as a feature in `Cargo.toml` 178s = note: see for more information about checking conditional configuration 178s 178s warning: unexpected `cfg` condition value: `nightly` 178s --> /tmp/tmp.ghF8SNkbDF/registry/hashbrown-0.14.5/src/map.rs:242:11 178s | 178s 242 | #[cfg(not(feature = "nightly"))] 178s | ^^^^^^^^^^^^^^^^^^^ 178s | 178s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 178s = help: consider adding `nightly` as a feature in `Cargo.toml` 178s = note: see for more information about checking conditional configuration 178s 178s warning: unexpected `cfg` condition value: `nightly` 178s --> /tmp/tmp.ghF8SNkbDF/registry/hashbrown-0.14.5/src/map.rs:255:7 178s | 178s 255 | #[cfg(feature = "nightly")] 178s | ^^^^^^^^^^^^^^^^^^^ 178s | 178s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 178s = help: consider adding `nightly` as a feature in `Cargo.toml` 178s = note: see for more information about checking conditional configuration 178s 178s warning: unexpected `cfg` condition value: `nightly` 178s --> /tmp/tmp.ghF8SNkbDF/registry/hashbrown-0.14.5/src/map.rs:6517:11 178s | 178s 6517 | #[cfg(feature = "nightly")] 178s | ^^^^^^^^^^^^^^^^^^^ 178s | 178s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 178s = help: consider adding `nightly` as a feature in `Cargo.toml` 178s = note: see for more information about checking conditional configuration 178s 178s warning: unexpected `cfg` condition value: `nightly` 178s --> /tmp/tmp.ghF8SNkbDF/registry/hashbrown-0.14.5/src/map.rs:6523:11 178s | 178s 6523 | #[cfg(feature = "nightly")] 178s | ^^^^^^^^^^^^^^^^^^^ 178s | 178s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 178s = help: consider adding `nightly` as a feature in `Cargo.toml` 178s = note: see for more information about checking conditional configuration 178s 178s warning: unexpected `cfg` condition value: `nightly` 178s --> /tmp/tmp.ghF8SNkbDF/registry/hashbrown-0.14.5/src/map.rs:6591:11 178s | 178s 6591 | #[cfg(feature = "nightly")] 178s | ^^^^^^^^^^^^^^^^^^^ 178s | 178s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 178s = help: consider adding `nightly` as a feature in `Cargo.toml` 178s = note: see for more information about checking conditional configuration 178s 178s warning: unexpected `cfg` condition value: `nightly` 178s --> /tmp/tmp.ghF8SNkbDF/registry/hashbrown-0.14.5/src/map.rs:6597:11 178s | 178s 6597 | #[cfg(feature = "nightly")] 178s | ^^^^^^^^^^^^^^^^^^^ 178s | 178s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 178s = help: consider adding `nightly` as a feature in `Cargo.toml` 178s = note: see for more information about checking conditional configuration 178s 178s warning: unexpected `cfg` condition value: `nightly` 178s --> /tmp/tmp.ghF8SNkbDF/registry/hashbrown-0.14.5/src/map.rs:6651:11 178s | 178s 6651 | #[cfg(feature = "nightly")] 178s | ^^^^^^^^^^^^^^^^^^^ 178s | 178s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 178s = help: consider adding `nightly` as a feature in `Cargo.toml` 178s = note: see for more information about checking conditional configuration 178s 178s warning: unexpected `cfg` condition value: `nightly` 178s --> /tmp/tmp.ghF8SNkbDF/registry/hashbrown-0.14.5/src/map.rs:6657:11 178s | 178s 6657 | #[cfg(feature = "nightly")] 178s | ^^^^^^^^^^^^^^^^^^^ 178s | 178s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 178s = help: consider adding `nightly` as a feature in `Cargo.toml` 178s = note: see for more information about checking conditional configuration 178s 178s warning: unexpected `cfg` condition value: `nightly` 178s --> /tmp/tmp.ghF8SNkbDF/registry/hashbrown-0.14.5/src/set.rs:1359:11 178s | 178s 1359 | #[cfg(feature = "nightly")] 178s | ^^^^^^^^^^^^^^^^^^^ 178s | 178s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 178s = help: consider adding `nightly` as a feature in `Cargo.toml` 178s = note: see for more information about checking conditional configuration 178s 178s warning: unexpected `cfg` condition value: `nightly` 178s --> /tmp/tmp.ghF8SNkbDF/registry/hashbrown-0.14.5/src/set.rs:1365:11 178s | 178s 1365 | #[cfg(feature = "nightly")] 178s | ^^^^^^^^^^^^^^^^^^^ 178s | 178s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 178s = help: consider adding `nightly` as a feature in `Cargo.toml` 178s = note: see for more information about checking conditional configuration 178s 178s warning: unexpected `cfg` condition value: `nightly` 178s --> /tmp/tmp.ghF8SNkbDF/registry/hashbrown-0.14.5/src/set.rs:1383:11 178s | 178s 1383 | #[cfg(feature = "nightly")] 178s | ^^^^^^^^^^^^^^^^^^^ 178s | 178s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 178s = help: consider adding `nightly` as a feature in `Cargo.toml` 178s = note: see for more information about checking conditional configuration 178s 178s warning: unexpected `cfg` condition value: `nightly` 178s --> /tmp/tmp.ghF8SNkbDF/registry/hashbrown-0.14.5/src/set.rs:1389:11 178s | 178s 1389 | #[cfg(feature = "nightly")] 178s | ^^^^^^^^^^^^^^^^^^^ 178s | 178s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 178s = help: consider adding `nightly` as a feature in `Cargo.toml` 178s = note: see for more information about checking conditional configuration 178s 178s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/serde-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.ghF8SNkbDF/target/debug/deps:/tmp/tmp.ghF8SNkbDF/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.ghF8SNkbDF/target/debug/build/serde-c2bcebac22c6c694/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.ghF8SNkbDF/target/debug/build/serde-2b32d4e029565da2/build-script-build` 178s [serde 1.0.217] cargo:rerun-if-changed=build.rs 178s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_cstr) 178s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_error) 178s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_net) 178s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_num_saturating) 178s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_try_from) 178s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace) 178s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_float_copysign) 178s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_num_nonzero_signed) 178s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds) 178s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_serde_derive) 178s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic) 178s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic64) 178s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_systemtime_checked_add) 178s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_target_has_atomic) 178s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/serde-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps OUT_DIR=/tmp/tmp.ghF8SNkbDF/target/debug/build/serde-c2bcebac22c6c694/out rustc --crate-name serde --edition=2018 /tmp/tmp.ghF8SNkbDF/registry/serde-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=64c0851ac56a0ce1 -C extra-filename=-64c0851ac56a0ce1 --out-dir /tmp/tmp.ghF8SNkbDF/target/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --cap-lints warn --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` 179s warning: `hashbrown` (lib) generated 31 warnings 179s Compiling indexmap v2.7.0 179s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=indexmap CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/indexmap-2.7.0 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/indexmap-2.7.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/indexmap-rs/indexmap' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=2.7.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name indexmap --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/indexmap-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "rayon", "serde", "std", "test_debug"))' -C metadata=1e18ac9265fbd6ac -C extra-filename=-1e18ac9265fbd6ac --out-dir /tmp/tmp.ghF8SNkbDF/target/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern equivalent=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libequivalent-a11b0a19a3bf2c19.rmeta --extern hashbrown=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libhashbrown-e14e27c8ff208110.rmeta --cap-lints warn` 179s warning: unexpected `cfg` condition value: `borsh` 179s --> /tmp/tmp.ghF8SNkbDF/registry/indexmap-2.7.0/src/lib.rs:117:7 179s | 179s 117 | #[cfg(feature = "borsh")] 179s | ^^^^^^^^^^^^^^^^^ 179s | 179s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 179s = help: consider adding `borsh` as a feature in `Cargo.toml` 179s = note: see for more information about checking conditional configuration 179s = note: `#[warn(unexpected_cfgs)]` on by default 179s 179s warning: unexpected `cfg` condition value: `rustc-rayon` 179s --> /tmp/tmp.ghF8SNkbDF/registry/indexmap-2.7.0/src/lib.rs:131:7 179s | 179s 131 | #[cfg(feature = "rustc-rayon")] 179s | ^^^^^^^^^^^^^^^^^^^^^^^ 179s | 179s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 179s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 179s = note: see for more information about checking conditional configuration 179s 179s warning: unexpected `cfg` condition value: `quickcheck` 179s --> /tmp/tmp.ghF8SNkbDF/registry/indexmap-2.7.0/src/arbitrary.rs:38:7 179s | 179s 38 | #[cfg(feature = "quickcheck")] 179s | ^^^^^^^^^^^^^^^^^^^^^^ 179s | 179s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 179s = help: consider adding `quickcheck` as a feature in `Cargo.toml` 179s = note: see for more information about checking conditional configuration 179s 179s warning: unexpected `cfg` condition value: `rustc-rayon` 179s --> /tmp/tmp.ghF8SNkbDF/registry/indexmap-2.7.0/src/macros.rs:128:30 179s | 179s 128 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 179s | ^^^^^^^^^^^^^^^^^^^^^^^ 179s | 179s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 179s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 179s = note: see for more information about checking conditional configuration 179s 179s warning: unexpected `cfg` condition value: `rustc-rayon` 179s --> /tmp/tmp.ghF8SNkbDF/registry/indexmap-2.7.0/src/macros.rs:153:30 179s | 179s 153 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 179s | ^^^^^^^^^^^^^^^^^^^^^^^ 179s | 179s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 179s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 179s = note: see for more information about checking conditional configuration 179s 179s warning: `indexmap` (lib) generated 5 warnings 179s Compiling winnow v0.6.18 179s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=winnow CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/winnow-0.6.18 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/winnow-0.6.18/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A byte-oriented, zero-copy, parser combinators library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=winnow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/winnow-rs/winnow' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=0.6.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name winnow --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/winnow-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=0f17435733cfc3dc -C extra-filename=-0f17435733cfc3dc --out-dir /tmp/tmp.ghF8SNkbDF/target/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --cap-lints warn` 179s warning: unexpected `cfg` condition value: `debug` 179s --> /tmp/tmp.ghF8SNkbDF/registry/winnow-0.6.18/src/combinator/debug/mod.rs:1:13 179s | 179s 1 | #![cfg_attr(feature = "debug", allow(clippy::std_instead_of_core))] 179s | ^^^^^^^^^^^^^^^^^ 179s | 179s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 179s = help: consider adding `debug` as a feature in `Cargo.toml` 179s = note: see for more information about checking conditional configuration 179s = note: `#[warn(unexpected_cfgs)]` on by default 179s 179s warning: unexpected `cfg` condition value: `debug` 179s --> /tmp/tmp.ghF8SNkbDF/registry/winnow-0.6.18/src/combinator/debug/mod.rs:3:7 179s | 179s 3 | #[cfg(feature = "debug")] 179s | ^^^^^^^^^^^^^^^^^ 179s | 179s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 179s = help: consider adding `debug` as a feature in `Cargo.toml` 179s = note: see for more information about checking conditional configuration 179s 179s warning: unexpected `cfg` condition value: `debug` 179s --> /tmp/tmp.ghF8SNkbDF/registry/winnow-0.6.18/src/combinator/debug/mod.rs:37:16 179s | 179s 37 | #[cfg_attr(not(feature = "debug"), allow(unused_variables))] 179s | ^^^^^^^^^^^^^^^^^ 179s | 179s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 179s = help: consider adding `debug` as a feature in `Cargo.toml` 179s = note: see for more information about checking conditional configuration 179s 179s warning: unexpected `cfg` condition value: `debug` 179s --> /tmp/tmp.ghF8SNkbDF/registry/winnow-0.6.18/src/combinator/debug/mod.rs:38:16 179s | 179s 38 | #[cfg_attr(not(feature = "debug"), allow(unused_mut))] 179s | ^^^^^^^^^^^^^^^^^ 179s | 179s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 179s = help: consider adding `debug` as a feature in `Cargo.toml` 179s = note: see for more information about checking conditional configuration 179s 179s warning: unexpected `cfg` condition value: `debug` 179s --> /tmp/tmp.ghF8SNkbDF/registry/winnow-0.6.18/src/combinator/debug/mod.rs:39:16 179s | 179s 39 | #[cfg_attr(not(feature = "debug"), inline(always))] 179s | ^^^^^^^^^^^^^^^^^ 179s | 179s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 179s = help: consider adding `debug` as a feature in `Cargo.toml` 179s = note: see for more information about checking conditional configuration 179s 179s warning: unexpected `cfg` condition value: `debug` 179s --> /tmp/tmp.ghF8SNkbDF/registry/winnow-0.6.18/src/combinator/debug/mod.rs:54:16 179s | 179s 54 | #[cfg_attr(not(feature = "debug"), allow(unused_variables))] 179s | ^^^^^^^^^^^^^^^^^ 179s | 179s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 179s = help: consider adding `debug` as a feature in `Cargo.toml` 179s = note: see for more information about checking conditional configuration 179s 179s warning: unexpected `cfg` condition value: `debug` 179s --> /tmp/tmp.ghF8SNkbDF/registry/winnow-0.6.18/src/combinator/debug/mod.rs:79:7 179s | 179s 79 | #[cfg(feature = "debug")] 179s | ^^^^^^^^^^^^^^^^^ 179s | 179s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 179s = help: consider adding `debug` as a feature in `Cargo.toml` 179s = note: see for more information about checking conditional configuration 179s 179s warning: unexpected `cfg` condition value: `debug` 179s --> /tmp/tmp.ghF8SNkbDF/registry/winnow-0.6.18/src/combinator/debug/mod.rs:44:11 179s | 179s 44 | #[cfg(feature = "debug")] 179s | ^^^^^^^^^^^^^^^^^ 179s | 179s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 179s = help: consider adding `debug` as a feature in `Cargo.toml` 179s = note: see for more information about checking conditional configuration 179s 179s warning: unexpected `cfg` condition value: `debug` 179s --> /tmp/tmp.ghF8SNkbDF/registry/winnow-0.6.18/src/combinator/debug/mod.rs:48:15 179s | 179s 48 | #[cfg(not(feature = "debug"))] 179s | ^^^^^^^^^^^^^^^^^ 179s | 179s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 179s = help: consider adding `debug` as a feature in `Cargo.toml` 179s = note: see for more information about checking conditional configuration 179s 179s warning: unexpected `cfg` condition value: `debug` 179s --> /tmp/tmp.ghF8SNkbDF/registry/winnow-0.6.18/src/combinator/debug/mod.rs:59:11 179s | 179s 59 | #[cfg(feature = "debug")] 179s | ^^^^^^^^^^^^^^^^^ 179s | 179s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 179s = help: consider adding `debug` as a feature in `Cargo.toml` 179s = note: see for more information about checking conditional configuration 179s 181s warning: `winnow` (lib) generated 10 warnings 181s Compiling target-lexicon v0.12.14 181s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/target-lexicon-0.12.14 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/target-lexicon-0.12.14/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='Targeting utilities for compilers and related tools' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=target-lexicon CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/target-lexicon' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.ghF8SNkbDF/registry/target-lexicon-0.12.14/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=25364d17e185c4be -C extra-filename=-25364d17e185c4be --out-dir /tmp/tmp.ghF8SNkbDF/target/debug/build/target-lexicon-25364d17e185c4be -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --cap-lints warn` 181s warning: unexpected `cfg` condition value: `rust_1_40` 181s --> /tmp/tmp.ghF8SNkbDF/registry/target-lexicon-0.12.14/src/data_model.rs:43:12 181s | 181s 43 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 181s | ^^^^^^^^^^^^^^^^^^^^^ 181s | 181s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 181s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 181s = note: see for more information about checking conditional configuration 181s = note: `#[warn(unexpected_cfgs)]` on by default 181s 181s warning: unexpected `cfg` condition value: `rust_1_40` 181s --> /tmp/tmp.ghF8SNkbDF/registry/target-lexicon-0.12.14/src/triple.rs:55:12 181s | 181s 55 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 181s | ^^^^^^^^^^^^^^^^^^^^^ 181s | 181s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 181s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 181s = note: see for more information about checking conditional configuration 181s 181s warning: unexpected `cfg` condition value: `rust_1_40` 181s --> /tmp/tmp.ghF8SNkbDF/registry/target-lexicon-0.12.14/src/targets.rs:14:12 181s | 181s 14 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 181s | ^^^^^^^^^^^^^^^^^^^^^ 181s | 181s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 181s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 181s = note: see for more information about checking conditional configuration 181s 181s warning: unexpected `cfg` condition value: `rust_1_40` 181s --> /tmp/tmp.ghF8SNkbDF/registry/target-lexicon-0.12.14/src/targets.rs:57:12 181s | 181s 57 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 181s | ^^^^^^^^^^^^^^^^^^^^^ 181s | 181s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 181s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 181s = note: see for more information about checking conditional configuration 181s 181s warning: unexpected `cfg` condition value: `rust_1_40` 181s --> /tmp/tmp.ghF8SNkbDF/registry/target-lexicon-0.12.14/src/targets.rs:107:12 181s | 181s 107 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 181s | ^^^^^^^^^^^^^^^^^^^^^ 181s | 181s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 181s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 181s = note: see for more information about checking conditional configuration 181s 181s warning: unexpected `cfg` condition value: `rust_1_40` 181s --> /tmp/tmp.ghF8SNkbDF/registry/target-lexicon-0.12.14/src/targets.rs:386:12 181s | 181s 386 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 181s | ^^^^^^^^^^^^^^^^^^^^^ 181s | 181s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 181s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 181s = note: see for more information about checking conditional configuration 181s 181s warning: unexpected `cfg` condition value: `rust_1_40` 181s --> /tmp/tmp.ghF8SNkbDF/registry/target-lexicon-0.12.14/src/targets.rs:407:12 181s | 181s 407 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 181s | ^^^^^^^^^^^^^^^^^^^^^ 181s | 181s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 181s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 181s = note: see for more information about checking conditional configuration 181s 181s warning: unexpected `cfg` condition value: `rust_1_40` 181s --> /tmp/tmp.ghF8SNkbDF/registry/target-lexicon-0.12.14/src/targets.rs:436:12 181s | 181s 436 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 181s | ^^^^^^^^^^^^^^^^^^^^^ 181s | 181s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 181s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 181s = note: see for more information about checking conditional configuration 181s 181s warning: unexpected `cfg` condition value: `rust_1_40` 181s --> /tmp/tmp.ghF8SNkbDF/registry/target-lexicon-0.12.14/src/targets.rs:459:12 181s | 181s 459 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 181s | ^^^^^^^^^^^^^^^^^^^^^ 181s | 181s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 181s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 181s = note: see for more information about checking conditional configuration 181s 181s warning: unexpected `cfg` condition value: `rust_1_40` 181s --> /tmp/tmp.ghF8SNkbDF/registry/target-lexicon-0.12.14/src/targets.rs:482:12 181s | 181s 482 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 181s | ^^^^^^^^^^^^^^^^^^^^^ 181s | 181s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 181s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 181s = note: see for more information about checking conditional configuration 181s 181s warning: unexpected `cfg` condition value: `rust_1_40` 181s --> /tmp/tmp.ghF8SNkbDF/registry/target-lexicon-0.12.14/src/targets.rs:507:12 181s | 181s 507 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 181s | ^^^^^^^^^^^^^^^^^^^^^ 181s | 181s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 181s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 181s = note: see for more information about checking conditional configuration 181s 181s warning: unexpected `cfg` condition value: `rust_1_40` 181s --> /tmp/tmp.ghF8SNkbDF/registry/target-lexicon-0.12.14/src/targets.rs:566:12 181s | 181s 566 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 181s | ^^^^^^^^^^^^^^^^^^^^^ 181s | 181s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 181s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 181s = note: see for more information about checking conditional configuration 181s 181s warning: unexpected `cfg` condition value: `rust_1_40` 181s --> /tmp/tmp.ghF8SNkbDF/registry/target-lexicon-0.12.14/src/targets.rs:624:12 181s | 181s 624 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 181s | ^^^^^^^^^^^^^^^^^^^^^ 181s | 181s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 181s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 181s = note: see for more information about checking conditional configuration 181s 181s warning: unexpected `cfg` condition value: `rust_1_40` 181s --> /tmp/tmp.ghF8SNkbDF/registry/target-lexicon-0.12.14/src/targets.rs:719:12 181s | 181s 719 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 181s | ^^^^^^^^^^^^^^^^^^^^^ 181s | 181s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 181s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 181s = note: see for more information about checking conditional configuration 181s 181s warning: unexpected `cfg` condition value: `rust_1_40` 181s --> /tmp/tmp.ghF8SNkbDF/registry/target-lexicon-0.12.14/src/targets.rs:801:12 181s | 181s 801 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 181s | ^^^^^^^^^^^^^^^^^^^^^ 181s | 181s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 181s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 181s = note: see for more information about checking conditional configuration 181s 181s Compiling toml_datetime v0.6.8 181s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=toml_datetime CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/toml_datetime-0.6.8 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/toml_datetime-0.6.8/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A TOML-compatible datetime type' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_datetime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.6.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name toml_datetime --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=f8a60bc8f4facc64 -C extra-filename=-f8a60bc8f4facc64 --out-dir /tmp/tmp.ghF8SNkbDF/target/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern serde=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libserde-64c0851ac56a0ce1.rmeta --cap-lints warn` 182s Compiling serde_spanned v0.6.7 182s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde_spanned CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/serde_spanned-0.6.7 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/serde_spanned-0.6.7/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Serde-compatible spanned Value' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_spanned CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.6.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name serde_spanned --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/serde_spanned-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=bb6bf82fb8b7e3e2 -C extra-filename=-bb6bf82fb8b7e3e2 --out-dir /tmp/tmp.ghF8SNkbDF/target/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern serde=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libserde-64c0851ac56a0ce1.rmeta --cap-lints warn` 182s Compiling toml_edit v0.22.20 182s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=toml_edit CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/toml_edit-0.22.20 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/toml_edit-0.22.20/Cargo.toml CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name toml_edit --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/toml_edit-0.22.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=16e4204886ae364a -C extra-filename=-16e4204886ae364a --out-dir /tmp/tmp.ghF8SNkbDF/target/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern indexmap=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libindexmap-1e18ac9265fbd6ac.rmeta --extern serde=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libserde-64c0851ac56a0ce1.rmeta --extern serde_spanned=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libserde_spanned-bb6bf82fb8b7e3e2.rmeta --extern toml_datetime=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libtoml_datetime-f8a60bc8f4facc64.rmeta --extern winnow=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libwinnow-0f17435733cfc3dc.rmeta --cap-lints warn` 182s warning: `target-lexicon` (build script) generated 15 warnings 182s 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_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/target-lexicon-0.12.14 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/target-lexicon-0.12.14/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='Targeting utilities for compilers and related tools' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=target-lexicon CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/target-lexicon' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.ghF8SNkbDF/target/debug/deps:/tmp/tmp.ghF8SNkbDF/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.ghF8SNkbDF/target/debug/build/target-lexicon-bcd17a2af3ef410c/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.ghF8SNkbDF/target/debug/build/target-lexicon-25364d17e185c4be/build-script-build` 182s [target-lexicon 0.12.14] cargo:rustc-cfg=feature="rust_1_40" 182s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=target_lexicon CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/target-lexicon-0.12.14 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/target-lexicon-0.12.14/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='Targeting utilities for compilers and related tools' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=target-lexicon CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/target-lexicon' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps OUT_DIR=/tmp/tmp.ghF8SNkbDF/target/debug/build/target-lexicon-bcd17a2af3ef410c/out rustc --crate-name target_lexicon --edition=2018 /tmp/tmp.ghF8SNkbDF/registry/target-lexicon-0.12.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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=3e1fae5fd9acfad5 -C extra-filename=-3e1fae5fd9acfad5 --out-dir /tmp/tmp.ghF8SNkbDF/target/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --cap-lints warn --cfg 'feature="rust_1_40"'` 182s warning: unexpected `cfg` condition value: `cargo-clippy` 182s --> /tmp/tmp.ghF8SNkbDF/registry/target-lexicon-0.12.14/src/lib.rs:6:5 182s | 182s 6 | feature = "cargo-clippy", 182s | ^^^^^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 182s = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s = note: `#[warn(unexpected_cfgs)]` on by default 182s 182s warning: unexpected `cfg` condition value: `rust_1_40` 182s --> /tmp/tmp.ghF8SNkbDF/registry/target-lexicon-0.12.14/src/data_model.rs:43:12 182s | 182s 43 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 182s | ^^^^^^^^^^^^^^^^^^^^^ 182s | 182s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 182s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 182s = note: see for more information about checking conditional configuration 182s 182s warning: `target-lexicon` (lib) generated 16 warnings (14 duplicates) 182s Compiling heck v0.4.1 182s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=heck CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/heck-0.4.1 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/heck-0.4.1/Cargo.toml CARGO_PKG_AUTHORS='Without Boats ' CARGO_PKG_DESCRIPTION='heck is a case conversion library.' CARGO_PKG_HOMEPAGE='https://github.com/withoutboats/heck' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heck CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/withoutboats/heck' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name heck --edition=2018 /tmp/tmp.ghF8SNkbDF/registry/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=780ed41701172964 -C extra-filename=-780ed41701172964 --out-dir /tmp/tmp.ghF8SNkbDF/target/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --cap-lints warn` 182s Compiling smallvec v1.13.2 182s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/smallvec-1.13.2 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/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.ghF8SNkbDF/target/debug/deps rustc --crate-name smallvec --edition=2018 /tmp/tmp.ghF8SNkbDF/registry/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=f7f5371280a70ca7 -C extra-filename=-f7f5371280a70ca7 --out-dir /tmp/tmp.ghF8SNkbDF/target/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --cap-lints warn` 183s Compiling cfg-expr v0.15.8 183s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=cfg_expr CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/cfg-expr-0.15.8 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/cfg-expr-0.15.8/Cargo.toml CARGO_PKG_AUTHORS='Embark :Jake Shadle ' CARGO_PKG_DESCRIPTION='A parser and evaluator for Rust `cfg()` expressions.' CARGO_PKG_HOMEPAGE='https://github.com/EmbarkStudios/cfg-expr' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-expr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/EmbarkStudios/cfg-expr' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=0.15.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name cfg_expr --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/cfg-expr-0.15.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="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=4c9dfc41aae878a8 -C extra-filename=-4c9dfc41aae878a8 --out-dir /tmp/tmp.ghF8SNkbDF/target/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern smallvec=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libsmallvec-f7f5371280a70ca7.rmeta --extern target_lexicon=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libtarget_lexicon-3e1fae5fd9acfad5.rmeta --cap-lints warn` 183s Compiling version-compare v0.1.1 183s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=version_compare CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/version-compare-0.1.1 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/version-compare-0.1.1/Cargo.toml CARGO_PKG_AUTHORS='Tim Visee <3a4fb3964f@sinenomine.email>' CARGO_PKG_DESCRIPTION='Rust library to easily compare version numbers with no specific format, and test against various comparison operators.' CARGO_PKG_HOMEPAGE='https://timvisee.com/projects/version-compare/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=version-compare CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/timvisee/version-compare' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name version_compare --edition=2018 /tmp/tmp.ghF8SNkbDF/registry/version-compare-0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ede63bb61298945c -C extra-filename=-ede63bb61298945c --out-dir /tmp/tmp.ghF8SNkbDF/target/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --cap-lints warn` 183s warning: unexpected `cfg` condition name: `tarpaulin` 183s --> /tmp/tmp.ghF8SNkbDF/registry/version-compare-0.1.1/src/cmp.rs:320:12 183s | 183s 320 | #[cfg_attr(tarpaulin, skip)] 183s | ^^^^^^^^^ 183s | 183s = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` 183s = help: consider using a Cargo feature instead 183s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 183s [lints.rust] 183s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] } 183s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs` 183s = note: see for more information about checking conditional configuration 183s = note: `#[warn(unexpected_cfgs)]` on by default 183s 183s warning: unexpected `cfg` condition name: `tarpaulin` 183s --> /tmp/tmp.ghF8SNkbDF/registry/version-compare-0.1.1/src/compare.rs:66:12 183s | 183s 66 | #[cfg_attr(tarpaulin, skip)] 183s | ^^^^^^^^^ 183s | 183s = help: consider using a Cargo feature instead 183s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 183s [lints.rust] 183s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] } 183s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition name: `tarpaulin` 183s --> /tmp/tmp.ghF8SNkbDF/registry/version-compare-0.1.1/src/manifest.rs:58:12 183s | 183s 58 | #[cfg_attr(tarpaulin, skip)] 183s | ^^^^^^^^^ 183s | 183s = help: consider using a Cargo feature instead 183s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 183s [lints.rust] 183s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] } 183s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition name: `tarpaulin` 183s --> /tmp/tmp.ghF8SNkbDF/registry/version-compare-0.1.1/src/part.rs:34:12 183s | 183s 34 | #[cfg_attr(tarpaulin, skip)] 183s | ^^^^^^^^^ 183s | 183s = help: consider using a Cargo feature instead 183s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 183s [lints.rust] 183s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] } 183s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs` 183s = note: see for more information about checking conditional configuration 183s 183s warning: unexpected `cfg` condition name: `tarpaulin` 183s --> /tmp/tmp.ghF8SNkbDF/registry/version-compare-0.1.1/src/version.rs:462:12 183s | 183s 462 | #[cfg_attr(tarpaulin, skip)] 183s | ^^^^^^^^^ 183s | 183s = help: consider using a Cargo feature instead 183s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 183s [lints.rust] 183s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] } 183s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs` 183s = note: see for more information about checking conditional configuration 183s 183s warning: `version-compare` (lib) generated 5 warnings 183s Compiling toml v0.8.19 183s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=toml CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/toml-0.8.19 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/toml-0.8.19/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A native Rust encoder and decoder of TOML-formatted files and streams. Provides 183s implementations of the standard Serialize/Deserialize traits for TOML data to 183s facilitate deserializing and serializing Rust structures. 183s ' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.8.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name toml --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/toml-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=3dcb236086e4a66e -C extra-filename=-3dcb236086e4a66e --out-dir /tmp/tmp.ghF8SNkbDF/target/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern serde=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libserde-64c0851ac56a0ce1.rmeta --extern serde_spanned=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libserde_spanned-bb6bf82fb8b7e3e2.rmeta --extern toml_datetime=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libtoml_datetime-f8a60bc8f4facc64.rmeta --extern toml_edit=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libtoml_edit-16e4204886ae364a.rmeta --cap-lints warn` 183s warning: unused import: `std::fmt` 183s --> /tmp/tmp.ghF8SNkbDF/registry/toml-0.8.19/src/table.rs:1:5 183s | 183s 1 | use std::fmt; 183s | ^^^^^^^^ 183s | 183s = note: `#[warn(unused_imports)]` on by default 183s 184s warning: `toml` (lib) generated 1 warning 184s Compiling pkg-config v0.3.31 184s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=pkg_config CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/pkg-config-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/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 184s Cargo build scripts. 184s ' 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.ghF8SNkbDF/target/debug/deps rustc --crate-name pkg_config --edition=2018 /tmp/tmp.ghF8SNkbDF/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.ghF8SNkbDF/target/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --cap-lints warn` 184s warning: unreachable expression 184s --> /tmp/tmp.ghF8SNkbDF/registry/pkg-config-0.3.31/src/lib.rs:596:9 184s | 184s 592 | return true; 184s | ----------- any code following this expression is unreachable 184s ... 184s 596 | / match self.targeted_env_var("PKG_CONFIG_ALLOW_CROSS") { 184s 597 | | // don't use pkg-config if explicitly disabled 184s 598 | | Some(ref val) if val == "0" => false, 184s 599 | | Some(_) => true, 184s ... | 184s 605 | | } 184s 606 | | } 184s | |_________^ unreachable expression 184s | 184s = note: `#[warn(unreachable_code)]` on by default 184s 185s warning: `pkg-config` (lib) generated 1 warning 185s Compiling system-deps v7.0.2 185s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=system_deps CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/system-deps-7.0.2 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/system-deps-7.0.2/Cargo.toml CARGO_PKG_AUTHORS='Guillaume Desmottes :Josh Triplett ' CARGO_PKG_DESCRIPTION='Discover and configure system dependencies from declarative dependencies in Cargo.toml' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=system-deps CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gdesmott/system-deps' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=7.0.2 CARGO_PKG_VERSION_MAJOR=7 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name system_deps --edition=2018 /tmp/tmp.ghF8SNkbDF/registry/system-deps-7.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=df5512f70260f2a1 -C extra-filename=-df5512f70260f2a1 --out-dir /tmp/tmp.ghF8SNkbDF/target/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern cfg_expr=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libcfg_expr-4c9dfc41aae878a8.rmeta --extern heck=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libheck-780ed41701172964.rmeta --extern pkg_config=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libpkg_config-f20a1c89e2145860.rmeta --extern toml=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libtoml-3dcb236086e4a66e.rmeta --extern version_compare=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libversion_compare-ede63bb61298945c.rmeta --cap-lints warn` 186s Compiling autocfg v1.1.0 186s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/autocfg-1.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/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.ghF8SNkbDF/target/debug/deps rustc --crate-name autocfg --edition=2015 /tmp/tmp.ghF8SNkbDF/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.ghF8SNkbDF/target/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --cap-lints warn` 186s Compiling proc-macro2 v1.0.92 186s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/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.ghF8SNkbDF/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.ghF8SNkbDF/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.ghF8SNkbDF/target/debug/build/proc-macro2-3832f39696f3f5db -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --cap-lints warn` 186s Compiling libc v0.2.169 186s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/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. 186s ' 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.ghF8SNkbDF/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/libc-0.2.169/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=281f50e119612eba -C extra-filename=-281f50e119612eba --out-dir /tmp/tmp.ghF8SNkbDF/target/debug/build/libc-281f50e119612eba -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --cap-lints warn` 186s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/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.ghF8SNkbDF/target/debug/deps:/tmp/tmp.ghF8SNkbDF/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.ghF8SNkbDF/target/debug/build/proc-macro2-b8c68c67c59c8657/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.ghF8SNkbDF/target/debug/build/proc-macro2-3832f39696f3f5db/build-script-build` 186s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(fuzzing) 186s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_is_available) 186s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_byte_character) 186s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_c_string) 186s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_source_text) 186s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(proc_macro_span) 186s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) 186s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) 186s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) 186s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(randomize_layout) 186s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(span_locations) 186s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(super_unstable) 186s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(wrap_proc_macro) 186s [proc-macro2 1.0.92] cargo:rerun-if-changed=build/probe.rs 186s [proc-macro2 1.0.92] cargo:rustc-cfg=wrap_proc_macro 186s [proc-macro2 1.0.92] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 186s Compiling unicode-ident v1.0.13 186s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/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.ghF8SNkbDF/target/debug/deps rustc --crate-name unicode_ident --edition=2018 /tmp/tmp.ghF8SNkbDF/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.ghF8SNkbDF/target/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --cap-lints warn` 187s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/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.ghF8SNkbDF/target/debug/deps OUT_DIR=/tmp/tmp.ghF8SNkbDF/target/debug/build/proc-macro2-b8c68c67c59c8657/out rustc --crate-name proc_macro2 --edition=2021 /tmp/tmp.ghF8SNkbDF/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.ghF8SNkbDF/target/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern unicode_ident=/tmp/tmp.ghF8SNkbDF/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)'` 187s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/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. 187s ' 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.ghF8SNkbDF/target/debug/deps:/tmp/tmp.ghF8SNkbDF/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/build/libc-3f83b68379fefaf9/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.ghF8SNkbDF/target/debug/build/libc-281f50e119612eba/build-script-build` 187s [libc 0.2.169] cargo:rerun-if-changed=build.rs 187s [libc 0.2.169] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION 187s [libc 0.2.169] cargo:rustc-cfg=freebsd11 187s [libc 0.2.169] cargo:rustc-cfg=libc_const_extern_fn 187s [libc 0.2.169] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) 187s [libc 0.2.169] cargo:rustc-check-cfg=cfg(espidf_time32) 187s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd10) 187s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd11) 187s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd12) 187s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd13) 187s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd14) 187s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd15) 187s [libc 0.2.169] cargo:rustc-check-cfg=cfg(gnu_time64_abi) 187s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) 187s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_deny_warnings) 187s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_thread_local) 187s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_ctest) 187s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) 187s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) 187s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) 187s Compiling glib-sys v0.20.7 187s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/glib-sys-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/glib-sys-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libglib-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glib-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/glib-sys-0.20.7/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("v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82", "v2_84"))' -C metadata=e76b494fc2db9ea9 -C extra-filename=-e76b494fc2db9ea9 --out-dir /tmp/tmp.ghF8SNkbDF/target/debug/build/glib-sys-e76b494fc2db9ea9 -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern system_deps=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 187s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/glib-sys-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/glib-sys-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libglib-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glib-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.ghF8SNkbDF/target/debug/deps:/tmp/tmp.ghF8SNkbDF/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/build/glib-sys-352789a9aca33e1d/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.ghF8SNkbDF/target/debug/build/glib-sys-e76b494fc2db9ea9/build-script-build` 187s [glib-sys 0.20.7] cargo:rerun-if-changed=/tmp/tmp.ghF8SNkbDF/registry/glib-sys-0.20.7/Cargo.toml 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=GLIB_2.0_NO_PKG_CONFIG 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSROOT 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=GOBJECT_2.0_NO_PKG_CONFIG 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSROOT 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 187s [glib-sys 0.20.7] cargo:rustc-link-lib=glib-2.0 187s [glib-sys 0.20.7] cargo:rustc-link-lib=gobject-2.0 187s [glib-sys 0.20.7] cargo:rustc-link-lib=glib-2.0 187s [glib-sys 0.20.7] cargo:include=/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6:/usr/include:/usr/include:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_LIB 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_LIB_FRAMEWORK 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_SEARCH_NATIVE 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_SEARCH_FRAMEWORK 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_INCLUDE 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_LDFLAGS 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_NO_PKG_CONFIG 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_BUILD_INTERNAL 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_LINK 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LIB 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LIB_FRAMEWORK 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_SEARCH_NATIVE 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_SEARCH_FRAMEWORK 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_INCLUDE 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LDFLAGS 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_NO_PKG_CONFIG 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_BUILD_INTERNAL 187s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LINK 187s [glib-sys 0.20.7] 187s [glib-sys 0.20.7] cargo:rustc-cfg=system_deps_have_glib_2_0 187s [glib-sys 0.20.7] cargo:rustc-cfg=system_deps_have_gobject_2_0 187s Compiling quote v1.0.37 187s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/quote-1.0.37 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/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.ghF8SNkbDF/target/debug/deps rustc --crate-name quote --edition=2018 /tmp/tmp.ghF8SNkbDF/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.ghF8SNkbDF/target/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern proc_macro2=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --cap-lints warn` 187s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/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. 187s ' 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.ghF8SNkbDF/target/debug/deps OUT_DIR=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/build/libc-3f83b68379fefaf9/out rustc --crate-name libc --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/libc-0.2.169/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=5c144d8f845513d1 -C extra-filename=-5c144d8f845513d1 --out-dir /tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/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"))'` 188s warning: unused import: `crate::ntptimeval` 188s --> /usr/share/cargo/registry/libc-0.2.169/src/unix/linux_like/linux/gnu/b64/mod.rs:5:5 188s | 188s 5 | use crate::ntptimeval; 188s | ^^^^^^^^^^^^^^^^^ 188s | 188s = note: `#[warn(unused_imports)]` on by default 188s 188s Compiling gobject-sys v0.20.7 188s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/gobject-sys-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/gobject-sys-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libgobject-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gobject-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/gobject-sys-0.20.7/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("v2_58", "v2_62", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82"))' -C metadata=badf85930359f815 -C extra-filename=-badf85930359f815 --out-dir /tmp/tmp.ghF8SNkbDF/target/debug/build/gobject-sys-badf85930359f815 -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern system_deps=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 188s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 188s | 188s = note: this feature is not stably supported; its behavior can change in the future 188s 188s warning: `libc` (lib) generated 2 warnings 188s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=glib_sys CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/glib-sys-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/glib-sys-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libglib-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glib-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps OUT_DIR=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/build/glib-sys-352789a9aca33e1d/out rustc --crate-name glib_sys --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/glib-sys-0.20.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82", "v2_84"))' -C metadata=04da964d550d191e -C extra-filename=-04da964d550d191e --out-dir /tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern libc=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l glib-2.0 -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_glib_2_0 --cfg system_deps_have_gobject_2_0` 188s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/gobject-sys-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/gobject-sys-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libgobject-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gobject-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.ghF8SNkbDF/target/debug/deps:/tmp/tmp.ghF8SNkbDF/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/build/gobject-sys-28e6444424201f24/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.ghF8SNkbDF/target/debug/build/gobject-sys-badf85930359f815/build-script-build` 188s [gobject-sys 0.20.7] cargo:rerun-if-changed=/tmp/tmp.ghF8SNkbDF/registry/gobject-sys-0.20.7/Cargo.toml 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=GOBJECT_2.0_NO_PKG_CONFIG 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSROOT 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 188s [gobject-sys 0.20.7] cargo:rustc-link-lib=gobject-2.0 188s [gobject-sys 0.20.7] cargo:rustc-link-lib=glib-2.0 188s [gobject-sys 0.20.7] cargo:include=/usr/include:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LIB 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LIB_FRAMEWORK 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_SEARCH_NATIVE 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_SEARCH_FRAMEWORK 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_INCLUDE 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LDFLAGS 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_NO_PKG_CONFIG 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_BUILD_INTERNAL 188s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LINK 188s [gobject-sys 0.20.7] 188s [gobject-sys 0.20.7] cargo:rustc-cfg=system_deps_have_gobject_2_0 188s Compiling syn v2.0.96 188s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/syn-2.0.96 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/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.ghF8SNkbDF/target/debug/deps rustc --crate-name syn --edition=2021 /tmp/tmp.ghF8SNkbDF/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.ghF8SNkbDF/target/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern proc_macro2=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --extern quote=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libquote-dc92c6f25ee0f0c6.rmeta --extern unicode_ident=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn` 188s warning: `glib-sys` (lib) generated 1 warning (1 duplicate) 188s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gobject_sys CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/gobject-sys-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/gobject-sys-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libgobject-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gobject-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps OUT_DIR=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/build/gobject-sys-28e6444424201f24/out rustc --crate-name gobject_sys --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/gobject-sys-0.20.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v2_58", "v2_62", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82"))' -C metadata=f020968d087cf1e8 -C extra-filename=-f020968d087cf1e8 --out-dir /tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern glib_sys=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern libc=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_gobject_2_0` 189s warning: `gobject-sys` (lib) generated 1 warning (1 duplicate) 189s Compiling slab v0.4.9 189s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/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.ghF8SNkbDF/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.ghF8SNkbDF/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.ghF8SNkbDF/target/debug/build/slab-95cba3e02497b263 -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern autocfg=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libautocfg-9ebcd9511383083c.rlib --cap-lints warn` 189s Compiling gstreamer-sys v0.23.0 189s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/gstreamer-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/gstreamer-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstreamer-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/gstreamer-sys-0.23.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_18_3"' --cfg 'feature="v1_20"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_16", "v1_18", "v1_18_3", "v1_20", "v1_20_4", "v1_22", "v1_24", "v1_26"))' -C metadata=987f6fcb8953aad3 -C extra-filename=-987f6fcb8953aad3 --out-dir /tmp/tmp.ghF8SNkbDF/target/debug/build/gstreamer-sys-987f6fcb8953aad3 -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern system_deps=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 190s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_V1_16=1 CARGO_FEATURE_V1_18=1 CARGO_FEATURE_V1_18_3=1 CARGO_FEATURE_V1_20=1 CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/gstreamer-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/gstreamer-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstreamer-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.ghF8SNkbDF/target/debug/deps:/tmp/tmp.ghF8SNkbDF/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/build/gstreamer-sys-9ae8d059befabed6/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.ghF8SNkbDF/target/debug/build/gstreamer-sys-987f6fcb8953aad3/build-script-build` 190s [gstreamer-sys 0.23.0] cargo:rerun-if-changed=/tmp/tmp.ghF8SNkbDF/registry/gstreamer-sys-0.23.0/Cargo.toml 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=GSTREAMER_1.0_NO_PKG_CONFIG 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSROOT 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 190s [gstreamer-sys 0.23.0] cargo:rustc-link-lib=gstreamer-1.0 190s [gstreamer-sys 0.23.0] cargo:rustc-link-lib=gobject-2.0 190s [gstreamer-sys 0.23.0] cargo:rustc-link-lib=glib-2.0 190s [gstreamer-sys 0.23.0] cargo:include=/usr/include/gstreamer-1.0:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6:/usr/include 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_LIB 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_LIB_FRAMEWORK 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_SEARCH_NATIVE 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_SEARCH_FRAMEWORK 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_INCLUDE 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_LDFLAGS 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_NO_PKG_CONFIG 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_BUILD_INTERNAL 190s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_LINK 190s [gstreamer-sys 0.23.0] 190s [gstreamer-sys 0.23.0] cargo:rustc-cfg=system_deps_have_gstreamer_1_0 190s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/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.ghF8SNkbDF/target/debug/deps:/tmp/tmp.ghF8SNkbDF/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/build/slab-2c89ee66d35953a1/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.ghF8SNkbDF/target/debug/build/slab-95cba3e02497b263/build-script-build` 190s [slab 0.4.9] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 190s [slab 0.4.9] | 190s [slab 0.4.9] = note: this feature is not stably supported; its behavior can change in the future 190s [slab 0.4.9] 190s [slab 0.4.9] warning: 1 warning emitted 190s [slab 0.4.9] 190s Compiling num-traits v0.2.19 190s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=df063271a742dcb0 -C extra-filename=-df063271a742dcb0 --out-dir /tmp/tmp.ghF8SNkbDF/target/debug/build/num-traits-df063271a742dcb0 -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern autocfg=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libautocfg-9ebcd9511383083c.rlib --cap-lints warn` 190s Compiling futures-core v0.3.31 190s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_core CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/futures-core-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/futures-core-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The core traits and types in for the `futures` library. 190s ' 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.ghF8SNkbDF/target/debug/deps rustc --crate-name futures_core --edition=2018 /tmp/tmp.ghF8SNkbDF/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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=8d305950da6bf5c8 -C extra-filename=-8d305950da6bf5c8 --out-dir /tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 190s warning: `futures-core` (lib) generated 1 warning (1 duplicate) 190s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_I128=1 CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.ghF8SNkbDF/target/debug/deps:/tmp/tmp.ghF8SNkbDF/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/build/num-traits-e7e75256e08cb60b/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.ghF8SNkbDF/target/debug/build/num-traits-df063271a742dcb0/build-script-build` 190s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 190s [num-traits 0.2.19] | 190s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 190s [num-traits 0.2.19] 190s [num-traits 0.2.19] warning: 1 warning emitted 190s [num-traits 0.2.19] 190s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 190s [num-traits 0.2.19] | 190s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 190s [num-traits 0.2.19] 190s [num-traits 0.2.19] warning: 1 warning emitted 190s [num-traits 0.2.19] 190s [num-traits 0.2.19] cargo:rustc-cfg=has_total_cmp 190s [num-traits 0.2.19] cargo:rerun-if-changed=build.rs 190s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=slab CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/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.ghF8SNkbDF/target/debug/deps OUT_DIR=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/build/slab-2c89ee66d35953a1/out rustc --crate-name slab --edition=2018 /tmp/tmp.ghF8SNkbDF/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.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 190s warning: unexpected `cfg` condition name: `slab_no_const_vec_new` 190s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:250:15 190s | 190s 250 | #[cfg(not(slab_no_const_vec_new))] 190s | ^^^^^^^^^^^^^^^^^^^^^ 190s | 190s = 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` 190s = help: consider using a Cargo feature instead 190s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 190s [lints.rust] 190s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_const_vec_new)'] } 190s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_const_vec_new)");` to the top of the `build.rs` 190s = note: see for more information about checking conditional configuration 190s = note: `#[warn(unexpected_cfgs)]` on by default 190s 190s warning: unexpected `cfg` condition name: `slab_no_const_vec_new` 190s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:264:11 190s | 190s 264 | #[cfg(slab_no_const_vec_new)] 190s | ^^^^^^^^^^^^^^^^^^^^^ 190s | 190s = help: consider using a Cargo feature instead 190s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 190s [lints.rust] 190s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_const_vec_new)'] } 190s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_const_vec_new)");` to the top of the `build.rs` 190s = note: see for more information about checking conditional configuration 190s 190s warning: unexpected `cfg` condition name: `slab_no_track_caller` 190s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:929:20 190s | 190s 929 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 190s | ^^^^^^^^^^^^^^^^^^^^ 190s | 190s = help: consider using a Cargo feature instead 190s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 190s [lints.rust] 190s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 190s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 190s = note: see for more information about checking conditional configuration 190s 190s warning: unexpected `cfg` condition name: `slab_no_track_caller` 190s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1098:20 190s | 190s 1098 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 190s | ^^^^^^^^^^^^^^^^^^^^ 190s | 190s = help: consider using a Cargo feature instead 190s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 190s [lints.rust] 190s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 190s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 190s = note: see for more information about checking conditional configuration 190s 190s warning: unexpected `cfg` condition name: `slab_no_track_caller` 190s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1206:20 190s | 190s 1206 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 190s | ^^^^^^^^^^^^^^^^^^^^ 190s | 190s = help: consider using a Cargo feature instead 190s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 190s [lints.rust] 190s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 190s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 190s = note: see for more information about checking conditional configuration 190s 190s warning: unexpected `cfg` condition name: `slab_no_track_caller` 190s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1216:20 190s | 190s 1216 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 190s | ^^^^^^^^^^^^^^^^^^^^ 190s | 190s = help: consider using a Cargo feature instead 190s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 190s [lints.rust] 190s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 190s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 190s = note: see for more information about checking conditional configuration 190s 190s warning: `slab` (lib) generated 7 warnings (1 duplicate) 190s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_sys CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/gstreamer-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/gstreamer-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstreamer-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps OUT_DIR=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/build/gstreamer-sys-9ae8d059befabed6/out rustc --crate-name gstreamer_sys --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/gstreamer-sys-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_18_3"' --cfg 'feature="v1_20"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_16", "v1_18", "v1_18_3", "v1_20", "v1_20_4", "v1_22", "v1_24", "v1_26"))' -C metadata=487a83e7930554b6 -C extra-filename=-487a83e7930554b6 --out-dir /tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern glib_sys=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern gobject_sys=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libgobject_sys-f020968d087cf1e8.rmeta --extern libc=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l gstreamer-1.0 -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_gstreamer_1_0` 191s warning: `gstreamer-sys` (lib) generated 1 warning (1 duplicate) 191s Compiling gstreamer-base-sys v0.23.0 191s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/gstreamer-base-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/gstreamer-base-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstbase-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-base-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/gstreamer-base-sys-0.23.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_14_1"' --cfg 'feature="v1_14_3"' --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_20"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_14_1", "v1_14_3", "v1_16", "v1_18", "v1_20", "v1_22", "v1_24", "v1_26"))' -C metadata=0d7f5a7dc3231f6b -C extra-filename=-0d7f5a7dc3231f6b --out-dir /tmp/tmp.ghF8SNkbDF/target/debug/build/gstreamer-base-sys-0d7f5a7dc3231f6b -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern system_deps=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 192s Compiling gio-sys v0.20.8 192s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/gio-sys-0.20.8 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/gio-sys-0.20.8/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libgio-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gio-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/gio-sys-0.20.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("v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82", "v2_84"))' -C metadata=fa8bb799a92b9aec -C extra-filename=-fa8bb799a92b9aec --out-dir /tmp/tmp.ghF8SNkbDF/target/debug/build/gio-sys-fa8bb799a92b9aec -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern system_deps=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 192s Compiling pin-utils v0.1.0 192s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=pin_utils CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/pin-utils-0.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/pin-utils-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Josef Brandl ' CARGO_PKG_DESCRIPTION='Utilities for pinning 192s ' 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.ghF8SNkbDF/target/debug/deps rustc --crate-name pin_utils --edition=2018 /tmp/tmp.ghF8SNkbDF/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.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 192s warning: `pin-utils` (lib) generated 1 warning (1 duplicate) 192s Compiling futures-task v0.3.31 192s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_task CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/futures-task-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/futures-task-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Tools for working with tasks. 192s ' 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.ghF8SNkbDF/target/debug/deps rustc --crate-name futures_task --edition=2018 /tmp/tmp.ghF8SNkbDF/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.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 192s warning: `futures-task` (lib) generated 1 warning (1 duplicate) 192s Compiling pin-project-lite v0.2.13 192s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=pin_project_lite CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/pin-project-lite-0.2.13 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/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. 192s ' 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.ghF8SNkbDF/target/debug/deps rustc --crate-name pin_project_lite --edition=2018 /tmp/tmp.ghF8SNkbDF/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.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 192s warning: `pin-project-lite` (lib) generated 1 warning (1 duplicate) 192s Compiling paste v1.0.15 192s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/paste-1.0.15 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/paste-1.0.15/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Macros for all your token pasting needs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=paste CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/paste' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.15 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.ghF8SNkbDF/registry/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1df94c291fa3c93b -C extra-filename=-1df94c291fa3c93b --out-dir /tmp/tmp.ghF8SNkbDF/target/debug/build/paste-1df94c291fa3c93b -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --cap-lints warn` 193s 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_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/paste-1.0.15 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/paste-1.0.15/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Macros for all your token pasting needs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=paste CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/paste' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.15 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.ghF8SNkbDF/target/debug/deps:/tmp/tmp.ghF8SNkbDF/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.ghF8SNkbDF/target/debug/build/paste-93337411b64beae9/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.ghF8SNkbDF/target/debug/build/paste-1df94c291fa3c93b/build-script-build` 193s [paste 1.0.15] cargo:rerun-if-changed=build.rs 193s [paste 1.0.15] cargo:rustc-check-cfg=cfg(no_literal_fromstr) 193s [paste 1.0.15] cargo:rustc-check-cfg=cfg(feature, values("protocol_feature_paste")) 193s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/gio-sys-0.20.8 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/gio-sys-0.20.8/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libgio-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gio-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.ghF8SNkbDF/target/debug/deps:/tmp/tmp.ghF8SNkbDF/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/build/gio-sys-0011c5829155f9ef/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.ghF8SNkbDF/target/debug/build/gio-sys-fa8bb799a92b9aec/build-script-build` 193s [gio-sys 0.20.8] cargo:rerun-if-changed=/tmp/tmp.ghF8SNkbDF/registry/gio-sys-0.20.8/Cargo.toml 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=GIO_2.0_NO_PKG_CONFIG 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSROOT 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 193s [gio-sys 0.20.8] cargo:rustc-link-lib=gio-2.0 193s [gio-sys 0.20.8] cargo:rustc-link-lib=gobject-2.0 193s [gio-sys 0.20.8] cargo:rustc-link-lib=glib-2.0 193s [gio-sys 0.20.8] cargo:include=/usr/include:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6:/usr/include/libmount:/usr/include/blkid 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_LIB 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_LIB_FRAMEWORK 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_SEARCH_NATIVE 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_SEARCH_FRAMEWORK 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_INCLUDE 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_LDFLAGS 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_NO_PKG_CONFIG 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_BUILD_INTERNAL 193s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_LINK 193s [gio-sys 0.20.8] 193s [gio-sys 0.20.8] cargo:rustc-cfg=system_deps_have_gio_2_0 193s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_V1_14_1=1 CARGO_FEATURE_V1_14_3=1 CARGO_FEATURE_V1_16=1 CARGO_FEATURE_V1_18=1 CARGO_FEATURE_V1_20=1 CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/gstreamer-base-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/gstreamer-base-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstbase-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-base-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.ghF8SNkbDF/target/debug/deps:/tmp/tmp.ghF8SNkbDF/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/build/gstreamer-base-sys-52a915bdd1434049/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.ghF8SNkbDF/target/debug/build/gstreamer-base-sys-0d7f5a7dc3231f6b/build-script-build` 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-changed=/tmp/tmp.ghF8SNkbDF/registry/gstreamer-base-sys-0.23.0/Cargo.toml 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=GSTREAMER_BASE_1.0_NO_PKG_CONFIG 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSROOT 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 193s [gstreamer-base-sys 0.23.0] cargo:rustc-link-lib=gstbase-1.0 193s [gstreamer-base-sys 0.23.0] cargo:rustc-link-lib=gstreamer-1.0 193s [gstreamer-base-sys 0.23.0] cargo:rustc-link-lib=gobject-2.0 193s [gstreamer-base-sys 0.23.0] cargo:rustc-link-lib=glib-2.0 193s [gstreamer-base-sys 0.23.0] cargo:include=/usr/include/gstreamer-1.0:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6:/usr/include 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_LIB 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_LIB_FRAMEWORK 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_SEARCH_NATIVE 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_SEARCH_FRAMEWORK 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_INCLUDE 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_LDFLAGS 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_NO_PKG_CONFIG 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_BUILD_INTERNAL 193s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_LINK 193s [gstreamer-base-sys 0.23.0] 193s [gstreamer-base-sys 0.23.0] cargo:rustc-cfg=system_deps_have_gstreamer_base_1_0 193s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_traits CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps OUT_DIR=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/build/num-traits-e7e75256e08cb60b/out rustc --crate-name num_traits --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=7a252d39be81ec7b -C extra-filename=-7a252d39be81ec7b --out-dir /tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg has_total_cmp` 193s warning: unexpected `cfg` condition name: `has_total_cmp` 193s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 193s | 193s 2305 | #[cfg(has_total_cmp)] 193s | ^^^^^^^^^^^^^ 193s ... 193s 2325 | totalorder_impl!(f64, i64, u64, 64); 193s | ----------------------------------- in this macro invocation 193s | 193s = 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` 193s = help: consider using a Cargo feature instead 193s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 193s [lints.rust] 193s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 193s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 193s = note: see for more information about checking conditional configuration 193s = note: `#[warn(unexpected_cfgs)]` on by default 193s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 193s 193s warning: unexpected `cfg` condition name: `has_total_cmp` 193s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 193s | 193s 2311 | #[cfg(not(has_total_cmp))] 193s | ^^^^^^^^^^^^^ 193s ... 193s 2325 | totalorder_impl!(f64, i64, u64, 64); 193s | ----------------------------------- in this macro invocation 193s | 193s = help: consider using a Cargo feature instead 193s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 193s [lints.rust] 193s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 193s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 193s = note: see for more information about checking conditional configuration 193s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 193s 193s warning: unexpected `cfg` condition name: `has_total_cmp` 193s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 193s | 193s 2305 | #[cfg(has_total_cmp)] 193s | ^^^^^^^^^^^^^ 193s ... 193s 2326 | totalorder_impl!(f32, i32, u32, 32); 193s | ----------------------------------- in this macro invocation 193s | 193s = help: consider using a Cargo feature instead 193s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 193s [lints.rust] 193s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 193s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 193s = note: see for more information about checking conditional configuration 193s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 193s 193s warning: unexpected `cfg` condition name: `has_total_cmp` 193s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 193s | 193s 2311 | #[cfg(not(has_total_cmp))] 193s | ^^^^^^^^^^^^^ 193s ... 193s 2326 | totalorder_impl!(f32, i32, u32, 32); 193s | ----------------------------------- in this macro invocation 193s | 193s = help: consider using a Cargo feature instead 193s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 193s [lints.rust] 193s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 193s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 193s = note: see for more information about checking conditional configuration 193s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 193s 193s warning: `num-traits` (lib) generated 5 warnings (1 duplicate) 193s Compiling proc-macro-crate v3.2.0 193s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proc_macro_crate CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/proc-macro-crate-3.2.0 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/proc-macro-crate-3.2.0/Cargo.toml CARGO_PKG_AUTHORS='Bastian Köcher ' CARGO_PKG_DESCRIPTION='Replacement for crate (macro_rules keyword) in proc-macros 193s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro-crate CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bkchr/proc-macro-crate' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=3.2.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name proc_macro_crate --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/proc-macro-crate-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=76b8c9685ffc2762 -C extra-filename=-76b8c9685ffc2762 --out-dir /tmp/tmp.ghF8SNkbDF/target/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern toml_edit=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libtoml_edit-16e4204886ae364a.rmeta --cap-lints warn` 194s Compiling futures-macro v0.3.31 194s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_macro CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/futures-macro-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/futures-macro-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The futures-rs procedural macro implementations. 194s ' 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.ghF8SNkbDF/target/debug/deps rustc --crate-name futures_macro --edition=2018 /tmp/tmp.ghF8SNkbDF/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.ghF8SNkbDF/target/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern proc_macro2=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 194s Compiling thiserror v1.0.69 194s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dd39d6a520033168 -C extra-filename=-dd39d6a520033168 --out-dir /tmp/tmp.ghF8SNkbDF/target/debug/build/thiserror-dd39d6a520033168 -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --cap-lints warn` 194s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.ghF8SNkbDF/target/debug/deps:/tmp/tmp.ghF8SNkbDF/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/build/thiserror-11349f755e8d8deb/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.ghF8SNkbDF/target/debug/build/thiserror-dd39d6a520033168/build-script-build` 194s [thiserror 1.0.69] cargo:rerun-if-changed=build/probe.rs 194s [thiserror 1.0.69] cargo:rustc-check-cfg=cfg(error_generic_member_access) 194s [thiserror 1.0.69] cargo:rustc-check-cfg=cfg(thiserror_nightly_testing) 194s [thiserror 1.0.69] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 194s Compiling glib-macros v0.20.7 194s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=glib_macros CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/glib-macros-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/glib-macros-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='Rust bindings for the GLib library, proc macros crate' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glib-macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name glib_macros --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/glib-macros-0.20.7/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=4f3a8fec6ed8d54d -C extra-filename=-4f3a8fec6ed8d54d --out-dir /tmp/tmp.ghF8SNkbDF/target/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern heck=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libheck-780ed41701172964.rlib --extern proc_macro_crate=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libproc_macro_crate-76b8c9685ffc2762.rlib --extern proc_macro2=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 195s Compiling futures-util v0.3.31 195s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_util CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/futures-util-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/futures-util-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Common utilities and extension traits for the futures-rs library. 195s ' 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.ghF8SNkbDF/target/debug/deps rustc --crate-name futures_util --edition=2018 /tmp/tmp.ghF8SNkbDF/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=55ce86bb324f7494 -C extra-filename=-55ce86bb324f7494 --out-dir /tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern futures_core=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-8d305950da6bf5c8.rmeta --extern futures_macro=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libfutures_macro-ed93d4d24a8167bf.so --extern futures_task=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-47c3a7d17767e18f.rmeta --extern pin_project_lite=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libpin_project_lite-5dc815523e98d889.rmeta --extern pin_utils=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libpin_utils-9646380a39f6bb39.rmeta --extern slab=/tmp/tmp.ghF8SNkbDF/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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 195s warning: unexpected `cfg` condition value: `compat` 195s --> /usr/share/cargo/registry/futures-util-0.3.31/src/lib.rs:308:7 195s | 195s 308 | #[cfg(feature = "compat")] 195s | ^^^^^^^^^^^^^^^^^^ 195s | 195s = 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` 195s = help: consider adding `compat` as a feature in `Cargo.toml` 195s = note: see for more information about checking conditional configuration 195s = note: requested on the command line with `-W unexpected-cfgs` 195s 195s warning: unexpected `cfg` condition value: `compat` 195s --> /usr/share/cargo/registry/futures-util-0.3.31/src/future/try_future/mod.rs:6:7 195s | 195s 6 | #[cfg(feature = "compat")] 195s | ^^^^^^^^^^^^^^^^^^ 195s | 195s = 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` 195s = help: consider adding `compat` as a feature in `Cargo.toml` 195s = note: see for more information about checking conditional configuration 195s 195s warning: unexpected `cfg` condition value: `compat` 195s --> /usr/share/cargo/registry/futures-util-0.3.31/src/future/try_future/mod.rs:580:11 195s | 195s 580 | #[cfg(feature = "compat")] 195s | ^^^^^^^^^^^^^^^^^^ 195s | 195s = 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` 195s = help: consider adding `compat` as a feature in `Cargo.toml` 195s = note: see for more information about checking conditional configuration 195s 195s warning: unexpected `cfg` condition value: `compat` 195s --> /usr/share/cargo/registry/futures-util-0.3.31/src/stream/try_stream/mod.rs:6:7 195s | 195s 6 | #[cfg(feature = "compat")] 195s | ^^^^^^^^^^^^^^^^^^ 195s | 195s = 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` 195s = help: consider adding `compat` as a feature in `Cargo.toml` 195s = note: see for more information about checking conditional configuration 195s 195s warning: unexpected `cfg` condition value: `compat` 195s --> /usr/share/cargo/registry/futures-util-0.3.31/src/stream/try_stream/mod.rs:1154:11 195s | 195s 1154 | #[cfg(feature = "compat")] 195s | ^^^^^^^^^^^^^^^^^^ 195s | 195s = 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` 195s = help: consider adding `compat` as a feature in `Cargo.toml` 195s = note: see for more information about checking conditional configuration 195s 195s warning: unexpected `cfg` condition value: `compat` 195s --> /usr/share/cargo/registry/futures-util-0.3.31/src/task/spawn.rs:3:7 195s | 195s 3 | #[cfg(feature = "compat")] 195s | ^^^^^^^^^^^^^^^^^^ 195s | 195s = 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` 195s = help: consider adding `compat` as a feature in `Cargo.toml` 195s = note: see for more information about checking conditional configuration 195s 195s warning: unexpected `cfg` condition value: `compat` 195s --> /usr/share/cargo/registry/futures-util-0.3.31/src/task/spawn.rs:92:11 195s | 195s 92 | #[cfg(feature = "compat")] 195s | ^^^^^^^^^^^^^^^^^^ 195s | 195s = 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` 195s = help: consider adding `compat` as a feature in `Cargo.toml` 195s = note: see for more information about checking conditional configuration 195s 197s warning: `futures-util` (lib) generated 8 warnings (1 duplicate) 197s Compiling futures-executor v0.3.31 197s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_executor CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/futures-executor-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/futures-executor-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Executors for asynchronous tasks based on the futures-rs library. 197s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-executor CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name futures_executor --edition=2018 /tmp/tmp.ghF8SNkbDF/registry/futures-executor-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=c6cde650cf25c2af -C extra-filename=-c6cde650cf25c2af --out-dir /tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern futures_core=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-8d305950da6bf5c8.rmeta --extern futures_task=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-47c3a7d17767e18f.rmeta --extern futures_util=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libfutures_util-55ce86bb324f7494.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 197s warning: `futures-executor` (lib) generated 1 warning (1 duplicate) 197s Compiling thiserror-impl v1.0.69 197s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=thiserror_impl CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/thiserror-impl-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/thiserror-impl-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Implementation detail of the `thiserror` crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror-impl CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name thiserror_impl --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6bde6db1ff27963e -C extra-filename=-6bde6db1ff27963e --out-dir /tmp/tmp.ghF8SNkbDF/target/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern proc_macro2=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 199s Compiling num-integer v0.1.46 199s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_integer CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/num-integer-0.1.46 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/num-integer-0.1.46/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Integer traits and functions' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-integer' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-integer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-integer' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.1.46 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=46 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name num_integer --edition=2018 /tmp/tmp.ghF8SNkbDF/registry/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=370715ab210cefe0 -C extra-filename=-370715ab210cefe0 --out-dir /tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern num_traits=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libnum_traits-7a252d39be81ec7b.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 200s warning: `num-integer` (lib) generated 1 warning (1 duplicate) 200s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_base_sys CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/gstreamer-base-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/gstreamer-base-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstbase-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-base-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps OUT_DIR=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/build/gstreamer-base-sys-52a915bdd1434049/out rustc --crate-name gstreamer_base_sys --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/gstreamer-base-sys-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_14_1"' --cfg 'feature="v1_14_3"' --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_20"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_14_1", "v1_14_3", "v1_16", "v1_18", "v1_20", "v1_22", "v1_24", "v1_26"))' -C metadata=e2a12a769a0745d0 -C extra-filename=-e2a12a769a0745d0 --out-dir /tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern glib_sys=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern gobject_sys=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libgobject_sys-f020968d087cf1e8.rmeta --extern gstreamer_sys=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_sys-487a83e7930554b6.rmeta --extern libc=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l gstbase-1.0 -l gstreamer-1.0 -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_gstreamer_base_1_0` 200s warning: `gstreamer-base-sys` (lib) generated 1 warning (1 duplicate) 200s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gio_sys CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/gio-sys-0.20.8 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/gio-sys-0.20.8/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libgio-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gio-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps OUT_DIR=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/build/gio-sys-0011c5829155f9ef/out rustc --crate-name gio_sys --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/gio-sys-0.20.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("v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82", "v2_84"))' -C metadata=4f5aba36840be9e4 -C extra-filename=-4f5aba36840be9e4 --out-dir /tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern glib_sys=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern gobject_sys=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libgobject_sys-f020968d087cf1e8.rmeta --extern libc=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l gio-2.0 -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_gio_2_0` 200s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=paste CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/paste-1.0.15 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/paste-1.0.15/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Macros for all your token pasting needs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=paste CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/paste' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.15 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps OUT_DIR=/tmp/tmp.ghF8SNkbDF/target/debug/build/paste-93337411b64beae9/out rustc --crate-name paste --edition=2018 /tmp/tmp.ghF8SNkbDF/registry/paste-1.0.15/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=bec0c7568d224633 -C extra-filename=-bec0c7568d224633 --out-dir /tmp/tmp.ghF8SNkbDF/target/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern proc_macro --cap-lints warn --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'` 201s Compiling futures-channel v0.3.31 201s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_channel CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/futures-channel-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/futures-channel-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Channels for asynchronous communication using futures-rs. 201s ' 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.ghF8SNkbDF/target/debug/deps rustc --crate-name futures_channel --edition=2018 /tmp/tmp.ghF8SNkbDF/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=8ed485ea134c933c -C extra-filename=-8ed485ea134c933c --out-dir /tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern futures_core=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-8d305950da6bf5c8.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 201s warning: `futures-channel` (lib) generated 1 warning (1 duplicate) 201s Compiling gstreamer-video-sys v0.23.0 201s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/gstreamer-video-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/gstreamer-video-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstvideo-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-video-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/gstreamer-video-sys-0.23.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_20"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_16", "v1_18", "v1_20", "v1_22", "v1_24", "v1_26"))' -C metadata=922c396cba2bcbaf -C extra-filename=-922c396cba2bcbaf --out-dir /tmp/tmp.ghF8SNkbDF/target/debug/build/gstreamer-video-sys-922c396cba2bcbaf -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern system_deps=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 202s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/smallvec-1.13.2 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/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.ghF8SNkbDF/target/debug/deps rustc --crate-name smallvec --edition=2018 /tmp/tmp.ghF8SNkbDF/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"' --cfg 'feature="write"' --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=e5db66a1c7c5bdd9 -C extra-filename=-e5db66a1c7c5bdd9 --out-dir /tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 202s warning: `smallvec` (lib) generated 1 warning (1 duplicate) 202s Compiling either v1.13.0 202s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=either CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/either-1.13.0 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/either-1.13.0/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. 202s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=either CARGO_PKG_README=README-crates.io.md CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/either' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=1.13.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name either --edition=2018 /tmp/tmp.ghF8SNkbDF/registry/either-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=0c433bde77a4eceb -C extra-filename=-0c433bde77a4eceb --out-dir /tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 202s warning: `gio-sys` (lib) generated 1 warning (1 duplicate) 202s Compiling bitflags v2.6.0 202s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/bitflags-2.6.0 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/bitflags-2.6.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. 202s ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.6.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name bitflags --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=b46b0ecb4cb3caf0 -C extra-filename=-b46b0ecb4cb3caf0 --out-dir /tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 202s warning: `either` (lib) generated 1 warning (1 duplicate) 202s Compiling memchr v2.7.4 202s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/memchr-2.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/memchr-2.7.4/Cargo.toml CARGO_PKG_AUTHORS='Andrew Gallant :bluss' CARGO_PKG_DESCRIPTION='Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 202s 1, 2 or 3 byte search and single substring search. 202s ' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.7.4 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name memchr --edition=2021 /tmp/tmp.ghF8SNkbDF/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=944ab1891fd21906 -C extra-filename=-944ab1891fd21906 --out-dir /tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 202s warning: `bitflags` (lib) generated 1 warning (1 duplicate) 202s Compiling itertools v0.13.0 202s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=itertools CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/itertools-0.13.0 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/itertools-0.13.0/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='Extra iterator adaptors, iterator methods, free functions, and macros.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itertools CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-itertools/itertools' CARGO_PKG_RUST_VERSION=1.43.1 CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name itertools --edition=2018 /tmp/tmp.ghF8SNkbDF/registry/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=3fe74f4ee8f6c18a -C extra-filename=-3fe74f4ee8f6c18a --out-dir /tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern either=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libeither-0c433bde77a4eceb.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 203s warning: `memchr` (lib) generated 1 warning (1 duplicate) 203s Compiling glib v0.20.7 203s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=glib CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/glib-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/glib-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='Rust bindings for the GLib library' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glib CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name glib --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/glib-0.20.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="gio"' --cfg 'feature="gio-sys"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiletests", "default", "gio", "gio-sys", "log", "log_macros", "rs-log", "v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82", "v2_84"))' -C metadata=fd12ebb17a54b922 -C extra-filename=-fd12ebb17a54b922 --out-dir /tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern bitflags=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-b46b0ecb4cb3caf0.rmeta --extern futures_channel=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libfutures_channel-8ed485ea134c933c.rmeta --extern futures_core=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-8d305950da6bf5c8.rmeta --extern futures_executor=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libfutures_executor-c6cde650cf25c2af.rmeta --extern futures_task=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-47c3a7d17767e18f.rmeta --extern futures_util=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libfutures_util-55ce86bb324f7494.rmeta --extern gio_sys=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libgio_sys-4f5aba36840be9e4.rmeta --extern glib_macros=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libglib_macros-4f3a8fec6ed8d54d.so --extern glib_sys=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern gobject_sys=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libgobject_sys-f020968d087cf1e8.rmeta --extern libc=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --extern memchr=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-944ab1891fd21906.rmeta --extern smallvec=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libsmallvec-e5db66a1c7c5bdd9.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 204s warning: `itertools` (lib) generated 1 warning (1 duplicate) 204s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_V1_16=1 CARGO_FEATURE_V1_18=1 CARGO_FEATURE_V1_20=1 CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/gstreamer-video-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/gstreamer-video-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstvideo-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-video-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.ghF8SNkbDF/target/debug/deps:/tmp/tmp.ghF8SNkbDF/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/build/gstreamer-video-sys-35dfddfc09afcad6/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.ghF8SNkbDF/target/debug/build/gstreamer-video-sys-922c396cba2bcbaf/build-script-build` 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-changed=/tmp/tmp.ghF8SNkbDF/registry/gstreamer-video-sys-0.23.0/Cargo.toml 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=GSTREAMER_VIDEO_1.0_NO_PKG_CONFIG 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSROOT 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 204s [gstreamer-video-sys 0.23.0] cargo:rustc-link-lib=gstvideo-1.0 204s [gstreamer-video-sys 0.23.0] cargo:rustc-link-lib=gstbase-1.0 204s [gstreamer-video-sys 0.23.0] cargo:rustc-link-lib=gstreamer-1.0 204s [gstreamer-video-sys 0.23.0] cargo:rustc-link-lib=gobject-2.0 204s [gstreamer-video-sys 0.23.0] cargo:rustc-link-lib=glib-2.0 204s [gstreamer-video-sys 0.23.0] cargo:include=/usr/include/gstreamer-1.0:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6:/usr/include:/usr/include/orc-0.4 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_LIB 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_LIB_FRAMEWORK 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_SEARCH_NATIVE 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_SEARCH_FRAMEWORK 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_INCLUDE 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_LDFLAGS 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_NO_PKG_CONFIG 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_BUILD_INTERNAL 204s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_LINK 204s [gstreamer-video-sys 0.23.0] 204s [gstreamer-video-sys 0.23.0] cargo:rustc-cfg=system_deps_have_gstreamer_video_1_0 204s Compiling option-operations v0.5.0 204s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=option_operations CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/option-operations-0.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/option-operations-0.5.0/Cargo.toml CARGO_PKG_AUTHORS='François Laignel ' CARGO_PKG_DESCRIPTION='Traits and auto-implementations to improve arithmetic operations usability when dealing with `Option`s.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=option-operations CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fengalin/option-operations' CARGO_PKG_RUST_VERSION=1.53 CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name option_operations --edition=2018 /tmp/tmp.ghF8SNkbDF/registry/option-operations-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1dc6dcd30c150e23 -C extra-filename=-1dc6dcd30c150e23 --out-dir /tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern paste=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libpaste-bec0c7568d224633.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 204s warning: `option-operations` (lib) generated 1 warning (1 duplicate) 204s Compiling num-rational v0.4.2 204s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_rational CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/num-rational-0.4.2 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/num-rational-0.4.2/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Rational numbers implementation for Rust' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-rational' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-rational CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-rational' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.4.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name num_rational --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/num-rational-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=a27acfd458025a0a -C extra-filename=-a27acfd458025a0a --out-dir /tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern num_integer=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libnum_integer-370715ab210cefe0.rmeta --extern num_traits=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libnum_traits-7a252d39be81ec7b.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 205s warning: `num-rational` (lib) generated 1 warning (1 duplicate) 205s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps OUT_DIR=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/build/thiserror-11349f755e8d8deb/out rustc --crate-name thiserror --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1d6d6e164faa2b3a -C extra-filename=-1d6d6e164faa2b3a --out-dir /tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern thiserror_impl=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libthiserror_impl-6bde6db1ff27963e.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` 205s warning: `thiserror` (lib) generated 1 warning (1 duplicate) 205s Compiling once_cell v1.20.2 205s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/once_cell-1.20.2 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/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.ghF8SNkbDF/target/debug/deps rustc --crate-name once_cell --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/once_cell-1.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=f9b984852945e4ac -C extra-filename=-f9b984852945e4ac --out-dir /tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 205s warning: `once_cell` (lib) generated 1 warning (1 duplicate) 205s Compiling muldiv v1.0.1 205s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=muldiv CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/muldiv-1.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/muldiv-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Provides a trait for numeric types to perform combined multiplication and 205s division with overflow protection 205s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=muldiv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sdroege/rust-muldiv' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name muldiv --edition=2018 /tmp/tmp.ghF8SNkbDF/registry/muldiv-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e8a06cbf19c21b9f -C extra-filename=-e8a06cbf19c21b9f --out-dir /tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 205s warning: `muldiv` (lib) generated 1 warning (1 duplicate) 205s Compiling cfg-if v1.0.0 205s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/cfg-if-1.0.0/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg] 205s parameters. Structured like an if-else chain, the first matching branch is the 205s item that gets emitted. 205s ' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name cfg_if --edition=2018 /tmp/tmp.ghF8SNkbDF/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.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 205s warning: `cfg-if` (lib) generated 1 warning (1 duplicate) 205s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_video_sys CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/gstreamer-video-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/gstreamer-video-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstvideo-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-video-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps OUT_DIR=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/build/gstreamer-video-sys-35dfddfc09afcad6/out rustc --crate-name gstreamer_video_sys --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/gstreamer-video-sys-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_20"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_16", "v1_18", "v1_20", "v1_22", "v1_24", "v1_26"))' -C metadata=92d4dad76f6b10e4 -C extra-filename=-92d4dad76f6b10e4 --out-dir /tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern glib_sys=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern gobject_sys=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libgobject_sys-f020968d087cf1e8.rmeta --extern gstreamer_base_sys=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_base_sys-e2a12a769a0745d0.rmeta --extern gstreamer_sys=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_sys-487a83e7930554b6.rmeta --extern libc=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l gstvideo-1.0 -l gstbase-1.0 -l gstreamer-1.0 -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_gstreamer_video_1_0` 206s warning: `gstreamer-video-sys` (lib) generated 1 warning (1 duplicate) 206s Compiling gstreamer-play-sys v0.23.0 206s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/gstreamer-play-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/gstreamer-play-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstplay-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/gstreamer-play-sys-0.23.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_22", "v1_24", "v1_26"))' -C metadata=38a6ac014ea1c26c -C extra-filename=-38a6ac014ea1c26c --out-dir /tmp/tmp.ghF8SNkbDF/target/debug/build/gstreamer-play-sys-38a6ac014ea1c26c -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern system_deps=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 206s Compiling atomic_refcell v0.1.13 206s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=atomic_refcell CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/atomic_refcell-0.1.13 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/atomic_refcell-0.1.13/Cargo.toml CARGO_PKG_AUTHORS='Bobby Holley ' CARGO_PKG_DESCRIPTION='Threadsafe RefCell' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=atomic_refcell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bholley/atomic_refcell' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name atomic_refcell --edition=2018 /tmp/tmp.ghF8SNkbDF/registry/atomic_refcell-0.1.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=c11d7f8025985512 -C extra-filename=-c11d7f8025985512 --out-dir /tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 206s warning: `atomic_refcell` (lib) generated 1 warning (1 duplicate) 206s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/gstreamer-play-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/gstreamer-play-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstplay-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.ghF8SNkbDF/target/debug/deps:/tmp/tmp.ghF8SNkbDF/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/build/gstreamer-play-sys-959375be21b807f6/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.ghF8SNkbDF/target/debug/build/gstreamer-play-sys-38a6ac014ea1c26c/build-script-build` 206s [gstreamer-play-sys 0.23.0] cargo:rerun-if-changed=/tmp/tmp.ghF8SNkbDF/registry/gstreamer-play-sys-0.23.0/Cargo.toml 206s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=GSTREAMER_PLAY_1.0_NO_PKG_CONFIG 206s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 206s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 206s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 206s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 206s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 206s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 206s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 206s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 206s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 206s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 206s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 206s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 206s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 206s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 206s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 206s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 206s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 206s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 206s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSROOT 206s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 206s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 206s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 207s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 207s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 207s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 207s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 207s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 207s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 207s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 207s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 207s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 207s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 207s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 207s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 207s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 207s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 207s [gstreamer-play-sys 0.23.0] cargo:rustc-link-lib=gstplay-1.0 207s [gstreamer-play-sys 0.23.0] cargo:rustc-link-lib=gstvideo-1.0 207s [gstreamer-play-sys 0.23.0] cargo:rustc-link-lib=gstbase-1.0 207s [gstreamer-play-sys 0.23.0] cargo:rustc-link-lib=gstreamer-1.0 207s [gstreamer-play-sys 0.23.0] cargo:rustc-link-lib=gobject-2.0 207s [gstreamer-play-sys 0.23.0] cargo:rustc-link-lib=glib-2.0 207s [gstreamer-play-sys 0.23.0] cargo:include=/usr/include/gstreamer-1.0:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6:/usr/include:/usr/include/orc-0.4 207s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 207s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 207s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_PLAY_1_0_LIB 207s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_PLAY_1_0_LIB_FRAMEWORK 207s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_PLAY_1_0_SEARCH_NATIVE 207s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_PLAY_1_0_SEARCH_FRAMEWORK 207s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_PLAY_1_0_INCLUDE 207s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_PLAY_1_0_LDFLAGS 207s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_PLAY_1_0_NO_PKG_CONFIG 207s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_PLAY_1_0_BUILD_INTERNAL 207s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_PLAY_1_0_LINK 207s [gstreamer-play-sys 0.23.0] 207s [gstreamer-play-sys 0.23.0] cargo:rustc-cfg=system_deps_have_gstreamer_play_1_0 207s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_play_sys CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/gstreamer-play-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/gstreamer-play-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstplay-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps OUT_DIR=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/build/gstreamer-play-sys-959375be21b807f6/out rustc --crate-name gstreamer_play_sys --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/gstreamer-play-sys-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_22", "v1_24", "v1_26"))' -C metadata=abe362927d0d7736 -C extra-filename=-abe362927d0d7736 --out-dir /tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern glib_sys=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern gobject_sys=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libgobject_sys-f020968d087cf1e8.rmeta --extern gstreamer_sys=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_sys-487a83e7930554b6.rmeta --extern gstreamer_video_sys=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_video_sys-92d4dad76f6b10e4.rmeta --extern libc=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l gstplay-1.0 -l gstvideo-1.0 -l gstbase-1.0 -l gstreamer-1.0 -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_gstreamer_play_1_0` 207s warning: `gstreamer-play-sys` (lib) generated 1 warning (1 duplicate) 207s Compiling gir-format-check v0.1.3 207s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gir_format_check CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/gir-format-check-0.1.3 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/gir-format-check-0.1.3/Cargo.toml CARGO_PKG_AUTHORS='The Gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='File format checker' CARGO_PKG_HOMEPAGE='https://github.com/gtk-rs/gir-format-check' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gir-format-check CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gir-format-check' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name gir_format_check --edition=2015 /tmp/tmp.ghF8SNkbDF/registry/gir-format-check-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d80ba95d34ebb97b -C extra-filename=-d80ba95d34ebb97b --out-dir /tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 207s warning: `gir-format-check` (lib) generated 1 warning (1 duplicate) 209s Compiling gstreamer v0.23.1 209s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/gstreamer-0.23.1 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/gstreamer-0.23.1/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Rust bindings for GStreamer' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name gstreamer --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/gstreamer-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_20"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde_bytes", "v1_16", "v1_18", "v1_20", "v1_22", "v1_24", "v1_26"))' -C metadata=6c6f98387bec9ff4 -C extra-filename=-6c6f98387bec9ff4 --out-dir /tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern cfg_if=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern futures_channel=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libfutures_channel-8ed485ea134c933c.rmeta --extern futures_core=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-8d305950da6bf5c8.rmeta --extern futures_util=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libfutures_util-55ce86bb324f7494.rmeta --extern glib=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libglib-fd12ebb17a54b922.rmeta --extern gstreamer_sys=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_sys-487a83e7930554b6.rmeta --extern itertools=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libitertools-3fe74f4ee8f6c18a.rmeta --extern libc=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --extern muldiv=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libmuldiv-e8a06cbf19c21b9f.rmeta --extern num_integer=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libnum_integer-370715ab210cefe0.rmeta --extern num_rational=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libnum_rational-a27acfd458025a0a.rmeta --extern once_cell=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libonce_cell-f9b984852945e4ac.rmeta --extern opt_ops=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/liboption_operations-1dc6dcd30c150e23.rmeta --extern paste=/tmp/tmp.ghF8SNkbDF/target/debug/deps/libpaste-bec0c7568d224633.so --extern pin_project_lite=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libpin_project_lite-5dc815523e98d889.rmeta --extern smallvec=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libsmallvec-e5db66a1c7c5bdd9.rmeta --extern thiserror=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libthiserror-1d6d6e164faa2b3a.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 210s warning: elided lifetime has a name 210s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 210s | 210s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 210s | -- lifetime `'a` declared here 210s ... 210s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 210s | ^ this elided lifetime gets resolved as `'a` 210s ... 210s 637 | / mini_object_wrapper!(MiniObject, MiniObjectRef, ffi::GstMiniObject, || { 210s 638 | | ffi::gst_mini_object_get_type() 210s 639 | | }); 210s | |__- in this macro invocation 210s | 210s = note: `#[warn(elided_named_lifetimes)]` on by default 210s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 210s 210s warning: elided lifetime has a name 210s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 210s | 210s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 210s | -- lifetime `'a` declared here 210s ... 210s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 210s | ^ this elided lifetime gets resolved as `'a` 210s | 210s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/message.rs:18:1 210s | 210s 18 | / mini_object_wrapper!(Message, MessageRef, ffi::GstMessage, || { 210s 19 | | ffi::gst_message_get_type() 210s 20 | | }); 210s | |__- in this macro invocation 210s | 210s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 210s 210s warning: elided lifetime has a name 210s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/structure.rs:261:50 210s | 210s 257 | impl<'a> ToGlibPtrMut<'a, *mut ffi::GstStructure> for Structure { 210s | -- lifetime `'a` declared here 210s ... 210s 261 | fn to_glib_none_mut(&'a mut self) -> StashMut<*mut ffi::GstStructure, Self> { 210s | ^ this elided lifetime gets resolved as `'a` 210s 210s warning: elided lifetime has a name 210s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 210s | 210s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 210s | -- lifetime `'a` declared here 210s ... 210s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 210s | ^ this elided lifetime gets resolved as `'a` 210s | 210s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/caps.rs:13:1 210s | 210s 13 | mini_object_wrapper!(Caps, CapsRef, ffi::GstCaps, || { ffi::gst_caps_get_type() }); 210s | ---------------------------------------------------------------------------------- in this macro invocation 210s | 210s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 210s 210s warning: elided lifetime has a name 210s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/caps_features.rs:213:50 210s | 210s 209 | impl<'a> ToGlibPtrMut<'a, *mut ffi::GstCapsFeatures> for CapsFeatures { 210s | -- lifetime `'a` declared here 210s ... 210s 213 | fn to_glib_none_mut(&'a mut self) -> StashMut<*mut ffi::GstCapsFeatures, Self> { 210s | ^ this elided lifetime gets resolved as `'a` 210s 210s warning: elided lifetime has a name 210s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 210s | 210s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 210s | -- lifetime `'a` declared here 210s ... 210s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 210s | ^ this elided lifetime gets resolved as `'a` 210s | 210s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/tags.rs:342:1 210s | 210s 342 | / mini_object_wrapper!(TagList, TagListRef, ffi::GstTagList, || { 210s 343 | | ffi::gst_tag_list_get_type() 210s 344 | | }); 210s | |__- in this macro invocation 210s | 210s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 210s 210s warning: elided lifetime has a name 210s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 210s | 210s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 210s | -- lifetime `'a` declared here 210s ... 210s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 210s | ^ this elided lifetime gets resolved as `'a` 210s | 210s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/buffer.rs:26:1 210s | 210s 26 | / mini_object_wrapper!(Buffer, BufferRef, ffi::GstBuffer, || { 210s 27 | | ffi::gst_buffer_get_type() 210s 28 | | }); 210s | |__- in this macro invocation 210s | 210s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 210s 210s warning: elided lifetime has a name 210s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 210s | 210s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 210s | -- lifetime `'a` declared here 210s ... 210s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 210s | ^ this elided lifetime gets resolved as `'a` 210s | 210s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/memory.rs:15:1 210s | 210s 15 | / mini_object_wrapper!(Memory, MemoryRef, ffi::GstMemory, || { 210s 16 | | ffi::gst_memory_get_type() 210s 17 | | }); 210s | |__- in this macro invocation 210s | 210s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 210s 210s warning: elided lifetime has a name 210s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 210s | 210s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 210s | -- lifetime `'a` declared here 210s ... 210s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 210s | ^ this elided lifetime gets resolved as `'a` 210s | 210s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/sample.rs:12:1 210s | 210s 12 | / mini_object_wrapper!(Sample, SampleRef, ffi::GstSample, || { 210s 13 | | ffi::gst_sample_get_type() 210s 14 | | }); 210s | |__- in this macro invocation 210s | 210s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 210s 210s warning: elided lifetime has a name 210s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 210s | 210s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 210s | -- lifetime `'a` declared here 210s ... 210s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 210s | ^ this elided lifetime gets resolved as `'a` 210s | 210s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/bufferlist.rs:13:1 210s | 210s 13 | / mini_object_wrapper!(BufferList, BufferListRef, ffi::GstBufferList, || { 210s 14 | | ffi::gst_buffer_list_get_type() 210s 15 | | }); 210s | |__- in this macro invocation 210s | 210s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 210s 210s warning: elided lifetime has a name 210s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 210s | 210s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 210s | -- lifetime `'a` declared here 210s ... 210s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 210s | ^ this elided lifetime gets resolved as `'a` 210s | 210s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/query.rs:19:1 210s | 210s 19 | / mini_object_wrapper!(Query, QueryRef, ffi::GstQuery, || { 210s 20 | | ffi::gst_query_get_type() 210s 21 | | }); 210s | |__- in this macro invocation 210s | 210s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 210s 210s warning: elided lifetime has a name 210s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 210s | 210s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 210s | -- lifetime `'a` declared here 210s ... 210s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 210s | ^ this elided lifetime gets resolved as `'a` 210s | 210s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/event.rs:151:1 210s | 210s 151 | / mini_object_wrapper!(Event, EventRef, ffi::GstEvent, || { 210s 152 | | ffi::gst_event_get_type() 210s 153 | | }); 210s | |__- in this macro invocation 210s | 210s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 210s 210s warning: elided lifetime has a name 210s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 210s | 210s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 210s | -- lifetime `'a` declared here 210s ... 210s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 210s | ^ this elided lifetime gets resolved as `'a` 210s | 210s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/context.rs:9:1 210s | 210s 9 | / mini_object_wrapper!(Context, ContextRef, ffi::GstContext, || { 210s 10 | | ffi::gst_context_get_type() 210s 11 | | }); 210s | |__- in this macro invocation 210s | 210s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 210s 210s warning: elided lifetime has a name 210s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 210s | 210s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 210s | -- lifetime `'a` declared here 210s ... 210s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 210s | ^ this elided lifetime gets resolved as `'a` 210s | 210s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/toc.rs:12:1 210s | 210s 12 | mini_object_wrapper!(Toc, TocRef, ffi::GstToc, || { ffi::gst_toc_get_type() }); 210s | ------------------------------------------------------------------------------ in this macro invocation 210s | 210s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 210s 210s warning: elided lifetime has a name 210s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 210s | 210s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 210s | -- lifetime `'a` declared here 210s ... 210s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 210s | ^ this elided lifetime gets resolved as `'a` 210s | 210s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/toc.rs:104:1 210s | 210s 104 | / mini_object_wrapper!(TocEntry, TocEntryRef, ffi::GstTocEntry, || { 210s 105 | | ffi::gst_toc_entry_get_type() 210s 106 | | }); 210s | |__- in this macro invocation 210s | 210s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 210s 210s warning: elided lifetime has a name 210s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/param_spec.rs:36:45 210s | 210s 36 | type BuilderFn = for<'a> fn(&'a str) -> ParamSpecFractionBuilder; 210s | -- ^^^^^^^^^^^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` 210s | | 210s | lifetime `'a` declared here 210s 210s warning: elided lifetime has a name 210s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/param_spec.rs:232:45 210s | 210s 232 | type BuilderFn = for<'a> fn(&'a str) -> ParamSpecArrayBuilder; 210s | -- ^^^^^^^^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` 210s | | 210s | lifetime `'a` declared here 210s 213s warning: `glib` (lib) generated 1 warning (1 duplicate) 219s Compiling gstreamer-base v0.23.1 219s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_base CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/gstreamer-base-0.23.1 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/gstreamer-base-0.23.1/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Rust bindings for GStreamer Base library' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-base CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name gstreamer_base --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/gstreamer-base-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="v1_14_1"' --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_20"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "v1_14_1", "v1_16", "v1_18", "v1_20", "v1_22", "v1_24", "v1_26"))' -C metadata=473d46e9694bd53f -C extra-filename=-473d46e9694bd53f --out-dir /tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern atomic_refcell=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libatomic_refcell-c11d7f8025985512.rmeta --extern cfg_if=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern glib=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libglib-fd12ebb17a54b922.rmeta --extern gst=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer-6c6f98387bec9ff4.rmeta --extern gstreamer_base_sys=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_base_sys-e2a12a769a0745d0.rmeta --extern libc=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 219s warning: elided lifetime has a name 219s --> /usr/share/cargo/registry/gstreamer-base-0.23.1/src/base_parse_frame.rs:56:58 219s | 219s 52 | impl<'a> ::glib::translate::ToGlibPtr<'a, *mut ffi::GstBaseParseFrame> for BaseParseFrame<'a> { 219s | -- lifetime `'a` declared here 219s ... 219s 56 | fn to_glib_none(&'a self) -> ::glib::translate::Stash<*mut ffi::GstBaseParseFrame, Self> { 219s | ^ this elided lifetime gets resolved as `'a` 219s | 219s = note: `#[warn(elided_named_lifetimes)]` on by default 219s 221s warning: `gstreamer-base` (lib) generated 2 warnings (1 duplicate) 221s Compiling gstreamer-video v0.23.0 221s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_video CARGO_MANIFEST_DIR=/tmp/tmp.ghF8SNkbDF/registry/gstreamer-video-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.ghF8SNkbDF/registry/gstreamer-video-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Rust bindings for GStreamer Video library' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-video CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name gstreamer_video --edition=2021 /tmp/tmp.ghF8SNkbDF/registry/gstreamer-video-0.23.0/src/lib.rs --error-format=json --json=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="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_20"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "v1_16", "v1_18", "v1_20", "v1_22", "v1_24", "v1_26"))' -C metadata=730aa4b97e4325b9 -C extra-filename=-730aa4b97e4325b9 --out-dir /tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern cfg_if=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern futures_channel=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libfutures_channel-8ed485ea134c933c.rmeta --extern glib=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libglib-fd12ebb17a54b922.rmeta --extern gst=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer-6c6f98387bec9ff4.rmeta --extern gst_base=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_base-473d46e9694bd53f.rmeta --extern gstreamer_video_sys=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_video_sys-92d4dad76f6b10e4.rmeta --extern libc=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --extern once_cell=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libonce_cell-f9b984852945e4ac.rmeta --extern thiserror=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libthiserror-1d6d6e164faa2b3a.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 221s warning: elided lifetime has a name 221s --> /usr/share/cargo/registry/gstreamer-video-0.23.0/src/video_rectangle.rs:70:35 221s | 221s 64 | impl<'a> glib::translate::ToGlibPtrMut<'a, *mut ffi::GstVideoRectangle> for VideoRectangle { 221s | -- lifetime `'a` declared here 221s ... 221s 70 | ) -> glib::translate::StashMut<*mut ffi::GstVideoRectangle, Self> { 221s | ^ this elided lifetime gets resolved as `'a` 221s | 221s = note: `#[warn(elided_named_lifetimes)]` on by default 221s 221s warning: elided lifetime has a name 221s --> /usr/share/cargo/registry/gstreamer-video-0.23.0/src/video_buffer_pool.rs:94:39 221s | 221s 90 | impl<'a> ToGlibPtr<'a, *const ffi::GstVideoAlignment> for VideoAlignment { 221s | -- lifetime `'a` declared here 221s ... 221s 94 | fn to_glib_none(&'a self) -> Stash<*const ffi::GstVideoAlignment, Self> { 221s | ^ this elided lifetime gets resolved as `'a` 221s 225s warning: `gstreamer` (lib) generated 18 warnings (1 duplicate) 225s Compiling gstreamer-play v0.23.0 (/usr/share/cargo/registry/gstreamer-play-0.23.0) 225s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_play CARGO_MANIFEST_DIR=/usr/share/cargo/registry/gstreamer-play-0.23.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/gstreamer-play-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Rust bindings for GStreamer Play library' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name gstreamer_play --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_22", "v1_24", "v1_26"))' -C metadata=01e45c3f63021841 -C extra-filename=-01e45c3f63021841 --out-dir /tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern glib=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libglib-fd12ebb17a54b922.rmeta --extern gst=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer-6c6f98387bec9ff4.rmeta --extern gstreamer_play_sys=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_play_sys-abe362927d0d7736.rmeta --extern gst_video=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_video-730aa4b97e4325b9.rmeta --extern libc=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 226s warning: `gstreamer-play` (lib) generated 1 warning (1 duplicate) 226s warning: `gstreamer-video` (lib) generated 3 warnings (1 duplicate) 226s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=check_gir CARGO_MANIFEST_DIR=/usr/share/cargo/registry/gstreamer-play-0.23.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/gstreamer-play-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Rust bindings for GStreamer Play library' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_TARGET_TMPDIR=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/tmp LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name check_gir --edition=2021 tests/check_gir.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("v1_22", "v1_24", "v1_26"))' -C metadata=e69f463389493cd1 -C extra-filename=-e69f463389493cd1 --out-dir /tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern gir_format_check=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libgir_format_check-d80ba95d34ebb97b.rlib --extern glib=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libglib-fd12ebb17a54b922.rlib --extern gst=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer-6c6f98387bec9ff4.rlib --extern gstreamer_play=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_play-01e45c3f63021841.rlib --extern gstreamer_play_sys=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_play_sys-abe362927d0d7736.rlib --extern gst_video=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_video-730aa4b97e4325b9.rlib --extern libc=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rlib -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 226s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_play CARGO_MANIFEST_DIR=/usr/share/cargo/registry/gstreamer-play-0.23.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/gstreamer-play-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Rust bindings for GStreamer Play library' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.ghF8SNkbDF/target/debug/deps rustc --crate-name gstreamer_play --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("v1_22", "v1_24", "v1_26"))' -C metadata=cf65541d52871265 -C extra-filename=-cf65541d52871265 --out-dir /tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.ghF8SNkbDF/target/debug/deps --extern gir_format_check=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libgir_format_check-d80ba95d34ebb97b.rlib --extern glib=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libglib-fd12ebb17a54b922.rlib --extern gst=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer-6c6f98387bec9ff4.rlib --extern gstreamer_play_sys=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_play_sys-abe362927d0d7736.rlib --extern gst_video=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_video-730aa4b97e4325b9.rlib --extern libc=/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rlib -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.ghF8SNkbDF/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 227s warning: `gstreamer-play` (test "check_gir") generated 1 warning (1 duplicate) 228s warning: `gstreamer-play` (lib test) generated 1 warning (1 duplicate) 228s Finished `test` profile [unoptimized + debuginfo] target(s) in 49.79s 228s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/gstreamer-play-0.23.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/gstreamer-play-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Rust bindings for GStreamer Play library' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/gstreamer_play-cf65541d52871265` 228s 228s running 0 tests 228s 228s test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 228s 228s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/gstreamer-play-0.23.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/gstreamer-play-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Rust bindings for GStreamer Play library' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.ghF8SNkbDF/target/s390x-unknown-linux-gnu/debug/deps/check_gir-e69f463389493cd1` 228s 228s running 1 test 228s test check_gir_file ... ok 228s 228s test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 228s 228s /tmp/autopkgtest.dmjVuc/wrapper.sh: checking for leaked background processes... 228s /tmp/autopkgtest.dmjVuc/wrapper.sh: waiting for tee/cat subprocesses... 228s /tmp/autopkgtest.dmjVuc/wrapper.sh: cleaning up... 228s /tmp/autopkgtest.dmjVuc/wrapper.sh: Exit status: 0 228s autopkgtest: DBG: testbed command exited with code 0 228s autopkgtest [09:24:07]: test librust-gstreamer-play-dev:default: -----------------------] 228s autopkgtest: DBG: testbed executing test finished with exit status 0 228s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev%3Adefault-stdout /tmp/autopkgtest-work.5a1xqly7/out/librust-gstreamer-play-dev%3Adefault-stdout 229s autopkgtest: DBG: got reply from testbed: ok 229s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev%3Adefault-stderr /tmp/autopkgtest-work.5a1xqly7/out/librust-gstreamer-play-dev%3Adefault-stderr 229s autopkgtest: DBG: got reply from testbed: ok 229s autopkgtest [09:24:08]: test librust-gstreamer-play-dev:default: - - - - - - - - - - results - - - - - - - - - - 229s librust-gstreamer-play-dev:default PASS 229s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev%3Adefault-artifacts/ /tmp/autopkgtest-work.5a1xqly7/out/artifacts/ 229s autopkgtest: DBG: got reply from testbed: ok 229s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:default-artifacts', '/tmp/autopkgtest.dmjVuc/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 229s autopkgtest: DBG: testbed command exited with code 0 229s autopkgtest [09:24:08]: test librust-gstreamer-play-dev:v1_22: preparing testbed 229s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['dh-cargo (>= 18)', 'librust-gir-format-check-0.1+default-dev', 'librust-gstreamer-play-dev'], deps_new=['dh-cargo (>= 18)', 'librust-gir-format-check-0.1+default-dev', 'librust-gstreamer-play-dev'] 229s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 229s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 18)', 'librust-gir-format-check-0.1+default-dev', 'librust-gstreamer-play-dev'] 229s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 18), librust-gir-format-check-0.1+default-dev, librust-gstreamer-play-dev 229s autopkgtest: DBG: can use apt-get on testbed: True 229s 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-gir-format-check-0.1+default-dev, librust-gstreamer-play-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 230s Reading package lists... 230s Building dependency tree... 230s Reading state information... 230s Starting pkgProblemResolver with broken count: 0 230s Starting 2 pkgProblemResolver with broken count: 0 230s Done 230s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 230s autopkgtest: DBG: testbed command exited with code 0 230s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-gstreamer-play-dev'], kind short, sout pipe, serr pipe, env [] 231s autopkgtest: DBG: testbed command exited with code 0 231s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:v1_22-packages.all"], kind short, sout raw, serr pipe, env [] 231s autopkgtest: DBG: testbed command exited with code 0 231s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev%3Av1_22-packages.all /tmp/autopkgtest-work.5a1xqly7/out/librust-gstreamer-play-dev%3Av1_22-packages.all 231s autopkgtest: DBG: got reply from testbed: ok 231s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.dmjVuc/build.l0I/src'], kind short, sout raw, serr raw, env [] 231s autopkgtest: DBG: testbed command exited with code 0 231s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.dmjVuc/build.l0I/src already exists 231s autopkgtest [09:24:10]: test librust-gstreamer-play-dev:v1_22: /usr/share/cargo/bin/cargo-auto-test gstreamer-play 0.23.0 --all-targets --no-default-features --features v1_22 231s autopkgtest [09:24:10]: test librust-gstreamer-play-dev:v1_22: [----------------------- 231s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.dmjVuc/wrapper.sh --debug --artifacts=/tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:v1_22-artifacts --chdir=/tmp/autopkgtest.dmjVuc/build.l0I/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.dmjVuc/librust-gstreamer-play-dev:v1_22-stderr --stdout=/tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:v1_22-stdout --tmp=/tmp/autopkgtest.dmjVuc/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 gstreamer-play 0.23.0 --all-targets --no-default-features --features v1_22'"], kind test, sout raw, serr raw, env [] 231s /tmp/autopkgtest.dmjVuc/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:v1_22-artifacts 231s /tmp/autopkgtest.dmjVuc/wrapper.sh: changing to directory: /tmp/autopkgtest.dmjVuc/build.l0I/src 231s /tmp/autopkgtest.dmjVuc/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 231s /tmp/autopkgtest.dmjVuc/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 231s /tmp/autopkgtest.dmjVuc/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 231s /tmp/autopkgtest.dmjVuc/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 231s /tmp/autopkgtest.dmjVuc/wrapper.sh: setting environment: LANG=C.UTF-8 231s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LANGUAGE 231s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_ADDRESS 231s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_ALL 231s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_COLLATE 231s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_CTYPE 231s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_IDENTIFICATION 231s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_MEASUREMENT 231s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_MESSAGES 231s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_MONETARY 231s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_NAME 231s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_NUMERIC 231s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_PAPER 231s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_TELEPHONE 231s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_TIME 231s /tmp/autopkgtest.dmjVuc/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 231s /tmp/autopkgtest.dmjVuc/wrapper.sh: pretending to be a login shell 231s /tmp/autopkgtest.dmjVuc/wrapper.sh: will write standard error to /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:v1_22-stderr 231s /tmp/autopkgtest.dmjVuc/wrapper.sh: will write stdout to /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:v1_22-stdout 231s /tmp/autopkgtest.dmjVuc/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.dmjVuc/autopkgtest_tmp 231s /tmp/autopkgtest.dmjVuc/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 231s /tmp/autopkgtest.dmjVuc/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test gstreamer-play 0.23.0 --all-targets --no-default-features --features v1_22 231s /tmp/autopkgtest.dmjVuc/wrapper.sh: copying /tmp/tmp.TomzwTxVKZ/out to stdout and file: /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:v1_22-stdout 231s /tmp/autopkgtest.dmjVuc/wrapper.sh: copying /tmp/tmp.TomzwTxVKZ/err to standard error and file: /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:v1_22-stdout 231s /tmp/autopkgtest.dmjVuc/wrapper.sh: writing script pid 9123 to /tmp/autopkgtest_script_pid 231s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 231s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 231s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 231s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.GdQrmxgOgr/registry/ 231s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 231s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 231s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 231s 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', 'v1_22'],) {} 232s Compiling serde v1.0.217 232s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/serde-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.GdQrmxgOgr/registry/serde-1.0.217/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=2b32d4e029565da2 -C extra-filename=-2b32d4e029565da2 --out-dir /tmp/tmp.GdQrmxgOgr/target/debug/build/serde-2b32d4e029565da2 -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --cap-lints warn` 232s Compiling hashbrown v0.14.5 232s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/hashbrown-0.14.5 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/hashbrown-0.14.5/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.14.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name hashbrown --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "raw", "rayon", "rustc-internal-api", "serde"))' -C metadata=e14e27c8ff208110 -C extra-filename=-e14e27c8ff208110 --out-dir /tmp/tmp.GdQrmxgOgr/target/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --cap-lints warn` 232s warning: unexpected `cfg` condition value: `nightly` 232s --> /tmp/tmp.GdQrmxgOgr/registry/hashbrown-0.14.5/src/lib.rs:14:5 232s | 232s 14 | feature = "nightly", 232s | ^^^^^^^^^^^^^^^^^^^ 232s | 232s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 232s = help: consider adding `nightly` as a feature in `Cargo.toml` 232s = note: see for more information about checking conditional configuration 232s = note: `#[warn(unexpected_cfgs)]` on by default 232s 232s warning: unexpected `cfg` condition value: `nightly` 232s --> /tmp/tmp.GdQrmxgOgr/registry/hashbrown-0.14.5/src/lib.rs:39:13 232s | 232s 39 | #![cfg_attr(feature = "nightly", warn(fuzzy_provenance_casts))] 232s | ^^^^^^^^^^^^^^^^^^^ 232s | 232s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 232s = help: consider adding `nightly` as a feature in `Cargo.toml` 232s = note: see for more information about checking conditional configuration 232s 232s warning: unexpected `cfg` condition value: `nightly` 232s --> /tmp/tmp.GdQrmxgOgr/registry/hashbrown-0.14.5/src/lib.rs:40:13 232s | 232s 40 | #![cfg_attr(feature = "nightly", allow(internal_features))] 232s | ^^^^^^^^^^^^^^^^^^^ 232s | 232s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 232s = help: consider adding `nightly` as a feature in `Cargo.toml` 232s = note: see for more information about checking conditional configuration 232s 232s warning: unexpected `cfg` condition value: `nightly` 232s --> /tmp/tmp.GdQrmxgOgr/registry/hashbrown-0.14.5/src/lib.rs:49:7 232s | 232s 49 | #[cfg(feature = "nightly")] 232s | ^^^^^^^^^^^^^^^^^^^ 232s | 232s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 232s = help: consider adding `nightly` as a feature in `Cargo.toml` 232s = note: see for more information about checking conditional configuration 232s 232s warning: unexpected `cfg` condition value: `nightly` 232s --> /tmp/tmp.GdQrmxgOgr/registry/hashbrown-0.14.5/src/macros.rs:59:7 232s | 232s 59 | #[cfg(feature = "nightly")] 232s | ^^^^^^^^^^^^^^^^^^^ 232s | 232s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 232s = help: consider adding `nightly` as a feature in `Cargo.toml` 232s = note: see for more information about checking conditional configuration 232s 232s warning: unexpected `cfg` condition value: `nightly` 232s --> /tmp/tmp.GdQrmxgOgr/registry/hashbrown-0.14.5/src/macros.rs:65:11 232s | 232s 65 | #[cfg(not(feature = "nightly"))] 232s | ^^^^^^^^^^^^^^^^^^^ 232s | 232s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 232s = help: consider adding `nightly` as a feature in `Cargo.toml` 232s = note: see for more information about checking conditional configuration 232s 232s warning: unexpected `cfg` condition value: `nightly` 232s --> /tmp/tmp.GdQrmxgOgr/registry/hashbrown-0.14.5/src/raw/mod.rs:53:11 232s | 232s 53 | #[cfg(not(feature = "nightly"))] 232s | ^^^^^^^^^^^^^^^^^^^ 232s | 232s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 232s = help: consider adding `nightly` as a feature in `Cargo.toml` 232s = note: see for more information about checking conditional configuration 232s 232s warning: unexpected `cfg` condition value: `nightly` 232s --> /tmp/tmp.GdQrmxgOgr/registry/hashbrown-0.14.5/src/raw/mod.rs:55:11 232s | 232s 55 | #[cfg(not(feature = "nightly"))] 232s | ^^^^^^^^^^^^^^^^^^^ 232s | 232s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 232s = help: consider adding `nightly` as a feature in `Cargo.toml` 232s = note: see for more information about checking conditional configuration 232s 232s warning: unexpected `cfg` condition value: `nightly` 232s --> /tmp/tmp.GdQrmxgOgr/registry/hashbrown-0.14.5/src/raw/mod.rs:57:7 232s | 232s 57 | #[cfg(feature = "nightly")] 232s | ^^^^^^^^^^^^^^^^^^^ 232s | 232s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 232s = help: consider adding `nightly` as a feature in `Cargo.toml` 232s = note: see for more information about checking conditional configuration 232s 232s warning: unexpected `cfg` condition value: `nightly` 232s --> /tmp/tmp.GdQrmxgOgr/registry/hashbrown-0.14.5/src/raw/mod.rs:3549:7 232s | 232s 3549 | #[cfg(feature = "nightly")] 232s | ^^^^^^^^^^^^^^^^^^^ 232s | 232s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 232s = help: consider adding `nightly` as a feature in `Cargo.toml` 232s = note: see for more information about checking conditional configuration 232s 232s warning: unexpected `cfg` condition value: `nightly` 232s --> /tmp/tmp.GdQrmxgOgr/registry/hashbrown-0.14.5/src/raw/mod.rs:3661:7 232s | 232s 3661 | #[cfg(feature = "nightly")] 232s | ^^^^^^^^^^^^^^^^^^^ 232s | 232s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 232s = help: consider adding `nightly` as a feature in `Cargo.toml` 232s = note: see for more information about checking conditional configuration 232s 232s warning: unexpected `cfg` condition value: `nightly` 232s --> /tmp/tmp.GdQrmxgOgr/registry/hashbrown-0.14.5/src/raw/mod.rs:3678:11 232s | 232s 3678 | #[cfg(not(feature = "nightly"))] 232s | ^^^^^^^^^^^^^^^^^^^ 232s | 232s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 232s = help: consider adding `nightly` as a feature in `Cargo.toml` 232s = note: see for more information about checking conditional configuration 232s 232s warning: unexpected `cfg` condition value: `nightly` 232s --> /tmp/tmp.GdQrmxgOgr/registry/hashbrown-0.14.5/src/raw/mod.rs:4304:7 232s | 232s 4304 | #[cfg(feature = "nightly")] 232s | ^^^^^^^^^^^^^^^^^^^ 232s | 232s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 232s = help: consider adding `nightly` as a feature in `Cargo.toml` 232s = note: see for more information about checking conditional configuration 232s 232s warning: unexpected `cfg` condition value: `nightly` 232s --> /tmp/tmp.GdQrmxgOgr/registry/hashbrown-0.14.5/src/raw/mod.rs:4319:11 232s | 232s 4319 | #[cfg(not(feature = "nightly"))] 232s | ^^^^^^^^^^^^^^^^^^^ 232s | 232s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 232s = help: consider adding `nightly` as a feature in `Cargo.toml` 232s = note: see for more information about checking conditional configuration 232s 232s warning: unexpected `cfg` condition value: `nightly` 232s --> /tmp/tmp.GdQrmxgOgr/registry/hashbrown-0.14.5/src/raw/alloc.rs:7:7 232s | 232s 7 | #[cfg(feature = "nightly")] 232s | ^^^^^^^^^^^^^^^^^^^ 232s | 232s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 232s = help: consider adding `nightly` as a feature in `Cargo.toml` 232s = note: see for more information about checking conditional configuration 232s 232s warning: unexpected `cfg` condition value: `nightly` 232s --> /tmp/tmp.GdQrmxgOgr/registry/hashbrown-0.14.5/src/raw/alloc.rs:28:15 232s | 232s 28 | #[cfg(all(not(feature = "nightly"), feature = "allocator-api2"))] 232s | ^^^^^^^^^^^^^^^^^^^ 232s | 232s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 232s = help: consider adding `nightly` as a feature in `Cargo.toml` 232s = note: see for more information about checking conditional configuration 232s 232s warning: unexpected `cfg` condition value: `nightly` 232s --> /tmp/tmp.GdQrmxgOgr/registry/hashbrown-0.14.5/src/raw/alloc.rs:51:15 232s | 232s 51 | #[cfg(not(any(feature = "nightly", feature = "allocator-api2")))] 232s | ^^^^^^^^^^^^^^^^^^^ 232s | 232s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 232s = help: consider adding `nightly` as a feature in `Cargo.toml` 232s = note: see for more information about checking conditional configuration 232s 232s warning: unexpected `cfg` condition value: `nightly` 232s --> /tmp/tmp.GdQrmxgOgr/registry/hashbrown-0.14.5/src/raw/mod.rs:944:32 232s | 232s 944 | #[cfg(any(feature = "raw", feature = "nightly"))] 232s | ^^^^^^^^^^^^^^^^^^^ 232s | 232s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 232s = help: consider adding `nightly` as a feature in `Cargo.toml` 232s = note: see for more information about checking conditional configuration 232s 232s warning: unexpected `cfg` condition value: `rkyv` 232s --> /tmp/tmp.GdQrmxgOgr/registry/hashbrown-0.14.5/src/external_trait_impls/mod.rs:3:7 232s | 232s 3 | #[cfg(feature = "rkyv")] 232s | ^^^^^^^^^^^^^^^^ 232s | 232s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 232s = help: consider adding `rkyv` as a feature in `Cargo.toml` 232s = note: see for more information about checking conditional configuration 232s 232s warning: unexpected `cfg` condition value: `nightly` 232s --> /tmp/tmp.GdQrmxgOgr/registry/hashbrown-0.14.5/src/map.rs:242:11 232s | 232s 242 | #[cfg(not(feature = "nightly"))] 232s | ^^^^^^^^^^^^^^^^^^^ 232s | 232s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 232s = help: consider adding `nightly` as a feature in `Cargo.toml` 232s = note: see for more information about checking conditional configuration 232s 232s warning: unexpected `cfg` condition value: `nightly` 232s --> /tmp/tmp.GdQrmxgOgr/registry/hashbrown-0.14.5/src/map.rs:255:7 232s | 232s 255 | #[cfg(feature = "nightly")] 232s | ^^^^^^^^^^^^^^^^^^^ 232s | 232s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 232s = help: consider adding `nightly` as a feature in `Cargo.toml` 232s = note: see for more information about checking conditional configuration 232s 232s warning: unexpected `cfg` condition value: `nightly` 232s --> /tmp/tmp.GdQrmxgOgr/registry/hashbrown-0.14.5/src/map.rs:6517:11 232s | 232s 6517 | #[cfg(feature = "nightly")] 232s | ^^^^^^^^^^^^^^^^^^^ 232s | 232s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 232s = help: consider adding `nightly` as a feature in `Cargo.toml` 232s = note: see for more information about checking conditional configuration 232s 232s warning: unexpected `cfg` condition value: `nightly` 232s --> /tmp/tmp.GdQrmxgOgr/registry/hashbrown-0.14.5/src/map.rs:6523:11 232s | 232s 6523 | #[cfg(feature = "nightly")] 232s | ^^^^^^^^^^^^^^^^^^^ 232s | 232s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 232s = help: consider adding `nightly` as a feature in `Cargo.toml` 232s = note: see for more information about checking conditional configuration 232s 232s warning: unexpected `cfg` condition value: `nightly` 232s --> /tmp/tmp.GdQrmxgOgr/registry/hashbrown-0.14.5/src/map.rs:6591:11 232s | 232s 6591 | #[cfg(feature = "nightly")] 232s | ^^^^^^^^^^^^^^^^^^^ 232s | 232s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 232s = help: consider adding `nightly` as a feature in `Cargo.toml` 232s = note: see for more information about checking conditional configuration 232s 232s warning: unexpected `cfg` condition value: `nightly` 232s --> /tmp/tmp.GdQrmxgOgr/registry/hashbrown-0.14.5/src/map.rs:6597:11 232s | 232s 6597 | #[cfg(feature = "nightly")] 232s | ^^^^^^^^^^^^^^^^^^^ 232s | 232s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 232s = help: consider adding `nightly` as a feature in `Cargo.toml` 232s = note: see for more information about checking conditional configuration 232s 232s warning: unexpected `cfg` condition value: `nightly` 232s --> /tmp/tmp.GdQrmxgOgr/registry/hashbrown-0.14.5/src/map.rs:6651:11 232s | 232s 6651 | #[cfg(feature = "nightly")] 232s | ^^^^^^^^^^^^^^^^^^^ 232s | 232s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 232s = help: consider adding `nightly` as a feature in `Cargo.toml` 232s = note: see for more information about checking conditional configuration 232s 232s warning: unexpected `cfg` condition value: `nightly` 232s --> /tmp/tmp.GdQrmxgOgr/registry/hashbrown-0.14.5/src/map.rs:6657:11 232s | 232s 6657 | #[cfg(feature = "nightly")] 232s | ^^^^^^^^^^^^^^^^^^^ 232s | 232s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 232s = help: consider adding `nightly` as a feature in `Cargo.toml` 232s = note: see for more information about checking conditional configuration 232s 232s warning: unexpected `cfg` condition value: `nightly` 232s --> /tmp/tmp.GdQrmxgOgr/registry/hashbrown-0.14.5/src/set.rs:1359:11 232s | 232s 1359 | #[cfg(feature = "nightly")] 232s | ^^^^^^^^^^^^^^^^^^^ 232s | 232s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 232s = help: consider adding `nightly` as a feature in `Cargo.toml` 232s = note: see for more information about checking conditional configuration 232s 232s warning: unexpected `cfg` condition value: `nightly` 232s --> /tmp/tmp.GdQrmxgOgr/registry/hashbrown-0.14.5/src/set.rs:1365:11 232s | 232s 1365 | #[cfg(feature = "nightly")] 232s | ^^^^^^^^^^^^^^^^^^^ 232s | 232s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 232s = help: consider adding `nightly` as a feature in `Cargo.toml` 232s = note: see for more information about checking conditional configuration 232s 232s warning: unexpected `cfg` condition value: `nightly` 232s --> /tmp/tmp.GdQrmxgOgr/registry/hashbrown-0.14.5/src/set.rs:1383:11 232s | 232s 1383 | #[cfg(feature = "nightly")] 232s | ^^^^^^^^^^^^^^^^^^^ 232s | 232s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 232s = help: consider adding `nightly` as a feature in `Cargo.toml` 232s = note: see for more information about checking conditional configuration 232s 232s warning: unexpected `cfg` condition value: `nightly` 232s --> /tmp/tmp.GdQrmxgOgr/registry/hashbrown-0.14.5/src/set.rs:1389:11 232s | 232s 1389 | #[cfg(feature = "nightly")] 232s | ^^^^^^^^^^^^^^^^^^^ 232s | 232s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 232s = help: consider adding `nightly` as a feature in `Cargo.toml` 232s = note: see for more information about checking conditional configuration 232s 232s 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_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/serde-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.GdQrmxgOgr/target/debug/deps:/tmp/tmp.GdQrmxgOgr/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.GdQrmxgOgr/target/debug/build/serde-c2bcebac22c6c694/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.GdQrmxgOgr/target/debug/build/serde-2b32d4e029565da2/build-script-build` 232s [serde 1.0.217] cargo:rerun-if-changed=build.rs 232s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_cstr) 232s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_error) 232s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_net) 232s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_num_saturating) 232s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_try_from) 232s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace) 232s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_float_copysign) 232s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_num_nonzero_signed) 232s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds) 232s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_serde_derive) 232s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic) 232s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic64) 232s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_systemtime_checked_add) 232s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_target_has_atomic) 232s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/serde-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps OUT_DIR=/tmp/tmp.GdQrmxgOgr/target/debug/build/serde-c2bcebac22c6c694/out rustc --crate-name serde --edition=2018 /tmp/tmp.GdQrmxgOgr/registry/serde-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=64c0851ac56a0ce1 -C extra-filename=-64c0851ac56a0ce1 --out-dir /tmp/tmp.GdQrmxgOgr/target/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --cap-lints warn --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` 232s warning: `hashbrown` (lib) generated 31 warnings 232s Compiling equivalent v1.0.1 232s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=equivalent CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/equivalent-1.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/equivalent-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Traits for key comparison in maps.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=equivalent CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/equivalent' CARGO_PKG_RUST_VERSION=1.6 CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name equivalent --edition=2015 /tmp/tmp.GdQrmxgOgr/registry/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a11b0a19a3bf2c19 -C extra-filename=-a11b0a19a3bf2c19 --out-dir /tmp/tmp.GdQrmxgOgr/target/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --cap-lints warn` 232s Compiling indexmap v2.7.0 232s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=indexmap CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/indexmap-2.7.0 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/indexmap-2.7.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/indexmap-rs/indexmap' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=2.7.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name indexmap --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/indexmap-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "rayon", "serde", "std", "test_debug"))' -C metadata=1e18ac9265fbd6ac -C extra-filename=-1e18ac9265fbd6ac --out-dir /tmp/tmp.GdQrmxgOgr/target/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern equivalent=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libequivalent-a11b0a19a3bf2c19.rmeta --extern hashbrown=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libhashbrown-e14e27c8ff208110.rmeta --cap-lints warn` 232s warning: unexpected `cfg` condition value: `borsh` 232s --> /tmp/tmp.GdQrmxgOgr/registry/indexmap-2.7.0/src/lib.rs:117:7 232s | 232s 117 | #[cfg(feature = "borsh")] 232s | ^^^^^^^^^^^^^^^^^ 232s | 232s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 232s = help: consider adding `borsh` as a feature in `Cargo.toml` 232s = note: see for more information about checking conditional configuration 232s = note: `#[warn(unexpected_cfgs)]` on by default 232s 232s warning: unexpected `cfg` condition value: `rustc-rayon` 232s --> /tmp/tmp.GdQrmxgOgr/registry/indexmap-2.7.0/src/lib.rs:131:7 232s | 232s 131 | #[cfg(feature = "rustc-rayon")] 232s | ^^^^^^^^^^^^^^^^^^^^^^^ 232s | 232s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 232s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 232s = note: see for more information about checking conditional configuration 232s 232s warning: unexpected `cfg` condition value: `quickcheck` 232s --> /tmp/tmp.GdQrmxgOgr/registry/indexmap-2.7.0/src/arbitrary.rs:38:7 232s | 232s 38 | #[cfg(feature = "quickcheck")] 232s | ^^^^^^^^^^^^^^^^^^^^^^ 232s | 232s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 232s = help: consider adding `quickcheck` as a feature in `Cargo.toml` 232s = note: see for more information about checking conditional configuration 232s 232s warning: unexpected `cfg` condition value: `rustc-rayon` 232s --> /tmp/tmp.GdQrmxgOgr/registry/indexmap-2.7.0/src/macros.rs:128:30 232s | 232s 128 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 232s | ^^^^^^^^^^^^^^^^^^^^^^^ 232s | 232s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 232s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 232s = note: see for more information about checking conditional configuration 232s 232s warning: unexpected `cfg` condition value: `rustc-rayon` 232s --> /tmp/tmp.GdQrmxgOgr/registry/indexmap-2.7.0/src/macros.rs:153:30 232s | 232s 153 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 232s | ^^^^^^^^^^^^^^^^^^^^^^^ 232s | 232s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 232s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 232s = note: see for more information about checking conditional configuration 232s 233s warning: `indexmap` (lib) generated 5 warnings 233s Compiling winnow v0.6.18 233s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=winnow CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/winnow-0.6.18 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/winnow-0.6.18/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A byte-oriented, zero-copy, parser combinators library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=winnow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/winnow-rs/winnow' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=0.6.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name winnow --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/winnow-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=0f17435733cfc3dc -C extra-filename=-0f17435733cfc3dc --out-dir /tmp/tmp.GdQrmxgOgr/target/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --cap-lints warn` 233s warning: unexpected `cfg` condition value: `debug` 233s --> /tmp/tmp.GdQrmxgOgr/registry/winnow-0.6.18/src/combinator/debug/mod.rs:1:13 233s | 233s 1 | #![cfg_attr(feature = "debug", allow(clippy::std_instead_of_core))] 233s | ^^^^^^^^^^^^^^^^^ 233s | 233s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 233s = help: consider adding `debug` as a feature in `Cargo.toml` 233s = note: see for more information about checking conditional configuration 233s = note: `#[warn(unexpected_cfgs)]` on by default 233s 233s warning: unexpected `cfg` condition value: `debug` 233s --> /tmp/tmp.GdQrmxgOgr/registry/winnow-0.6.18/src/combinator/debug/mod.rs:3:7 233s | 233s 3 | #[cfg(feature = "debug")] 233s | ^^^^^^^^^^^^^^^^^ 233s | 233s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 233s = help: consider adding `debug` as a feature in `Cargo.toml` 233s = note: see for more information about checking conditional configuration 233s 233s warning: unexpected `cfg` condition value: `debug` 233s --> /tmp/tmp.GdQrmxgOgr/registry/winnow-0.6.18/src/combinator/debug/mod.rs:37:16 233s | 233s 37 | #[cfg_attr(not(feature = "debug"), allow(unused_variables))] 233s | ^^^^^^^^^^^^^^^^^ 233s | 233s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 233s = help: consider adding `debug` as a feature in `Cargo.toml` 233s = note: see for more information about checking conditional configuration 233s 233s warning: unexpected `cfg` condition value: `debug` 233s --> /tmp/tmp.GdQrmxgOgr/registry/winnow-0.6.18/src/combinator/debug/mod.rs:38:16 233s | 233s 38 | #[cfg_attr(not(feature = "debug"), allow(unused_mut))] 233s | ^^^^^^^^^^^^^^^^^ 233s | 233s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 233s = help: consider adding `debug` as a feature in `Cargo.toml` 233s = note: see for more information about checking conditional configuration 233s 233s warning: unexpected `cfg` condition value: `debug` 233s --> /tmp/tmp.GdQrmxgOgr/registry/winnow-0.6.18/src/combinator/debug/mod.rs:39:16 233s | 233s 39 | #[cfg_attr(not(feature = "debug"), inline(always))] 233s | ^^^^^^^^^^^^^^^^^ 233s | 233s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 233s = help: consider adding `debug` as a feature in `Cargo.toml` 233s = note: see for more information about checking conditional configuration 233s 233s warning: unexpected `cfg` condition value: `debug` 233s --> /tmp/tmp.GdQrmxgOgr/registry/winnow-0.6.18/src/combinator/debug/mod.rs:54:16 233s | 233s 54 | #[cfg_attr(not(feature = "debug"), allow(unused_variables))] 233s | ^^^^^^^^^^^^^^^^^ 233s | 233s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 233s = help: consider adding `debug` as a feature in `Cargo.toml` 233s = note: see for more information about checking conditional configuration 233s 233s warning: unexpected `cfg` condition value: `debug` 233s --> /tmp/tmp.GdQrmxgOgr/registry/winnow-0.6.18/src/combinator/debug/mod.rs:79:7 233s | 233s 79 | #[cfg(feature = "debug")] 233s | ^^^^^^^^^^^^^^^^^ 233s | 233s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 233s = help: consider adding `debug` as a feature in `Cargo.toml` 233s = note: see for more information about checking conditional configuration 233s 233s warning: unexpected `cfg` condition value: `debug` 233s --> /tmp/tmp.GdQrmxgOgr/registry/winnow-0.6.18/src/combinator/debug/mod.rs:44:11 233s | 233s 44 | #[cfg(feature = "debug")] 233s | ^^^^^^^^^^^^^^^^^ 233s | 233s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 233s = help: consider adding `debug` as a feature in `Cargo.toml` 233s = note: see for more information about checking conditional configuration 233s 233s warning: unexpected `cfg` condition value: `debug` 233s --> /tmp/tmp.GdQrmxgOgr/registry/winnow-0.6.18/src/combinator/debug/mod.rs:48:15 233s | 233s 48 | #[cfg(not(feature = "debug"))] 233s | ^^^^^^^^^^^^^^^^^ 233s | 233s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 233s = help: consider adding `debug` as a feature in `Cargo.toml` 233s = note: see for more information about checking conditional configuration 233s 233s warning: unexpected `cfg` condition value: `debug` 233s --> /tmp/tmp.GdQrmxgOgr/registry/winnow-0.6.18/src/combinator/debug/mod.rs:59:11 233s | 233s 59 | #[cfg(feature = "debug")] 233s | ^^^^^^^^^^^^^^^^^ 233s | 233s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 233s = help: consider adding `debug` as a feature in `Cargo.toml` 233s = note: see for more information about checking conditional configuration 233s 235s Compiling toml_datetime v0.6.8 235s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=toml_datetime CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/toml_datetime-0.6.8 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/toml_datetime-0.6.8/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A TOML-compatible datetime type' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_datetime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.6.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name toml_datetime --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=f8a60bc8f4facc64 -C extra-filename=-f8a60bc8f4facc64 --out-dir /tmp/tmp.GdQrmxgOgr/target/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern serde=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libserde-64c0851ac56a0ce1.rmeta --cap-lints warn` 235s warning: `winnow` (lib) generated 10 warnings 235s Compiling serde_spanned v0.6.7 235s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde_spanned CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/serde_spanned-0.6.7 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/serde_spanned-0.6.7/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Serde-compatible spanned Value' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_spanned CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.6.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name serde_spanned --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/serde_spanned-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=bb6bf82fb8b7e3e2 -C extra-filename=-bb6bf82fb8b7e3e2 --out-dir /tmp/tmp.GdQrmxgOgr/target/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern serde=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libserde-64c0851ac56a0ce1.rmeta --cap-lints warn` 235s Compiling toml_edit v0.22.20 235s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=toml_edit CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/toml_edit-0.22.20 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/toml_edit-0.22.20/Cargo.toml CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name toml_edit --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/toml_edit-0.22.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=16e4204886ae364a -C extra-filename=-16e4204886ae364a --out-dir /tmp/tmp.GdQrmxgOgr/target/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern indexmap=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libindexmap-1e18ac9265fbd6ac.rmeta --extern serde=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libserde-64c0851ac56a0ce1.rmeta --extern serde_spanned=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libserde_spanned-bb6bf82fb8b7e3e2.rmeta --extern toml_datetime=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libtoml_datetime-f8a60bc8f4facc64.rmeta --extern winnow=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libwinnow-0f17435733cfc3dc.rmeta --cap-lints warn` 235s Compiling target-lexicon v0.12.14 235s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/target-lexicon-0.12.14 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/target-lexicon-0.12.14/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='Targeting utilities for compilers and related tools' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=target-lexicon CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/target-lexicon' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.GdQrmxgOgr/registry/target-lexicon-0.12.14/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=25364d17e185c4be -C extra-filename=-25364d17e185c4be --out-dir /tmp/tmp.GdQrmxgOgr/target/debug/build/target-lexicon-25364d17e185c4be -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --cap-lints warn` 235s warning: unexpected `cfg` condition value: `rust_1_40` 235s --> /tmp/tmp.GdQrmxgOgr/registry/target-lexicon-0.12.14/src/data_model.rs:43:12 235s | 235s 43 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 235s | ^^^^^^^^^^^^^^^^^^^^^ 235s | 235s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 235s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 235s = note: see for more information about checking conditional configuration 235s = note: `#[warn(unexpected_cfgs)]` on by default 235s 235s warning: unexpected `cfg` condition value: `rust_1_40` 235s --> /tmp/tmp.GdQrmxgOgr/registry/target-lexicon-0.12.14/src/triple.rs:55:12 235s | 235s 55 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 235s | ^^^^^^^^^^^^^^^^^^^^^ 235s | 235s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 235s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 235s = note: see for more information about checking conditional configuration 235s 235s warning: unexpected `cfg` condition value: `rust_1_40` 235s --> /tmp/tmp.GdQrmxgOgr/registry/target-lexicon-0.12.14/src/targets.rs:14:12 235s | 235s 14 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 235s | ^^^^^^^^^^^^^^^^^^^^^ 235s | 235s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 235s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 235s = note: see for more information about checking conditional configuration 235s 235s warning: unexpected `cfg` condition value: `rust_1_40` 235s --> /tmp/tmp.GdQrmxgOgr/registry/target-lexicon-0.12.14/src/targets.rs:57:12 235s | 235s 57 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 235s | ^^^^^^^^^^^^^^^^^^^^^ 235s | 235s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 235s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 235s = note: see for more information about checking conditional configuration 235s 235s warning: unexpected `cfg` condition value: `rust_1_40` 235s --> /tmp/tmp.GdQrmxgOgr/registry/target-lexicon-0.12.14/src/targets.rs:107:12 235s | 235s 107 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 235s | ^^^^^^^^^^^^^^^^^^^^^ 235s | 235s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 235s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 235s = note: see for more information about checking conditional configuration 235s 235s warning: unexpected `cfg` condition value: `rust_1_40` 235s --> /tmp/tmp.GdQrmxgOgr/registry/target-lexicon-0.12.14/src/targets.rs:386:12 235s | 235s 386 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 235s | ^^^^^^^^^^^^^^^^^^^^^ 235s | 235s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 235s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 235s = note: see for more information about checking conditional configuration 235s 235s warning: unexpected `cfg` condition value: `rust_1_40` 235s --> /tmp/tmp.GdQrmxgOgr/registry/target-lexicon-0.12.14/src/targets.rs:407:12 235s | 235s 407 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 235s | ^^^^^^^^^^^^^^^^^^^^^ 235s | 235s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 235s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 235s = note: see for more information about checking conditional configuration 235s 235s warning: unexpected `cfg` condition value: `rust_1_40` 235s --> /tmp/tmp.GdQrmxgOgr/registry/target-lexicon-0.12.14/src/targets.rs:436:12 235s | 235s 436 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 235s | ^^^^^^^^^^^^^^^^^^^^^ 235s | 235s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 235s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 235s = note: see for more information about checking conditional configuration 235s 235s warning: unexpected `cfg` condition value: `rust_1_40` 235s --> /tmp/tmp.GdQrmxgOgr/registry/target-lexicon-0.12.14/src/targets.rs:459:12 235s | 235s 459 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 235s | ^^^^^^^^^^^^^^^^^^^^^ 235s | 235s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 235s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 235s = note: see for more information about checking conditional configuration 235s 235s warning: unexpected `cfg` condition value: `rust_1_40` 235s --> /tmp/tmp.GdQrmxgOgr/registry/target-lexicon-0.12.14/src/targets.rs:482:12 235s | 235s 482 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 235s | ^^^^^^^^^^^^^^^^^^^^^ 235s | 235s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 235s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 235s = note: see for more information about checking conditional configuration 235s 235s warning: unexpected `cfg` condition value: `rust_1_40` 235s --> /tmp/tmp.GdQrmxgOgr/registry/target-lexicon-0.12.14/src/targets.rs:507:12 235s | 235s 507 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 235s | ^^^^^^^^^^^^^^^^^^^^^ 235s | 235s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 235s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 235s = note: see for more information about checking conditional configuration 235s 235s warning: unexpected `cfg` condition value: `rust_1_40` 235s --> /tmp/tmp.GdQrmxgOgr/registry/target-lexicon-0.12.14/src/targets.rs:566:12 235s | 235s 566 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 235s | ^^^^^^^^^^^^^^^^^^^^^ 235s | 235s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 235s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 235s = note: see for more information about checking conditional configuration 235s 235s warning: unexpected `cfg` condition value: `rust_1_40` 235s --> /tmp/tmp.GdQrmxgOgr/registry/target-lexicon-0.12.14/src/targets.rs:624:12 235s | 235s 624 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 235s | ^^^^^^^^^^^^^^^^^^^^^ 235s | 235s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 235s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 235s = note: see for more information about checking conditional configuration 235s 235s warning: unexpected `cfg` condition value: `rust_1_40` 235s --> /tmp/tmp.GdQrmxgOgr/registry/target-lexicon-0.12.14/src/targets.rs:719:12 235s | 235s 719 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 235s | ^^^^^^^^^^^^^^^^^^^^^ 235s | 235s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 235s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 235s = note: see for more information about checking conditional configuration 235s 235s warning: unexpected `cfg` condition value: `rust_1_40` 235s --> /tmp/tmp.GdQrmxgOgr/registry/target-lexicon-0.12.14/src/targets.rs:801:12 235s | 235s 801 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 235s | ^^^^^^^^^^^^^^^^^^^^^ 235s | 235s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 235s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 235s = note: see for more information about checking conditional configuration 235s 236s warning: `target-lexicon` (build script) generated 15 warnings 236s 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_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/target-lexicon-0.12.14 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/target-lexicon-0.12.14/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='Targeting utilities for compilers and related tools' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=target-lexicon CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/target-lexicon' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.GdQrmxgOgr/target/debug/deps:/tmp/tmp.GdQrmxgOgr/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.GdQrmxgOgr/target/debug/build/target-lexicon-bcd17a2af3ef410c/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.GdQrmxgOgr/target/debug/build/target-lexicon-25364d17e185c4be/build-script-build` 236s [target-lexicon 0.12.14] cargo:rustc-cfg=feature="rust_1_40" 236s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=target_lexicon CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/target-lexicon-0.12.14 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/target-lexicon-0.12.14/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='Targeting utilities for compilers and related tools' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=target-lexicon CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/target-lexicon' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps OUT_DIR=/tmp/tmp.GdQrmxgOgr/target/debug/build/target-lexicon-bcd17a2af3ef410c/out rustc --crate-name target_lexicon --edition=2018 /tmp/tmp.GdQrmxgOgr/registry/target-lexicon-0.12.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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=3e1fae5fd9acfad5 -C extra-filename=-3e1fae5fd9acfad5 --out-dir /tmp/tmp.GdQrmxgOgr/target/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --cap-lints warn --cfg 'feature="rust_1_40"'` 236s warning: unexpected `cfg` condition value: `cargo-clippy` 236s --> /tmp/tmp.GdQrmxgOgr/registry/target-lexicon-0.12.14/src/lib.rs:6:5 236s | 236s 6 | feature = "cargo-clippy", 236s | ^^^^^^^^^^^^^^^^^^^^^^^^ 236s | 236s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 236s = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` 236s = note: see for more information about checking conditional configuration 236s = note: `#[warn(unexpected_cfgs)]` on by default 236s 236s warning: unexpected `cfg` condition value: `rust_1_40` 236s --> /tmp/tmp.GdQrmxgOgr/registry/target-lexicon-0.12.14/src/data_model.rs:43:12 236s | 236s 43 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 236s | ^^^^^^^^^^^^^^^^^^^^^ 236s | 236s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 236s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 236s = note: see for more information about checking conditional configuration 236s 236s warning: `target-lexicon` (lib) generated 16 warnings (14 duplicates) 236s Compiling heck v0.4.1 236s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=heck CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/heck-0.4.1 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/heck-0.4.1/Cargo.toml CARGO_PKG_AUTHORS='Without Boats ' CARGO_PKG_DESCRIPTION='heck is a case conversion library.' CARGO_PKG_HOMEPAGE='https://github.com/withoutboats/heck' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heck CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/withoutboats/heck' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name heck --edition=2018 /tmp/tmp.GdQrmxgOgr/registry/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=780ed41701172964 -C extra-filename=-780ed41701172964 --out-dir /tmp/tmp.GdQrmxgOgr/target/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --cap-lints warn` 236s Compiling smallvec v1.13.2 236s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/smallvec-1.13.2 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/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.GdQrmxgOgr/target/debug/deps rustc --crate-name smallvec --edition=2018 /tmp/tmp.GdQrmxgOgr/registry/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=f7f5371280a70ca7 -C extra-filename=-f7f5371280a70ca7 --out-dir /tmp/tmp.GdQrmxgOgr/target/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --cap-lints warn` 236s Compiling cfg-expr v0.15.8 236s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=cfg_expr CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/cfg-expr-0.15.8 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/cfg-expr-0.15.8/Cargo.toml CARGO_PKG_AUTHORS='Embark :Jake Shadle ' CARGO_PKG_DESCRIPTION='A parser and evaluator for Rust `cfg()` expressions.' CARGO_PKG_HOMEPAGE='https://github.com/EmbarkStudios/cfg-expr' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-expr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/EmbarkStudios/cfg-expr' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=0.15.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name cfg_expr --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/cfg-expr-0.15.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="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=4c9dfc41aae878a8 -C extra-filename=-4c9dfc41aae878a8 --out-dir /tmp/tmp.GdQrmxgOgr/target/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern smallvec=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libsmallvec-f7f5371280a70ca7.rmeta --extern target_lexicon=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libtarget_lexicon-3e1fae5fd9acfad5.rmeta --cap-lints warn` 237s Compiling toml v0.8.19 237s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=toml CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/toml-0.8.19 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/toml-0.8.19/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A native Rust encoder and decoder of TOML-formatted files and streams. Provides 237s implementations of the standard Serialize/Deserialize traits for TOML data to 237s facilitate deserializing and serializing Rust structures. 237s ' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.8.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name toml --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/toml-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=3dcb236086e4a66e -C extra-filename=-3dcb236086e4a66e --out-dir /tmp/tmp.GdQrmxgOgr/target/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern serde=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libserde-64c0851ac56a0ce1.rmeta --extern serde_spanned=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libserde_spanned-bb6bf82fb8b7e3e2.rmeta --extern toml_datetime=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libtoml_datetime-f8a60bc8f4facc64.rmeta --extern toml_edit=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libtoml_edit-16e4204886ae364a.rmeta --cap-lints warn` 237s warning: unused import: `std::fmt` 237s --> /tmp/tmp.GdQrmxgOgr/registry/toml-0.8.19/src/table.rs:1:5 237s | 237s 1 | use std::fmt; 237s | ^^^^^^^^ 237s | 237s = note: `#[warn(unused_imports)]` on by default 237s 238s warning: `toml` (lib) generated 1 warning 238s Compiling version-compare v0.1.1 238s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=version_compare CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/version-compare-0.1.1 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/version-compare-0.1.1/Cargo.toml CARGO_PKG_AUTHORS='Tim Visee <3a4fb3964f@sinenomine.email>' CARGO_PKG_DESCRIPTION='Rust library to easily compare version numbers with no specific format, and test against various comparison operators.' CARGO_PKG_HOMEPAGE='https://timvisee.com/projects/version-compare/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=version-compare CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/timvisee/version-compare' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name version_compare --edition=2018 /tmp/tmp.GdQrmxgOgr/registry/version-compare-0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ede63bb61298945c -C extra-filename=-ede63bb61298945c --out-dir /tmp/tmp.GdQrmxgOgr/target/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --cap-lints warn` 238s warning: unexpected `cfg` condition name: `tarpaulin` 238s --> /tmp/tmp.GdQrmxgOgr/registry/version-compare-0.1.1/src/cmp.rs:320:12 238s | 238s 320 | #[cfg_attr(tarpaulin, skip)] 238s | ^^^^^^^^^ 238s | 238s = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` 238s = help: consider using a Cargo feature instead 238s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 238s [lints.rust] 238s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] } 238s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs` 238s = note: see for more information about checking conditional configuration 238s = note: `#[warn(unexpected_cfgs)]` on by default 238s 238s warning: unexpected `cfg` condition name: `tarpaulin` 238s --> /tmp/tmp.GdQrmxgOgr/registry/version-compare-0.1.1/src/compare.rs:66:12 238s | 238s 66 | #[cfg_attr(tarpaulin, skip)] 238s | ^^^^^^^^^ 238s | 238s = help: consider using a Cargo feature instead 238s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 238s [lints.rust] 238s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] } 238s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs` 238s = note: see for more information about checking conditional configuration 238s 238s warning: unexpected `cfg` condition name: `tarpaulin` 238s --> /tmp/tmp.GdQrmxgOgr/registry/version-compare-0.1.1/src/manifest.rs:58:12 238s | 238s 58 | #[cfg_attr(tarpaulin, skip)] 238s | ^^^^^^^^^ 238s | 238s = help: consider using a Cargo feature instead 238s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 238s [lints.rust] 238s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] } 238s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs` 238s = note: see for more information about checking conditional configuration 238s 238s warning: unexpected `cfg` condition name: `tarpaulin` 238s --> /tmp/tmp.GdQrmxgOgr/registry/version-compare-0.1.1/src/part.rs:34:12 238s | 238s 34 | #[cfg_attr(tarpaulin, skip)] 238s | ^^^^^^^^^ 238s | 238s = help: consider using a Cargo feature instead 238s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 238s [lints.rust] 238s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] } 238s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs` 238s = note: see for more information about checking conditional configuration 238s 238s warning: unexpected `cfg` condition name: `tarpaulin` 238s --> /tmp/tmp.GdQrmxgOgr/registry/version-compare-0.1.1/src/version.rs:462:12 238s | 238s 462 | #[cfg_attr(tarpaulin, skip)] 238s | ^^^^^^^^^ 238s | 238s = help: consider using a Cargo feature instead 238s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 238s [lints.rust] 238s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] } 238s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs` 238s = note: see for more information about checking conditional configuration 238s 238s warning: `version-compare` (lib) generated 5 warnings 238s Compiling pkg-config v0.3.31 238s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=pkg_config CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/pkg-config-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/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 238s Cargo build scripts. 238s ' 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.GdQrmxgOgr/target/debug/deps rustc --crate-name pkg_config --edition=2018 /tmp/tmp.GdQrmxgOgr/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.GdQrmxgOgr/target/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --cap-lints warn` 238s warning: unreachable expression 238s --> /tmp/tmp.GdQrmxgOgr/registry/pkg-config-0.3.31/src/lib.rs:596:9 238s | 238s 592 | return true; 238s | ----------- any code following this expression is unreachable 238s ... 238s 596 | / match self.targeted_env_var("PKG_CONFIG_ALLOW_CROSS") { 238s 597 | | // don't use pkg-config if explicitly disabled 238s 598 | | Some(ref val) if val == "0" => false, 238s 599 | | Some(_) => true, 238s ... | 238s 605 | | } 238s 606 | | } 238s | |_________^ unreachable expression 238s | 238s = note: `#[warn(unreachable_code)]` on by default 238s 239s warning: `pkg-config` (lib) generated 1 warning 239s Compiling system-deps v7.0.2 239s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=system_deps CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/system-deps-7.0.2 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/system-deps-7.0.2/Cargo.toml CARGO_PKG_AUTHORS='Guillaume Desmottes :Josh Triplett ' CARGO_PKG_DESCRIPTION='Discover and configure system dependencies from declarative dependencies in Cargo.toml' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=system-deps CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gdesmott/system-deps' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=7.0.2 CARGO_PKG_VERSION_MAJOR=7 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name system_deps --edition=2018 /tmp/tmp.GdQrmxgOgr/registry/system-deps-7.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=df5512f70260f2a1 -C extra-filename=-df5512f70260f2a1 --out-dir /tmp/tmp.GdQrmxgOgr/target/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern cfg_expr=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libcfg_expr-4c9dfc41aae878a8.rmeta --extern heck=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libheck-780ed41701172964.rmeta --extern pkg_config=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libpkg_config-f20a1c89e2145860.rmeta --extern toml=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libtoml-3dcb236086e4a66e.rmeta --extern version_compare=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libversion_compare-ede63bb61298945c.rmeta --cap-lints warn` 240s Compiling proc-macro2 v1.0.92 240s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/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.GdQrmxgOgr/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.GdQrmxgOgr/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.GdQrmxgOgr/target/debug/build/proc-macro2-3832f39696f3f5db -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --cap-lints warn` 240s Compiling autocfg v1.1.0 240s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/autocfg-1.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/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.GdQrmxgOgr/target/debug/deps rustc --crate-name autocfg --edition=2015 /tmp/tmp.GdQrmxgOgr/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.GdQrmxgOgr/target/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --cap-lints warn` 240s 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.GdQrmxgOgr/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/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.GdQrmxgOgr/target/debug/deps:/tmp/tmp.GdQrmxgOgr/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.GdQrmxgOgr/target/debug/build/proc-macro2-b8c68c67c59c8657/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.GdQrmxgOgr/target/debug/build/proc-macro2-3832f39696f3f5db/build-script-build` 240s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(fuzzing) 240s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_is_available) 240s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_byte_character) 240s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_c_string) 240s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_source_text) 240s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(proc_macro_span) 240s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) 240s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) 240s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) 240s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(randomize_layout) 240s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(span_locations) 240s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(super_unstable) 240s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(wrap_proc_macro) 240s [proc-macro2 1.0.92] cargo:rerun-if-changed=build/probe.rs 240s [proc-macro2 1.0.92] cargo:rustc-cfg=wrap_proc_macro 240s [proc-macro2 1.0.92] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 240s Compiling unicode-ident v1.0.13 240s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/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.GdQrmxgOgr/target/debug/deps rustc --crate-name unicode_ident --edition=2018 /tmp/tmp.GdQrmxgOgr/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.GdQrmxgOgr/target/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --cap-lints warn` 240s Compiling libc v0.2.169 240s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/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. 240s ' 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.GdQrmxgOgr/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/libc-0.2.169/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=281f50e119612eba -C extra-filename=-281f50e119612eba --out-dir /tmp/tmp.GdQrmxgOgr/target/debug/build/libc-281f50e119612eba -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --cap-lints warn` 240s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/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.GdQrmxgOgr/target/debug/deps OUT_DIR=/tmp/tmp.GdQrmxgOgr/target/debug/build/proc-macro2-b8c68c67c59c8657/out rustc --crate-name proc_macro2 --edition=2021 /tmp/tmp.GdQrmxgOgr/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.GdQrmxgOgr/target/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern unicode_ident=/tmp/tmp.GdQrmxgOgr/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)'` 241s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/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. 241s ' 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.GdQrmxgOgr/target/debug/deps:/tmp/tmp.GdQrmxgOgr/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/build/libc-3f83b68379fefaf9/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.GdQrmxgOgr/target/debug/build/libc-281f50e119612eba/build-script-build` 241s [libc 0.2.169] cargo:rerun-if-changed=build.rs 241s [libc 0.2.169] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION 241s [libc 0.2.169] cargo:rustc-cfg=freebsd11 241s [libc 0.2.169] cargo:rustc-cfg=libc_const_extern_fn 241s [libc 0.2.169] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) 241s [libc 0.2.169] cargo:rustc-check-cfg=cfg(espidf_time32) 241s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd10) 241s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd11) 241s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd12) 241s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd13) 241s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd14) 241s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd15) 241s [libc 0.2.169] cargo:rustc-check-cfg=cfg(gnu_time64_abi) 241s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) 241s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_deny_warnings) 241s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_thread_local) 241s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_ctest) 241s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) 241s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) 241s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) 241s Compiling glib-sys v0.20.7 241s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/glib-sys-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/glib-sys-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libglib-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glib-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/glib-sys-0.20.7/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("v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82", "v2_84"))' -C metadata=e76b494fc2db9ea9 -C extra-filename=-e76b494fc2db9ea9 --out-dir /tmp/tmp.GdQrmxgOgr/target/debug/build/glib-sys-e76b494fc2db9ea9 -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern system_deps=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 241s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/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. 241s ' 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.GdQrmxgOgr/target/debug/deps OUT_DIR=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/build/libc-3f83b68379fefaf9/out rustc --crate-name libc --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/libc-0.2.169/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=5c144d8f845513d1 -C extra-filename=-5c144d8f845513d1 --out-dir /tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/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"))'` 241s warning: unused import: `crate::ntptimeval` 241s --> /usr/share/cargo/registry/libc-0.2.169/src/unix/linux_like/linux/gnu/b64/mod.rs:5:5 241s | 241s 5 | use crate::ntptimeval; 241s | ^^^^^^^^^^^^^^^^^ 241s | 241s = note: `#[warn(unused_imports)]` on by default 241s 241s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/glib-sys-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/glib-sys-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libglib-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glib-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.GdQrmxgOgr/target/debug/deps:/tmp/tmp.GdQrmxgOgr/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/build/glib-sys-352789a9aca33e1d/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.GdQrmxgOgr/target/debug/build/glib-sys-e76b494fc2db9ea9/build-script-build` 241s [glib-sys 0.20.7] cargo:rerun-if-changed=/tmp/tmp.GdQrmxgOgr/registry/glib-sys-0.20.7/Cargo.toml 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=GLIB_2.0_NO_PKG_CONFIG 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSROOT 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=GOBJECT_2.0_NO_PKG_CONFIG 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSROOT 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 241s [glib-sys 0.20.7] cargo:rustc-link-lib=glib-2.0 241s [glib-sys 0.20.7] cargo:rustc-link-lib=gobject-2.0 241s [glib-sys 0.20.7] cargo:rustc-link-lib=glib-2.0 241s [glib-sys 0.20.7] cargo:include=/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6:/usr/include:/usr/include:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_LIB 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_LIB_FRAMEWORK 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_SEARCH_NATIVE 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_SEARCH_FRAMEWORK 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_INCLUDE 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_LDFLAGS 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_NO_PKG_CONFIG 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_BUILD_INTERNAL 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_LINK 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LIB 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LIB_FRAMEWORK 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_SEARCH_NATIVE 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_SEARCH_FRAMEWORK 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_INCLUDE 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LDFLAGS 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_NO_PKG_CONFIG 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_BUILD_INTERNAL 241s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LINK 241s [glib-sys 0.20.7] 241s [glib-sys 0.20.7] cargo:rustc-cfg=system_deps_have_glib_2_0 241s [glib-sys 0.20.7] cargo:rustc-cfg=system_deps_have_gobject_2_0 241s Compiling quote v1.0.37 241s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/quote-1.0.37 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/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.GdQrmxgOgr/target/debug/deps rustc --crate-name quote --edition=2018 /tmp/tmp.GdQrmxgOgr/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.GdQrmxgOgr/target/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern proc_macro2=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --cap-lints warn` 242s Compiling gobject-sys v0.20.7 242s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/gobject-sys-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/gobject-sys-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libgobject-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gobject-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/gobject-sys-0.20.7/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("v2_58", "v2_62", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82"))' -C metadata=badf85930359f815 -C extra-filename=-badf85930359f815 --out-dir /tmp/tmp.GdQrmxgOgr/target/debug/build/gobject-sys-badf85930359f815 -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern system_deps=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 242s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 242s | 242s = note: this feature is not stably supported; its behavior can change in the future 242s 242s warning: `libc` (lib) generated 2 warnings 242s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=glib_sys CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/glib-sys-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/glib-sys-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libglib-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glib-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps OUT_DIR=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/build/glib-sys-352789a9aca33e1d/out rustc --crate-name glib_sys --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/glib-sys-0.20.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82", "v2_84"))' -C metadata=04da964d550d191e -C extra-filename=-04da964d550d191e --out-dir /tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern libc=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l glib-2.0 -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_glib_2_0 --cfg system_deps_have_gobject_2_0` 242s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/gobject-sys-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/gobject-sys-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libgobject-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gobject-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.GdQrmxgOgr/target/debug/deps:/tmp/tmp.GdQrmxgOgr/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/build/gobject-sys-28e6444424201f24/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.GdQrmxgOgr/target/debug/build/gobject-sys-badf85930359f815/build-script-build` 242s [gobject-sys 0.20.7] cargo:rerun-if-changed=/tmp/tmp.GdQrmxgOgr/registry/gobject-sys-0.20.7/Cargo.toml 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=GOBJECT_2.0_NO_PKG_CONFIG 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSROOT 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 242s [gobject-sys 0.20.7] cargo:rustc-link-lib=gobject-2.0 242s [gobject-sys 0.20.7] cargo:rustc-link-lib=glib-2.0 242s [gobject-sys 0.20.7] cargo:include=/usr/include:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LIB 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LIB_FRAMEWORK 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_SEARCH_NATIVE 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_SEARCH_FRAMEWORK 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_INCLUDE 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LDFLAGS 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_NO_PKG_CONFIG 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_BUILD_INTERNAL 242s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LINK 242s [gobject-sys 0.20.7] 242s [gobject-sys 0.20.7] cargo:rustc-cfg=system_deps_have_gobject_2_0 242s Compiling syn v2.0.96 242s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/syn-2.0.96 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/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.GdQrmxgOgr/target/debug/deps rustc --crate-name syn --edition=2021 /tmp/tmp.GdQrmxgOgr/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.GdQrmxgOgr/target/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern proc_macro2=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --extern quote=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libquote-dc92c6f25ee0f0c6.rmeta --extern unicode_ident=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn` 242s warning: `glib-sys` (lib) generated 1 warning (1 duplicate) 242s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gobject_sys CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/gobject-sys-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/gobject-sys-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libgobject-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gobject-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps OUT_DIR=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/build/gobject-sys-28e6444424201f24/out rustc --crate-name gobject_sys --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/gobject-sys-0.20.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v2_58", "v2_62", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82"))' -C metadata=f020968d087cf1e8 -C extra-filename=-f020968d087cf1e8 --out-dir /tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern glib_sys=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern libc=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_gobject_2_0` 243s warning: `gobject-sys` (lib) generated 1 warning (1 duplicate) 243s Compiling slab v0.4.9 243s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/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.GdQrmxgOgr/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.GdQrmxgOgr/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.GdQrmxgOgr/target/debug/build/slab-95cba3e02497b263 -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern autocfg=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libautocfg-9ebcd9511383083c.rlib --cap-lints warn` 243s Compiling gstreamer-sys v0.23.0 243s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/gstreamer-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/gstreamer-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstreamer-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/gstreamer-sys-0.23.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_18_3"' --cfg 'feature="v1_20"' --cfg 'feature="v1_20_4"' --cfg 'feature="v1_22"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_16", "v1_18", "v1_18_3", "v1_20", "v1_20_4", "v1_22", "v1_24", "v1_26"))' -C metadata=aa3fac60eb62368d -C extra-filename=-aa3fac60eb62368d --out-dir /tmp/tmp.GdQrmxgOgr/target/debug/build/gstreamer-sys-aa3fac60eb62368d -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern system_deps=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 243s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_V1_16=1 CARGO_FEATURE_V1_18=1 CARGO_FEATURE_V1_18_3=1 CARGO_FEATURE_V1_20=1 CARGO_FEATURE_V1_20_4=1 CARGO_FEATURE_V1_22=1 CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/gstreamer-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/gstreamer-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstreamer-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.GdQrmxgOgr/target/debug/deps:/tmp/tmp.GdQrmxgOgr/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/build/gstreamer-sys-8b5e3eec6c5e9dbf/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.GdQrmxgOgr/target/debug/build/gstreamer-sys-aa3fac60eb62368d/build-script-build` 243s [gstreamer-sys 0.23.0] cargo:rerun-if-changed=/tmp/tmp.GdQrmxgOgr/registry/gstreamer-sys-0.23.0/Cargo.toml 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=GSTREAMER_1.0_NO_PKG_CONFIG 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSROOT 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 243s [gstreamer-sys 0.23.0] cargo:rustc-link-lib=gstreamer-1.0 243s [gstreamer-sys 0.23.0] cargo:rustc-link-lib=gobject-2.0 243s [gstreamer-sys 0.23.0] cargo:rustc-link-lib=glib-2.0 243s [gstreamer-sys 0.23.0] cargo:include=/usr/include/gstreamer-1.0:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6:/usr/include 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_LIB 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_LIB_FRAMEWORK 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_SEARCH_NATIVE 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_SEARCH_FRAMEWORK 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_INCLUDE 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_LDFLAGS 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_NO_PKG_CONFIG 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_BUILD_INTERNAL 243s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_LINK 243s [gstreamer-sys 0.23.0] 243s [gstreamer-sys 0.23.0] cargo:rustc-cfg=system_deps_have_gstreamer_1_0 243s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/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.GdQrmxgOgr/target/debug/deps:/tmp/tmp.GdQrmxgOgr/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/build/slab-2c89ee66d35953a1/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.GdQrmxgOgr/target/debug/build/slab-95cba3e02497b263/build-script-build` 243s [slab 0.4.9] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 243s [slab 0.4.9] | 243s [slab 0.4.9] = note: this feature is not stably supported; its behavior can change in the future 243s [slab 0.4.9] 243s [slab 0.4.9] warning: 1 warning emitted 243s [slab 0.4.9] 243s Compiling num-traits v0.2.19 243s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=df063271a742dcb0 -C extra-filename=-df063271a742dcb0 --out-dir /tmp/tmp.GdQrmxgOgr/target/debug/build/num-traits-df063271a742dcb0 -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern autocfg=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libautocfg-9ebcd9511383083c.rlib --cap-lints warn` 244s Compiling futures-core v0.3.31 244s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_core CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/futures-core-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/futures-core-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The core traits and types in for the `futures` library. 244s ' 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.GdQrmxgOgr/target/debug/deps rustc --crate-name futures_core --edition=2018 /tmp/tmp.GdQrmxgOgr/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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=8d305950da6bf5c8 -C extra-filename=-8d305950da6bf5c8 --out-dir /tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 244s warning: `futures-core` (lib) generated 1 warning (1 duplicate) 244s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_I128=1 CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.GdQrmxgOgr/target/debug/deps:/tmp/tmp.GdQrmxgOgr/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/build/num-traits-e7e75256e08cb60b/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.GdQrmxgOgr/target/debug/build/num-traits-df063271a742dcb0/build-script-build` 244s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 244s [num-traits 0.2.19] | 244s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 244s [num-traits 0.2.19] 244s [num-traits 0.2.19] warning: 1 warning emitted 244s [num-traits 0.2.19] 244s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 244s [num-traits 0.2.19] | 244s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 244s [num-traits 0.2.19] 244s [num-traits 0.2.19] warning: 1 warning emitted 244s [num-traits 0.2.19] 244s [num-traits 0.2.19] cargo:rustc-cfg=has_total_cmp 244s [num-traits 0.2.19] cargo:rerun-if-changed=build.rs 244s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=slab CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/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.GdQrmxgOgr/target/debug/deps OUT_DIR=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/build/slab-2c89ee66d35953a1/out rustc --crate-name slab --edition=2018 /tmp/tmp.GdQrmxgOgr/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.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 244s warning: unexpected `cfg` condition name: `slab_no_const_vec_new` 244s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:250:15 244s | 244s 250 | #[cfg(not(slab_no_const_vec_new))] 244s | ^^^^^^^^^^^^^^^^^^^^^ 244s | 244s = 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` 244s = help: consider using a Cargo feature instead 244s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 244s [lints.rust] 244s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_const_vec_new)'] } 244s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_const_vec_new)");` to the top of the `build.rs` 244s = note: see for more information about checking conditional configuration 244s = note: `#[warn(unexpected_cfgs)]` on by default 244s 244s warning: unexpected `cfg` condition name: `slab_no_const_vec_new` 244s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:264:11 244s | 244s 264 | #[cfg(slab_no_const_vec_new)] 244s | ^^^^^^^^^^^^^^^^^^^^^ 244s | 244s = help: consider using a Cargo feature instead 244s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 244s [lints.rust] 244s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_const_vec_new)'] } 244s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_const_vec_new)");` to the top of the `build.rs` 244s = note: see for more information about checking conditional configuration 244s 244s warning: unexpected `cfg` condition name: `slab_no_track_caller` 244s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:929:20 244s | 244s 929 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 244s | ^^^^^^^^^^^^^^^^^^^^ 244s | 244s = help: consider using a Cargo feature instead 244s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 244s [lints.rust] 244s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 244s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 244s = note: see for more information about checking conditional configuration 244s 244s warning: unexpected `cfg` condition name: `slab_no_track_caller` 244s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1098:20 244s | 244s 1098 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 244s | ^^^^^^^^^^^^^^^^^^^^ 244s | 244s = help: consider using a Cargo feature instead 244s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 244s [lints.rust] 244s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 244s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 244s = note: see for more information about checking conditional configuration 244s 244s warning: unexpected `cfg` condition name: `slab_no_track_caller` 244s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1206:20 244s | 244s 1206 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 244s | ^^^^^^^^^^^^^^^^^^^^ 244s | 244s = help: consider using a Cargo feature instead 244s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 244s [lints.rust] 244s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 244s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 244s = note: see for more information about checking conditional configuration 244s 244s warning: unexpected `cfg` condition name: `slab_no_track_caller` 244s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1216:20 244s | 244s 1216 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 244s | ^^^^^^^^^^^^^^^^^^^^ 244s | 244s = help: consider using a Cargo feature instead 244s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 244s [lints.rust] 244s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 244s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 244s = note: see for more information about checking conditional configuration 244s 244s warning: `slab` (lib) generated 7 warnings (1 duplicate) 244s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_sys CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/gstreamer-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/gstreamer-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstreamer-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps OUT_DIR=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/build/gstreamer-sys-8b5e3eec6c5e9dbf/out rustc --crate-name gstreamer_sys --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/gstreamer-sys-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_18_3"' --cfg 'feature="v1_20"' --cfg 'feature="v1_20_4"' --cfg 'feature="v1_22"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_16", "v1_18", "v1_18_3", "v1_20", "v1_20_4", "v1_22", "v1_24", "v1_26"))' -C metadata=1ebcb02fd72f0ee6 -C extra-filename=-1ebcb02fd72f0ee6 --out-dir /tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern glib_sys=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern gobject_sys=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libgobject_sys-f020968d087cf1e8.rmeta --extern libc=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l gstreamer-1.0 -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_gstreamer_1_0` 245s warning: `gstreamer-sys` (lib) generated 1 warning (1 duplicate) 245s Compiling gio-sys v0.20.8 245s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/gio-sys-0.20.8 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/gio-sys-0.20.8/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libgio-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gio-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/gio-sys-0.20.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("v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82", "v2_84"))' -C metadata=fa8bb799a92b9aec -C extra-filename=-fa8bb799a92b9aec --out-dir /tmp/tmp.GdQrmxgOgr/target/debug/build/gio-sys-fa8bb799a92b9aec -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern system_deps=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 245s Compiling gstreamer-base-sys v0.23.0 245s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/gstreamer-base-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/gstreamer-base-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstbase-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-base-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/gstreamer-base-sys-0.23.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_14_1"' --cfg 'feature="v1_14_3"' --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_20"' --cfg 'feature="v1_22"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_14_1", "v1_14_3", "v1_16", "v1_18", "v1_20", "v1_22", "v1_24", "v1_26"))' -C metadata=5797d51cdcf5117d -C extra-filename=-5797d51cdcf5117d --out-dir /tmp/tmp.GdQrmxgOgr/target/debug/build/gstreamer-base-sys-5797d51cdcf5117d -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern system_deps=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 245s Compiling futures-task v0.3.31 245s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_task CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/futures-task-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/futures-task-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Tools for working with tasks. 245s ' 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.GdQrmxgOgr/target/debug/deps rustc --crate-name futures_task --edition=2018 /tmp/tmp.GdQrmxgOgr/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.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 246s warning: `futures-task` (lib) generated 1 warning (1 duplicate) 246s Compiling pin-project-lite v0.2.13 246s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=pin_project_lite CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/pin-project-lite-0.2.13 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/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. 246s ' 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.GdQrmxgOgr/target/debug/deps rustc --crate-name pin_project_lite --edition=2018 /tmp/tmp.GdQrmxgOgr/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.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 246s warning: `pin-project-lite` (lib) generated 1 warning (1 duplicate) 246s Compiling paste v1.0.15 246s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/paste-1.0.15 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/paste-1.0.15/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Macros for all your token pasting needs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=paste CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/paste' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.15 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.GdQrmxgOgr/registry/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1df94c291fa3c93b -C extra-filename=-1df94c291fa3c93b --out-dir /tmp/tmp.GdQrmxgOgr/target/debug/build/paste-1df94c291fa3c93b -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --cap-lints warn` 246s Compiling pin-utils v0.1.0 246s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=pin_utils CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/pin-utils-0.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/pin-utils-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Josef Brandl ' CARGO_PKG_DESCRIPTION='Utilities for pinning 246s ' 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.GdQrmxgOgr/target/debug/deps rustc --crate-name pin_utils --edition=2018 /tmp/tmp.GdQrmxgOgr/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.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 246s warning: `pin-utils` (lib) generated 1 warning (1 duplicate) 246s 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_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/paste-1.0.15 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/paste-1.0.15/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Macros for all your token pasting needs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=paste CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/paste' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.15 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.GdQrmxgOgr/target/debug/deps:/tmp/tmp.GdQrmxgOgr/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.GdQrmxgOgr/target/debug/build/paste-93337411b64beae9/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.GdQrmxgOgr/target/debug/build/paste-1df94c291fa3c93b/build-script-build` 246s [paste 1.0.15] cargo:rerun-if-changed=build.rs 246s [paste 1.0.15] cargo:rustc-check-cfg=cfg(no_literal_fromstr) 246s [paste 1.0.15] cargo:rustc-check-cfg=cfg(feature, values("protocol_feature_paste")) 246s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_V1_14_1=1 CARGO_FEATURE_V1_14_3=1 CARGO_FEATURE_V1_16=1 CARGO_FEATURE_V1_18=1 CARGO_FEATURE_V1_20=1 CARGO_FEATURE_V1_22=1 CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/gstreamer-base-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/gstreamer-base-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstbase-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-base-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.GdQrmxgOgr/target/debug/deps:/tmp/tmp.GdQrmxgOgr/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/build/gstreamer-base-sys-5578f205dd5473e3/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.GdQrmxgOgr/target/debug/build/gstreamer-base-sys-5797d51cdcf5117d/build-script-build` 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-changed=/tmp/tmp.GdQrmxgOgr/registry/gstreamer-base-sys-0.23.0/Cargo.toml 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=GSTREAMER_BASE_1.0_NO_PKG_CONFIG 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSROOT 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 246s [gstreamer-base-sys 0.23.0] cargo:rustc-link-lib=gstbase-1.0 246s [gstreamer-base-sys 0.23.0] cargo:rustc-link-lib=gstreamer-1.0 246s [gstreamer-base-sys 0.23.0] cargo:rustc-link-lib=gobject-2.0 246s [gstreamer-base-sys 0.23.0] cargo:rustc-link-lib=glib-2.0 246s [gstreamer-base-sys 0.23.0] cargo:include=/usr/include/gstreamer-1.0:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6:/usr/include 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_LIB 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_LIB_FRAMEWORK 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_SEARCH_NATIVE 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_SEARCH_FRAMEWORK 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_INCLUDE 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_LDFLAGS 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_NO_PKG_CONFIG 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_BUILD_INTERNAL 246s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_LINK 246s [gstreamer-base-sys 0.23.0] 246s [gstreamer-base-sys 0.23.0] cargo:rustc-cfg=system_deps_have_gstreamer_base_1_0 246s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/gio-sys-0.20.8 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/gio-sys-0.20.8/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libgio-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gio-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.GdQrmxgOgr/target/debug/deps:/tmp/tmp.GdQrmxgOgr/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/build/gio-sys-0011c5829155f9ef/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.GdQrmxgOgr/target/debug/build/gio-sys-fa8bb799a92b9aec/build-script-build` 246s [gio-sys 0.20.8] cargo:rerun-if-changed=/tmp/tmp.GdQrmxgOgr/registry/gio-sys-0.20.8/Cargo.toml 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=GIO_2.0_NO_PKG_CONFIG 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSROOT 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 246s [gio-sys 0.20.8] cargo:rustc-link-lib=gio-2.0 246s [gio-sys 0.20.8] cargo:rustc-link-lib=gobject-2.0 246s [gio-sys 0.20.8] cargo:rustc-link-lib=glib-2.0 246s [gio-sys 0.20.8] cargo:include=/usr/include:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6:/usr/include/libmount:/usr/include/blkid 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_LIB 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_LIB_FRAMEWORK 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_SEARCH_NATIVE 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_SEARCH_FRAMEWORK 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_INCLUDE 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_LDFLAGS 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_NO_PKG_CONFIG 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_BUILD_INTERNAL 246s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_LINK 246s [gio-sys 0.20.8] 246s [gio-sys 0.20.8] cargo:rustc-cfg=system_deps_have_gio_2_0 246s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_traits CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps OUT_DIR=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/build/num-traits-e7e75256e08cb60b/out rustc --crate-name num_traits --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=7a252d39be81ec7b -C extra-filename=-7a252d39be81ec7b --out-dir /tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg has_total_cmp` 246s warning: unexpected `cfg` condition name: `has_total_cmp` 246s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 246s | 246s 2305 | #[cfg(has_total_cmp)] 246s | ^^^^^^^^^^^^^ 246s ... 246s 2325 | totalorder_impl!(f64, i64, u64, 64); 246s | ----------------------------------- in this macro invocation 246s | 246s = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` 246s = help: consider using a Cargo feature instead 246s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 246s [lints.rust] 246s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 246s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 246s = note: see for more information about checking conditional configuration 246s = note: `#[warn(unexpected_cfgs)]` on by default 246s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 246s 246s warning: unexpected `cfg` condition name: `has_total_cmp` 246s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 246s | 246s 2311 | #[cfg(not(has_total_cmp))] 246s | ^^^^^^^^^^^^^ 246s ... 246s 2325 | totalorder_impl!(f64, i64, u64, 64); 246s | ----------------------------------- in this macro invocation 246s | 246s = help: consider using a Cargo feature instead 246s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 246s [lints.rust] 246s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 246s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 246s = note: see for more information about checking conditional configuration 246s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 246s 246s warning: unexpected `cfg` condition name: `has_total_cmp` 246s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 246s | 246s 2305 | #[cfg(has_total_cmp)] 246s | ^^^^^^^^^^^^^ 246s ... 246s 2326 | totalorder_impl!(f32, i32, u32, 32); 246s | ----------------------------------- in this macro invocation 246s | 246s = help: consider using a Cargo feature instead 246s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 246s [lints.rust] 246s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 246s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 246s = note: see for more information about checking conditional configuration 246s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 246s 246s warning: unexpected `cfg` condition name: `has_total_cmp` 246s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 246s | 246s 2311 | #[cfg(not(has_total_cmp))] 246s | ^^^^^^^^^^^^^ 246s ... 246s 2326 | totalorder_impl!(f32, i32, u32, 32); 246s | ----------------------------------- in this macro invocation 246s | 246s = help: consider using a Cargo feature instead 246s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 246s [lints.rust] 246s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 246s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 246s = note: see for more information about checking conditional configuration 246s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 246s 247s warning: `num-traits` (lib) generated 5 warnings (1 duplicate) 247s Compiling proc-macro-crate v3.2.0 247s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proc_macro_crate CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/proc-macro-crate-3.2.0 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/proc-macro-crate-3.2.0/Cargo.toml CARGO_PKG_AUTHORS='Bastian Köcher ' CARGO_PKG_DESCRIPTION='Replacement for crate (macro_rules keyword) in proc-macros 247s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro-crate CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bkchr/proc-macro-crate' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=3.2.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name proc_macro_crate --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/proc-macro-crate-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=76b8c9685ffc2762 -C extra-filename=-76b8c9685ffc2762 --out-dir /tmp/tmp.GdQrmxgOgr/target/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern toml_edit=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libtoml_edit-16e4204886ae364a.rmeta --cap-lints warn` 247s Compiling futures-macro v0.3.31 247s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_macro CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/futures-macro-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/futures-macro-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The futures-rs procedural macro implementations. 247s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-macro CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name futures_macro --edition=2018 /tmp/tmp.GdQrmxgOgr/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.GdQrmxgOgr/target/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern proc_macro2=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 247s Compiling thiserror v1.0.69 247s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dd39d6a520033168 -C extra-filename=-dd39d6a520033168 --out-dir /tmp/tmp.GdQrmxgOgr/target/debug/build/thiserror-dd39d6a520033168 -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --cap-lints warn` 248s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.GdQrmxgOgr/target/debug/deps:/tmp/tmp.GdQrmxgOgr/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/build/thiserror-11349f755e8d8deb/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.GdQrmxgOgr/target/debug/build/thiserror-dd39d6a520033168/build-script-build` 248s [thiserror 1.0.69] cargo:rerun-if-changed=build/probe.rs 248s [thiserror 1.0.69] cargo:rustc-check-cfg=cfg(error_generic_member_access) 248s [thiserror 1.0.69] cargo:rustc-check-cfg=cfg(thiserror_nightly_testing) 248s [thiserror 1.0.69] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 248s Compiling glib-macros v0.20.7 248s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=glib_macros CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/glib-macros-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/glib-macros-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='Rust bindings for the GLib library, proc macros crate' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glib-macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name glib_macros --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/glib-macros-0.20.7/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=4f3a8fec6ed8d54d -C extra-filename=-4f3a8fec6ed8d54d --out-dir /tmp/tmp.GdQrmxgOgr/target/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern heck=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libheck-780ed41701172964.rlib --extern proc_macro_crate=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libproc_macro_crate-76b8c9685ffc2762.rlib --extern proc_macro2=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 249s Compiling futures-util v0.3.31 249s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_util CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/futures-util-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/futures-util-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Common utilities and extension traits for the futures-rs library. 249s ' 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.GdQrmxgOgr/target/debug/deps rustc --crate-name futures_util --edition=2018 /tmp/tmp.GdQrmxgOgr/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=55ce86bb324f7494 -C extra-filename=-55ce86bb324f7494 --out-dir /tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern futures_core=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-8d305950da6bf5c8.rmeta --extern futures_macro=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libfutures_macro-ed93d4d24a8167bf.so --extern futures_task=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-47c3a7d17767e18f.rmeta --extern pin_project_lite=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libpin_project_lite-5dc815523e98d889.rmeta --extern pin_utils=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libpin_utils-9646380a39f6bb39.rmeta --extern slab=/tmp/tmp.GdQrmxgOgr/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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 249s warning: unexpected `cfg` condition value: `compat` 249s --> /usr/share/cargo/registry/futures-util-0.3.31/src/lib.rs:308:7 249s | 249s 308 | #[cfg(feature = "compat")] 249s | ^^^^^^^^^^^^^^^^^^ 249s | 249s = 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` 249s = help: consider adding `compat` as a feature in `Cargo.toml` 249s = note: see for more information about checking conditional configuration 249s = note: requested on the command line with `-W unexpected-cfgs` 249s 249s warning: unexpected `cfg` condition value: `compat` 249s --> /usr/share/cargo/registry/futures-util-0.3.31/src/future/try_future/mod.rs:6:7 249s | 249s 6 | #[cfg(feature = "compat")] 249s | ^^^^^^^^^^^^^^^^^^ 249s | 249s = 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` 249s = help: consider adding `compat` as a feature in `Cargo.toml` 249s = note: see for more information about checking conditional configuration 249s 249s warning: unexpected `cfg` condition value: `compat` 249s --> /usr/share/cargo/registry/futures-util-0.3.31/src/future/try_future/mod.rs:580:11 249s | 249s 580 | #[cfg(feature = "compat")] 249s | ^^^^^^^^^^^^^^^^^^ 249s | 249s = 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` 249s = help: consider adding `compat` as a feature in `Cargo.toml` 249s = note: see for more information about checking conditional configuration 249s 249s warning: unexpected `cfg` condition value: `compat` 249s --> /usr/share/cargo/registry/futures-util-0.3.31/src/stream/try_stream/mod.rs:6:7 249s | 249s 6 | #[cfg(feature = "compat")] 249s | ^^^^^^^^^^^^^^^^^^ 249s | 249s = 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` 249s = help: consider adding `compat` as a feature in `Cargo.toml` 249s = note: see for more information about checking conditional configuration 249s 249s warning: unexpected `cfg` condition value: `compat` 249s --> /usr/share/cargo/registry/futures-util-0.3.31/src/stream/try_stream/mod.rs:1154:11 249s | 249s 1154 | #[cfg(feature = "compat")] 249s | ^^^^^^^^^^^^^^^^^^ 249s | 249s = 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` 249s = help: consider adding `compat` as a feature in `Cargo.toml` 249s = note: see for more information about checking conditional configuration 249s 249s warning: unexpected `cfg` condition value: `compat` 249s --> /usr/share/cargo/registry/futures-util-0.3.31/src/task/spawn.rs:3:7 249s | 249s 3 | #[cfg(feature = "compat")] 249s | ^^^^^^^^^^^^^^^^^^ 249s | 249s = 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` 249s = help: consider adding `compat` as a feature in `Cargo.toml` 249s = note: see for more information about checking conditional configuration 249s 249s warning: unexpected `cfg` condition value: `compat` 249s --> /usr/share/cargo/registry/futures-util-0.3.31/src/task/spawn.rs:92:11 249s | 249s 92 | #[cfg(feature = "compat")] 249s | ^^^^^^^^^^^^^^^^^^ 249s | 249s = 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` 249s = help: consider adding `compat` as a feature in `Cargo.toml` 249s = note: see for more information about checking conditional configuration 249s 250s warning: `futures-util` (lib) generated 8 warnings (1 duplicate) 250s Compiling futures-executor v0.3.31 250s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_executor CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/futures-executor-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/futures-executor-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Executors for asynchronous tasks based on the futures-rs library. 250s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-executor CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name futures_executor --edition=2018 /tmp/tmp.GdQrmxgOgr/registry/futures-executor-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=c6cde650cf25c2af -C extra-filename=-c6cde650cf25c2af --out-dir /tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern futures_core=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-8d305950da6bf5c8.rmeta --extern futures_task=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-47c3a7d17767e18f.rmeta --extern futures_util=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libfutures_util-55ce86bb324f7494.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 251s warning: `futures-executor` (lib) generated 1 warning (1 duplicate) 251s Compiling thiserror-impl v1.0.69 251s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=thiserror_impl CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/thiserror-impl-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/thiserror-impl-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Implementation detail of the `thiserror` crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror-impl CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name thiserror_impl --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6bde6db1ff27963e -C extra-filename=-6bde6db1ff27963e --out-dir /tmp/tmp.GdQrmxgOgr/target/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern proc_macro2=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 253s Compiling num-integer v0.1.46 253s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_integer CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/num-integer-0.1.46 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/num-integer-0.1.46/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Integer traits and functions' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-integer' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-integer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-integer' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.1.46 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=46 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name num_integer --edition=2018 /tmp/tmp.GdQrmxgOgr/registry/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=370715ab210cefe0 -C extra-filename=-370715ab210cefe0 --out-dir /tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern num_traits=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libnum_traits-7a252d39be81ec7b.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 253s warning: `num-integer` (lib) generated 1 warning (1 duplicate) 253s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gio_sys CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/gio-sys-0.20.8 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/gio-sys-0.20.8/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libgio-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gio-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps OUT_DIR=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/build/gio-sys-0011c5829155f9ef/out rustc --crate-name gio_sys --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/gio-sys-0.20.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("v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82", "v2_84"))' -C metadata=4f5aba36840be9e4 -C extra-filename=-4f5aba36840be9e4 --out-dir /tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern glib_sys=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern gobject_sys=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libgobject_sys-f020968d087cf1e8.rmeta --extern libc=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l gio-2.0 -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_gio_2_0` 253s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_base_sys CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/gstreamer-base-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/gstreamer-base-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstbase-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-base-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps OUT_DIR=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/build/gstreamer-base-sys-5578f205dd5473e3/out rustc --crate-name gstreamer_base_sys --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/gstreamer-base-sys-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_14_1"' --cfg 'feature="v1_14_3"' --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_20"' --cfg 'feature="v1_22"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_14_1", "v1_14_3", "v1_16", "v1_18", "v1_20", "v1_22", "v1_24", "v1_26"))' -C metadata=9d7222ff348bfeeb -C extra-filename=-9d7222ff348bfeeb --out-dir /tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern glib_sys=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern gobject_sys=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libgobject_sys-f020968d087cf1e8.rmeta --extern gstreamer_sys=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_sys-1ebcb02fd72f0ee6.rmeta --extern libc=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l gstbase-1.0 -l gstreamer-1.0 -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_gstreamer_base_1_0` 254s warning: `gstreamer-base-sys` (lib) generated 1 warning (1 duplicate) 254s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=paste CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/paste-1.0.15 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/paste-1.0.15/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Macros for all your token pasting needs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=paste CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/paste' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.15 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps OUT_DIR=/tmp/tmp.GdQrmxgOgr/target/debug/build/paste-93337411b64beae9/out rustc --crate-name paste --edition=2018 /tmp/tmp.GdQrmxgOgr/registry/paste-1.0.15/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=bec0c7568d224633 -C extra-filename=-bec0c7568d224633 --out-dir /tmp/tmp.GdQrmxgOgr/target/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern proc_macro --cap-lints warn --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'` 254s Compiling futures-channel v0.3.31 254s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_channel CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/futures-channel-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/futures-channel-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Channels for asynchronous communication using futures-rs. 254s ' 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.GdQrmxgOgr/target/debug/deps rustc --crate-name futures_channel --edition=2018 /tmp/tmp.GdQrmxgOgr/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=8ed485ea134c933c -C extra-filename=-8ed485ea134c933c --out-dir /tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern futures_core=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-8d305950da6bf5c8.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 254s warning: `futures-channel` (lib) generated 1 warning (1 duplicate) 254s Compiling gstreamer-video-sys v0.23.0 254s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/gstreamer-video-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/gstreamer-video-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstvideo-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-video-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/gstreamer-video-sys-0.23.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_20"' --cfg 'feature="v1_22"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_16", "v1_18", "v1_20", "v1_22", "v1_24", "v1_26"))' -C metadata=30c06613906aa6ca -C extra-filename=-30c06613906aa6ca --out-dir /tmp/tmp.GdQrmxgOgr/target/debug/build/gstreamer-video-sys-30c06613906aa6ca -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern system_deps=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 255s warning: `gio-sys` (lib) generated 1 warning (1 duplicate) 255s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/smallvec-1.13.2 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/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.GdQrmxgOgr/target/debug/deps rustc --crate-name smallvec --edition=2018 /tmp/tmp.GdQrmxgOgr/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"' --cfg 'feature="write"' --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=e5db66a1c7c5bdd9 -C extra-filename=-e5db66a1c7c5bdd9 --out-dir /tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 255s warning: `smallvec` (lib) generated 1 warning (1 duplicate) 255s Compiling memchr v2.7.4 255s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/memchr-2.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/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 255s 1, 2 or 3 byte search and single substring search. 255s ' 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.GdQrmxgOgr/target/debug/deps rustc --crate-name memchr --edition=2021 /tmp/tmp.GdQrmxgOgr/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=944ab1891fd21906 -C extra-filename=-944ab1891fd21906 --out-dir /tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 255s Compiling either v1.13.0 255s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=either CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/either-1.13.0 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/either-1.13.0/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. 255s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=either CARGO_PKG_README=README-crates.io.md CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/either' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=1.13.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name either --edition=2018 /tmp/tmp.GdQrmxgOgr/registry/either-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=0c433bde77a4eceb -C extra-filename=-0c433bde77a4eceb --out-dir /tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 255s warning: `either` (lib) generated 1 warning (1 duplicate) 255s Compiling bitflags v2.6.0 255s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/bitflags-2.6.0 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/bitflags-2.6.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. 255s ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.6.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name bitflags --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=b46b0ecb4cb3caf0 -C extra-filename=-b46b0ecb4cb3caf0 --out-dir /tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 255s warning: `bitflags` (lib) generated 1 warning (1 duplicate) 255s Compiling glib v0.20.7 255s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=glib CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/glib-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/glib-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='Rust bindings for the GLib library' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glib CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name glib --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/glib-0.20.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="gio"' --cfg 'feature="gio-sys"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiletests", "default", "gio", "gio-sys", "log", "log_macros", "rs-log", "v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82", "v2_84"))' -C metadata=fd12ebb17a54b922 -C extra-filename=-fd12ebb17a54b922 --out-dir /tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern bitflags=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-b46b0ecb4cb3caf0.rmeta --extern futures_channel=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libfutures_channel-8ed485ea134c933c.rmeta --extern futures_core=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-8d305950da6bf5c8.rmeta --extern futures_executor=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libfutures_executor-c6cde650cf25c2af.rmeta --extern futures_task=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-47c3a7d17767e18f.rmeta --extern futures_util=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libfutures_util-55ce86bb324f7494.rmeta --extern gio_sys=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libgio_sys-4f5aba36840be9e4.rmeta --extern glib_macros=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libglib_macros-4f3a8fec6ed8d54d.so --extern glib_sys=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern gobject_sys=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libgobject_sys-f020968d087cf1e8.rmeta --extern libc=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --extern memchr=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-944ab1891fd21906.rmeta --extern smallvec=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libsmallvec-e5db66a1c7c5bdd9.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 255s warning: `memchr` (lib) generated 1 warning (1 duplicate) 255s Compiling itertools v0.13.0 255s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=itertools CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/itertools-0.13.0 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/itertools-0.13.0/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='Extra iterator adaptors, iterator methods, free functions, and macros.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itertools CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-itertools/itertools' CARGO_PKG_RUST_VERSION=1.43.1 CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name itertools --edition=2018 /tmp/tmp.GdQrmxgOgr/registry/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=3fe74f4ee8f6c18a -C extra-filename=-3fe74f4ee8f6c18a --out-dir /tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern either=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libeither-0c433bde77a4eceb.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 257s warning: `itertools` (lib) generated 1 warning (1 duplicate) 257s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_V1_16=1 CARGO_FEATURE_V1_18=1 CARGO_FEATURE_V1_20=1 CARGO_FEATURE_V1_22=1 CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/gstreamer-video-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/gstreamer-video-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstvideo-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-video-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.GdQrmxgOgr/target/debug/deps:/tmp/tmp.GdQrmxgOgr/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/build/gstreamer-video-sys-bc29cb1e687374c8/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.GdQrmxgOgr/target/debug/build/gstreamer-video-sys-30c06613906aa6ca/build-script-build` 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-changed=/tmp/tmp.GdQrmxgOgr/registry/gstreamer-video-sys-0.23.0/Cargo.toml 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=GSTREAMER_VIDEO_1.0_NO_PKG_CONFIG 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSROOT 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 257s [gstreamer-video-sys 0.23.0] cargo:rustc-link-lib=gstvideo-1.0 257s [gstreamer-video-sys 0.23.0] cargo:rustc-link-lib=gstbase-1.0 257s [gstreamer-video-sys 0.23.0] cargo:rustc-link-lib=gstreamer-1.0 257s [gstreamer-video-sys 0.23.0] cargo:rustc-link-lib=gobject-2.0 257s [gstreamer-video-sys 0.23.0] cargo:rustc-link-lib=glib-2.0 257s [gstreamer-video-sys 0.23.0] cargo:include=/usr/include/gstreamer-1.0:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6:/usr/include:/usr/include/orc-0.4 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_LIB 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_LIB_FRAMEWORK 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_SEARCH_NATIVE 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_SEARCH_FRAMEWORK 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_INCLUDE 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_LDFLAGS 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_NO_PKG_CONFIG 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_BUILD_INTERNAL 257s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_LINK 257s [gstreamer-video-sys 0.23.0] 257s [gstreamer-video-sys 0.23.0] cargo:rustc-cfg=system_deps_have_gstreamer_video_1_0 257s Compiling option-operations v0.5.0 257s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=option_operations CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/option-operations-0.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/option-operations-0.5.0/Cargo.toml CARGO_PKG_AUTHORS='François Laignel ' CARGO_PKG_DESCRIPTION='Traits and auto-implementations to improve arithmetic operations usability when dealing with `Option`s.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=option-operations CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fengalin/option-operations' CARGO_PKG_RUST_VERSION=1.53 CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name option_operations --edition=2018 /tmp/tmp.GdQrmxgOgr/registry/option-operations-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1dc6dcd30c150e23 -C extra-filename=-1dc6dcd30c150e23 --out-dir /tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern paste=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libpaste-bec0c7568d224633.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 257s warning: `option-operations` (lib) generated 1 warning (1 duplicate) 257s Compiling num-rational v0.4.2 257s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_rational CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/num-rational-0.4.2 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/num-rational-0.4.2/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Rational numbers implementation for Rust' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-rational' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-rational CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-rational' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.4.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name num_rational --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/num-rational-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=a27acfd458025a0a -C extra-filename=-a27acfd458025a0a --out-dir /tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern num_integer=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libnum_integer-370715ab210cefe0.rmeta --extern num_traits=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libnum_traits-7a252d39be81ec7b.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 258s warning: `num-rational` (lib) generated 1 warning (1 duplicate) 258s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps OUT_DIR=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/build/thiserror-11349f755e8d8deb/out rustc --crate-name thiserror --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1d6d6e164faa2b3a -C extra-filename=-1d6d6e164faa2b3a --out-dir /tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern thiserror_impl=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libthiserror_impl-6bde6db1ff27963e.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` 258s warning: `thiserror` (lib) generated 1 warning (1 duplicate) 258s Compiling once_cell v1.20.2 258s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/once_cell-1.20.2 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/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.GdQrmxgOgr/target/debug/deps rustc --crate-name once_cell --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/once_cell-1.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=f9b984852945e4ac -C extra-filename=-f9b984852945e4ac --out-dir /tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 258s warning: `once_cell` (lib) generated 1 warning (1 duplicate) 258s Compiling muldiv v1.0.1 258s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=muldiv CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/muldiv-1.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/muldiv-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Provides a trait for numeric types to perform combined multiplication and 258s division with overflow protection 258s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=muldiv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sdroege/rust-muldiv' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name muldiv --edition=2018 /tmp/tmp.GdQrmxgOgr/registry/muldiv-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e8a06cbf19c21b9f -C extra-filename=-e8a06cbf19c21b9f --out-dir /tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 258s warning: `muldiv` (lib) generated 1 warning (1 duplicate) 258s Compiling cfg-if v1.0.0 258s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/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] 258s parameters. Structured like an if-else chain, the first matching branch is the 258s item that gets emitted. 258s ' 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.GdQrmxgOgr/target/debug/deps rustc --crate-name cfg_if --edition=2018 /tmp/tmp.GdQrmxgOgr/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.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 258s warning: `cfg-if` (lib) generated 1 warning (1 duplicate) 258s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_video_sys CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/gstreamer-video-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/gstreamer-video-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstvideo-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-video-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps OUT_DIR=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/build/gstreamer-video-sys-bc29cb1e687374c8/out rustc --crate-name gstreamer_video_sys --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/gstreamer-video-sys-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_20"' --cfg 'feature="v1_22"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_16", "v1_18", "v1_20", "v1_22", "v1_24", "v1_26"))' -C metadata=d98ebfd8f9f31e58 -C extra-filename=-d98ebfd8f9f31e58 --out-dir /tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern glib_sys=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern gobject_sys=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libgobject_sys-f020968d087cf1e8.rmeta --extern gstreamer_base_sys=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_base_sys-9d7222ff348bfeeb.rmeta --extern gstreamer_sys=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_sys-1ebcb02fd72f0ee6.rmeta --extern libc=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l gstvideo-1.0 -l gstbase-1.0 -l gstreamer-1.0 -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_gstreamer_video_1_0` 259s warning: `gstreamer-video-sys` (lib) generated 1 warning (1 duplicate) 259s Compiling gstreamer-play-sys v0.23.0 259s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/gstreamer-play-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/gstreamer-play-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstplay-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/gstreamer-play-sys-0.23.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_22"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_22", "v1_24", "v1_26"))' -C metadata=4919ab9a12acbe5d -C extra-filename=-4919ab9a12acbe5d --out-dir /tmp/tmp.GdQrmxgOgr/target/debug/build/gstreamer-play-sys-4919ab9a12acbe5d -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern system_deps=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 259s Compiling atomic_refcell v0.1.13 259s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=atomic_refcell CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/atomic_refcell-0.1.13 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/atomic_refcell-0.1.13/Cargo.toml CARGO_PKG_AUTHORS='Bobby Holley ' CARGO_PKG_DESCRIPTION='Threadsafe RefCell' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=atomic_refcell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bholley/atomic_refcell' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name atomic_refcell --edition=2018 /tmp/tmp.GdQrmxgOgr/registry/atomic_refcell-0.1.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=c11d7f8025985512 -C extra-filename=-c11d7f8025985512 --out-dir /tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 259s warning: `atomic_refcell` (lib) generated 1 warning (1 duplicate) 259s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_V1_22=1 CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/gstreamer-play-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/gstreamer-play-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstplay-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.GdQrmxgOgr/target/debug/deps:/tmp/tmp.GdQrmxgOgr/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/build/gstreamer-play-sys-10f5e20dfb62dc4f/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.GdQrmxgOgr/target/debug/build/gstreamer-play-sys-4919ab9a12acbe5d/build-script-build` 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-changed=/tmp/tmp.GdQrmxgOgr/registry/gstreamer-play-sys-0.23.0/Cargo.toml 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=GSTREAMER_PLAY_1.0_NO_PKG_CONFIG 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSROOT 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 259s [gstreamer-play-sys 0.23.0] cargo:rustc-link-lib=gstplay-1.0 259s [gstreamer-play-sys 0.23.0] cargo:rustc-link-lib=gstvideo-1.0 259s [gstreamer-play-sys 0.23.0] cargo:rustc-link-lib=gstbase-1.0 259s [gstreamer-play-sys 0.23.0] cargo:rustc-link-lib=gstreamer-1.0 259s [gstreamer-play-sys 0.23.0] cargo:rustc-link-lib=gobject-2.0 259s [gstreamer-play-sys 0.23.0] cargo:rustc-link-lib=glib-2.0 259s [gstreamer-play-sys 0.23.0] cargo:include=/usr/include/gstreamer-1.0:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6:/usr/include:/usr/include/orc-0.4 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_PLAY_1_0_LIB 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_PLAY_1_0_LIB_FRAMEWORK 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_PLAY_1_0_SEARCH_NATIVE 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_PLAY_1_0_SEARCH_FRAMEWORK 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_PLAY_1_0_INCLUDE 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_PLAY_1_0_LDFLAGS 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_PLAY_1_0_NO_PKG_CONFIG 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_PLAY_1_0_BUILD_INTERNAL 259s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_PLAY_1_0_LINK 259s [gstreamer-play-sys 0.23.0] 259s [gstreamer-play-sys 0.23.0] cargo:rustc-cfg=system_deps_have_gstreamer_play_1_0 259s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_play_sys CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/gstreamer-play-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/gstreamer-play-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstplay-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps OUT_DIR=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/build/gstreamer-play-sys-10f5e20dfb62dc4f/out rustc --crate-name gstreamer_play_sys --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/gstreamer-play-sys-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_22"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_22", "v1_24", "v1_26"))' -C metadata=ca168ce548fccb13 -C extra-filename=-ca168ce548fccb13 --out-dir /tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern glib_sys=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern gobject_sys=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libgobject_sys-f020968d087cf1e8.rmeta --extern gstreamer_sys=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_sys-1ebcb02fd72f0ee6.rmeta --extern gstreamer_video_sys=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_video_sys-d98ebfd8f9f31e58.rmeta --extern libc=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l gstplay-1.0 -l gstvideo-1.0 -l gstbase-1.0 -l gstreamer-1.0 -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_gstreamer_play_1_0` 260s warning: `gstreamer-play-sys` (lib) generated 1 warning (1 duplicate) 260s Compiling gir-format-check v0.1.3 260s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gir_format_check CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/gir-format-check-0.1.3 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/gir-format-check-0.1.3/Cargo.toml CARGO_PKG_AUTHORS='The Gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='File format checker' CARGO_PKG_HOMEPAGE='https://github.com/gtk-rs/gir-format-check' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gir-format-check CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gir-format-check' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name gir_format_check --edition=2015 /tmp/tmp.GdQrmxgOgr/registry/gir-format-check-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d80ba95d34ebb97b -C extra-filename=-d80ba95d34ebb97b --out-dir /tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 260s warning: `gir-format-check` (lib) generated 1 warning (1 duplicate) 261s Compiling gstreamer v0.23.1 261s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/gstreamer-0.23.1 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/gstreamer-0.23.1/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Rust bindings for GStreamer' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name gstreamer --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/gstreamer-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_20"' --cfg 'feature="v1_22"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde_bytes", "v1_16", "v1_18", "v1_20", "v1_22", "v1_24", "v1_26"))' -C metadata=7041cee671f08dc6 -C extra-filename=-7041cee671f08dc6 --out-dir /tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern cfg_if=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern futures_channel=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libfutures_channel-8ed485ea134c933c.rmeta --extern futures_core=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-8d305950da6bf5c8.rmeta --extern futures_util=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libfutures_util-55ce86bb324f7494.rmeta --extern glib=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libglib-fd12ebb17a54b922.rmeta --extern gstreamer_sys=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_sys-1ebcb02fd72f0ee6.rmeta --extern itertools=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libitertools-3fe74f4ee8f6c18a.rmeta --extern libc=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --extern muldiv=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libmuldiv-e8a06cbf19c21b9f.rmeta --extern num_integer=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libnum_integer-370715ab210cefe0.rmeta --extern num_rational=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libnum_rational-a27acfd458025a0a.rmeta --extern once_cell=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libonce_cell-f9b984852945e4ac.rmeta --extern opt_ops=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/liboption_operations-1dc6dcd30c150e23.rmeta --extern paste=/tmp/tmp.GdQrmxgOgr/target/debug/deps/libpaste-bec0c7568d224633.so --extern pin_project_lite=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libpin_project_lite-5dc815523e98d889.rmeta --extern smallvec=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libsmallvec-e5db66a1c7c5bdd9.rmeta --extern thiserror=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libthiserror-1d6d6e164faa2b3a.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 263s warning: elided lifetime has a name 263s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 263s | 263s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 263s | -- lifetime `'a` declared here 263s ... 263s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 263s | ^ this elided lifetime gets resolved as `'a` 263s ... 263s 637 | / mini_object_wrapper!(MiniObject, MiniObjectRef, ffi::GstMiniObject, || { 263s 638 | | ffi::gst_mini_object_get_type() 263s 639 | | }); 263s | |__- in this macro invocation 263s | 263s = note: `#[warn(elided_named_lifetimes)]` on by default 263s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 263s 263s warning: elided lifetime has a name 263s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 263s | 263s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 263s | -- lifetime `'a` declared here 263s ... 263s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 263s | ^ this elided lifetime gets resolved as `'a` 263s | 263s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/message.rs:18:1 263s | 263s 18 | / mini_object_wrapper!(Message, MessageRef, ffi::GstMessage, || { 263s 19 | | ffi::gst_message_get_type() 263s 20 | | }); 263s | |__- in this macro invocation 263s | 263s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 263s 263s warning: elided lifetime has a name 263s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/structure.rs:261:50 263s | 263s 257 | impl<'a> ToGlibPtrMut<'a, *mut ffi::GstStructure> for Structure { 263s | -- lifetime `'a` declared here 263s ... 263s 261 | fn to_glib_none_mut(&'a mut self) -> StashMut<*mut ffi::GstStructure, Self> { 263s | ^ this elided lifetime gets resolved as `'a` 263s 263s warning: elided lifetime has a name 263s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 263s | 263s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 263s | -- lifetime `'a` declared here 263s ... 263s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 263s | ^ this elided lifetime gets resolved as `'a` 263s | 263s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/caps.rs:13:1 263s | 263s 13 | mini_object_wrapper!(Caps, CapsRef, ffi::GstCaps, || { ffi::gst_caps_get_type() }); 263s | ---------------------------------------------------------------------------------- in this macro invocation 263s | 263s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 263s 263s warning: elided lifetime has a name 263s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/caps_features.rs:213:50 263s | 263s 209 | impl<'a> ToGlibPtrMut<'a, *mut ffi::GstCapsFeatures> for CapsFeatures { 263s | -- lifetime `'a` declared here 263s ... 263s 213 | fn to_glib_none_mut(&'a mut self) -> StashMut<*mut ffi::GstCapsFeatures, Self> { 263s | ^ this elided lifetime gets resolved as `'a` 263s 263s warning: elided lifetime has a name 263s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 263s | 263s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 263s | -- lifetime `'a` declared here 263s ... 263s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 263s | ^ this elided lifetime gets resolved as `'a` 263s | 263s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/tags.rs:342:1 263s | 263s 342 | / mini_object_wrapper!(TagList, TagListRef, ffi::GstTagList, || { 263s 343 | | ffi::gst_tag_list_get_type() 263s 344 | | }); 263s | |__- in this macro invocation 263s | 263s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 263s 263s warning: elided lifetime has a name 263s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 263s | 263s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 263s | -- lifetime `'a` declared here 263s ... 263s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 263s | ^ this elided lifetime gets resolved as `'a` 263s | 263s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/buffer.rs:26:1 263s | 263s 26 | / mini_object_wrapper!(Buffer, BufferRef, ffi::GstBuffer, || { 263s 27 | | ffi::gst_buffer_get_type() 263s 28 | | }); 263s | |__- in this macro invocation 263s | 263s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 263s 263s warning: elided lifetime has a name 263s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 263s | 263s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 263s | -- lifetime `'a` declared here 263s ... 263s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 263s | ^ this elided lifetime gets resolved as `'a` 263s | 263s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/memory.rs:15:1 263s | 263s 15 | / mini_object_wrapper!(Memory, MemoryRef, ffi::GstMemory, || { 263s 16 | | ffi::gst_memory_get_type() 263s 17 | | }); 263s | |__- in this macro invocation 263s | 263s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 263s 263s warning: elided lifetime has a name 263s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 263s | 263s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 263s | -- lifetime `'a` declared here 263s ... 263s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 263s | ^ this elided lifetime gets resolved as `'a` 263s | 263s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/sample.rs:12:1 263s | 263s 12 | / mini_object_wrapper!(Sample, SampleRef, ffi::GstSample, || { 263s 13 | | ffi::gst_sample_get_type() 263s 14 | | }); 263s | |__- in this macro invocation 263s | 263s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 263s 263s warning: elided lifetime has a name 263s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 263s | 263s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 263s | -- lifetime `'a` declared here 263s ... 263s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 263s | ^ this elided lifetime gets resolved as `'a` 263s | 263s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/bufferlist.rs:13:1 263s | 263s 13 | / mini_object_wrapper!(BufferList, BufferListRef, ffi::GstBufferList, || { 263s 14 | | ffi::gst_buffer_list_get_type() 263s 15 | | }); 263s | |__- in this macro invocation 263s | 263s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 263s 263s warning: elided lifetime has a name 263s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 263s | 263s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 263s | -- lifetime `'a` declared here 263s ... 263s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 263s | ^ this elided lifetime gets resolved as `'a` 263s | 263s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/query.rs:19:1 263s | 263s 19 | / mini_object_wrapper!(Query, QueryRef, ffi::GstQuery, || { 263s 20 | | ffi::gst_query_get_type() 263s 21 | | }); 263s | |__- in this macro invocation 263s | 263s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 263s 263s warning: elided lifetime has a name 263s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 263s | 263s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 263s | -- lifetime `'a` declared here 263s ... 263s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 263s | ^ this elided lifetime gets resolved as `'a` 263s | 263s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/event.rs:151:1 263s | 263s 151 | / mini_object_wrapper!(Event, EventRef, ffi::GstEvent, || { 263s 152 | | ffi::gst_event_get_type() 263s 153 | | }); 263s | |__- in this macro invocation 263s | 263s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 263s 263s warning: elided lifetime has a name 263s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 263s | 263s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 263s | -- lifetime `'a` declared here 263s ... 263s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 263s | ^ this elided lifetime gets resolved as `'a` 263s | 263s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/context.rs:9:1 263s | 263s 9 | / mini_object_wrapper!(Context, ContextRef, ffi::GstContext, || { 263s 10 | | ffi::gst_context_get_type() 263s 11 | | }); 263s | |__- in this macro invocation 263s | 263s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 263s 263s warning: elided lifetime has a name 263s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 263s | 263s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 263s | -- lifetime `'a` declared here 263s ... 263s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 263s | ^ this elided lifetime gets resolved as `'a` 263s | 263s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/toc.rs:12:1 263s | 263s 12 | mini_object_wrapper!(Toc, TocRef, ffi::GstToc, || { ffi::gst_toc_get_type() }); 263s | ------------------------------------------------------------------------------ in this macro invocation 263s | 263s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 263s 263s warning: elided lifetime has a name 263s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 263s | 263s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 263s | -- lifetime `'a` declared here 263s ... 263s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 263s | ^ this elided lifetime gets resolved as `'a` 263s | 263s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/toc.rs:104:1 263s | 263s 104 | / mini_object_wrapper!(TocEntry, TocEntryRef, ffi::GstTocEntry, || { 263s 105 | | ffi::gst_toc_entry_get_type() 263s 106 | | }); 263s | |__- in this macro invocation 263s | 263s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 263s 263s warning: elided lifetime has a name 263s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/param_spec.rs:36:45 263s | 263s 36 | type BuilderFn = for<'a> fn(&'a str) -> ParamSpecFractionBuilder; 263s | -- ^^^^^^^^^^^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` 263s | | 263s | lifetime `'a` declared here 263s 263s warning: elided lifetime has a name 263s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/param_spec.rs:232:45 263s | 263s 232 | type BuilderFn = for<'a> fn(&'a str) -> ParamSpecArrayBuilder; 263s | -- ^^^^^^^^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` 263s | | 263s | lifetime `'a` declared here 263s 265s warning: `glib` (lib) generated 1 warning (1 duplicate) 271s Compiling gstreamer-base v0.23.1 271s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_base CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/gstreamer-base-0.23.1 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/gstreamer-base-0.23.1/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Rust bindings for GStreamer Base library' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-base CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name gstreamer_base --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/gstreamer-base-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="v1_14_1"' --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_20"' --cfg 'feature="v1_22"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "v1_14_1", "v1_16", "v1_18", "v1_20", "v1_22", "v1_24", "v1_26"))' -C metadata=d01268f10d25385a -C extra-filename=-d01268f10d25385a --out-dir /tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern atomic_refcell=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libatomic_refcell-c11d7f8025985512.rmeta --extern cfg_if=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern glib=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libglib-fd12ebb17a54b922.rmeta --extern gst=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer-7041cee671f08dc6.rmeta --extern gstreamer_base_sys=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_base_sys-9d7222ff348bfeeb.rmeta --extern libc=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 271s warning: elided lifetime has a name 271s --> /usr/share/cargo/registry/gstreamer-base-0.23.1/src/base_parse_frame.rs:56:58 271s | 271s 52 | impl<'a> ::glib::translate::ToGlibPtr<'a, *mut ffi::GstBaseParseFrame> for BaseParseFrame<'a> { 271s | -- lifetime `'a` declared here 271s ... 271s 56 | fn to_glib_none(&'a self) -> ::glib::translate::Stash<*mut ffi::GstBaseParseFrame, Self> { 271s | ^ this elided lifetime gets resolved as `'a` 271s | 271s = note: `#[warn(elided_named_lifetimes)]` on by default 271s 273s warning: `gstreamer-base` (lib) generated 2 warnings (1 duplicate) 273s Compiling gstreamer-video v0.23.0 273s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_video CARGO_MANIFEST_DIR=/tmp/tmp.GdQrmxgOgr/registry/gstreamer-video-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.GdQrmxgOgr/registry/gstreamer-video-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Rust bindings for GStreamer Video library' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-video CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name gstreamer_video --edition=2021 /tmp/tmp.GdQrmxgOgr/registry/gstreamer-video-0.23.0/src/lib.rs --error-format=json --json=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="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_20"' --cfg 'feature="v1_22"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "v1_16", "v1_18", "v1_20", "v1_22", "v1_24", "v1_26"))' -C metadata=ecccd7ba0ae5d1aa -C extra-filename=-ecccd7ba0ae5d1aa --out-dir /tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern cfg_if=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern futures_channel=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libfutures_channel-8ed485ea134c933c.rmeta --extern glib=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libglib-fd12ebb17a54b922.rmeta --extern gst=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer-7041cee671f08dc6.rmeta --extern gst_base=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_base-d01268f10d25385a.rmeta --extern gstreamer_video_sys=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_video_sys-d98ebfd8f9f31e58.rmeta --extern libc=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --extern once_cell=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libonce_cell-f9b984852945e4ac.rmeta --extern thiserror=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libthiserror-1d6d6e164faa2b3a.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 273s warning: elided lifetime has a name 273s --> /usr/share/cargo/registry/gstreamer-video-0.23.0/src/video_rectangle.rs:70:35 273s | 273s 64 | impl<'a> glib::translate::ToGlibPtrMut<'a, *mut ffi::GstVideoRectangle> for VideoRectangle { 273s | -- lifetime `'a` declared here 273s ... 273s 70 | ) -> glib::translate::StashMut<*mut ffi::GstVideoRectangle, Self> { 273s | ^ this elided lifetime gets resolved as `'a` 273s | 273s = note: `#[warn(elided_named_lifetimes)]` on by default 273s 273s warning: elided lifetime has a name 273s --> /usr/share/cargo/registry/gstreamer-video-0.23.0/src/video_buffer_pool.rs:94:39 273s | 273s 90 | impl<'a> ToGlibPtr<'a, *const ffi::GstVideoAlignment> for VideoAlignment { 273s | -- lifetime `'a` declared here 273s ... 273s 94 | fn to_glib_none(&'a self) -> Stash<*const ffi::GstVideoAlignment, Self> { 273s | ^ this elided lifetime gets resolved as `'a` 273s 276s warning: `gstreamer` (lib) generated 18 warnings (1 duplicate) 276s Compiling gstreamer-play v0.23.0 (/usr/share/cargo/registry/gstreamer-play-0.23.0) 276s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_play CARGO_MANIFEST_DIR=/usr/share/cargo/registry/gstreamer-play-0.23.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/gstreamer-play-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Rust bindings for GStreamer Play library' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name gstreamer_play --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_22"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_22", "v1_24", "v1_26"))' -C metadata=4de34c8db1bba289 -C extra-filename=-4de34c8db1bba289 --out-dir /tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern glib=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libglib-fd12ebb17a54b922.rmeta --extern gst=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer-7041cee671f08dc6.rmeta --extern gstreamer_play_sys=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_play_sys-ca168ce548fccb13.rmeta --extern gst_video=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_video-ecccd7ba0ae5d1aa.rmeta --extern libc=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 277s warning: `gstreamer-play` (lib) generated 1 warning (1 duplicate) 278s warning: `gstreamer-video` (lib) generated 3 warnings (1 duplicate) 278s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=check_gir CARGO_MANIFEST_DIR=/usr/share/cargo/registry/gstreamer-play-0.23.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/gstreamer-play-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Rust bindings for GStreamer Play library' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_TARGET_TMPDIR=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/tmp LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name check_gir --edition=2021 tests/check_gir.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="v1_22"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_22", "v1_24", "v1_26"))' -C metadata=b568dec3cf3bf58e -C extra-filename=-b568dec3cf3bf58e --out-dir /tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern gir_format_check=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libgir_format_check-d80ba95d34ebb97b.rlib --extern glib=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libglib-fd12ebb17a54b922.rlib --extern gst=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer-7041cee671f08dc6.rlib --extern gstreamer_play=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_play-4de34c8db1bba289.rlib --extern gstreamer_play_sys=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_play_sys-ca168ce548fccb13.rlib --extern gst_video=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_video-ecccd7ba0ae5d1aa.rlib --extern libc=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rlib -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 278s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_play CARGO_MANIFEST_DIR=/usr/share/cargo/registry/gstreamer-play-0.23.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/gstreamer-play-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Rust bindings for GStreamer Play library' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.GdQrmxgOgr/target/debug/deps rustc --crate-name gstreamer_play --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="v1_22"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_22", "v1_24", "v1_26"))' -C metadata=674f2e1a9a3fe9d7 -C extra-filename=-674f2e1a9a3fe9d7 --out-dir /tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.GdQrmxgOgr/target/debug/deps --extern gir_format_check=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libgir_format_check-d80ba95d34ebb97b.rlib --extern glib=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libglib-fd12ebb17a54b922.rlib --extern gst=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer-7041cee671f08dc6.rlib --extern gstreamer_play_sys=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_play_sys-ca168ce548fccb13.rlib --extern gst_video=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_video-ecccd7ba0ae5d1aa.rlib --extern libc=/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rlib -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.GdQrmxgOgr/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 278s warning: `gstreamer-play` (test "check_gir") generated 1 warning (1 duplicate) 279s warning: `gstreamer-play` (lib test) generated 1 warning (1 duplicate) 279s Finished `test` profile [unoptimized + debuginfo] target(s) in 47.36s 279s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/gstreamer-play-0.23.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/gstreamer-play-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Rust bindings for GStreamer Play library' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/gstreamer_play-674f2e1a9a3fe9d7` 279s 279s running 0 tests 279s 279s test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 279s 279s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/gstreamer-play-0.23.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/gstreamer-play-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Rust bindings for GStreamer Play library' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.GdQrmxgOgr/target/s390x-unknown-linux-gnu/debug/deps/check_gir-b568dec3cf3bf58e` 279s 279s running 1 test 279s test check_gir_file ... ok 279s 279s test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 279s 279s /tmp/autopkgtest.dmjVuc/wrapper.sh: checking for leaked background processes... 279s /tmp/autopkgtest.dmjVuc/wrapper.sh: waiting for tee/cat subprocesses... 279s /tmp/autopkgtest.dmjVuc/wrapper.sh: cleaning up... 279s /tmp/autopkgtest.dmjVuc/wrapper.sh: Exit status: 0 279s autopkgtest: DBG: testbed command exited with code 0 279s autopkgtest [09:24:58]: test librust-gstreamer-play-dev:v1_22: -----------------------] 279s autopkgtest: DBG: testbed executing test finished with exit status 0 279s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev%3Av1_22-stdout /tmp/autopkgtest-work.5a1xqly7/out/librust-gstreamer-play-dev%3Av1_22-stdout 280s autopkgtest: DBG: got reply from testbed: ok 280s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev%3Av1_22-stderr /tmp/autopkgtest-work.5a1xqly7/out/librust-gstreamer-play-dev%3Av1_22-stderr 280s autopkgtest: DBG: got reply from testbed: ok 280s librust-gstreamer-play-dev:v1_22 PASS 280s autopkgtest [09:24:59]: test librust-gstreamer-play-dev:v1_22: - - - - - - - - - - results - - - - - - - - - - 280s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev%3Av1_22-artifacts/ /tmp/autopkgtest-work.5a1xqly7/out/artifacts/ 280s autopkgtest: DBG: got reply from testbed: ok 280s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:v1_22-artifacts', '/tmp/autopkgtest.dmjVuc/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 280s autopkgtest: DBG: testbed command exited with code 0 280s autopkgtest [09:24:59]: test librust-gstreamer-play-dev:v1_24: preparing testbed 280s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['dh-cargo (>= 18)', 'librust-gir-format-check-0.1+default-dev', 'librust-gstreamer-play-dev'], deps_new=['dh-cargo (>= 18)', 'librust-gir-format-check-0.1+default-dev', 'librust-gstreamer-play-dev'] 280s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 280s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 18)', 'librust-gir-format-check-0.1+default-dev', 'librust-gstreamer-play-dev'] 280s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 18), librust-gir-format-check-0.1+default-dev, librust-gstreamer-play-dev 280s autopkgtest: DBG: can use apt-get on testbed: True 280s 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-gir-format-check-0.1+default-dev, librust-gstreamer-play-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 281s Reading package lists... 281s Building dependency tree... 281s Reading state information... 281s Starting pkgProblemResolver with broken count: 0 281s Starting 2 pkgProblemResolver with broken count: 0 281s Done 281s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 281s autopkgtest: DBG: testbed command exited with code 0 281s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-gstreamer-play-dev'], kind short, sout pipe, serr pipe, env [] 281s autopkgtest: DBG: testbed command exited with code 0 281s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:v1_24-packages.all"], kind short, sout raw, serr pipe, env [] 281s autopkgtest: DBG: testbed command exited with code 0 281s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev%3Av1_24-packages.all /tmp/autopkgtest-work.5a1xqly7/out/librust-gstreamer-play-dev%3Av1_24-packages.all 282s autopkgtest: DBG: got reply from testbed: ok 282s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.dmjVuc/build.l0I/src'], kind short, sout raw, serr raw, env [] 282s autopkgtest: DBG: testbed command exited with code 0 282s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.dmjVuc/build.l0I/src already exists 282s autopkgtest [09:25:01]: test librust-gstreamer-play-dev:v1_24: /usr/share/cargo/bin/cargo-auto-test gstreamer-play 0.23.0 --all-targets --no-default-features --features v1_24 282s autopkgtest [09:25:01]: test librust-gstreamer-play-dev:v1_24: [----------------------- 282s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.dmjVuc/wrapper.sh --debug --artifacts=/tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:v1_24-artifacts --chdir=/tmp/autopkgtest.dmjVuc/build.l0I/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.dmjVuc/librust-gstreamer-play-dev:v1_24-stderr --stdout=/tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:v1_24-stdout --tmp=/tmp/autopkgtest.dmjVuc/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 gstreamer-play 0.23.0 --all-targets --no-default-features --features v1_24'"], kind test, sout raw, serr raw, env [] 282s /tmp/autopkgtest.dmjVuc/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:v1_24-artifacts 282s /tmp/autopkgtest.dmjVuc/wrapper.sh: changing to directory: /tmp/autopkgtest.dmjVuc/build.l0I/src 282s /tmp/autopkgtest.dmjVuc/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 282s /tmp/autopkgtest.dmjVuc/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 282s /tmp/autopkgtest.dmjVuc/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 282s /tmp/autopkgtest.dmjVuc/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 282s /tmp/autopkgtest.dmjVuc/wrapper.sh: setting environment: LANG=C.UTF-8 282s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LANGUAGE 282s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_ADDRESS 282s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_ALL 282s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_COLLATE 282s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_CTYPE 282s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_IDENTIFICATION 282s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_MEASUREMENT 282s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_MESSAGES 282s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_MONETARY 282s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_NAME 282s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_NUMERIC 282s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_PAPER 282s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_TELEPHONE 282s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_TIME 282s /tmp/autopkgtest.dmjVuc/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 282s /tmp/autopkgtest.dmjVuc/wrapper.sh: pretending to be a login shell 282s /tmp/autopkgtest.dmjVuc/wrapper.sh: will write standard error to /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:v1_24-stderr 282s /tmp/autopkgtest.dmjVuc/wrapper.sh: will write stdout to /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:v1_24-stdout 282s /tmp/autopkgtest.dmjVuc/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.dmjVuc/autopkgtest_tmp 282s /tmp/autopkgtest.dmjVuc/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 282s /tmp/autopkgtest.dmjVuc/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test gstreamer-play 0.23.0 --all-targets --no-default-features --features v1_24 282s /tmp/autopkgtest.dmjVuc/wrapper.sh: copying /tmp/tmp.lSWvmoJ3P5/out to stdout and file: /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:v1_24-stdout 282s /tmp/autopkgtest.dmjVuc/wrapper.sh: copying /tmp/tmp.lSWvmoJ3P5/err to standard error and file: /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:v1_24-stdout 282s /tmp/autopkgtest.dmjVuc/wrapper.sh: writing script pid 10330 to /tmp/autopkgtest_script_pid 282s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 282s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 282s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 282s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.IfE3QhwuvU/registry/ 282s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 282s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 282s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 282s 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', 'v1_24'],) {} 282s Compiling serde v1.0.217 282s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/serde-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.IfE3QhwuvU/registry/serde-1.0.217/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=2b32d4e029565da2 -C extra-filename=-2b32d4e029565da2 --out-dir /tmp/tmp.IfE3QhwuvU/target/debug/build/serde-2b32d4e029565da2 -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --cap-lints warn` 282s Compiling equivalent v1.0.1 282s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=equivalent CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/equivalent-1.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/equivalent-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Traits for key comparison in maps.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=equivalent CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/equivalent' CARGO_PKG_RUST_VERSION=1.6 CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name equivalent --edition=2015 /tmp/tmp.IfE3QhwuvU/registry/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a11b0a19a3bf2c19 -C extra-filename=-a11b0a19a3bf2c19 --out-dir /tmp/tmp.IfE3QhwuvU/target/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --cap-lints warn` 282s Compiling hashbrown v0.14.5 282s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/hashbrown-0.14.5 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/hashbrown-0.14.5/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.14.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name hashbrown --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "raw", "rayon", "rustc-internal-api", "serde"))' -C metadata=e14e27c8ff208110 -C extra-filename=-e14e27c8ff208110 --out-dir /tmp/tmp.IfE3QhwuvU/target/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --cap-lints warn` 282s warning: unexpected `cfg` condition value: `nightly` 282s --> /tmp/tmp.IfE3QhwuvU/registry/hashbrown-0.14.5/src/lib.rs:14:5 282s | 282s 14 | feature = "nightly", 282s | ^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 282s = help: consider adding `nightly` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s = note: `#[warn(unexpected_cfgs)]` on by default 282s 282s warning: unexpected `cfg` condition value: `nightly` 282s --> /tmp/tmp.IfE3QhwuvU/registry/hashbrown-0.14.5/src/lib.rs:39:13 282s | 282s 39 | #![cfg_attr(feature = "nightly", warn(fuzzy_provenance_casts))] 282s | ^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 282s = help: consider adding `nightly` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `nightly` 282s --> /tmp/tmp.IfE3QhwuvU/registry/hashbrown-0.14.5/src/lib.rs:40:13 282s | 282s 40 | #![cfg_attr(feature = "nightly", allow(internal_features))] 282s | ^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 282s = help: consider adding `nightly` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `nightly` 282s --> /tmp/tmp.IfE3QhwuvU/registry/hashbrown-0.14.5/src/lib.rs:49:7 282s | 282s 49 | #[cfg(feature = "nightly")] 282s | ^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 282s = help: consider adding `nightly` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `nightly` 282s --> /tmp/tmp.IfE3QhwuvU/registry/hashbrown-0.14.5/src/macros.rs:59:7 282s | 282s 59 | #[cfg(feature = "nightly")] 282s | ^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 282s = help: consider adding `nightly` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `nightly` 282s --> /tmp/tmp.IfE3QhwuvU/registry/hashbrown-0.14.5/src/macros.rs:65:11 282s | 282s 65 | #[cfg(not(feature = "nightly"))] 282s | ^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 282s = help: consider adding `nightly` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `nightly` 282s --> /tmp/tmp.IfE3QhwuvU/registry/hashbrown-0.14.5/src/raw/mod.rs:53:11 282s | 282s 53 | #[cfg(not(feature = "nightly"))] 282s | ^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 282s = help: consider adding `nightly` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `nightly` 282s --> /tmp/tmp.IfE3QhwuvU/registry/hashbrown-0.14.5/src/raw/mod.rs:55:11 282s | 282s 55 | #[cfg(not(feature = "nightly"))] 282s | ^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 282s = help: consider adding `nightly` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `nightly` 282s --> /tmp/tmp.IfE3QhwuvU/registry/hashbrown-0.14.5/src/raw/mod.rs:57:7 282s | 282s 57 | #[cfg(feature = "nightly")] 282s | ^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 282s = help: consider adding `nightly` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `nightly` 282s --> /tmp/tmp.IfE3QhwuvU/registry/hashbrown-0.14.5/src/raw/mod.rs:3549:7 282s | 282s 3549 | #[cfg(feature = "nightly")] 282s | ^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 282s = help: consider adding `nightly` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `nightly` 282s --> /tmp/tmp.IfE3QhwuvU/registry/hashbrown-0.14.5/src/raw/mod.rs:3661:7 282s | 282s 3661 | #[cfg(feature = "nightly")] 282s | ^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 282s = help: consider adding `nightly` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `nightly` 282s --> /tmp/tmp.IfE3QhwuvU/registry/hashbrown-0.14.5/src/raw/mod.rs:3678:11 282s | 282s 3678 | #[cfg(not(feature = "nightly"))] 282s | ^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 282s = help: consider adding `nightly` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `nightly` 282s --> /tmp/tmp.IfE3QhwuvU/registry/hashbrown-0.14.5/src/raw/mod.rs:4304:7 282s | 282s 4304 | #[cfg(feature = "nightly")] 282s | ^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 282s = help: consider adding `nightly` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `nightly` 282s --> /tmp/tmp.IfE3QhwuvU/registry/hashbrown-0.14.5/src/raw/mod.rs:4319:11 282s | 282s 4319 | #[cfg(not(feature = "nightly"))] 282s | ^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 282s = help: consider adding `nightly` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `nightly` 282s --> /tmp/tmp.IfE3QhwuvU/registry/hashbrown-0.14.5/src/raw/alloc.rs:7:7 282s | 282s 7 | #[cfg(feature = "nightly")] 282s | ^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 282s = help: consider adding `nightly` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `nightly` 282s --> /tmp/tmp.IfE3QhwuvU/registry/hashbrown-0.14.5/src/raw/alloc.rs:28:15 282s | 282s 28 | #[cfg(all(not(feature = "nightly"), feature = "allocator-api2"))] 282s | ^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 282s = help: consider adding `nightly` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `nightly` 282s --> /tmp/tmp.IfE3QhwuvU/registry/hashbrown-0.14.5/src/raw/alloc.rs:51:15 282s | 282s 51 | #[cfg(not(any(feature = "nightly", feature = "allocator-api2")))] 282s | ^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 282s = help: consider adding `nightly` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `nightly` 282s --> /tmp/tmp.IfE3QhwuvU/registry/hashbrown-0.14.5/src/raw/mod.rs:944:32 282s | 282s 944 | #[cfg(any(feature = "raw", feature = "nightly"))] 282s | ^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 282s = help: consider adding `nightly` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `rkyv` 282s --> /tmp/tmp.IfE3QhwuvU/registry/hashbrown-0.14.5/src/external_trait_impls/mod.rs:3:7 282s | 282s 3 | #[cfg(feature = "rkyv")] 282s | ^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 282s = help: consider adding `rkyv` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `nightly` 282s --> /tmp/tmp.IfE3QhwuvU/registry/hashbrown-0.14.5/src/map.rs:242:11 282s | 282s 242 | #[cfg(not(feature = "nightly"))] 282s | ^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 282s = help: consider adding `nightly` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `nightly` 282s --> /tmp/tmp.IfE3QhwuvU/registry/hashbrown-0.14.5/src/map.rs:255:7 282s | 282s 255 | #[cfg(feature = "nightly")] 282s | ^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 282s = help: consider adding `nightly` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `nightly` 282s --> /tmp/tmp.IfE3QhwuvU/registry/hashbrown-0.14.5/src/map.rs:6517:11 282s | 282s 6517 | #[cfg(feature = "nightly")] 282s | ^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 282s = help: consider adding `nightly` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `nightly` 282s --> /tmp/tmp.IfE3QhwuvU/registry/hashbrown-0.14.5/src/map.rs:6523:11 282s | 282s 6523 | #[cfg(feature = "nightly")] 282s | ^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 282s = help: consider adding `nightly` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `nightly` 282s --> /tmp/tmp.IfE3QhwuvU/registry/hashbrown-0.14.5/src/map.rs:6591:11 282s | 282s 6591 | #[cfg(feature = "nightly")] 282s | ^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 282s = help: consider adding `nightly` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `nightly` 282s --> /tmp/tmp.IfE3QhwuvU/registry/hashbrown-0.14.5/src/map.rs:6597:11 282s | 282s 6597 | #[cfg(feature = "nightly")] 282s | ^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 282s = help: consider adding `nightly` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `nightly` 282s --> /tmp/tmp.IfE3QhwuvU/registry/hashbrown-0.14.5/src/map.rs:6651:11 282s | 282s 6651 | #[cfg(feature = "nightly")] 282s | ^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 282s = help: consider adding `nightly` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `nightly` 282s --> /tmp/tmp.IfE3QhwuvU/registry/hashbrown-0.14.5/src/map.rs:6657:11 282s | 282s 6657 | #[cfg(feature = "nightly")] 282s | ^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 282s = help: consider adding `nightly` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `nightly` 282s --> /tmp/tmp.IfE3QhwuvU/registry/hashbrown-0.14.5/src/set.rs:1359:11 282s | 282s 1359 | #[cfg(feature = "nightly")] 282s | ^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 282s = help: consider adding `nightly` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `nightly` 282s --> /tmp/tmp.IfE3QhwuvU/registry/hashbrown-0.14.5/src/set.rs:1365:11 282s | 282s 1365 | #[cfg(feature = "nightly")] 282s | ^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 282s = help: consider adding `nightly` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `nightly` 282s --> /tmp/tmp.IfE3QhwuvU/registry/hashbrown-0.14.5/src/set.rs:1383:11 282s | 282s 1383 | #[cfg(feature = "nightly")] 282s | ^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 282s = help: consider adding `nightly` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 282s warning: unexpected `cfg` condition value: `nightly` 282s --> /tmp/tmp.IfE3QhwuvU/registry/hashbrown-0.14.5/src/set.rs:1389:11 282s | 282s 1389 | #[cfg(feature = "nightly")] 282s | ^^^^^^^^^^^^^^^^^^^ 282s | 282s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 282s = help: consider adding `nightly` as a feature in `Cargo.toml` 282s = note: see for more information about checking conditional configuration 282s 283s 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_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/serde-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.IfE3QhwuvU/target/debug/deps:/tmp/tmp.IfE3QhwuvU/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.IfE3QhwuvU/target/debug/build/serde-c2bcebac22c6c694/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.IfE3QhwuvU/target/debug/build/serde-2b32d4e029565da2/build-script-build` 283s [serde 1.0.217] cargo:rerun-if-changed=build.rs 283s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_cstr) 283s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_error) 283s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_net) 283s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_num_saturating) 283s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_try_from) 283s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace) 283s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_float_copysign) 283s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_num_nonzero_signed) 283s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds) 283s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_serde_derive) 283s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic) 283s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic64) 283s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_systemtime_checked_add) 283s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_target_has_atomic) 283s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/serde-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps OUT_DIR=/tmp/tmp.IfE3QhwuvU/target/debug/build/serde-c2bcebac22c6c694/out rustc --crate-name serde --edition=2018 /tmp/tmp.IfE3QhwuvU/registry/serde-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=64c0851ac56a0ce1 -C extra-filename=-64c0851ac56a0ce1 --out-dir /tmp/tmp.IfE3QhwuvU/target/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --cap-lints warn --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` 283s warning: `hashbrown` (lib) generated 31 warnings 283s Compiling indexmap v2.7.0 283s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=indexmap CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/indexmap-2.7.0 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/indexmap-2.7.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/indexmap-rs/indexmap' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=2.7.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name indexmap --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/indexmap-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "rayon", "serde", "std", "test_debug"))' -C metadata=1e18ac9265fbd6ac -C extra-filename=-1e18ac9265fbd6ac --out-dir /tmp/tmp.IfE3QhwuvU/target/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern equivalent=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libequivalent-a11b0a19a3bf2c19.rmeta --extern hashbrown=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libhashbrown-e14e27c8ff208110.rmeta --cap-lints warn` 283s warning: unexpected `cfg` condition value: `borsh` 283s --> /tmp/tmp.IfE3QhwuvU/registry/indexmap-2.7.0/src/lib.rs:117:7 283s | 283s 117 | #[cfg(feature = "borsh")] 283s | ^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 283s = help: consider adding `borsh` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s = note: `#[warn(unexpected_cfgs)]` on by default 283s 283s warning: unexpected `cfg` condition value: `rustc-rayon` 283s --> /tmp/tmp.IfE3QhwuvU/registry/indexmap-2.7.0/src/lib.rs:131:7 283s | 283s 131 | #[cfg(feature = "rustc-rayon")] 283s | ^^^^^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 283s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `quickcheck` 283s --> /tmp/tmp.IfE3QhwuvU/registry/indexmap-2.7.0/src/arbitrary.rs:38:7 283s | 283s 38 | #[cfg(feature = "quickcheck")] 283s | ^^^^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 283s = help: consider adding `quickcheck` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rustc-rayon` 283s --> /tmp/tmp.IfE3QhwuvU/registry/indexmap-2.7.0/src/macros.rs:128:30 283s | 283s 128 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 283s | ^^^^^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 283s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `rustc-rayon` 283s --> /tmp/tmp.IfE3QhwuvU/registry/indexmap-2.7.0/src/macros.rs:153:30 283s | 283s 153 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 283s | ^^^^^^^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 283s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: `indexmap` (lib) generated 5 warnings 283s Compiling winnow v0.6.18 283s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=winnow CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/winnow-0.6.18 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/winnow-0.6.18/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A byte-oriented, zero-copy, parser combinators library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=winnow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/winnow-rs/winnow' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=0.6.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name winnow --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/winnow-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=0f17435733cfc3dc -C extra-filename=-0f17435733cfc3dc --out-dir /tmp/tmp.IfE3QhwuvU/target/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --cap-lints warn` 283s warning: unexpected `cfg` condition value: `debug` 283s --> /tmp/tmp.IfE3QhwuvU/registry/winnow-0.6.18/src/combinator/debug/mod.rs:1:13 283s | 283s 1 | #![cfg_attr(feature = "debug", allow(clippy::std_instead_of_core))] 283s | ^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 283s = help: consider adding `debug` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s = note: `#[warn(unexpected_cfgs)]` on by default 283s 283s warning: unexpected `cfg` condition value: `debug` 283s --> /tmp/tmp.IfE3QhwuvU/registry/winnow-0.6.18/src/combinator/debug/mod.rs:3:7 283s | 283s 3 | #[cfg(feature = "debug")] 283s | ^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 283s = help: consider adding `debug` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `debug` 283s --> /tmp/tmp.IfE3QhwuvU/registry/winnow-0.6.18/src/combinator/debug/mod.rs:37:16 283s | 283s 37 | #[cfg_attr(not(feature = "debug"), allow(unused_variables))] 283s | ^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 283s = help: consider adding `debug` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `debug` 283s --> /tmp/tmp.IfE3QhwuvU/registry/winnow-0.6.18/src/combinator/debug/mod.rs:38:16 283s | 283s 38 | #[cfg_attr(not(feature = "debug"), allow(unused_mut))] 283s | ^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 283s = help: consider adding `debug` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `debug` 283s --> /tmp/tmp.IfE3QhwuvU/registry/winnow-0.6.18/src/combinator/debug/mod.rs:39:16 283s | 283s 39 | #[cfg_attr(not(feature = "debug"), inline(always))] 283s | ^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 283s = help: consider adding `debug` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `debug` 283s --> /tmp/tmp.IfE3QhwuvU/registry/winnow-0.6.18/src/combinator/debug/mod.rs:54:16 283s | 283s 54 | #[cfg_attr(not(feature = "debug"), allow(unused_variables))] 283s | ^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 283s = help: consider adding `debug` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `debug` 283s --> /tmp/tmp.IfE3QhwuvU/registry/winnow-0.6.18/src/combinator/debug/mod.rs:79:7 283s | 283s 79 | #[cfg(feature = "debug")] 283s | ^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 283s = help: consider adding `debug` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `debug` 283s --> /tmp/tmp.IfE3QhwuvU/registry/winnow-0.6.18/src/combinator/debug/mod.rs:44:11 283s | 283s 44 | #[cfg(feature = "debug")] 283s | ^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 283s = help: consider adding `debug` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `debug` 283s --> /tmp/tmp.IfE3QhwuvU/registry/winnow-0.6.18/src/combinator/debug/mod.rs:48:15 283s | 283s 48 | #[cfg(not(feature = "debug"))] 283s | ^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 283s = help: consider adding `debug` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 283s warning: unexpected `cfg` condition value: `debug` 283s --> /tmp/tmp.IfE3QhwuvU/registry/winnow-0.6.18/src/combinator/debug/mod.rs:59:11 283s | 283s 59 | #[cfg(feature = "debug")] 283s | ^^^^^^^^^^^^^^^^^ 283s | 283s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 283s = help: consider adding `debug` as a feature in `Cargo.toml` 283s = note: see for more information about checking conditional configuration 283s 285s warning: `winnow` (lib) generated 10 warnings 285s Compiling target-lexicon v0.12.14 285s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/target-lexicon-0.12.14 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/target-lexicon-0.12.14/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='Targeting utilities for compilers and related tools' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=target-lexicon CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/target-lexicon' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.IfE3QhwuvU/registry/target-lexicon-0.12.14/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=25364d17e185c4be -C extra-filename=-25364d17e185c4be --out-dir /tmp/tmp.IfE3QhwuvU/target/debug/build/target-lexicon-25364d17e185c4be -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --cap-lints warn` 285s warning: unexpected `cfg` condition value: `rust_1_40` 285s --> /tmp/tmp.IfE3QhwuvU/registry/target-lexicon-0.12.14/src/data_model.rs:43:12 285s | 285s 43 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 285s | ^^^^^^^^^^^^^^^^^^^^^ 285s | 285s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 285s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 285s = note: see for more information about checking conditional configuration 285s = note: `#[warn(unexpected_cfgs)]` on by default 285s 285s warning: unexpected `cfg` condition value: `rust_1_40` 285s --> /tmp/tmp.IfE3QhwuvU/registry/target-lexicon-0.12.14/src/triple.rs:55:12 285s | 285s 55 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 285s | ^^^^^^^^^^^^^^^^^^^^^ 285s | 285s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 285s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 285s = note: see for more information about checking conditional configuration 285s 285s warning: unexpected `cfg` condition value: `rust_1_40` 285s --> /tmp/tmp.IfE3QhwuvU/registry/target-lexicon-0.12.14/src/targets.rs:14:12 285s | 285s 14 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 285s | ^^^^^^^^^^^^^^^^^^^^^ 285s | 285s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 285s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 285s = note: see for more information about checking conditional configuration 285s 285s warning: unexpected `cfg` condition value: `rust_1_40` 285s --> /tmp/tmp.IfE3QhwuvU/registry/target-lexicon-0.12.14/src/targets.rs:57:12 285s | 285s 57 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 285s | ^^^^^^^^^^^^^^^^^^^^^ 285s | 285s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 285s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 285s = note: see for more information about checking conditional configuration 285s 285s warning: unexpected `cfg` condition value: `rust_1_40` 285s --> /tmp/tmp.IfE3QhwuvU/registry/target-lexicon-0.12.14/src/targets.rs:107:12 285s | 285s 107 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 285s | ^^^^^^^^^^^^^^^^^^^^^ 285s | 285s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 285s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 285s = note: see for more information about checking conditional configuration 285s 285s warning: unexpected `cfg` condition value: `rust_1_40` 285s --> /tmp/tmp.IfE3QhwuvU/registry/target-lexicon-0.12.14/src/targets.rs:386:12 285s | 285s 386 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 285s | ^^^^^^^^^^^^^^^^^^^^^ 285s | 285s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 285s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 285s = note: see for more information about checking conditional configuration 285s 285s warning: unexpected `cfg` condition value: `rust_1_40` 285s --> /tmp/tmp.IfE3QhwuvU/registry/target-lexicon-0.12.14/src/targets.rs:407:12 285s | 285s 407 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 285s | ^^^^^^^^^^^^^^^^^^^^^ 285s | 285s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 285s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 285s = note: see for more information about checking conditional configuration 285s 285s warning: unexpected `cfg` condition value: `rust_1_40` 285s --> /tmp/tmp.IfE3QhwuvU/registry/target-lexicon-0.12.14/src/targets.rs:436:12 285s | 285s 436 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 285s | ^^^^^^^^^^^^^^^^^^^^^ 285s | 285s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 285s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 285s = note: see for more information about checking conditional configuration 285s 285s warning: unexpected `cfg` condition value: `rust_1_40` 285s --> /tmp/tmp.IfE3QhwuvU/registry/target-lexicon-0.12.14/src/targets.rs:459:12 285s | 285s 459 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 285s | ^^^^^^^^^^^^^^^^^^^^^ 285s | 285s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 285s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 285s = note: see for more information about checking conditional configuration 285s 285s warning: unexpected `cfg` condition value: `rust_1_40` 285s --> /tmp/tmp.IfE3QhwuvU/registry/target-lexicon-0.12.14/src/targets.rs:482:12 285s | 285s 482 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 285s | ^^^^^^^^^^^^^^^^^^^^^ 285s | 285s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 285s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 285s = note: see for more information about checking conditional configuration 285s 285s warning: unexpected `cfg` condition value: `rust_1_40` 285s --> /tmp/tmp.IfE3QhwuvU/registry/target-lexicon-0.12.14/src/targets.rs:507:12 285s | 285s 507 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 285s | ^^^^^^^^^^^^^^^^^^^^^ 285s | 285s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 285s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 285s = note: see for more information about checking conditional configuration 285s 285s warning: unexpected `cfg` condition value: `rust_1_40` 285s --> /tmp/tmp.IfE3QhwuvU/registry/target-lexicon-0.12.14/src/targets.rs:566:12 285s | 285s 566 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 285s | ^^^^^^^^^^^^^^^^^^^^^ 285s | 285s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 285s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 285s = note: see for more information about checking conditional configuration 285s 285s warning: unexpected `cfg` condition value: `rust_1_40` 285s --> /tmp/tmp.IfE3QhwuvU/registry/target-lexicon-0.12.14/src/targets.rs:624:12 285s | 285s 624 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 285s | ^^^^^^^^^^^^^^^^^^^^^ 285s | 285s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 285s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 285s = note: see for more information about checking conditional configuration 285s 285s warning: unexpected `cfg` condition value: `rust_1_40` 285s --> /tmp/tmp.IfE3QhwuvU/registry/target-lexicon-0.12.14/src/targets.rs:719:12 285s | 285s 719 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 285s | ^^^^^^^^^^^^^^^^^^^^^ 285s | 285s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 285s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 285s = note: see for more information about checking conditional configuration 285s 285s warning: unexpected `cfg` condition value: `rust_1_40` 285s --> /tmp/tmp.IfE3QhwuvU/registry/target-lexicon-0.12.14/src/targets.rs:801:12 285s | 285s 801 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 285s | ^^^^^^^^^^^^^^^^^^^^^ 285s | 285s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 285s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 285s = note: see for more information about checking conditional configuration 285s 285s Compiling serde_spanned v0.6.7 285s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde_spanned CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/serde_spanned-0.6.7 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/serde_spanned-0.6.7/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Serde-compatible spanned Value' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_spanned CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.6.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name serde_spanned --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/serde_spanned-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=bb6bf82fb8b7e3e2 -C extra-filename=-bb6bf82fb8b7e3e2 --out-dir /tmp/tmp.IfE3QhwuvU/target/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern serde=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libserde-64c0851ac56a0ce1.rmeta --cap-lints warn` 285s Compiling toml_datetime v0.6.8 285s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=toml_datetime CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/toml_datetime-0.6.8 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/toml_datetime-0.6.8/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A TOML-compatible datetime type' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_datetime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.6.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name toml_datetime --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=f8a60bc8f4facc64 -C extra-filename=-f8a60bc8f4facc64 --out-dir /tmp/tmp.IfE3QhwuvU/target/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern serde=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libserde-64c0851ac56a0ce1.rmeta --cap-lints warn` 286s Compiling toml_edit v0.22.20 286s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=toml_edit CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/toml_edit-0.22.20 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/toml_edit-0.22.20/Cargo.toml CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name toml_edit --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/toml_edit-0.22.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=16e4204886ae364a -C extra-filename=-16e4204886ae364a --out-dir /tmp/tmp.IfE3QhwuvU/target/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern indexmap=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libindexmap-1e18ac9265fbd6ac.rmeta --extern serde=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libserde-64c0851ac56a0ce1.rmeta --extern serde_spanned=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libserde_spanned-bb6bf82fb8b7e3e2.rmeta --extern toml_datetime=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libtoml_datetime-f8a60bc8f4facc64.rmeta --extern winnow=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libwinnow-0f17435733cfc3dc.rmeta --cap-lints warn` 286s warning: `target-lexicon` (build script) generated 15 warnings 286s 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_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/target-lexicon-0.12.14 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/target-lexicon-0.12.14/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='Targeting utilities for compilers and related tools' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=target-lexicon CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/target-lexicon' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.IfE3QhwuvU/target/debug/deps:/tmp/tmp.IfE3QhwuvU/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.IfE3QhwuvU/target/debug/build/target-lexicon-bcd17a2af3ef410c/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.IfE3QhwuvU/target/debug/build/target-lexicon-25364d17e185c4be/build-script-build` 286s [target-lexicon 0.12.14] cargo:rustc-cfg=feature="rust_1_40" 286s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=target_lexicon CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/target-lexicon-0.12.14 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/target-lexicon-0.12.14/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='Targeting utilities for compilers and related tools' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=target-lexicon CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/target-lexicon' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps OUT_DIR=/tmp/tmp.IfE3QhwuvU/target/debug/build/target-lexicon-bcd17a2af3ef410c/out rustc --crate-name target_lexicon --edition=2018 /tmp/tmp.IfE3QhwuvU/registry/target-lexicon-0.12.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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=3e1fae5fd9acfad5 -C extra-filename=-3e1fae5fd9acfad5 --out-dir /tmp/tmp.IfE3QhwuvU/target/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --cap-lints warn --cfg 'feature="rust_1_40"'` 286s warning: unexpected `cfg` condition value: `cargo-clippy` 286s --> /tmp/tmp.IfE3QhwuvU/registry/target-lexicon-0.12.14/src/lib.rs:6:5 286s | 286s 6 | feature = "cargo-clippy", 286s | ^^^^^^^^^^^^^^^^^^^^^^^^ 286s | 286s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 286s = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` 286s = note: see for more information about checking conditional configuration 286s = note: `#[warn(unexpected_cfgs)]` on by default 286s 286s warning: unexpected `cfg` condition value: `rust_1_40` 286s --> /tmp/tmp.IfE3QhwuvU/registry/target-lexicon-0.12.14/src/data_model.rs:43:12 286s | 286s 43 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 286s | ^^^^^^^^^^^^^^^^^^^^^ 286s | 286s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 286s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 286s = note: see for more information about checking conditional configuration 286s 286s warning: `target-lexicon` (lib) generated 16 warnings (14 duplicates) 286s Compiling smallvec v1.13.2 286s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/smallvec-1.13.2 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/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.IfE3QhwuvU/target/debug/deps rustc --crate-name smallvec --edition=2018 /tmp/tmp.IfE3QhwuvU/registry/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=f7f5371280a70ca7 -C extra-filename=-f7f5371280a70ca7 --out-dir /tmp/tmp.IfE3QhwuvU/target/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --cap-lints warn` 286s Compiling heck v0.4.1 286s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=heck CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/heck-0.4.1 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/heck-0.4.1/Cargo.toml CARGO_PKG_AUTHORS='Without Boats ' CARGO_PKG_DESCRIPTION='heck is a case conversion library.' CARGO_PKG_HOMEPAGE='https://github.com/withoutboats/heck' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heck CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/withoutboats/heck' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name heck --edition=2018 /tmp/tmp.IfE3QhwuvU/registry/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=780ed41701172964 -C extra-filename=-780ed41701172964 --out-dir /tmp/tmp.IfE3QhwuvU/target/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --cap-lints warn` 287s Compiling cfg-expr v0.15.8 287s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=cfg_expr CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/cfg-expr-0.15.8 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/cfg-expr-0.15.8/Cargo.toml CARGO_PKG_AUTHORS='Embark :Jake Shadle ' CARGO_PKG_DESCRIPTION='A parser and evaluator for Rust `cfg()` expressions.' CARGO_PKG_HOMEPAGE='https://github.com/EmbarkStudios/cfg-expr' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-expr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/EmbarkStudios/cfg-expr' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=0.15.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name cfg_expr --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/cfg-expr-0.15.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="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=4c9dfc41aae878a8 -C extra-filename=-4c9dfc41aae878a8 --out-dir /tmp/tmp.IfE3QhwuvU/target/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern smallvec=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libsmallvec-f7f5371280a70ca7.rmeta --extern target_lexicon=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libtarget_lexicon-3e1fae5fd9acfad5.rmeta --cap-lints warn` 287s Compiling version-compare v0.1.1 287s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=version_compare CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/version-compare-0.1.1 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/version-compare-0.1.1/Cargo.toml CARGO_PKG_AUTHORS='Tim Visee <3a4fb3964f@sinenomine.email>' CARGO_PKG_DESCRIPTION='Rust library to easily compare version numbers with no specific format, and test against various comparison operators.' CARGO_PKG_HOMEPAGE='https://timvisee.com/projects/version-compare/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=version-compare CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/timvisee/version-compare' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name version_compare --edition=2018 /tmp/tmp.IfE3QhwuvU/registry/version-compare-0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ede63bb61298945c -C extra-filename=-ede63bb61298945c --out-dir /tmp/tmp.IfE3QhwuvU/target/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --cap-lints warn` 287s warning: unexpected `cfg` condition name: `tarpaulin` 287s --> /tmp/tmp.IfE3QhwuvU/registry/version-compare-0.1.1/src/cmp.rs:320:12 287s | 287s 320 | #[cfg_attr(tarpaulin, skip)] 287s | ^^^^^^^^^ 287s | 287s = 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` 287s = help: consider using a Cargo feature instead 287s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 287s [lints.rust] 287s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] } 287s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs` 287s = note: see for more information about checking conditional configuration 287s = note: `#[warn(unexpected_cfgs)]` on by default 287s 287s warning: unexpected `cfg` condition name: `tarpaulin` 287s --> /tmp/tmp.IfE3QhwuvU/registry/version-compare-0.1.1/src/compare.rs:66:12 287s | 287s 66 | #[cfg_attr(tarpaulin, skip)] 287s | ^^^^^^^^^ 287s | 287s = help: consider using a Cargo feature instead 287s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 287s [lints.rust] 287s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] } 287s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition name: `tarpaulin` 287s --> /tmp/tmp.IfE3QhwuvU/registry/version-compare-0.1.1/src/manifest.rs:58:12 287s | 287s 58 | #[cfg_attr(tarpaulin, skip)] 287s | ^^^^^^^^^ 287s | 287s = help: consider using a Cargo feature instead 287s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 287s [lints.rust] 287s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] } 287s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition name: `tarpaulin` 287s --> /tmp/tmp.IfE3QhwuvU/registry/version-compare-0.1.1/src/part.rs:34:12 287s | 287s 34 | #[cfg_attr(tarpaulin, skip)] 287s | ^^^^^^^^^ 287s | 287s = help: consider using a Cargo feature instead 287s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 287s [lints.rust] 287s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] } 287s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs` 287s = note: see for more information about checking conditional configuration 287s 287s warning: unexpected `cfg` condition name: `tarpaulin` 287s --> /tmp/tmp.IfE3QhwuvU/registry/version-compare-0.1.1/src/version.rs:462:12 287s | 287s 462 | #[cfg_attr(tarpaulin, skip)] 287s | ^^^^^^^^^ 287s | 287s = help: consider using a Cargo feature instead 287s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 287s [lints.rust] 287s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] } 287s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs` 287s = note: see for more information about checking conditional configuration 287s 287s warning: `version-compare` (lib) generated 5 warnings 287s Compiling toml v0.8.19 287s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=toml CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/toml-0.8.19 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/toml-0.8.19/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A native Rust encoder and decoder of TOML-formatted files and streams. Provides 287s implementations of the standard Serialize/Deserialize traits for TOML data to 287s facilitate deserializing and serializing Rust structures. 287s ' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.8.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name toml --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/toml-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=3dcb236086e4a66e -C extra-filename=-3dcb236086e4a66e --out-dir /tmp/tmp.IfE3QhwuvU/target/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern serde=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libserde-64c0851ac56a0ce1.rmeta --extern serde_spanned=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libserde_spanned-bb6bf82fb8b7e3e2.rmeta --extern toml_datetime=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libtoml_datetime-f8a60bc8f4facc64.rmeta --extern toml_edit=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libtoml_edit-16e4204886ae364a.rmeta --cap-lints warn` 288s warning: unused import: `std::fmt` 288s --> /tmp/tmp.IfE3QhwuvU/registry/toml-0.8.19/src/table.rs:1:5 288s | 288s 1 | use std::fmt; 288s | ^^^^^^^^ 288s | 288s = note: `#[warn(unused_imports)]` on by default 288s 288s warning: `toml` (lib) generated 1 warning 288s Compiling pkg-config v0.3.31 288s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=pkg_config CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/pkg-config-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/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 288s Cargo build scripts. 288s ' 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.IfE3QhwuvU/target/debug/deps rustc --crate-name pkg_config --edition=2018 /tmp/tmp.IfE3QhwuvU/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.IfE3QhwuvU/target/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --cap-lints warn` 288s warning: unreachable expression 288s --> /tmp/tmp.IfE3QhwuvU/registry/pkg-config-0.3.31/src/lib.rs:596:9 288s | 288s 592 | return true; 288s | ----------- any code following this expression is unreachable 288s ... 288s 596 | / match self.targeted_env_var("PKG_CONFIG_ALLOW_CROSS") { 288s 597 | | // don't use pkg-config if explicitly disabled 288s 598 | | Some(ref val) if val == "0" => false, 288s 599 | | Some(_) => true, 288s ... | 288s 605 | | } 288s 606 | | } 288s | |_________^ unreachable expression 288s | 288s = note: `#[warn(unreachable_code)]` on by default 288s 289s warning: `pkg-config` (lib) generated 1 warning 289s Compiling system-deps v7.0.2 289s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=system_deps CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/system-deps-7.0.2 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/system-deps-7.0.2/Cargo.toml CARGO_PKG_AUTHORS='Guillaume Desmottes :Josh Triplett ' CARGO_PKG_DESCRIPTION='Discover and configure system dependencies from declarative dependencies in Cargo.toml' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=system-deps CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gdesmott/system-deps' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=7.0.2 CARGO_PKG_VERSION_MAJOR=7 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name system_deps --edition=2018 /tmp/tmp.IfE3QhwuvU/registry/system-deps-7.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=df5512f70260f2a1 -C extra-filename=-df5512f70260f2a1 --out-dir /tmp/tmp.IfE3QhwuvU/target/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern cfg_expr=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libcfg_expr-4c9dfc41aae878a8.rmeta --extern heck=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libheck-780ed41701172964.rmeta --extern pkg_config=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libpkg_config-f20a1c89e2145860.rmeta --extern toml=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libtoml-3dcb236086e4a66e.rmeta --extern version_compare=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libversion_compare-ede63bb61298945c.rmeta --cap-lints warn` 290s Compiling autocfg v1.1.0 290s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/autocfg-1.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/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.IfE3QhwuvU/target/debug/deps rustc --crate-name autocfg --edition=2015 /tmp/tmp.IfE3QhwuvU/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.IfE3QhwuvU/target/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --cap-lints warn` 290s Compiling proc-macro2 v1.0.92 290s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/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.IfE3QhwuvU/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.IfE3QhwuvU/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.IfE3QhwuvU/target/debug/build/proc-macro2-3832f39696f3f5db -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --cap-lints warn` 290s Compiling unicode-ident v1.0.13 290s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/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.IfE3QhwuvU/target/debug/deps rustc --crate-name unicode_ident --edition=2018 /tmp/tmp.IfE3QhwuvU/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.IfE3QhwuvU/target/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --cap-lints warn` 291s Compiling libc v0.2.169 291s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/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. 291s ' 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.IfE3QhwuvU/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/libc-0.2.169/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=281f50e119612eba -C extra-filename=-281f50e119612eba --out-dir /tmp/tmp.IfE3QhwuvU/target/debug/build/libc-281f50e119612eba -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --cap-lints warn` 291s 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.IfE3QhwuvU/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/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.IfE3QhwuvU/target/debug/deps:/tmp/tmp.IfE3QhwuvU/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.IfE3QhwuvU/target/debug/build/proc-macro2-b8c68c67c59c8657/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.IfE3QhwuvU/target/debug/build/proc-macro2-3832f39696f3f5db/build-script-build` 291s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(fuzzing) 291s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_is_available) 291s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_byte_character) 291s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_c_string) 291s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_source_text) 291s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(proc_macro_span) 291s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) 291s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) 291s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) 291s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(randomize_layout) 291s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(span_locations) 291s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(super_unstable) 291s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(wrap_proc_macro) 291s [proc-macro2 1.0.92] cargo:rerun-if-changed=build/probe.rs 291s [proc-macro2 1.0.92] cargo:rustc-cfg=wrap_proc_macro 291s [proc-macro2 1.0.92] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 291s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/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.IfE3QhwuvU/target/debug/deps OUT_DIR=/tmp/tmp.IfE3QhwuvU/target/debug/build/proc-macro2-b8c68c67c59c8657/out rustc --crate-name proc_macro2 --edition=2021 /tmp/tmp.IfE3QhwuvU/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.IfE3QhwuvU/target/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern unicode_ident=/tmp/tmp.IfE3QhwuvU/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)'` 291s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/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. 291s ' 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.IfE3QhwuvU/target/debug/deps:/tmp/tmp.IfE3QhwuvU/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/build/libc-3f83b68379fefaf9/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.IfE3QhwuvU/target/debug/build/libc-281f50e119612eba/build-script-build` 291s [libc 0.2.169] cargo:rerun-if-changed=build.rs 291s [libc 0.2.169] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION 291s [libc 0.2.169] cargo:rustc-cfg=freebsd11 291s [libc 0.2.169] cargo:rustc-cfg=libc_const_extern_fn 291s [libc 0.2.169] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) 291s [libc 0.2.169] cargo:rustc-check-cfg=cfg(espidf_time32) 291s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd10) 291s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd11) 291s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd12) 291s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd13) 291s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd14) 291s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd15) 291s [libc 0.2.169] cargo:rustc-check-cfg=cfg(gnu_time64_abi) 291s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) 291s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_deny_warnings) 291s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_thread_local) 291s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_ctest) 291s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) 291s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) 291s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) 291s Compiling glib-sys v0.20.7 291s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/glib-sys-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/glib-sys-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libglib-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glib-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/glib-sys-0.20.7/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("v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82", "v2_84"))' -C metadata=e76b494fc2db9ea9 -C extra-filename=-e76b494fc2db9ea9 --out-dir /tmp/tmp.IfE3QhwuvU/target/debug/build/glib-sys-e76b494fc2db9ea9 -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern system_deps=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 291s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/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. 291s ' 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.IfE3QhwuvU/target/debug/deps OUT_DIR=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/build/libc-3f83b68379fefaf9/out rustc --crate-name libc --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/libc-0.2.169/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=5c144d8f845513d1 -C extra-filename=-5c144d8f845513d1 --out-dir /tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/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"))'` 292s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/glib-sys-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/glib-sys-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libglib-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glib-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.IfE3QhwuvU/target/debug/deps:/tmp/tmp.IfE3QhwuvU/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/build/glib-sys-352789a9aca33e1d/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.IfE3QhwuvU/target/debug/build/glib-sys-e76b494fc2db9ea9/build-script-build` 292s [glib-sys 0.20.7] cargo:rerun-if-changed=/tmp/tmp.IfE3QhwuvU/registry/glib-sys-0.20.7/Cargo.toml 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=GLIB_2.0_NO_PKG_CONFIG 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSROOT 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=GOBJECT_2.0_NO_PKG_CONFIG 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSROOT 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 292s [glib-sys 0.20.7] cargo:rustc-link-lib=glib-2.0 292s [glib-sys 0.20.7] cargo:rustc-link-lib=gobject-2.0 292s [glib-sys 0.20.7] cargo:rustc-link-lib=glib-2.0 292s [glib-sys 0.20.7] cargo:include=/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6:/usr/include:/usr/include:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LIB 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LIB_FRAMEWORK 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_SEARCH_NATIVE 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_SEARCH_FRAMEWORK 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_INCLUDE 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LDFLAGS 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_NO_PKG_CONFIG 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_BUILD_INTERNAL 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LINK 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_LIB 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_LIB_FRAMEWORK 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_SEARCH_NATIVE 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_SEARCH_FRAMEWORK 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_INCLUDE 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_LDFLAGS 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_NO_PKG_CONFIG 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_BUILD_INTERNAL 292s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_LINK 292s [glib-sys 0.20.7] 292s [glib-sys 0.20.7] cargo:rustc-cfg=system_deps_have_glib_2_0 292s [glib-sys 0.20.7] cargo:rustc-cfg=system_deps_have_gobject_2_0 292s Compiling quote v1.0.37 292s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/quote-1.0.37 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/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.IfE3QhwuvU/target/debug/deps rustc --crate-name quote --edition=2018 /tmp/tmp.IfE3QhwuvU/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.IfE3QhwuvU/target/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern proc_macro2=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --cap-lints warn` 292s warning: unused import: `crate::ntptimeval` 292s --> /usr/share/cargo/registry/libc-0.2.169/src/unix/linux_like/linux/gnu/b64/mod.rs:5:5 292s | 292s 5 | use crate::ntptimeval; 292s | ^^^^^^^^^^^^^^^^^ 292s | 292s = note: `#[warn(unused_imports)]` on by default 292s 292s Compiling gobject-sys v0.20.7 292s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/gobject-sys-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/gobject-sys-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libgobject-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gobject-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/gobject-sys-0.20.7/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("v2_58", "v2_62", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82"))' -C metadata=badf85930359f815 -C extra-filename=-badf85930359f815 --out-dir /tmp/tmp.IfE3QhwuvU/target/debug/build/gobject-sys-badf85930359f815 -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern system_deps=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 292s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 292s | 292s = note: this feature is not stably supported; its behavior can change in the future 292s 292s warning: `libc` (lib) generated 2 warnings 292s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=glib_sys CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/glib-sys-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/glib-sys-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libglib-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glib-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps OUT_DIR=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/build/glib-sys-352789a9aca33e1d/out rustc --crate-name glib_sys --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/glib-sys-0.20.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82", "v2_84"))' -C metadata=04da964d550d191e -C extra-filename=-04da964d550d191e --out-dir /tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern libc=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l glib-2.0 -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_glib_2_0 --cfg system_deps_have_gobject_2_0` 292s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/gobject-sys-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/gobject-sys-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libgobject-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gobject-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.IfE3QhwuvU/target/debug/deps:/tmp/tmp.IfE3QhwuvU/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/build/gobject-sys-28e6444424201f24/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.IfE3QhwuvU/target/debug/build/gobject-sys-badf85930359f815/build-script-build` 292s [gobject-sys 0.20.7] cargo:rerun-if-changed=/tmp/tmp.IfE3QhwuvU/registry/gobject-sys-0.20.7/Cargo.toml 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=GOBJECT_2.0_NO_PKG_CONFIG 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSROOT 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 292s [gobject-sys 0.20.7] cargo:rustc-link-lib=gobject-2.0 292s [gobject-sys 0.20.7] cargo:rustc-link-lib=glib-2.0 292s [gobject-sys 0.20.7] cargo:include=/usr/include:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LIB 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LIB_FRAMEWORK 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_SEARCH_NATIVE 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_SEARCH_FRAMEWORK 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_INCLUDE 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LDFLAGS 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_NO_PKG_CONFIG 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_BUILD_INTERNAL 292s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LINK 292s [gobject-sys 0.20.7] 292s [gobject-sys 0.20.7] cargo:rustc-cfg=system_deps_have_gobject_2_0 292s Compiling syn v2.0.96 292s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/syn-2.0.96 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/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.IfE3QhwuvU/target/debug/deps rustc --crate-name syn --edition=2021 /tmp/tmp.IfE3QhwuvU/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.IfE3QhwuvU/target/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern proc_macro2=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --extern quote=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libquote-dc92c6f25ee0f0c6.rmeta --extern unicode_ident=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn` 292s warning: `glib-sys` (lib) generated 1 warning (1 duplicate) 292s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gobject_sys CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/gobject-sys-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/gobject-sys-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libgobject-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gobject-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps OUT_DIR=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/build/gobject-sys-28e6444424201f24/out rustc --crate-name gobject_sys --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/gobject-sys-0.20.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v2_58", "v2_62", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82"))' -C metadata=f020968d087cf1e8 -C extra-filename=-f020968d087cf1e8 --out-dir /tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern glib_sys=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern libc=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_gobject_2_0` 293s warning: `gobject-sys` (lib) generated 1 warning (1 duplicate) 293s Compiling slab v0.4.9 293s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/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.IfE3QhwuvU/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.IfE3QhwuvU/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.IfE3QhwuvU/target/debug/build/slab-95cba3e02497b263 -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern autocfg=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libautocfg-9ebcd9511383083c.rlib --cap-lints warn` 293s Compiling gstreamer-sys v0.23.0 293s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/gstreamer-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/gstreamer-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstreamer-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/gstreamer-sys-0.23.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_18_3"' --cfg 'feature="v1_20"' --cfg 'feature="v1_20_4"' --cfg 'feature="v1_22"' --cfg 'feature="v1_24"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_16", "v1_18", "v1_18_3", "v1_20", "v1_20_4", "v1_22", "v1_24", "v1_26"))' -C metadata=9ae2fcbd2401f4cc -C extra-filename=-9ae2fcbd2401f4cc --out-dir /tmp/tmp.IfE3QhwuvU/target/debug/build/gstreamer-sys-9ae2fcbd2401f4cc -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern system_deps=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 293s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_V1_16=1 CARGO_FEATURE_V1_18=1 CARGO_FEATURE_V1_18_3=1 CARGO_FEATURE_V1_20=1 CARGO_FEATURE_V1_20_4=1 CARGO_FEATURE_V1_22=1 CARGO_FEATURE_V1_24=1 CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/gstreamer-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/gstreamer-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstreamer-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.IfE3QhwuvU/target/debug/deps:/tmp/tmp.IfE3QhwuvU/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/build/gstreamer-sys-739ab4b2caea4719/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.IfE3QhwuvU/target/debug/build/gstreamer-sys-9ae2fcbd2401f4cc/build-script-build` 293s [gstreamer-sys 0.23.0] cargo:rerun-if-changed=/tmp/tmp.IfE3QhwuvU/registry/gstreamer-sys-0.23.0/Cargo.toml 293s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=GSTREAMER_1.0_NO_PKG_CONFIG 293s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 293s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 293s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 293s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 293s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 293s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 293s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 293s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 293s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 293s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 293s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 293s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 293s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 293s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 293s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 293s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 293s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 293s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 293s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSROOT 293s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 293s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 293s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 293s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 293s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 293s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 293s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 293s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 293s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 293s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 293s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 293s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 293s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 294s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 294s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 294s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 294s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 294s [gstreamer-sys 0.23.0] cargo:rustc-link-lib=gstreamer-1.0 294s [gstreamer-sys 0.23.0] cargo:rustc-link-lib=gobject-2.0 294s [gstreamer-sys 0.23.0] cargo:rustc-link-lib=glib-2.0 294s [gstreamer-sys 0.23.0] cargo:include=/usr/include/gstreamer-1.0:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6:/usr/include 294s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 294s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 294s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_LIB 294s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_LIB_FRAMEWORK 294s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_SEARCH_NATIVE 294s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_SEARCH_FRAMEWORK 294s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_INCLUDE 294s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_LDFLAGS 294s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_NO_PKG_CONFIG 294s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_BUILD_INTERNAL 294s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_LINK 294s [gstreamer-sys 0.23.0] 294s [gstreamer-sys 0.23.0] cargo:rustc-cfg=system_deps_have_gstreamer_1_0 294s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/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.IfE3QhwuvU/target/debug/deps:/tmp/tmp.IfE3QhwuvU/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/build/slab-2c89ee66d35953a1/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.IfE3QhwuvU/target/debug/build/slab-95cba3e02497b263/build-script-build` 294s [slab 0.4.9] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 294s [slab 0.4.9] | 294s [slab 0.4.9] = note: this feature is not stably supported; its behavior can change in the future 294s [slab 0.4.9] 294s [slab 0.4.9] warning: 1 warning emitted 294s [slab 0.4.9] 294s Compiling num-traits v0.2.19 294s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=df063271a742dcb0 -C extra-filename=-df063271a742dcb0 --out-dir /tmp/tmp.IfE3QhwuvU/target/debug/build/num-traits-df063271a742dcb0 -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern autocfg=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libautocfg-9ebcd9511383083c.rlib --cap-lints warn` 294s Compiling futures-core v0.3.31 294s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_core CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/futures-core-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/futures-core-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The core traits and types in for the `futures` library. 294s ' 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.IfE3QhwuvU/target/debug/deps rustc --crate-name futures_core --edition=2018 /tmp/tmp.IfE3QhwuvU/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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=8d305950da6bf5c8 -C extra-filename=-8d305950da6bf5c8 --out-dir /tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 294s warning: `futures-core` (lib) generated 1 warning (1 duplicate) 294s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_I128=1 CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.IfE3QhwuvU/target/debug/deps:/tmp/tmp.IfE3QhwuvU/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/build/num-traits-e7e75256e08cb60b/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.IfE3QhwuvU/target/debug/build/num-traits-df063271a742dcb0/build-script-build` 294s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 294s [num-traits 0.2.19] | 294s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 294s [num-traits 0.2.19] 294s [num-traits 0.2.19] warning: 1 warning emitted 294s [num-traits 0.2.19] 294s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 294s [num-traits 0.2.19] | 294s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 294s [num-traits 0.2.19] 294s [num-traits 0.2.19] warning: 1 warning emitted 294s [num-traits 0.2.19] 294s [num-traits 0.2.19] cargo:rustc-cfg=has_total_cmp 294s [num-traits 0.2.19] cargo:rerun-if-changed=build.rs 294s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=slab CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/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.IfE3QhwuvU/target/debug/deps OUT_DIR=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/build/slab-2c89ee66d35953a1/out rustc --crate-name slab --edition=2018 /tmp/tmp.IfE3QhwuvU/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.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 294s warning: unexpected `cfg` condition name: `slab_no_const_vec_new` 294s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:250:15 294s | 294s 250 | #[cfg(not(slab_no_const_vec_new))] 294s | ^^^^^^^^^^^^^^^^^^^^^ 294s | 294s = 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` 294s = help: consider using a Cargo feature instead 294s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 294s [lints.rust] 294s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_const_vec_new)'] } 294s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_const_vec_new)");` to the top of the `build.rs` 294s = note: see for more information about checking conditional configuration 294s = note: `#[warn(unexpected_cfgs)]` on by default 294s 294s warning: unexpected `cfg` condition name: `slab_no_const_vec_new` 294s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:264:11 294s | 294s 264 | #[cfg(slab_no_const_vec_new)] 294s | ^^^^^^^^^^^^^^^^^^^^^ 294s | 294s = help: consider using a Cargo feature instead 294s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 294s [lints.rust] 294s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_const_vec_new)'] } 294s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_const_vec_new)");` to the top of the `build.rs` 294s = note: see for more information about checking conditional configuration 294s 294s warning: unexpected `cfg` condition name: `slab_no_track_caller` 294s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:929:20 294s | 294s 929 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 294s | ^^^^^^^^^^^^^^^^^^^^ 294s | 294s = help: consider using a Cargo feature instead 294s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 294s [lints.rust] 294s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 294s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 294s = note: see for more information about checking conditional configuration 294s 294s warning: unexpected `cfg` condition name: `slab_no_track_caller` 294s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1098:20 294s | 294s 1098 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 294s | ^^^^^^^^^^^^^^^^^^^^ 294s | 294s = help: consider using a Cargo feature instead 294s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 294s [lints.rust] 294s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 294s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 294s = note: see for more information about checking conditional configuration 294s 294s warning: unexpected `cfg` condition name: `slab_no_track_caller` 294s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1206:20 294s | 294s 1206 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 294s | ^^^^^^^^^^^^^^^^^^^^ 294s | 294s = help: consider using a Cargo feature instead 294s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 294s [lints.rust] 294s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 294s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 294s = note: see for more information about checking conditional configuration 294s 294s warning: unexpected `cfg` condition name: `slab_no_track_caller` 294s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1216:20 294s | 294s 1216 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 294s | ^^^^^^^^^^^^^^^^^^^^ 294s | 294s = help: consider using a Cargo feature instead 294s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 294s [lints.rust] 294s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 294s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 294s = note: see for more information about checking conditional configuration 294s 294s warning: `slab` (lib) generated 7 warnings (1 duplicate) 294s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_sys CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/gstreamer-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/gstreamer-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstreamer-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps OUT_DIR=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/build/gstreamer-sys-739ab4b2caea4719/out rustc --crate-name gstreamer_sys --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/gstreamer-sys-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_18_3"' --cfg 'feature="v1_20"' --cfg 'feature="v1_20_4"' --cfg 'feature="v1_22"' --cfg 'feature="v1_24"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_16", "v1_18", "v1_18_3", "v1_20", "v1_20_4", "v1_22", "v1_24", "v1_26"))' -C metadata=917e0f969fa2c790 -C extra-filename=-917e0f969fa2c790 --out-dir /tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern glib_sys=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern gobject_sys=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libgobject_sys-f020968d087cf1e8.rmeta --extern libc=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l gstreamer-1.0 -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_gstreamer_1_0` 298s warning: `gstreamer-sys` (lib) generated 1 warning (1 duplicate) 298s Compiling gstreamer-base-sys v0.23.0 298s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/gstreamer-base-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/gstreamer-base-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstbase-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-base-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/gstreamer-base-sys-0.23.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_14_1"' --cfg 'feature="v1_14_3"' --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_20"' --cfg 'feature="v1_22"' --cfg 'feature="v1_24"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_14_1", "v1_14_3", "v1_16", "v1_18", "v1_20", "v1_22", "v1_24", "v1_26"))' -C metadata=5e43ac41b1475929 -C extra-filename=-5e43ac41b1475929 --out-dir /tmp/tmp.IfE3QhwuvU/target/debug/build/gstreamer-base-sys-5e43ac41b1475929 -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern system_deps=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 298s Compiling gio-sys v0.20.8 298s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/gio-sys-0.20.8 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/gio-sys-0.20.8/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libgio-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gio-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/gio-sys-0.20.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("v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82", "v2_84"))' -C metadata=fa8bb799a92b9aec -C extra-filename=-fa8bb799a92b9aec --out-dir /tmp/tmp.IfE3QhwuvU/target/debug/build/gio-sys-fa8bb799a92b9aec -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern system_deps=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 298s Compiling futures-task v0.3.31 298s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_task CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/futures-task-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/futures-task-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Tools for working with tasks. 298s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-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.IfE3QhwuvU/target/debug/deps rustc --crate-name futures_task --edition=2018 /tmp/tmp.IfE3QhwuvU/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.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 298s warning: `futures-task` (lib) generated 1 warning (1 duplicate) 298s Compiling pin-utils v0.1.0 298s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=pin_utils CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/pin-utils-0.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/pin-utils-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Josef Brandl ' CARGO_PKG_DESCRIPTION='Utilities for pinning 298s ' 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.IfE3QhwuvU/target/debug/deps rustc --crate-name pin_utils --edition=2018 /tmp/tmp.IfE3QhwuvU/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.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 298s warning: `pin-utils` (lib) generated 1 warning (1 duplicate) 298s Compiling paste v1.0.15 298s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/paste-1.0.15 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/paste-1.0.15/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Macros for all your token pasting needs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=paste CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/paste' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.15 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.IfE3QhwuvU/registry/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1df94c291fa3c93b -C extra-filename=-1df94c291fa3c93b --out-dir /tmp/tmp.IfE3QhwuvU/target/debug/build/paste-1df94c291fa3c93b -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --cap-lints warn` 298s Compiling pin-project-lite v0.2.13 298s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=pin_project_lite CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/pin-project-lite-0.2.13 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/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. 298s ' 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.IfE3QhwuvU/target/debug/deps rustc --crate-name pin_project_lite --edition=2018 /tmp/tmp.IfE3QhwuvU/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.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 298s warning: `pin-project-lite` (lib) generated 1 warning (1 duplicate) 298s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/paste-1.0.15 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/paste-1.0.15/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Macros for all your token pasting needs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=paste CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/paste' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.15 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.IfE3QhwuvU/target/debug/deps:/tmp/tmp.IfE3QhwuvU/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.IfE3QhwuvU/target/debug/build/paste-93337411b64beae9/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.IfE3QhwuvU/target/debug/build/paste-1df94c291fa3c93b/build-script-build` 298s [paste 1.0.15] cargo:rerun-if-changed=build.rs 298s [paste 1.0.15] cargo:rustc-check-cfg=cfg(no_literal_fromstr) 298s [paste 1.0.15] cargo:rustc-check-cfg=cfg(feature, values("protocol_feature_paste")) 298s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/gio-sys-0.20.8 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/gio-sys-0.20.8/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libgio-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gio-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.IfE3QhwuvU/target/debug/deps:/tmp/tmp.IfE3QhwuvU/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/build/gio-sys-0011c5829155f9ef/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.IfE3QhwuvU/target/debug/build/gio-sys-fa8bb799a92b9aec/build-script-build` 298s [gio-sys 0.20.8] cargo:rerun-if-changed=/tmp/tmp.IfE3QhwuvU/registry/gio-sys-0.20.8/Cargo.toml 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=GIO_2.0_NO_PKG_CONFIG 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSROOT 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 298s [gio-sys 0.20.8] cargo:rustc-link-lib=gio-2.0 298s [gio-sys 0.20.8] cargo:rustc-link-lib=gobject-2.0 298s [gio-sys 0.20.8] cargo:rustc-link-lib=glib-2.0 298s [gio-sys 0.20.8] cargo:include=/usr/include:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6:/usr/include/libmount:/usr/include/blkid 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_LIB 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_LIB_FRAMEWORK 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_SEARCH_NATIVE 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_SEARCH_FRAMEWORK 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_INCLUDE 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_LDFLAGS 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_NO_PKG_CONFIG 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_BUILD_INTERNAL 298s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_LINK 298s [gio-sys 0.20.8] 298s [gio-sys 0.20.8] cargo:rustc-cfg=system_deps_have_gio_2_0 298s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_V1_14_1=1 CARGO_FEATURE_V1_14_3=1 CARGO_FEATURE_V1_16=1 CARGO_FEATURE_V1_18=1 CARGO_FEATURE_V1_20=1 CARGO_FEATURE_V1_22=1 CARGO_FEATURE_V1_24=1 CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/gstreamer-base-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/gstreamer-base-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstbase-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-base-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.IfE3QhwuvU/target/debug/deps:/tmp/tmp.IfE3QhwuvU/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/build/gstreamer-base-sys-5b2885fccb8184fd/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.IfE3QhwuvU/target/debug/build/gstreamer-base-sys-5e43ac41b1475929/build-script-build` 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-changed=/tmp/tmp.IfE3QhwuvU/registry/gstreamer-base-sys-0.23.0/Cargo.toml 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=GSTREAMER_BASE_1.0_NO_PKG_CONFIG 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSROOT 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 298s [gstreamer-base-sys 0.23.0] cargo:rustc-link-lib=gstbase-1.0 298s [gstreamer-base-sys 0.23.0] cargo:rustc-link-lib=gstreamer-1.0 298s [gstreamer-base-sys 0.23.0] cargo:rustc-link-lib=gobject-2.0 298s [gstreamer-base-sys 0.23.0] cargo:rustc-link-lib=glib-2.0 298s [gstreamer-base-sys 0.23.0] cargo:include=/usr/include/gstreamer-1.0:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6:/usr/include 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_LIB 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_LIB_FRAMEWORK 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_SEARCH_NATIVE 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_SEARCH_FRAMEWORK 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_INCLUDE 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_LDFLAGS 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_NO_PKG_CONFIG 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_BUILD_INTERNAL 298s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_LINK 298s [gstreamer-base-sys 0.23.0] 298s [gstreamer-base-sys 0.23.0] cargo:rustc-cfg=system_deps_have_gstreamer_base_1_0 298s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_traits CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps OUT_DIR=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/build/num-traits-e7e75256e08cb60b/out rustc --crate-name num_traits --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=7a252d39be81ec7b -C extra-filename=-7a252d39be81ec7b --out-dir /tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg has_total_cmp` 298s warning: unexpected `cfg` condition name: `has_total_cmp` 298s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 298s | 298s 2305 | #[cfg(has_total_cmp)] 298s | ^^^^^^^^^^^^^ 298s ... 298s 2325 | totalorder_impl!(f64, i64, u64, 64); 298s | ----------------------------------- in this macro invocation 298s | 298s = 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` 298s = help: consider using a Cargo feature instead 298s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 298s [lints.rust] 298s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 298s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 298s = note: see for more information about checking conditional configuration 298s = note: `#[warn(unexpected_cfgs)]` on by default 298s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 298s 298s warning: unexpected `cfg` condition name: `has_total_cmp` 298s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 298s | 298s 2311 | #[cfg(not(has_total_cmp))] 298s | ^^^^^^^^^^^^^ 298s ... 298s 2325 | totalorder_impl!(f64, i64, u64, 64); 298s | ----------------------------------- in this macro invocation 298s | 298s = help: consider using a Cargo feature instead 298s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 298s [lints.rust] 298s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 298s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 298s = note: see for more information about checking conditional configuration 298s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 298s 298s warning: unexpected `cfg` condition name: `has_total_cmp` 298s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 298s | 298s 2305 | #[cfg(has_total_cmp)] 298s | ^^^^^^^^^^^^^ 298s ... 298s 2326 | totalorder_impl!(f32, i32, u32, 32); 298s | ----------------------------------- in this macro invocation 298s | 298s = help: consider using a Cargo feature instead 298s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 298s [lints.rust] 298s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 298s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 298s = note: see for more information about checking conditional configuration 298s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 298s 298s warning: unexpected `cfg` condition name: `has_total_cmp` 298s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 298s | 298s 2311 | #[cfg(not(has_total_cmp))] 298s | ^^^^^^^^^^^^^ 298s ... 298s 2326 | totalorder_impl!(f32, i32, u32, 32); 298s | ----------------------------------- in this macro invocation 298s | 298s = help: consider using a Cargo feature instead 298s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 298s [lints.rust] 298s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 298s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 298s = note: see for more information about checking conditional configuration 298s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 298s 298s warning: `num-traits` (lib) generated 5 warnings (1 duplicate) 298s Compiling proc-macro-crate v3.2.0 298s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proc_macro_crate CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/proc-macro-crate-3.2.0 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/proc-macro-crate-3.2.0/Cargo.toml CARGO_PKG_AUTHORS='Bastian Köcher ' CARGO_PKG_DESCRIPTION='Replacement for crate (macro_rules keyword) in proc-macros 298s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro-crate CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bkchr/proc-macro-crate' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=3.2.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name proc_macro_crate --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/proc-macro-crate-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=76b8c9685ffc2762 -C extra-filename=-76b8c9685ffc2762 --out-dir /tmp/tmp.IfE3QhwuvU/target/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern toml_edit=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libtoml_edit-16e4204886ae364a.rmeta --cap-lints warn` 298s Compiling futures-macro v0.3.31 298s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_macro CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/futures-macro-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/futures-macro-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The futures-rs procedural macro implementations. 298s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-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.IfE3QhwuvU/target/debug/deps rustc --crate-name futures_macro --edition=2018 /tmp/tmp.IfE3QhwuvU/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.IfE3QhwuvU/target/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern proc_macro2=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 298s Compiling thiserror v1.0.69 298s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dd39d6a520033168 -C extra-filename=-dd39d6a520033168 --out-dir /tmp/tmp.IfE3QhwuvU/target/debug/build/thiserror-dd39d6a520033168 -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --cap-lints warn` 298s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.IfE3QhwuvU/target/debug/deps:/tmp/tmp.IfE3QhwuvU/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/build/thiserror-11349f755e8d8deb/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.IfE3QhwuvU/target/debug/build/thiserror-dd39d6a520033168/build-script-build` 298s [thiserror 1.0.69] cargo:rerun-if-changed=build/probe.rs 298s [thiserror 1.0.69] cargo:rustc-check-cfg=cfg(error_generic_member_access) 298s [thiserror 1.0.69] cargo:rustc-check-cfg=cfg(thiserror_nightly_testing) 298s [thiserror 1.0.69] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 298s Compiling glib-macros v0.20.7 298s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=glib_macros CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/glib-macros-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/glib-macros-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='Rust bindings for the GLib library, proc macros crate' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glib-macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name glib_macros --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/glib-macros-0.20.7/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=4f3a8fec6ed8d54d -C extra-filename=-4f3a8fec6ed8d54d --out-dir /tmp/tmp.IfE3QhwuvU/target/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern heck=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libheck-780ed41701172964.rlib --extern proc_macro_crate=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libproc_macro_crate-76b8c9685ffc2762.rlib --extern proc_macro2=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 298s Compiling futures-util v0.3.31 298s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_util CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/futures-util-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/futures-util-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Common utilities and extension traits for the futures-rs library. 298s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-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.IfE3QhwuvU/target/debug/deps rustc --crate-name futures_util --edition=2018 /tmp/tmp.IfE3QhwuvU/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=55ce86bb324f7494 -C extra-filename=-55ce86bb324f7494 --out-dir /tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern futures_core=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-8d305950da6bf5c8.rmeta --extern futures_macro=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libfutures_macro-ed93d4d24a8167bf.so --extern futures_task=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-47c3a7d17767e18f.rmeta --extern pin_project_lite=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libpin_project_lite-5dc815523e98d889.rmeta --extern pin_utils=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libpin_utils-9646380a39f6bb39.rmeta --extern slab=/tmp/tmp.IfE3QhwuvU/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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 299s warning: unexpected `cfg` condition value: `compat` 299s --> /usr/share/cargo/registry/futures-util-0.3.31/src/lib.rs:308:7 299s | 299s 308 | #[cfg(feature = "compat")] 299s | ^^^^^^^^^^^^^^^^^^ 299s | 299s = 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` 299s = help: consider adding `compat` as a feature in `Cargo.toml` 299s = note: see for more information about checking conditional configuration 299s = note: requested on the command line with `-W unexpected-cfgs` 299s 299s warning: unexpected `cfg` condition value: `compat` 299s --> /usr/share/cargo/registry/futures-util-0.3.31/src/future/try_future/mod.rs:6:7 299s | 299s 6 | #[cfg(feature = "compat")] 299s | ^^^^^^^^^^^^^^^^^^ 299s | 299s = 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` 299s = help: consider adding `compat` as a feature in `Cargo.toml` 299s = note: see for more information about checking conditional configuration 299s 299s warning: unexpected `cfg` condition value: `compat` 299s --> /usr/share/cargo/registry/futures-util-0.3.31/src/future/try_future/mod.rs:580:11 299s | 299s 580 | #[cfg(feature = "compat")] 299s | ^^^^^^^^^^^^^^^^^^ 299s | 299s = 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` 299s = help: consider adding `compat` as a feature in `Cargo.toml` 299s = note: see for more information about checking conditional configuration 299s 299s warning: unexpected `cfg` condition value: `compat` 299s --> /usr/share/cargo/registry/futures-util-0.3.31/src/stream/try_stream/mod.rs:6:7 299s | 299s 6 | #[cfg(feature = "compat")] 299s | ^^^^^^^^^^^^^^^^^^ 299s | 299s = 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` 299s = help: consider adding `compat` as a feature in `Cargo.toml` 299s = note: see for more information about checking conditional configuration 299s 299s warning: unexpected `cfg` condition value: `compat` 299s --> /usr/share/cargo/registry/futures-util-0.3.31/src/stream/try_stream/mod.rs:1154:11 299s | 299s 1154 | #[cfg(feature = "compat")] 299s | ^^^^^^^^^^^^^^^^^^ 299s | 299s = 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` 299s = help: consider adding `compat` as a feature in `Cargo.toml` 299s = note: see for more information about checking conditional configuration 299s 299s warning: unexpected `cfg` condition value: `compat` 299s --> /usr/share/cargo/registry/futures-util-0.3.31/src/task/spawn.rs:3:7 299s | 299s 3 | #[cfg(feature = "compat")] 299s | ^^^^^^^^^^^^^^^^^^ 299s | 299s = 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` 299s = help: consider adding `compat` as a feature in `Cargo.toml` 299s = note: see for more information about checking conditional configuration 299s 299s warning: unexpected `cfg` condition value: `compat` 299s --> /usr/share/cargo/registry/futures-util-0.3.31/src/task/spawn.rs:92:11 299s | 299s 92 | #[cfg(feature = "compat")] 299s | ^^^^^^^^^^^^^^^^^^ 299s | 299s = 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` 299s = help: consider adding `compat` as a feature in `Cargo.toml` 299s = note: see for more information about checking conditional configuration 299s 300s warning: `futures-util` (lib) generated 8 warnings (1 duplicate) 300s Compiling futures-executor v0.3.31 300s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_executor CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/futures-executor-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/futures-executor-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Executors for asynchronous tasks based on the futures-rs library. 300s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-executor CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name futures_executor --edition=2018 /tmp/tmp.IfE3QhwuvU/registry/futures-executor-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=c6cde650cf25c2af -C extra-filename=-c6cde650cf25c2af --out-dir /tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern futures_core=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-8d305950da6bf5c8.rmeta --extern futures_task=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-47c3a7d17767e18f.rmeta --extern futures_util=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libfutures_util-55ce86bb324f7494.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 300s warning: `futures-executor` (lib) generated 1 warning (1 duplicate) 300s Compiling thiserror-impl v1.0.69 300s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=thiserror_impl CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/thiserror-impl-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/thiserror-impl-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Implementation detail of the `thiserror` crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror-impl CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name thiserror_impl --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6bde6db1ff27963e -C extra-filename=-6bde6db1ff27963e --out-dir /tmp/tmp.IfE3QhwuvU/target/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern proc_macro2=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 302s Compiling num-integer v0.1.46 302s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_integer CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/num-integer-0.1.46 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/num-integer-0.1.46/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Integer traits and functions' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-integer' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-integer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-integer' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.1.46 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=46 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name num_integer --edition=2018 /tmp/tmp.IfE3QhwuvU/registry/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=370715ab210cefe0 -C extra-filename=-370715ab210cefe0 --out-dir /tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern num_traits=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libnum_traits-7a252d39be81ec7b.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 303s warning: `num-integer` (lib) generated 1 warning (1 duplicate) 303s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_base_sys CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/gstreamer-base-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/gstreamer-base-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstbase-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-base-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps OUT_DIR=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/build/gstreamer-base-sys-5b2885fccb8184fd/out rustc --crate-name gstreamer_base_sys --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/gstreamer-base-sys-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_14_1"' --cfg 'feature="v1_14_3"' --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_20"' --cfg 'feature="v1_22"' --cfg 'feature="v1_24"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_14_1", "v1_14_3", "v1_16", "v1_18", "v1_20", "v1_22", "v1_24", "v1_26"))' -C metadata=7a52ea1c610972b9 -C extra-filename=-7a52ea1c610972b9 --out-dir /tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern glib_sys=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern gobject_sys=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libgobject_sys-f020968d087cf1e8.rmeta --extern gstreamer_sys=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_sys-917e0f969fa2c790.rmeta --extern libc=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l gstbase-1.0 -l gstreamer-1.0 -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_gstreamer_base_1_0` 303s warning: `gstreamer-base-sys` (lib) generated 1 warning (1 duplicate) 303s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gio_sys CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/gio-sys-0.20.8 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/gio-sys-0.20.8/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libgio-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gio-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps OUT_DIR=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/build/gio-sys-0011c5829155f9ef/out rustc --crate-name gio_sys --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/gio-sys-0.20.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("v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82", "v2_84"))' -C metadata=4f5aba36840be9e4 -C extra-filename=-4f5aba36840be9e4 --out-dir /tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern glib_sys=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern gobject_sys=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libgobject_sys-f020968d087cf1e8.rmeta --extern libc=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l gio-2.0 -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_gio_2_0` 303s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=paste CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/paste-1.0.15 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/paste-1.0.15/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Macros for all your token pasting needs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=paste CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/paste' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.15 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps OUT_DIR=/tmp/tmp.IfE3QhwuvU/target/debug/build/paste-93337411b64beae9/out rustc --crate-name paste --edition=2018 /tmp/tmp.IfE3QhwuvU/registry/paste-1.0.15/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=bec0c7568d224633 -C extra-filename=-bec0c7568d224633 --out-dir /tmp/tmp.IfE3QhwuvU/target/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern proc_macro --cap-lints warn --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'` 304s Compiling futures-channel v0.3.31 304s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_channel CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/futures-channel-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/futures-channel-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Channels for asynchronous communication using futures-rs. 304s ' 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.IfE3QhwuvU/target/debug/deps rustc --crate-name futures_channel --edition=2018 /tmp/tmp.IfE3QhwuvU/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=8ed485ea134c933c -C extra-filename=-8ed485ea134c933c --out-dir /tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern futures_core=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-8d305950da6bf5c8.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 304s warning: `futures-channel` (lib) generated 1 warning (1 duplicate) 304s Compiling gstreamer-video-sys v0.23.0 304s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/gstreamer-video-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/gstreamer-video-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstvideo-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-video-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/gstreamer-video-sys-0.23.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_20"' --cfg 'feature="v1_22"' --cfg 'feature="v1_24"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_16", "v1_18", "v1_20", "v1_22", "v1_24", "v1_26"))' -C metadata=f0537b7d4637b9fc -C extra-filename=-f0537b7d4637b9fc --out-dir /tmp/tmp.IfE3QhwuvU/target/debug/build/gstreamer-video-sys-f0537b7d4637b9fc -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern system_deps=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 305s Compiling bitflags v2.6.0 305s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/bitflags-2.6.0 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/bitflags-2.6.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. 305s ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.6.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name bitflags --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=b46b0ecb4cb3caf0 -C extra-filename=-b46b0ecb4cb3caf0 --out-dir /tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 305s warning: `bitflags` (lib) generated 1 warning (1 duplicate) 305s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/smallvec-1.13.2 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/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.IfE3QhwuvU/target/debug/deps rustc --crate-name smallvec --edition=2018 /tmp/tmp.IfE3QhwuvU/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"' --cfg 'feature="write"' --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=e5db66a1c7c5bdd9 -C extra-filename=-e5db66a1c7c5bdd9 --out-dir /tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 305s warning: `smallvec` (lib) generated 1 warning (1 duplicate) 305s Compiling memchr v2.7.4 305s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/memchr-2.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/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 305s 1, 2 or 3 byte search and single substring search. 305s ' 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.IfE3QhwuvU/target/debug/deps rustc --crate-name memchr --edition=2021 /tmp/tmp.IfE3QhwuvU/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=944ab1891fd21906 -C extra-filename=-944ab1891fd21906 --out-dir /tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 305s warning: `gio-sys` (lib) generated 1 warning (1 duplicate) 305s Compiling either v1.13.0 305s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=either CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/either-1.13.0 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/either-1.13.0/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. 305s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=either CARGO_PKG_README=README-crates.io.md CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/either' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=1.13.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name either --edition=2018 /tmp/tmp.IfE3QhwuvU/registry/either-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=0c433bde77a4eceb -C extra-filename=-0c433bde77a4eceb --out-dir /tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 305s warning: `either` (lib) generated 1 warning (1 duplicate) 305s Compiling itertools v0.13.0 305s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=itertools CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/itertools-0.13.0 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/itertools-0.13.0/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='Extra iterator adaptors, iterator methods, free functions, and macros.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itertools CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-itertools/itertools' CARGO_PKG_RUST_VERSION=1.43.1 CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name itertools --edition=2018 /tmp/tmp.IfE3QhwuvU/registry/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=3fe74f4ee8f6c18a -C extra-filename=-3fe74f4ee8f6c18a --out-dir /tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern either=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libeither-0c433bde77a4eceb.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 305s warning: `memchr` (lib) generated 1 warning (1 duplicate) 305s Compiling glib v0.20.7 305s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=glib CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/glib-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/glib-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='Rust bindings for the GLib library' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glib CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name glib --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/glib-0.20.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="gio"' --cfg 'feature="gio-sys"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiletests", "default", "gio", "gio-sys", "log", "log_macros", "rs-log", "v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82", "v2_84"))' -C metadata=fd12ebb17a54b922 -C extra-filename=-fd12ebb17a54b922 --out-dir /tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern bitflags=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-b46b0ecb4cb3caf0.rmeta --extern futures_channel=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libfutures_channel-8ed485ea134c933c.rmeta --extern futures_core=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-8d305950da6bf5c8.rmeta --extern futures_executor=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libfutures_executor-c6cde650cf25c2af.rmeta --extern futures_task=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-47c3a7d17767e18f.rmeta --extern futures_util=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libfutures_util-55ce86bb324f7494.rmeta --extern gio_sys=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libgio_sys-4f5aba36840be9e4.rmeta --extern glib_macros=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libglib_macros-4f3a8fec6ed8d54d.so --extern glib_sys=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern gobject_sys=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libgobject_sys-f020968d087cf1e8.rmeta --extern libc=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --extern memchr=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-944ab1891fd21906.rmeta --extern smallvec=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libsmallvec-e5db66a1c7c5bdd9.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 307s warning: `itertools` (lib) generated 1 warning (1 duplicate) 307s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_V1_16=1 CARGO_FEATURE_V1_18=1 CARGO_FEATURE_V1_20=1 CARGO_FEATURE_V1_22=1 CARGO_FEATURE_V1_24=1 CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/gstreamer-video-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/gstreamer-video-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstvideo-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-video-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.IfE3QhwuvU/target/debug/deps:/tmp/tmp.IfE3QhwuvU/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/build/gstreamer-video-sys-e0141ba01b4c0b12/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.IfE3QhwuvU/target/debug/build/gstreamer-video-sys-f0537b7d4637b9fc/build-script-build` 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-changed=/tmp/tmp.IfE3QhwuvU/registry/gstreamer-video-sys-0.23.0/Cargo.toml 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=GSTREAMER_VIDEO_1.0_NO_PKG_CONFIG 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSROOT 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 307s [gstreamer-video-sys 0.23.0] cargo:rustc-link-lib=gstvideo-1.0 307s [gstreamer-video-sys 0.23.0] cargo:rustc-link-lib=gstbase-1.0 307s [gstreamer-video-sys 0.23.0] cargo:rustc-link-lib=gstreamer-1.0 307s [gstreamer-video-sys 0.23.0] cargo:rustc-link-lib=gobject-2.0 307s [gstreamer-video-sys 0.23.0] cargo:rustc-link-lib=glib-2.0 307s [gstreamer-video-sys 0.23.0] cargo:include=/usr/include/gstreamer-1.0:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6:/usr/include:/usr/include/orc-0.4 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_LIB 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_LIB_FRAMEWORK 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_SEARCH_NATIVE 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_SEARCH_FRAMEWORK 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_INCLUDE 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_LDFLAGS 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_NO_PKG_CONFIG 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_BUILD_INTERNAL 307s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_LINK 307s [gstreamer-video-sys 0.23.0] 307s [gstreamer-video-sys 0.23.0] cargo:rustc-cfg=system_deps_have_gstreamer_video_1_0 307s Compiling option-operations v0.5.0 307s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=option_operations CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/option-operations-0.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/option-operations-0.5.0/Cargo.toml CARGO_PKG_AUTHORS='François Laignel ' CARGO_PKG_DESCRIPTION='Traits and auto-implementations to improve arithmetic operations usability when dealing with `Option`s.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=option-operations CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fengalin/option-operations' CARGO_PKG_RUST_VERSION=1.53 CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name option_operations --edition=2018 /tmp/tmp.IfE3QhwuvU/registry/option-operations-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1dc6dcd30c150e23 -C extra-filename=-1dc6dcd30c150e23 --out-dir /tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern paste=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libpaste-bec0c7568d224633.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 307s warning: `option-operations` (lib) generated 1 warning (1 duplicate) 307s Compiling num-rational v0.4.2 307s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_rational CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/num-rational-0.4.2 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/num-rational-0.4.2/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Rational numbers implementation for Rust' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-rational' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-rational CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-rational' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.4.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name num_rational --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/num-rational-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=a27acfd458025a0a -C extra-filename=-a27acfd458025a0a --out-dir /tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern num_integer=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libnum_integer-370715ab210cefe0.rmeta --extern num_traits=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libnum_traits-7a252d39be81ec7b.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 308s warning: `num-rational` (lib) generated 1 warning (1 duplicate) 308s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps OUT_DIR=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/build/thiserror-11349f755e8d8deb/out rustc --crate-name thiserror --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1d6d6e164faa2b3a -C extra-filename=-1d6d6e164faa2b3a --out-dir /tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern thiserror_impl=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libthiserror_impl-6bde6db1ff27963e.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` 308s warning: `thiserror` (lib) generated 1 warning (1 duplicate) 308s Compiling muldiv v1.0.1 308s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=muldiv CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/muldiv-1.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/muldiv-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Provides a trait for numeric types to perform combined multiplication and 308s division with overflow protection 308s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=muldiv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sdroege/rust-muldiv' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name muldiv --edition=2018 /tmp/tmp.IfE3QhwuvU/registry/muldiv-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e8a06cbf19c21b9f -C extra-filename=-e8a06cbf19c21b9f --out-dir /tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 308s warning: `muldiv` (lib) generated 1 warning (1 duplicate) 308s Compiling cfg-if v1.0.0 308s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/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] 308s parameters. Structured like an if-else chain, the first matching branch is the 308s item that gets emitted. 308s ' 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.IfE3QhwuvU/target/debug/deps rustc --crate-name cfg_if --edition=2018 /tmp/tmp.IfE3QhwuvU/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.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 308s warning: `cfg-if` (lib) generated 1 warning (1 duplicate) 308s Compiling once_cell v1.20.2 308s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/once_cell-1.20.2 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/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.IfE3QhwuvU/target/debug/deps rustc --crate-name once_cell --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/once_cell-1.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=f9b984852945e4ac -C extra-filename=-f9b984852945e4ac --out-dir /tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 309s warning: `once_cell` (lib) generated 1 warning (1 duplicate) 309s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_video_sys CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/gstreamer-video-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/gstreamer-video-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstvideo-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-video-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps OUT_DIR=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/build/gstreamer-video-sys-e0141ba01b4c0b12/out rustc --crate-name gstreamer_video_sys --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/gstreamer-video-sys-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_20"' --cfg 'feature="v1_22"' --cfg 'feature="v1_24"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_16", "v1_18", "v1_20", "v1_22", "v1_24", "v1_26"))' -C metadata=326f7896b2ad2701 -C extra-filename=-326f7896b2ad2701 --out-dir /tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern glib_sys=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern gobject_sys=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libgobject_sys-f020968d087cf1e8.rmeta --extern gstreamer_base_sys=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_base_sys-7a52ea1c610972b9.rmeta --extern gstreamer_sys=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_sys-917e0f969fa2c790.rmeta --extern libc=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l gstvideo-1.0 -l gstbase-1.0 -l gstreamer-1.0 -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_gstreamer_video_1_0` 309s warning: `gstreamer-video-sys` (lib) generated 1 warning (1 duplicate) 309s Compiling gstreamer-play-sys v0.23.0 309s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/gstreamer-play-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/gstreamer-play-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstplay-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/gstreamer-play-sys-0.23.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_22"' --cfg 'feature="v1_24"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_22", "v1_24", "v1_26"))' -C metadata=aa3cac430e44fe19 -C extra-filename=-aa3cac430e44fe19 --out-dir /tmp/tmp.IfE3QhwuvU/target/debug/build/gstreamer-play-sys-aa3cac430e44fe19 -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern system_deps=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 309s Compiling atomic_refcell v0.1.13 309s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=atomic_refcell CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/atomic_refcell-0.1.13 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/atomic_refcell-0.1.13/Cargo.toml CARGO_PKG_AUTHORS='Bobby Holley ' CARGO_PKG_DESCRIPTION='Threadsafe RefCell' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=atomic_refcell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bholley/atomic_refcell' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name atomic_refcell --edition=2018 /tmp/tmp.IfE3QhwuvU/registry/atomic_refcell-0.1.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=c11d7f8025985512 -C extra-filename=-c11d7f8025985512 --out-dir /tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 310s warning: `atomic_refcell` (lib) generated 1 warning (1 duplicate) 310s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_V1_22=1 CARGO_FEATURE_V1_24=1 CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/gstreamer-play-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/gstreamer-play-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstplay-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.IfE3QhwuvU/target/debug/deps:/tmp/tmp.IfE3QhwuvU/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/build/gstreamer-play-sys-032033ca529d48e1/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.IfE3QhwuvU/target/debug/build/gstreamer-play-sys-aa3cac430e44fe19/build-script-build` 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-changed=/tmp/tmp.IfE3QhwuvU/registry/gstreamer-play-sys-0.23.0/Cargo.toml 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=GSTREAMER_PLAY_1.0_NO_PKG_CONFIG 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSROOT 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 310s [gstreamer-play-sys 0.23.0] cargo:rustc-link-lib=gstplay-1.0 310s [gstreamer-play-sys 0.23.0] cargo:rustc-link-lib=gstvideo-1.0 310s [gstreamer-play-sys 0.23.0] cargo:rustc-link-lib=gstbase-1.0 310s [gstreamer-play-sys 0.23.0] cargo:rustc-link-lib=gstreamer-1.0 310s [gstreamer-play-sys 0.23.0] cargo:rustc-link-lib=gobject-2.0 310s [gstreamer-play-sys 0.23.0] cargo:rustc-link-lib=glib-2.0 310s [gstreamer-play-sys 0.23.0] cargo:include=/usr/include/gstreamer-1.0:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6:/usr/include:/usr/include/orc-0.4 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_PLAY_1_0_LIB 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_PLAY_1_0_LIB_FRAMEWORK 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_PLAY_1_0_SEARCH_NATIVE 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_PLAY_1_0_SEARCH_FRAMEWORK 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_PLAY_1_0_INCLUDE 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_PLAY_1_0_LDFLAGS 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_PLAY_1_0_NO_PKG_CONFIG 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_PLAY_1_0_BUILD_INTERNAL 310s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_PLAY_1_0_LINK 310s [gstreamer-play-sys 0.23.0] 310s [gstreamer-play-sys 0.23.0] cargo:rustc-cfg=system_deps_have_gstreamer_play_1_0 310s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_play_sys CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/gstreamer-play-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/gstreamer-play-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstplay-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps OUT_DIR=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/build/gstreamer-play-sys-032033ca529d48e1/out rustc --crate-name gstreamer_play_sys --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/gstreamer-play-sys-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_22"' --cfg 'feature="v1_24"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_22", "v1_24", "v1_26"))' -C metadata=793591771ca4ff97 -C extra-filename=-793591771ca4ff97 --out-dir /tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern glib_sys=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern gobject_sys=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libgobject_sys-f020968d087cf1e8.rmeta --extern gstreamer_sys=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_sys-917e0f969fa2c790.rmeta --extern gstreamer_video_sys=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_video_sys-326f7896b2ad2701.rmeta --extern libc=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l gstplay-1.0 -l gstvideo-1.0 -l gstbase-1.0 -l gstreamer-1.0 -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_gstreamer_play_1_0` 310s warning: `gstreamer-play-sys` (lib) generated 1 warning (1 duplicate) 310s Compiling gir-format-check v0.1.3 310s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gir_format_check CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/gir-format-check-0.1.3 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/gir-format-check-0.1.3/Cargo.toml CARGO_PKG_AUTHORS='The Gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='File format checker' CARGO_PKG_HOMEPAGE='https://github.com/gtk-rs/gir-format-check' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gir-format-check CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gir-format-check' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name gir_format_check --edition=2015 /tmp/tmp.IfE3QhwuvU/registry/gir-format-check-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d80ba95d34ebb97b -C extra-filename=-d80ba95d34ebb97b --out-dir /tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 310s warning: `gir-format-check` (lib) generated 1 warning (1 duplicate) 312s Compiling gstreamer v0.23.1 312s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/gstreamer-0.23.1 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/gstreamer-0.23.1/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Rust bindings for GStreamer' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name gstreamer --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/gstreamer-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_20"' --cfg 'feature="v1_22"' --cfg 'feature="v1_24"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde_bytes", "v1_16", "v1_18", "v1_20", "v1_22", "v1_24", "v1_26"))' -C metadata=9815b9999d844438 -C extra-filename=-9815b9999d844438 --out-dir /tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern cfg_if=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern futures_channel=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libfutures_channel-8ed485ea134c933c.rmeta --extern futures_core=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-8d305950da6bf5c8.rmeta --extern futures_util=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libfutures_util-55ce86bb324f7494.rmeta --extern glib=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libglib-fd12ebb17a54b922.rmeta --extern gstreamer_sys=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_sys-917e0f969fa2c790.rmeta --extern itertools=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libitertools-3fe74f4ee8f6c18a.rmeta --extern libc=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --extern muldiv=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libmuldiv-e8a06cbf19c21b9f.rmeta --extern num_integer=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libnum_integer-370715ab210cefe0.rmeta --extern num_rational=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libnum_rational-a27acfd458025a0a.rmeta --extern once_cell=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libonce_cell-f9b984852945e4ac.rmeta --extern opt_ops=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/liboption_operations-1dc6dcd30c150e23.rmeta --extern paste=/tmp/tmp.IfE3QhwuvU/target/debug/deps/libpaste-bec0c7568d224633.so --extern pin_project_lite=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libpin_project_lite-5dc815523e98d889.rmeta --extern smallvec=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libsmallvec-e5db66a1c7c5bdd9.rmeta --extern thiserror=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libthiserror-1d6d6e164faa2b3a.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 314s warning: elided lifetime has a name 314s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 314s | 314s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 314s | -- lifetime `'a` declared here 314s ... 314s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 314s | ^ this elided lifetime gets resolved as `'a` 314s ... 314s 637 | / mini_object_wrapper!(MiniObject, MiniObjectRef, ffi::GstMiniObject, || { 314s 638 | | ffi::gst_mini_object_get_type() 314s 639 | | }); 314s | |__- in this macro invocation 314s | 314s = note: `#[warn(elided_named_lifetimes)]` on by default 314s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 314s 314s warning: elided lifetime has a name 314s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 314s | 314s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 314s | -- lifetime `'a` declared here 314s ... 314s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 314s | ^ this elided lifetime gets resolved as `'a` 314s | 314s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/message.rs:18:1 314s | 314s 18 | / mini_object_wrapper!(Message, MessageRef, ffi::GstMessage, || { 314s 19 | | ffi::gst_message_get_type() 314s 20 | | }); 314s | |__- in this macro invocation 314s | 314s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 314s 314s warning: elided lifetime has a name 314s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/structure.rs:261:50 314s | 314s 257 | impl<'a> ToGlibPtrMut<'a, *mut ffi::GstStructure> for Structure { 314s | -- lifetime `'a` declared here 314s ... 314s 261 | fn to_glib_none_mut(&'a mut self) -> StashMut<*mut ffi::GstStructure, Self> { 314s | ^ this elided lifetime gets resolved as `'a` 314s 314s warning: elided lifetime has a name 314s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 314s | 314s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 314s | -- lifetime `'a` declared here 314s ... 314s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 314s | ^ this elided lifetime gets resolved as `'a` 314s | 314s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/caps.rs:13:1 314s | 314s 13 | mini_object_wrapper!(Caps, CapsRef, ffi::GstCaps, || { ffi::gst_caps_get_type() }); 314s | ---------------------------------------------------------------------------------- in this macro invocation 314s | 314s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 314s 314s warning: elided lifetime has a name 314s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/caps_features.rs:213:50 314s | 314s 209 | impl<'a> ToGlibPtrMut<'a, *mut ffi::GstCapsFeatures> for CapsFeatures { 314s | -- lifetime `'a` declared here 314s ... 314s 213 | fn to_glib_none_mut(&'a mut self) -> StashMut<*mut ffi::GstCapsFeatures, Self> { 314s | ^ this elided lifetime gets resolved as `'a` 314s 314s warning: elided lifetime has a name 314s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 314s | 314s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 314s | -- lifetime `'a` declared here 314s ... 314s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 314s | ^ this elided lifetime gets resolved as `'a` 314s | 314s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/tags.rs:342:1 314s | 314s 342 | / mini_object_wrapper!(TagList, TagListRef, ffi::GstTagList, || { 314s 343 | | ffi::gst_tag_list_get_type() 314s 344 | | }); 314s | |__- in this macro invocation 314s | 314s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 314s 314s warning: elided lifetime has a name 314s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 314s | 314s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 314s | -- lifetime `'a` declared here 314s ... 314s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 314s | ^ this elided lifetime gets resolved as `'a` 314s | 314s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/buffer.rs:26:1 314s | 314s 26 | / mini_object_wrapper!(Buffer, BufferRef, ffi::GstBuffer, || { 314s 27 | | ffi::gst_buffer_get_type() 314s 28 | | }); 314s | |__- in this macro invocation 314s | 314s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 314s 314s warning: elided lifetime has a name 314s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 314s | 314s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 314s | -- lifetime `'a` declared here 314s ... 314s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 314s | ^ this elided lifetime gets resolved as `'a` 314s | 314s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/memory.rs:15:1 314s | 314s 15 | / mini_object_wrapper!(Memory, MemoryRef, ffi::GstMemory, || { 314s 16 | | ffi::gst_memory_get_type() 314s 17 | | }); 314s | |__- in this macro invocation 314s | 314s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 314s 314s warning: elided lifetime has a name 314s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 314s | 314s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 314s | -- lifetime `'a` declared here 314s ... 314s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 314s | ^ this elided lifetime gets resolved as `'a` 314s | 314s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/sample.rs:12:1 314s | 314s 12 | / mini_object_wrapper!(Sample, SampleRef, ffi::GstSample, || { 314s 13 | | ffi::gst_sample_get_type() 314s 14 | | }); 314s | |__- in this macro invocation 314s | 314s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 314s 314s warning: elided lifetime has a name 314s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 314s | 314s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 314s | -- lifetime `'a` declared here 314s ... 314s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 314s | ^ this elided lifetime gets resolved as `'a` 314s | 314s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/bufferlist.rs:13:1 314s | 314s 13 | / mini_object_wrapper!(BufferList, BufferListRef, ffi::GstBufferList, || { 314s 14 | | ffi::gst_buffer_list_get_type() 314s 15 | | }); 314s | |__- in this macro invocation 314s | 314s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 314s 314s warning: elided lifetime has a name 314s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 314s | 314s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 314s | -- lifetime `'a` declared here 314s ... 314s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 314s | ^ this elided lifetime gets resolved as `'a` 314s | 314s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/query.rs:19:1 314s | 314s 19 | / mini_object_wrapper!(Query, QueryRef, ffi::GstQuery, || { 314s 20 | | ffi::gst_query_get_type() 314s 21 | | }); 314s | |__- in this macro invocation 314s | 314s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 314s 314s warning: elided lifetime has a name 314s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 314s | 314s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 314s | -- lifetime `'a` declared here 314s ... 314s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 314s | ^ this elided lifetime gets resolved as `'a` 314s | 314s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/event.rs:151:1 314s | 314s 151 | / mini_object_wrapper!(Event, EventRef, ffi::GstEvent, || { 314s 152 | | ffi::gst_event_get_type() 314s 153 | | }); 314s | |__- in this macro invocation 314s | 314s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 314s 314s warning: elided lifetime has a name 314s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 314s | 314s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 314s | -- lifetime `'a` declared here 314s ... 314s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 314s | ^ this elided lifetime gets resolved as `'a` 314s | 314s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/context.rs:9:1 314s | 314s 9 | / mini_object_wrapper!(Context, ContextRef, ffi::GstContext, || { 314s 10 | | ffi::gst_context_get_type() 314s 11 | | }); 314s | |__- in this macro invocation 314s | 314s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 314s 314s warning: elided lifetime has a name 314s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 314s | 314s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 314s | -- lifetime `'a` declared here 314s ... 314s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 314s | ^ this elided lifetime gets resolved as `'a` 314s | 314s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/toc.rs:12:1 314s | 314s 12 | mini_object_wrapper!(Toc, TocRef, ffi::GstToc, || { ffi::gst_toc_get_type() }); 314s | ------------------------------------------------------------------------------ in this macro invocation 314s | 314s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 314s 314s warning: elided lifetime has a name 314s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 314s | 314s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 314s | -- lifetime `'a` declared here 314s ... 314s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 314s | ^ this elided lifetime gets resolved as `'a` 314s | 314s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/toc.rs:104:1 314s | 314s 104 | / mini_object_wrapper!(TocEntry, TocEntryRef, ffi::GstTocEntry, || { 314s 105 | | ffi::gst_toc_entry_get_type() 314s 106 | | }); 314s | |__- in this macro invocation 314s | 314s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 314s 314s warning: elided lifetime has a name 314s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/param_spec.rs:36:45 314s | 314s 36 | type BuilderFn = for<'a> fn(&'a str) -> ParamSpecFractionBuilder; 314s | -- ^^^^^^^^^^^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` 314s | | 314s | lifetime `'a` declared here 314s 314s warning: elided lifetime has a name 314s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/param_spec.rs:232:45 314s | 314s 232 | type BuilderFn = for<'a> fn(&'a str) -> ParamSpecArrayBuilder; 314s | -- ^^^^^^^^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` 314s | | 314s | lifetime `'a` declared here 314s 315s warning: `glib` (lib) generated 1 warning (1 duplicate) 321s Compiling gstreamer-base v0.23.1 321s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_base CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/gstreamer-base-0.23.1 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/gstreamer-base-0.23.1/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Rust bindings for GStreamer Base library' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-base CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name gstreamer_base --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/gstreamer-base-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="v1_14_1"' --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_20"' --cfg 'feature="v1_22"' --cfg 'feature="v1_24"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "v1_14_1", "v1_16", "v1_18", "v1_20", "v1_22", "v1_24", "v1_26"))' -C metadata=18681c4cb3250413 -C extra-filename=-18681c4cb3250413 --out-dir /tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern atomic_refcell=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libatomic_refcell-c11d7f8025985512.rmeta --extern cfg_if=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern glib=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libglib-fd12ebb17a54b922.rmeta --extern gst=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer-9815b9999d844438.rmeta --extern gstreamer_base_sys=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_base_sys-7a52ea1c610972b9.rmeta --extern libc=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 321s warning: elided lifetime has a name 321s --> /usr/share/cargo/registry/gstreamer-base-0.23.1/src/base_parse_frame.rs:56:58 321s | 321s 52 | impl<'a> ::glib::translate::ToGlibPtr<'a, *mut ffi::GstBaseParseFrame> for BaseParseFrame<'a> { 321s | -- lifetime `'a` declared here 321s ... 321s 56 | fn to_glib_none(&'a self) -> ::glib::translate::Stash<*mut ffi::GstBaseParseFrame, Self> { 321s | ^ this elided lifetime gets resolved as `'a` 321s | 321s = note: `#[warn(elided_named_lifetimes)]` on by default 321s 323s warning: `gstreamer-base` (lib) generated 2 warnings (1 duplicate) 323s Compiling gstreamer-video v0.23.0 323s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_video CARGO_MANIFEST_DIR=/tmp/tmp.IfE3QhwuvU/registry/gstreamer-video-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.IfE3QhwuvU/registry/gstreamer-video-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Rust bindings for GStreamer Video library' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-video CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name gstreamer_video --edition=2021 /tmp/tmp.IfE3QhwuvU/registry/gstreamer-video-0.23.0/src/lib.rs --error-format=json --json=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="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_20"' --cfg 'feature="v1_22"' --cfg 'feature="v1_24"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "v1_16", "v1_18", "v1_20", "v1_22", "v1_24", "v1_26"))' -C metadata=e70fc70fc3411807 -C extra-filename=-e70fc70fc3411807 --out-dir /tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern cfg_if=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern futures_channel=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libfutures_channel-8ed485ea134c933c.rmeta --extern glib=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libglib-fd12ebb17a54b922.rmeta --extern gst=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer-9815b9999d844438.rmeta --extern gst_base=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_base-18681c4cb3250413.rmeta --extern gstreamer_video_sys=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_video_sys-326f7896b2ad2701.rmeta --extern libc=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --extern once_cell=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libonce_cell-f9b984852945e4ac.rmeta --extern thiserror=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libthiserror-1d6d6e164faa2b3a.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 323s warning: elided lifetime has a name 323s --> /usr/share/cargo/registry/gstreamer-video-0.23.0/src/video_rectangle.rs:70:35 323s | 323s 64 | impl<'a> glib::translate::ToGlibPtrMut<'a, *mut ffi::GstVideoRectangle> for VideoRectangle { 323s | -- lifetime `'a` declared here 323s ... 323s 70 | ) -> glib::translate::StashMut<*mut ffi::GstVideoRectangle, Self> { 323s | ^ this elided lifetime gets resolved as `'a` 323s | 323s = note: `#[warn(elided_named_lifetimes)]` on by default 323s 323s warning: elided lifetime has a name 323s --> /usr/share/cargo/registry/gstreamer-video-0.23.0/src/video_buffer_pool.rs:94:39 323s | 323s 90 | impl<'a> ToGlibPtr<'a, *const ffi::GstVideoAlignment> for VideoAlignment { 323s | -- lifetime `'a` declared here 323s ... 323s 94 | fn to_glib_none(&'a self) -> Stash<*const ffi::GstVideoAlignment, Self> { 323s | ^ this elided lifetime gets resolved as `'a` 323s 326s warning: `gstreamer` (lib) generated 18 warnings (1 duplicate) 326s Compiling gstreamer-play v0.23.0 (/usr/share/cargo/registry/gstreamer-play-0.23.0) 326s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_play CARGO_MANIFEST_DIR=/usr/share/cargo/registry/gstreamer-play-0.23.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/gstreamer-play-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Rust bindings for GStreamer Play library' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name gstreamer_play --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_22"' --cfg 'feature="v1_24"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_22", "v1_24", "v1_26"))' -C metadata=d65ce653803b0eb2 -C extra-filename=-d65ce653803b0eb2 --out-dir /tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern glib=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libglib-fd12ebb17a54b922.rmeta --extern gst=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer-9815b9999d844438.rmeta --extern gstreamer_play_sys=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_play_sys-793591771ca4ff97.rmeta --extern gst_video=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_video-e70fc70fc3411807.rmeta --extern libc=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 327s warning: `gstreamer-play` (lib) generated 1 warning (1 duplicate) 327s warning: `gstreamer-video` (lib) generated 3 warnings (1 duplicate) 327s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=check_gir CARGO_MANIFEST_DIR=/usr/share/cargo/registry/gstreamer-play-0.23.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/gstreamer-play-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Rust bindings for GStreamer Play library' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_TARGET_TMPDIR=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/tmp LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name check_gir --edition=2021 tests/check_gir.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="v1_22"' --cfg 'feature="v1_24"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_22", "v1_24", "v1_26"))' -C metadata=4703450855f0fd67 -C extra-filename=-4703450855f0fd67 --out-dir /tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern gir_format_check=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libgir_format_check-d80ba95d34ebb97b.rlib --extern glib=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libglib-fd12ebb17a54b922.rlib --extern gst=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer-9815b9999d844438.rlib --extern gstreamer_play=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_play-d65ce653803b0eb2.rlib --extern gstreamer_play_sys=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_play_sys-793591771ca4ff97.rlib --extern gst_video=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_video-e70fc70fc3411807.rlib --extern libc=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rlib -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 327s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_play CARGO_MANIFEST_DIR=/usr/share/cargo/registry/gstreamer-play-0.23.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/gstreamer-play-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Rust bindings for GStreamer Play library' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.IfE3QhwuvU/target/debug/deps rustc --crate-name gstreamer_play --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="v1_22"' --cfg 'feature="v1_24"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_22", "v1_24", "v1_26"))' -C metadata=77adee60bb0888f4 -C extra-filename=-77adee60bb0888f4 --out-dir /tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.IfE3QhwuvU/target/debug/deps --extern gir_format_check=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libgir_format_check-d80ba95d34ebb97b.rlib --extern glib=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libglib-fd12ebb17a54b922.rlib --extern gst=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer-9815b9999d844438.rlib --extern gstreamer_play_sys=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_play_sys-793591771ca4ff97.rlib --extern gst_video=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_video-e70fc70fc3411807.rlib --extern libc=/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rlib -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.IfE3QhwuvU/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 328s warning: `gstreamer-play` (test "check_gir") generated 1 warning (1 duplicate) 329s warning: `gstreamer-play` (lib test) generated 1 warning (1 duplicate) 329s Finished `test` profile [unoptimized + debuginfo] target(s) in 46.47s 329s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/gstreamer-play-0.23.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/gstreamer-play-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Rust bindings for GStreamer Play library' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/gstreamer_play-77adee60bb0888f4` 329s 329s running 0 tests 329s 329s test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 329s 329s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/gstreamer-play-0.23.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/gstreamer-play-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Rust bindings for GStreamer Play library' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.IfE3QhwuvU/target/s390x-unknown-linux-gnu/debug/deps/check_gir-4703450855f0fd67` 329s 329s running 1 test 329s test check_gir_file ... ok 329s 329s test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 329s 329s /tmp/autopkgtest.dmjVuc/wrapper.sh: checking for leaked background processes... 329s /tmp/autopkgtest.dmjVuc/wrapper.sh: waiting for tee/cat subprocesses... 329s /tmp/autopkgtest.dmjVuc/wrapper.sh: cleaning up... 329s /tmp/autopkgtest.dmjVuc/wrapper.sh: Exit status: 0 329s autopkgtest: DBG: testbed command exited with code 0 329s autopkgtest [09:25:48]: test librust-gstreamer-play-dev:v1_24: -----------------------] 329s autopkgtest: DBG: testbed executing test finished with exit status 0 329s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev%3Av1_24-stdout /tmp/autopkgtest-work.5a1xqly7/out/librust-gstreamer-play-dev%3Av1_24-stdout 330s autopkgtest: DBG: got reply from testbed: ok 330s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev%3Av1_24-stderr /tmp/autopkgtest-work.5a1xqly7/out/librust-gstreamer-play-dev%3Av1_24-stderr 330s autopkgtest: DBG: got reply from testbed: ok 330s librust-gstreamer-play-dev:v1_24 PASS 330s autopkgtest [09:25:49]: test librust-gstreamer-play-dev:v1_24: - - - - - - - - - - results - - - - - - - - - - 330s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev%3Av1_24-artifacts/ /tmp/autopkgtest-work.5a1xqly7/out/artifacts/ 330s autopkgtest: DBG: got reply from testbed: ok 330s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:v1_24-artifacts', '/tmp/autopkgtest.dmjVuc/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 330s autopkgtest: DBG: testbed command exited with code 0 330s autopkgtest [09:25:49]: test librust-gstreamer-play-dev:v1_26: preparing testbed 330s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['dh-cargo (>= 18)', 'librust-gir-format-check-0.1+default-dev', 'librust-gstreamer-play-dev'], deps_new=['dh-cargo (>= 18)', 'librust-gir-format-check-0.1+default-dev', 'librust-gstreamer-play-dev'] 330s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 330s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 18)', 'librust-gir-format-check-0.1+default-dev', 'librust-gstreamer-play-dev'] 330s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 18), librust-gir-format-check-0.1+default-dev, librust-gstreamer-play-dev 330s autopkgtest: DBG: can use apt-get on testbed: True 330s 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-gir-format-check-0.1+default-dev, librust-gstreamer-play-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 331s Reading package lists... 331s Building dependency tree... 331s Reading state information... 331s Starting pkgProblemResolver with broken count: 0 331s Starting 2 pkgProblemResolver with broken count: 0 331s Done 331s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 331s autopkgtest: DBG: testbed command exited with code 0 331s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-gstreamer-play-dev'], kind short, sout pipe, serr pipe, env [] 331s autopkgtest: DBG: testbed command exited with code 0 331s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:v1_26-packages.all"], kind short, sout raw, serr pipe, env [] 331s autopkgtest: DBG: testbed command exited with code 0 331s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev%3Av1_26-packages.all /tmp/autopkgtest-work.5a1xqly7/out/librust-gstreamer-play-dev%3Av1_26-packages.all 332s autopkgtest: DBG: got reply from testbed: ok 332s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.dmjVuc/build.l0I/src'], kind short, sout raw, serr raw, env [] 332s autopkgtest: DBG: testbed command exited with code 0 332s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.dmjVuc/build.l0I/src already exists 332s autopkgtest [09:25:51]: test librust-gstreamer-play-dev:v1_26: /usr/share/cargo/bin/cargo-auto-test gstreamer-play 0.23.0 --all-targets --no-default-features --features v1_26 332s autopkgtest [09:25:51]: test librust-gstreamer-play-dev:v1_26: [----------------------- 332s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.dmjVuc/wrapper.sh --debug --artifacts=/tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:v1_26-artifacts --chdir=/tmp/autopkgtest.dmjVuc/build.l0I/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.dmjVuc/librust-gstreamer-play-dev:v1_26-stderr --stdout=/tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:v1_26-stdout --tmp=/tmp/autopkgtest.dmjVuc/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 gstreamer-play 0.23.0 --all-targets --no-default-features --features v1_26'"], kind test, sout raw, serr raw, env [] 332s /tmp/autopkgtest.dmjVuc/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:v1_26-artifacts 332s /tmp/autopkgtest.dmjVuc/wrapper.sh: changing to directory: /tmp/autopkgtest.dmjVuc/build.l0I/src 332s /tmp/autopkgtest.dmjVuc/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 332s /tmp/autopkgtest.dmjVuc/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 332s /tmp/autopkgtest.dmjVuc/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 332s /tmp/autopkgtest.dmjVuc/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 332s /tmp/autopkgtest.dmjVuc/wrapper.sh: setting environment: LANG=C.UTF-8 332s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LANGUAGE 332s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_ADDRESS 332s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_ALL 332s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_COLLATE 332s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_CTYPE 332s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_IDENTIFICATION 332s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_MEASUREMENT 332s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_MESSAGES 332s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_MONETARY 332s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_NAME 332s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_NUMERIC 332s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_PAPER 332s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_TELEPHONE 332s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_TIME 332s /tmp/autopkgtest.dmjVuc/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 332s /tmp/autopkgtest.dmjVuc/wrapper.sh: pretending to be a login shell 332s /tmp/autopkgtest.dmjVuc/wrapper.sh: will write standard error to /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:v1_26-stderr 332s /tmp/autopkgtest.dmjVuc/wrapper.sh: will write stdout to /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:v1_26-stdout 332s /tmp/autopkgtest.dmjVuc/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.dmjVuc/autopkgtest_tmp 332s /tmp/autopkgtest.dmjVuc/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 332s /tmp/autopkgtest.dmjVuc/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test gstreamer-play 0.23.0 --all-targets --no-default-features --features v1_26 332s /tmp/autopkgtest.dmjVuc/wrapper.sh: copying /tmp/tmp.hLSRNT3o5Y/out to stdout and file: /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:v1_26-stdout 332s /tmp/autopkgtest.dmjVuc/wrapper.sh: copying /tmp/tmp.hLSRNT3o5Y/err to standard error and file: /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:v1_26-stdout 332s /tmp/autopkgtest.dmjVuc/wrapper.sh: writing script pid 11540 to /tmp/autopkgtest_script_pid 332s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 332s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 332s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 332s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.5fmzcwgPvO/registry/ 332s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 332s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 332s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 332s 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', 'v1_26'],) {} 332s Compiling serde v1.0.217 332s Compiling equivalent v1.0.1 332s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/serde-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.5fmzcwgPvO/registry/serde-1.0.217/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=2b32d4e029565da2 -C extra-filename=-2b32d4e029565da2 --out-dir /tmp/tmp.5fmzcwgPvO/target/debug/build/serde-2b32d4e029565da2 -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --cap-lints warn` 332s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=equivalent CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/equivalent-1.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/equivalent-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Traits for key comparison in maps.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=equivalent CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/equivalent' CARGO_PKG_RUST_VERSION=1.6 CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name equivalent --edition=2015 /tmp/tmp.5fmzcwgPvO/registry/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a11b0a19a3bf2c19 -C extra-filename=-a11b0a19a3bf2c19 --out-dir /tmp/tmp.5fmzcwgPvO/target/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --cap-lints warn` 332s Compiling hashbrown v0.14.5 332s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/hashbrown-0.14.5 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/hashbrown-0.14.5/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.14.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name hashbrown --edition=2021 /tmp/tmp.5fmzcwgPvO/registry/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "raw", "rayon", "rustc-internal-api", "serde"))' -C metadata=e14e27c8ff208110 -C extra-filename=-e14e27c8ff208110 --out-dir /tmp/tmp.5fmzcwgPvO/target/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --cap-lints warn` 332s warning: unexpected `cfg` condition value: `nightly` 332s --> /tmp/tmp.5fmzcwgPvO/registry/hashbrown-0.14.5/src/lib.rs:14:5 332s | 332s 14 | feature = "nightly", 332s | ^^^^^^^^^^^^^^^^^^^ 332s | 332s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 332s = help: consider adding `nightly` as a feature in `Cargo.toml` 332s = note: see for more information about checking conditional configuration 332s = note: `#[warn(unexpected_cfgs)]` on by default 332s 332s warning: unexpected `cfg` condition value: `nightly` 332s --> /tmp/tmp.5fmzcwgPvO/registry/hashbrown-0.14.5/src/lib.rs:39:13 332s | 332s 39 | #![cfg_attr(feature = "nightly", warn(fuzzy_provenance_casts))] 332s | ^^^^^^^^^^^^^^^^^^^ 332s | 332s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 332s = help: consider adding `nightly` as a feature in `Cargo.toml` 332s = note: see for more information about checking conditional configuration 332s 332s warning: unexpected `cfg` condition value: `nightly` 332s --> /tmp/tmp.5fmzcwgPvO/registry/hashbrown-0.14.5/src/lib.rs:40:13 332s | 332s 40 | #![cfg_attr(feature = "nightly", allow(internal_features))] 332s | ^^^^^^^^^^^^^^^^^^^ 332s | 332s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 332s = help: consider adding `nightly` as a feature in `Cargo.toml` 332s = note: see for more information about checking conditional configuration 332s 332s warning: unexpected `cfg` condition value: `nightly` 332s --> /tmp/tmp.5fmzcwgPvO/registry/hashbrown-0.14.5/src/lib.rs:49:7 332s | 332s 49 | #[cfg(feature = "nightly")] 332s | ^^^^^^^^^^^^^^^^^^^ 332s | 332s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 332s = help: consider adding `nightly` as a feature in `Cargo.toml` 332s = note: see for more information about checking conditional configuration 332s 332s warning: unexpected `cfg` condition value: `nightly` 332s --> /tmp/tmp.5fmzcwgPvO/registry/hashbrown-0.14.5/src/macros.rs:59:7 332s | 332s 59 | #[cfg(feature = "nightly")] 332s | ^^^^^^^^^^^^^^^^^^^ 332s | 332s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 332s = help: consider adding `nightly` as a feature in `Cargo.toml` 332s = note: see for more information about checking conditional configuration 332s 332s warning: unexpected `cfg` condition value: `nightly` 332s --> /tmp/tmp.5fmzcwgPvO/registry/hashbrown-0.14.5/src/macros.rs:65:11 332s | 332s 65 | #[cfg(not(feature = "nightly"))] 332s | ^^^^^^^^^^^^^^^^^^^ 332s | 332s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 332s = help: consider adding `nightly` as a feature in `Cargo.toml` 332s = note: see for more information about checking conditional configuration 332s 332s warning: unexpected `cfg` condition value: `nightly` 332s --> /tmp/tmp.5fmzcwgPvO/registry/hashbrown-0.14.5/src/raw/mod.rs:53:11 332s | 332s 53 | #[cfg(not(feature = "nightly"))] 332s | ^^^^^^^^^^^^^^^^^^^ 332s | 332s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 332s = help: consider adding `nightly` as a feature in `Cargo.toml` 332s = note: see for more information about checking conditional configuration 332s 332s warning: unexpected `cfg` condition value: `nightly` 332s --> /tmp/tmp.5fmzcwgPvO/registry/hashbrown-0.14.5/src/raw/mod.rs:55:11 332s | 332s 55 | #[cfg(not(feature = "nightly"))] 332s | ^^^^^^^^^^^^^^^^^^^ 332s | 332s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 332s = help: consider adding `nightly` as a feature in `Cargo.toml` 332s = note: see for more information about checking conditional configuration 332s 332s warning: unexpected `cfg` condition value: `nightly` 332s --> /tmp/tmp.5fmzcwgPvO/registry/hashbrown-0.14.5/src/raw/mod.rs:57:7 332s | 332s 57 | #[cfg(feature = "nightly")] 332s | ^^^^^^^^^^^^^^^^^^^ 332s | 332s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 332s = help: consider adding `nightly` as a feature in `Cargo.toml` 332s = note: see for more information about checking conditional configuration 332s 332s warning: unexpected `cfg` condition value: `nightly` 332s --> /tmp/tmp.5fmzcwgPvO/registry/hashbrown-0.14.5/src/raw/mod.rs:3549:7 332s | 332s 3549 | #[cfg(feature = "nightly")] 332s | ^^^^^^^^^^^^^^^^^^^ 332s | 332s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 332s = help: consider adding `nightly` as a feature in `Cargo.toml` 332s = note: see for more information about checking conditional configuration 332s 332s warning: unexpected `cfg` condition value: `nightly` 332s --> /tmp/tmp.5fmzcwgPvO/registry/hashbrown-0.14.5/src/raw/mod.rs:3661:7 332s | 332s 3661 | #[cfg(feature = "nightly")] 332s | ^^^^^^^^^^^^^^^^^^^ 332s | 332s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 332s = help: consider adding `nightly` as a feature in `Cargo.toml` 332s = note: see for more information about checking conditional configuration 332s 332s warning: unexpected `cfg` condition value: `nightly` 332s --> /tmp/tmp.5fmzcwgPvO/registry/hashbrown-0.14.5/src/raw/mod.rs:3678:11 332s | 332s 3678 | #[cfg(not(feature = "nightly"))] 332s | ^^^^^^^^^^^^^^^^^^^ 332s | 332s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 332s = help: consider adding `nightly` as a feature in `Cargo.toml` 332s = note: see for more information about checking conditional configuration 332s 332s warning: unexpected `cfg` condition value: `nightly` 332s --> /tmp/tmp.5fmzcwgPvO/registry/hashbrown-0.14.5/src/raw/mod.rs:4304:7 332s | 332s 4304 | #[cfg(feature = "nightly")] 332s | ^^^^^^^^^^^^^^^^^^^ 332s | 332s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 332s = help: consider adding `nightly` as a feature in `Cargo.toml` 332s = note: see for more information about checking conditional configuration 332s 332s warning: unexpected `cfg` condition value: `nightly` 332s --> /tmp/tmp.5fmzcwgPvO/registry/hashbrown-0.14.5/src/raw/mod.rs:4319:11 332s | 332s 4319 | #[cfg(not(feature = "nightly"))] 332s | ^^^^^^^^^^^^^^^^^^^ 332s | 332s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 332s = help: consider adding `nightly` as a feature in `Cargo.toml` 332s = note: see for more information about checking conditional configuration 332s 332s warning: unexpected `cfg` condition value: `nightly` 332s --> /tmp/tmp.5fmzcwgPvO/registry/hashbrown-0.14.5/src/raw/alloc.rs:7:7 332s | 332s 7 | #[cfg(feature = "nightly")] 332s | ^^^^^^^^^^^^^^^^^^^ 332s | 332s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 332s = help: consider adding `nightly` as a feature in `Cargo.toml` 332s = note: see for more information about checking conditional configuration 332s 332s warning: unexpected `cfg` condition value: `nightly` 332s --> /tmp/tmp.5fmzcwgPvO/registry/hashbrown-0.14.5/src/raw/alloc.rs:28:15 332s | 332s 28 | #[cfg(all(not(feature = "nightly"), feature = "allocator-api2"))] 332s | ^^^^^^^^^^^^^^^^^^^ 332s | 332s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 332s = help: consider adding `nightly` as a feature in `Cargo.toml` 332s = note: see for more information about checking conditional configuration 332s 332s warning: unexpected `cfg` condition value: `nightly` 332s --> /tmp/tmp.5fmzcwgPvO/registry/hashbrown-0.14.5/src/raw/alloc.rs:51:15 332s | 332s 51 | #[cfg(not(any(feature = "nightly", feature = "allocator-api2")))] 332s | ^^^^^^^^^^^^^^^^^^^ 332s | 332s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 332s = help: consider adding `nightly` as a feature in `Cargo.toml` 332s = note: see for more information about checking conditional configuration 332s 332s warning: unexpected `cfg` condition value: `nightly` 332s --> /tmp/tmp.5fmzcwgPvO/registry/hashbrown-0.14.5/src/raw/mod.rs:944:32 332s | 332s 944 | #[cfg(any(feature = "raw", feature = "nightly"))] 332s | ^^^^^^^^^^^^^^^^^^^ 332s | 332s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 332s = help: consider adding `nightly` as a feature in `Cargo.toml` 332s = note: see for more information about checking conditional configuration 332s 332s warning: unexpected `cfg` condition value: `rkyv` 332s --> /tmp/tmp.5fmzcwgPvO/registry/hashbrown-0.14.5/src/external_trait_impls/mod.rs:3:7 332s | 332s 3 | #[cfg(feature = "rkyv")] 332s | ^^^^^^^^^^^^^^^^ 332s | 332s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 332s = help: consider adding `rkyv` as a feature in `Cargo.toml` 332s = note: see for more information about checking conditional configuration 332s 332s warning: unexpected `cfg` condition value: `nightly` 332s --> /tmp/tmp.5fmzcwgPvO/registry/hashbrown-0.14.5/src/map.rs:242:11 332s | 332s 242 | #[cfg(not(feature = "nightly"))] 332s | ^^^^^^^^^^^^^^^^^^^ 332s | 332s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 332s = help: consider adding `nightly` as a feature in `Cargo.toml` 332s = note: see for more information about checking conditional configuration 332s 332s warning: unexpected `cfg` condition value: `nightly` 332s --> /tmp/tmp.5fmzcwgPvO/registry/hashbrown-0.14.5/src/map.rs:255:7 332s | 332s 255 | #[cfg(feature = "nightly")] 332s | ^^^^^^^^^^^^^^^^^^^ 332s | 332s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 332s = help: consider adding `nightly` as a feature in `Cargo.toml` 332s = note: see for more information about checking conditional configuration 332s 332s warning: unexpected `cfg` condition value: `nightly` 332s --> /tmp/tmp.5fmzcwgPvO/registry/hashbrown-0.14.5/src/map.rs:6517:11 332s | 332s 6517 | #[cfg(feature = "nightly")] 332s | ^^^^^^^^^^^^^^^^^^^ 332s | 332s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 332s = help: consider adding `nightly` as a feature in `Cargo.toml` 332s = note: see for more information about checking conditional configuration 332s 332s warning: unexpected `cfg` condition value: `nightly` 332s --> /tmp/tmp.5fmzcwgPvO/registry/hashbrown-0.14.5/src/map.rs:6523:11 332s | 332s 6523 | #[cfg(feature = "nightly")] 332s | ^^^^^^^^^^^^^^^^^^^ 332s | 332s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 332s = help: consider adding `nightly` as a feature in `Cargo.toml` 332s = note: see for more information about checking conditional configuration 332s 332s warning: unexpected `cfg` condition value: `nightly` 332s --> /tmp/tmp.5fmzcwgPvO/registry/hashbrown-0.14.5/src/map.rs:6591:11 332s | 332s 6591 | #[cfg(feature = "nightly")] 332s | ^^^^^^^^^^^^^^^^^^^ 332s | 332s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 332s = help: consider adding `nightly` as a feature in `Cargo.toml` 332s = note: see for more information about checking conditional configuration 332s 332s warning: unexpected `cfg` condition value: `nightly` 332s --> /tmp/tmp.5fmzcwgPvO/registry/hashbrown-0.14.5/src/map.rs:6597:11 332s | 332s 6597 | #[cfg(feature = "nightly")] 332s | ^^^^^^^^^^^^^^^^^^^ 332s | 332s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 332s = help: consider adding `nightly` as a feature in `Cargo.toml` 332s = note: see for more information about checking conditional configuration 332s 332s warning: unexpected `cfg` condition value: `nightly` 332s --> /tmp/tmp.5fmzcwgPvO/registry/hashbrown-0.14.5/src/map.rs:6651:11 332s | 332s 6651 | #[cfg(feature = "nightly")] 332s | ^^^^^^^^^^^^^^^^^^^ 332s | 332s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 332s = help: consider adding `nightly` as a feature in `Cargo.toml` 332s = note: see for more information about checking conditional configuration 332s 332s warning: unexpected `cfg` condition value: `nightly` 332s --> /tmp/tmp.5fmzcwgPvO/registry/hashbrown-0.14.5/src/map.rs:6657:11 332s | 332s 6657 | #[cfg(feature = "nightly")] 332s | ^^^^^^^^^^^^^^^^^^^ 332s | 332s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 332s = help: consider adding `nightly` as a feature in `Cargo.toml` 332s = note: see for more information about checking conditional configuration 332s 332s warning: unexpected `cfg` condition value: `nightly` 332s --> /tmp/tmp.5fmzcwgPvO/registry/hashbrown-0.14.5/src/set.rs:1359:11 332s | 332s 1359 | #[cfg(feature = "nightly")] 332s | ^^^^^^^^^^^^^^^^^^^ 332s | 332s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 332s = help: consider adding `nightly` as a feature in `Cargo.toml` 332s = note: see for more information about checking conditional configuration 332s 332s warning: unexpected `cfg` condition value: `nightly` 332s --> /tmp/tmp.5fmzcwgPvO/registry/hashbrown-0.14.5/src/set.rs:1365:11 332s | 332s 1365 | #[cfg(feature = "nightly")] 332s | ^^^^^^^^^^^^^^^^^^^ 332s | 332s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 332s = help: consider adding `nightly` as a feature in `Cargo.toml` 332s = note: see for more information about checking conditional configuration 332s 332s warning: unexpected `cfg` condition value: `nightly` 332s --> /tmp/tmp.5fmzcwgPvO/registry/hashbrown-0.14.5/src/set.rs:1383:11 332s | 332s 1383 | #[cfg(feature = "nightly")] 332s | ^^^^^^^^^^^^^^^^^^^ 332s | 332s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 332s = help: consider adding `nightly` as a feature in `Cargo.toml` 332s = note: see for more information about checking conditional configuration 332s 332s warning: unexpected `cfg` condition value: `nightly` 332s --> /tmp/tmp.5fmzcwgPvO/registry/hashbrown-0.14.5/src/set.rs:1389:11 332s | 332s 1389 | #[cfg(feature = "nightly")] 332s | ^^^^^^^^^^^^^^^^^^^ 332s | 332s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 332s = help: consider adding `nightly` as a feature in `Cargo.toml` 332s = note: see for more information about checking conditional configuration 332s 333s 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_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/serde-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.5fmzcwgPvO/target/debug/deps:/tmp/tmp.5fmzcwgPvO/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.5fmzcwgPvO/target/debug/build/serde-c2bcebac22c6c694/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.5fmzcwgPvO/target/debug/build/serde-2b32d4e029565da2/build-script-build` 333s [serde 1.0.217] cargo:rerun-if-changed=build.rs 333s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_cstr) 333s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_error) 333s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_net) 333s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_num_saturating) 333s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_try_from) 333s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace) 333s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_float_copysign) 333s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_num_nonzero_signed) 333s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds) 333s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_serde_derive) 333s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic) 333s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic64) 333s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_systemtime_checked_add) 333s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_target_has_atomic) 333s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/serde-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps OUT_DIR=/tmp/tmp.5fmzcwgPvO/target/debug/build/serde-c2bcebac22c6c694/out rustc --crate-name serde --edition=2018 /tmp/tmp.5fmzcwgPvO/registry/serde-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=64c0851ac56a0ce1 -C extra-filename=-64c0851ac56a0ce1 --out-dir /tmp/tmp.5fmzcwgPvO/target/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --cap-lints warn --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` 333s warning: `hashbrown` (lib) generated 31 warnings 333s Compiling indexmap v2.7.0 333s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=indexmap CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/indexmap-2.7.0 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/indexmap-2.7.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/indexmap-rs/indexmap' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=2.7.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name indexmap --edition=2021 /tmp/tmp.5fmzcwgPvO/registry/indexmap-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "rayon", "serde", "std", "test_debug"))' -C metadata=1e18ac9265fbd6ac -C extra-filename=-1e18ac9265fbd6ac --out-dir /tmp/tmp.5fmzcwgPvO/target/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern equivalent=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libequivalent-a11b0a19a3bf2c19.rmeta --extern hashbrown=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libhashbrown-e14e27c8ff208110.rmeta --cap-lints warn` 333s warning: unexpected `cfg` condition value: `borsh` 333s --> /tmp/tmp.5fmzcwgPvO/registry/indexmap-2.7.0/src/lib.rs:117:7 333s | 333s 117 | #[cfg(feature = "borsh")] 333s | ^^^^^^^^^^^^^^^^^ 333s | 333s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 333s = help: consider adding `borsh` as a feature in `Cargo.toml` 333s = note: see for more information about checking conditional configuration 333s = note: `#[warn(unexpected_cfgs)]` on by default 333s 333s warning: unexpected `cfg` condition value: `rustc-rayon` 333s --> /tmp/tmp.5fmzcwgPvO/registry/indexmap-2.7.0/src/lib.rs:131:7 333s | 333s 131 | #[cfg(feature = "rustc-rayon")] 333s | ^^^^^^^^^^^^^^^^^^^^^^^ 333s | 333s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 333s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 333s = note: see for more information about checking conditional configuration 333s 333s warning: unexpected `cfg` condition value: `quickcheck` 333s --> /tmp/tmp.5fmzcwgPvO/registry/indexmap-2.7.0/src/arbitrary.rs:38:7 333s | 333s 38 | #[cfg(feature = "quickcheck")] 333s | ^^^^^^^^^^^^^^^^^^^^^^ 333s | 333s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 333s = help: consider adding `quickcheck` as a feature in `Cargo.toml` 333s = note: see for more information about checking conditional configuration 333s 333s warning: unexpected `cfg` condition value: `rustc-rayon` 333s --> /tmp/tmp.5fmzcwgPvO/registry/indexmap-2.7.0/src/macros.rs:128:30 333s | 333s 128 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 333s | ^^^^^^^^^^^^^^^^^^^^^^^ 333s | 333s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 333s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 333s = note: see for more information about checking conditional configuration 333s 333s warning: unexpected `cfg` condition value: `rustc-rayon` 333s --> /tmp/tmp.5fmzcwgPvO/registry/indexmap-2.7.0/src/macros.rs:153:30 333s | 333s 153 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 333s | ^^^^^^^^^^^^^^^^^^^^^^^ 333s | 333s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 333s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 333s = note: see for more information about checking conditional configuration 333s 333s warning: `indexmap` (lib) generated 5 warnings 333s Compiling winnow v0.6.18 333s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=winnow CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/winnow-0.6.18 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/winnow-0.6.18/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A byte-oriented, zero-copy, parser combinators library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=winnow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/winnow-rs/winnow' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=0.6.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name winnow --edition=2021 /tmp/tmp.5fmzcwgPvO/registry/winnow-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=0f17435733cfc3dc -C extra-filename=-0f17435733cfc3dc --out-dir /tmp/tmp.5fmzcwgPvO/target/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --cap-lints warn` 334s warning: unexpected `cfg` condition value: `debug` 334s --> /tmp/tmp.5fmzcwgPvO/registry/winnow-0.6.18/src/combinator/debug/mod.rs:1:13 334s | 334s 1 | #![cfg_attr(feature = "debug", allow(clippy::std_instead_of_core))] 334s | ^^^^^^^^^^^^^^^^^ 334s | 334s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 334s = help: consider adding `debug` as a feature in `Cargo.toml` 334s = note: see for more information about checking conditional configuration 334s = note: `#[warn(unexpected_cfgs)]` on by default 334s 334s warning: unexpected `cfg` condition value: `debug` 334s --> /tmp/tmp.5fmzcwgPvO/registry/winnow-0.6.18/src/combinator/debug/mod.rs:3:7 334s | 334s 3 | #[cfg(feature = "debug")] 334s | ^^^^^^^^^^^^^^^^^ 334s | 334s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 334s = help: consider adding `debug` as a feature in `Cargo.toml` 334s = note: see for more information about checking conditional configuration 334s 334s warning: unexpected `cfg` condition value: `debug` 334s --> /tmp/tmp.5fmzcwgPvO/registry/winnow-0.6.18/src/combinator/debug/mod.rs:37:16 334s | 334s 37 | #[cfg_attr(not(feature = "debug"), allow(unused_variables))] 334s | ^^^^^^^^^^^^^^^^^ 334s | 334s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 334s = help: consider adding `debug` as a feature in `Cargo.toml` 334s = note: see for more information about checking conditional configuration 334s 334s warning: unexpected `cfg` condition value: `debug` 334s --> /tmp/tmp.5fmzcwgPvO/registry/winnow-0.6.18/src/combinator/debug/mod.rs:38:16 334s | 334s 38 | #[cfg_attr(not(feature = "debug"), allow(unused_mut))] 334s | ^^^^^^^^^^^^^^^^^ 334s | 334s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 334s = help: consider adding `debug` as a feature in `Cargo.toml` 334s = note: see for more information about checking conditional configuration 334s 334s warning: unexpected `cfg` condition value: `debug` 334s --> /tmp/tmp.5fmzcwgPvO/registry/winnow-0.6.18/src/combinator/debug/mod.rs:39:16 334s | 334s 39 | #[cfg_attr(not(feature = "debug"), inline(always))] 334s | ^^^^^^^^^^^^^^^^^ 334s | 334s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 334s = help: consider adding `debug` as a feature in `Cargo.toml` 334s = note: see for more information about checking conditional configuration 334s 334s warning: unexpected `cfg` condition value: `debug` 334s --> /tmp/tmp.5fmzcwgPvO/registry/winnow-0.6.18/src/combinator/debug/mod.rs:54:16 334s | 334s 54 | #[cfg_attr(not(feature = "debug"), allow(unused_variables))] 334s | ^^^^^^^^^^^^^^^^^ 334s | 334s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 334s = help: consider adding `debug` as a feature in `Cargo.toml` 334s = note: see for more information about checking conditional configuration 334s 334s warning: unexpected `cfg` condition value: `debug` 334s --> /tmp/tmp.5fmzcwgPvO/registry/winnow-0.6.18/src/combinator/debug/mod.rs:79:7 334s | 334s 79 | #[cfg(feature = "debug")] 334s | ^^^^^^^^^^^^^^^^^ 334s | 334s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 334s = help: consider adding `debug` as a feature in `Cargo.toml` 334s = note: see for more information about checking conditional configuration 334s 334s warning: unexpected `cfg` condition value: `debug` 334s --> /tmp/tmp.5fmzcwgPvO/registry/winnow-0.6.18/src/combinator/debug/mod.rs:44:11 334s | 334s 44 | #[cfg(feature = "debug")] 334s | ^^^^^^^^^^^^^^^^^ 334s | 334s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 334s = help: consider adding `debug` as a feature in `Cargo.toml` 334s = note: see for more information about checking conditional configuration 334s 334s warning: unexpected `cfg` condition value: `debug` 334s --> /tmp/tmp.5fmzcwgPvO/registry/winnow-0.6.18/src/combinator/debug/mod.rs:48:15 334s | 334s 48 | #[cfg(not(feature = "debug"))] 334s | ^^^^^^^^^^^^^^^^^ 334s | 334s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 334s = help: consider adding `debug` as a feature in `Cargo.toml` 334s = note: see for more information about checking conditional configuration 334s 334s warning: unexpected `cfg` condition value: `debug` 334s --> /tmp/tmp.5fmzcwgPvO/registry/winnow-0.6.18/src/combinator/debug/mod.rs:59:11 334s | 334s 59 | #[cfg(feature = "debug")] 334s | ^^^^^^^^^^^^^^^^^ 334s | 334s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 334s = help: consider adding `debug` as a feature in `Cargo.toml` 334s = note: see for more information about checking conditional configuration 334s 335s warning: `winnow` (lib) generated 10 warnings 335s Compiling target-lexicon v0.12.14 335s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/target-lexicon-0.12.14 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/target-lexicon-0.12.14/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='Targeting utilities for compilers and related tools' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=target-lexicon CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/target-lexicon' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.5fmzcwgPvO/registry/target-lexicon-0.12.14/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=25364d17e185c4be -C extra-filename=-25364d17e185c4be --out-dir /tmp/tmp.5fmzcwgPvO/target/debug/build/target-lexicon-25364d17e185c4be -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --cap-lints warn` 335s warning: unexpected `cfg` condition value: `rust_1_40` 335s --> /tmp/tmp.5fmzcwgPvO/registry/target-lexicon-0.12.14/src/data_model.rs:43:12 335s | 335s 43 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 335s | ^^^^^^^^^^^^^^^^^^^^^ 335s | 335s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 335s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 335s = note: see for more information about checking conditional configuration 335s = note: `#[warn(unexpected_cfgs)]` on by default 335s 335s warning: unexpected `cfg` condition value: `rust_1_40` 335s --> /tmp/tmp.5fmzcwgPvO/registry/target-lexicon-0.12.14/src/triple.rs:55:12 335s | 335s 55 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 335s | ^^^^^^^^^^^^^^^^^^^^^ 335s | 335s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 335s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 335s = note: see for more information about checking conditional configuration 335s 335s warning: unexpected `cfg` condition value: `rust_1_40` 335s --> /tmp/tmp.5fmzcwgPvO/registry/target-lexicon-0.12.14/src/targets.rs:14:12 335s | 335s 14 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 335s | ^^^^^^^^^^^^^^^^^^^^^ 335s | 335s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 335s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 335s = note: see for more information about checking conditional configuration 335s 335s warning: unexpected `cfg` condition value: `rust_1_40` 335s --> /tmp/tmp.5fmzcwgPvO/registry/target-lexicon-0.12.14/src/targets.rs:57:12 335s | 335s 57 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 335s | ^^^^^^^^^^^^^^^^^^^^^ 335s | 335s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 335s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 335s = note: see for more information about checking conditional configuration 335s 335s warning: unexpected `cfg` condition value: `rust_1_40` 335s --> /tmp/tmp.5fmzcwgPvO/registry/target-lexicon-0.12.14/src/targets.rs:107:12 335s | 335s 107 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 335s | ^^^^^^^^^^^^^^^^^^^^^ 335s | 335s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 335s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 335s = note: see for more information about checking conditional configuration 335s 335s warning: unexpected `cfg` condition value: `rust_1_40` 335s --> /tmp/tmp.5fmzcwgPvO/registry/target-lexicon-0.12.14/src/targets.rs:386:12 335s | 335s 386 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 335s | ^^^^^^^^^^^^^^^^^^^^^ 335s | 335s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 335s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 335s = note: see for more information about checking conditional configuration 335s 335s warning: unexpected `cfg` condition value: `rust_1_40` 335s --> /tmp/tmp.5fmzcwgPvO/registry/target-lexicon-0.12.14/src/targets.rs:407:12 335s | 335s 407 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 335s | ^^^^^^^^^^^^^^^^^^^^^ 335s | 335s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 335s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 335s = note: see for more information about checking conditional configuration 335s 335s warning: unexpected `cfg` condition value: `rust_1_40` 335s --> /tmp/tmp.5fmzcwgPvO/registry/target-lexicon-0.12.14/src/targets.rs:436:12 335s | 335s 436 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 335s | ^^^^^^^^^^^^^^^^^^^^^ 335s | 335s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 335s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 335s = note: see for more information about checking conditional configuration 335s 335s warning: unexpected `cfg` condition value: `rust_1_40` 335s --> /tmp/tmp.5fmzcwgPvO/registry/target-lexicon-0.12.14/src/targets.rs:459:12 335s | 335s 459 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 335s | ^^^^^^^^^^^^^^^^^^^^^ 335s | 335s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 335s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 335s = note: see for more information about checking conditional configuration 335s 335s warning: unexpected `cfg` condition value: `rust_1_40` 335s --> /tmp/tmp.5fmzcwgPvO/registry/target-lexicon-0.12.14/src/targets.rs:482:12 335s | 335s 482 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 335s | ^^^^^^^^^^^^^^^^^^^^^ 335s | 335s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 335s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 335s = note: see for more information about checking conditional configuration 335s 335s warning: unexpected `cfg` condition value: `rust_1_40` 335s --> /tmp/tmp.5fmzcwgPvO/registry/target-lexicon-0.12.14/src/targets.rs:507:12 335s | 335s 507 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 335s | ^^^^^^^^^^^^^^^^^^^^^ 335s | 335s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 335s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 335s = note: see for more information about checking conditional configuration 335s 335s warning: unexpected `cfg` condition value: `rust_1_40` 335s --> /tmp/tmp.5fmzcwgPvO/registry/target-lexicon-0.12.14/src/targets.rs:566:12 335s | 335s 566 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 335s | ^^^^^^^^^^^^^^^^^^^^^ 335s | 335s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 335s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 335s = note: see for more information about checking conditional configuration 335s 335s warning: unexpected `cfg` condition value: `rust_1_40` 335s --> /tmp/tmp.5fmzcwgPvO/registry/target-lexicon-0.12.14/src/targets.rs:624:12 335s | 335s 624 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 335s | ^^^^^^^^^^^^^^^^^^^^^ 335s | 335s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 335s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 335s = note: see for more information about checking conditional configuration 335s 335s warning: unexpected `cfg` condition value: `rust_1_40` 335s --> /tmp/tmp.5fmzcwgPvO/registry/target-lexicon-0.12.14/src/targets.rs:719:12 335s | 335s 719 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 335s | ^^^^^^^^^^^^^^^^^^^^^ 335s | 335s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 335s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 335s = note: see for more information about checking conditional configuration 335s 335s warning: unexpected `cfg` condition value: `rust_1_40` 335s --> /tmp/tmp.5fmzcwgPvO/registry/target-lexicon-0.12.14/src/targets.rs:801:12 335s | 335s 801 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 335s | ^^^^^^^^^^^^^^^^^^^^^ 335s | 335s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 335s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 335s = note: see for more information about checking conditional configuration 335s 335s Compiling serde_spanned v0.6.7 335s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde_spanned CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/serde_spanned-0.6.7 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/serde_spanned-0.6.7/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Serde-compatible spanned Value' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_spanned CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.6.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name serde_spanned --edition=2021 /tmp/tmp.5fmzcwgPvO/registry/serde_spanned-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=bb6bf82fb8b7e3e2 -C extra-filename=-bb6bf82fb8b7e3e2 --out-dir /tmp/tmp.5fmzcwgPvO/target/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern serde=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libserde-64c0851ac56a0ce1.rmeta --cap-lints warn` 335s Compiling toml_datetime v0.6.8 335s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=toml_datetime CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/toml_datetime-0.6.8 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/toml_datetime-0.6.8/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A TOML-compatible datetime type' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_datetime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.6.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name toml_datetime --edition=2021 /tmp/tmp.5fmzcwgPvO/registry/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=f8a60bc8f4facc64 -C extra-filename=-f8a60bc8f4facc64 --out-dir /tmp/tmp.5fmzcwgPvO/target/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern serde=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libserde-64c0851ac56a0ce1.rmeta --cap-lints warn` 336s Compiling toml_edit v0.22.20 336s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=toml_edit CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/toml_edit-0.22.20 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/toml_edit-0.22.20/Cargo.toml CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name toml_edit --edition=2021 /tmp/tmp.5fmzcwgPvO/registry/toml_edit-0.22.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=16e4204886ae364a -C extra-filename=-16e4204886ae364a --out-dir /tmp/tmp.5fmzcwgPvO/target/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern indexmap=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libindexmap-1e18ac9265fbd6ac.rmeta --extern serde=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libserde-64c0851ac56a0ce1.rmeta --extern serde_spanned=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libserde_spanned-bb6bf82fb8b7e3e2.rmeta --extern toml_datetime=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libtoml_datetime-f8a60bc8f4facc64.rmeta --extern winnow=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libwinnow-0f17435733cfc3dc.rmeta --cap-lints warn` 336s warning: `target-lexicon` (build script) generated 15 warnings 336s 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_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/target-lexicon-0.12.14 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/target-lexicon-0.12.14/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='Targeting utilities for compilers and related tools' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=target-lexicon CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/target-lexicon' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.5fmzcwgPvO/target/debug/deps:/tmp/tmp.5fmzcwgPvO/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.5fmzcwgPvO/target/debug/build/target-lexicon-bcd17a2af3ef410c/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.5fmzcwgPvO/target/debug/build/target-lexicon-25364d17e185c4be/build-script-build` 336s [target-lexicon 0.12.14] cargo:rustc-cfg=feature="rust_1_40" 336s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=target_lexicon CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/target-lexicon-0.12.14 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/target-lexicon-0.12.14/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='Targeting utilities for compilers and related tools' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=target-lexicon CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/target-lexicon' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps OUT_DIR=/tmp/tmp.5fmzcwgPvO/target/debug/build/target-lexicon-bcd17a2af3ef410c/out rustc --crate-name target_lexicon --edition=2018 /tmp/tmp.5fmzcwgPvO/registry/target-lexicon-0.12.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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=3e1fae5fd9acfad5 -C extra-filename=-3e1fae5fd9acfad5 --out-dir /tmp/tmp.5fmzcwgPvO/target/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --cap-lints warn --cfg 'feature="rust_1_40"'` 336s warning: unexpected `cfg` condition value: `cargo-clippy` 336s --> /tmp/tmp.5fmzcwgPvO/registry/target-lexicon-0.12.14/src/lib.rs:6:5 336s | 336s 6 | feature = "cargo-clippy", 336s | ^^^^^^^^^^^^^^^^^^^^^^^^ 336s | 336s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 336s = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` 336s = note: see for more information about checking conditional configuration 336s = note: `#[warn(unexpected_cfgs)]` on by default 336s 336s warning: unexpected `cfg` condition value: `rust_1_40` 336s --> /tmp/tmp.5fmzcwgPvO/registry/target-lexicon-0.12.14/src/data_model.rs:43:12 336s | 336s 43 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 336s | ^^^^^^^^^^^^^^^^^^^^^ 336s | 336s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 336s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 336s = note: see for more information about checking conditional configuration 336s 336s warning: `target-lexicon` (lib) generated 16 warnings (14 duplicates) 336s Compiling heck v0.4.1 336s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=heck CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/heck-0.4.1 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/heck-0.4.1/Cargo.toml CARGO_PKG_AUTHORS='Without Boats ' CARGO_PKG_DESCRIPTION='heck is a case conversion library.' CARGO_PKG_HOMEPAGE='https://github.com/withoutboats/heck' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heck CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/withoutboats/heck' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name heck --edition=2018 /tmp/tmp.5fmzcwgPvO/registry/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=780ed41701172964 -C extra-filename=-780ed41701172964 --out-dir /tmp/tmp.5fmzcwgPvO/target/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --cap-lints warn` 336s Compiling smallvec v1.13.2 336s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/smallvec-1.13.2 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/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.5fmzcwgPvO/target/debug/deps rustc --crate-name smallvec --edition=2018 /tmp/tmp.5fmzcwgPvO/registry/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=f7f5371280a70ca7 -C extra-filename=-f7f5371280a70ca7 --out-dir /tmp/tmp.5fmzcwgPvO/target/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --cap-lints warn` 337s Compiling cfg-expr v0.15.8 337s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=cfg_expr CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/cfg-expr-0.15.8 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/cfg-expr-0.15.8/Cargo.toml CARGO_PKG_AUTHORS='Embark :Jake Shadle ' CARGO_PKG_DESCRIPTION='A parser and evaluator for Rust `cfg()` expressions.' CARGO_PKG_HOMEPAGE='https://github.com/EmbarkStudios/cfg-expr' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-expr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/EmbarkStudios/cfg-expr' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=0.15.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name cfg_expr --edition=2021 /tmp/tmp.5fmzcwgPvO/registry/cfg-expr-0.15.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="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=4c9dfc41aae878a8 -C extra-filename=-4c9dfc41aae878a8 --out-dir /tmp/tmp.5fmzcwgPvO/target/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern smallvec=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libsmallvec-f7f5371280a70ca7.rmeta --extern target_lexicon=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libtarget_lexicon-3e1fae5fd9acfad5.rmeta --cap-lints warn` 337s Compiling pkg-config v0.3.31 337s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=pkg_config CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/pkg-config-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/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 337s Cargo build scripts. 337s ' 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.5fmzcwgPvO/target/debug/deps rustc --crate-name pkg_config --edition=2018 /tmp/tmp.5fmzcwgPvO/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.5fmzcwgPvO/target/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --cap-lints warn` 337s warning: unreachable expression 337s --> /tmp/tmp.5fmzcwgPvO/registry/pkg-config-0.3.31/src/lib.rs:596:9 337s | 337s 592 | return true; 337s | ----------- any code following this expression is unreachable 337s ... 337s 596 | / match self.targeted_env_var("PKG_CONFIG_ALLOW_CROSS") { 337s 597 | | // don't use pkg-config if explicitly disabled 337s 598 | | Some(ref val) if val == "0" => false, 337s 599 | | Some(_) => true, 337s ... | 337s 605 | | } 337s 606 | | } 337s | |_________^ unreachable expression 337s | 337s = note: `#[warn(unreachable_code)]` on by default 337s 338s warning: `pkg-config` (lib) generated 1 warning 338s Compiling toml v0.8.19 338s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=toml CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/toml-0.8.19 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/toml-0.8.19/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A native Rust encoder and decoder of TOML-formatted files and streams. Provides 338s implementations of the standard Serialize/Deserialize traits for TOML data to 338s facilitate deserializing and serializing Rust structures. 338s ' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.8.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name toml --edition=2021 /tmp/tmp.5fmzcwgPvO/registry/toml-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=3dcb236086e4a66e -C extra-filename=-3dcb236086e4a66e --out-dir /tmp/tmp.5fmzcwgPvO/target/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern serde=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libserde-64c0851ac56a0ce1.rmeta --extern serde_spanned=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libserde_spanned-bb6bf82fb8b7e3e2.rmeta --extern toml_datetime=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libtoml_datetime-f8a60bc8f4facc64.rmeta --extern toml_edit=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libtoml_edit-16e4204886ae364a.rmeta --cap-lints warn` 338s warning: unused import: `std::fmt` 338s --> /tmp/tmp.5fmzcwgPvO/registry/toml-0.8.19/src/table.rs:1:5 338s | 338s 1 | use std::fmt; 338s | ^^^^^^^^ 338s | 338s = note: `#[warn(unused_imports)]` on by default 338s 339s warning: `toml` (lib) generated 1 warning 339s Compiling version-compare v0.1.1 339s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=version_compare CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/version-compare-0.1.1 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/version-compare-0.1.1/Cargo.toml CARGO_PKG_AUTHORS='Tim Visee <3a4fb3964f@sinenomine.email>' CARGO_PKG_DESCRIPTION='Rust library to easily compare version numbers with no specific format, and test against various comparison operators.' CARGO_PKG_HOMEPAGE='https://timvisee.com/projects/version-compare/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=version-compare CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/timvisee/version-compare' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name version_compare --edition=2018 /tmp/tmp.5fmzcwgPvO/registry/version-compare-0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ede63bb61298945c -C extra-filename=-ede63bb61298945c --out-dir /tmp/tmp.5fmzcwgPvO/target/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --cap-lints warn` 339s warning: unexpected `cfg` condition name: `tarpaulin` 339s --> /tmp/tmp.5fmzcwgPvO/registry/version-compare-0.1.1/src/cmp.rs:320:12 339s | 339s 320 | #[cfg_attr(tarpaulin, skip)] 339s | ^^^^^^^^^ 339s | 339s = 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` 339s = help: consider using a Cargo feature instead 339s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 339s [lints.rust] 339s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] } 339s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs` 339s = note: see for more information about checking conditional configuration 339s = note: `#[warn(unexpected_cfgs)]` on by default 339s 339s warning: unexpected `cfg` condition name: `tarpaulin` 339s --> /tmp/tmp.5fmzcwgPvO/registry/version-compare-0.1.1/src/compare.rs:66:12 339s | 339s 66 | #[cfg_attr(tarpaulin, skip)] 339s | ^^^^^^^^^ 339s | 339s = help: consider using a Cargo feature instead 339s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 339s [lints.rust] 339s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] } 339s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs` 339s = note: see for more information about checking conditional configuration 339s 339s warning: unexpected `cfg` condition name: `tarpaulin` 339s --> /tmp/tmp.5fmzcwgPvO/registry/version-compare-0.1.1/src/manifest.rs:58:12 339s | 339s 58 | #[cfg_attr(tarpaulin, skip)] 339s | ^^^^^^^^^ 339s | 339s = help: consider using a Cargo feature instead 339s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 339s [lints.rust] 339s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] } 339s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs` 339s = note: see for more information about checking conditional configuration 339s 339s warning: unexpected `cfg` condition name: `tarpaulin` 339s --> /tmp/tmp.5fmzcwgPvO/registry/version-compare-0.1.1/src/part.rs:34:12 339s | 339s 34 | #[cfg_attr(tarpaulin, skip)] 339s | ^^^^^^^^^ 339s | 339s = help: consider using a Cargo feature instead 339s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 339s [lints.rust] 339s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] } 339s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs` 339s = note: see for more information about checking conditional configuration 339s 339s warning: unexpected `cfg` condition name: `tarpaulin` 339s --> /tmp/tmp.5fmzcwgPvO/registry/version-compare-0.1.1/src/version.rs:462:12 339s | 339s 462 | #[cfg_attr(tarpaulin, skip)] 339s | ^^^^^^^^^ 339s | 339s = help: consider using a Cargo feature instead 339s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 339s [lints.rust] 339s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] } 339s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs` 339s = note: see for more information about checking conditional configuration 339s 339s warning: `version-compare` (lib) generated 5 warnings 339s Compiling system-deps v7.0.2 339s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=system_deps CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/system-deps-7.0.2 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/system-deps-7.0.2/Cargo.toml CARGO_PKG_AUTHORS='Guillaume Desmottes :Josh Triplett ' CARGO_PKG_DESCRIPTION='Discover and configure system dependencies from declarative dependencies in Cargo.toml' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=system-deps CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gdesmott/system-deps' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=7.0.2 CARGO_PKG_VERSION_MAJOR=7 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name system_deps --edition=2018 /tmp/tmp.5fmzcwgPvO/registry/system-deps-7.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=df5512f70260f2a1 -C extra-filename=-df5512f70260f2a1 --out-dir /tmp/tmp.5fmzcwgPvO/target/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern cfg_expr=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libcfg_expr-4c9dfc41aae878a8.rmeta --extern heck=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libheck-780ed41701172964.rmeta --extern pkg_config=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libpkg_config-f20a1c89e2145860.rmeta --extern toml=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libtoml-3dcb236086e4a66e.rmeta --extern version_compare=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libversion_compare-ede63bb61298945c.rmeta --cap-lints warn` 340s Compiling autocfg v1.1.0 340s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/autocfg-1.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/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.5fmzcwgPvO/target/debug/deps rustc --crate-name autocfg --edition=2015 /tmp/tmp.5fmzcwgPvO/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.5fmzcwgPvO/target/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --cap-lints warn` 340s Compiling proc-macro2 v1.0.92 340s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/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.5fmzcwgPvO/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.5fmzcwgPvO/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.5fmzcwgPvO/target/debug/build/proc-macro2-3832f39696f3f5db -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --cap-lints warn` 341s Compiling libc v0.2.169 341s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/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. 341s ' 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.5fmzcwgPvO/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.5fmzcwgPvO/registry/libc-0.2.169/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=281f50e119612eba -C extra-filename=-281f50e119612eba --out-dir /tmp/tmp.5fmzcwgPvO/target/debug/build/libc-281f50e119612eba -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --cap-lints warn` 341s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/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.5fmzcwgPvO/target/debug/deps:/tmp/tmp.5fmzcwgPvO/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.5fmzcwgPvO/target/debug/build/proc-macro2-b8c68c67c59c8657/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.5fmzcwgPvO/target/debug/build/proc-macro2-3832f39696f3f5db/build-script-build` 341s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(fuzzing) 341s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_is_available) 341s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_byte_character) 341s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_c_string) 341s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_source_text) 341s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(proc_macro_span) 341s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) 341s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) 341s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) 341s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(randomize_layout) 341s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(span_locations) 341s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(super_unstable) 341s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(wrap_proc_macro) 341s [proc-macro2 1.0.92] cargo:rerun-if-changed=build/probe.rs 341s [proc-macro2 1.0.92] cargo:rustc-cfg=wrap_proc_macro 341s [proc-macro2 1.0.92] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 341s Compiling unicode-ident v1.0.13 341s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/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.5fmzcwgPvO/target/debug/deps rustc --crate-name unicode_ident --edition=2018 /tmp/tmp.5fmzcwgPvO/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.5fmzcwgPvO/target/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --cap-lints warn` 341s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/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. 341s ' 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.5fmzcwgPvO/target/debug/deps:/tmp/tmp.5fmzcwgPvO/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/build/libc-3f83b68379fefaf9/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.5fmzcwgPvO/target/debug/build/libc-281f50e119612eba/build-script-build` 341s [libc 0.2.169] cargo:rerun-if-changed=build.rs 341s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/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.5fmzcwgPvO/target/debug/deps OUT_DIR=/tmp/tmp.5fmzcwgPvO/target/debug/build/proc-macro2-b8c68c67c59c8657/out rustc --crate-name proc_macro2 --edition=2021 /tmp/tmp.5fmzcwgPvO/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.5fmzcwgPvO/target/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern unicode_ident=/tmp/tmp.5fmzcwgPvO/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)'` 341s [libc 0.2.169] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION 341s [libc 0.2.169] cargo:rustc-cfg=freebsd11 341s [libc 0.2.169] cargo:rustc-cfg=libc_const_extern_fn 341s [libc 0.2.169] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) 341s [libc 0.2.169] cargo:rustc-check-cfg=cfg(espidf_time32) 341s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd10) 341s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd11) 341s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd12) 341s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd13) 341s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd14) 341s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd15) 341s [libc 0.2.169] cargo:rustc-check-cfg=cfg(gnu_time64_abi) 341s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) 341s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_deny_warnings) 341s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_thread_local) 341s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_ctest) 341s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) 341s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) 341s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) 341s Compiling glib-sys v0.20.7 341s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/glib-sys-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/glib-sys-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libglib-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glib-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.5fmzcwgPvO/registry/glib-sys-0.20.7/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("v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82", "v2_84"))' -C metadata=e76b494fc2db9ea9 -C extra-filename=-e76b494fc2db9ea9 --out-dir /tmp/tmp.5fmzcwgPvO/target/debug/build/glib-sys-e76b494fc2db9ea9 -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern system_deps=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 341s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/glib-sys-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/glib-sys-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libglib-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glib-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.5fmzcwgPvO/target/debug/deps:/tmp/tmp.5fmzcwgPvO/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/build/glib-sys-352789a9aca33e1d/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.5fmzcwgPvO/target/debug/build/glib-sys-e76b494fc2db9ea9/build-script-build` 341s [glib-sys 0.20.7] cargo:rerun-if-changed=/tmp/tmp.5fmzcwgPvO/registry/glib-sys-0.20.7/Cargo.toml 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=GLIB_2.0_NO_PKG_CONFIG 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSROOT 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=GOBJECT_2.0_NO_PKG_CONFIG 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSROOT 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 341s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 342s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 342s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 342s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 342s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 342s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 342s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 342s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 342s [glib-sys 0.20.7] cargo:rustc-link-lib=glib-2.0 342s [glib-sys 0.20.7] cargo:rustc-link-lib=gobject-2.0 342s [glib-sys 0.20.7] cargo:rustc-link-lib=glib-2.0 342s [glib-sys 0.20.7] cargo:include=/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6:/usr/include:/usr/include:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6 342s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 342s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 342s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_LIB 342s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_LIB_FRAMEWORK 342s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_SEARCH_NATIVE 342s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_SEARCH_FRAMEWORK 342s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_INCLUDE 342s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_LDFLAGS 342s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_NO_PKG_CONFIG 342s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_BUILD_INTERNAL 342s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_LINK 342s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LIB 342s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LIB_FRAMEWORK 342s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_SEARCH_NATIVE 342s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_SEARCH_FRAMEWORK 342s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_INCLUDE 342s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LDFLAGS 342s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_NO_PKG_CONFIG 342s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_BUILD_INTERNAL 342s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LINK 342s [glib-sys 0.20.7] 342s [glib-sys 0.20.7] cargo:rustc-cfg=system_deps_have_glib_2_0 342s [glib-sys 0.20.7] cargo:rustc-cfg=system_deps_have_gobject_2_0 342s Compiling quote v1.0.37 342s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/quote-1.0.37 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/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.5fmzcwgPvO/target/debug/deps rustc --crate-name quote --edition=2018 /tmp/tmp.5fmzcwgPvO/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.5fmzcwgPvO/target/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern proc_macro2=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --cap-lints warn` 342s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/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. 342s ' 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.5fmzcwgPvO/target/debug/deps OUT_DIR=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/build/libc-3f83b68379fefaf9/out rustc --crate-name libc --edition=2021 /tmp/tmp.5fmzcwgPvO/registry/libc-0.2.169/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=5c144d8f845513d1 -C extra-filename=-5c144d8f845513d1 --out-dir /tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.5fmzcwgPvO/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"))'` 342s Compiling gobject-sys v0.20.7 342s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/gobject-sys-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/gobject-sys-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libgobject-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gobject-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.5fmzcwgPvO/registry/gobject-sys-0.20.7/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("v2_58", "v2_62", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82"))' -C metadata=badf85930359f815 -C extra-filename=-badf85930359f815 --out-dir /tmp/tmp.5fmzcwgPvO/target/debug/build/gobject-sys-badf85930359f815 -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern system_deps=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 342s warning: unused import: `crate::ntptimeval` 342s --> /usr/share/cargo/registry/libc-0.2.169/src/unix/linux_like/linux/gnu/b64/mod.rs:5:5 342s | 342s 5 | use crate::ntptimeval; 342s | ^^^^^^^^^^^^^^^^^ 342s | 342s = note: `#[warn(unused_imports)]` on by default 342s 342s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/gobject-sys-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/gobject-sys-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libgobject-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gobject-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.5fmzcwgPvO/target/debug/deps:/tmp/tmp.5fmzcwgPvO/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/build/gobject-sys-28e6444424201f24/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.5fmzcwgPvO/target/debug/build/gobject-sys-badf85930359f815/build-script-build` 342s [gobject-sys 0.20.7] cargo:rerun-if-changed=/tmp/tmp.5fmzcwgPvO/registry/gobject-sys-0.20.7/Cargo.toml 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=GOBJECT_2.0_NO_PKG_CONFIG 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSROOT 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 342s [gobject-sys 0.20.7] cargo:rustc-link-lib=gobject-2.0 342s [gobject-sys 0.20.7] cargo:rustc-link-lib=glib-2.0 342s [gobject-sys 0.20.7] cargo:include=/usr/include:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LIB 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LIB_FRAMEWORK 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_SEARCH_NATIVE 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_SEARCH_FRAMEWORK 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_INCLUDE 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LDFLAGS 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_NO_PKG_CONFIG 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_BUILD_INTERNAL 342s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LINK 342s [gobject-sys 0.20.7] 342s [gobject-sys 0.20.7] cargo:rustc-cfg=system_deps_have_gobject_2_0 342s Compiling syn v2.0.96 342s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/syn-2.0.96 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/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.5fmzcwgPvO/target/debug/deps rustc --crate-name syn --edition=2021 /tmp/tmp.5fmzcwgPvO/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.5fmzcwgPvO/target/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern proc_macro2=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --extern quote=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libquote-dc92c6f25ee0f0c6.rmeta --extern unicode_ident=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn` 342s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 342s | 342s = note: this feature is not stably supported; its behavior can change in the future 342s 342s warning: `libc` (lib) generated 2 warnings 342s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=glib_sys CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/glib-sys-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/glib-sys-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libglib-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glib-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps OUT_DIR=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/build/glib-sys-352789a9aca33e1d/out rustc --crate-name glib_sys --edition=2021 /tmp/tmp.5fmzcwgPvO/registry/glib-sys-0.20.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82", "v2_84"))' -C metadata=04da964d550d191e -C extra-filename=-04da964d550d191e --out-dir /tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern libc=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l glib-2.0 -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_glib_2_0 --cfg system_deps_have_gobject_2_0` 343s warning: `glib-sys` (lib) generated 1 warning (1 duplicate) 343s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gobject_sys CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/gobject-sys-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/gobject-sys-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libgobject-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gobject-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps OUT_DIR=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/build/gobject-sys-28e6444424201f24/out rustc --crate-name gobject_sys --edition=2021 /tmp/tmp.5fmzcwgPvO/registry/gobject-sys-0.20.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v2_58", "v2_62", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82"))' -C metadata=f020968d087cf1e8 -C extra-filename=-f020968d087cf1e8 --out-dir /tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern glib_sys=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern libc=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_gobject_2_0` 343s warning: `gobject-sys` (lib) generated 1 warning (1 duplicate) 343s Compiling gstreamer-sys v0.23.0 343s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/gstreamer-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/gstreamer-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstreamer-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.5fmzcwgPvO/registry/gstreamer-sys-0.23.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_18_3"' --cfg 'feature="v1_20"' --cfg 'feature="v1_20_4"' --cfg 'feature="v1_22"' --cfg 'feature="v1_24"' --cfg 'feature="v1_26"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_16", "v1_18", "v1_18_3", "v1_20", "v1_20_4", "v1_22", "v1_24", "v1_26"))' -C metadata=1f37b6428d387d4b -C extra-filename=-1f37b6428d387d4b --out-dir /tmp/tmp.5fmzcwgPvO/target/debug/build/gstreamer-sys-1f37b6428d387d4b -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern system_deps=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 344s Compiling slab v0.4.9 344s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/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.5fmzcwgPvO/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.5fmzcwgPvO/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.5fmzcwgPvO/target/debug/build/slab-95cba3e02497b263 -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern autocfg=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libautocfg-9ebcd9511383083c.rlib --cap-lints warn` 344s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/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.5fmzcwgPvO/target/debug/deps:/tmp/tmp.5fmzcwgPvO/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/build/slab-2c89ee66d35953a1/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.5fmzcwgPvO/target/debug/build/slab-95cba3e02497b263/build-script-build` 344s [slab 0.4.9] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 344s [slab 0.4.9] | 344s [slab 0.4.9] = note: this feature is not stably supported; its behavior can change in the future 344s [slab 0.4.9] 344s [slab 0.4.9] warning: 1 warning emitted 344s [slab 0.4.9] 344s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_V1_16=1 CARGO_FEATURE_V1_18=1 CARGO_FEATURE_V1_18_3=1 CARGO_FEATURE_V1_20=1 CARGO_FEATURE_V1_20_4=1 CARGO_FEATURE_V1_22=1 CARGO_FEATURE_V1_24=1 CARGO_FEATURE_V1_26=1 CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/gstreamer-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/gstreamer-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstreamer-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.5fmzcwgPvO/target/debug/deps:/tmp/tmp.5fmzcwgPvO/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/build/gstreamer-sys-1d4998652f4ec36b/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.5fmzcwgPvO/target/debug/build/gstreamer-sys-1f37b6428d387d4b/build-script-build` 344s [gstreamer-sys 0.23.0] cargo:rerun-if-changed=/tmp/tmp.5fmzcwgPvO/registry/gstreamer-sys-0.23.0/Cargo.toml 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=GSTREAMER_1.0_NO_PKG_CONFIG 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSROOT 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 344s [gstreamer-sys 0.23.0] cargo:rustc-link-lib=gstreamer-1.0 344s [gstreamer-sys 0.23.0] cargo:rustc-link-lib=gobject-2.0 344s [gstreamer-sys 0.23.0] cargo:rustc-link-lib=glib-2.0 344s [gstreamer-sys 0.23.0] cargo:include=/usr/include/gstreamer-1.0:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6:/usr/include 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_LIB 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_LIB_FRAMEWORK 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_SEARCH_NATIVE 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_SEARCH_FRAMEWORK 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_INCLUDE 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_LDFLAGS 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_NO_PKG_CONFIG 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_BUILD_INTERNAL 344s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_LINK 344s [gstreamer-sys 0.23.0] 344s [gstreamer-sys 0.23.0] cargo:rustc-cfg=system_deps_have_gstreamer_1_0 344s Compiling num-traits v0.2.19 344s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.5fmzcwgPvO/registry/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=df063271a742dcb0 -C extra-filename=-df063271a742dcb0 --out-dir /tmp/tmp.5fmzcwgPvO/target/debug/build/num-traits-df063271a742dcb0 -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern autocfg=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libautocfg-9ebcd9511383083c.rlib --cap-lints warn` 344s Compiling futures-core v0.3.31 344s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_core CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/futures-core-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/futures-core-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The core traits and types in for the `futures` library. 344s ' 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.5fmzcwgPvO/target/debug/deps rustc --crate-name futures_core --edition=2018 /tmp/tmp.5fmzcwgPvO/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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=8d305950da6bf5c8 -C extra-filename=-8d305950da6bf5c8 --out-dir /tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 344s warning: `futures-core` (lib) generated 1 warning (1 duplicate) 344s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_I128=1 CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.5fmzcwgPvO/target/debug/deps:/tmp/tmp.5fmzcwgPvO/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/build/num-traits-e7e75256e08cb60b/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.5fmzcwgPvO/target/debug/build/num-traits-df063271a742dcb0/build-script-build` 344s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 344s [num-traits 0.2.19] | 344s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 344s [num-traits 0.2.19] 344s [num-traits 0.2.19] warning: 1 warning emitted 344s [num-traits 0.2.19] 344s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 344s [num-traits 0.2.19] | 344s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 344s [num-traits 0.2.19] 344s [num-traits 0.2.19] warning: 1 warning emitted 344s [num-traits 0.2.19] 344s [num-traits 0.2.19] cargo:rustc-cfg=has_total_cmp 344s [num-traits 0.2.19] cargo:rerun-if-changed=build.rs 344s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_sys CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/gstreamer-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/gstreamer-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstreamer-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps OUT_DIR=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/build/gstreamer-sys-1d4998652f4ec36b/out rustc --crate-name gstreamer_sys --edition=2021 /tmp/tmp.5fmzcwgPvO/registry/gstreamer-sys-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_18_3"' --cfg 'feature="v1_20"' --cfg 'feature="v1_20_4"' --cfg 'feature="v1_22"' --cfg 'feature="v1_24"' --cfg 'feature="v1_26"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_16", "v1_18", "v1_18_3", "v1_20", "v1_20_4", "v1_22", "v1_24", "v1_26"))' -C metadata=15e6cee28c986cd8 -C extra-filename=-15e6cee28c986cd8 --out-dir /tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern glib_sys=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern gobject_sys=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/libgobject_sys-f020968d087cf1e8.rmeta --extern libc=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l gstreamer-1.0 -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_gstreamer_1_0` 345s warning: `gstreamer-sys` (lib) generated 1 warning (1 duplicate) 345s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=slab CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/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.5fmzcwgPvO/target/debug/deps OUT_DIR=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/build/slab-2c89ee66d35953a1/out rustc --crate-name slab --edition=2018 /tmp/tmp.5fmzcwgPvO/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.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 345s warning: unexpected `cfg` condition name: `slab_no_const_vec_new` 345s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:250:15 345s | 345s 250 | #[cfg(not(slab_no_const_vec_new))] 345s | ^^^^^^^^^^^^^^^^^^^^^ 345s | 345s = 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` 345s = help: consider using a Cargo feature instead 345s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 345s [lints.rust] 345s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_const_vec_new)'] } 345s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_const_vec_new)");` to the top of the `build.rs` 345s = note: see for more information about checking conditional configuration 345s = note: `#[warn(unexpected_cfgs)]` on by default 345s 345s warning: unexpected `cfg` condition name: `slab_no_const_vec_new` 345s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:264:11 345s | 345s 264 | #[cfg(slab_no_const_vec_new)] 345s | ^^^^^^^^^^^^^^^^^^^^^ 345s | 345s = help: consider using a Cargo feature instead 345s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 345s [lints.rust] 345s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_const_vec_new)'] } 345s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_const_vec_new)");` to the top of the `build.rs` 345s = note: see for more information about checking conditional configuration 345s 345s warning: unexpected `cfg` condition name: `slab_no_track_caller` 345s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:929:20 345s | 345s 929 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 345s | ^^^^^^^^^^^^^^^^^^^^ 345s | 345s = help: consider using a Cargo feature instead 345s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 345s [lints.rust] 345s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 345s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 345s = note: see for more information about checking conditional configuration 345s 345s warning: unexpected `cfg` condition name: `slab_no_track_caller` 345s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1098:20 345s | 345s 1098 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 345s | ^^^^^^^^^^^^^^^^^^^^ 345s | 345s = help: consider using a Cargo feature instead 345s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 345s [lints.rust] 345s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 345s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 345s = note: see for more information about checking conditional configuration 345s 345s warning: unexpected `cfg` condition name: `slab_no_track_caller` 345s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1206:20 345s | 345s 1206 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 345s | ^^^^^^^^^^^^^^^^^^^^ 345s | 345s = help: consider using a Cargo feature instead 345s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 345s [lints.rust] 345s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 345s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 345s = note: see for more information about checking conditional configuration 345s 345s warning: unexpected `cfg` condition name: `slab_no_track_caller` 345s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1216:20 345s | 345s 1216 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 345s | ^^^^^^^^^^^^^^^^^^^^ 345s | 345s = help: consider using a Cargo feature instead 345s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 345s [lints.rust] 345s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 345s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 345s = note: see for more information about checking conditional configuration 345s 345s warning: `slab` (lib) generated 7 warnings (1 duplicate) 345s Compiling gstreamer-base-sys v0.23.0 345s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/gstreamer-base-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/gstreamer-base-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstbase-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-base-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.5fmzcwgPvO/registry/gstreamer-base-sys-0.23.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_14_1"' --cfg 'feature="v1_14_3"' --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_20"' --cfg 'feature="v1_22"' --cfg 'feature="v1_24"' --cfg 'feature="v1_26"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_14_1", "v1_14_3", "v1_16", "v1_18", "v1_20", "v1_22", "v1_24", "v1_26"))' -C metadata=b4860a1ecd1aeb1f -C extra-filename=-b4860a1ecd1aeb1f --out-dir /tmp/tmp.5fmzcwgPvO/target/debug/build/gstreamer-base-sys-b4860a1ecd1aeb1f -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern system_deps=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 346s Compiling gio-sys v0.20.8 346s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/gio-sys-0.20.8 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/gio-sys-0.20.8/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libgio-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gio-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.5fmzcwgPvO/registry/gio-sys-0.20.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("v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82", "v2_84"))' -C metadata=fa8bb799a92b9aec -C extra-filename=-fa8bb799a92b9aec --out-dir /tmp/tmp.5fmzcwgPvO/target/debug/build/gio-sys-fa8bb799a92b9aec -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern system_deps=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 346s Compiling pin-utils v0.1.0 346s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=pin_utils CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/pin-utils-0.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/pin-utils-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Josef Brandl ' CARGO_PKG_DESCRIPTION='Utilities for pinning 346s ' 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.5fmzcwgPvO/target/debug/deps rustc --crate-name pin_utils --edition=2018 /tmp/tmp.5fmzcwgPvO/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.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 346s warning: `pin-utils` (lib) generated 1 warning (1 duplicate) 346s Compiling pin-project-lite v0.2.13 346s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=pin_project_lite CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/pin-project-lite-0.2.13 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/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. 346s ' 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.5fmzcwgPvO/target/debug/deps rustc --crate-name pin_project_lite --edition=2018 /tmp/tmp.5fmzcwgPvO/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.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 346s warning: `pin-project-lite` (lib) generated 1 warning (1 duplicate) 346s Compiling paste v1.0.15 346s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/paste-1.0.15 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/paste-1.0.15/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Macros for all your token pasting needs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=paste CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/paste' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.15 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.5fmzcwgPvO/registry/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1df94c291fa3c93b -C extra-filename=-1df94c291fa3c93b --out-dir /tmp/tmp.5fmzcwgPvO/target/debug/build/paste-1df94c291fa3c93b -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --cap-lints warn` 346s Compiling futures-task v0.3.31 346s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_task CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/futures-task-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/futures-task-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Tools for working with tasks. 346s ' 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.5fmzcwgPvO/target/debug/deps rustc --crate-name futures_task --edition=2018 /tmp/tmp.5fmzcwgPvO/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.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 347s warning: `futures-task` (lib) generated 1 warning (1 duplicate) 347s 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_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/paste-1.0.15 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/paste-1.0.15/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Macros for all your token pasting needs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=paste CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/paste' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.15 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.5fmzcwgPvO/target/debug/deps:/tmp/tmp.5fmzcwgPvO/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.5fmzcwgPvO/target/debug/build/paste-93337411b64beae9/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.5fmzcwgPvO/target/debug/build/paste-1df94c291fa3c93b/build-script-build` 347s [paste 1.0.15] cargo:rerun-if-changed=build.rs 347s [paste 1.0.15] cargo:rustc-check-cfg=cfg(no_literal_fromstr) 347s [paste 1.0.15] cargo:rustc-check-cfg=cfg(feature, values("protocol_feature_paste")) 347s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/gio-sys-0.20.8 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/gio-sys-0.20.8/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libgio-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gio-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.5fmzcwgPvO/target/debug/deps:/tmp/tmp.5fmzcwgPvO/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/build/gio-sys-0011c5829155f9ef/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.5fmzcwgPvO/target/debug/build/gio-sys-fa8bb799a92b9aec/build-script-build` 347s [gio-sys 0.20.8] cargo:rerun-if-changed=/tmp/tmp.5fmzcwgPvO/registry/gio-sys-0.20.8/Cargo.toml 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=GIO_2.0_NO_PKG_CONFIG 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSROOT 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 347s [gio-sys 0.20.8] cargo:rustc-link-lib=gio-2.0 347s [gio-sys 0.20.8] cargo:rustc-link-lib=gobject-2.0 347s [gio-sys 0.20.8] cargo:rustc-link-lib=glib-2.0 347s [gio-sys 0.20.8] cargo:include=/usr/include:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6:/usr/include/libmount:/usr/include/blkid 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_LIB 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_LIB_FRAMEWORK 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_SEARCH_NATIVE 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_SEARCH_FRAMEWORK 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_INCLUDE 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_LDFLAGS 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_NO_PKG_CONFIG 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_BUILD_INTERNAL 347s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_LINK 347s [gio-sys 0.20.8] 347s [gio-sys 0.20.8] cargo:rustc-cfg=system_deps_have_gio_2_0 347s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_V1_14_1=1 CARGO_FEATURE_V1_14_3=1 CARGO_FEATURE_V1_16=1 CARGO_FEATURE_V1_18=1 CARGO_FEATURE_V1_20=1 CARGO_FEATURE_V1_22=1 CARGO_FEATURE_V1_24=1 CARGO_FEATURE_V1_26=1 CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/gstreamer-base-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/gstreamer-base-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstbase-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-base-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.5fmzcwgPvO/target/debug/deps:/tmp/tmp.5fmzcwgPvO/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/build/gstreamer-base-sys-fb06a61b08d940e1/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.5fmzcwgPvO/target/debug/build/gstreamer-base-sys-b4860a1ecd1aeb1f/build-script-build` 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-changed=/tmp/tmp.5fmzcwgPvO/registry/gstreamer-base-sys-0.23.0/Cargo.toml 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=GSTREAMER_BASE_1.0_NO_PKG_CONFIG 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSROOT 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 347s [gstreamer-base-sys 0.23.0] cargo:rustc-link-lib=gstbase-1.0 347s [gstreamer-base-sys 0.23.0] cargo:rustc-link-lib=gstreamer-1.0 347s [gstreamer-base-sys 0.23.0] cargo:rustc-link-lib=gobject-2.0 347s [gstreamer-base-sys 0.23.0] cargo:rustc-link-lib=glib-2.0 347s [gstreamer-base-sys 0.23.0] cargo:include=/usr/include/gstreamer-1.0:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6:/usr/include 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_LIB 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_LIB_FRAMEWORK 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_SEARCH_NATIVE 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_SEARCH_FRAMEWORK 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_INCLUDE 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_LDFLAGS 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_NO_PKG_CONFIG 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_BUILD_INTERNAL 347s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_LINK 347s [gstreamer-base-sys 0.23.0] 347s [gstreamer-base-sys 0.23.0] cargo:rustc-cfg=system_deps_have_gstreamer_base_1_0 347s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_traits CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps OUT_DIR=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/build/num-traits-e7e75256e08cb60b/out rustc --crate-name num_traits --edition=2021 /tmp/tmp.5fmzcwgPvO/registry/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=7a252d39be81ec7b -C extra-filename=-7a252d39be81ec7b --out-dir /tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg has_total_cmp` 347s warning: unexpected `cfg` condition name: `has_total_cmp` 347s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 347s | 347s 2305 | #[cfg(has_total_cmp)] 347s | ^^^^^^^^^^^^^ 347s ... 347s 2325 | totalorder_impl!(f64, i64, u64, 64); 347s | ----------------------------------- in this macro invocation 347s | 347s = 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` 347s = help: consider using a Cargo feature instead 347s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 347s [lints.rust] 347s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 347s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 347s = note: see for more information about checking conditional configuration 347s = note: `#[warn(unexpected_cfgs)]` on by default 347s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 347s 347s warning: unexpected `cfg` condition name: `has_total_cmp` 347s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 347s | 347s 2311 | #[cfg(not(has_total_cmp))] 347s | ^^^^^^^^^^^^^ 347s ... 347s 2325 | totalorder_impl!(f64, i64, u64, 64); 347s | ----------------------------------- in this macro invocation 347s | 347s = help: consider using a Cargo feature instead 347s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 347s [lints.rust] 347s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 347s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 347s = note: see for more information about checking conditional configuration 347s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 347s 347s warning: unexpected `cfg` condition name: `has_total_cmp` 347s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 347s | 347s 2305 | #[cfg(has_total_cmp)] 347s | ^^^^^^^^^^^^^ 347s ... 347s 2326 | totalorder_impl!(f32, i32, u32, 32); 347s | ----------------------------------- in this macro invocation 347s | 347s = help: consider using a Cargo feature instead 347s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 347s [lints.rust] 347s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 347s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 347s = note: see for more information about checking conditional configuration 347s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 347s 347s warning: unexpected `cfg` condition name: `has_total_cmp` 347s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 347s | 347s 2311 | #[cfg(not(has_total_cmp))] 347s | ^^^^^^^^^^^^^ 347s ... 347s 2326 | totalorder_impl!(f32, i32, u32, 32); 347s | ----------------------------------- in this macro invocation 347s | 347s = help: consider using a Cargo feature instead 347s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 347s [lints.rust] 347s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 347s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 347s = note: see for more information about checking conditional configuration 347s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 347s 347s warning: `num-traits` (lib) generated 5 warnings (1 duplicate) 347s Compiling proc-macro-crate v3.2.0 347s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proc_macro_crate CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/proc-macro-crate-3.2.0 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/proc-macro-crate-3.2.0/Cargo.toml CARGO_PKG_AUTHORS='Bastian Köcher ' CARGO_PKG_DESCRIPTION='Replacement for crate (macro_rules keyword) in proc-macros 347s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro-crate CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bkchr/proc-macro-crate' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=3.2.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name proc_macro_crate --edition=2021 /tmp/tmp.5fmzcwgPvO/registry/proc-macro-crate-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=76b8c9685ffc2762 -C extra-filename=-76b8c9685ffc2762 --out-dir /tmp/tmp.5fmzcwgPvO/target/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern toml_edit=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libtoml_edit-16e4204886ae364a.rmeta --cap-lints warn` 348s Compiling futures-macro v0.3.31 348s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_macro CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/futures-macro-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/futures-macro-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The futures-rs procedural macro implementations. 348s ' 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.5fmzcwgPvO/target/debug/deps rustc --crate-name futures_macro --edition=2018 /tmp/tmp.5fmzcwgPvO/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.5fmzcwgPvO/target/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern proc_macro2=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 348s Compiling thiserror v1.0.69 348s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.5fmzcwgPvO/registry/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dd39d6a520033168 -C extra-filename=-dd39d6a520033168 --out-dir /tmp/tmp.5fmzcwgPvO/target/debug/build/thiserror-dd39d6a520033168 -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --cap-lints warn` 348s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.5fmzcwgPvO/target/debug/deps:/tmp/tmp.5fmzcwgPvO/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/build/thiserror-11349f755e8d8deb/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.5fmzcwgPvO/target/debug/build/thiserror-dd39d6a520033168/build-script-build` 348s [thiserror 1.0.69] cargo:rerun-if-changed=build/probe.rs 348s [thiserror 1.0.69] cargo:rustc-check-cfg=cfg(error_generic_member_access) 348s [thiserror 1.0.69] cargo:rustc-check-cfg=cfg(thiserror_nightly_testing) 348s [thiserror 1.0.69] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 348s Compiling glib-macros v0.20.7 348s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=glib_macros CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/glib-macros-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/glib-macros-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='Rust bindings for the GLib library, proc macros crate' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glib-macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name glib_macros --edition=2021 /tmp/tmp.5fmzcwgPvO/registry/glib-macros-0.20.7/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=4f3a8fec6ed8d54d -C extra-filename=-4f3a8fec6ed8d54d --out-dir /tmp/tmp.5fmzcwgPvO/target/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern heck=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libheck-780ed41701172964.rlib --extern proc_macro_crate=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libproc_macro_crate-76b8c9685ffc2762.rlib --extern proc_macro2=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 349s Compiling futures-util v0.3.31 349s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_util CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/futures-util-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/futures-util-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Common utilities and extension traits for the futures-rs library. 349s ' 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.5fmzcwgPvO/target/debug/deps rustc --crate-name futures_util --edition=2018 /tmp/tmp.5fmzcwgPvO/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=55ce86bb324f7494 -C extra-filename=-55ce86bb324f7494 --out-dir /tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern futures_core=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-8d305950da6bf5c8.rmeta --extern futures_macro=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libfutures_macro-ed93d4d24a8167bf.so --extern futures_task=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-47c3a7d17767e18f.rmeta --extern pin_project_lite=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/libpin_project_lite-5dc815523e98d889.rmeta --extern pin_utils=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/libpin_utils-9646380a39f6bb39.rmeta --extern slab=/tmp/tmp.5fmzcwgPvO/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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 349s warning: unexpected `cfg` condition value: `compat` 349s --> /usr/share/cargo/registry/futures-util-0.3.31/src/lib.rs:308:7 349s | 349s 308 | #[cfg(feature = "compat")] 349s | ^^^^^^^^^^^^^^^^^^ 349s | 349s = 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` 349s = help: consider adding `compat` as a feature in `Cargo.toml` 349s = note: see for more information about checking conditional configuration 349s = note: requested on the command line with `-W unexpected-cfgs` 349s 349s warning: unexpected `cfg` condition value: `compat` 349s --> /usr/share/cargo/registry/futures-util-0.3.31/src/future/try_future/mod.rs:6:7 349s | 349s 6 | #[cfg(feature = "compat")] 349s | ^^^^^^^^^^^^^^^^^^ 349s | 349s = 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` 349s = help: consider adding `compat` as a feature in `Cargo.toml` 349s = note: see for more information about checking conditional configuration 349s 349s warning: unexpected `cfg` condition value: `compat` 349s --> /usr/share/cargo/registry/futures-util-0.3.31/src/future/try_future/mod.rs:580:11 349s | 349s 580 | #[cfg(feature = "compat")] 349s | ^^^^^^^^^^^^^^^^^^ 349s | 349s = 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` 349s = help: consider adding `compat` as a feature in `Cargo.toml` 349s = note: see for more information about checking conditional configuration 349s 349s warning: unexpected `cfg` condition value: `compat` 349s --> /usr/share/cargo/registry/futures-util-0.3.31/src/stream/try_stream/mod.rs:6:7 349s | 349s 6 | #[cfg(feature = "compat")] 349s | ^^^^^^^^^^^^^^^^^^ 349s | 349s = 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` 349s = help: consider adding `compat` as a feature in `Cargo.toml` 349s = note: see for more information about checking conditional configuration 349s 349s warning: unexpected `cfg` condition value: `compat` 349s --> /usr/share/cargo/registry/futures-util-0.3.31/src/stream/try_stream/mod.rs:1154:11 349s | 349s 1154 | #[cfg(feature = "compat")] 349s | ^^^^^^^^^^^^^^^^^^ 349s | 349s = 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` 349s = help: consider adding `compat` as a feature in `Cargo.toml` 349s = note: see for more information about checking conditional configuration 349s 349s warning: unexpected `cfg` condition value: `compat` 349s --> /usr/share/cargo/registry/futures-util-0.3.31/src/task/spawn.rs:3:7 349s | 349s 3 | #[cfg(feature = "compat")] 349s | ^^^^^^^^^^^^^^^^^^ 349s | 349s = 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` 349s = help: consider adding `compat` as a feature in `Cargo.toml` 349s = note: see for more information about checking conditional configuration 349s 349s warning: unexpected `cfg` condition value: `compat` 349s --> /usr/share/cargo/registry/futures-util-0.3.31/src/task/spawn.rs:92:11 349s | 349s 92 | #[cfg(feature = "compat")] 349s | ^^^^^^^^^^^^^^^^^^ 349s | 349s = 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` 349s = help: consider adding `compat` as a feature in `Cargo.toml` 349s = note: see for more information about checking conditional configuration 349s 350s warning: `futures-util` (lib) generated 8 warnings (1 duplicate) 350s Compiling futures-executor v0.3.31 350s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_executor CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/futures-executor-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/futures-executor-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Executors for asynchronous tasks based on the futures-rs library. 350s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-executor CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name futures_executor --edition=2018 /tmp/tmp.5fmzcwgPvO/registry/futures-executor-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=c6cde650cf25c2af -C extra-filename=-c6cde650cf25c2af --out-dir /tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern futures_core=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-8d305950da6bf5c8.rmeta --extern futures_task=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-47c3a7d17767e18f.rmeta --extern futures_util=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/libfutures_util-55ce86bb324f7494.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 351s warning: `futures-executor` (lib) generated 1 warning (1 duplicate) 351s Compiling thiserror-impl v1.0.69 351s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=thiserror_impl CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/thiserror-impl-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/thiserror-impl-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Implementation detail of the `thiserror` crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror-impl CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name thiserror_impl --edition=2021 /tmp/tmp.5fmzcwgPvO/registry/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6bde6db1ff27963e -C extra-filename=-6bde6db1ff27963e --out-dir /tmp/tmp.5fmzcwgPvO/target/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern proc_macro2=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 353s Compiling num-integer v0.1.46 353s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_integer CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/num-integer-0.1.46 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/num-integer-0.1.46/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Integer traits and functions' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-integer' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-integer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-integer' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.1.46 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=46 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name num_integer --edition=2018 /tmp/tmp.5fmzcwgPvO/registry/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=370715ab210cefe0 -C extra-filename=-370715ab210cefe0 --out-dir /tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern num_traits=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/libnum_traits-7a252d39be81ec7b.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 353s warning: `num-integer` (lib) generated 1 warning (1 duplicate) 353s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_base_sys CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/gstreamer-base-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/gstreamer-base-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstbase-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-base-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps OUT_DIR=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/build/gstreamer-base-sys-fb06a61b08d940e1/out rustc --crate-name gstreamer_base_sys --edition=2021 /tmp/tmp.5fmzcwgPvO/registry/gstreamer-base-sys-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_14_1"' --cfg 'feature="v1_14_3"' --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_20"' --cfg 'feature="v1_22"' --cfg 'feature="v1_24"' --cfg 'feature="v1_26"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_14_1", "v1_14_3", "v1_16", "v1_18", "v1_20", "v1_22", "v1_24", "v1_26"))' -C metadata=15bdce5c2cf7474a -C extra-filename=-15bdce5c2cf7474a --out-dir /tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern glib_sys=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern gobject_sys=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/libgobject_sys-f020968d087cf1e8.rmeta --extern gstreamer_sys=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_sys-15e6cee28c986cd8.rmeta --extern libc=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l gstbase-1.0 -l gstreamer-1.0 -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_gstreamer_base_1_0` 353s warning: `gstreamer-base-sys` (lib) generated 1 warning (1 duplicate) 353s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gio_sys CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/gio-sys-0.20.8 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/gio-sys-0.20.8/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libgio-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gio-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps OUT_DIR=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/build/gio-sys-0011c5829155f9ef/out rustc --crate-name gio_sys --edition=2021 /tmp/tmp.5fmzcwgPvO/registry/gio-sys-0.20.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("v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82", "v2_84"))' -C metadata=4f5aba36840be9e4 -C extra-filename=-4f5aba36840be9e4 --out-dir /tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern glib_sys=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern gobject_sys=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/libgobject_sys-f020968d087cf1e8.rmeta --extern libc=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l gio-2.0 -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_gio_2_0` 353s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=paste CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/paste-1.0.15 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/paste-1.0.15/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Macros for all your token pasting needs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=paste CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/paste' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.15 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps OUT_DIR=/tmp/tmp.5fmzcwgPvO/target/debug/build/paste-93337411b64beae9/out rustc --crate-name paste --edition=2018 /tmp/tmp.5fmzcwgPvO/registry/paste-1.0.15/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=bec0c7568d224633 -C extra-filename=-bec0c7568d224633 --out-dir /tmp/tmp.5fmzcwgPvO/target/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern proc_macro --cap-lints warn --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'` 354s Compiling futures-channel v0.3.31 354s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_channel CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/futures-channel-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/futures-channel-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Channels for asynchronous communication using futures-rs. 354s ' 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.5fmzcwgPvO/target/debug/deps rustc --crate-name futures_channel --edition=2018 /tmp/tmp.5fmzcwgPvO/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=8ed485ea134c933c -C extra-filename=-8ed485ea134c933c --out-dir /tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern futures_core=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-8d305950da6bf5c8.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 354s warning: `futures-channel` (lib) generated 1 warning (1 duplicate) 354s Compiling gstreamer-video-sys v0.23.0 354s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/gstreamer-video-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/gstreamer-video-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstvideo-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-video-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.5fmzcwgPvO/registry/gstreamer-video-sys-0.23.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_20"' --cfg 'feature="v1_22"' --cfg 'feature="v1_24"' --cfg 'feature="v1_26"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_16", "v1_18", "v1_20", "v1_22", "v1_24", "v1_26"))' -C metadata=8f5225171528ef33 -C extra-filename=-8f5225171528ef33 --out-dir /tmp/tmp.5fmzcwgPvO/target/debug/build/gstreamer-video-sys-8f5225171528ef33 -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern system_deps=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 355s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/smallvec-1.13.2 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/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.5fmzcwgPvO/target/debug/deps rustc --crate-name smallvec --edition=2018 /tmp/tmp.5fmzcwgPvO/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"' --cfg 'feature="write"' --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=e5db66a1c7c5bdd9 -C extra-filename=-e5db66a1c7c5bdd9 --out-dir /tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 355s warning: `smallvec` (lib) generated 1 warning (1 duplicate) 355s Compiling either v1.13.0 355s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=either CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/either-1.13.0 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/either-1.13.0/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. 355s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=either CARGO_PKG_README=README-crates.io.md CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/either' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=1.13.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name either --edition=2018 /tmp/tmp.5fmzcwgPvO/registry/either-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=0c433bde77a4eceb -C extra-filename=-0c433bde77a4eceb --out-dir /tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 355s warning: `gio-sys` (lib) generated 1 warning (1 duplicate) 355s Compiling bitflags v2.6.0 355s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/bitflags-2.6.0 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/bitflags-2.6.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. 355s ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.6.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name bitflags --edition=2021 /tmp/tmp.5fmzcwgPvO/registry/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=b46b0ecb4cb3caf0 -C extra-filename=-b46b0ecb4cb3caf0 --out-dir /tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 355s warning: `either` (lib) generated 1 warning (1 duplicate) 355s Compiling memchr v2.7.4 355s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/memchr-2.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/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 355s 1, 2 or 3 byte search and single substring search. 355s ' 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.5fmzcwgPvO/target/debug/deps rustc --crate-name memchr --edition=2021 /tmp/tmp.5fmzcwgPvO/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=944ab1891fd21906 -C extra-filename=-944ab1891fd21906 --out-dir /tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 355s warning: `bitflags` (lib) generated 1 warning (1 duplicate) 355s Compiling itertools v0.13.0 355s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=itertools CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/itertools-0.13.0 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/itertools-0.13.0/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='Extra iterator adaptors, iterator methods, free functions, and macros.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itertools CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-itertools/itertools' CARGO_PKG_RUST_VERSION=1.43.1 CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name itertools --edition=2018 /tmp/tmp.5fmzcwgPvO/registry/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=3fe74f4ee8f6c18a -C extra-filename=-3fe74f4ee8f6c18a --out-dir /tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern either=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/libeither-0c433bde77a4eceb.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 355s warning: `memchr` (lib) generated 1 warning (1 duplicate) 355s Compiling glib v0.20.7 355s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=glib CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/glib-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/glib-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='Rust bindings for the GLib library' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glib CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name glib --edition=2021 /tmp/tmp.5fmzcwgPvO/registry/glib-0.20.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="gio"' --cfg 'feature="gio-sys"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiletests", "default", "gio", "gio-sys", "log", "log_macros", "rs-log", "v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82", "v2_84"))' -C metadata=fd12ebb17a54b922 -C extra-filename=-fd12ebb17a54b922 --out-dir /tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern bitflags=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-b46b0ecb4cb3caf0.rmeta --extern futures_channel=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/libfutures_channel-8ed485ea134c933c.rmeta --extern futures_core=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-8d305950da6bf5c8.rmeta --extern futures_executor=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/libfutures_executor-c6cde650cf25c2af.rmeta --extern futures_task=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-47c3a7d17767e18f.rmeta --extern futures_util=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/libfutures_util-55ce86bb324f7494.rmeta --extern gio_sys=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/libgio_sys-4f5aba36840be9e4.rmeta --extern glib_macros=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libglib_macros-4f3a8fec6ed8d54d.so --extern glib_sys=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern gobject_sys=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/libgobject_sys-f020968d087cf1e8.rmeta --extern libc=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --extern memchr=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-944ab1891fd21906.rmeta --extern smallvec=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/libsmallvec-e5db66a1c7c5bdd9.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 357s warning: `itertools` (lib) generated 1 warning (1 duplicate) 357s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_V1_16=1 CARGO_FEATURE_V1_18=1 CARGO_FEATURE_V1_20=1 CARGO_FEATURE_V1_22=1 CARGO_FEATURE_V1_24=1 CARGO_FEATURE_V1_26=1 CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/gstreamer-video-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/gstreamer-video-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstvideo-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-video-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.5fmzcwgPvO/target/debug/deps:/tmp/tmp.5fmzcwgPvO/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/build/gstreamer-video-sys-d3a3578547565360/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.5fmzcwgPvO/target/debug/build/gstreamer-video-sys-8f5225171528ef33/build-script-build` 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-changed=/tmp/tmp.5fmzcwgPvO/registry/gstreamer-video-sys-0.23.0/Cargo.toml 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=GSTREAMER_VIDEO_1.0_NO_PKG_CONFIG 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSROOT 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 357s [gstreamer-video-sys 0.23.0] cargo:rustc-link-lib=gstvideo-1.0 357s [gstreamer-video-sys 0.23.0] cargo:rustc-link-lib=gstbase-1.0 357s [gstreamer-video-sys 0.23.0] cargo:rustc-link-lib=gstreamer-1.0 357s [gstreamer-video-sys 0.23.0] cargo:rustc-link-lib=gobject-2.0 357s [gstreamer-video-sys 0.23.0] cargo:rustc-link-lib=glib-2.0 357s [gstreamer-video-sys 0.23.0] cargo:include=/usr/include/gstreamer-1.0:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6:/usr/include:/usr/include/orc-0.4 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_LIB 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_LIB_FRAMEWORK 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_SEARCH_NATIVE 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_SEARCH_FRAMEWORK 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_INCLUDE 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_LDFLAGS 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_NO_PKG_CONFIG 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_BUILD_INTERNAL 357s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_LINK 357s [gstreamer-video-sys 0.23.0] 357s [gstreamer-video-sys 0.23.0] cargo:rustc-cfg=system_deps_have_gstreamer_video_1_0 357s Compiling option-operations v0.5.0 357s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=option_operations CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/option-operations-0.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/option-operations-0.5.0/Cargo.toml CARGO_PKG_AUTHORS='François Laignel ' CARGO_PKG_DESCRIPTION='Traits and auto-implementations to improve arithmetic operations usability when dealing with `Option`s.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=option-operations CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fengalin/option-operations' CARGO_PKG_RUST_VERSION=1.53 CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name option_operations --edition=2018 /tmp/tmp.5fmzcwgPvO/registry/option-operations-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1dc6dcd30c150e23 -C extra-filename=-1dc6dcd30c150e23 --out-dir /tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern paste=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libpaste-bec0c7568d224633.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 357s warning: `option-operations` (lib) generated 1 warning (1 duplicate) 357s Compiling num-rational v0.4.2 357s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_rational CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/num-rational-0.4.2 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/num-rational-0.4.2/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Rational numbers implementation for Rust' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-rational' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-rational CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-rational' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.4.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name num_rational --edition=2021 /tmp/tmp.5fmzcwgPvO/registry/num-rational-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=a27acfd458025a0a -C extra-filename=-a27acfd458025a0a --out-dir /tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern num_integer=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/libnum_integer-370715ab210cefe0.rmeta --extern num_traits=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/libnum_traits-7a252d39be81ec7b.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 358s warning: `num-rational` (lib) generated 1 warning (1 duplicate) 358s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps OUT_DIR=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/build/thiserror-11349f755e8d8deb/out rustc --crate-name thiserror --edition=2021 /tmp/tmp.5fmzcwgPvO/registry/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1d6d6e164faa2b3a -C extra-filename=-1d6d6e164faa2b3a --out-dir /tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern thiserror_impl=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libthiserror_impl-6bde6db1ff27963e.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` 358s warning: `thiserror` (lib) generated 1 warning (1 duplicate) 358s Compiling muldiv v1.0.1 358s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=muldiv CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/muldiv-1.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/muldiv-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Provides a trait for numeric types to perform combined multiplication and 358s division with overflow protection 358s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=muldiv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sdroege/rust-muldiv' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name muldiv --edition=2018 /tmp/tmp.5fmzcwgPvO/registry/muldiv-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e8a06cbf19c21b9f -C extra-filename=-e8a06cbf19c21b9f --out-dir /tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 358s warning: `muldiv` (lib) generated 1 warning (1 duplicate) 358s Compiling once_cell v1.20.2 358s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/once_cell-1.20.2 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/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.5fmzcwgPvO/target/debug/deps rustc --crate-name once_cell --edition=2021 /tmp/tmp.5fmzcwgPvO/registry/once_cell-1.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=f9b984852945e4ac -C extra-filename=-f9b984852945e4ac --out-dir /tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 358s warning: `once_cell` (lib) generated 1 warning (1 duplicate) 358s Compiling cfg-if v1.0.0 358s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/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] 358s parameters. Structured like an if-else chain, the first matching branch is the 358s item that gets emitted. 358s ' 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.5fmzcwgPvO/target/debug/deps rustc --crate-name cfg_if --edition=2018 /tmp/tmp.5fmzcwgPvO/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.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 358s warning: `cfg-if` (lib) generated 1 warning (1 duplicate) 358s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_video_sys CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/gstreamer-video-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/gstreamer-video-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstvideo-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-video-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps OUT_DIR=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/build/gstreamer-video-sys-d3a3578547565360/out rustc --crate-name gstreamer_video_sys --edition=2021 /tmp/tmp.5fmzcwgPvO/registry/gstreamer-video-sys-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_20"' --cfg 'feature="v1_22"' --cfg 'feature="v1_24"' --cfg 'feature="v1_26"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_16", "v1_18", "v1_20", "v1_22", "v1_24", "v1_26"))' -C metadata=feea71cbb176a133 -C extra-filename=-feea71cbb176a133 --out-dir /tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern glib_sys=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern gobject_sys=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/libgobject_sys-f020968d087cf1e8.rmeta --extern gstreamer_base_sys=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_base_sys-15bdce5c2cf7474a.rmeta --extern gstreamer_sys=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_sys-15e6cee28c986cd8.rmeta --extern libc=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l gstvideo-1.0 -l gstbase-1.0 -l gstreamer-1.0 -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_gstreamer_video_1_0` 359s warning: `gstreamer-video-sys` (lib) generated 1 warning (1 duplicate) 359s Compiling gstreamer-play-sys v0.23.0 359s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/gstreamer-play-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/gstreamer-play-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstplay-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.5fmzcwgPvO/registry/gstreamer-play-sys-0.23.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_22"' --cfg 'feature="v1_24"' --cfg 'feature="v1_26"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_22", "v1_24", "v1_26"))' -C metadata=2ccefb524ac65729 -C extra-filename=-2ccefb524ac65729 --out-dir /tmp/tmp.5fmzcwgPvO/target/debug/build/gstreamer-play-sys-2ccefb524ac65729 -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --extern system_deps=/tmp/tmp.5fmzcwgPvO/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 359s Compiling atomic_refcell v0.1.13 359s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=atomic_refcell CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/atomic_refcell-0.1.13 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/atomic_refcell-0.1.13/Cargo.toml CARGO_PKG_AUTHORS='Bobby Holley ' CARGO_PKG_DESCRIPTION='Threadsafe RefCell' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=atomic_refcell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bholley/atomic_refcell' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.5fmzcwgPvO/target/debug/deps rustc --crate-name atomic_refcell --edition=2018 /tmp/tmp.5fmzcwgPvO/registry/atomic_refcell-0.1.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=c11d7f8025985512 -C extra-filename=-c11d7f8025985512 --out-dir /tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.5fmzcwgPvO/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 359s warning: `atomic_refcell` (lib) generated 1 warning (1 duplicate) 359s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_V1_22=1 CARGO_FEATURE_V1_24=1 CARGO_FEATURE_V1_26=1 CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/gstreamer-play-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/gstreamer-play-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstplay-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.5fmzcwgPvO/target/debug/deps:/tmp/tmp.5fmzcwgPvO/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/build/gstreamer-play-sys-4c896196304e0a37/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.5fmzcwgPvO/target/debug/build/gstreamer-play-sys-2ccefb524ac65729/build-script-build` 359s [gstreamer-play-sys 0.23.0] cargo:rerun-if-changed=/tmp/tmp.5fmzcwgPvO/registry/gstreamer-play-sys-0.23.0/Cargo.toml 359s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=GSTREAMER_PLAY_1.0_NO_PKG_CONFIG 359s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 359s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 359s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 359s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 359s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 359s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 359s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 359s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 359s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 359s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 359s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 359s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 359s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 359s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 359s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 359s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 359s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 359s [gstreamer-play-sys 0.23.0] cargo:warning= 359s [gstreamer-play-sys 0.23.0] pkg-config exited with status code 1 359s [gstreamer-play-sys 0.23.0] > PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 s390x-linux-gnu-pkg-config --libs --cflags gstreamer-play-1.0 gstreamer-play-1.0 >= 1.25 359s [gstreamer-play-sys 0.23.0] 359s [gstreamer-play-sys 0.23.0] The system library `gstreamer-play-1.0` required by crate `gstreamer-play-sys` was not found. 359s [gstreamer-play-sys 0.23.0] The file `gstreamer-play-1.0.pc` needs to be installed and the PKG_CONFIG_PATH environment variable must contain its parent directory. 359s [gstreamer-play-sys 0.23.0] The PKG_CONFIG_PATH environment variable is not set. 359s [gstreamer-play-sys 0.23.0] 359s [gstreamer-play-sys 0.23.0] HINT: if you have installed the library, try setting PKG_CONFIG_PATH to the directory containing `gstreamer-play-1.0.pc`. 359s [gstreamer-play-sys 0.23.0] 359s warning: gstreamer-play-sys@0.23.0: 359s error: failed to run custom build command for `gstreamer-play-sys v0.23.0` 359s 359s Caused by: 359s process didn't exit successfully: `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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.5fmzcwgPvO/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_V1_22=1 CARGO_FEATURE_V1_24=1 CARGO_FEATURE_V1_26=1 CARGO_MANIFEST_DIR=/tmp/tmp.5fmzcwgPvO/registry/gstreamer-play-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.5fmzcwgPvO/registry/gstreamer-play-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstplay-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.5fmzcwgPvO/target/debug/deps:/tmp/tmp.5fmzcwgPvO/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.5fmzcwgPvO/target/s390x-unknown-linux-gnu/debug/build/gstreamer-play-sys-4c896196304e0a37/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.5fmzcwgPvO/target/debug/build/gstreamer-play-sys-2ccefb524ac65729/build-script-build` (exit status: 1) 359s --- stdout 359s cargo:rerun-if-changed=/tmp/tmp.5fmzcwgPvO/registry/gstreamer-play-sys-0.23.0/Cargo.toml 359s cargo:rerun-if-env-changed=GSTREAMER_PLAY_1.0_NO_PKG_CONFIG 359s cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 359s cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 359s cargo:rerun-if-env-changed=HOST_PKG_CONFIG 359s cargo:rerun-if-env-changed=PKG_CONFIG 359s cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 359s cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 359s cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 359s cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 359s cargo:rerun-if-env-changed=PKG_CONFIG_PATH 359s cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 359s cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 359s cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 359s cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 359s cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 359s cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 359s cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 359s cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 359s cargo:warning= 359s pkg-config exited with status code 1 359s > PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 s390x-linux-gnu-pkg-config --libs --cflags gstreamer-play-1.0 gstreamer-play-1.0 >= 1.25 359s 359s The system library `gstreamer-play-1.0` required by crate `gstreamer-play-sys` was not found. 359s The file `gstreamer-play-1.0.pc` needs to be installed and the PKG_CONFIG_PATH environment variable must contain its parent directory. 359s The PKG_CONFIG_PATH environment variable is not set. 359s 359s HINT: if you have installed the library, try setting PKG_CONFIG_PATH to the directory containing `gstreamer-play-1.0.pc`. 359s 359s warning: build failed, waiting for other jobs to finish... 363s warning: `glib` (lib) generated 1 warning (1 duplicate) 363s /tmp/autopkgtest.dmjVuc/wrapper.sh: checking for leaked background processes... 363s /tmp/autopkgtest.dmjVuc/wrapper.sh: waiting for tee/cat subprocesses... 363s /tmp/autopkgtest.dmjVuc/wrapper.sh: cleaning up... 363s /tmp/autopkgtest.dmjVuc/wrapper.sh: Exit status: 101 363s autopkgtest: DBG: testbed command exited with code 101 363s autopkgtest [09:26:22]: test librust-gstreamer-play-dev:v1_26: -----------------------] 363s autopkgtest: DBG: testbed executing test finished with exit status 101 363s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev%3Av1_26-stdout /tmp/autopkgtest-work.5a1xqly7/out/librust-gstreamer-play-dev%3Av1_26-stdout 364s autopkgtest: DBG: got reply from testbed: ok 364s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev%3Av1_26-stderr /tmp/autopkgtest-work.5a1xqly7/out/librust-gstreamer-play-dev%3Av1_26-stderr 364s autopkgtest: DBG: got reply from testbed: ok 364s librust-gstreamer-play-dev:v1_26 FLAKY non-zero exit status 101 364s autopkgtest [09:26:23]: test librust-gstreamer-play-dev:v1_26: - - - - - - - - - - results - - - - - - - - - - 364s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev%3Av1_26-artifacts/ /tmp/autopkgtest-work.5a1xqly7/out/artifacts/ 364s autopkgtest: DBG: got reply from testbed: ok 364s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:v1_26-artifacts', '/tmp/autopkgtest.dmjVuc/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 365s autopkgtest: DBG: testbed command exited with code 0 365s autopkgtest [09:26:24]: test librust-gstreamer-play-dev:: preparing testbed 365s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['dh-cargo (>= 18)', 'librust-gir-format-check-0.1+default-dev', 'librust-gstreamer-play-dev'], deps_new=['dh-cargo (>= 18)', 'librust-gir-format-check-0.1+default-dev', 'librust-gstreamer-play-dev'] 365s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 365s autopkgtest: DBG: install_deps: deps_new=['dh-cargo (>= 18)', 'librust-gir-format-check-0.1+default-dev', 'librust-gstreamer-play-dev'] 365s autopkgtest: DBG: install-deps: satisfying dh-cargo (>= 18), librust-gir-format-check-0.1+default-dev, librust-gstreamer-play-dev 365s autopkgtest: DBG: can use apt-get on testbed: True 365s 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-gir-format-check-0.1+default-dev, librust-gstreamer-play-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 365s Reading package lists... 365s Building dependency tree... 365s Reading state information... 365s Starting pkgProblemResolver with broken count: 0 365s Starting 2 pkgProblemResolver with broken count: 0 365s Done 365s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 365s autopkgtest: DBG: testbed command exited with code 0 365s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'librust-gstreamer-play-dev'], kind short, sout pipe, serr pipe, env [] 365s autopkgtest: DBG: testbed command exited with code 0 365s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:-packages.all"], kind short, sout raw, serr pipe, env [] 366s autopkgtest: DBG: testbed command exited with code 0 366s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev%3A-packages.all /tmp/autopkgtest-work.5a1xqly7/out/librust-gstreamer-play-dev%3A-packages.all 366s autopkgtest: DBG: got reply from testbed: ok 366s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.dmjVuc/build.l0I/src'], kind short, sout raw, serr raw, env [] 366s autopkgtest: DBG: testbed command exited with code 0 366s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.dmjVuc/build.l0I/src already exists 366s autopkgtest [09:26:25]: test librust-gstreamer-play-dev:: /usr/share/cargo/bin/cargo-auto-test gstreamer-play 0.23.0 --all-targets --no-default-features 366s autopkgtest [09:26:25]: test librust-gstreamer-play-dev:: [----------------------- 366s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.dmjVuc/wrapper.sh --debug --artifacts=/tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:-artifacts --chdir=/tmp/autopkgtest.dmjVuc/build.l0I/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.dmjVuc/librust-gstreamer-play-dev:-stderr --stdout=/tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:-stdout --tmp=/tmp/autopkgtest.dmjVuc/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 gstreamer-play 0.23.0 --all-targets --no-default-features'"], kind test, sout raw, serr raw, env [] 366s /tmp/autopkgtest.dmjVuc/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:-artifacts 366s /tmp/autopkgtest.dmjVuc/wrapper.sh: changing to directory: /tmp/autopkgtest.dmjVuc/build.l0I/src 366s /tmp/autopkgtest.dmjVuc/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 366s /tmp/autopkgtest.dmjVuc/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 366s /tmp/autopkgtest.dmjVuc/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 366s /tmp/autopkgtest.dmjVuc/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 366s /tmp/autopkgtest.dmjVuc/wrapper.sh: setting environment: LANG=C.UTF-8 366s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LANGUAGE 366s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_ADDRESS 366s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_ALL 366s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_COLLATE 366s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_CTYPE 366s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_IDENTIFICATION 366s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_MEASUREMENT 366s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_MESSAGES 366s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_MONETARY 366s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_NAME 366s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_NUMERIC 366s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_PAPER 366s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_TELEPHONE 366s /tmp/autopkgtest.dmjVuc/wrapper.sh: unsetting environment: LC_TIME 366s /tmp/autopkgtest.dmjVuc/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 366s /tmp/autopkgtest.dmjVuc/wrapper.sh: pretending to be a login shell 366s /tmp/autopkgtest.dmjVuc/wrapper.sh: will write standard error to /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:-stderr 366s /tmp/autopkgtest.dmjVuc/wrapper.sh: will write stdout to /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:-stdout 366s /tmp/autopkgtest.dmjVuc/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.dmjVuc/autopkgtest_tmp 366s /tmp/autopkgtest.dmjVuc/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 366s /tmp/autopkgtest.dmjVuc/wrapper.sh: command to run: bash -ec /usr/share/cargo/bin/cargo-auto-test gstreamer-play 0.23.0 --all-targets --no-default-features 366s /tmp/autopkgtest.dmjVuc/wrapper.sh: copying /tmp/tmp.oEqxKR05HM/out to stdout and file: /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:-stdout 366s /tmp/autopkgtest.dmjVuc/wrapper.sh: copying /tmp/tmp.oEqxKR05HM/err to standard error and file: /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:-stdout 366s /tmp/autopkgtest.dmjVuc/wrapper.sh: writing script pid 12536 to /tmp/autopkgtest_script_pid 366s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 366s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 366s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 366s debian cargo wrapper: linking /usr/share/cargo/registry/* into /tmp/tmp.Fq2lWRHlAL/registry/ 366s debian cargo wrapper: options, profiles, parallel, lto: ['parallel=2'] [] ['-j2'] 0 366s debian cargo wrapper: rust_type, gnu_type: s390x-unknown-linux-gnu, s390x-linux-gnu 366s debian cargo wrapper: unsetting RUSTFLAGS and assuming it will be (or already was) added to $CARGO_HOME/config.toml 366s 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'],) {} 366s Compiling serde v1.0.217 366s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/serde-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.Fq2lWRHlAL/registry/serde-1.0.217/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=2b32d4e029565da2 -C extra-filename=-2b32d4e029565da2 --out-dir /tmp/tmp.Fq2lWRHlAL/target/debug/build/serde-2b32d4e029565da2 -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --cap-lints warn` 366s Compiling hashbrown v0.14.5 366s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/hashbrown-0.14.5 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/hashbrown-0.14.5/Cargo.toml CARGO_PKG_AUTHORS='Amanieu d'\''Antras ' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_RUST_VERSION=1.63.0 CARGO_PKG_VERSION=0.14.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name hashbrown --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "raw", "rayon", "rustc-internal-api", "serde"))' -C metadata=e14e27c8ff208110 -C extra-filename=-e14e27c8ff208110 --out-dir /tmp/tmp.Fq2lWRHlAL/target/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --cap-lints warn` 366s warning: unexpected `cfg` condition value: `nightly` 366s --> /tmp/tmp.Fq2lWRHlAL/registry/hashbrown-0.14.5/src/lib.rs:14:5 366s | 366s 14 | feature = "nightly", 366s | ^^^^^^^^^^^^^^^^^^^ 366s | 366s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 366s = help: consider adding `nightly` as a feature in `Cargo.toml` 366s = note: see for more information about checking conditional configuration 366s = note: `#[warn(unexpected_cfgs)]` on by default 366s 366s warning: unexpected `cfg` condition value: `nightly` 366s --> /tmp/tmp.Fq2lWRHlAL/registry/hashbrown-0.14.5/src/lib.rs:39:13 366s | 366s 39 | #![cfg_attr(feature = "nightly", warn(fuzzy_provenance_casts))] 366s | ^^^^^^^^^^^^^^^^^^^ 366s | 366s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 366s = help: consider adding `nightly` as a feature in `Cargo.toml` 366s = note: see for more information about checking conditional configuration 366s 366s warning: unexpected `cfg` condition value: `nightly` 366s --> /tmp/tmp.Fq2lWRHlAL/registry/hashbrown-0.14.5/src/lib.rs:40:13 366s | 366s 40 | #![cfg_attr(feature = "nightly", allow(internal_features))] 366s | ^^^^^^^^^^^^^^^^^^^ 366s | 366s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 366s = help: consider adding `nightly` as a feature in `Cargo.toml` 366s = note: see for more information about checking conditional configuration 366s 366s warning: unexpected `cfg` condition value: `nightly` 366s --> /tmp/tmp.Fq2lWRHlAL/registry/hashbrown-0.14.5/src/lib.rs:49:7 366s | 366s 49 | #[cfg(feature = "nightly")] 366s | ^^^^^^^^^^^^^^^^^^^ 366s | 366s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 366s = help: consider adding `nightly` as a feature in `Cargo.toml` 366s = note: see for more information about checking conditional configuration 366s 366s warning: unexpected `cfg` condition value: `nightly` 366s --> /tmp/tmp.Fq2lWRHlAL/registry/hashbrown-0.14.5/src/macros.rs:59:7 366s | 366s 59 | #[cfg(feature = "nightly")] 366s | ^^^^^^^^^^^^^^^^^^^ 366s | 366s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 366s = help: consider adding `nightly` as a feature in `Cargo.toml` 366s = note: see for more information about checking conditional configuration 366s 366s warning: unexpected `cfg` condition value: `nightly` 366s --> /tmp/tmp.Fq2lWRHlAL/registry/hashbrown-0.14.5/src/macros.rs:65:11 366s | 366s 65 | #[cfg(not(feature = "nightly"))] 366s | ^^^^^^^^^^^^^^^^^^^ 366s | 366s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 366s = help: consider adding `nightly` as a feature in `Cargo.toml` 366s = note: see for more information about checking conditional configuration 366s 366s warning: unexpected `cfg` condition value: `nightly` 366s --> /tmp/tmp.Fq2lWRHlAL/registry/hashbrown-0.14.5/src/raw/mod.rs:53:11 366s | 366s 53 | #[cfg(not(feature = "nightly"))] 366s | ^^^^^^^^^^^^^^^^^^^ 366s | 366s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 366s = help: consider adding `nightly` as a feature in `Cargo.toml` 366s = note: see for more information about checking conditional configuration 366s 366s warning: unexpected `cfg` condition value: `nightly` 366s --> /tmp/tmp.Fq2lWRHlAL/registry/hashbrown-0.14.5/src/raw/mod.rs:55:11 366s | 366s 55 | #[cfg(not(feature = "nightly"))] 366s | ^^^^^^^^^^^^^^^^^^^ 366s | 366s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 366s = help: consider adding `nightly` as a feature in `Cargo.toml` 366s = note: see for more information about checking conditional configuration 366s 366s warning: unexpected `cfg` condition value: `nightly` 366s --> /tmp/tmp.Fq2lWRHlAL/registry/hashbrown-0.14.5/src/raw/mod.rs:57:7 366s | 366s 57 | #[cfg(feature = "nightly")] 366s | ^^^^^^^^^^^^^^^^^^^ 366s | 366s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 366s = help: consider adding `nightly` as a feature in `Cargo.toml` 366s = note: see for more information about checking conditional configuration 366s 366s warning: unexpected `cfg` condition value: `nightly` 366s --> /tmp/tmp.Fq2lWRHlAL/registry/hashbrown-0.14.5/src/raw/mod.rs:3549:7 366s | 366s 3549 | #[cfg(feature = "nightly")] 366s | ^^^^^^^^^^^^^^^^^^^ 366s | 366s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 366s = help: consider adding `nightly` as a feature in `Cargo.toml` 366s = note: see for more information about checking conditional configuration 366s 366s warning: unexpected `cfg` condition value: `nightly` 366s --> /tmp/tmp.Fq2lWRHlAL/registry/hashbrown-0.14.5/src/raw/mod.rs:3661:7 366s | 366s 3661 | #[cfg(feature = "nightly")] 366s | ^^^^^^^^^^^^^^^^^^^ 366s | 366s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 366s = help: consider adding `nightly` as a feature in `Cargo.toml` 366s = note: see for more information about checking conditional configuration 366s 366s warning: unexpected `cfg` condition value: `nightly` 366s --> /tmp/tmp.Fq2lWRHlAL/registry/hashbrown-0.14.5/src/raw/mod.rs:3678:11 366s | 366s 3678 | #[cfg(not(feature = "nightly"))] 366s | ^^^^^^^^^^^^^^^^^^^ 366s | 366s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 366s = help: consider adding `nightly` as a feature in `Cargo.toml` 366s = note: see for more information about checking conditional configuration 366s 366s warning: unexpected `cfg` condition value: `nightly` 366s --> /tmp/tmp.Fq2lWRHlAL/registry/hashbrown-0.14.5/src/raw/mod.rs:4304:7 366s | 366s 4304 | #[cfg(feature = "nightly")] 366s | ^^^^^^^^^^^^^^^^^^^ 366s | 366s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 366s = help: consider adding `nightly` as a feature in `Cargo.toml` 366s = note: see for more information about checking conditional configuration 366s 366s warning: unexpected `cfg` condition value: `nightly` 366s --> /tmp/tmp.Fq2lWRHlAL/registry/hashbrown-0.14.5/src/raw/mod.rs:4319:11 366s | 366s 4319 | #[cfg(not(feature = "nightly"))] 366s | ^^^^^^^^^^^^^^^^^^^ 366s | 366s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 366s = help: consider adding `nightly` as a feature in `Cargo.toml` 366s = note: see for more information about checking conditional configuration 366s 366s warning: unexpected `cfg` condition value: `nightly` 366s --> /tmp/tmp.Fq2lWRHlAL/registry/hashbrown-0.14.5/src/raw/alloc.rs:7:7 366s | 366s 7 | #[cfg(feature = "nightly")] 366s | ^^^^^^^^^^^^^^^^^^^ 366s | 366s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 366s = help: consider adding `nightly` as a feature in `Cargo.toml` 366s = note: see for more information about checking conditional configuration 366s 366s warning: unexpected `cfg` condition value: `nightly` 366s --> /tmp/tmp.Fq2lWRHlAL/registry/hashbrown-0.14.5/src/raw/alloc.rs:28:15 366s | 366s 28 | #[cfg(all(not(feature = "nightly"), feature = "allocator-api2"))] 366s | ^^^^^^^^^^^^^^^^^^^ 366s | 366s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 366s = help: consider adding `nightly` as a feature in `Cargo.toml` 366s = note: see for more information about checking conditional configuration 366s 366s warning: unexpected `cfg` condition value: `nightly` 366s --> /tmp/tmp.Fq2lWRHlAL/registry/hashbrown-0.14.5/src/raw/alloc.rs:51:15 366s | 366s 51 | #[cfg(not(any(feature = "nightly", feature = "allocator-api2")))] 366s | ^^^^^^^^^^^^^^^^^^^ 366s | 366s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 366s = help: consider adding `nightly` as a feature in `Cargo.toml` 366s = note: see for more information about checking conditional configuration 366s 366s warning: unexpected `cfg` condition value: `nightly` 366s --> /tmp/tmp.Fq2lWRHlAL/registry/hashbrown-0.14.5/src/raw/mod.rs:944:32 366s | 366s 944 | #[cfg(any(feature = "raw", feature = "nightly"))] 366s | ^^^^^^^^^^^^^^^^^^^ 366s | 366s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 366s = help: consider adding `nightly` as a feature in `Cargo.toml` 366s = note: see for more information about checking conditional configuration 366s 366s warning: unexpected `cfg` condition value: `rkyv` 366s --> /tmp/tmp.Fq2lWRHlAL/registry/hashbrown-0.14.5/src/external_trait_impls/mod.rs:3:7 366s | 366s 3 | #[cfg(feature = "rkyv")] 366s | ^^^^^^^^^^^^^^^^ 366s | 366s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 366s = help: consider adding `rkyv` as a feature in `Cargo.toml` 366s = note: see for more information about checking conditional configuration 366s 366s warning: unexpected `cfg` condition value: `nightly` 366s --> /tmp/tmp.Fq2lWRHlAL/registry/hashbrown-0.14.5/src/map.rs:242:11 366s | 366s 242 | #[cfg(not(feature = "nightly"))] 366s | ^^^^^^^^^^^^^^^^^^^ 366s | 366s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 366s = help: consider adding `nightly` as a feature in `Cargo.toml` 366s = note: see for more information about checking conditional configuration 366s 366s warning: unexpected `cfg` condition value: `nightly` 366s --> /tmp/tmp.Fq2lWRHlAL/registry/hashbrown-0.14.5/src/map.rs:255:7 366s | 366s 255 | #[cfg(feature = "nightly")] 366s | ^^^^^^^^^^^^^^^^^^^ 366s | 366s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 366s = help: consider adding `nightly` as a feature in `Cargo.toml` 366s = note: see for more information about checking conditional configuration 366s 366s warning: unexpected `cfg` condition value: `nightly` 366s --> /tmp/tmp.Fq2lWRHlAL/registry/hashbrown-0.14.5/src/map.rs:6517:11 366s | 366s 6517 | #[cfg(feature = "nightly")] 366s | ^^^^^^^^^^^^^^^^^^^ 366s | 366s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 366s = help: consider adding `nightly` as a feature in `Cargo.toml` 366s = note: see for more information about checking conditional configuration 366s 366s warning: unexpected `cfg` condition value: `nightly` 366s --> /tmp/tmp.Fq2lWRHlAL/registry/hashbrown-0.14.5/src/map.rs:6523:11 366s | 366s 6523 | #[cfg(feature = "nightly")] 366s | ^^^^^^^^^^^^^^^^^^^ 366s | 366s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 366s = help: consider adding `nightly` as a feature in `Cargo.toml` 366s = note: see for more information about checking conditional configuration 366s 366s warning: unexpected `cfg` condition value: `nightly` 366s --> /tmp/tmp.Fq2lWRHlAL/registry/hashbrown-0.14.5/src/map.rs:6591:11 366s | 366s 6591 | #[cfg(feature = "nightly")] 366s | ^^^^^^^^^^^^^^^^^^^ 366s | 366s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 366s = help: consider adding `nightly` as a feature in `Cargo.toml` 366s = note: see for more information about checking conditional configuration 366s 366s warning: unexpected `cfg` condition value: `nightly` 366s --> /tmp/tmp.Fq2lWRHlAL/registry/hashbrown-0.14.5/src/map.rs:6597:11 366s | 366s 6597 | #[cfg(feature = "nightly")] 366s | ^^^^^^^^^^^^^^^^^^^ 366s | 366s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 366s = help: consider adding `nightly` as a feature in `Cargo.toml` 366s = note: see for more information about checking conditional configuration 366s 366s warning: unexpected `cfg` condition value: `nightly` 366s --> /tmp/tmp.Fq2lWRHlAL/registry/hashbrown-0.14.5/src/map.rs:6651:11 366s | 366s 6651 | #[cfg(feature = "nightly")] 366s | ^^^^^^^^^^^^^^^^^^^ 366s | 366s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 366s = help: consider adding `nightly` as a feature in `Cargo.toml` 366s = note: see for more information about checking conditional configuration 366s 366s warning: unexpected `cfg` condition value: `nightly` 366s --> /tmp/tmp.Fq2lWRHlAL/registry/hashbrown-0.14.5/src/map.rs:6657:11 366s | 366s 6657 | #[cfg(feature = "nightly")] 366s | ^^^^^^^^^^^^^^^^^^^ 366s | 366s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 366s = help: consider adding `nightly` as a feature in `Cargo.toml` 366s = note: see for more information about checking conditional configuration 366s 366s warning: unexpected `cfg` condition value: `nightly` 366s --> /tmp/tmp.Fq2lWRHlAL/registry/hashbrown-0.14.5/src/set.rs:1359:11 366s | 366s 1359 | #[cfg(feature = "nightly")] 366s | ^^^^^^^^^^^^^^^^^^^ 366s | 366s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 366s = help: consider adding `nightly` as a feature in `Cargo.toml` 366s = note: see for more information about checking conditional configuration 366s 366s warning: unexpected `cfg` condition value: `nightly` 366s --> /tmp/tmp.Fq2lWRHlAL/registry/hashbrown-0.14.5/src/set.rs:1365:11 366s | 366s 1365 | #[cfg(feature = "nightly")] 366s | ^^^^^^^^^^^^^^^^^^^ 366s | 366s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 366s = help: consider adding `nightly` as a feature in `Cargo.toml` 366s = note: see for more information about checking conditional configuration 366s 366s warning: unexpected `cfg` condition value: `nightly` 366s --> /tmp/tmp.Fq2lWRHlAL/registry/hashbrown-0.14.5/src/set.rs:1383:11 366s | 366s 1383 | #[cfg(feature = "nightly")] 366s | ^^^^^^^^^^^^^^^^^^^ 366s | 366s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 366s = help: consider adding `nightly` as a feature in `Cargo.toml` 366s = note: see for more information about checking conditional configuration 366s 366s warning: unexpected `cfg` condition value: `nightly` 366s --> /tmp/tmp.Fq2lWRHlAL/registry/hashbrown-0.14.5/src/set.rs:1389:11 366s | 366s 1389 | #[cfg(feature = "nightly")] 366s | ^^^^^^^^^^^^^^^^^^^ 366s | 366s = note: expected values for `feature` are: `ahash`, `allocator-api2`, `compiler_builtins`, `core`, `default`, `equivalent`, `inline-more`, `raw`, `rayon`, `rustc-internal-api`, and `serde` 366s = help: consider adding `nightly` as a feature in `Cargo.toml` 366s = note: see for more information about checking conditional configuration 366s 367s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/serde-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.Fq2lWRHlAL/target/debug/deps:/tmp/tmp.Fq2lWRHlAL/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.Fq2lWRHlAL/target/debug/build/serde-c2bcebac22c6c694/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.Fq2lWRHlAL/target/debug/build/serde-2b32d4e029565da2/build-script-build` 367s [serde 1.0.217] cargo:rerun-if-changed=build.rs 367s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_cstr) 367s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_error) 367s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_net) 367s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_num_saturating) 367s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_core_try_from) 367s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_diagnostic_namespace) 367s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_float_copysign) 367s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_num_nonzero_signed) 367s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds) 367s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_serde_derive) 367s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic) 367s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_std_atomic64) 367s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_systemtime_checked_add) 367s [serde 1.0.217] cargo:rustc-check-cfg=cfg(no_target_has_atomic) 367s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/serde-1.0.217 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/serde-1.0.217/Cargo.toml CARGO_PKG_AUTHORS='Erick Tryzelaar :David Tolnay ' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_README=crates-io.md CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.217 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=217 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps OUT_DIR=/tmp/tmp.Fq2lWRHlAL/target/debug/build/serde-c2bcebac22c6c694/out rustc --crate-name serde --edition=2018 /tmp/tmp.Fq2lWRHlAL/registry/serde-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=64c0851ac56a0ce1 -C extra-filename=-64c0851ac56a0ce1 --out-dir /tmp/tmp.Fq2lWRHlAL/target/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --cap-lints warn --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` 367s warning: `hashbrown` (lib) generated 31 warnings 367s Compiling equivalent v1.0.1 367s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=equivalent CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/equivalent-1.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/equivalent-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Traits for key comparison in maps.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=equivalent CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/cuviper/equivalent' CARGO_PKG_RUST_VERSION=1.6 CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name equivalent --edition=2015 /tmp/tmp.Fq2lWRHlAL/registry/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a11b0a19a3bf2c19 -C extra-filename=-a11b0a19a3bf2c19 --out-dir /tmp/tmp.Fq2lWRHlAL/target/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --cap-lints warn` 367s Compiling indexmap v2.7.0 367s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=indexmap CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/indexmap-2.7.0 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/indexmap-2.7.0/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A hash table with consistent order and fast iteration.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=indexmap CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/indexmap-rs/indexmap' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=2.7.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name indexmap --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/indexmap-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "rayon", "serde", "std", "test_debug"))' -C metadata=1e18ac9265fbd6ac -C extra-filename=-1e18ac9265fbd6ac --out-dir /tmp/tmp.Fq2lWRHlAL/target/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern equivalent=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libequivalent-a11b0a19a3bf2c19.rmeta --extern hashbrown=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libhashbrown-e14e27c8ff208110.rmeta --cap-lints warn` 367s warning: unexpected `cfg` condition value: `borsh` 367s --> /tmp/tmp.Fq2lWRHlAL/registry/indexmap-2.7.0/src/lib.rs:117:7 367s | 367s 117 | #[cfg(feature = "borsh")] 367s | ^^^^^^^^^^^^^^^^^ 367s | 367s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 367s = help: consider adding `borsh` as a feature in `Cargo.toml` 367s = note: see for more information about checking conditional configuration 367s = note: `#[warn(unexpected_cfgs)]` on by default 367s 367s warning: unexpected `cfg` condition value: `rustc-rayon` 367s --> /tmp/tmp.Fq2lWRHlAL/registry/indexmap-2.7.0/src/lib.rs:131:7 367s | 367s 131 | #[cfg(feature = "rustc-rayon")] 367s | ^^^^^^^^^^^^^^^^^^^^^^^ 367s | 367s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 367s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 367s = note: see for more information about checking conditional configuration 367s 367s warning: unexpected `cfg` condition value: `quickcheck` 367s --> /tmp/tmp.Fq2lWRHlAL/registry/indexmap-2.7.0/src/arbitrary.rs:38:7 367s | 367s 38 | #[cfg(feature = "quickcheck")] 367s | ^^^^^^^^^^^^^^^^^^^^^^ 367s | 367s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 367s = help: consider adding `quickcheck` as a feature in `Cargo.toml` 367s = note: see for more information about checking conditional configuration 367s 367s warning: unexpected `cfg` condition value: `rustc-rayon` 367s --> /tmp/tmp.Fq2lWRHlAL/registry/indexmap-2.7.0/src/macros.rs:128:30 367s | 367s 128 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 367s | ^^^^^^^^^^^^^^^^^^^^^^^ 367s | 367s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 367s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 367s = note: see for more information about checking conditional configuration 367s 367s warning: unexpected `cfg` condition value: `rustc-rayon` 367s --> /tmp/tmp.Fq2lWRHlAL/registry/indexmap-2.7.0/src/macros.rs:153:30 367s | 367s 153 | #[cfg(any(feature = "rayon", feature = "rustc-rayon"))] 367s | ^^^^^^^^^^^^^^^^^^^^^^^ 367s | 367s = note: expected values for `feature` are: `arbitrary`, `default`, `rayon`, `serde`, `std`, and `test_debug` 367s = help: consider adding `rustc-rayon` as a feature in `Cargo.toml` 367s = note: see for more information about checking conditional configuration 367s 367s warning: `indexmap` (lib) generated 5 warnings 367s Compiling winnow v0.6.18 367s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=winnow CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/winnow-0.6.18 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/winnow-0.6.18/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A byte-oriented, zero-copy, parser combinators library' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=winnow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/winnow-rs/winnow' CARGO_PKG_RUST_VERSION=1.65.0 CARGO_PKG_VERSION=0.6.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name winnow --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/winnow-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=0f17435733cfc3dc -C extra-filename=-0f17435733cfc3dc --out-dir /tmp/tmp.Fq2lWRHlAL/target/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --cap-lints warn` 367s warning: unexpected `cfg` condition value: `debug` 367s --> /tmp/tmp.Fq2lWRHlAL/registry/winnow-0.6.18/src/combinator/debug/mod.rs:1:13 367s | 367s 1 | #![cfg_attr(feature = "debug", allow(clippy::std_instead_of_core))] 367s | ^^^^^^^^^^^^^^^^^ 367s | 367s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 367s = help: consider adding `debug` as a feature in `Cargo.toml` 367s = note: see for more information about checking conditional configuration 367s = note: `#[warn(unexpected_cfgs)]` on by default 367s 368s warning: unexpected `cfg` condition value: `debug` 368s --> /tmp/tmp.Fq2lWRHlAL/registry/winnow-0.6.18/src/combinator/debug/mod.rs:3:7 368s | 368s 3 | #[cfg(feature = "debug")] 368s | ^^^^^^^^^^^^^^^^^ 368s | 368s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 368s = help: consider adding `debug` as a feature in `Cargo.toml` 368s = note: see for more information about checking conditional configuration 368s 368s warning: unexpected `cfg` condition value: `debug` 368s --> /tmp/tmp.Fq2lWRHlAL/registry/winnow-0.6.18/src/combinator/debug/mod.rs:37:16 368s | 368s 37 | #[cfg_attr(not(feature = "debug"), allow(unused_variables))] 368s | ^^^^^^^^^^^^^^^^^ 368s | 368s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 368s = help: consider adding `debug` as a feature in `Cargo.toml` 368s = note: see for more information about checking conditional configuration 368s 368s warning: unexpected `cfg` condition value: `debug` 368s --> /tmp/tmp.Fq2lWRHlAL/registry/winnow-0.6.18/src/combinator/debug/mod.rs:38:16 368s | 368s 38 | #[cfg_attr(not(feature = "debug"), allow(unused_mut))] 368s | ^^^^^^^^^^^^^^^^^ 368s | 368s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 368s = help: consider adding `debug` as a feature in `Cargo.toml` 368s = note: see for more information about checking conditional configuration 368s 368s warning: unexpected `cfg` condition value: `debug` 368s --> /tmp/tmp.Fq2lWRHlAL/registry/winnow-0.6.18/src/combinator/debug/mod.rs:39:16 368s | 368s 39 | #[cfg_attr(not(feature = "debug"), inline(always))] 368s | ^^^^^^^^^^^^^^^^^ 368s | 368s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 368s = help: consider adding `debug` as a feature in `Cargo.toml` 368s = note: see for more information about checking conditional configuration 368s 368s warning: unexpected `cfg` condition value: `debug` 368s --> /tmp/tmp.Fq2lWRHlAL/registry/winnow-0.6.18/src/combinator/debug/mod.rs:54:16 368s | 368s 54 | #[cfg_attr(not(feature = "debug"), allow(unused_variables))] 368s | ^^^^^^^^^^^^^^^^^ 368s | 368s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 368s = help: consider adding `debug` as a feature in `Cargo.toml` 368s = note: see for more information about checking conditional configuration 368s 368s warning: unexpected `cfg` condition value: `debug` 368s --> /tmp/tmp.Fq2lWRHlAL/registry/winnow-0.6.18/src/combinator/debug/mod.rs:79:7 368s | 368s 79 | #[cfg(feature = "debug")] 368s | ^^^^^^^^^^^^^^^^^ 368s | 368s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 368s = help: consider adding `debug` as a feature in `Cargo.toml` 368s = note: see for more information about checking conditional configuration 368s 368s warning: unexpected `cfg` condition value: `debug` 368s --> /tmp/tmp.Fq2lWRHlAL/registry/winnow-0.6.18/src/combinator/debug/mod.rs:44:11 368s | 368s 44 | #[cfg(feature = "debug")] 368s | ^^^^^^^^^^^^^^^^^ 368s | 368s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 368s = help: consider adding `debug` as a feature in `Cargo.toml` 368s = note: see for more information about checking conditional configuration 368s 368s warning: unexpected `cfg` condition value: `debug` 368s --> /tmp/tmp.Fq2lWRHlAL/registry/winnow-0.6.18/src/combinator/debug/mod.rs:48:15 368s | 368s 48 | #[cfg(not(feature = "debug"))] 368s | ^^^^^^^^^^^^^^^^^ 368s | 368s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 368s = help: consider adding `debug` as a feature in `Cargo.toml` 368s = note: see for more information about checking conditional configuration 368s 368s warning: unexpected `cfg` condition value: `debug` 368s --> /tmp/tmp.Fq2lWRHlAL/registry/winnow-0.6.18/src/combinator/debug/mod.rs:59:11 368s | 368s 59 | #[cfg(feature = "debug")] 368s | ^^^^^^^^^^^^^^^^^ 368s | 368s = note: expected values for `feature` are: `alloc`, `default`, `simd`, `std`, `unstable-doc`, and `unstable-recover` 368s = help: consider adding `debug` as a feature in `Cargo.toml` 368s = note: see for more information about checking conditional configuration 368s 369s warning: `winnow` (lib) generated 10 warnings 369s Compiling target-lexicon v0.12.14 369s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/target-lexicon-0.12.14 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/target-lexicon-0.12.14/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='Targeting utilities for compilers and related tools' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=target-lexicon CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/target-lexicon' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.Fq2lWRHlAL/registry/target-lexicon-0.12.14/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=25364d17e185c4be -C extra-filename=-25364d17e185c4be --out-dir /tmp/tmp.Fq2lWRHlAL/target/debug/build/target-lexicon-25364d17e185c4be -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --cap-lints warn` 369s warning: unexpected `cfg` condition value: `rust_1_40` 369s --> /tmp/tmp.Fq2lWRHlAL/registry/target-lexicon-0.12.14/src/data_model.rs:43:12 369s | 369s 43 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 369s | ^^^^^^^^^^^^^^^^^^^^^ 369s | 369s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 369s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 369s = note: see for more information about checking conditional configuration 369s = note: `#[warn(unexpected_cfgs)]` on by default 369s 369s warning: unexpected `cfg` condition value: `rust_1_40` 369s --> /tmp/tmp.Fq2lWRHlAL/registry/target-lexicon-0.12.14/src/triple.rs:55:12 369s | 369s 55 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 369s | ^^^^^^^^^^^^^^^^^^^^^ 369s | 369s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 369s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 369s = note: see for more information about checking conditional configuration 369s 369s warning: unexpected `cfg` condition value: `rust_1_40` 369s --> /tmp/tmp.Fq2lWRHlAL/registry/target-lexicon-0.12.14/src/targets.rs:14:12 369s | 369s 14 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 369s | ^^^^^^^^^^^^^^^^^^^^^ 369s | 369s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 369s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 369s = note: see for more information about checking conditional configuration 369s 369s warning: unexpected `cfg` condition value: `rust_1_40` 369s --> /tmp/tmp.Fq2lWRHlAL/registry/target-lexicon-0.12.14/src/targets.rs:57:12 369s | 369s 57 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 369s | ^^^^^^^^^^^^^^^^^^^^^ 369s | 369s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 369s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 369s = note: see for more information about checking conditional configuration 369s 369s warning: unexpected `cfg` condition value: `rust_1_40` 369s --> /tmp/tmp.Fq2lWRHlAL/registry/target-lexicon-0.12.14/src/targets.rs:107:12 369s | 369s 107 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 369s | ^^^^^^^^^^^^^^^^^^^^^ 369s | 369s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 369s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 369s = note: see for more information about checking conditional configuration 369s 369s warning: unexpected `cfg` condition value: `rust_1_40` 369s --> /tmp/tmp.Fq2lWRHlAL/registry/target-lexicon-0.12.14/src/targets.rs:386:12 369s | 369s 386 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 369s | ^^^^^^^^^^^^^^^^^^^^^ 369s | 369s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 369s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 369s = note: see for more information about checking conditional configuration 369s 369s warning: unexpected `cfg` condition value: `rust_1_40` 369s --> /tmp/tmp.Fq2lWRHlAL/registry/target-lexicon-0.12.14/src/targets.rs:407:12 369s | 369s 407 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 369s | ^^^^^^^^^^^^^^^^^^^^^ 369s | 369s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 369s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 369s = note: see for more information about checking conditional configuration 369s 369s warning: unexpected `cfg` condition value: `rust_1_40` 369s --> /tmp/tmp.Fq2lWRHlAL/registry/target-lexicon-0.12.14/src/targets.rs:436:12 369s | 369s 436 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 369s | ^^^^^^^^^^^^^^^^^^^^^ 369s | 369s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 369s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 369s = note: see for more information about checking conditional configuration 369s 369s warning: unexpected `cfg` condition value: `rust_1_40` 369s --> /tmp/tmp.Fq2lWRHlAL/registry/target-lexicon-0.12.14/src/targets.rs:459:12 369s | 369s 459 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 369s | ^^^^^^^^^^^^^^^^^^^^^ 369s | 369s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 369s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 369s = note: see for more information about checking conditional configuration 369s 369s warning: unexpected `cfg` condition value: `rust_1_40` 369s --> /tmp/tmp.Fq2lWRHlAL/registry/target-lexicon-0.12.14/src/targets.rs:482:12 369s | 369s 482 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 369s | ^^^^^^^^^^^^^^^^^^^^^ 369s | 369s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 369s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 369s = note: see for more information about checking conditional configuration 369s 369s warning: unexpected `cfg` condition value: `rust_1_40` 369s --> /tmp/tmp.Fq2lWRHlAL/registry/target-lexicon-0.12.14/src/targets.rs:507:12 369s | 369s 507 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 369s | ^^^^^^^^^^^^^^^^^^^^^ 369s | 369s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 369s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 369s = note: see for more information about checking conditional configuration 369s 369s warning: unexpected `cfg` condition value: `rust_1_40` 369s --> /tmp/tmp.Fq2lWRHlAL/registry/target-lexicon-0.12.14/src/targets.rs:566:12 369s | 369s 566 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 369s | ^^^^^^^^^^^^^^^^^^^^^ 369s | 369s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 369s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 369s = note: see for more information about checking conditional configuration 369s 369s warning: unexpected `cfg` condition value: `rust_1_40` 369s --> /tmp/tmp.Fq2lWRHlAL/registry/target-lexicon-0.12.14/src/targets.rs:624:12 369s | 369s 624 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 369s | ^^^^^^^^^^^^^^^^^^^^^ 369s | 369s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 369s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 369s = note: see for more information about checking conditional configuration 369s 369s warning: unexpected `cfg` condition value: `rust_1_40` 369s --> /tmp/tmp.Fq2lWRHlAL/registry/target-lexicon-0.12.14/src/targets.rs:719:12 369s | 369s 719 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 369s | ^^^^^^^^^^^^^^^^^^^^^ 369s | 369s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 369s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 369s = note: see for more information about checking conditional configuration 369s 369s warning: unexpected `cfg` condition value: `rust_1_40` 369s --> /tmp/tmp.Fq2lWRHlAL/registry/target-lexicon-0.12.14/src/targets.rs:801:12 369s | 369s 801 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 369s | ^^^^^^^^^^^^^^^^^^^^^ 369s | 369s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 369s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 369s = note: see for more information about checking conditional configuration 369s 369s Compiling toml_datetime v0.6.8 369s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=toml_datetime CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/toml_datetime-0.6.8 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/toml_datetime-0.6.8/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A TOML-compatible datetime type' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_datetime CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.6.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name toml_datetime --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=f8a60bc8f4facc64 -C extra-filename=-f8a60bc8f4facc64 --out-dir /tmp/tmp.Fq2lWRHlAL/target/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern serde=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libserde-64c0851ac56a0ce1.rmeta --cap-lints warn` 369s Compiling serde_spanned v0.6.7 369s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=serde_spanned CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/serde_spanned-0.6.7 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/serde_spanned-0.6.7/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Serde-compatible spanned Value' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_spanned CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.6.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name serde_spanned --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/serde_spanned-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=bb6bf82fb8b7e3e2 -C extra-filename=-bb6bf82fb8b7e3e2 --out-dir /tmp/tmp.Fq2lWRHlAL/target/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern serde=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libserde-64c0851ac56a0ce1.rmeta --cap-lints warn` 369s Compiling toml_edit v0.22.20 369s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=toml_edit CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/toml_edit-0.22.20 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/toml_edit-0.22.20/Cargo.toml CARGO_PKG_AUTHORS='Andronik Ordian :Ed Page ' CARGO_PKG_DESCRIPTION='Yet another format-preserving TOML parser.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml_edit CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.22.20 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=22 CARGO_PKG_VERSION_PATCH=20 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name toml_edit --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/toml_edit-0.22.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=16e4204886ae364a -C extra-filename=-16e4204886ae364a --out-dir /tmp/tmp.Fq2lWRHlAL/target/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern indexmap=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libindexmap-1e18ac9265fbd6ac.rmeta --extern serde=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libserde-64c0851ac56a0ce1.rmeta --extern serde_spanned=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libserde_spanned-bb6bf82fb8b7e3e2.rmeta --extern toml_datetime=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libtoml_datetime-f8a60bc8f4facc64.rmeta --extern winnow=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libwinnow-0f17435733cfc3dc.rmeta --cap-lints warn` 369s warning: `target-lexicon` (build script) generated 15 warnings 370s 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_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/target-lexicon-0.12.14 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/target-lexicon-0.12.14/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='Targeting utilities for compilers and related tools' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=target-lexicon CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/target-lexicon' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.Fq2lWRHlAL/target/debug/deps:/tmp/tmp.Fq2lWRHlAL/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.Fq2lWRHlAL/target/debug/build/target-lexicon-bcd17a2af3ef410c/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.Fq2lWRHlAL/target/debug/build/target-lexicon-25364d17e185c4be/build-script-build` 370s [target-lexicon 0.12.14] cargo:rustc-cfg=feature="rust_1_40" 370s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=target_lexicon CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/target-lexicon-0.12.14 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/target-lexicon-0.12.14/Cargo.toml CARGO_PKG_AUTHORS='Dan Gohman ' CARGO_PKG_DESCRIPTION='Targeting utilities for compilers and related tools' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=target-lexicon CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/target-lexicon' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.12.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=12 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps OUT_DIR=/tmp/tmp.Fq2lWRHlAL/target/debug/build/target-lexicon-bcd17a2af3ef410c/out rustc --crate-name target_lexicon --edition=2018 /tmp/tmp.Fq2lWRHlAL/registry/target-lexicon-0.12.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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=3e1fae5fd9acfad5 -C extra-filename=-3e1fae5fd9acfad5 --out-dir /tmp/tmp.Fq2lWRHlAL/target/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --cap-lints warn --cfg 'feature="rust_1_40"'` 370s warning: unexpected `cfg` condition value: `cargo-clippy` 370s --> /tmp/tmp.Fq2lWRHlAL/registry/target-lexicon-0.12.14/src/lib.rs:6:5 370s | 370s 6 | feature = "cargo-clippy", 370s | ^^^^^^^^^^^^^^^^^^^^^^^^ 370s | 370s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 370s = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` 370s = note: see for more information about checking conditional configuration 370s = note: `#[warn(unexpected_cfgs)]` on by default 370s 370s warning: unexpected `cfg` condition value: `rust_1_40` 370s --> /tmp/tmp.Fq2lWRHlAL/registry/target-lexicon-0.12.14/src/data_model.rs:43:12 370s | 370s 43 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] 370s | ^^^^^^^^^^^^^^^^^^^^^ 370s | 370s = note: expected values for `feature` are: `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` 370s = help: consider adding `rust_1_40` as a feature in `Cargo.toml` 370s = note: see for more information about checking conditional configuration 370s 370s warning: `target-lexicon` (lib) generated 16 warnings (14 duplicates) 370s Compiling smallvec v1.13.2 370s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/smallvec-1.13.2 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/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.Fq2lWRHlAL/target/debug/deps rustc --crate-name smallvec --edition=2018 /tmp/tmp.Fq2lWRHlAL/registry/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=f7f5371280a70ca7 -C extra-filename=-f7f5371280a70ca7 --out-dir /tmp/tmp.Fq2lWRHlAL/target/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --cap-lints warn` 370s Compiling heck v0.4.1 370s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=heck CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/heck-0.4.1 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/heck-0.4.1/Cargo.toml CARGO_PKG_AUTHORS='Without Boats ' CARGO_PKG_DESCRIPTION='heck is a case conversion library.' CARGO_PKG_HOMEPAGE='https://github.com/withoutboats/heck' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=heck CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/withoutboats/heck' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.4.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name heck --edition=2018 /tmp/tmp.Fq2lWRHlAL/registry/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=780ed41701172964 -C extra-filename=-780ed41701172964 --out-dir /tmp/tmp.Fq2lWRHlAL/target/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --cap-lints warn` 370s Compiling cfg-expr v0.15.8 370s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=cfg_expr CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/cfg-expr-0.15.8 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/cfg-expr-0.15.8/Cargo.toml CARGO_PKG_AUTHORS='Embark :Jake Shadle ' CARGO_PKG_DESCRIPTION='A parser and evaluator for Rust `cfg()` expressions.' CARGO_PKG_HOMEPAGE='https://github.com/EmbarkStudios/cfg-expr' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-expr CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/EmbarkStudios/cfg-expr' CARGO_PKG_RUST_VERSION=1.70.0 CARGO_PKG_VERSION=0.15.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name cfg_expr --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/cfg-expr-0.15.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="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=4c9dfc41aae878a8 -C extra-filename=-4c9dfc41aae878a8 --out-dir /tmp/tmp.Fq2lWRHlAL/target/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern smallvec=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libsmallvec-f7f5371280a70ca7.rmeta --extern target_lexicon=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libtarget_lexicon-3e1fae5fd9acfad5.rmeta --cap-lints warn` 371s Compiling pkg-config v0.3.31 371s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=pkg_config CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/pkg-config-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/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 371s Cargo build scripts. 371s ' 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.Fq2lWRHlAL/target/debug/deps rustc --crate-name pkg_config --edition=2018 /tmp/tmp.Fq2lWRHlAL/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.Fq2lWRHlAL/target/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --cap-lints warn` 371s warning: unreachable expression 371s --> /tmp/tmp.Fq2lWRHlAL/registry/pkg-config-0.3.31/src/lib.rs:596:9 371s | 371s 592 | return true; 371s | ----------- any code following this expression is unreachable 371s ... 371s 596 | / match self.targeted_env_var("PKG_CONFIG_ALLOW_CROSS") { 371s 597 | | // don't use pkg-config if explicitly disabled 371s 598 | | Some(ref val) if val == "0" => false, 371s 599 | | Some(_) => true, 371s ... | 371s 605 | | } 371s 606 | | } 371s | |_________^ unreachable expression 371s | 371s = note: `#[warn(unreachable_code)]` on by default 371s 371s warning: `pkg-config` (lib) generated 1 warning 371s Compiling toml v0.8.19 371s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=toml CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/toml-0.8.19 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/toml-0.8.19/Cargo.toml CARGO_PKG_AUTHORS='Alex Crichton ' CARGO_PKG_DESCRIPTION='A native Rust encoder and decoder of TOML-formatted files and streams. Provides 371s implementations of the standard Serialize/Deserialize traits for TOML data to 371s facilitate deserializing and serializing Rust structures. 371s ' CARGO_PKG_HOMEPAGE='https://github.com/toml-rs/toml' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=toml CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/toml-rs/toml' CARGO_PKG_RUST_VERSION=1.65 CARGO_PKG_VERSION=0.8.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name toml --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/toml-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=3dcb236086e4a66e -C extra-filename=-3dcb236086e4a66e --out-dir /tmp/tmp.Fq2lWRHlAL/target/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern serde=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libserde-64c0851ac56a0ce1.rmeta --extern serde_spanned=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libserde_spanned-bb6bf82fb8b7e3e2.rmeta --extern toml_datetime=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libtoml_datetime-f8a60bc8f4facc64.rmeta --extern toml_edit=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libtoml_edit-16e4204886ae364a.rmeta --cap-lints warn` 372s warning: unused import: `std::fmt` 372s --> /tmp/tmp.Fq2lWRHlAL/registry/toml-0.8.19/src/table.rs:1:5 372s | 372s 1 | use std::fmt; 372s | ^^^^^^^^ 372s | 372s = note: `#[warn(unused_imports)]` on by default 372s 372s warning: `toml` (lib) generated 1 warning 372s Compiling version-compare v0.1.1 372s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=version_compare CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/version-compare-0.1.1 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/version-compare-0.1.1/Cargo.toml CARGO_PKG_AUTHORS='Tim Visee <3a4fb3964f@sinenomine.email>' CARGO_PKG_DESCRIPTION='Rust library to easily compare version numbers with no specific format, and test against various comparison operators.' CARGO_PKG_HOMEPAGE='https://timvisee.com/projects/version-compare/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=version-compare CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.com/timvisee/version-compare' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name version_compare --edition=2018 /tmp/tmp.Fq2lWRHlAL/registry/version-compare-0.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ede63bb61298945c -C extra-filename=-ede63bb61298945c --out-dir /tmp/tmp.Fq2lWRHlAL/target/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --cap-lints warn` 372s warning: unexpected `cfg` condition name: `tarpaulin` 372s --> /tmp/tmp.Fq2lWRHlAL/registry/version-compare-0.1.1/src/cmp.rs:320:12 372s | 372s 320 | #[cfg_attr(tarpaulin, skip)] 372s | ^^^^^^^^^ 372s | 372s = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `fmt_debug`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows` 372s = help: consider using a Cargo feature instead 372s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 372s [lints.rust] 372s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] } 372s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs` 372s = note: see for more information about checking conditional configuration 372s = note: `#[warn(unexpected_cfgs)]` on by default 372s 372s warning: unexpected `cfg` condition name: `tarpaulin` 372s --> /tmp/tmp.Fq2lWRHlAL/registry/version-compare-0.1.1/src/compare.rs:66:12 372s | 372s 66 | #[cfg_attr(tarpaulin, skip)] 372s | ^^^^^^^^^ 372s | 372s = help: consider using a Cargo feature instead 372s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 372s [lints.rust] 372s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] } 372s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs` 372s = note: see for more information about checking conditional configuration 372s 372s warning: unexpected `cfg` condition name: `tarpaulin` 372s --> /tmp/tmp.Fq2lWRHlAL/registry/version-compare-0.1.1/src/manifest.rs:58:12 372s | 372s 58 | #[cfg_attr(tarpaulin, skip)] 372s | ^^^^^^^^^ 372s | 372s = help: consider using a Cargo feature instead 372s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 372s [lints.rust] 372s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] } 372s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs` 372s = note: see for more information about checking conditional configuration 372s 372s warning: unexpected `cfg` condition name: `tarpaulin` 372s --> /tmp/tmp.Fq2lWRHlAL/registry/version-compare-0.1.1/src/part.rs:34:12 372s | 372s 34 | #[cfg_attr(tarpaulin, skip)] 372s | ^^^^^^^^^ 372s | 372s = help: consider using a Cargo feature instead 372s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 372s [lints.rust] 372s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] } 372s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs` 372s = note: see for more information about checking conditional configuration 372s 372s warning: unexpected `cfg` condition name: `tarpaulin` 372s --> /tmp/tmp.Fq2lWRHlAL/registry/version-compare-0.1.1/src/version.rs:462:12 372s | 372s 462 | #[cfg_attr(tarpaulin, skip)] 372s | ^^^^^^^^^ 372s | 372s = help: consider using a Cargo feature instead 372s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 372s [lints.rust] 372s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin)'] } 372s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(tarpaulin)");` to the top of the `build.rs` 372s = note: see for more information about checking conditional configuration 372s 372s warning: `version-compare` (lib) generated 5 warnings 372s Compiling system-deps v7.0.2 372s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=system_deps CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/system-deps-7.0.2 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/system-deps-7.0.2/Cargo.toml CARGO_PKG_AUTHORS='Guillaume Desmottes :Josh Triplett ' CARGO_PKG_DESCRIPTION='Discover and configure system dependencies from declarative dependencies in Cargo.toml' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=system-deps CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gdesmott/system-deps' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=7.0.2 CARGO_PKG_VERSION_MAJOR=7 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name system_deps --edition=2018 /tmp/tmp.Fq2lWRHlAL/registry/system-deps-7.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=df5512f70260f2a1 -C extra-filename=-df5512f70260f2a1 --out-dir /tmp/tmp.Fq2lWRHlAL/target/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern cfg_expr=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libcfg_expr-4c9dfc41aae878a8.rmeta --extern heck=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libheck-780ed41701172964.rmeta --extern pkg_config=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libpkg_config-f20a1c89e2145860.rmeta --extern toml=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libtoml-3dcb236086e4a66e.rmeta --extern version_compare=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libversion_compare-ede63bb61298945c.rmeta --cap-lints warn` 373s Compiling autocfg v1.1.0 373s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/autocfg-1.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/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.Fq2lWRHlAL/target/debug/deps rustc --crate-name autocfg --edition=2015 /tmp/tmp.Fq2lWRHlAL/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.Fq2lWRHlAL/target/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --cap-lints warn` 373s Compiling proc-macro2 v1.0.92 373s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/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.Fq2lWRHlAL/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.Fq2lWRHlAL/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.Fq2lWRHlAL/target/debug/build/proc-macro2-3832f39696f3f5db -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --cap-lints warn` 374s Compiling unicode-ident v1.0.13 374s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/unicode-ident-1.0.13 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/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.Fq2lWRHlAL/target/debug/deps rustc --crate-name unicode_ident --edition=2018 /tmp/tmp.Fq2lWRHlAL/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.Fq2lWRHlAL/target/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --cap-lints warn` 374s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/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.Fq2lWRHlAL/target/debug/deps:/tmp/tmp.Fq2lWRHlAL/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.Fq2lWRHlAL/target/debug/build/proc-macro2-b8c68c67c59c8657/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.Fq2lWRHlAL/target/debug/build/proc-macro2-3832f39696f3f5db/build-script-build` 374s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(fuzzing) 374s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_is_available) 374s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_byte_character) 374s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_literal_c_string) 374s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(no_source_text) 374s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(proc_macro_span) 374s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_backtrace) 374s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing) 374s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt) 374s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(randomize_layout) 374s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(span_locations) 374s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(super_unstable) 374s [proc-macro2 1.0.92] cargo:rustc-check-cfg=cfg(wrap_proc_macro) 374s [proc-macro2 1.0.92] cargo:rerun-if-changed=build/probe.rs 374s [proc-macro2 1.0.92] cargo:rustc-cfg=wrap_proc_macro 374s [proc-macro2 1.0.92] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 374s Compiling libc v0.2.169 374s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/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. 374s ' 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.Fq2lWRHlAL/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/libc-0.2.169/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=281f50e119612eba -C extra-filename=-281f50e119612eba --out-dir /tmp/tmp.Fq2lWRHlAL/target/debug/build/libc-281f50e119612eba -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --cap-lints warn` 374s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/proc-macro2-1.0.92 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/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.Fq2lWRHlAL/target/debug/deps OUT_DIR=/tmp/tmp.Fq2lWRHlAL/target/debug/build/proc-macro2-b8c68c67c59c8657/out rustc --crate-name proc_macro2 --edition=2021 /tmp/tmp.Fq2lWRHlAL/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.Fq2lWRHlAL/target/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern unicode_ident=/tmp/tmp.Fq2lWRHlAL/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)'` 374s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/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. 374s ' 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.Fq2lWRHlAL/target/debug/deps:/tmp/tmp.Fq2lWRHlAL/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/build/libc-3f83b68379fefaf9/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.Fq2lWRHlAL/target/debug/build/libc-281f50e119612eba/build-script-build` 374s [libc 0.2.169] cargo:rerun-if-changed=build.rs 374s [libc 0.2.169] cargo:rerun-if-env-changed=RUST_LIBC_UNSTABLE_FREEBSD_VERSION 374s [libc 0.2.169] cargo:rustc-cfg=freebsd11 374s [libc 0.2.169] cargo:rustc-cfg=libc_const_extern_fn 374s [libc 0.2.169] cargo:rustc-check-cfg=cfg(emscripten_new_stat_abi) 374s [libc 0.2.169] cargo:rustc-check-cfg=cfg(espidf_time32) 374s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd10) 374s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd11) 374s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd12) 374s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd13) 374s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd14) 374s [libc 0.2.169] cargo:rustc-check-cfg=cfg(freebsd15) 374s [libc 0.2.169] cargo:rustc-check-cfg=cfg(gnu_time64_abi) 374s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_const_extern_fn) 374s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_deny_warnings) 374s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_thread_local) 374s [libc 0.2.169] cargo:rustc-check-cfg=cfg(libc_ctest) 374s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx")) 374s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_env,values("illumos","wasi","aix","ohos")) 374s [libc 0.2.169] cargo:rustc-check-cfg=cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky")) 374s Compiling glib-sys v0.20.7 374s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/glib-sys-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/glib-sys-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libglib-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glib-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/glib-sys-0.20.7/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("v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82", "v2_84"))' -C metadata=e76b494fc2db9ea9 -C extra-filename=-e76b494fc2db9ea9 --out-dir /tmp/tmp.Fq2lWRHlAL/target/debug/build/glib-sys-e76b494fc2db9ea9 -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern system_deps=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 375s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=libc CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/libc-0.2.169 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/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. 375s ' 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.Fq2lWRHlAL/target/debug/deps OUT_DIR=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/build/libc-3f83b68379fefaf9/out rustc --crate-name libc --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/libc-0.2.169/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=5c144d8f845513d1 -C extra-filename=-5c144d8f845513d1 --out-dir /tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/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"))'` 375s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/glib-sys-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/glib-sys-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libglib-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glib-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.Fq2lWRHlAL/target/debug/deps:/tmp/tmp.Fq2lWRHlAL/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/build/glib-sys-352789a9aca33e1d/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.Fq2lWRHlAL/target/debug/build/glib-sys-e76b494fc2db9ea9/build-script-build` 375s [glib-sys 0.20.7] cargo:rerun-if-changed=/tmp/tmp.Fq2lWRHlAL/registry/glib-sys-0.20.7/Cargo.toml 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=GLIB_2.0_NO_PKG_CONFIG 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSROOT 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=GOBJECT_2.0_NO_PKG_CONFIG 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSROOT 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 375s [glib-sys 0.20.7] cargo:rustc-link-lib=glib-2.0 375s [glib-sys 0.20.7] cargo:rustc-link-lib=gobject-2.0 375s [glib-sys 0.20.7] cargo:rustc-link-lib=glib-2.0 375s [glib-sys 0.20.7] cargo:include=/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6:/usr/include:/usr/include:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_LIB 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_LIB_FRAMEWORK 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_SEARCH_NATIVE 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_SEARCH_FRAMEWORK 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_INCLUDE 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_LDFLAGS 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_NO_PKG_CONFIG 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_BUILD_INTERNAL 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GLIB_2_0_LINK 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LIB 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LIB_FRAMEWORK 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_SEARCH_NATIVE 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_SEARCH_FRAMEWORK 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_INCLUDE 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LDFLAGS 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_NO_PKG_CONFIG 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_BUILD_INTERNAL 375s [glib-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LINK 375s [glib-sys 0.20.7] 375s [glib-sys 0.20.7] cargo:rustc-cfg=system_deps_have_glib_2_0 375s [glib-sys 0.20.7] cargo:rustc-cfg=system_deps_have_gobject_2_0 375s Compiling quote v1.0.37 375s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/quote-1.0.37 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/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.Fq2lWRHlAL/target/debug/deps rustc --crate-name quote --edition=2018 /tmp/tmp.Fq2lWRHlAL/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.Fq2lWRHlAL/target/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern proc_macro2=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --cap-lints warn` 375s warning: unused import: `crate::ntptimeval` 375s --> /usr/share/cargo/registry/libc-0.2.169/src/unix/linux_like/linux/gnu/b64/mod.rs:5:5 375s | 375s 5 | use crate::ntptimeval; 375s | ^^^^^^^^^^^^^^^^^ 375s | 375s = note: `#[warn(unused_imports)]` on by default 375s 375s Compiling gobject-sys v0.20.7 375s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/gobject-sys-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/gobject-sys-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libgobject-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gobject-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/gobject-sys-0.20.7/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("v2_58", "v2_62", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82"))' -C metadata=badf85930359f815 -C extra-filename=-badf85930359f815 --out-dir /tmp/tmp.Fq2lWRHlAL/target/debug/build/gobject-sys-badf85930359f815 -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern system_deps=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 375s warning: unstable feature specified for `-Ctarget-feature`: `backchain` 375s | 375s = note: this feature is not stably supported; its behavior can change in the future 375s 375s warning: `libc` (lib) generated 2 warnings 375s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=glib_sys CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/glib-sys-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/glib-sys-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libglib-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glib-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps OUT_DIR=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/build/glib-sys-352789a9aca33e1d/out rustc --crate-name glib_sys --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/glib-sys-0.20.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82", "v2_84"))' -C metadata=04da964d550d191e -C extra-filename=-04da964d550d191e --out-dir /tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern libc=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l glib-2.0 -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_glib_2_0 --cfg system_deps_have_gobject_2_0` 375s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/gobject-sys-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/gobject-sys-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libgobject-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gobject-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.Fq2lWRHlAL/target/debug/deps:/tmp/tmp.Fq2lWRHlAL/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/build/gobject-sys-28e6444424201f24/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.Fq2lWRHlAL/target/debug/build/gobject-sys-badf85930359f815/build-script-build` 375s [gobject-sys 0.20.7] cargo:rerun-if-changed=/tmp/tmp.Fq2lWRHlAL/registry/gobject-sys-0.20.7/Cargo.toml 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=GOBJECT_2.0_NO_PKG_CONFIG 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSROOT 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 375s [gobject-sys 0.20.7] cargo:rustc-link-lib=gobject-2.0 375s [gobject-sys 0.20.7] cargo:rustc-link-lib=glib-2.0 375s [gobject-sys 0.20.7] cargo:include=/usr/include:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LIB 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LIB_FRAMEWORK 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_SEARCH_NATIVE 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_SEARCH_FRAMEWORK 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_INCLUDE 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LDFLAGS 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_NO_PKG_CONFIG 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_BUILD_INTERNAL 375s [gobject-sys 0.20.7] cargo:rerun-if-env-changed=SYSTEM_DEPS_GOBJECT_2_0_LINK 375s [gobject-sys 0.20.7] 375s [gobject-sys 0.20.7] cargo:rustc-cfg=system_deps_have_gobject_2_0 375s Compiling syn v2.0.96 375s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/syn-2.0.96 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/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.Fq2lWRHlAL/target/debug/deps rustc --crate-name syn --edition=2021 /tmp/tmp.Fq2lWRHlAL/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.Fq2lWRHlAL/target/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern proc_macro2=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rmeta --extern quote=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libquote-dc92c6f25ee0f0c6.rmeta --extern unicode_ident=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libunicode_ident-5d182fe9243248fe.rmeta --cap-lints warn` 376s warning: `glib-sys` (lib) generated 1 warning (1 duplicate) 376s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gobject_sys CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/gobject-sys-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/gobject-sys-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libgobject-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gobject-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps OUT_DIR=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/build/gobject-sys-28e6444424201f24/out rustc --crate-name gobject_sys --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/gobject-sys-0.20.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v2_58", "v2_62", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82"))' -C metadata=f020968d087cf1e8 -C extra-filename=-f020968d087cf1e8 --out-dir /tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern glib_sys=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern libc=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_gobject_2_0` 376s warning: `gobject-sys` (lib) generated 1 warning (1 duplicate) 376s Compiling slab v0.4.9 376s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/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.Fq2lWRHlAL/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.Fq2lWRHlAL/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.Fq2lWRHlAL/target/debug/build/slab-95cba3e02497b263 -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern autocfg=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libautocfg-9ebcd9511383083c.rlib --cap-lints warn` 376s Compiling gstreamer-sys v0.23.0 376s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/gstreamer-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/gstreamer-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstreamer-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/gstreamer-sys-0.23.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_18_3"' --cfg 'feature="v1_20"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_16", "v1_18", "v1_18_3", "v1_20", "v1_20_4", "v1_22", "v1_24", "v1_26"))' -C metadata=987f6fcb8953aad3 -C extra-filename=-987f6fcb8953aad3 --out-dir /tmp/tmp.Fq2lWRHlAL/target/debug/build/gstreamer-sys-987f6fcb8953aad3 -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern system_deps=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 377s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_V1_16=1 CARGO_FEATURE_V1_18=1 CARGO_FEATURE_V1_18_3=1 CARGO_FEATURE_V1_20=1 CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/gstreamer-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/gstreamer-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstreamer-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.Fq2lWRHlAL/target/debug/deps:/tmp/tmp.Fq2lWRHlAL/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/build/gstreamer-sys-9ae8d059befabed6/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.Fq2lWRHlAL/target/debug/build/gstreamer-sys-987f6fcb8953aad3/build-script-build` 377s [gstreamer-sys 0.23.0] cargo:rerun-if-changed=/tmp/tmp.Fq2lWRHlAL/registry/gstreamer-sys-0.23.0/Cargo.toml 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=GSTREAMER_1.0_NO_PKG_CONFIG 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSROOT 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 377s [gstreamer-sys 0.23.0] cargo:rustc-link-lib=gstreamer-1.0 377s [gstreamer-sys 0.23.0] cargo:rustc-link-lib=gobject-2.0 377s [gstreamer-sys 0.23.0] cargo:rustc-link-lib=glib-2.0 377s [gstreamer-sys 0.23.0] cargo:include=/usr/include/gstreamer-1.0:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6:/usr/include 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_LIB 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_LIB_FRAMEWORK 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_SEARCH_NATIVE 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_SEARCH_FRAMEWORK 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_INCLUDE 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_LDFLAGS 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_NO_PKG_CONFIG 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_BUILD_INTERNAL 377s [gstreamer-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_1_0_LINK 377s [gstreamer-sys 0.23.0] 377s [gstreamer-sys 0.23.0] cargo:rustc-cfg=system_deps_have_gstreamer_1_0 377s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/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.Fq2lWRHlAL/target/debug/deps:/tmp/tmp.Fq2lWRHlAL/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/build/slab-2c89ee66d35953a1/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.Fq2lWRHlAL/target/debug/build/slab-95cba3e02497b263/build-script-build` 377s [slab 0.4.9] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 377s [slab 0.4.9] | 377s [slab 0.4.9] = note: this feature is not stably supported; its behavior can change in the future 377s [slab 0.4.9] 377s [slab 0.4.9] warning: 1 warning emitted 377s [slab 0.4.9] 377s Compiling num-traits v0.2.19 377s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=df063271a742dcb0 -C extra-filename=-df063271a742dcb0 --out-dir /tmp/tmp.Fq2lWRHlAL/target/debug/build/num-traits-df063271a742dcb0 -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern autocfg=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libautocfg-9ebcd9511383083c.rlib --cap-lints warn` 377s Compiling futures-core v0.3.31 377s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_core CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/futures-core-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/futures-core-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The core traits and types in for the `futures` library. 377s ' 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.Fq2lWRHlAL/target/debug/deps rustc --crate-name futures_core --edition=2018 /tmp/tmp.Fq2lWRHlAL/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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=8d305950da6bf5c8 -C extra-filename=-8d305950da6bf5c8 --out-dir /tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 377s warning: `futures-core` (lib) generated 1 warning (1 duplicate) 377s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_I128=1 CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.Fq2lWRHlAL/target/debug/deps:/tmp/tmp.Fq2lWRHlAL/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/build/num-traits-e7e75256e08cb60b/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.Fq2lWRHlAL/target/debug/build/num-traits-df063271a742dcb0/build-script-build` 377s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 377s [num-traits 0.2.19] | 377s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 377s [num-traits 0.2.19] 377s [num-traits 0.2.19] warning: 1 warning emitted 377s [num-traits 0.2.19] 377s [num-traits 0.2.19] warning: unstable feature specified for `-Ctarget-feature`: `backchain` 377s [num-traits 0.2.19] | 377s [num-traits 0.2.19] = note: this feature is not stably supported; its behavior can change in the future 377s [num-traits 0.2.19] 377s [num-traits 0.2.19] warning: 1 warning emitted 377s [num-traits 0.2.19] 377s [num-traits 0.2.19] cargo:rustc-cfg=has_total_cmp 377s [num-traits 0.2.19] cargo:rerun-if-changed=build.rs 377s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=slab CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/slab-0.4.9 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/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.Fq2lWRHlAL/target/debug/deps OUT_DIR=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/build/slab-2c89ee66d35953a1/out rustc --crate-name slab --edition=2018 /tmp/tmp.Fq2lWRHlAL/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.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 377s warning: unexpected `cfg` condition name: `slab_no_const_vec_new` 377s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:250:15 377s | 377s 250 | #[cfg(not(slab_no_const_vec_new))] 377s | ^^^^^^^^^^^^^^^^^^^^^ 377s | 377s = 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` 377s = help: consider using a Cargo feature instead 377s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 377s [lints.rust] 377s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_const_vec_new)'] } 377s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_const_vec_new)");` to the top of the `build.rs` 377s = note: see for more information about checking conditional configuration 377s = note: `#[warn(unexpected_cfgs)]` on by default 377s 377s warning: unexpected `cfg` condition name: `slab_no_const_vec_new` 377s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:264:11 377s | 377s 264 | #[cfg(slab_no_const_vec_new)] 377s | ^^^^^^^^^^^^^^^^^^^^^ 377s | 377s = help: consider using a Cargo feature instead 377s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 377s [lints.rust] 377s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_const_vec_new)'] } 377s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_const_vec_new)");` to the top of the `build.rs` 377s = note: see for more information about checking conditional configuration 377s 377s warning: unexpected `cfg` condition name: `slab_no_track_caller` 377s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:929:20 377s | 377s 929 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 377s | ^^^^^^^^^^^^^^^^^^^^ 377s | 377s = help: consider using a Cargo feature instead 377s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 377s [lints.rust] 377s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 377s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 377s = note: see for more information about checking conditional configuration 377s 377s warning: unexpected `cfg` condition name: `slab_no_track_caller` 377s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1098:20 377s | 377s 1098 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 377s | ^^^^^^^^^^^^^^^^^^^^ 377s | 377s = help: consider using a Cargo feature instead 377s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 377s [lints.rust] 377s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 377s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 377s = note: see for more information about checking conditional configuration 377s 377s warning: unexpected `cfg` condition name: `slab_no_track_caller` 377s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1206:20 377s | 377s 1206 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 377s | ^^^^^^^^^^^^^^^^^^^^ 377s | 377s = help: consider using a Cargo feature instead 377s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 377s [lints.rust] 377s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 377s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 377s = note: see for more information about checking conditional configuration 377s 377s warning: unexpected `cfg` condition name: `slab_no_track_caller` 377s --> /usr/share/cargo/registry/slab-0.4.9/src/lib.rs:1216:20 377s | 377s 1216 | #[cfg_attr(not(slab_no_track_caller), track_caller)] 377s | ^^^^^^^^^^^^^^^^^^^^ 377s | 377s = help: consider using a Cargo feature instead 377s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 377s [lints.rust] 377s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slab_no_track_caller)'] } 377s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(slab_no_track_caller)");` to the top of the `build.rs` 377s = note: see for more information about checking conditional configuration 377s 377s warning: `slab` (lib) generated 7 warnings (1 duplicate) 377s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_sys CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/gstreamer-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/gstreamer-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstreamer-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps OUT_DIR=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/build/gstreamer-sys-9ae8d059befabed6/out rustc --crate-name gstreamer_sys --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/gstreamer-sys-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_18_3"' --cfg 'feature="v1_20"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_16", "v1_18", "v1_18_3", "v1_20", "v1_20_4", "v1_22", "v1_24", "v1_26"))' -C metadata=487a83e7930554b6 -C extra-filename=-487a83e7930554b6 --out-dir /tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern glib_sys=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern gobject_sys=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libgobject_sys-f020968d087cf1e8.rmeta --extern libc=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l gstreamer-1.0 -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_gstreamer_1_0` 378s warning: `gstreamer-sys` (lib) generated 1 warning (1 duplicate) 378s Compiling gio-sys v0.20.8 378s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/gio-sys-0.20.8 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/gio-sys-0.20.8/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libgio-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gio-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/gio-sys-0.20.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("v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82", "v2_84"))' -C metadata=fa8bb799a92b9aec -C extra-filename=-fa8bb799a92b9aec --out-dir /tmp/tmp.Fq2lWRHlAL/target/debug/build/gio-sys-fa8bb799a92b9aec -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern system_deps=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 378s Compiling gstreamer-base-sys v0.23.0 378s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/gstreamer-base-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/gstreamer-base-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstbase-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-base-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/gstreamer-base-sys-0.23.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_14_1"' --cfg 'feature="v1_14_3"' --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_20"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_14_1", "v1_14_3", "v1_16", "v1_18", "v1_20", "v1_22", "v1_24", "v1_26"))' -C metadata=0d7f5a7dc3231f6b -C extra-filename=-0d7f5a7dc3231f6b --out-dir /tmp/tmp.Fq2lWRHlAL/target/debug/build/gstreamer-base-sys-0d7f5a7dc3231f6b -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern system_deps=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 379s Compiling futures-task v0.3.31 379s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_task CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/futures-task-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/futures-task-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Tools for working with tasks. 379s ' 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.Fq2lWRHlAL/target/debug/deps rustc --crate-name futures_task --edition=2018 /tmp/tmp.Fq2lWRHlAL/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.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 379s warning: `futures-task` (lib) generated 1 warning (1 duplicate) 379s Compiling pin-utils v0.1.0 379s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=pin_utils CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/pin-utils-0.1.0 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/pin-utils-0.1.0/Cargo.toml CARGO_PKG_AUTHORS='Josef Brandl ' CARGO_PKG_DESCRIPTION='Utilities for pinning 379s ' 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.Fq2lWRHlAL/target/debug/deps rustc --crate-name pin_utils --edition=2018 /tmp/tmp.Fq2lWRHlAL/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.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 379s warning: `pin-utils` (lib) generated 1 warning (1 duplicate) 379s Compiling paste v1.0.15 379s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/paste-1.0.15 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/paste-1.0.15/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Macros for all your token pasting needs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=paste CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/paste' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.15 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name build_script_build --edition=2018 /tmp/tmp.Fq2lWRHlAL/registry/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1df94c291fa3c93b -C extra-filename=-1df94c291fa3c93b --out-dir /tmp/tmp.Fq2lWRHlAL/target/debug/build/paste-1df94c291fa3c93b -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --cap-lints warn` 379s Compiling pin-project-lite v0.2.13 379s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=pin_project_lite CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/pin-project-lite-0.2.13 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/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. 379s ' 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.Fq2lWRHlAL/target/debug/deps rustc --crate-name pin_project_lite --edition=2018 /tmp/tmp.Fq2lWRHlAL/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.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 379s warning: `pin-project-lite` (lib) generated 1 warning (1 duplicate) 379s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/paste-1.0.15 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/paste-1.0.15/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Macros for all your token pasting needs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=paste CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/paste' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.15 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.Fq2lWRHlAL/target/debug/deps:/tmp/tmp.Fq2lWRHlAL/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.Fq2lWRHlAL/target/debug/build/paste-93337411b64beae9/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.Fq2lWRHlAL/target/debug/build/paste-1df94c291fa3c93b/build-script-build` 379s [paste 1.0.15] cargo:rerun-if-changed=build.rs 379s [paste 1.0.15] cargo:rustc-check-cfg=cfg(no_literal_fromstr) 379s [paste 1.0.15] cargo:rustc-check-cfg=cfg(feature, values("protocol_feature_paste")) 379s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_V1_14_1=1 CARGO_FEATURE_V1_14_3=1 CARGO_FEATURE_V1_16=1 CARGO_FEATURE_V1_18=1 CARGO_FEATURE_V1_20=1 CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/gstreamer-base-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/gstreamer-base-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstbase-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-base-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.Fq2lWRHlAL/target/debug/deps:/tmp/tmp.Fq2lWRHlAL/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/build/gstreamer-base-sys-52a915bdd1434049/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.Fq2lWRHlAL/target/debug/build/gstreamer-base-sys-0d7f5a7dc3231f6b/build-script-build` 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-changed=/tmp/tmp.Fq2lWRHlAL/registry/gstreamer-base-sys-0.23.0/Cargo.toml 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=GSTREAMER_BASE_1.0_NO_PKG_CONFIG 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSROOT 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 379s [gstreamer-base-sys 0.23.0] cargo:rustc-link-lib=gstbase-1.0 379s [gstreamer-base-sys 0.23.0] cargo:rustc-link-lib=gstreamer-1.0 379s [gstreamer-base-sys 0.23.0] cargo:rustc-link-lib=gobject-2.0 379s [gstreamer-base-sys 0.23.0] cargo:rustc-link-lib=glib-2.0 379s [gstreamer-base-sys 0.23.0] cargo:include=/usr/include/gstreamer-1.0:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6:/usr/include 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_LIB 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_LIB_FRAMEWORK 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_SEARCH_NATIVE 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_SEARCH_FRAMEWORK 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_INCLUDE 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_LDFLAGS 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_NO_PKG_CONFIG 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_BUILD_INTERNAL 379s [gstreamer-base-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_BASE_1_0_LINK 379s [gstreamer-base-sys 0.23.0] 379s [gstreamer-base-sys 0.23.0] cargo:rustc-cfg=system_deps_have_gstreamer_base_1_0 379s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/gio-sys-0.20.8 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/gio-sys-0.20.8/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libgio-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gio-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.Fq2lWRHlAL/target/debug/deps:/tmp/tmp.Fq2lWRHlAL/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/build/gio-sys-0011c5829155f9ef/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.Fq2lWRHlAL/target/debug/build/gio-sys-fa8bb799a92b9aec/build-script-build` 379s [gio-sys 0.20.8] cargo:rerun-if-changed=/tmp/tmp.Fq2lWRHlAL/registry/gio-sys-0.20.8/Cargo.toml 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=GIO_2.0_NO_PKG_CONFIG 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSROOT 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 379s [gio-sys 0.20.8] cargo:rustc-link-lib=gio-2.0 379s [gio-sys 0.20.8] cargo:rustc-link-lib=gobject-2.0 379s [gio-sys 0.20.8] cargo:rustc-link-lib=glib-2.0 379s [gio-sys 0.20.8] cargo:include=/usr/include:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6:/usr/include/libmount:/usr/include/blkid 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_LIB 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_LIB_FRAMEWORK 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_SEARCH_NATIVE 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_SEARCH_FRAMEWORK 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_INCLUDE 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_LDFLAGS 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_NO_PKG_CONFIG 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_BUILD_INTERNAL 379s [gio-sys 0.20.8] cargo:rerun-if-env-changed=SYSTEM_DEPS_GIO_2_0_LINK 379s [gio-sys 0.20.8] 379s [gio-sys 0.20.8] cargo:rustc-cfg=system_deps_have_gio_2_0 379s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_traits CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/num-traits-0.2.19 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/num-traits-0.2.19/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Numeric traits for generic mathematics' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-traits' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-traits CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-traits' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.2.19 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=19 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps OUT_DIR=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/build/num-traits-e7e75256e08cb60b/out rustc --crate-name num_traits --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=7a252d39be81ec7b -C extra-filename=-7a252d39be81ec7b --out-dir /tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --cfg has_total_cmp` 379s warning: unexpected `cfg` condition name: `has_total_cmp` 379s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 379s | 379s 2305 | #[cfg(has_total_cmp)] 379s | ^^^^^^^^^^^^^ 379s ... 379s 2325 | totalorder_impl!(f64, i64, u64, 64); 379s | ----------------------------------- in this macro invocation 379s | 379s = 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` 379s = help: consider using a Cargo feature instead 379s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 379s [lints.rust] 379s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 379s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 379s = note: see for more information about checking conditional configuration 379s = note: `#[warn(unexpected_cfgs)]` on by default 379s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 379s 379s warning: unexpected `cfg` condition name: `has_total_cmp` 379s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 379s | 379s 2311 | #[cfg(not(has_total_cmp))] 379s | ^^^^^^^^^^^^^ 379s ... 379s 2325 | totalorder_impl!(f64, i64, u64, 64); 379s | ----------------------------------- in this macro invocation 379s | 379s = help: consider using a Cargo feature instead 379s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 379s [lints.rust] 379s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 379s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 379s = note: see for more information about checking conditional configuration 379s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 379s 379s warning: unexpected `cfg` condition name: `has_total_cmp` 379s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2305:19 379s | 379s 2305 | #[cfg(has_total_cmp)] 379s | ^^^^^^^^^^^^^ 379s ... 379s 2326 | totalorder_impl!(f32, i32, u32, 32); 379s | ----------------------------------- in this macro invocation 379s | 379s = help: consider using a Cargo feature instead 379s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 379s [lints.rust] 379s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 379s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 379s = note: see for more information about checking conditional configuration 379s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 379s 379s warning: unexpected `cfg` condition name: `has_total_cmp` 379s --> /usr/share/cargo/registry/num-traits-0.2.19/src/float.rs:2311:23 379s | 379s 2311 | #[cfg(not(has_total_cmp))] 379s | ^^^^^^^^^^^^^ 379s ... 379s 2326 | totalorder_impl!(f32, i32, u32, 32); 379s | ----------------------------------- in this macro invocation 379s | 379s = help: consider using a Cargo feature instead 379s = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: 379s [lints.rust] 379s unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_total_cmp)'] } 379s = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(has_total_cmp)");` to the top of the `build.rs` 379s = note: see for more information about checking conditional configuration 379s = note: this warning originates in the macro `totalorder_impl` (in Nightly builds, run with -Z macro-backtrace for more info) 379s 380s warning: `num-traits` (lib) generated 5 warnings (1 duplicate) 380s Compiling proc-macro-crate v3.2.0 380s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=proc_macro_crate CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/proc-macro-crate-3.2.0 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/proc-macro-crate-3.2.0/Cargo.toml CARGO_PKG_AUTHORS='Bastian Köcher ' CARGO_PKG_DESCRIPTION='Replacement for crate (macro_rules keyword) in proc-macros 380s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro-crate CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bkchr/proc-macro-crate' CARGO_PKG_RUST_VERSION=1.67.0 CARGO_PKG_VERSION=3.2.0 CARGO_PKG_VERSION_MAJOR=3 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name proc_macro_crate --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/proc-macro-crate-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=76b8c9685ffc2762 -C extra-filename=-76b8c9685ffc2762 --out-dir /tmp/tmp.Fq2lWRHlAL/target/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern toml_edit=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libtoml_edit-16e4204886ae364a.rmeta --cap-lints warn` 380s Compiling futures-macro v0.3.31 380s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_macro CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/futures-macro-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/futures-macro-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The futures-rs procedural macro implementations. 380s ' 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.Fq2lWRHlAL/target/debug/deps rustc --crate-name futures_macro --edition=2018 /tmp/tmp.Fq2lWRHlAL/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.Fq2lWRHlAL/target/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern proc_macro2=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 381s Compiling thiserror v1.0.69 381s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dd39d6a520033168 -C extra-filename=-dd39d6a520033168 --out-dir /tmp/tmp.Fq2lWRHlAL/target/debug/build/thiserror-dd39d6a520033168 -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --cap-lints warn` 381s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.Fq2lWRHlAL/target/debug/deps:/tmp/tmp.Fq2lWRHlAL/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/build/thiserror-11349f755e8d8deb/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.Fq2lWRHlAL/target/debug/build/thiserror-dd39d6a520033168/build-script-build` 381s [thiserror 1.0.69] cargo:rerun-if-changed=build/probe.rs 381s [thiserror 1.0.69] cargo:rustc-check-cfg=cfg(error_generic_member_access) 381s [thiserror 1.0.69] cargo:rustc-check-cfg=cfg(thiserror_nightly_testing) 381s [thiserror 1.0.69] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP 381s Compiling glib-macros v0.20.7 381s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=glib_macros CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/glib-macros-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/glib-macros-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='Rust bindings for the GLib library, proc macros crate' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glib-macros CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name glib_macros --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/glib-macros-0.20.7/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=4f3a8fec6ed8d54d -C extra-filename=-4f3a8fec6ed8d54d --out-dir /tmp/tmp.Fq2lWRHlAL/target/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern heck=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libheck-780ed41701172964.rlib --extern proc_macro_crate=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libproc_macro_crate-76b8c9685ffc2762.rlib --extern proc_macro2=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 382s Compiling futures-util v0.3.31 382s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_util CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/futures-util-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/futures-util-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Common utilities and extension traits for the futures-rs library. 382s ' 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.Fq2lWRHlAL/target/debug/deps rustc --crate-name futures_util --edition=2018 /tmp/tmp.Fq2lWRHlAL/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=55ce86bb324f7494 -C extra-filename=-55ce86bb324f7494 --out-dir /tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern futures_core=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-8d305950da6bf5c8.rmeta --extern futures_macro=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libfutures_macro-ed93d4d24a8167bf.so --extern futures_task=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-47c3a7d17767e18f.rmeta --extern pin_project_lite=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libpin_project_lite-5dc815523e98d889.rmeta --extern pin_utils=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libpin_utils-9646380a39f6bb39.rmeta --extern slab=/tmp/tmp.Fq2lWRHlAL/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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 382s warning: unexpected `cfg` condition value: `compat` 382s --> /usr/share/cargo/registry/futures-util-0.3.31/src/lib.rs:308:7 382s | 382s 308 | #[cfg(feature = "compat")] 382s | ^^^^^^^^^^^^^^^^^^ 382s | 382s = 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` 382s = help: consider adding `compat` as a feature in `Cargo.toml` 382s = note: see for more information about checking conditional configuration 382s = note: requested on the command line with `-W unexpected-cfgs` 382s 382s warning: unexpected `cfg` condition value: `compat` 382s --> /usr/share/cargo/registry/futures-util-0.3.31/src/future/try_future/mod.rs:6:7 382s | 382s 6 | #[cfg(feature = "compat")] 382s | ^^^^^^^^^^^^^^^^^^ 382s | 382s = 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` 382s = help: consider adding `compat` as a feature in `Cargo.toml` 382s = note: see for more information about checking conditional configuration 382s 382s warning: unexpected `cfg` condition value: `compat` 382s --> /usr/share/cargo/registry/futures-util-0.3.31/src/future/try_future/mod.rs:580:11 382s | 382s 580 | #[cfg(feature = "compat")] 382s | ^^^^^^^^^^^^^^^^^^ 382s | 382s = 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` 382s = help: consider adding `compat` as a feature in `Cargo.toml` 382s = note: see for more information about checking conditional configuration 382s 382s warning: unexpected `cfg` condition value: `compat` 382s --> /usr/share/cargo/registry/futures-util-0.3.31/src/stream/try_stream/mod.rs:6:7 382s | 382s 6 | #[cfg(feature = "compat")] 382s | ^^^^^^^^^^^^^^^^^^ 382s | 382s = 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` 382s = help: consider adding `compat` as a feature in `Cargo.toml` 382s = note: see for more information about checking conditional configuration 382s 382s warning: unexpected `cfg` condition value: `compat` 382s --> /usr/share/cargo/registry/futures-util-0.3.31/src/stream/try_stream/mod.rs:1154:11 382s | 382s 1154 | #[cfg(feature = "compat")] 382s | ^^^^^^^^^^^^^^^^^^ 382s | 382s = 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` 382s = help: consider adding `compat` as a feature in `Cargo.toml` 382s = note: see for more information about checking conditional configuration 382s 382s warning: unexpected `cfg` condition value: `compat` 382s --> /usr/share/cargo/registry/futures-util-0.3.31/src/task/spawn.rs:3:7 382s | 382s 3 | #[cfg(feature = "compat")] 382s | ^^^^^^^^^^^^^^^^^^ 382s | 382s = 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` 382s = help: consider adding `compat` as a feature in `Cargo.toml` 382s = note: see for more information about checking conditional configuration 382s 382s warning: unexpected `cfg` condition value: `compat` 382s --> /usr/share/cargo/registry/futures-util-0.3.31/src/task/spawn.rs:92:11 382s | 382s 92 | #[cfg(feature = "compat")] 382s | ^^^^^^^^^^^^^^^^^^ 382s | 382s = 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` 382s = help: consider adding `compat` as a feature in `Cargo.toml` 382s = note: see for more information about checking conditional configuration 382s 383s warning: `futures-util` (lib) generated 8 warnings (1 duplicate) 383s Compiling futures-executor v0.3.31 383s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_executor CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/futures-executor-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/futures-executor-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Executors for asynchronous tasks based on the futures-rs library. 383s ' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-executor CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=0.3.31 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=31 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name futures_executor --edition=2018 /tmp/tmp.Fq2lWRHlAL/registry/futures-executor-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=c6cde650cf25c2af -C extra-filename=-c6cde650cf25c2af --out-dir /tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern futures_core=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-8d305950da6bf5c8.rmeta --extern futures_task=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-47c3a7d17767e18f.rmeta --extern futures_util=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libfutures_util-55ce86bb324f7494.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 383s warning: `futures-executor` (lib) generated 1 warning (1 duplicate) 383s Compiling thiserror-impl v1.0.69 383s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=thiserror_impl CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/thiserror-impl-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/thiserror-impl-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Implementation detail of the `thiserror` crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror-impl CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name thiserror_impl --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6bde6db1ff27963e -C extra-filename=-6bde6db1ff27963e --out-dir /tmp/tmp.Fq2lWRHlAL/target/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern proc_macro2=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libproc_macro2-ccebc93d1de6cfe5.rlib --extern quote=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libquote-dc92c6f25ee0f0c6.rlib --extern syn=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libsyn-0a09462095438540.rlib --extern proc_macro --cap-lints warn` 385s Compiling num-integer v0.1.46 385s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_integer CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/num-integer-0.1.46 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/num-integer-0.1.46/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Integer traits and functions' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-integer' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-integer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-integer' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=0.1.46 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=46 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name num_integer --edition=2018 /tmp/tmp.Fq2lWRHlAL/registry/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=370715ab210cefe0 -C extra-filename=-370715ab210cefe0 --out-dir /tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern num_traits=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libnum_traits-7a252d39be81ec7b.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 386s warning: `num-integer` (lib) generated 1 warning (1 duplicate) 386s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gio_sys CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/gio-sys-0.20.8 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/gio-sys-0.20.8/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='FFI bindings to libgio-2.0' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gio-sys CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps OUT_DIR=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/build/gio-sys-0011c5829155f9ef/out rustc --crate-name gio_sys --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/gio-sys-0.20.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("v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82", "v2_84"))' -C metadata=4f5aba36840be9e4 -C extra-filename=-4f5aba36840be9e4 --out-dir /tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern glib_sys=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern gobject_sys=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libgobject_sys-f020968d087cf1e8.rmeta --extern libc=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l gio-2.0 -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_gio_2_0` 386s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_base_sys CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/gstreamer-base-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/gstreamer-base-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstbase-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-base-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps OUT_DIR=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/build/gstreamer-base-sys-52a915bdd1434049/out rustc --crate-name gstreamer_base_sys --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/gstreamer-base-sys-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_14_1"' --cfg 'feature="v1_14_3"' --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_20"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_14_1", "v1_14_3", "v1_16", "v1_18", "v1_20", "v1_22", "v1_24", "v1_26"))' -C metadata=e2a12a769a0745d0 -C extra-filename=-e2a12a769a0745d0 --out-dir /tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern glib_sys=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern gobject_sys=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libgobject_sys-f020968d087cf1e8.rmeta --extern gstreamer_sys=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_sys-487a83e7930554b6.rmeta --extern libc=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l gstbase-1.0 -l gstreamer-1.0 -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_gstreamer_base_1_0` 386s warning: `gstreamer-base-sys` (lib) generated 1 warning (1 duplicate) 386s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=paste CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/paste-1.0.15 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/paste-1.0.15/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='Macros for all your token pasting needs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=paste CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/paste' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.15 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps OUT_DIR=/tmp/tmp.Fq2lWRHlAL/target/debug/build/paste-93337411b64beae9/out rustc --crate-name paste --edition=2018 /tmp/tmp.Fq2lWRHlAL/registry/paste-1.0.15/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=bec0c7568d224633 -C extra-filename=-bec0c7568d224633 --out-dir /tmp/tmp.Fq2lWRHlAL/target/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern proc_macro --cap-lints warn --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'` 387s Compiling futures-channel v0.3.31 387s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=futures_channel CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/futures-channel-0.3.31 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/futures-channel-0.3.31/Cargo.toml CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Channels for asynchronous communication using futures-rs. 387s ' 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.Fq2lWRHlAL/target/debug/deps rustc --crate-name futures_channel --edition=2018 /tmp/tmp.Fq2lWRHlAL/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=8ed485ea134c933c -C extra-filename=-8ed485ea134c933c --out-dir /tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern futures_core=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-8d305950da6bf5c8.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 387s warning: `futures-channel` (lib) generated 1 warning (1 duplicate) 387s Compiling gstreamer-video-sys v0.23.0 387s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/gstreamer-video-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/gstreamer-video-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstvideo-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-video-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/gstreamer-video-sys-0.23.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_20"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_16", "v1_18", "v1_20", "v1_22", "v1_24", "v1_26"))' -C metadata=922c396cba2bcbaf -C extra-filename=-922c396cba2bcbaf --out-dir /tmp/tmp.Fq2lWRHlAL/target/debug/build/gstreamer-video-sys-922c396cba2bcbaf -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern system_deps=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 387s warning: `gio-sys` (lib) generated 1 warning (1 duplicate) 387s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/smallvec-1.13.2 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/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.Fq2lWRHlAL/target/debug/deps rustc --crate-name smallvec --edition=2018 /tmp/tmp.Fq2lWRHlAL/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"' --cfg 'feature="write"' --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=e5db66a1c7c5bdd9 -C extra-filename=-e5db66a1c7c5bdd9 --out-dir /tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 387s Compiling either v1.13.0 387s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=either CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/either-1.13.0 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/either-1.13.0/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. 387s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=either CARGO_PKG_README=README-crates.io.md CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/either' CARGO_PKG_RUST_VERSION=1.37 CARGO_PKG_VERSION=1.13.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name either --edition=2018 /tmp/tmp.Fq2lWRHlAL/registry/either-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=0c433bde77a4eceb -C extra-filename=-0c433bde77a4eceb --out-dir /tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 387s warning: `smallvec` (lib) generated 1 warning (1 duplicate) 387s Compiling bitflags v2.6.0 387s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/bitflags-2.6.0 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/bitflags-2.6.0/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags. 387s ' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.6.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name bitflags --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=b46b0ecb4cb3caf0 -C extra-filename=-b46b0ecb4cb3caf0 --out-dir /tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 387s warning: `either` (lib) generated 1 warning (1 duplicate) 387s Compiling memchr v2.7.4 387s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=memchr CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/memchr-2.7.4 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/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 387s 1, 2 or 3 byte search and single substring search. 387s ' 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.Fq2lWRHlAL/target/debug/deps rustc --crate-name memchr --edition=2021 /tmp/tmp.Fq2lWRHlAL/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=944ab1891fd21906 -C extra-filename=-944ab1891fd21906 --out-dir /tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 387s warning: `bitflags` (lib) generated 1 warning (1 duplicate) 387s Compiling itertools v0.13.0 387s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=itertools CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/itertools-0.13.0 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/itertools-0.13.0/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='Extra iterator adaptors, iterator methods, free functions, and macros.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itertools CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-itertools/itertools' CARGO_PKG_RUST_VERSION=1.43.1 CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name itertools --edition=2018 /tmp/tmp.Fq2lWRHlAL/registry/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=3fe74f4ee8f6c18a -C extra-filename=-3fe74f4ee8f6c18a --out-dir /tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern either=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libeither-0c433bde77a4eceb.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 388s warning: `memchr` (lib) generated 1 warning (1 duplicate) 388s Compiling glib v0.20.7 388s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=glib CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/glib-0.20.7 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/glib-0.20.7/Cargo.toml CARGO_PKG_AUTHORS='The gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='Rust bindings for the GLib library' CARGO_PKG_HOMEPAGE='https://gtk-rs.org/' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glib CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gtk-rs-core' CARGO_PKG_RUST_VERSION=1.70 CARGO_PKG_VERSION=0.20.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=20 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name glib --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/glib-0.20.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="gio"' --cfg 'feature="gio-sys"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiletests", "default", "gio", "gio-sys", "log", "log_macros", "rs-log", "v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78", "v2_80", "v2_82", "v2_84"))' -C metadata=fd12ebb17a54b922 -C extra-filename=-fd12ebb17a54b922 --out-dir /tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern bitflags=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libbitflags-b46b0ecb4cb3caf0.rmeta --extern futures_channel=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libfutures_channel-8ed485ea134c933c.rmeta --extern futures_core=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-8d305950da6bf5c8.rmeta --extern futures_executor=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libfutures_executor-c6cde650cf25c2af.rmeta --extern futures_task=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libfutures_task-47c3a7d17767e18f.rmeta --extern futures_util=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libfutures_util-55ce86bb324f7494.rmeta --extern gio_sys=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libgio_sys-4f5aba36840be9e4.rmeta --extern glib_macros=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libglib_macros-4f3a8fec6ed8d54d.so --extern glib_sys=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern gobject_sys=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libgobject_sys-f020968d087cf1e8.rmeta --extern libc=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --extern memchr=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libmemchr-944ab1891fd21906.rmeta --extern smallvec=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libsmallvec-e5db66a1c7c5bdd9.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 389s warning: `itertools` (lib) generated 1 warning (1 duplicate) 389s 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/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_FEATURE_V1_16=1 CARGO_FEATURE_V1_18=1 CARGO_FEATURE_V1_20=1 CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/gstreamer-video-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/gstreamer-video-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstvideo-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-video-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.Fq2lWRHlAL/target/debug/deps:/tmp/tmp.Fq2lWRHlAL/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/build/gstreamer-video-sys-35dfddfc09afcad6/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.Fq2lWRHlAL/target/debug/build/gstreamer-video-sys-922c396cba2bcbaf/build-script-build` 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-changed=/tmp/tmp.Fq2lWRHlAL/registry/gstreamer-video-sys-0.23.0/Cargo.toml 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=GSTREAMER_VIDEO_1.0_NO_PKG_CONFIG 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSROOT 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 389s [gstreamer-video-sys 0.23.0] cargo:rustc-link-lib=gstvideo-1.0 389s [gstreamer-video-sys 0.23.0] cargo:rustc-link-lib=gstbase-1.0 389s [gstreamer-video-sys 0.23.0] cargo:rustc-link-lib=gstreamer-1.0 389s [gstreamer-video-sys 0.23.0] cargo:rustc-link-lib=gobject-2.0 389s [gstreamer-video-sys 0.23.0] cargo:rustc-link-lib=glib-2.0 389s [gstreamer-video-sys 0.23.0] cargo:include=/usr/include/gstreamer-1.0:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6:/usr/include:/usr/include/orc-0.4 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_LIB 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_LIB_FRAMEWORK 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_SEARCH_NATIVE 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_SEARCH_FRAMEWORK 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_INCLUDE 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_LDFLAGS 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_NO_PKG_CONFIG 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_BUILD_INTERNAL 389s [gstreamer-video-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_VIDEO_1_0_LINK 389s [gstreamer-video-sys 0.23.0] 389s [gstreamer-video-sys 0.23.0] cargo:rustc-cfg=system_deps_have_gstreamer_video_1_0 389s Compiling option-operations v0.5.0 389s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=option_operations CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/option-operations-0.5.0 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/option-operations-0.5.0/Cargo.toml CARGO_PKG_AUTHORS='François Laignel ' CARGO_PKG_DESCRIPTION='Traits and auto-implementations to improve arithmetic operations usability when dealing with `Option`s.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=option-operations CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/fengalin/option-operations' CARGO_PKG_RUST_VERSION=1.53 CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name option_operations --edition=2018 /tmp/tmp.Fq2lWRHlAL/registry/option-operations-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1dc6dcd30c150e23 -C extra-filename=-1dc6dcd30c150e23 --out-dir /tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern paste=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libpaste-bec0c7568d224633.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 389s warning: `option-operations` (lib) generated 1 warning (1 duplicate) 389s Compiling num-rational v0.4.2 389s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=num_rational CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/num-rational-0.4.2 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/num-rational-0.4.2/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Rational numbers implementation for Rust' CARGO_PKG_HOMEPAGE='https://github.com/rust-num/num-rational' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=num-rational CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-num/num-rational' CARGO_PKG_RUST_VERSION=1.60 CARGO_PKG_VERSION=0.4.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name num_rational --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/num-rational-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=a27acfd458025a0a -C extra-filename=-a27acfd458025a0a --out-dir /tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern num_integer=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libnum_integer-370715ab210cefe0.rmeta --extern num_traits=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libnum_traits-7a252d39be81ec7b.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 390s warning: `num-rational` (lib) generated 1 warning (1 duplicate) 390s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/thiserror-1.0.69 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/thiserror-1.0.69/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay ' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=1.0.69 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=69 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps OUT_DIR=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/build/thiserror-11349f755e8d8deb/out rustc --crate-name thiserror --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1d6d6e164faa2b3a -C extra-filename=-1d6d6e164faa2b3a --out-dir /tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern thiserror_impl=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libthiserror_impl-6bde6db1ff27963e.so --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'` 390s warning: `thiserror` (lib) generated 1 warning (1 duplicate) 390s Compiling cfg-if v1.0.0 390s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/cfg-if-1.0.0 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/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] 390s parameters. Structured like an if-else chain, the first matching branch is the 390s item that gets emitted. 390s ' 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.Fq2lWRHlAL/target/debug/deps rustc --crate-name cfg_if --edition=2018 /tmp/tmp.Fq2lWRHlAL/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.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 390s warning: `cfg-if` (lib) generated 1 warning (1 duplicate) 390s Compiling muldiv v1.0.1 390s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=muldiv CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/muldiv-1.0.1 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/muldiv-1.0.1/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Provides a trait for numeric types to perform combined multiplication and 390s division with overflow protection 390s ' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=muldiv CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/sdroege/rust-muldiv' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name muldiv --edition=2018 /tmp/tmp.Fq2lWRHlAL/registry/muldiv-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e8a06cbf19c21b9f -C extra-filename=-e8a06cbf19c21b9f --out-dir /tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 390s warning: `muldiv` (lib) generated 1 warning (1 duplicate) 390s Compiling once_cell v1.20.2 390s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=once_cell CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/once_cell-1.20.2 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/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.Fq2lWRHlAL/target/debug/deps rustc --crate-name once_cell --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/once_cell-1.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=f9b984852945e4ac -C extra-filename=-f9b984852945e4ac --out-dir /tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 390s warning: `once_cell` (lib) generated 1 warning (1 duplicate) 390s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_video_sys CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/gstreamer-video-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/gstreamer-video-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstvideo-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-video-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps OUT_DIR=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/build/gstreamer-video-sys-35dfddfc09afcad6/out rustc --crate-name gstreamer_video_sys --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/gstreamer-video-sys-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_20"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_16", "v1_18", "v1_20", "v1_22", "v1_24", "v1_26"))' -C metadata=92d4dad76f6b10e4 -C extra-filename=-92d4dad76f6b10e4 --out-dir /tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern glib_sys=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern gobject_sys=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libgobject_sys-f020968d087cf1e8.rmeta --extern gstreamer_base_sys=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_base_sys-e2a12a769a0745d0.rmeta --extern gstreamer_sys=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_sys-487a83e7930554b6.rmeta --extern libc=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l gstvideo-1.0 -l gstbase-1.0 -l gstreamer-1.0 -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_gstreamer_video_1_0` 391s warning: `gstreamer-video-sys` (lib) generated 1 warning (1 duplicate) 391s Compiling gstreamer-play-sys v0.23.0 391s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/gstreamer-play-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/gstreamer-play-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstplay-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name build_script_build --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/gstreamer-play-sys-0.23.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_22", "v1_24", "v1_26"))' -C metadata=38a6ac014ea1c26c -C extra-filename=-38a6ac014ea1c26c --out-dir /tmp/tmp.Fq2lWRHlAL/target/debug/build/gstreamer-play-sys-38a6ac014ea1c26c -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern system_deps=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libsystem_deps-df5512f70260f2a1.rlib --cap-lints warn` 391s Compiling atomic_refcell v0.1.13 391s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=atomic_refcell CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/atomic_refcell-0.1.13 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/atomic_refcell-0.1.13/Cargo.toml CARGO_PKG_AUTHORS='Bobby Holley ' CARGO_PKG_DESCRIPTION='Threadsafe RefCell' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=atomic_refcell CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bholley/atomic_refcell' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.13 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=13 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name atomic_refcell --edition=2018 /tmp/tmp.Fq2lWRHlAL/registry/atomic_refcell-0.1.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=c11d7f8025985512 -C extra-filename=-c11d7f8025985512 --out-dir /tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 391s warning: `atomic_refcell` (lib) generated 1 warning (1 duplicate) 391s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=s390x CARGO_CFG_TARGET_ENDIAN=big CARGO_CFG_TARGET_ENV=gnu CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_HAS_ATOMIC=128,16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='-Cdebuginfo=2-Cstrip=none--cap-lintswarn-Clinker=s390x-linux-gnu-gcc-Clink-arg=-Wl,-Bsymbolic-functions-Clink-arg=-flto=auto-Clink-arg=-ffat-lto-objects-Clink-arg=-Wl,-z,relro--remap-path-prefix/usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0--remap-path-prefix/tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry-Ctarget-feature=+backchain' CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/gstreamer-play-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/gstreamer-play-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstplay-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' DEBUG=true HOST=s390x-unknown-linux-gnu LD_LIBRARY_PATH='/tmp/tmp.Fq2lWRHlAL/target/debug/deps:/tmp/tmp.Fq2lWRHlAL/target/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' NUM_JOBS=2 OPT_LEVEL=0 OUT_DIR=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/build/gstreamer-play-sys-959375be21b807f6/out PROFILE=debug RUSTC=rustc RUSTDOC=rustdoc TARGET=s390x-unknown-linux-gnu /tmp/tmp.Fq2lWRHlAL/target/debug/build/gstreamer-play-sys-38a6ac014ea1c26c/build-script-build` 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-changed=/tmp/tmp.Fq2lWRHlAL/registry/gstreamer-play-sys-0.23.0/Cargo.toml 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=GSTREAMER_PLAY_1.0_NO_PKG_CONFIG 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSROOT 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x-unknown-linux-gnu 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_s390x_unknown_linux_gnu 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=DEB_HOST_GNU_TYPE 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x-unknown-linux-gnu 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_s390x_unknown_linux_gnu 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_PATH 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x-unknown-linux-gnu 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_s390x_unknown_linux_gnu 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x-unknown-linux-gnu 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_s390x_unknown_linux_gnu 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR 391s [gstreamer-play-sys 0.23.0] cargo:rustc-link-lib=gstplay-1.0 391s [gstreamer-play-sys 0.23.0] cargo:rustc-link-lib=gstvideo-1.0 391s [gstreamer-play-sys 0.23.0] cargo:rustc-link-lib=gstbase-1.0 391s [gstreamer-play-sys 0.23.0] cargo:rustc-link-lib=gstreamer-1.0 391s [gstreamer-play-sys 0.23.0] cargo:rustc-link-lib=gobject-2.0 391s [gstreamer-play-sys 0.23.0] cargo:rustc-link-lib=glib-2.0 391s [gstreamer-play-sys 0.23.0] cargo:include=/usr/include/gstreamer-1.0:/usr/include/glib-2.0:/usr/lib/s390x-linux-gnu/glib-2.0/include:/usr/include/sysprof-6:/usr/include:/usr/include/orc-0.4 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_BUILD_INTERNAL 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_LINK 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_PLAY_1_0_LIB 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_PLAY_1_0_LIB_FRAMEWORK 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_PLAY_1_0_SEARCH_NATIVE 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_PLAY_1_0_SEARCH_FRAMEWORK 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_PLAY_1_0_INCLUDE 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_PLAY_1_0_LDFLAGS 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_PLAY_1_0_NO_PKG_CONFIG 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_PLAY_1_0_BUILD_INTERNAL 391s [gstreamer-play-sys 0.23.0] cargo:rerun-if-env-changed=SYSTEM_DEPS_GSTREAMER_PLAY_1_0_LINK 391s [gstreamer-play-sys 0.23.0] 391s [gstreamer-play-sys 0.23.0] cargo:rustc-cfg=system_deps_have_gstreamer_play_1_0 391s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_play_sys CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/gstreamer-play-sys-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/gstreamer-play-sys-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='FFI bindings to libgstplay-1.0' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play-sys CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps OUT_DIR=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/build/gstreamer-play-sys-959375be21b807f6/out rustc --crate-name gstreamer_play_sys --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/gstreamer-play-sys-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_22", "v1_24", "v1_26"))' -C metadata=abe362927d0d7736 -C extra-filename=-abe362927d0d7736 --out-dir /tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern glib_sys=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libglib_sys-04da964d550d191e.rmeta --extern gobject_sys=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libgobject_sys-f020968d087cf1e8.rmeta --extern gstreamer_sys=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_sys-487a83e7930554b6.rmeta --extern gstreamer_video_sys=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_video_sys-92d4dad76f6b10e4.rmeta --extern libc=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain -l gstplay-1.0 -l gstvideo-1.0 -l gstbase-1.0 -l gstreamer-1.0 -l gobject-2.0 -l glib-2.0 --cfg system_deps_have_gstreamer_play_1_0` 391s warning: `gstreamer-play-sys` (lib) generated 1 warning (1 duplicate) 391s Compiling gir-format-check v0.1.3 391s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gir_format_check CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/gir-format-check-0.1.3 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/gir-format-check-0.1.3/Cargo.toml CARGO_PKG_AUTHORS='The Gtk-rs Project Developers' CARGO_PKG_DESCRIPTION='File format checker' CARGO_PKG_HOMEPAGE='https://github.com/gtk-rs/gir-format-check' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gir-format-check CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/gtk-rs/gir-format-check' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=0.1.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name gir_format_check --edition=2015 /tmp/tmp.Fq2lWRHlAL/registry/gir-format-check-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d80ba95d34ebb97b -C extra-filename=-d80ba95d34ebb97b --out-dir /tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 392s warning: `gir-format-check` (lib) generated 1 warning (1 duplicate) 393s Compiling gstreamer v0.23.1 393s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/gstreamer-0.23.1 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/gstreamer-0.23.1/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Rust bindings for GStreamer' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name gstreamer --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/gstreamer-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_20"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde_bytes", "v1_16", "v1_18", "v1_20", "v1_22", "v1_24", "v1_26"))' -C metadata=6c6f98387bec9ff4 -C extra-filename=-6c6f98387bec9ff4 --out-dir /tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern cfg_if=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern futures_channel=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libfutures_channel-8ed485ea134c933c.rmeta --extern futures_core=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libfutures_core-8d305950da6bf5c8.rmeta --extern futures_util=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libfutures_util-55ce86bb324f7494.rmeta --extern glib=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libglib-fd12ebb17a54b922.rmeta --extern gstreamer_sys=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_sys-487a83e7930554b6.rmeta --extern itertools=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libitertools-3fe74f4ee8f6c18a.rmeta --extern libc=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --extern muldiv=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libmuldiv-e8a06cbf19c21b9f.rmeta --extern num_integer=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libnum_integer-370715ab210cefe0.rmeta --extern num_rational=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libnum_rational-a27acfd458025a0a.rmeta --extern once_cell=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libonce_cell-f9b984852945e4ac.rmeta --extern opt_ops=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/liboption_operations-1dc6dcd30c150e23.rmeta --extern paste=/tmp/tmp.Fq2lWRHlAL/target/debug/deps/libpaste-bec0c7568d224633.so --extern pin_project_lite=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libpin_project_lite-5dc815523e98d889.rmeta --extern smallvec=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libsmallvec-e5db66a1c7c5bdd9.rmeta --extern thiserror=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libthiserror-1d6d6e164faa2b3a.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 394s warning: elided lifetime has a name 394s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 394s | 394s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 394s | -- lifetime `'a` declared here 394s ... 394s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 394s | ^ this elided lifetime gets resolved as `'a` 394s ... 394s 637 | / mini_object_wrapper!(MiniObject, MiniObjectRef, ffi::GstMiniObject, || { 394s 638 | | ffi::gst_mini_object_get_type() 394s 639 | | }); 394s | |__- in this macro invocation 394s | 394s = note: `#[warn(elided_named_lifetimes)]` on by default 394s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 394s 394s warning: elided lifetime has a name 394s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 394s | 394s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 394s | -- lifetime `'a` declared here 394s ... 394s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 394s | ^ this elided lifetime gets resolved as `'a` 394s | 394s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/message.rs:18:1 394s | 394s 18 | / mini_object_wrapper!(Message, MessageRef, ffi::GstMessage, || { 394s 19 | | ffi::gst_message_get_type() 394s 20 | | }); 394s | |__- in this macro invocation 394s | 394s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 394s 394s warning: elided lifetime has a name 394s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/structure.rs:261:50 394s | 394s 257 | impl<'a> ToGlibPtrMut<'a, *mut ffi::GstStructure> for Structure { 394s | -- lifetime `'a` declared here 394s ... 394s 261 | fn to_glib_none_mut(&'a mut self) -> StashMut<*mut ffi::GstStructure, Self> { 394s | ^ this elided lifetime gets resolved as `'a` 394s 394s warning: elided lifetime has a name 394s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 394s | 394s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 394s | -- lifetime `'a` declared here 394s ... 394s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 394s | ^ this elided lifetime gets resolved as `'a` 394s | 394s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/caps.rs:13:1 394s | 394s 13 | mini_object_wrapper!(Caps, CapsRef, ffi::GstCaps, || { ffi::gst_caps_get_type() }); 394s | ---------------------------------------------------------------------------------- in this macro invocation 394s | 394s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 394s 394s warning: elided lifetime has a name 394s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/caps_features.rs:213:50 394s | 394s 209 | impl<'a> ToGlibPtrMut<'a, *mut ffi::GstCapsFeatures> for CapsFeatures { 394s | -- lifetime `'a` declared here 394s ... 394s 213 | fn to_glib_none_mut(&'a mut self) -> StashMut<*mut ffi::GstCapsFeatures, Self> { 394s | ^ this elided lifetime gets resolved as `'a` 394s 394s warning: elided lifetime has a name 394s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 394s | 394s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 394s | -- lifetime `'a` declared here 394s ... 394s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 394s | ^ this elided lifetime gets resolved as `'a` 394s | 394s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/tags.rs:342:1 394s | 394s 342 | / mini_object_wrapper!(TagList, TagListRef, ffi::GstTagList, || { 394s 343 | | ffi::gst_tag_list_get_type() 394s 344 | | }); 394s | |__- in this macro invocation 394s | 394s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 394s 394s warning: elided lifetime has a name 394s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 394s | 394s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 394s | -- lifetime `'a` declared here 394s ... 394s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 394s | ^ this elided lifetime gets resolved as `'a` 394s | 394s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/buffer.rs:26:1 394s | 394s 26 | / mini_object_wrapper!(Buffer, BufferRef, ffi::GstBuffer, || { 394s 27 | | ffi::gst_buffer_get_type() 394s 28 | | }); 394s | |__- in this macro invocation 394s | 394s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 394s 394s warning: elided lifetime has a name 394s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 394s | 394s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 394s | -- lifetime `'a` declared here 394s ... 394s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 394s | ^ this elided lifetime gets resolved as `'a` 394s | 394s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/memory.rs:15:1 394s | 394s 15 | / mini_object_wrapper!(Memory, MemoryRef, ffi::GstMemory, || { 394s 16 | | ffi::gst_memory_get_type() 394s 17 | | }); 394s | |__- in this macro invocation 394s | 394s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 394s 394s warning: elided lifetime has a name 394s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 394s | 394s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 394s | -- lifetime `'a` declared here 394s ... 394s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 394s | ^ this elided lifetime gets resolved as `'a` 394s | 394s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/sample.rs:12:1 394s | 394s 12 | / mini_object_wrapper!(Sample, SampleRef, ffi::GstSample, || { 394s 13 | | ffi::gst_sample_get_type() 394s 14 | | }); 394s | |__- in this macro invocation 394s | 394s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 394s 394s warning: elided lifetime has a name 394s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 394s | 394s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 394s | -- lifetime `'a` declared here 394s ... 394s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 394s | ^ this elided lifetime gets resolved as `'a` 394s | 394s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/bufferlist.rs:13:1 394s | 394s 13 | / mini_object_wrapper!(BufferList, BufferListRef, ffi::GstBufferList, || { 394s 14 | | ffi::gst_buffer_list_get_type() 394s 15 | | }); 394s | |__- in this macro invocation 394s | 394s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 394s 394s warning: elided lifetime has a name 394s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 394s | 394s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 394s | -- lifetime `'a` declared here 394s ... 394s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 394s | ^ this elided lifetime gets resolved as `'a` 394s | 394s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/query.rs:19:1 394s | 394s 19 | / mini_object_wrapper!(Query, QueryRef, ffi::GstQuery, || { 394s 20 | | ffi::gst_query_get_type() 394s 21 | | }); 394s | |__- in this macro invocation 394s | 394s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 394s 394s warning: elided lifetime has a name 394s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 394s | 394s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 394s | -- lifetime `'a` declared here 394s ... 394s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 394s | ^ this elided lifetime gets resolved as `'a` 394s | 394s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/event.rs:151:1 394s | 394s 151 | / mini_object_wrapper!(Event, EventRef, ffi::GstEvent, || { 394s 152 | | ffi::gst_event_get_type() 394s 153 | | }); 394s | |__- in this macro invocation 394s | 394s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 394s 394s warning: elided lifetime has a name 394s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 394s | 394s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 394s | -- lifetime `'a` declared here 394s ... 394s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 394s | ^ this elided lifetime gets resolved as `'a` 394s | 394s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/context.rs:9:1 394s | 394s 9 | / mini_object_wrapper!(Context, ContextRef, ffi::GstContext, || { 394s 10 | | ffi::gst_context_get_type() 394s 11 | | }); 394s | |__- in this macro invocation 394s | 394s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 394s 394s warning: elided lifetime has a name 394s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 394s | 394s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 394s | -- lifetime `'a` declared here 394s ... 394s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 394s | ^ this elided lifetime gets resolved as `'a` 394s | 394s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/toc.rs:12:1 394s | 394s 12 | mini_object_wrapper!(Toc, TocRef, ffi::GstToc, || { ffi::gst_toc_get_type() }); 394s | ------------------------------------------------------------------------------ in this macro invocation 394s | 394s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 394s 394s warning: elided lifetime has a name 394s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/miniobject.rs:212:83 394s | 394s 208 | impl<'a> $crate::glib::translate::ToGlibPtrMut<'a, *mut $ffi_name> for $name { 394s | -- lifetime `'a` declared here 394s ... 394s 212 | fn to_glib_none_mut(&'a mut self) -> $crate::glib::translate::StashMut<*mut $ffi_name, Self> { 394s | ^ this elided lifetime gets resolved as `'a` 394s | 394s ::: /usr/share/cargo/registry/gstreamer-0.23.1/src/toc.rs:104:1 394s | 394s 104 | / mini_object_wrapper!(TocEntry, TocEntryRef, ffi::GstTocEntry, || { 394s 105 | | ffi::gst_toc_entry_get_type() 394s 106 | | }); 394s | |__- in this macro invocation 394s | 394s = note: this warning originates in the macro `$crate::mini_object_wrapper` which comes from the expansion of the macro `mini_object_wrapper` (in Nightly builds, run with -Z macro-backtrace for more info) 394s 394s warning: elided lifetime has a name 394s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/param_spec.rs:36:45 394s | 394s 36 | type BuilderFn = for<'a> fn(&'a str) -> ParamSpecFractionBuilder; 394s | -- ^^^^^^^^^^^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` 394s | | 394s | lifetime `'a` declared here 394s 394s warning: elided lifetime has a name 394s --> /usr/share/cargo/registry/gstreamer-0.23.1/src/param_spec.rs:232:45 394s | 394s 232 | type BuilderFn = for<'a> fn(&'a str) -> ParamSpecArrayBuilder; 394s | -- ^^^^^^^^^^^^^^^^^^^^^ this elided lifetime gets resolved as `'a` 394s | | 394s | lifetime `'a` declared here 394s 396s warning: `glib` (lib) generated 1 warning (1 duplicate) 401s Compiling gstreamer-base v0.23.1 401s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_base CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/gstreamer-base-0.23.1 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/gstreamer-base-0.23.1/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Rust bindings for GStreamer Base library' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-base CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name gstreamer_base --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/gstreamer-base-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="v1_14_1"' --cfg 'feature="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_20"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "v1_14_1", "v1_16", "v1_18", "v1_20", "v1_22", "v1_24", "v1_26"))' -C metadata=473d46e9694bd53f -C extra-filename=-473d46e9694bd53f --out-dir /tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern atomic_refcell=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libatomic_refcell-c11d7f8025985512.rmeta --extern cfg_if=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern glib=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libglib-fd12ebb17a54b922.rmeta --extern gst=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer-6c6f98387bec9ff4.rmeta --extern gstreamer_base_sys=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_base_sys-e2a12a769a0745d0.rmeta --extern libc=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 402s warning: elided lifetime has a name 402s --> /usr/share/cargo/registry/gstreamer-base-0.23.1/src/base_parse_frame.rs:56:58 402s | 402s 52 | impl<'a> ::glib::translate::ToGlibPtr<'a, *mut ffi::GstBaseParseFrame> for BaseParseFrame<'a> { 402s | -- lifetime `'a` declared here 402s ... 402s 56 | fn to_glib_none(&'a self) -> ::glib::translate::Stash<*mut ffi::GstBaseParseFrame, Self> { 402s | ^ this elided lifetime gets resolved as `'a` 402s | 402s = note: `#[warn(elided_named_lifetimes)]` on by default 402s 403s warning: `gstreamer-base` (lib) generated 2 warnings (1 duplicate) 403s Compiling gstreamer-video v0.23.0 403s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_video CARGO_MANIFEST_DIR=/tmp/tmp.Fq2lWRHlAL/registry/gstreamer-video-0.23.0 CARGO_MANIFEST_PATH=/tmp/tmp.Fq2lWRHlAL/registry/gstreamer-video-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Rust bindings for GStreamer Video library' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-video CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name gstreamer_video --edition=2021 /tmp/tmp.Fq2lWRHlAL/registry/gstreamer-video-0.23.0/src/lib.rs --error-format=json --json=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="v1_16"' --cfg 'feature="v1_18"' --cfg 'feature="v1_20"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "v1_16", "v1_18", "v1_20", "v1_22", "v1_24", "v1_26"))' -C metadata=730aa4b97e4325b9 -C extra-filename=-730aa4b97e4325b9 --out-dir /tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern cfg_if=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libcfg_if-ff3ff84a061de73f.rmeta --extern futures_channel=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libfutures_channel-8ed485ea134c933c.rmeta --extern glib=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libglib-fd12ebb17a54b922.rmeta --extern gst=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer-6c6f98387bec9ff4.rmeta --extern gst_base=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_base-473d46e9694bd53f.rmeta --extern gstreamer_video_sys=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_video_sys-92d4dad76f6b10e4.rmeta --extern libc=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta --extern once_cell=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libonce_cell-f9b984852945e4ac.rmeta --extern thiserror=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libthiserror-1d6d6e164faa2b3a.rmeta --cap-lints warn -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 403s warning: elided lifetime has a name 403s --> /usr/share/cargo/registry/gstreamer-video-0.23.0/src/video_rectangle.rs:70:35 403s | 403s 64 | impl<'a> glib::translate::ToGlibPtrMut<'a, *mut ffi::GstVideoRectangle> for VideoRectangle { 403s | -- lifetime `'a` declared here 403s ... 403s 70 | ) -> glib::translate::StashMut<*mut ffi::GstVideoRectangle, Self> { 403s | ^ this elided lifetime gets resolved as `'a` 403s | 403s = note: `#[warn(elided_named_lifetimes)]` on by default 403s 403s warning: elided lifetime has a name 403s --> /usr/share/cargo/registry/gstreamer-video-0.23.0/src/video_buffer_pool.rs:94:39 403s | 403s 90 | impl<'a> ToGlibPtr<'a, *const ffi::GstVideoAlignment> for VideoAlignment { 403s | -- lifetime `'a` declared here 403s ... 403s 94 | fn to_glib_none(&'a self) -> Stash<*const ffi::GstVideoAlignment, Self> { 403s | ^ this elided lifetime gets resolved as `'a` 403s 405s warning: `gstreamer` (lib) generated 18 warnings (1 duplicate) 405s Compiling gstreamer-play v0.23.0 (/usr/share/cargo/registry/gstreamer-play-0.23.0) 405s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_play CARGO_MANIFEST_DIR=/usr/share/cargo/registry/gstreamer-play-0.23.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/gstreamer-play-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Rust bindings for GStreamer Play library' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name gstreamer_play --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("v1_22", "v1_24", "v1_26"))' -C metadata=01e45c3f63021841 -C extra-filename=-01e45c3f63021841 --out-dir /tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern glib=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libglib-fd12ebb17a54b922.rmeta --extern gst=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer-6c6f98387bec9ff4.rmeta --extern gstreamer_play_sys=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_play_sys-abe362927d0d7736.rmeta --extern gst_video=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_video-730aa4b97e4325b9.rmeta --extern libc=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rmeta -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 406s warning: `gstreamer-play` (lib) generated 1 warning (1 duplicate) 406s warning: `gstreamer-video` (lib) generated 3 warnings (1 duplicate) 406s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=gstreamer_play CARGO_MANIFEST_DIR=/usr/share/cargo/registry/gstreamer-play-0.23.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/gstreamer-play-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Rust bindings for GStreamer Play library' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name gstreamer_play --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("v1_22", "v1_24", "v1_26"))' -C metadata=cf65541d52871265 -C extra-filename=-cf65541d52871265 --out-dir /tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern gir_format_check=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libgir_format_check-d80ba95d34ebb97b.rlib --extern glib=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libglib-fd12ebb17a54b922.rlib --extern gst=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer-6c6f98387bec9ff4.rlib --extern gstreamer_play_sys=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_play_sys-abe362927d0d7736.rlib --extern gst_video=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_video-730aa4b97e4325b9.rlib --extern libc=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rlib -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 406s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_CRATE_NAME=check_gir CARGO_MANIFEST_DIR=/usr/share/cargo/registry/gstreamer-play-0.23.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/gstreamer-play-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Rust bindings for GStreamer Play library' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_TARGET_TMPDIR=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/tmp LD_LIBRARY_PATH=/tmp/tmp.Fq2lWRHlAL/target/debug/deps rustc --crate-name check_gir --edition=2021 tests/check_gir.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("v1_22", "v1_24", "v1_26"))' -C metadata=e69f463389493cd1 -C extra-filename=-e69f463389493cd1 --out-dir /tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps --target s390x-unknown-linux-gnu -C incremental=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/incremental -L dependency=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps -L dependency=/tmp/tmp.Fq2lWRHlAL/target/debug/deps --extern gir_format_check=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libgir_format_check-d80ba95d34ebb97b.rlib --extern glib=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libglib-fd12ebb17a54b922.rlib --extern gst=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer-6c6f98387bec9ff4.rlib --extern gstreamer_play=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_play-01e45c3f63021841.rlib --extern gstreamer_play_sys=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_play_sys-abe362927d0d7736.rlib --extern gst_video=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/libgstreamer_video-730aa4b97e4325b9.rlib --extern libc=/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/liblibc-5c144d8f845513d1.rlib -C debuginfo=2 -C strip=none --cap-lints warn -C linker=s390x-linux-gnu-gcc -C link-arg=-Wl,-Bsymbolic-functions -C link-arg=-flto=auto -C link-arg=-ffat-lto-objects -C link-arg=-Wl,-z,relro --remap-path-prefix /usr/share/cargo/registry/gstreamer-play-0.23.0=/usr/share/cargo/registry/gstreamer-play-0.23.0 --remap-path-prefix /tmp/tmp.Fq2lWRHlAL/registry=/usr/share/cargo/registry -Ctarget-feature=+backchain` 407s warning: `gstreamer-play` (test "check_gir") generated 1 warning (1 duplicate) 407s warning: `gstreamer-play` (lib test) generated 1 warning (1 duplicate) 407s Finished `test` profile [unoptimized + debuginfo] target(s) in 41.14s 407s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/gstreamer-play-0.23.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/gstreamer-play-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Rust bindings for GStreamer Play library' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/gstreamer_play-cf65541d52871265` 407s 407s running 0 tests 407s 407s test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 407s 407s Running `CARGO=/usr/lib/rust-1.84/bin/cargo CARGO_MANIFEST_DIR=/usr/share/cargo/registry/gstreamer-play-0.23.0 CARGO_MANIFEST_PATH=/usr/share/cargo/registry/gstreamer-play-0.23.0/Cargo.toml CARGO_PKG_AUTHORS='Sebastian Dröge ' CARGO_PKG_DESCRIPTION='Rust bindings for GStreamer Play library' CARGO_PKG_HOMEPAGE='https://gstreamer.freedesktop.org' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gstreamer-play CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://gitlab.freedesktop.org/gstreamer/gstreamer-rs' CARGO_PKG_RUST_VERSION=1.71.1 CARGO_PKG_VERSION=0.23.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=23 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps:/tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug:/usr/lib/rust-1.84/lib/rustlib/s390x-unknown-linux-gnu/lib' /tmp/tmp.Fq2lWRHlAL/target/s390x-unknown-linux-gnu/debug/deps/check_gir-e69f463389493cd1` 407s 407s running 1 test 407s test check_gir_file ... ok 407s 407s test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s 407s 408s /tmp/autopkgtest.dmjVuc/wrapper.sh: checking for leaked background processes... 408s /tmp/autopkgtest.dmjVuc/wrapper.sh: waiting for tee/cat subprocesses... 408s /tmp/autopkgtest.dmjVuc/wrapper.sh: cleaning up... 408s /tmp/autopkgtest.dmjVuc/wrapper.sh: Exit status: 0 408s autopkgtest: DBG: testbed command exited with code 0 408s autopkgtest [09:27:07]: test librust-gstreamer-play-dev:: -----------------------] 408s autopkgtest: DBG: testbed executing test finished with exit status 0 408s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev%3A-stdout /tmp/autopkgtest-work.5a1xqly7/out/librust-gstreamer-play-dev%3A-stdout 408s autopkgtest: DBG: got reply from testbed: ok 408s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev%3A-stderr /tmp/autopkgtest-work.5a1xqly7/out/librust-gstreamer-play-dev%3A-stderr 408s autopkgtest: DBG: got reply from testbed: ok 409s autopkgtest [09:27:08]: test librust-gstreamer-play-dev:: - - - - - - - - - - results - - - - - - - - - - 409s librust-gstreamer-play-dev: PASS 409s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev%3A-artifacts/ /tmp/autopkgtest-work.5a1xqly7/out/artifacts/ 409s autopkgtest: DBG: got reply from testbed: ok 409s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.dmjVuc/librust-gstreamer-play-dev:-artifacts', '/tmp/autopkgtest.dmjVuc/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 409s autopkgtest: DBG: testbed command exited with code 0 409s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 409s autopkgtest [09:27:08]: @@@@@@@@@@@@@@@@@@@@ summary 409s rust-gstreamer-play:@ FLAKY non-zero exit status 101 409s librust-gstreamer-play-dev:default PASS 409s librust-gstreamer-play-dev:v1_22 PASS 409s librust-gstreamer-play-dev:v1_24 PASS 409s librust-gstreamer-play-dev:v1_26 FLAKY non-zero exit status 101 409s librust-gstreamer-play-dev: PASS 409s autopkgtest: DBG: testbed stop 409s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.dmjVuc 409s autopkgtest: DBG: sending command to testbed: close 426s autopkgtest: DBG: got reply from testbed: ok 426s autopkgtest: DBG: sending command to testbed: quit 426s nova [W] Using flock in prodstack6-s390x 426s Creating nova instance adt-plucky-s390x-rust-gstreamer-play-20250207-092019-juju-7f2275-prod-proposed-migration-environment-15-9e4469a7-2871-4f11-83e2-1b5684968c9f from image adt/ubuntu-plucky-s390x-server-20250207.img (UUID e3aa55f2-b1ba-4605-b146-c2987438f3dd)... 426s nova [W] Timed out waiting for f4faf30e-26ae-47f6-90ad-ec40d96522b4 to get deleted.