0s autopkgtest: DBG: testbed init 0s autopkgtest [01:09:27]: starting date and time: 2025-02-19 01:09:27+0000 0s autopkgtest [01:09:27]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [01:09:27]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.g4f853zl/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:pytorch,src:openmpi --apt-upgrade pytorch --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-2.secgroup --name adt-plucky-s390x-pytorch-20250219-010927-juju-7f2275-prod-proposed-migration-environment-15-06129e24-06eb-443f-9bfb-17e1d6cd5838 --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 102s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.PBRVfE 102s autopkgtest: DBG: sending command to testbed: print-execute-command 102s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.j7z0gehy/runcmd 102s autopkgtest: DBG: sending command to testbed: capabilities 102s autopkgtest: DBG: got reply from testbed: ok reboot suggested-normal-user=ubuntu isolation-machine revert revert-full-system root-on-testbed 102s autopkgtest: DBG: testbed capabilities: ['reboot', 'suggested-normal-user=ubuntu', 'isolation-machine', 'revert', 'revert-full-system', 'root-on-testbed', 'has_internet'] 102s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.PBRVfE'], kind short, sout raw, serr pipe, env [] 102s autopkgtest: DBG: testbed command exited with code 0 102s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.PBRVfE/wrapper.sh 103s autopkgtest: DBG: got reply from testbed: ok 103s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.PBRVfE/wrapper.sh'], kind short, sout raw, serr pipe, env [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest [01:11:10]: testbed dpkg architecture: s390x 103s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest [01:11:10]: testbed apt version: 2.9.29 103s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest: DBG: testbed has eatmydata 103s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest [01:11:10]: @@@@@@@@@@@@@@@@@@@@ test bed setup 103s 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 [] 104s autopkgtest: DBG: testbed command exited with code 0 104s autopkgtest [01:11:11]: testbed release detected to be: None 104s 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 [] 104s autopkgtest: DBG: testbed command exited with code 0 104s 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 [] 104s autopkgtest: DBG: testbed command exited with code 0 104s autopkgtest: DBG: adding APT source: Types: deb deb-src 104s URIs: http://ftpmaster.internal/ubuntu/ 104s Suites: plucky-proposed 104s Components: main restricted universe multiverse 104s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 104s 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 [] 104s autopkgtest: DBG: testbed command exited with code 0 104s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 104s Package: * 104s Pin: release plucky-proposed 104s Pin-Priority: 500 104s 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 [] 104s autopkgtest: DBG: testbed command exited with code 0 104s autopkgtest [01:11:11]: updating testbed package index (apt update) 104s 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'] 105s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 105s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 105s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 105s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 105s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 105s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [71.3 kB] 105s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [776 kB] 106s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [15.6 kB] 106s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [90.4 kB] 106s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 106s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [633 kB] 106s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [6088 B] 106s Fetched 1707 kB in 2s (977 kB/s) 107s Reading package lists... 107s autopkgtest: DBG: testbed command exited with code 0 107s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 107s Package: * 107s Pin: release plucky-proposed 107s Pin-Priority: 100 107s 107s Package: src:pytorch:any src:openmpi:any 107s Pin: release plucky-proposed 107s Pin-Priority: 995 107s 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:pytorch:any src:openmpi:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 107s autopkgtest: DBG: testbed command exited with code 0 107s 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.PBRVfE/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 107s autopkgtest: DBG: testbed command exited with code 0 107s 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'] 107s + lsb_release --codename --short 107s + RELEASE=plucky 107s + cat 107s + [ plucky != trusty ] 107s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 107s Reading package lists... 107s Building dependency tree... 107s Reading state information... 108s Calculating upgrade... 108s The following packages were automatically installed and are no longer required: 108s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 108s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 108s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 108s linux-tools-6.11.0-8-generic 108s Use 'sudo apt autoremove' to remove them. 108s The following packages will be upgraded: 108s dhcpcd-base s390-tools s390-tools-data s390-tools-signed 108s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 108s Need to get 5637 kB of archives. 108s After this operation, 54.3 kB of additional disk space will be used. 108s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x dhcpcd-base s390x 1:10.1.0-7 [219 kB] 108s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools-data all 2.37.0-0ubuntu2 [20.4 kB] 108s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools s390x 2.37.0-0ubuntu2 [5385 kB] 110s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools-signed all 2.37.0-0ubuntu2 [12.4 kB] 110s Fetched 5637 kB in 2s (2360 kB/s) 110s (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 ... 80980 files and directories currently installed.) 110s Preparing to unpack .../dhcpcd-base_1%3a10.1.0-7_s390x.deb ... 110s Unpacking dhcpcd-base (1:10.1.0-7) over (1:10.1.0-6) ... 110s Preparing to unpack .../s390-tools-data_2.37.0-0ubuntu2_all.deb ... 110s Unpacking s390-tools-data (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 110s Preparing to unpack .../s390-tools_2.37.0-0ubuntu2_s390x.deb ... 110s Unpacking s390-tools (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 111s Preparing to unpack .../s390-tools-signed_2.37.0-0ubuntu2_all.deb ... 111s Unpacking s390-tools-signed (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 111s Setting up s390-tools-signed (2.37.0-0ubuntu2) ... 111s Setting up dhcpcd-base (1:10.1.0-7) ... 111s Setting up s390-tools-data (2.37.0-0ubuntu2) ... 111s Setting up s390-tools (2.37.0-0ubuntu2) ... 111s Processing triggers for man-db (2.13.0-1) ... 112s Processing triggers for initramfs-tools (0.145ubuntu2) ... 112s update-initramfs: Generating /boot/initrd.img-6.12.0-15-generic 112s W: No lz4 in /usr/bin:/sbin:/bin, using gzip 116s Using config file '/etc/zipl.conf' 116s Building bootmap in '/boot' 116s Adding IPL section 'ubuntu' (default) 116s Preparing boot device for LD-IPL: vda (0000). 116s Done. 116s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 116s + /usr/lib/apt/apt-helper analyze-pattern ?true 116s + uname -r 116s + sed s/\./\\./g 116s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 116s + apt list ?obsolete 116s + tail -n+2 116s + cut+ grep -v ^linux-.*6\.12\.0-15-generic.* 116s -d/ -f1 116s + true 116s + obsolete_pkgs= 116s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 116s Reading package lists... 117s Building dependency tree... 117s Reading state information... 117s The following packages will be REMOVED: 117s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 117s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 117s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 117s linux-tools-6.11.0-8-generic* 117s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 117s After this operation, 167 MB disk space will be freed. 117s (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 ... 80981 files and directories currently installed.) 117s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 117s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 117s Removing libpython3.12t64:s390x (3.12.9-1) ... 117s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 117s Removing libnsl2:s390x (1.3.0-3build3) ... 117s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 117s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 117s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 118s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 118s Processing triggers for libc-bin (2.40-4ubuntu1) ... 118s (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 ... 55881 files and directories currently installed.) 118s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 118s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 118s + grep -q trusty /etc/lsb-release 118s + [ ! -d /usr/share/doc/unattended-upgrades ] 118s + [ ! -d /usr/share/doc/lxd ] 118s + [ ! -d /usr/share/doc/lxd-client ] 118s + [ ! -d /usr/share/doc/snapd ] 118s + type iptables 118s + cat 118s + chmod 755 /etc/rc.local 118s + . /etc/rc.local 118s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 118s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 118s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 118s + uname -m 118s + [ s390x = ppc64le ] 118s + [ -d /run/systemd/system ] 118s + systemd-detect-virt --quiet --vm 118s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 118s + cat 118s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 118s + echo COMPRESS=lz4 118s autopkgtest: DBG: testbed command exited with code 0 118s autopkgtest [01:11:25]: upgrading testbed (apt dist-upgrade and autopurge) 118s 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'] 118s Reading package lists... 118s Building dependency tree... 118s Reading state information... 118s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 118s Starting 2 pkgProblemResolver with broken count: 0 118s Done 119s Entering ResolveByKeep 119s 119s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 119s autopkgtest: DBG: testbed command exited with code 0 119s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', '--purge', 'autoremove'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 119s Reading package lists... 119s Building dependency tree... 119s Reading state information... 119s Starting pkgProblemResolver with broken count: 0 119s Starting 2 pkgProblemResolver with broken count: 0 119s Done 119s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 119s autopkgtest: DBG: testbed command exited with code 0 119s 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.PBRVfE/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 120s autopkgtest: DBG: testbed command exited with code 1 120s autopkgtest [01:11:27]: rebooting testbed after setup commands that affected boot 120s autopkgtest: DBG: sending command to testbed: reboot 138s autopkgtest: DBG: got reply from testbed: ok 138s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 138s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.PBRVfE'], kind short, sout raw, serr pipe, env [] 138s autopkgtest: DBG: testbed command exited with code 0 138s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.PBRVfE/autopkgtest-reboot 138s autopkgtest: DBG: got reply from testbed: ok 138s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.PBRVfE'], kind short, sout raw, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.PBRVfE/autopkgtest-reboot-prepare 139s autopkgtest: DBG: got reply from testbed: ok 139s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 139s autopkgtest: DBG: testbed command exited with code 0 139s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest [01:11:47]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 140s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/testbed-packages"], kind short, sout raw, serr pipe, env [] 140s autopkgtest: DBG: testbed command exited with code 0 140s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/testbed-packages /tmp/autopkgtest-work.g4f853zl/out/testbed-packages 140s autopkgtest: DBG: got reply from testbed: ok 140s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 140s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.PBRVfE'], kind short, sout raw, serr pipe, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.PBRVfE/autopkgtest-reboot 141s autopkgtest: DBG: got reply from testbed: ok 141s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.PBRVfE'], kind short, sout raw, serr pipe, env [] 141s autopkgtest: DBG: testbed command exited with code 0 141s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.PBRVfE/autopkgtest-reboot-prepare 142s autopkgtest: DBG: got reply from testbed: ok 142s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 142s autopkgtest: DBG: testbed command exited with code 0 142s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 142s autopkgtest: DBG: testbed command exited with code 0 142s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 142s autopkgtest: DBG: testbed command exited with code 0 142s autopkgtest: DBG: Binaries: initialising 142s autopkgtest [01:11:49]: @@@@@@@@@@@@@@@@@@@@ apt-source pytorch 142s autopkgtest: DBG: blame += pytorch 142s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 142s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'pytorch'], kind short, sout pipe, serr pipe, env [] 142s autopkgtest: DBG: testbed command exited with code 0 142s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libtorch2\\.6$'], kind short, sout pipe, serr raw, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libtorch2.6=2.6.0+dfsg-1'], kind short, sout pipe, serr raw, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libtorch-test$'], kind short, sout pipe, serr raw, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libtorch-test=2.6.0+dfsg-1'], kind short, sout pipe, serr raw, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libtorch2\\.5$'], kind short, sout pipe, serr raw, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libtorch-dev$'], kind short, sout pipe, serr raw, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libtorch-dev=2.6.0+dfsg-1'], kind short, sout pipe, serr raw, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3-torch$'], kind short, sout pipe, serr raw, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3-torch=2.6.0+dfsg-1'], kind short, sout pipe, serr raw, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: install_deps: deps_new=[] 144s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s 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.PBRVfE/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source pytorch=2.6.0+dfsg-1 2>&1) || RC=$?;if [ -n "$RC" ]; then if echo "$OUT" | grep -q "Unable to find a source package"; then exit 1; else exit $RC; fi;fi;echo "$OUT" | grep ^Get: || true;dpkg-source -x pytorch_*.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=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1'] 145s + cd / 145s + mktemp -d /tmp/autopkgtest.PBRVfE/build.XXX 145s + builddir=/tmp/autopkgtest.PBRVfE/build.sUS 145s + cd /tmp/autopkgtest.PBRVfE/build.sUS 145s + apt-get source -d -q --only-source pytorch=2.6.0+dfsg-1 148s + OUT=Reading package lists... 148s NOTICE: 'pytorch' packaging is maintained in the 'Git' version control system at: 148s https://salsa.debian.org/deeplearning-team/pytorch.git 148s Please use: 148s git clone https://salsa.debian.org/deeplearning-team/pytorch.git 148s to retrieve the latest (possibly unreleased) updates to the package. 148s Need to get 27.4 MB of source archives. 148s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/universe pytorch 2.6.0+dfsg-1 (dsc) [3491 B] 148s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/universe pytorch 2.6.0+dfsg-1 (tar) [27.2 MB] 148s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/universe pytorch 2.6.0+dfsg-1 (diff) [212 kB] 148s Fetched 27.4 MB in 4s (7564 kB/s) 148s Download complete and in download only mode 148s + [ -n ] 148s + echo Reading package lists... 148s NOTICE: 'pytorch' packaging is maintained in the 'Git' version control system at: 148s https://salsa.debian.org/deeplearning-team/pytorch.git 148s Please use: 148s git clone https://salsa.debian.org/deeplearning-team/pytorch.git 148s to retrieve the latest (possibly unreleased) updates to the package. 148s Need to get 27.4 MB of source archives. 148s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/universe pytorch 2.6.0+dfsg-1 (dsc) [3491 B] 148s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/universe pytorch 2.6.0+dfsg-1 (tar) [27.2 MB] 148s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/universe pytorch 2.6.0+dfsg-1 (diff) [212 kB] 148s Fetched 27.4 MB in 4s (7564 kB/s) 148s Download complete and in download only mode 148s + grep ^Get: 148s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/universe pytorch 2.6.0+dfsg-1 (dsc) [3491 B] 148s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/universe pytorch 2.6.0+dfsg-1 (tar) [27.2 MB] 148s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/universe pytorch 2.6.0+dfsg-1 (diff) [212 kB] 148s + dpkg-source -x pytorch_2.6.0+dfsg-1.dsc src 149s gpgv: Signature made Mon Feb 17 18:01:14 2025 UTC 149s gpgv: using RSA key F8583EFAA9A91F3AA34B3C92CE11A7B07B3AB946 149s gpgv: Can't check signature: No public key 149s dpkg-source: warning: cannot verify inline signature for ./pytorch_2.6.0+dfsg-1.dsc: no acceptable signature found 150s + chmod -R a+rX . 150s + cd src/. 150s + pwd 150s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 150s autopkgtest: DBG: testbed command exited with code 0 150s autopkgtest [01:11:57]: testing package pytorch version 2.6.0+dfsg-1 150s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/build.sUS/src/debian/ /tmp/autopkgtest-work.g4f853zl/out/pkg/debian/ 151s autopkgtest: DBG: got reply from testbed: ok 151s autopkgtest: DBG: processing dependency python3-torch 151s autopkgtest: DBG: marked alternatives ['python3-torch'] as a synthesised dependency 151s autopkgtest: DBG: Test defined: name py_import_and_version path None command "cd test/ ; python3 -c "import sys, torch as th; print(sys.version, th.__path__, th.__version__)"" restrictions ['allow-stderr'] features ['test-name=py_import_and_version'] depends ['python3-torch'] 151s autopkgtest: DBG: processing dependency python3-torch 151s autopkgtest: DBG: marked alternatives ['python3-torch'] as a synthesised dependency 151s autopkgtest: DBG: processing dependency libopenblas0 151s autopkgtest: DBG: Test defined: name py_blas_openblas path None command "cd debian/tests ; python3 blas.py" restrictions ['allow-stderr'] features ['test-name=py_blas_openblas'] depends ['python3-torch', 'libopenblas0'] 151s autopkgtest: DBG: processing dependency python3-torch 151s autopkgtest: DBG: marked alternatives ['python3-torch'] as a synthesised dependency 151s autopkgtest: DBG: processing dependency libblis4 151s autopkgtest: DBG: Test defined: name py_blas_blis path None command "cd debian/tests ; python3 blas.py" restrictions ['allow-stderr'] features ['test-name=py_blas_blis'] depends ['python3-torch', 'libblis4'] 152s autopkgtest: DBG: processing dependency python3-torch 152s autopkgtest: DBG: marked alternatives ['python3-torch'] as a synthesised dependency 152s autopkgtest: DBG: Test defined: name py_sequential path None command "cd debian/tests ; python3 sequential.py" restrictions ['allow-stderr'] features ['test-name=py_sequential'] depends ['python3-torch'] 152s autopkgtest: DBG: processing dependency @ 152s autopkgtest: DBG: synthesised dependency python3-torch 152s autopkgtest: DBG: synthesised dependency libtorch-dev 152s autopkgtest: DBG: synthesised dependency libtorch2.6 152s autopkgtest: DBG: synthesised dependency libtorch-test 152s autopkgtest: DBG: Test defined: name show_dangling_symlink_if_any path None command "cd debian/tests ; find /usr -xtype l -print || true" restrictions ['allow-stderr'] features ['test-name=show_dangling_symlink_if_any'] depends ['python3-torch', 'libtorch-dev', 'libtorch2.6', 'libtorch-test'] 152s autopkgtest: DBG: processing dependency build-essential 152s autopkgtest: DBG: processing dependency ninja-build 152s autopkgtest: DBG: processing dependency libtorch-dev 152s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 152s autopkgtest: DBG: processing dependency libtorch-test 152s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 152s autopkgtest: DBG: Test defined: name 1_of_104__cpptest__CppSignature_test path None command "/usr/lib/libtorch-test/CppSignature_test" restrictions ['allow-stderr'] features ['test-name=1_of_104__cpptest__CppSignature_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 152s autopkgtest: DBG: processing dependency build-essential 152s autopkgtest: DBG: processing dependency ninja-build 152s autopkgtest: DBG: processing dependency libtorch-dev 152s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 152s autopkgtest: DBG: processing dependency libtorch-test 152s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 152s autopkgtest: DBG: Test defined: name 2_of_104__cpptest__Dict_test path None command "/usr/lib/libtorch-test/Dict_test" restrictions ['allow-stderr'] features ['test-name=2_of_104__cpptest__Dict_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 152s autopkgtest: DBG: processing dependency build-essential 152s autopkgtest: DBG: processing dependency ninja-build 152s autopkgtest: DBG: processing dependency libtorch-dev 152s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 152s autopkgtest: DBG: processing dependency libtorch-test 152s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 152s autopkgtest: DBG: Test defined: name 3_of_104__cpptest__Dimname_test path None command "/usr/lib/libtorch-test/Dimname_test" restrictions ['allow-stderr'] features ['test-name=3_of_104__cpptest__Dimname_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 152s autopkgtest: DBG: processing dependency build-essential 152s autopkgtest: DBG: processing dependency ninja-build 152s autopkgtest: DBG: processing dependency libtorch-dev 152s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 152s autopkgtest: DBG: processing dependency libtorch-test 152s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 152s autopkgtest: DBG: Test defined: name 4_of_104__cpptest__IListRef_test path None command "/usr/lib/libtorch-test/IListRef_test" restrictions ['allow-stderr'] features ['test-name=4_of_104__cpptest__IListRef_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 153s autopkgtest: DBG: processing dependency build-essential 153s autopkgtest: DBG: processing dependency ninja-build 153s autopkgtest: DBG: processing dependency libtorch-dev 153s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 153s autopkgtest: DBG: processing dependency libtorch-test 153s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 153s autopkgtest: DBG: Test defined: name 5_of_104__cpptest__KernelFunction_test path None command "/usr/lib/libtorch-test/KernelFunction_test" restrictions ['allow-stderr'] features ['test-name=5_of_104__cpptest__KernelFunction_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 153s autopkgtest: DBG: processing dependency build-essential 153s autopkgtest: DBG: processing dependency ninja-build 153s autopkgtest: DBG: processing dependency libtorch-dev 153s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 153s autopkgtest: DBG: processing dependency libtorch-test 153s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 153s autopkgtest: DBG: Test defined: name 6_of_104__cpptest__List_test path None command "/usr/lib/libtorch-test/List_test" restrictions ['allow-stderr'] features ['test-name=6_of_104__cpptest__List_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 153s autopkgtest: DBG: processing dependency build-essential 153s autopkgtest: DBG: processing dependency ninja-build 153s autopkgtest: DBG: processing dependency libtorch-dev 153s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 153s autopkgtest: DBG: processing dependency libtorch-test 153s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 153s autopkgtest: DBG: Test defined: name 7_of_104__cpptest__MaybeOwned_test path None command "/usr/lib/libtorch-test/MaybeOwned_test" restrictions ['allow-stderr'] features ['test-name=7_of_104__cpptest__MaybeOwned_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 154s autopkgtest: DBG: processing dependency build-essential 154s autopkgtest: DBG: processing dependency ninja-build 154s autopkgtest: DBG: processing dependency libtorch-dev 154s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 154s autopkgtest: DBG: processing dependency libtorch-test 154s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 154s autopkgtest: DBG: Test defined: name 8_of_104__cpptest__NamedTensor_test path None command "/usr/lib/libtorch-test/NamedTensor_test" restrictions ['allow-stderr'] features ['test-name=8_of_104__cpptest__NamedTensor_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 154s autopkgtest: DBG: processing dependency build-essential 154s autopkgtest: DBG: processing dependency ninja-build 154s autopkgtest: DBG: processing dependency libtorch-dev 154s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 154s autopkgtest: DBG: processing dependency libtorch-test 154s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 154s autopkgtest: DBG: Test defined: name 9_of_104__cpptest__StorageUtils_test path None command "/usr/lib/libtorch-test/StorageUtils_test" restrictions ['allow-stderr'] features ['test-name=9_of_104__cpptest__StorageUtils_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 154s autopkgtest: DBG: processing dependency build-essential 154s autopkgtest: DBG: processing dependency ninja-build 154s autopkgtest: DBG: processing dependency libtorch-dev 154s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 154s autopkgtest: DBG: processing dependency libtorch-test 154s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 154s autopkgtest: DBG: Test defined: name 10_of_104__cpptest__apply_utils_test path None command "/usr/lib/libtorch-test/apply_utils_test" restrictions ['allow-stderr'] features ['test-name=10_of_104__cpptest__apply_utils_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 155s autopkgtest: DBG: processing dependency build-essential 155s autopkgtest: DBG: processing dependency ninja-build 155s autopkgtest: DBG: processing dependency libtorch-dev 155s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 155s autopkgtest: DBG: processing dependency libtorch-test 155s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 155s autopkgtest: DBG: Test defined: name 11_of_104__cpptest__atest path None command "/usr/lib/libtorch-test/atest" restrictions ['allow-stderr'] features ['test-name=11_of_104__cpptest__atest'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 155s autopkgtest: DBG: processing dependency build-essential 155s autopkgtest: DBG: processing dependency ninja-build 155s autopkgtest: DBG: processing dependency libtorch-dev 155s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 155s autopkgtest: DBG: processing dependency libtorch-test 155s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 155s autopkgtest: DBG: Test defined: name 12_of_104__cpptest__backend_fallback_test path None command "/usr/lib/libtorch-test/backend_fallback_test" restrictions ['allow-stderr'] features ['test-name=12_of_104__cpptest__backend_fallback_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 155s autopkgtest: DBG: processing dependency build-essential 155s autopkgtest: DBG: processing dependency ninja-build 155s autopkgtest: DBG: processing dependency libtorch-dev 155s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 155s autopkgtest: DBG: processing dependency libtorch-test 155s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 155s autopkgtest: DBG: Test defined: name 13_of_104__cpptest__basic path None command "/usr/lib/libtorch-test/basic" restrictions ['allow-stderr'] features ['test-name=13_of_104__cpptest__basic'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 155s autopkgtest: DBG: processing dependency build-essential 155s autopkgtest: DBG: processing dependency ninja-build 155s autopkgtest: DBG: processing dependency libtorch-dev 155s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 155s autopkgtest: DBG: processing dependency libtorch-test 155s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 155s autopkgtest: DBG: Test defined: name 14_of_104__cpptest__broadcast_test path None command "/usr/lib/libtorch-test/broadcast_test" restrictions ['allow-stderr'] features ['test-name=14_of_104__cpptest__broadcast_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 155s autopkgtest: DBG: processing dependency build-essential 155s autopkgtest: DBG: processing dependency ninja-build 155s autopkgtest: DBG: processing dependency libtorch-dev 155s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 155s autopkgtest: DBG: processing dependency libtorch-test 155s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 155s autopkgtest: DBG: Test defined: name 15_of_104__cpptest__c10_Bitset_test path None command "/usr/lib/libtorch-test/c10_Bitset_test" restrictions ['allow-stderr'] features ['test-name=15_of_104__cpptest__c10_Bitset_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 156s autopkgtest: DBG: processing dependency build-essential 156s autopkgtest: DBG: processing dependency ninja-build 156s autopkgtest: DBG: processing dependency libtorch-dev 156s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 156s autopkgtest: DBG: processing dependency libtorch-test 156s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 156s autopkgtest: DBG: Test defined: name 16_of_104__cpptest__c10_CompileTimeFunctionPointer_test path None command "/usr/lib/libtorch-test/c10_CompileTimeFunctionPointer_test" restrictions ['allow-stderr'] features ['test-name=16_of_104__cpptest__c10_CompileTimeFunctionPointer_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 156s autopkgtest: DBG: processing dependency build-essential 156s autopkgtest: DBG: processing dependency ninja-build 156s autopkgtest: DBG: processing dependency libtorch-dev 156s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 156s autopkgtest: DBG: processing dependency libtorch-test 156s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 156s autopkgtest: DBG: Test defined: name 17_of_104__cpptest__c10_ConstexprCrc_test path None command "/usr/lib/libtorch-test/c10_ConstexprCrc_test" restrictions ['allow-stderr'] features ['test-name=17_of_104__cpptest__c10_ConstexprCrc_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 156s autopkgtest: DBG: processing dependency build-essential 156s autopkgtest: DBG: processing dependency ninja-build 156s autopkgtest: DBG: processing dependency libtorch-dev 156s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 156s autopkgtest: DBG: processing dependency libtorch-test 156s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 156s autopkgtest: DBG: Test defined: name 18_of_104__cpptest__c10_DeadlockDetection_test path None command "/usr/lib/libtorch-test/c10_DeadlockDetection_test" restrictions ['allow-stderr'] features ['test-name=18_of_104__cpptest__c10_DeadlockDetection_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 156s autopkgtest: DBG: processing dependency build-essential 156s autopkgtest: DBG: processing dependency ninja-build 156s autopkgtest: DBG: processing dependency libtorch-dev 156s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 156s autopkgtest: DBG: processing dependency libtorch-test 156s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 156s autopkgtest: DBG: Test defined: name 19_of_104__cpptest__c10_DeviceGuard_test path None command "/usr/lib/libtorch-test/c10_DeviceGuard_test" restrictions ['allow-stderr'] features ['test-name=19_of_104__cpptest__c10_DeviceGuard_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 156s autopkgtest: DBG: processing dependency build-essential 156s autopkgtest: DBG: processing dependency ninja-build 156s autopkgtest: DBG: processing dependency libtorch-dev 156s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 156s autopkgtest: DBG: processing dependency libtorch-test 156s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 156s autopkgtest: DBG: Test defined: name 20_of_104__cpptest__c10_Device_test path None command "/usr/lib/libtorch-test/c10_Device_test" restrictions ['allow-stderr'] features ['test-name=20_of_104__cpptest__c10_Device_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 156s autopkgtest: DBG: processing dependency build-essential 156s autopkgtest: DBG: processing dependency ninja-build 156s autopkgtest: DBG: processing dependency libtorch-dev 156s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 156s autopkgtest: DBG: processing dependency libtorch-test 156s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 156s autopkgtest: DBG: Test defined: name 21_of_104__cpptest__c10_DispatchKeySet_test path None command "/usr/lib/libtorch-test/c10_DispatchKeySet_test" restrictions ['allow-stderr'] features ['test-name=21_of_104__cpptest__c10_DispatchKeySet_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 157s autopkgtest: DBG: processing dependency build-essential 157s autopkgtest: DBG: processing dependency ninja-build 157s autopkgtest: DBG: processing dependency libtorch-dev 157s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 157s autopkgtest: DBG: processing dependency libtorch-test 157s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 157s autopkgtest: DBG: Test defined: name 22_of_104__cpptest__c10_Half_test path None command "/usr/lib/libtorch-test/c10_Half_test" restrictions ['allow-stderr'] features ['test-name=22_of_104__cpptest__c10_Half_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 157s autopkgtest: DBG: processing dependency build-essential 157s autopkgtest: DBG: processing dependency ninja-build 157s autopkgtest: DBG: processing dependency libtorch-dev 157s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 157s autopkgtest: DBG: processing dependency libtorch-test 157s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 157s autopkgtest: DBG: Test defined: name 23_of_104__cpptest__c10_InlineDeviceGuard_test path None command "/usr/lib/libtorch-test/c10_InlineDeviceGuard_test" restrictions ['allow-stderr'] features ['test-name=23_of_104__cpptest__c10_InlineDeviceGuard_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 157s autopkgtest: DBG: processing dependency build-essential 157s autopkgtest: DBG: processing dependency ninja-build 157s autopkgtest: DBG: processing dependency libtorch-dev 157s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 157s autopkgtest: DBG: processing dependency libtorch-test 157s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 157s autopkgtest: DBG: Test defined: name 24_of_104__cpptest__c10_InlineStreamGuard_test path None command "/usr/lib/libtorch-test/c10_InlineStreamGuard_test" restrictions ['allow-stderr'] features ['test-name=24_of_104__cpptest__c10_InlineStreamGuard_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 157s autopkgtest: DBG: processing dependency build-essential 157s autopkgtest: DBG: processing dependency ninja-build 157s autopkgtest: DBG: processing dependency libtorch-dev 157s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 157s autopkgtest: DBG: processing dependency libtorch-test 157s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 157s autopkgtest: DBG: Test defined: name 25_of_104__cpptest__c10_LeftRight_test path None command "/usr/lib/libtorch-test/c10_LeftRight_test" restrictions ['allow-stderr'] features ['test-name=25_of_104__cpptest__c10_LeftRight_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 157s autopkgtest: DBG: processing dependency build-essential 157s autopkgtest: DBG: processing dependency ninja-build 157s autopkgtest: DBG: processing dependency libtorch-dev 157s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 157s autopkgtest: DBG: processing dependency libtorch-test 157s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 157s autopkgtest: DBG: Test defined: name 26_of_104__cpptest__c10_Metaprogramming_test path None command "/usr/lib/libtorch-test/c10_Metaprogramming_test" restrictions ['allow-stderr'] features ['test-name=26_of_104__cpptest__c10_Metaprogramming_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 158s autopkgtest: DBG: processing dependency build-essential 158s autopkgtest: DBG: processing dependency ninja-build 158s autopkgtest: DBG: processing dependency libtorch-dev 158s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 158s autopkgtest: DBG: processing dependency libtorch-test 158s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 158s autopkgtest: DBG: Test defined: name 27_of_104__cpptest__c10_NetworkFlow_test path None command "/usr/lib/libtorch-test/c10_NetworkFlow_test" restrictions ['allow-stderr'] features ['test-name=27_of_104__cpptest__c10_NetworkFlow_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 158s autopkgtest: DBG: processing dependency build-essential 158s autopkgtest: DBG: processing dependency ninja-build 158s autopkgtest: DBG: processing dependency libtorch-dev 158s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 158s autopkgtest: DBG: processing dependency libtorch-test 158s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 158s autopkgtest: DBG: Test defined: name 28_of_104__cpptest__c10_Scalar_test path None command "/usr/lib/libtorch-test/c10_Scalar_test" restrictions ['allow-stderr'] features ['test-name=28_of_104__cpptest__c10_Scalar_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 158s autopkgtest: DBG: processing dependency build-essential 158s autopkgtest: DBG: processing dependency ninja-build 158s autopkgtest: DBG: processing dependency libtorch-dev 158s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 158s autopkgtest: DBG: processing dependency libtorch-test 158s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 158s autopkgtest: DBG: Test defined: name 29_of_104__cpptest__c10_SizesAndStrides_test path None command "/usr/lib/libtorch-test/c10_SizesAndStrides_test" restrictions ['allow-stderr'] features ['test-name=29_of_104__cpptest__c10_SizesAndStrides_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 158s autopkgtest: DBG: processing dependency build-essential 158s autopkgtest: DBG: processing dependency ninja-build 158s autopkgtest: DBG: processing dependency libtorch-dev 158s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 158s autopkgtest: DBG: processing dependency libtorch-test 158s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 158s autopkgtest: DBG: Test defined: name 30_of_104__cpptest__c10_StreamGuard_test path None command "/usr/lib/libtorch-test/c10_StreamGuard_test" restrictions ['allow-stderr'] features ['test-name=30_of_104__cpptest__c10_StreamGuard_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 158s autopkgtest: DBG: processing dependency build-essential 158s autopkgtest: DBG: processing dependency ninja-build 158s autopkgtest: DBG: processing dependency libtorch-dev 158s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 158s autopkgtest: DBG: processing dependency libtorch-test 158s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 158s autopkgtest: DBG: Test defined: name 31_of_104__cpptest__c10_SymInt_test path None command "/usr/lib/libtorch-test/c10_SymInt_test" restrictions ['allow-stderr'] features ['test-name=31_of_104__cpptest__c10_SymInt_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 159s autopkgtest: DBG: processing dependency build-essential 159s autopkgtest: DBG: processing dependency ninja-build 159s autopkgtest: DBG: processing dependency libtorch-dev 159s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 159s autopkgtest: DBG: processing dependency libtorch-test 159s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 159s autopkgtest: DBG: Test defined: name 32_of_104__cpptest__c10_Synchronized_test path None command "/usr/lib/libtorch-test/c10_Synchronized_test" restrictions ['allow-stderr'] features ['test-name=32_of_104__cpptest__c10_Synchronized_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 159s autopkgtest: DBG: processing dependency build-essential 159s autopkgtest: DBG: processing dependency ninja-build 159s autopkgtest: DBG: processing dependency libtorch-dev 159s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 159s autopkgtest: DBG: processing dependency libtorch-test 159s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 159s autopkgtest: DBG: Test defined: name 33_of_104__cpptest__c10_ThreadLocal_test path None command "/usr/lib/libtorch-test/c10_ThreadLocal_test" restrictions ['allow-stderr'] features ['test-name=33_of_104__cpptest__c10_ThreadLocal_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 159s autopkgtest: DBG: processing dependency build-essential 159s autopkgtest: DBG: processing dependency ninja-build 159s autopkgtest: DBG: processing dependency libtorch-dev 159s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 159s autopkgtest: DBG: processing dependency libtorch-test 159s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 159s autopkgtest: DBG: Test defined: name 34_of_104__cpptest__c10_TypeIndex_test path None command "/usr/lib/libtorch-test/c10_TypeIndex_test" restrictions ['allow-stderr'] features ['test-name=34_of_104__cpptest__c10_TypeIndex_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 159s autopkgtest: DBG: processing dependency build-essential 159s autopkgtest: DBG: processing dependency ninja-build 159s autopkgtest: DBG: processing dependency libtorch-dev 159s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 159s autopkgtest: DBG: processing dependency libtorch-test 159s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 159s autopkgtest: DBG: Test defined: name 35_of_104__cpptest__c10_TypeList_test path None command "/usr/lib/libtorch-test/c10_TypeList_test" restrictions ['allow-stderr'] features ['test-name=35_of_104__cpptest__c10_TypeList_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 159s autopkgtest: DBG: processing dependency build-essential 159s autopkgtest: DBG: processing dependency ninja-build 159s autopkgtest: DBG: processing dependency libtorch-dev 159s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 159s autopkgtest: DBG: processing dependency libtorch-test 159s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 159s autopkgtest: DBG: Test defined: name 36_of_104__cpptest__c10_TypeTraits_test path None command "/usr/lib/libtorch-test/c10_TypeTraits_test" restrictions ['allow-stderr'] features ['test-name=36_of_104__cpptest__c10_TypeTraits_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 159s autopkgtest: DBG: processing dependency build-essential 159s autopkgtest: DBG: processing dependency ninja-build 159s autopkgtest: DBG: processing dependency libtorch-dev 159s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 159s autopkgtest: DBG: processing dependency libtorch-test 159s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 159s autopkgtest: DBG: Test defined: name 37_of_104__cpptest__c10_accumulate_test path None command "/usr/lib/libtorch-test/c10_accumulate_test" restrictions ['allow-stderr'] features ['test-name=37_of_104__cpptest__c10_accumulate_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 160s autopkgtest: DBG: processing dependency build-essential 160s autopkgtest: DBG: processing dependency ninja-build 160s autopkgtest: DBG: processing dependency libtorch-dev 160s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 160s autopkgtest: DBG: processing dependency libtorch-test 160s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 160s autopkgtest: DBG: Test defined: name 38_of_104__cpptest__c10_bfloat16_test path None command "/usr/lib/libtorch-test/c10_bfloat16_test" restrictions ['allow-stderr'] features ['test-name=38_of_104__cpptest__c10_bfloat16_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 160s autopkgtest: DBG: processing dependency build-essential 160s autopkgtest: DBG: processing dependency ninja-build 160s autopkgtest: DBG: processing dependency libtorch-dev 160s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 160s autopkgtest: DBG: processing dependency libtorch-test 160s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 160s autopkgtest: DBG: Test defined: name 39_of_104__cpptest__c10_bit_cast_test path None command "/usr/lib/libtorch-test/c10_bit_cast_test" restrictions ['allow-stderr'] features ['test-name=39_of_104__cpptest__c10_bit_cast_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 160s autopkgtest: DBG: processing dependency build-essential 160s autopkgtest: DBG: processing dependency ninja-build 160s autopkgtest: DBG: processing dependency libtorch-dev 160s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 160s autopkgtest: DBG: processing dependency libtorch-test 160s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 160s autopkgtest: DBG: Test defined: name 40_of_104__cpptest__c10_complex_math_test path None command "/usr/lib/libtorch-test/c10_complex_math_test" restrictions ['allow-stderr'] features ['test-name=40_of_104__cpptest__c10_complex_math_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 160s autopkgtest: DBG: processing dependency build-essential 160s autopkgtest: DBG: processing dependency ninja-build 160s autopkgtest: DBG: processing dependency libtorch-dev 160s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 160s autopkgtest: DBG: processing dependency libtorch-test 160s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 160s autopkgtest: DBG: Test defined: name 41_of_104__cpptest__c10_complex_test path None command "/usr/lib/libtorch-test/c10_complex_test" restrictions ['allow-stderr'] features ['test-name=41_of_104__cpptest__c10_complex_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 160s autopkgtest: DBG: processing dependency build-essential 160s autopkgtest: DBG: processing dependency ninja-build 160s autopkgtest: DBG: processing dependency libtorch-dev 160s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 160s autopkgtest: DBG: processing dependency libtorch-test 160s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 160s autopkgtest: DBG: Test defined: name 42_of_104__cpptest__c10_cow_test path None command "/usr/lib/libtorch-test/c10_cow_test" restrictions ['allow-stderr'] features ['test-name=42_of_104__cpptest__c10_cow_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 161s autopkgtest: DBG: processing dependency build-essential 161s autopkgtest: DBG: processing dependency ninja-build 161s autopkgtest: DBG: processing dependency libtorch-dev 161s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 161s autopkgtest: DBG: processing dependency libtorch-test 161s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 161s autopkgtest: DBG: Test defined: name 43_of_104__cpptest__c10_exception_test path None command "/usr/lib/libtorch-test/c10_exception_test" restrictions ['allow-stderr'] features ['test-name=43_of_104__cpptest__c10_exception_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 161s autopkgtest: DBG: processing dependency build-essential 161s autopkgtest: DBG: processing dependency ninja-build 161s autopkgtest: DBG: processing dependency libtorch-dev 161s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 161s autopkgtest: DBG: processing dependency libtorch-test 161s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 161s autopkgtest: DBG: Test defined: name 44_of_104__cpptest__c10_flags_test path None command "/usr/lib/libtorch-test/c10_flags_test" restrictions ['allow-stderr'] features ['test-name=44_of_104__cpptest__c10_flags_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 161s autopkgtest: DBG: processing dependency build-essential 161s autopkgtest: DBG: processing dependency ninja-build 161s autopkgtest: DBG: processing dependency libtorch-dev 161s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 161s autopkgtest: DBG: processing dependency libtorch-test 161s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 161s autopkgtest: DBG: Test defined: name 45_of_104__cpptest__c10_generic_math_test path None command "/usr/lib/libtorch-test/c10_generic_math_test" restrictions ['allow-stderr'] features ['test-name=45_of_104__cpptest__c10_generic_math_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 161s autopkgtest: DBG: processing dependency build-essential 161s autopkgtest: DBG: processing dependency ninja-build 161s autopkgtest: DBG: processing dependency libtorch-dev 161s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 161s autopkgtest: DBG: processing dependency libtorch-test 161s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 161s autopkgtest: DBG: Test defined: name 46_of_104__cpptest__c10_intrusive_ptr_benchmark path None command "/usr/lib/libtorch-test/c10_intrusive_ptr_benchmark" restrictions ['allow-stderr'] features ['test-name=46_of_104__cpptest__c10_intrusive_ptr_benchmark'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 161s autopkgtest: DBG: processing dependency build-essential 161s autopkgtest: DBG: processing dependency ninja-build 161s autopkgtest: DBG: processing dependency libtorch-dev 161s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 161s autopkgtest: DBG: processing dependency libtorch-test 161s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 161s autopkgtest: DBG: Test defined: name 47_of_104__cpptest__c10_intrusive_ptr_test path None command "/usr/lib/libtorch-test/c10_intrusive_ptr_test" restrictions ['allow-stderr'] features ['test-name=47_of_104__cpptest__c10_intrusive_ptr_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 161s autopkgtest: DBG: processing dependency build-essential 161s autopkgtest: DBG: processing dependency ninja-build 161s autopkgtest: DBG: processing dependency libtorch-dev 161s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 161s autopkgtest: DBG: processing dependency libtorch-test 161s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 161s autopkgtest: DBG: Test defined: name 48_of_104__cpptest__c10_irange_test path None command "/usr/lib/libtorch-test/c10_irange_test" restrictions ['allow-stderr'] features ['test-name=48_of_104__cpptest__c10_irange_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 162s autopkgtest: DBG: processing dependency build-essential 162s autopkgtest: DBG: processing dependency ninja-build 162s autopkgtest: DBG: processing dependency libtorch-dev 162s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 162s autopkgtest: DBG: processing dependency libtorch-test 162s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 162s autopkgtest: DBG: Test defined: name 49_of_104__cpptest__c10_lazy_test path None command "/usr/lib/libtorch-test/c10_lazy_test" restrictions ['allow-stderr'] features ['test-name=49_of_104__cpptest__c10_lazy_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 162s autopkgtest: DBG: processing dependency build-essential 162s autopkgtest: DBG: processing dependency ninja-build 162s autopkgtest: DBG: processing dependency libtorch-dev 162s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 162s autopkgtest: DBG: processing dependency libtorch-test 162s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 162s autopkgtest: DBG: Test defined: name 50_of_104__cpptest__c10_logging_test path None command "/usr/lib/libtorch-test/c10_logging_test" restrictions ['allow-stderr'] features ['test-name=50_of_104__cpptest__c10_logging_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 162s autopkgtest: DBG: processing dependency build-essential 162s autopkgtest: DBG: processing dependency ninja-build 162s autopkgtest: DBG: processing dependency libtorch-dev 162s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 162s autopkgtest: DBG: processing dependency libtorch-test 162s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 162s autopkgtest: DBG: Test defined: name 51_of_104__cpptest__c10_optional_test path None command "/usr/lib/libtorch-test/c10_optional_test" restrictions ['allow-stderr'] features ['test-name=51_of_104__cpptest__c10_optional_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 162s autopkgtest: DBG: processing dependency build-essential 162s autopkgtest: DBG: processing dependency ninja-build 162s autopkgtest: DBG: processing dependency libtorch-dev 162s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 162s autopkgtest: DBG: processing dependency libtorch-test 162s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 162s autopkgtest: DBG: Test defined: name 52_of_104__cpptest__c10_ordered_preserving_dict_test path None command "/usr/lib/libtorch-test/c10_ordered_preserving_dict_test" restrictions ['allow-stderr'] features ['test-name=52_of_104__cpptest__c10_ordered_preserving_dict_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 162s autopkgtest: DBG: processing dependency build-essential 162s autopkgtest: DBG: processing dependency ninja-build 162s autopkgtest: DBG: processing dependency libtorch-dev 162s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 162s autopkgtest: DBG: processing dependency libtorch-test 162s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 162s autopkgtest: DBG: Test defined: name 53_of_104__cpptest__c10_registry_test path None command "/usr/lib/libtorch-test/c10_registry_test" restrictions ['allow-stderr'] features ['test-name=53_of_104__cpptest__c10_registry_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 163s autopkgtest: DBG: processing dependency build-essential 163s autopkgtest: DBG: processing dependency ninja-build 163s autopkgtest: DBG: processing dependency libtorch-dev 163s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 163s autopkgtest: DBG: processing dependency libtorch-test 163s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 163s autopkgtest: DBG: Test defined: name 54_of_104__cpptest__c10_small_vector_test path None command "/usr/lib/libtorch-test/c10_small_vector_test" restrictions ['allow-stderr'] features ['test-name=54_of_104__cpptest__c10_small_vector_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 163s autopkgtest: DBG: processing dependency build-essential 163s autopkgtest: DBG: processing dependency ninja-build 163s autopkgtest: DBG: processing dependency libtorch-dev 163s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 163s autopkgtest: DBG: processing dependency libtorch-test 163s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 163s autopkgtest: DBG: Test defined: name 55_of_104__cpptest__c10_ssize_test path None command "/usr/lib/libtorch-test/c10_ssize_test" restrictions ['allow-stderr'] features ['test-name=55_of_104__cpptest__c10_ssize_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 163s autopkgtest: DBG: processing dependency build-essential 163s autopkgtest: DBG: processing dependency ninja-build 163s autopkgtest: DBG: processing dependency libtorch-dev 163s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 163s autopkgtest: DBG: processing dependency libtorch-test 163s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 163s autopkgtest: DBG: Test defined: name 56_of_104__cpptest__c10_string_util_test path None command "/usr/lib/libtorch-test/c10_string_util_test" restrictions ['allow-stderr'] features ['test-name=56_of_104__cpptest__c10_string_util_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 163s autopkgtest: DBG: processing dependency build-essential 163s autopkgtest: DBG: processing dependency ninja-build 163s autopkgtest: DBG: processing dependency libtorch-dev 163s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 163s autopkgtest: DBG: processing dependency libtorch-test 163s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 163s autopkgtest: DBG: Test defined: name 57_of_104__cpptest__c10_string_view_test path None command "/usr/lib/libtorch-test/c10_string_view_test" restrictions ['allow-stderr'] features ['test-name=57_of_104__cpptest__c10_string_view_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 163s autopkgtest: DBG: processing dependency build-essential 163s autopkgtest: DBG: processing dependency ninja-build 163s autopkgtest: DBG: processing dependency libtorch-dev 163s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 163s autopkgtest: DBG: processing dependency libtorch-test 163s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 163s autopkgtest: DBG: Test defined: name 58_of_104__cpptest__c10_tempfile_test path None command "/usr/lib/libtorch-test/c10_tempfile_test" restrictions ['allow-stderr'] features ['test-name=58_of_104__cpptest__c10_tempfile_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 164s autopkgtest: DBG: processing dependency build-essential 164s autopkgtest: DBG: processing dependency ninja-build 164s autopkgtest: DBG: processing dependency libtorch-dev 164s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 164s autopkgtest: DBG: processing dependency libtorch-test 164s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 164s autopkgtest: DBG: Test defined: name 59_of_104__cpptest__c10_typeid_test path None command "/usr/lib/libtorch-test/c10_typeid_test" restrictions ['allow-stderr'] features ['test-name=59_of_104__cpptest__c10_typeid_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 164s autopkgtest: DBG: processing dependency build-essential 164s autopkgtest: DBG: processing dependency ninja-build 164s autopkgtest: DBG: processing dependency libtorch-dev 164s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 164s autopkgtest: DBG: processing dependency libtorch-test 164s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 164s autopkgtest: DBG: Test defined: name 60_of_104__cpptest__cpu_allocator_test path None command "/usr/lib/libtorch-test/cpu_allocator_test" restrictions ['allow-stderr'] features ['test-name=60_of_104__cpptest__cpu_allocator_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 164s autopkgtest: DBG: processing dependency build-essential 164s autopkgtest: DBG: processing dependency ninja-build 164s autopkgtest: DBG: processing dependency libtorch-dev 164s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 164s autopkgtest: DBG: processing dependency libtorch-test 164s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 164s autopkgtest: DBG: Test defined: name 61_of_104__cpptest__cpu_generator_test path None command "/usr/lib/libtorch-test/cpu_generator_test" restrictions ['allow-stderr'] features ['test-name=61_of_104__cpptest__cpu_generator_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 165s autopkgtest: DBG: processing dependency build-essential 165s autopkgtest: DBG: processing dependency ninja-build 165s autopkgtest: DBG: processing dependency libtorch-dev 165s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 165s autopkgtest: DBG: processing dependency libtorch-test 165s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 165s autopkgtest: DBG: Test defined: name 62_of_104__cpptest__cpu_profiling_allocator_test path None command "/usr/lib/libtorch-test/cpu_profiling_allocator_test" restrictions ['allow-stderr'] features ['test-name=62_of_104__cpptest__cpu_profiling_allocator_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 165s autopkgtest: DBG: processing dependency build-essential 165s autopkgtest: DBG: processing dependency ninja-build 165s autopkgtest: DBG: processing dependency libtorch-dev 165s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 165s autopkgtest: DBG: processing dependency libtorch-test 165s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 165s autopkgtest: DBG: Test defined: name 63_of_104__cpptest__cpu_rng_test path None command "/usr/lib/libtorch-test/cpu_rng_test" restrictions ['allow-stderr'] features ['test-name=63_of_104__cpptest__cpu_rng_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 165s autopkgtest: DBG: processing dependency build-essential 165s autopkgtest: DBG: processing dependency ninja-build 165s autopkgtest: DBG: processing dependency libtorch-dev 165s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 165s autopkgtest: DBG: processing dependency libtorch-test 165s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 165s autopkgtest: DBG: Test defined: name 64_of_104__cpptest__dispatch_key_set_test path None command "/usr/lib/libtorch-test/dispatch_key_set_test" restrictions ['allow-stderr'] features ['test-name=64_of_104__cpptest__dispatch_key_set_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 165s autopkgtest: DBG: processing dependency build-essential 165s autopkgtest: DBG: processing dependency ninja-build 165s autopkgtest: DBG: processing dependency libtorch-dev 165s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 165s autopkgtest: DBG: processing dependency libtorch-test 165s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 165s autopkgtest: DBG: Test defined: name 65_of_104__cpptest__dlconvertor_test path None command "/usr/lib/libtorch-test/dlconvertor_test" restrictions ['allow-stderr'] features ['test-name=65_of_104__cpptest__dlconvertor_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 165s autopkgtest: DBG: processing dependency build-essential 165s autopkgtest: DBG: processing dependency ninja-build 165s autopkgtest: DBG: processing dependency libtorch-dev 165s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 165s autopkgtest: DBG: processing dependency libtorch-test 165s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 165s autopkgtest: DBG: Test defined: name 66_of_104__cpptest__extension_backend_test path None command "/usr/lib/libtorch-test/extension_backend_test" restrictions ['allow-stderr'] features ['test-name=66_of_104__cpptest__extension_backend_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 165s autopkgtest: DBG: processing dependency build-essential 165s autopkgtest: DBG: processing dependency ninja-build 165s autopkgtest: DBG: processing dependency libtorch-dev 165s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 165s autopkgtest: DBG: processing dependency libtorch-test 165s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 165s autopkgtest: DBG: Test defined: name 67_of_104__cpptest__half_test path None command "/usr/lib/libtorch-test/half_test" restrictions ['allow-stderr'] features ['test-name=67_of_104__cpptest__half_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 165s autopkgtest: DBG: processing dependency build-essential 165s autopkgtest: DBG: processing dependency ninja-build 165s autopkgtest: DBG: processing dependency libtorch-dev 165s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 165s autopkgtest: DBG: processing dependency libtorch-test 165s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 165s autopkgtest: DBG: Test defined: name 68_of_104__cpptest__inline_container_test path None command "/usr/lib/libtorch-test/inline_container_test || true" restrictions ['allow-stderr'] features ['test-name=68_of_104__cpptest__inline_container_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 165s autopkgtest: DBG: processing dependency build-essential 165s autopkgtest: DBG: processing dependency ninja-build 165s autopkgtest: DBG: processing dependency libtorch-dev 165s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 165s autopkgtest: DBG: processing dependency libtorch-test 165s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 165s autopkgtest: DBG: Test defined: name 69_of_104__cpptest__ivalue_test path None command "/usr/lib/libtorch-test/ivalue_test" restrictions ['allow-stderr'] features ['test-name=69_of_104__cpptest__ivalue_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 166s autopkgtest: DBG: processing dependency build-essential 166s autopkgtest: DBG: processing dependency ninja-build 166s autopkgtest: DBG: processing dependency libtorch-dev 166s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 166s autopkgtest: DBG: processing dependency libtorch-test 166s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 166s autopkgtest: DBG: Test defined: name 70_of_104__cpptest__kernel_function_legacy_test path None command "/usr/lib/libtorch-test/kernel_function_legacy_test" restrictions ['allow-stderr'] features ['test-name=70_of_104__cpptest__kernel_function_legacy_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 166s autopkgtest: DBG: processing dependency build-essential 166s autopkgtest: DBG: processing dependency ninja-build 166s autopkgtest: DBG: processing dependency libtorch-dev 166s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 166s autopkgtest: DBG: processing dependency libtorch-test 166s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 166s autopkgtest: DBG: Test defined: name 71_of_104__cpptest__kernel_function_test path None command "/usr/lib/libtorch-test/kernel_function_test" restrictions ['allow-stderr'] features ['test-name=71_of_104__cpptest__kernel_function_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 166s autopkgtest: DBG: processing dependency build-essential 166s autopkgtest: DBG: processing dependency ninja-build 166s autopkgtest: DBG: processing dependency libtorch-dev 166s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 166s autopkgtest: DBG: processing dependency libtorch-test 166s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 166s autopkgtest: DBG: Test defined: name 72_of_104__cpptest__kernel_lambda_legacy_test path None command "/usr/lib/libtorch-test/kernel_lambda_legacy_test" restrictions ['allow-stderr'] features ['test-name=72_of_104__cpptest__kernel_lambda_legacy_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 166s autopkgtest: DBG: processing dependency build-essential 166s autopkgtest: DBG: processing dependency ninja-build 166s autopkgtest: DBG: processing dependency libtorch-dev 166s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 166s autopkgtest: DBG: processing dependency libtorch-test 166s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 166s autopkgtest: DBG: Test defined: name 73_of_104__cpptest__kernel_lambda_test path None command "/usr/lib/libtorch-test/kernel_lambda_test" restrictions ['allow-stderr'] features ['test-name=73_of_104__cpptest__kernel_lambda_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 167s autopkgtest: DBG: processing dependency build-essential 167s autopkgtest: DBG: processing dependency ninja-build 167s autopkgtest: DBG: processing dependency libtorch-dev 167s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 167s autopkgtest: DBG: processing dependency libtorch-test 167s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 167s autopkgtest: DBG: Test defined: name 74_of_104__cpptest__kernel_stackbased_test path None command "/usr/lib/libtorch-test/kernel_stackbased_test" restrictions ['allow-stderr'] features ['test-name=74_of_104__cpptest__kernel_stackbased_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 167s autopkgtest: DBG: processing dependency build-essential 167s autopkgtest: DBG: processing dependency ninja-build 167s autopkgtest: DBG: processing dependency libtorch-dev 167s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 167s autopkgtest: DBG: processing dependency libtorch-test 167s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 167s autopkgtest: DBG: Test defined: name 75_of_104__cpptest__lazy_tensor_test path None command "/usr/lib/libtorch-test/lazy_tensor_test" restrictions ['allow-stderr'] features ['test-name=75_of_104__cpptest__lazy_tensor_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 167s autopkgtest: DBG: processing dependency build-essential 167s autopkgtest: DBG: processing dependency ninja-build 167s autopkgtest: DBG: processing dependency libtorch-dev 167s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 167s autopkgtest: DBG: processing dependency libtorch-test 167s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 167s autopkgtest: DBG: Test defined: name 76_of_104__cpptest__legacy_vmap_test path None command "/usr/lib/libtorch-test/legacy_vmap_test" restrictions ['allow-stderr'] features ['test-name=76_of_104__cpptest__legacy_vmap_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 167s autopkgtest: DBG: processing dependency build-essential 167s autopkgtest: DBG: processing dependency ninja-build 167s autopkgtest: DBG: processing dependency libtorch-dev 167s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 167s autopkgtest: DBG: processing dependency libtorch-test 167s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 167s autopkgtest: DBG: Test defined: name 77_of_104__cpptest__make_boxed_from_unboxed_functor_test path None command "/usr/lib/libtorch-test/make_boxed_from_unboxed_functor_test" restrictions ['allow-stderr'] features ['test-name=77_of_104__cpptest__make_boxed_from_unboxed_functor_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 167s autopkgtest: DBG: processing dependency build-essential 167s autopkgtest: DBG: processing dependency ninja-build 167s autopkgtest: DBG: processing dependency libtorch-dev 167s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 167s autopkgtest: DBG: processing dependency libtorch-test 167s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 167s autopkgtest: DBG: Test defined: name 78_of_104__cpptest__math_kernel_test path None command "/usr/lib/libtorch-test/math_kernel_test" restrictions ['allow-stderr'] features ['test-name=78_of_104__cpptest__math_kernel_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 168s autopkgtest: DBG: processing dependency build-essential 168s autopkgtest: DBG: processing dependency ninja-build 168s autopkgtest: DBG: processing dependency libtorch-dev 168s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 168s autopkgtest: DBG: processing dependency libtorch-test 168s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 168s autopkgtest: DBG: Test defined: name 79_of_104__cpptest__memory_format_test path None command "/usr/lib/libtorch-test/memory_format_test" restrictions ['allow-stderr'] features ['test-name=79_of_104__cpptest__memory_format_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 168s autopkgtest: DBG: processing dependency build-essential 168s autopkgtest: DBG: processing dependency ninja-build 168s autopkgtest: DBG: processing dependency libtorch-dev 168s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 168s autopkgtest: DBG: processing dependency libtorch-test 168s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 168s autopkgtest: DBG: Test defined: name 80_of_104__cpptest__memory_overlapping_test path None command "/usr/lib/libtorch-test/memory_overlapping_test" restrictions ['allow-stderr'] features ['test-name=80_of_104__cpptest__memory_overlapping_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 168s autopkgtest: DBG: processing dependency build-essential 168s autopkgtest: DBG: processing dependency ninja-build 168s autopkgtest: DBG: processing dependency libtorch-dev 168s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 168s autopkgtest: DBG: processing dependency libtorch-test 168s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 168s autopkgtest: DBG: Test defined: name 81_of_104__cpptest__mobile_memory_cleanup path None command "/usr/lib/libtorch-test/mobile_memory_cleanup" restrictions ['allow-stderr'] features ['test-name=81_of_104__cpptest__mobile_memory_cleanup'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 168s autopkgtest: DBG: processing dependency build-essential 168s autopkgtest: DBG: processing dependency ninja-build 168s autopkgtest: DBG: processing dependency libtorch-dev 168s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 168s autopkgtest: DBG: processing dependency libtorch-test 168s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 168s autopkgtest: DBG: Test defined: name 82_of_104__cpptest__native_test path None command "/usr/lib/libtorch-test/native_test" restrictions ['allow-stderr'] features ['test-name=82_of_104__cpptest__native_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 168s autopkgtest: DBG: processing dependency build-essential 168s autopkgtest: DBG: processing dependency ninja-build 168s autopkgtest: DBG: processing dependency libtorch-dev 168s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 168s autopkgtest: DBG: processing dependency libtorch-test 168s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 168s autopkgtest: DBG: Test defined: name 83_of_104__cpptest__op_allowlist_test path None command "/usr/lib/libtorch-test/op_allowlist_test" restrictions ['allow-stderr'] features ['test-name=83_of_104__cpptest__op_allowlist_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 169s autopkgtest: DBG: processing dependency build-essential 169s autopkgtest: DBG: processing dependency ninja-build 169s autopkgtest: DBG: processing dependency libtorch-dev 169s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 169s autopkgtest: DBG: processing dependency libtorch-test 169s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 169s autopkgtest: DBG: Test defined: name 84_of_104__cpptest__op_registration_test path None command "/usr/lib/libtorch-test/op_registration_test" restrictions ['allow-stderr'] features ['test-name=84_of_104__cpptest__op_registration_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 169s autopkgtest: DBG: processing dependency build-essential 169s autopkgtest: DBG: processing dependency ninja-build 169s autopkgtest: DBG: processing dependency libtorch-dev 169s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 169s autopkgtest: DBG: processing dependency libtorch-test 169s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 169s autopkgtest: DBG: Test defined: name 85_of_104__cpptest__operator_name_test path None command "/usr/lib/libtorch-test/operator_name_test" restrictions ['allow-stderr'] features ['test-name=85_of_104__cpptest__operator_name_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 169s autopkgtest: DBG: processing dependency build-essential 169s autopkgtest: DBG: processing dependency ninja-build 169s autopkgtest: DBG: processing dependency libtorch-dev 169s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 169s autopkgtest: DBG: processing dependency libtorch-test 169s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 169s autopkgtest: DBG: Test defined: name 86_of_104__cpptest__operators_test path None command "/usr/lib/libtorch-test/operators_test" restrictions ['allow-stderr'] features ['test-name=86_of_104__cpptest__operators_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 169s autopkgtest: DBG: processing dependency build-essential 169s autopkgtest: DBG: processing dependency ninja-build 169s autopkgtest: DBG: processing dependency libtorch-dev 169s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 169s autopkgtest: DBG: processing dependency libtorch-test 169s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 169s autopkgtest: DBG: Test defined: name 87_of_104__cpptest__packedtensoraccessor_test path None command "/usr/lib/libtorch-test/packedtensoraccessor_test" restrictions ['allow-stderr'] features ['test-name=87_of_104__cpptest__packedtensoraccessor_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 169s autopkgtest: DBG: processing dependency build-essential 169s autopkgtest: DBG: processing dependency ninja-build 169s autopkgtest: DBG: processing dependency libtorch-dev 169s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 169s autopkgtest: DBG: processing dependency libtorch-test 169s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 169s autopkgtest: DBG: Test defined: name 88_of_104__cpptest__pow_test path None command "/usr/lib/libtorch-test/pow_test" restrictions ['allow-stderr'] features ['test-name=88_of_104__cpptest__pow_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 169s autopkgtest: DBG: processing dependency build-essential 169s autopkgtest: DBG: processing dependency ninja-build 169s autopkgtest: DBG: processing dependency libtorch-dev 169s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 169s autopkgtest: DBG: processing dependency libtorch-test 169s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 169s autopkgtest: DBG: Test defined: name 89_of_104__cpptest__quantized_test path None command "/usr/lib/libtorch-test/quantized_test" restrictions ['allow-stderr'] features ['test-name=89_of_104__cpptest__quantized_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 170s autopkgtest: DBG: processing dependency build-essential 170s autopkgtest: DBG: processing dependency ninja-build 170s autopkgtest: DBG: processing dependency libtorch-dev 170s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 170s autopkgtest: DBG: processing dependency libtorch-test 170s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 170s autopkgtest: DBG: Test defined: name 90_of_104__cpptest__reduce_ops_test path None command "/usr/lib/libtorch-test/reduce_ops_test" restrictions ['allow-stderr'] features ['test-name=90_of_104__cpptest__reduce_ops_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 170s autopkgtest: DBG: processing dependency build-essential 170s autopkgtest: DBG: processing dependency ninja-build 170s autopkgtest: DBG: processing dependency libtorch-dev 170s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 170s autopkgtest: DBG: processing dependency libtorch-test 170s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 170s autopkgtest: DBG: Test defined: name 91_of_104__cpptest__reportMemoryUsage_test path None command "/usr/lib/libtorch-test/reportMemoryUsage_test" restrictions ['allow-stderr'] features ['test-name=91_of_104__cpptest__reportMemoryUsage_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 170s autopkgtest: DBG: processing dependency build-essential 170s autopkgtest: DBG: processing dependency ninja-build 170s autopkgtest: DBG: processing dependency libtorch-dev 170s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 170s autopkgtest: DBG: processing dependency libtorch-test 170s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 170s autopkgtest: DBG: Test defined: name 92_of_104__cpptest__scalar_tensor_test path None command "/usr/lib/libtorch-test/scalar_tensor_test" restrictions ['allow-stderr'] features ['test-name=92_of_104__cpptest__scalar_tensor_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 170s autopkgtest: DBG: processing dependency build-essential 170s autopkgtest: DBG: processing dependency ninja-build 170s autopkgtest: DBG: processing dependency libtorch-dev 170s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 170s autopkgtest: DBG: processing dependency libtorch-test 170s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 170s autopkgtest: DBG: Test defined: name 93_of_104__cpptest__scalar_test path None command "/usr/lib/libtorch-test/scalar_test" restrictions ['allow-stderr'] features ['test-name=93_of_104__cpptest__scalar_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 170s autopkgtest: DBG: processing dependency build-essential 170s autopkgtest: DBG: processing dependency ninja-build 170s autopkgtest: DBG: processing dependency libtorch-dev 170s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 170s autopkgtest: DBG: processing dependency libtorch-test 170s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 170s autopkgtest: DBG: Test defined: name 94_of_104__cpptest__stride_properties_test path None command "/usr/lib/libtorch-test/stride_properties_test" restrictions ['allow-stderr'] features ['test-name=94_of_104__cpptest__stride_properties_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 170s autopkgtest: DBG: processing dependency build-essential 170s autopkgtest: DBG: processing dependency ninja-build 170s autopkgtest: DBG: processing dependency libtorch-dev 170s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 170s autopkgtest: DBG: processing dependency libtorch-test 170s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 170s autopkgtest: DBG: Test defined: name 95_of_104__cpptest__tensor_iterator_test path None command "/usr/lib/libtorch-test/tensor_iterator_test" restrictions ['allow-stderr'] features ['test-name=95_of_104__cpptest__tensor_iterator_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 171s autopkgtest: DBG: processing dependency build-essential 171s autopkgtest: DBG: processing dependency ninja-build 171s autopkgtest: DBG: processing dependency libtorch-dev 171s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 171s autopkgtest: DBG: processing dependency libtorch-test 171s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 171s autopkgtest: DBG: Test defined: name 96_of_104__cpptest__test_parallel path None command "/usr/lib/libtorch-test/test_parallel" restrictions ['allow-stderr'] features ['test-name=96_of_104__cpptest__test_parallel'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 171s autopkgtest: DBG: processing dependency build-essential 171s autopkgtest: DBG: processing dependency ninja-build 171s autopkgtest: DBG: processing dependency libtorch-dev 171s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 171s autopkgtest: DBG: processing dependency libtorch-test 171s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 171s autopkgtest: DBG: Test defined: name 97_of_104__cpptest__thread_init_test path None command "/usr/lib/libtorch-test/thread_init_test" restrictions ['allow-stderr'] features ['test-name=97_of_104__cpptest__thread_init_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 171s autopkgtest: DBG: processing dependency build-essential 171s autopkgtest: DBG: processing dependency ninja-build 171s autopkgtest: DBG: processing dependency libtorch-dev 171s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 171s autopkgtest: DBG: processing dependency libtorch-test 171s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 171s autopkgtest: DBG: Test defined: name 98_of_104__cpptest__type_ptr_test path None command "/usr/lib/libtorch-test/type_ptr_test" restrictions ['allow-stderr'] features ['test-name=98_of_104__cpptest__type_ptr_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 171s autopkgtest: DBG: processing dependency build-essential 171s autopkgtest: DBG: processing dependency ninja-build 171s autopkgtest: DBG: processing dependency libtorch-dev 171s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 171s autopkgtest: DBG: processing dependency libtorch-test 171s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 171s autopkgtest: DBG: Test defined: name 99_of_104__cpptest__type_test path None command "/usr/lib/libtorch-test/type_test" restrictions ['allow-stderr'] features ['test-name=99_of_104__cpptest__type_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 171s autopkgtest: DBG: processing dependency build-essential 171s autopkgtest: DBG: processing dependency ninja-build 171s autopkgtest: DBG: processing dependency libtorch-dev 171s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 171s autopkgtest: DBG: processing dependency libtorch-test 171s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 171s autopkgtest: DBG: Test defined: name 100_of_104__cpptest__undefined_tensor_test path None command "/usr/lib/libtorch-test/undefined_tensor_test" restrictions ['allow-stderr'] features ['test-name=100_of_104__cpptest__undefined_tensor_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 172s autopkgtest: DBG: processing dependency build-essential 172s autopkgtest: DBG: processing dependency ninja-build 172s autopkgtest: DBG: processing dependency libtorch-dev 172s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 172s autopkgtest: DBG: processing dependency libtorch-test 172s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 172s autopkgtest: DBG: Test defined: name 101_of_104__cpptest__verify_api_visibility path None command "/usr/lib/libtorch-test/verify_api_visibility" restrictions ['allow-stderr'] features ['test-name=101_of_104__cpptest__verify_api_visibility'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 172s autopkgtest: DBG: processing dependency build-essential 172s autopkgtest: DBG: processing dependency ninja-build 172s autopkgtest: DBG: processing dependency libtorch-dev 172s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 172s autopkgtest: DBG: processing dependency libtorch-test 172s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 172s autopkgtest: DBG: Test defined: name 102_of_104__cpptest__weakref_test path None command "/usr/lib/libtorch-test/weakref_test" restrictions ['allow-stderr'] features ['test-name=102_of_104__cpptest__weakref_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 172s autopkgtest: DBG: processing dependency build-essential 172s autopkgtest: DBG: processing dependency ninja-build 172s autopkgtest: DBG: processing dependency libtorch-dev 172s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 172s autopkgtest: DBG: processing dependency libtorch-test 172s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 172s autopkgtest: DBG: Test defined: name 103_of_104__cpptest__wrapdim_test path None command "/usr/lib/libtorch-test/wrapdim_test" restrictions ['allow-stderr'] features ['test-name=103_of_104__cpptest__wrapdim_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 172s autopkgtest: DBG: processing dependency build-essential 172s autopkgtest: DBG: processing dependency ninja-build 172s autopkgtest: DBG: processing dependency libtorch-dev 172s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 172s autopkgtest: DBG: processing dependency libtorch-test 172s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 172s autopkgtest: DBG: Test defined: name 104_of_104__cpptest__xla_tensor_test path None command "/usr/lib/libtorch-test/xla_tensor_test" restrictions ['allow-stderr'] features ['test-name=104_of_104__cpptest__xla_tensor_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 172s autopkgtest [01:12:19]: build not needed 172s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/build.sUS/src/ /tmp/autopkgtest-work.g4f853zl/out/tests-tree/ 182s autopkgtest: DBG: got reply from testbed: ok 182s autopkgtest: DBG: processing dependency python3-torch 182s autopkgtest: DBG: marked alternatives ['python3-torch'] as a synthesised dependency 182s autopkgtest: DBG: Test defined: name py_import_and_version path None command "cd test/ ; python3 -c "import sys, torch as th; print(sys.version, th.__path__, th.__version__)"" restrictions ['allow-stderr'] features ['test-name=py_import_and_version'] depends ['python3-torch'] 182s autopkgtest: DBG: processing dependency python3-torch 182s autopkgtest: DBG: marked alternatives ['python3-torch'] as a synthesised dependency 182s autopkgtest: DBG: processing dependency libopenblas0 182s autopkgtest: DBG: Test defined: name py_blas_openblas path None command "cd debian/tests ; python3 blas.py" restrictions ['allow-stderr'] features ['test-name=py_blas_openblas'] depends ['python3-torch', 'libopenblas0'] 183s autopkgtest: DBG: processing dependency python3-torch 183s autopkgtest: DBG: marked alternatives ['python3-torch'] as a synthesised dependency 183s autopkgtest: DBG: processing dependency libblis4 183s autopkgtest: DBG: Test defined: name py_blas_blis path None command "cd debian/tests ; python3 blas.py" restrictions ['allow-stderr'] features ['test-name=py_blas_blis'] depends ['python3-torch', 'libblis4'] 183s autopkgtest: DBG: processing dependency python3-torch 183s autopkgtest: DBG: marked alternatives ['python3-torch'] as a synthesised dependency 183s autopkgtest: DBG: Test defined: name py_sequential path None command "cd debian/tests ; python3 sequential.py" restrictions ['allow-stderr'] features ['test-name=py_sequential'] depends ['python3-torch'] 183s autopkgtest: DBG: processing dependency @ 183s autopkgtest: DBG: synthesised dependency python3-torch 183s autopkgtest: DBG: synthesised dependency libtorch-dev 183s autopkgtest: DBG: synthesised dependency libtorch2.6 183s autopkgtest: DBG: synthesised dependency libtorch-test 183s autopkgtest: DBG: Test defined: name show_dangling_symlink_if_any path None command "cd debian/tests ; find /usr -xtype l -print || true" restrictions ['allow-stderr'] features ['test-name=show_dangling_symlink_if_any'] depends ['python3-torch', 'libtorch-dev', 'libtorch2.6', 'libtorch-test'] 183s autopkgtest: DBG: processing dependency build-essential 183s autopkgtest: DBG: processing dependency ninja-build 183s autopkgtest: DBG: processing dependency libtorch-dev 183s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 183s autopkgtest: DBG: processing dependency libtorch-test 183s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 183s autopkgtest: DBG: Test defined: name 1_of_104__cpptest__CppSignature_test path None command "/usr/lib/libtorch-test/CppSignature_test" restrictions ['allow-stderr'] features ['test-name=1_of_104__cpptest__CppSignature_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 183s autopkgtest: DBG: processing dependency build-essential 183s autopkgtest: DBG: processing dependency ninja-build 183s autopkgtest: DBG: processing dependency libtorch-dev 183s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 183s autopkgtest: DBG: processing dependency libtorch-test 183s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 183s autopkgtest: DBG: Test defined: name 2_of_104__cpptest__Dict_test path None command "/usr/lib/libtorch-test/Dict_test" restrictions ['allow-stderr'] features ['test-name=2_of_104__cpptest__Dict_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 184s autopkgtest: DBG: processing dependency build-essential 184s autopkgtest: DBG: processing dependency ninja-build 184s autopkgtest: DBG: processing dependency libtorch-dev 184s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 184s autopkgtest: DBG: processing dependency libtorch-test 184s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 184s autopkgtest: DBG: Test defined: name 3_of_104__cpptest__Dimname_test path None command "/usr/lib/libtorch-test/Dimname_test" restrictions ['allow-stderr'] features ['test-name=3_of_104__cpptest__Dimname_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 184s autopkgtest: DBG: processing dependency build-essential 184s autopkgtest: DBG: processing dependency ninja-build 184s autopkgtest: DBG: processing dependency libtorch-dev 184s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 184s autopkgtest: DBG: processing dependency libtorch-test 184s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 184s autopkgtest: DBG: Test defined: name 4_of_104__cpptest__IListRef_test path None command "/usr/lib/libtorch-test/IListRef_test" restrictions ['allow-stderr'] features ['test-name=4_of_104__cpptest__IListRef_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 184s autopkgtest: DBG: processing dependency build-essential 184s autopkgtest: DBG: processing dependency ninja-build 184s autopkgtest: DBG: processing dependency libtorch-dev 184s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 184s autopkgtest: DBG: processing dependency libtorch-test 184s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 184s autopkgtest: DBG: Test defined: name 5_of_104__cpptest__KernelFunction_test path None command "/usr/lib/libtorch-test/KernelFunction_test" restrictions ['allow-stderr'] features ['test-name=5_of_104__cpptest__KernelFunction_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 184s autopkgtest: DBG: processing dependency build-essential 184s autopkgtest: DBG: processing dependency ninja-build 184s autopkgtest: DBG: processing dependency libtorch-dev 184s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 184s autopkgtest: DBG: processing dependency libtorch-test 184s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 184s autopkgtest: DBG: Test defined: name 6_of_104__cpptest__List_test path None command "/usr/lib/libtorch-test/List_test" restrictions ['allow-stderr'] features ['test-name=6_of_104__cpptest__List_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 184s autopkgtest: DBG: processing dependency build-essential 184s autopkgtest: DBG: processing dependency ninja-build 184s autopkgtest: DBG: processing dependency libtorch-dev 184s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 184s autopkgtest: DBG: processing dependency libtorch-test 184s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 184s autopkgtest: DBG: Test defined: name 7_of_104__cpptest__MaybeOwned_test path None command "/usr/lib/libtorch-test/MaybeOwned_test" restrictions ['allow-stderr'] features ['test-name=7_of_104__cpptest__MaybeOwned_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 184s autopkgtest: DBG: processing dependency build-essential 184s autopkgtest: DBG: processing dependency ninja-build 184s autopkgtest: DBG: processing dependency libtorch-dev 184s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 184s autopkgtest: DBG: processing dependency libtorch-test 184s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 184s autopkgtest: DBG: Test defined: name 8_of_104__cpptest__NamedTensor_test path None command "/usr/lib/libtorch-test/NamedTensor_test" restrictions ['allow-stderr'] features ['test-name=8_of_104__cpptest__NamedTensor_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 185s autopkgtest: DBG: processing dependency build-essential 185s autopkgtest: DBG: processing dependency ninja-build 185s autopkgtest: DBG: processing dependency libtorch-dev 185s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 185s autopkgtest: DBG: processing dependency libtorch-test 185s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 185s autopkgtest: DBG: Test defined: name 9_of_104__cpptest__StorageUtils_test path None command "/usr/lib/libtorch-test/StorageUtils_test" restrictions ['allow-stderr'] features ['test-name=9_of_104__cpptest__StorageUtils_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 185s autopkgtest: DBG: processing dependency build-essential 185s autopkgtest: DBG: processing dependency ninja-build 185s autopkgtest: DBG: processing dependency libtorch-dev 185s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 185s autopkgtest: DBG: processing dependency libtorch-test 185s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 185s autopkgtest: DBG: Test defined: name 10_of_104__cpptest__apply_utils_test path None command "/usr/lib/libtorch-test/apply_utils_test" restrictions ['allow-stderr'] features ['test-name=10_of_104__cpptest__apply_utils_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 185s autopkgtest: DBG: processing dependency build-essential 185s autopkgtest: DBG: processing dependency ninja-build 185s autopkgtest: DBG: processing dependency libtorch-dev 185s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 185s autopkgtest: DBG: processing dependency libtorch-test 185s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 185s autopkgtest: DBG: Test defined: name 11_of_104__cpptest__atest path None command "/usr/lib/libtorch-test/atest" restrictions ['allow-stderr'] features ['test-name=11_of_104__cpptest__atest'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 185s autopkgtest: DBG: processing dependency build-essential 185s autopkgtest: DBG: processing dependency ninja-build 185s autopkgtest: DBG: processing dependency libtorch-dev 185s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 185s autopkgtest: DBG: processing dependency libtorch-test 185s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 185s autopkgtest: DBG: Test defined: name 12_of_104__cpptest__backend_fallback_test path None command "/usr/lib/libtorch-test/backend_fallback_test" restrictions ['allow-stderr'] features ['test-name=12_of_104__cpptest__backend_fallback_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 185s autopkgtest: DBG: processing dependency build-essential 185s autopkgtest: DBG: processing dependency ninja-build 185s autopkgtest: DBG: processing dependency libtorch-dev 185s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 185s autopkgtest: DBG: processing dependency libtorch-test 185s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 185s autopkgtest: DBG: Test defined: name 13_of_104__cpptest__basic path None command "/usr/lib/libtorch-test/basic" restrictions ['allow-stderr'] features ['test-name=13_of_104__cpptest__basic'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 185s autopkgtest: DBG: processing dependency build-essential 185s autopkgtest: DBG: processing dependency ninja-build 185s autopkgtest: DBG: processing dependency libtorch-dev 185s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 185s autopkgtest: DBG: processing dependency libtorch-test 185s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 185s autopkgtest: DBG: Test defined: name 14_of_104__cpptest__broadcast_test path None command "/usr/lib/libtorch-test/broadcast_test" restrictions ['allow-stderr'] features ['test-name=14_of_104__cpptest__broadcast_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 186s autopkgtest: DBG: processing dependency build-essential 186s autopkgtest: DBG: processing dependency ninja-build 186s autopkgtest: DBG: processing dependency libtorch-dev 186s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 186s autopkgtest: DBG: processing dependency libtorch-test 186s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 186s autopkgtest: DBG: Test defined: name 15_of_104__cpptest__c10_Bitset_test path None command "/usr/lib/libtorch-test/c10_Bitset_test" restrictions ['allow-stderr'] features ['test-name=15_of_104__cpptest__c10_Bitset_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 186s autopkgtest: DBG: processing dependency build-essential 186s autopkgtest: DBG: processing dependency ninja-build 186s autopkgtest: DBG: processing dependency libtorch-dev 186s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 186s autopkgtest: DBG: processing dependency libtorch-test 186s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 186s autopkgtest: DBG: Test defined: name 16_of_104__cpptest__c10_CompileTimeFunctionPointer_test path None command "/usr/lib/libtorch-test/c10_CompileTimeFunctionPointer_test" restrictions ['allow-stderr'] features ['test-name=16_of_104__cpptest__c10_CompileTimeFunctionPointer_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 186s autopkgtest: DBG: processing dependency build-essential 186s autopkgtest: DBG: processing dependency ninja-build 186s autopkgtest: DBG: processing dependency libtorch-dev 186s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 186s autopkgtest: DBG: processing dependency libtorch-test 186s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 186s autopkgtest: DBG: Test defined: name 17_of_104__cpptest__c10_ConstexprCrc_test path None command "/usr/lib/libtorch-test/c10_ConstexprCrc_test" restrictions ['allow-stderr'] features ['test-name=17_of_104__cpptest__c10_ConstexprCrc_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 186s autopkgtest: DBG: processing dependency build-essential 186s autopkgtest: DBG: processing dependency ninja-build 186s autopkgtest: DBG: processing dependency libtorch-dev 186s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 186s autopkgtest: DBG: processing dependency libtorch-test 186s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 186s autopkgtest: DBG: Test defined: name 18_of_104__cpptest__c10_DeadlockDetection_test path None command "/usr/lib/libtorch-test/c10_DeadlockDetection_test" restrictions ['allow-stderr'] features ['test-name=18_of_104__cpptest__c10_DeadlockDetection_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 186s autopkgtest: DBG: processing dependency build-essential 186s autopkgtest: DBG: processing dependency ninja-build 186s autopkgtest: DBG: processing dependency libtorch-dev 186s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 186s autopkgtest: DBG: processing dependency libtorch-test 186s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 186s autopkgtest: DBG: Test defined: name 19_of_104__cpptest__c10_DeviceGuard_test path None command "/usr/lib/libtorch-test/c10_DeviceGuard_test" restrictions ['allow-stderr'] features ['test-name=19_of_104__cpptest__c10_DeviceGuard_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 186s autopkgtest: DBG: processing dependency build-essential 186s autopkgtest: DBG: processing dependency ninja-build 186s autopkgtest: DBG: processing dependency libtorch-dev 186s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 186s autopkgtest: DBG: processing dependency libtorch-test 186s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 186s autopkgtest: DBG: Test defined: name 20_of_104__cpptest__c10_Device_test path None command "/usr/lib/libtorch-test/c10_Device_test" restrictions ['allow-stderr'] features ['test-name=20_of_104__cpptest__c10_Device_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 187s autopkgtest: DBG: processing dependency build-essential 187s autopkgtest: DBG: processing dependency ninja-build 187s autopkgtest: DBG: processing dependency libtorch-dev 187s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 187s autopkgtest: DBG: processing dependency libtorch-test 187s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 187s autopkgtest: DBG: Test defined: name 21_of_104__cpptest__c10_DispatchKeySet_test path None command "/usr/lib/libtorch-test/c10_DispatchKeySet_test" restrictions ['allow-stderr'] features ['test-name=21_of_104__cpptest__c10_DispatchKeySet_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 187s autopkgtest: DBG: processing dependency build-essential 187s autopkgtest: DBG: processing dependency ninja-build 187s autopkgtest: DBG: processing dependency libtorch-dev 187s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 187s autopkgtest: DBG: processing dependency libtorch-test 187s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 187s autopkgtest: DBG: Test defined: name 22_of_104__cpptest__c10_Half_test path None command "/usr/lib/libtorch-test/c10_Half_test" restrictions ['allow-stderr'] features ['test-name=22_of_104__cpptest__c10_Half_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 187s autopkgtest: DBG: processing dependency build-essential 187s autopkgtest: DBG: processing dependency ninja-build 187s autopkgtest: DBG: processing dependency libtorch-dev 187s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 187s autopkgtest: DBG: processing dependency libtorch-test 187s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 187s autopkgtest: DBG: Test defined: name 23_of_104__cpptest__c10_InlineDeviceGuard_test path None command "/usr/lib/libtorch-test/c10_InlineDeviceGuard_test" restrictions ['allow-stderr'] features ['test-name=23_of_104__cpptest__c10_InlineDeviceGuard_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 187s autopkgtest: DBG: processing dependency build-essential 187s autopkgtest: DBG: processing dependency ninja-build 187s autopkgtest: DBG: processing dependency libtorch-dev 187s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 187s autopkgtest: DBG: processing dependency libtorch-test 187s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 187s autopkgtest: DBG: Test defined: name 24_of_104__cpptest__c10_InlineStreamGuard_test path None command "/usr/lib/libtorch-test/c10_InlineStreamGuard_test" restrictions ['allow-stderr'] features ['test-name=24_of_104__cpptest__c10_InlineStreamGuard_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 187s autopkgtest: DBG: processing dependency build-essential 187s autopkgtest: DBG: processing dependency ninja-build 187s autopkgtest: DBG: processing dependency libtorch-dev 187s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 187s autopkgtest: DBG: processing dependency libtorch-test 187s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 187s autopkgtest: DBG: Test defined: name 25_of_104__cpptest__c10_LeftRight_test path None command "/usr/lib/libtorch-test/c10_LeftRight_test" restrictions ['allow-stderr'] features ['test-name=25_of_104__cpptest__c10_LeftRight_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 188s autopkgtest: DBG: processing dependency build-essential 188s autopkgtest: DBG: processing dependency ninja-build 188s autopkgtest: DBG: processing dependency libtorch-dev 188s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 188s autopkgtest: DBG: processing dependency libtorch-test 188s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 188s autopkgtest: DBG: Test defined: name 26_of_104__cpptest__c10_Metaprogramming_test path None command "/usr/lib/libtorch-test/c10_Metaprogramming_test" restrictions ['allow-stderr'] features ['test-name=26_of_104__cpptest__c10_Metaprogramming_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 188s autopkgtest: DBG: processing dependency build-essential 188s autopkgtest: DBG: processing dependency ninja-build 188s autopkgtest: DBG: processing dependency libtorch-dev 188s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 188s autopkgtest: DBG: processing dependency libtorch-test 188s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 188s autopkgtest: DBG: Test defined: name 27_of_104__cpptest__c10_NetworkFlow_test path None command "/usr/lib/libtorch-test/c10_NetworkFlow_test" restrictions ['allow-stderr'] features ['test-name=27_of_104__cpptest__c10_NetworkFlow_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 188s autopkgtest: DBG: processing dependency build-essential 188s autopkgtest: DBG: processing dependency ninja-build 188s autopkgtest: DBG: processing dependency libtorch-dev 188s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 188s autopkgtest: DBG: processing dependency libtorch-test 188s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 188s autopkgtest: DBG: Test defined: name 28_of_104__cpptest__c10_Scalar_test path None command "/usr/lib/libtorch-test/c10_Scalar_test" restrictions ['allow-stderr'] features ['test-name=28_of_104__cpptest__c10_Scalar_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 188s autopkgtest: DBG: processing dependency build-essential 188s autopkgtest: DBG: processing dependency ninja-build 188s autopkgtest: DBG: processing dependency libtorch-dev 188s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 188s autopkgtest: DBG: processing dependency libtorch-test 188s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 188s autopkgtest: DBG: Test defined: name 29_of_104__cpptest__c10_SizesAndStrides_test path None command "/usr/lib/libtorch-test/c10_SizesAndStrides_test" restrictions ['allow-stderr'] features ['test-name=29_of_104__cpptest__c10_SizesAndStrides_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 188s autopkgtest: DBG: processing dependency build-essential 188s autopkgtest: DBG: processing dependency ninja-build 188s autopkgtest: DBG: processing dependency libtorch-dev 188s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 188s autopkgtest: DBG: processing dependency libtorch-test 188s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 188s autopkgtest: DBG: Test defined: name 30_of_104__cpptest__c10_StreamGuard_test path None command "/usr/lib/libtorch-test/c10_StreamGuard_test" restrictions ['allow-stderr'] features ['test-name=30_of_104__cpptest__c10_StreamGuard_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 188s autopkgtest: DBG: processing dependency build-essential 188s autopkgtest: DBG: processing dependency ninja-build 188s autopkgtest: DBG: processing dependency libtorch-dev 188s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 188s autopkgtest: DBG: processing dependency libtorch-test 188s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 188s autopkgtest: DBG: Test defined: name 31_of_104__cpptest__c10_SymInt_test path None command "/usr/lib/libtorch-test/c10_SymInt_test" restrictions ['allow-stderr'] features ['test-name=31_of_104__cpptest__c10_SymInt_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 188s autopkgtest: DBG: processing dependency build-essential 188s autopkgtest: DBG: processing dependency ninja-build 188s autopkgtest: DBG: processing dependency libtorch-dev 188s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 188s autopkgtest: DBG: processing dependency libtorch-test 188s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 188s autopkgtest: DBG: Test defined: name 32_of_104__cpptest__c10_Synchronized_test path None command "/usr/lib/libtorch-test/c10_Synchronized_test" restrictions ['allow-stderr'] features ['test-name=32_of_104__cpptest__c10_Synchronized_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 189s autopkgtest: DBG: processing dependency build-essential 189s autopkgtest: DBG: processing dependency ninja-build 189s autopkgtest: DBG: processing dependency libtorch-dev 189s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 189s autopkgtest: DBG: processing dependency libtorch-test 189s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 189s autopkgtest: DBG: Test defined: name 33_of_104__cpptest__c10_ThreadLocal_test path None command "/usr/lib/libtorch-test/c10_ThreadLocal_test" restrictions ['allow-stderr'] features ['test-name=33_of_104__cpptest__c10_ThreadLocal_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 189s autopkgtest: DBG: processing dependency build-essential 189s autopkgtest: DBG: processing dependency ninja-build 189s autopkgtest: DBG: processing dependency libtorch-dev 189s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 189s autopkgtest: DBG: processing dependency libtorch-test 189s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 189s autopkgtest: DBG: Test defined: name 34_of_104__cpptest__c10_TypeIndex_test path None command "/usr/lib/libtorch-test/c10_TypeIndex_test" restrictions ['allow-stderr'] features ['test-name=34_of_104__cpptest__c10_TypeIndex_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 189s autopkgtest: DBG: processing dependency build-essential 189s autopkgtest: DBG: processing dependency ninja-build 189s autopkgtest: DBG: processing dependency libtorch-dev 189s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 189s autopkgtest: DBG: processing dependency libtorch-test 189s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 189s autopkgtest: DBG: Test defined: name 35_of_104__cpptest__c10_TypeList_test path None command "/usr/lib/libtorch-test/c10_TypeList_test" restrictions ['allow-stderr'] features ['test-name=35_of_104__cpptest__c10_TypeList_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 189s autopkgtest: DBG: processing dependency build-essential 189s autopkgtest: DBG: processing dependency ninja-build 189s autopkgtest: DBG: processing dependency libtorch-dev 189s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 189s autopkgtest: DBG: processing dependency libtorch-test 189s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 189s autopkgtest: DBG: Test defined: name 36_of_104__cpptest__c10_TypeTraits_test path None command "/usr/lib/libtorch-test/c10_TypeTraits_test" restrictions ['allow-stderr'] features ['test-name=36_of_104__cpptest__c10_TypeTraits_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 189s autopkgtest: DBG: processing dependency build-essential 189s autopkgtest: DBG: processing dependency ninja-build 189s autopkgtest: DBG: processing dependency libtorch-dev 189s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 189s autopkgtest: DBG: processing dependency libtorch-test 189s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 189s autopkgtest: DBG: Test defined: name 37_of_104__cpptest__c10_accumulate_test path None command "/usr/lib/libtorch-test/c10_accumulate_test" restrictions ['allow-stderr'] features ['test-name=37_of_104__cpptest__c10_accumulate_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 189s autopkgtest: DBG: processing dependency build-essential 189s autopkgtest: DBG: processing dependency ninja-build 189s autopkgtest: DBG: processing dependency libtorch-dev 189s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 189s autopkgtest: DBG: processing dependency libtorch-test 189s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 189s autopkgtest: DBG: Test defined: name 38_of_104__cpptest__c10_bfloat16_test path None command "/usr/lib/libtorch-test/c10_bfloat16_test" restrictions ['allow-stderr'] features ['test-name=38_of_104__cpptest__c10_bfloat16_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 189s autopkgtest: DBG: processing dependency build-essential 189s autopkgtest: DBG: processing dependency ninja-build 189s autopkgtest: DBG: processing dependency libtorch-dev 189s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 189s autopkgtest: DBG: processing dependency libtorch-test 189s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 189s autopkgtest: DBG: Test defined: name 39_of_104__cpptest__c10_bit_cast_test path None command "/usr/lib/libtorch-test/c10_bit_cast_test" restrictions ['allow-stderr'] features ['test-name=39_of_104__cpptest__c10_bit_cast_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 190s autopkgtest: DBG: processing dependency build-essential 190s autopkgtest: DBG: processing dependency ninja-build 190s autopkgtest: DBG: processing dependency libtorch-dev 190s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 190s autopkgtest: DBG: processing dependency libtorch-test 190s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 190s autopkgtest: DBG: Test defined: name 40_of_104__cpptest__c10_complex_math_test path None command "/usr/lib/libtorch-test/c10_complex_math_test" restrictions ['allow-stderr'] features ['test-name=40_of_104__cpptest__c10_complex_math_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 190s autopkgtest: DBG: processing dependency build-essential 190s autopkgtest: DBG: processing dependency ninja-build 190s autopkgtest: DBG: processing dependency libtorch-dev 190s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 190s autopkgtest: DBG: processing dependency libtorch-test 190s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 190s autopkgtest: DBG: Test defined: name 41_of_104__cpptest__c10_complex_test path None command "/usr/lib/libtorch-test/c10_complex_test" restrictions ['allow-stderr'] features ['test-name=41_of_104__cpptest__c10_complex_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 190s autopkgtest: DBG: processing dependency build-essential 190s autopkgtest: DBG: processing dependency ninja-build 190s autopkgtest: DBG: processing dependency libtorch-dev 190s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 190s autopkgtest: DBG: processing dependency libtorch-test 190s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 190s autopkgtest: DBG: Test defined: name 42_of_104__cpptest__c10_cow_test path None command "/usr/lib/libtorch-test/c10_cow_test" restrictions ['allow-stderr'] features ['test-name=42_of_104__cpptest__c10_cow_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 190s autopkgtest: DBG: processing dependency build-essential 190s autopkgtest: DBG: processing dependency ninja-build 190s autopkgtest: DBG: processing dependency libtorch-dev 190s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 190s autopkgtest: DBG: processing dependency libtorch-test 190s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 190s autopkgtest: DBG: Test defined: name 43_of_104__cpptest__c10_exception_test path None command "/usr/lib/libtorch-test/c10_exception_test" restrictions ['allow-stderr'] features ['test-name=43_of_104__cpptest__c10_exception_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 190s autopkgtest: DBG: processing dependency build-essential 190s autopkgtest: DBG: processing dependency ninja-build 190s autopkgtest: DBG: processing dependency libtorch-dev 190s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 190s autopkgtest: DBG: processing dependency libtorch-test 190s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 190s autopkgtest: DBG: Test defined: name 44_of_104__cpptest__c10_flags_test path None command "/usr/lib/libtorch-test/c10_flags_test" restrictions ['allow-stderr'] features ['test-name=44_of_104__cpptest__c10_flags_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 190s autopkgtest: DBG: processing dependency build-essential 190s autopkgtest: DBG: processing dependency ninja-build 190s autopkgtest: DBG: processing dependency libtorch-dev 190s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 190s autopkgtest: DBG: processing dependency libtorch-test 190s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 190s autopkgtest: DBG: Test defined: name 45_of_104__cpptest__c10_generic_math_test path None command "/usr/lib/libtorch-test/c10_generic_math_test" restrictions ['allow-stderr'] features ['test-name=45_of_104__cpptest__c10_generic_math_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 190s autopkgtest: DBG: processing dependency build-essential 190s autopkgtest: DBG: processing dependency ninja-build 190s autopkgtest: DBG: processing dependency libtorch-dev 190s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 190s autopkgtest: DBG: processing dependency libtorch-test 190s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 190s autopkgtest: DBG: Test defined: name 46_of_104__cpptest__c10_intrusive_ptr_benchmark path None command "/usr/lib/libtorch-test/c10_intrusive_ptr_benchmark" restrictions ['allow-stderr'] features ['test-name=46_of_104__cpptest__c10_intrusive_ptr_benchmark'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 191s autopkgtest: DBG: processing dependency build-essential 191s autopkgtest: DBG: processing dependency ninja-build 191s autopkgtest: DBG: processing dependency libtorch-dev 191s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 191s autopkgtest: DBG: processing dependency libtorch-test 191s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 191s autopkgtest: DBG: Test defined: name 47_of_104__cpptest__c10_intrusive_ptr_test path None command "/usr/lib/libtorch-test/c10_intrusive_ptr_test" restrictions ['allow-stderr'] features ['test-name=47_of_104__cpptest__c10_intrusive_ptr_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 191s autopkgtest: DBG: processing dependency build-essential 191s autopkgtest: DBG: processing dependency ninja-build 191s autopkgtest: DBG: processing dependency libtorch-dev 191s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 191s autopkgtest: DBG: processing dependency libtorch-test 191s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 191s autopkgtest: DBG: Test defined: name 48_of_104__cpptest__c10_irange_test path None command "/usr/lib/libtorch-test/c10_irange_test" restrictions ['allow-stderr'] features ['test-name=48_of_104__cpptest__c10_irange_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 191s autopkgtest: DBG: processing dependency build-essential 191s autopkgtest: DBG: processing dependency ninja-build 191s autopkgtest: DBG: processing dependency libtorch-dev 191s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 191s autopkgtest: DBG: processing dependency libtorch-test 191s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 191s autopkgtest: DBG: Test defined: name 49_of_104__cpptest__c10_lazy_test path None command "/usr/lib/libtorch-test/c10_lazy_test" restrictions ['allow-stderr'] features ['test-name=49_of_104__cpptest__c10_lazy_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 191s autopkgtest: DBG: processing dependency build-essential 191s autopkgtest: DBG: processing dependency ninja-build 191s autopkgtest: DBG: processing dependency libtorch-dev 191s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 191s autopkgtest: DBG: processing dependency libtorch-test 191s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 191s autopkgtest: DBG: Test defined: name 50_of_104__cpptest__c10_logging_test path None command "/usr/lib/libtorch-test/c10_logging_test" restrictions ['allow-stderr'] features ['test-name=50_of_104__cpptest__c10_logging_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 191s autopkgtest: DBG: processing dependency build-essential 191s autopkgtest: DBG: processing dependency ninja-build 191s autopkgtest: DBG: processing dependency libtorch-dev 191s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 191s autopkgtest: DBG: processing dependency libtorch-test 191s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 191s autopkgtest: DBG: Test defined: name 51_of_104__cpptest__c10_optional_test path None command "/usr/lib/libtorch-test/c10_optional_test" restrictions ['allow-stderr'] features ['test-name=51_of_104__cpptest__c10_optional_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 191s autopkgtest: DBG: processing dependency build-essential 191s autopkgtest: DBG: processing dependency ninja-build 191s autopkgtest: DBG: processing dependency libtorch-dev 191s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 191s autopkgtest: DBG: processing dependency libtorch-test 191s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 191s autopkgtest: DBG: Test defined: name 52_of_104__cpptest__c10_ordered_preserving_dict_test path None command "/usr/lib/libtorch-test/c10_ordered_preserving_dict_test" restrictions ['allow-stderr'] features ['test-name=52_of_104__cpptest__c10_ordered_preserving_dict_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 192s autopkgtest: DBG: processing dependency build-essential 192s autopkgtest: DBG: processing dependency ninja-build 192s autopkgtest: DBG: processing dependency libtorch-dev 192s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 192s autopkgtest: DBG: processing dependency libtorch-test 192s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 192s autopkgtest: DBG: Test defined: name 53_of_104__cpptest__c10_registry_test path None command "/usr/lib/libtorch-test/c10_registry_test" restrictions ['allow-stderr'] features ['test-name=53_of_104__cpptest__c10_registry_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 192s autopkgtest: DBG: processing dependency build-essential 192s autopkgtest: DBG: processing dependency ninja-build 192s autopkgtest: DBG: processing dependency libtorch-dev 192s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 192s autopkgtest: DBG: processing dependency libtorch-test 192s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 192s autopkgtest: DBG: Test defined: name 54_of_104__cpptest__c10_small_vector_test path None command "/usr/lib/libtorch-test/c10_small_vector_test" restrictions ['allow-stderr'] features ['test-name=54_of_104__cpptest__c10_small_vector_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 192s autopkgtest: DBG: processing dependency build-essential 192s autopkgtest: DBG: processing dependency ninja-build 192s autopkgtest: DBG: processing dependency libtorch-dev 192s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 192s autopkgtest: DBG: processing dependency libtorch-test 192s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 192s autopkgtest: DBG: Test defined: name 55_of_104__cpptest__c10_ssize_test path None command "/usr/lib/libtorch-test/c10_ssize_test" restrictions ['allow-stderr'] features ['test-name=55_of_104__cpptest__c10_ssize_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 192s autopkgtest: DBG: processing dependency build-essential 192s autopkgtest: DBG: processing dependency ninja-build 192s autopkgtest: DBG: processing dependency libtorch-dev 192s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 192s autopkgtest: DBG: processing dependency libtorch-test 192s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 192s autopkgtest: DBG: Test defined: name 56_of_104__cpptest__c10_string_util_test path None command "/usr/lib/libtorch-test/c10_string_util_test" restrictions ['allow-stderr'] features ['test-name=56_of_104__cpptest__c10_string_util_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 192s autopkgtest: DBG: processing dependency build-essential 192s autopkgtest: DBG: processing dependency ninja-build 192s autopkgtest: DBG: processing dependency libtorch-dev 192s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 192s autopkgtest: DBG: processing dependency libtorch-test 192s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 192s autopkgtest: DBG: Test defined: name 57_of_104__cpptest__c10_string_view_test path None command "/usr/lib/libtorch-test/c10_string_view_test" restrictions ['allow-stderr'] features ['test-name=57_of_104__cpptest__c10_string_view_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 192s autopkgtest: DBG: processing dependency build-essential 192s autopkgtest: DBG: processing dependency ninja-build 192s autopkgtest: DBG: processing dependency libtorch-dev 192s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 192s autopkgtest: DBG: processing dependency libtorch-test 192s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 192s autopkgtest: DBG: Test defined: name 58_of_104__cpptest__c10_tempfile_test path None command "/usr/lib/libtorch-test/c10_tempfile_test" restrictions ['allow-stderr'] features ['test-name=58_of_104__cpptest__c10_tempfile_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 193s autopkgtest: DBG: processing dependency build-essential 193s autopkgtest: DBG: processing dependency ninja-build 193s autopkgtest: DBG: processing dependency libtorch-dev 193s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 193s autopkgtest: DBG: processing dependency libtorch-test 193s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 193s autopkgtest: DBG: Test defined: name 59_of_104__cpptest__c10_typeid_test path None command "/usr/lib/libtorch-test/c10_typeid_test" restrictions ['allow-stderr'] features ['test-name=59_of_104__cpptest__c10_typeid_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 193s autopkgtest: DBG: processing dependency build-essential 193s autopkgtest: DBG: processing dependency ninja-build 193s autopkgtest: DBG: processing dependency libtorch-dev 193s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 193s autopkgtest: DBG: processing dependency libtorch-test 193s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 193s autopkgtest: DBG: Test defined: name 60_of_104__cpptest__cpu_allocator_test path None command "/usr/lib/libtorch-test/cpu_allocator_test" restrictions ['allow-stderr'] features ['test-name=60_of_104__cpptest__cpu_allocator_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 193s autopkgtest: DBG: processing dependency build-essential 193s autopkgtest: DBG: processing dependency ninja-build 193s autopkgtest: DBG: processing dependency libtorch-dev 193s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 193s autopkgtest: DBG: processing dependency libtorch-test 193s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 193s autopkgtest: DBG: Test defined: name 61_of_104__cpptest__cpu_generator_test path None command "/usr/lib/libtorch-test/cpu_generator_test" restrictions ['allow-stderr'] features ['test-name=61_of_104__cpptest__cpu_generator_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 193s autopkgtest: DBG: processing dependency build-essential 193s autopkgtest: DBG: processing dependency ninja-build 193s autopkgtest: DBG: processing dependency libtorch-dev 193s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 193s autopkgtest: DBG: processing dependency libtorch-test 193s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 193s autopkgtest: DBG: Test defined: name 62_of_104__cpptest__cpu_profiling_allocator_test path None command "/usr/lib/libtorch-test/cpu_profiling_allocator_test" restrictions ['allow-stderr'] features ['test-name=62_of_104__cpptest__cpu_profiling_allocator_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 193s autopkgtest: DBG: processing dependency build-essential 193s autopkgtest: DBG: processing dependency ninja-build 193s autopkgtest: DBG: processing dependency libtorch-dev 193s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 193s autopkgtest: DBG: processing dependency libtorch-test 193s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 193s autopkgtest: DBG: Test defined: name 63_of_104__cpptest__cpu_rng_test path None command "/usr/lib/libtorch-test/cpu_rng_test" restrictions ['allow-stderr'] features ['test-name=63_of_104__cpptest__cpu_rng_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 193s autopkgtest: DBG: processing dependency build-essential 193s autopkgtest: DBG: processing dependency ninja-build 193s autopkgtest: DBG: processing dependency libtorch-dev 193s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 193s autopkgtest: DBG: processing dependency libtorch-test 193s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 193s autopkgtest: DBG: Test defined: name 64_of_104__cpptest__dispatch_key_set_test path None command "/usr/lib/libtorch-test/dispatch_key_set_test" restrictions ['allow-stderr'] features ['test-name=64_of_104__cpptest__dispatch_key_set_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 194s autopkgtest: DBG: processing dependency build-essential 194s autopkgtest: DBG: processing dependency ninja-build 194s autopkgtest: DBG: processing dependency libtorch-dev 194s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 194s autopkgtest: DBG: processing dependency libtorch-test 194s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 194s autopkgtest: DBG: Test defined: name 65_of_104__cpptest__dlconvertor_test path None command "/usr/lib/libtorch-test/dlconvertor_test" restrictions ['allow-stderr'] features ['test-name=65_of_104__cpptest__dlconvertor_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 194s autopkgtest: DBG: processing dependency build-essential 194s autopkgtest: DBG: processing dependency ninja-build 194s autopkgtest: DBG: processing dependency libtorch-dev 194s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 194s autopkgtest: DBG: processing dependency libtorch-test 194s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 194s autopkgtest: DBG: Test defined: name 66_of_104__cpptest__extension_backend_test path None command "/usr/lib/libtorch-test/extension_backend_test" restrictions ['allow-stderr'] features ['test-name=66_of_104__cpptest__extension_backend_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 194s autopkgtest: DBG: processing dependency build-essential 194s autopkgtest: DBG: processing dependency ninja-build 194s autopkgtest: DBG: processing dependency libtorch-dev 194s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 194s autopkgtest: DBG: processing dependency libtorch-test 194s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 194s autopkgtest: DBG: Test defined: name 67_of_104__cpptest__half_test path None command "/usr/lib/libtorch-test/half_test" restrictions ['allow-stderr'] features ['test-name=67_of_104__cpptest__half_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 194s autopkgtest: DBG: processing dependency build-essential 194s autopkgtest: DBG: processing dependency ninja-build 194s autopkgtest: DBG: processing dependency libtorch-dev 194s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 194s autopkgtest: DBG: processing dependency libtorch-test 194s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 194s autopkgtest: DBG: Test defined: name 68_of_104__cpptest__inline_container_test path None command "/usr/lib/libtorch-test/inline_container_test || true" restrictions ['allow-stderr'] features ['test-name=68_of_104__cpptest__inline_container_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 194s autopkgtest: DBG: processing dependency build-essential 194s autopkgtest: DBG: processing dependency ninja-build 194s autopkgtest: DBG: processing dependency libtorch-dev 194s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 194s autopkgtest: DBG: processing dependency libtorch-test 194s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 194s autopkgtest: DBG: Test defined: name 69_of_104__cpptest__ivalue_test path None command "/usr/lib/libtorch-test/ivalue_test" restrictions ['allow-stderr'] features ['test-name=69_of_104__cpptest__ivalue_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 194s autopkgtest: DBG: processing dependency build-essential 194s autopkgtest: DBG: processing dependency ninja-build 194s autopkgtest: DBG: processing dependency libtorch-dev 194s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 194s autopkgtest: DBG: processing dependency libtorch-test 194s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 194s autopkgtest: DBG: Test defined: name 70_of_104__cpptest__kernel_function_legacy_test path None command "/usr/lib/libtorch-test/kernel_function_legacy_test" restrictions ['allow-stderr'] features ['test-name=70_of_104__cpptest__kernel_function_legacy_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 195s autopkgtest: DBG: processing dependency build-essential 195s autopkgtest: DBG: processing dependency ninja-build 195s autopkgtest: DBG: processing dependency libtorch-dev 195s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 195s autopkgtest: DBG: processing dependency libtorch-test 195s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 195s autopkgtest: DBG: Test defined: name 71_of_104__cpptest__kernel_function_test path None command "/usr/lib/libtorch-test/kernel_function_test" restrictions ['allow-stderr'] features ['test-name=71_of_104__cpptest__kernel_function_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 195s autopkgtest: DBG: processing dependency build-essential 195s autopkgtest: DBG: processing dependency ninja-build 195s autopkgtest: DBG: processing dependency libtorch-dev 195s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 195s autopkgtest: DBG: processing dependency libtorch-test 195s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 195s autopkgtest: DBG: Test defined: name 72_of_104__cpptest__kernel_lambda_legacy_test path None command "/usr/lib/libtorch-test/kernel_lambda_legacy_test" restrictions ['allow-stderr'] features ['test-name=72_of_104__cpptest__kernel_lambda_legacy_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 195s autopkgtest: DBG: processing dependency build-essential 195s autopkgtest: DBG: processing dependency ninja-build 195s autopkgtest: DBG: processing dependency libtorch-dev 195s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 195s autopkgtest: DBG: processing dependency libtorch-test 195s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 195s autopkgtest: DBG: Test defined: name 73_of_104__cpptest__kernel_lambda_test path None command "/usr/lib/libtorch-test/kernel_lambda_test" restrictions ['allow-stderr'] features ['test-name=73_of_104__cpptest__kernel_lambda_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 195s autopkgtest: DBG: processing dependency build-essential 195s autopkgtest: DBG: processing dependency ninja-build 195s autopkgtest: DBG: processing dependency libtorch-dev 195s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 195s autopkgtest: DBG: processing dependency libtorch-test 195s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 195s autopkgtest: DBG: Test defined: name 74_of_104__cpptest__kernel_stackbased_test path None command "/usr/lib/libtorch-test/kernel_stackbased_test" restrictions ['allow-stderr'] features ['test-name=74_of_104__cpptest__kernel_stackbased_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 195s autopkgtest: DBG: processing dependency build-essential 195s autopkgtest: DBG: processing dependency ninja-build 195s autopkgtest: DBG: processing dependency libtorch-dev 195s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 195s autopkgtest: DBG: processing dependency libtorch-test 195s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 195s autopkgtest: DBG: Test defined: name 75_of_104__cpptest__lazy_tensor_test path None command "/usr/lib/libtorch-test/lazy_tensor_test" restrictions ['allow-stderr'] features ['test-name=75_of_104__cpptest__lazy_tensor_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 195s autopkgtest: DBG: processing dependency build-essential 195s autopkgtest: DBG: processing dependency ninja-build 195s autopkgtest: DBG: processing dependency libtorch-dev 195s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 195s autopkgtest: DBG: processing dependency libtorch-test 195s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 195s autopkgtest: DBG: Test defined: name 76_of_104__cpptest__legacy_vmap_test path None command "/usr/lib/libtorch-test/legacy_vmap_test" restrictions ['allow-stderr'] features ['test-name=76_of_104__cpptest__legacy_vmap_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 196s autopkgtest: DBG: processing dependency build-essential 196s autopkgtest: DBG: processing dependency ninja-build 196s autopkgtest: DBG: processing dependency libtorch-dev 196s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 196s autopkgtest: DBG: processing dependency libtorch-test 196s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 196s autopkgtest: DBG: Test defined: name 77_of_104__cpptest__make_boxed_from_unboxed_functor_test path None command "/usr/lib/libtorch-test/make_boxed_from_unboxed_functor_test" restrictions ['allow-stderr'] features ['test-name=77_of_104__cpptest__make_boxed_from_unboxed_functor_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 196s autopkgtest: DBG: processing dependency build-essential 196s autopkgtest: DBG: processing dependency ninja-build 196s autopkgtest: DBG: processing dependency libtorch-dev 196s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 196s autopkgtest: DBG: processing dependency libtorch-test 196s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 196s autopkgtest: DBG: Test defined: name 78_of_104__cpptest__math_kernel_test path None command "/usr/lib/libtorch-test/math_kernel_test" restrictions ['allow-stderr'] features ['test-name=78_of_104__cpptest__math_kernel_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 196s autopkgtest: DBG: processing dependency build-essential 196s autopkgtest: DBG: processing dependency ninja-build 196s autopkgtest: DBG: processing dependency libtorch-dev 196s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 196s autopkgtest: DBG: processing dependency libtorch-test 196s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 196s autopkgtest: DBG: Test defined: name 79_of_104__cpptest__memory_format_test path None command "/usr/lib/libtorch-test/memory_format_test" restrictions ['allow-stderr'] features ['test-name=79_of_104__cpptest__memory_format_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 196s autopkgtest: DBG: processing dependency build-essential 196s autopkgtest: DBG: processing dependency ninja-build 196s autopkgtest: DBG: processing dependency libtorch-dev 196s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 196s autopkgtest: DBG: processing dependency libtorch-test 196s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 196s autopkgtest: DBG: Test defined: name 80_of_104__cpptest__memory_overlapping_test path None command "/usr/lib/libtorch-test/memory_overlapping_test" restrictions ['allow-stderr'] features ['test-name=80_of_104__cpptest__memory_overlapping_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 196s autopkgtest: DBG: processing dependency build-essential 196s autopkgtest: DBG: processing dependency ninja-build 196s autopkgtest: DBG: processing dependency libtorch-dev 196s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 196s autopkgtest: DBG: processing dependency libtorch-test 196s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 196s autopkgtest: DBG: Test defined: name 81_of_104__cpptest__mobile_memory_cleanup path None command "/usr/lib/libtorch-test/mobile_memory_cleanup" restrictions ['allow-stderr'] features ['test-name=81_of_104__cpptest__mobile_memory_cleanup'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 197s autopkgtest: DBG: processing dependency build-essential 197s autopkgtest: DBG: processing dependency ninja-build 197s autopkgtest: DBG: processing dependency libtorch-dev 197s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 197s autopkgtest: DBG: processing dependency libtorch-test 197s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 197s autopkgtest: DBG: Test defined: name 82_of_104__cpptest__native_test path None command "/usr/lib/libtorch-test/native_test" restrictions ['allow-stderr'] features ['test-name=82_of_104__cpptest__native_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 197s autopkgtest: DBG: processing dependency build-essential 197s autopkgtest: DBG: processing dependency ninja-build 197s autopkgtest: DBG: processing dependency libtorch-dev 197s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 197s autopkgtest: DBG: processing dependency libtorch-test 197s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 197s autopkgtest: DBG: Test defined: name 83_of_104__cpptest__op_allowlist_test path None command "/usr/lib/libtorch-test/op_allowlist_test" restrictions ['allow-stderr'] features ['test-name=83_of_104__cpptest__op_allowlist_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 197s autopkgtest: DBG: processing dependency build-essential 197s autopkgtest: DBG: processing dependency ninja-build 197s autopkgtest: DBG: processing dependency libtorch-dev 197s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 197s autopkgtest: DBG: processing dependency libtorch-test 197s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 197s autopkgtest: DBG: Test defined: name 84_of_104__cpptest__op_registration_test path None command "/usr/lib/libtorch-test/op_registration_test" restrictions ['allow-stderr'] features ['test-name=84_of_104__cpptest__op_registration_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 197s autopkgtest: DBG: processing dependency build-essential 197s autopkgtest: DBG: processing dependency ninja-build 197s autopkgtest: DBG: processing dependency libtorch-dev 197s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 197s autopkgtest: DBG: processing dependency libtorch-test 197s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 197s autopkgtest: DBG: Test defined: name 85_of_104__cpptest__operator_name_test path None command "/usr/lib/libtorch-test/operator_name_test" restrictions ['allow-stderr'] features ['test-name=85_of_104__cpptest__operator_name_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 197s autopkgtest: DBG: processing dependency build-essential 197s autopkgtest: DBG: processing dependency ninja-build 197s autopkgtest: DBG: processing dependency libtorch-dev 197s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 197s autopkgtest: DBG: processing dependency libtorch-test 197s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 197s autopkgtest: DBG: Test defined: name 86_of_104__cpptest__operators_test path None command "/usr/lib/libtorch-test/operators_test" restrictions ['allow-stderr'] features ['test-name=86_of_104__cpptest__operators_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 197s autopkgtest: DBG: processing dependency build-essential 197s autopkgtest: DBG: processing dependency ninja-build 197s autopkgtest: DBG: processing dependency libtorch-dev 197s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 197s autopkgtest: DBG: processing dependency libtorch-test 197s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 197s autopkgtest: DBG: Test defined: name 87_of_104__cpptest__packedtensoraccessor_test path None command "/usr/lib/libtorch-test/packedtensoraccessor_test" restrictions ['allow-stderr'] features ['test-name=87_of_104__cpptest__packedtensoraccessor_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 198s autopkgtest: DBG: processing dependency build-essential 198s autopkgtest: DBG: processing dependency ninja-build 198s autopkgtest: DBG: processing dependency libtorch-dev 198s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 198s autopkgtest: DBG: processing dependency libtorch-test 198s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 198s autopkgtest: DBG: Test defined: name 88_of_104__cpptest__pow_test path None command "/usr/lib/libtorch-test/pow_test" restrictions ['allow-stderr'] features ['test-name=88_of_104__cpptest__pow_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 198s autopkgtest: DBG: processing dependency build-essential 198s autopkgtest: DBG: processing dependency ninja-build 198s autopkgtest: DBG: processing dependency libtorch-dev 198s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 198s autopkgtest: DBG: processing dependency libtorch-test 198s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 198s autopkgtest: DBG: Test defined: name 89_of_104__cpptest__quantized_test path None command "/usr/lib/libtorch-test/quantized_test" restrictions ['allow-stderr'] features ['test-name=89_of_104__cpptest__quantized_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 198s autopkgtest: DBG: processing dependency build-essential 198s autopkgtest: DBG: processing dependency ninja-build 198s autopkgtest: DBG: processing dependency libtorch-dev 198s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 198s autopkgtest: DBG: processing dependency libtorch-test 198s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 198s autopkgtest: DBG: Test defined: name 90_of_104__cpptest__reduce_ops_test path None command "/usr/lib/libtorch-test/reduce_ops_test" restrictions ['allow-stderr'] features ['test-name=90_of_104__cpptest__reduce_ops_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 198s autopkgtest: DBG: processing dependency build-essential 198s autopkgtest: DBG: processing dependency ninja-build 198s autopkgtest: DBG: processing dependency libtorch-dev 198s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 198s autopkgtest: DBG: processing dependency libtorch-test 198s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 198s autopkgtest: DBG: Test defined: name 91_of_104__cpptest__reportMemoryUsage_test path None command "/usr/lib/libtorch-test/reportMemoryUsage_test" restrictions ['allow-stderr'] features ['test-name=91_of_104__cpptest__reportMemoryUsage_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 198s autopkgtest: DBG: processing dependency build-essential 198s autopkgtest: DBG: processing dependency ninja-build 198s autopkgtest: DBG: processing dependency libtorch-dev 198s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 198s autopkgtest: DBG: processing dependency libtorch-test 198s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 198s autopkgtest: DBG: Test defined: name 92_of_104__cpptest__scalar_tensor_test path None command "/usr/lib/libtorch-test/scalar_tensor_test" restrictions ['allow-stderr'] features ['test-name=92_of_104__cpptest__scalar_tensor_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 198s autopkgtest: DBG: processing dependency build-essential 198s autopkgtest: DBG: processing dependency ninja-build 198s autopkgtest: DBG: processing dependency libtorch-dev 198s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 198s autopkgtest: DBG: processing dependency libtorch-test 198s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 198s autopkgtest: DBG: Test defined: name 93_of_104__cpptest__scalar_test path None command "/usr/lib/libtorch-test/scalar_test" restrictions ['allow-stderr'] features ['test-name=93_of_104__cpptest__scalar_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 199s autopkgtest: DBG: processing dependency build-essential 199s autopkgtest: DBG: processing dependency ninja-build 199s autopkgtest: DBG: processing dependency libtorch-dev 199s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 199s autopkgtest: DBG: processing dependency libtorch-test 199s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 199s autopkgtest: DBG: Test defined: name 94_of_104__cpptest__stride_properties_test path None command "/usr/lib/libtorch-test/stride_properties_test" restrictions ['allow-stderr'] features ['test-name=94_of_104__cpptest__stride_properties_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 199s autopkgtest: DBG: processing dependency build-essential 199s autopkgtest: DBG: processing dependency ninja-build 199s autopkgtest: DBG: processing dependency libtorch-dev 199s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 199s autopkgtest: DBG: processing dependency libtorch-test 199s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 199s autopkgtest: DBG: Test defined: name 95_of_104__cpptest__tensor_iterator_test path None command "/usr/lib/libtorch-test/tensor_iterator_test" restrictions ['allow-stderr'] features ['test-name=95_of_104__cpptest__tensor_iterator_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 199s autopkgtest: DBG: processing dependency build-essential 199s autopkgtest: DBG: processing dependency ninja-build 199s autopkgtest: DBG: processing dependency libtorch-dev 199s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 199s autopkgtest: DBG: processing dependency libtorch-test 199s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 199s autopkgtest: DBG: Test defined: name 96_of_104__cpptest__test_parallel path None command "/usr/lib/libtorch-test/test_parallel" restrictions ['allow-stderr'] features ['test-name=96_of_104__cpptest__test_parallel'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 199s autopkgtest: DBG: processing dependency build-essential 199s autopkgtest: DBG: processing dependency ninja-build 199s autopkgtest: DBG: processing dependency libtorch-dev 199s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 199s autopkgtest: DBG: processing dependency libtorch-test 199s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 199s autopkgtest: DBG: Test defined: name 97_of_104__cpptest__thread_init_test path None command "/usr/lib/libtorch-test/thread_init_test" restrictions ['allow-stderr'] features ['test-name=97_of_104__cpptest__thread_init_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 199s autopkgtest: DBG: processing dependency build-essential 199s autopkgtest: DBG: processing dependency ninja-build 199s autopkgtest: DBG: processing dependency libtorch-dev 199s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 199s autopkgtest: DBG: processing dependency libtorch-test 199s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 199s autopkgtest: DBG: Test defined: name 98_of_104__cpptest__type_ptr_test path None command "/usr/lib/libtorch-test/type_ptr_test" restrictions ['allow-stderr'] features ['test-name=98_of_104__cpptest__type_ptr_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 199s autopkgtest: DBG: processing dependency build-essential 199s autopkgtest: DBG: processing dependency ninja-build 199s autopkgtest: DBG: processing dependency libtorch-dev 199s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 199s autopkgtest: DBG: processing dependency libtorch-test 199s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 199s autopkgtest: DBG: Test defined: name 99_of_104__cpptest__type_test path None command "/usr/lib/libtorch-test/type_test" restrictions ['allow-stderr'] features ['test-name=99_of_104__cpptest__type_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 199s autopkgtest: DBG: processing dependency build-essential 199s autopkgtest: DBG: processing dependency ninja-build 199s autopkgtest: DBG: processing dependency libtorch-dev 199s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 199s autopkgtest: DBG: processing dependency libtorch-test 199s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 199s autopkgtest: DBG: Test defined: name 100_of_104__cpptest__undefined_tensor_test path None command "/usr/lib/libtorch-test/undefined_tensor_test" restrictions ['allow-stderr'] features ['test-name=100_of_104__cpptest__undefined_tensor_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 200s autopkgtest: DBG: processing dependency build-essential 200s autopkgtest: DBG: processing dependency ninja-build 200s autopkgtest: DBG: processing dependency libtorch-dev 200s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 200s autopkgtest: DBG: processing dependency libtorch-test 200s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 200s autopkgtest: DBG: Test defined: name 101_of_104__cpptest__verify_api_visibility path None command "/usr/lib/libtorch-test/verify_api_visibility" restrictions ['allow-stderr'] features ['test-name=101_of_104__cpptest__verify_api_visibility'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 200s autopkgtest: DBG: processing dependency build-essential 200s autopkgtest: DBG: processing dependency ninja-build 200s autopkgtest: DBG: processing dependency libtorch-dev 200s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 200s autopkgtest: DBG: processing dependency libtorch-test 200s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 200s autopkgtest: DBG: Test defined: name 102_of_104__cpptest__weakref_test path None command "/usr/lib/libtorch-test/weakref_test" restrictions ['allow-stderr'] features ['test-name=102_of_104__cpptest__weakref_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 200s autopkgtest: DBG: processing dependency build-essential 200s autopkgtest: DBG: processing dependency ninja-build 200s autopkgtest: DBG: processing dependency libtorch-dev 200s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 200s autopkgtest: DBG: processing dependency libtorch-test 200s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 200s autopkgtest: DBG: Test defined: name 103_of_104__cpptest__wrapdim_test path None command "/usr/lib/libtorch-test/wrapdim_test" restrictions ['allow-stderr'] features ['test-name=103_of_104__cpptest__wrapdim_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 200s autopkgtest: DBG: processing dependency build-essential 200s autopkgtest: DBG: processing dependency ninja-build 200s autopkgtest: DBG: processing dependency libtorch-dev 200s autopkgtest: DBG: marked alternatives ['libtorch-dev'] as a synthesised dependency 200s autopkgtest: DBG: processing dependency libtorch-test 200s autopkgtest: DBG: marked alternatives ['libtorch-test'] as a synthesised dependency 200s autopkgtest: DBG: Test defined: name 104_of_104__cpptest__xla_tensor_test path None command "/usr/lib/libtorch-test/xla_tensor_test" restrictions ['allow-stderr'] features ['test-name=104_of_104__cpptest__xla_tensor_test'] depends ['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 200s autopkgtest [01:12:47]: test py_import_and_version: preparing testbed 200s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['python3-torch'] 200s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 200s autopkgtest: DBG: install_deps: deps_new=['python3-torch'] 200s autopkgtest: DBG: install-deps: satisfying python3-torch 200s autopkgtest: DBG: can use apt-get on testbed: True 200s 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', 'python3-torch'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 200s Reading package lists... 200s Building dependency tree... 200s Reading state information... 200s Starting pkgProblemResolver with broken count: 0 200s Starting 2 pkgProblemResolver with broken count: 0 200s Done 201s The following NEW packages will be installed: 201s libbenchmark1.9.1 libblas3 libcpp-httplib0.16 libevent-pthreads-2.1-7t64 201s libfabric1 libfmt10 libgfortran5 libgloo0 libgomp1 libhiredis1.1.0 201s libhwloc-plugins libhwloc15 liblapack3 libmunge2 libonnx1t64 libopenmpi40 201s libpciaccess0 libpmix2t64 libprotobuf32t64 librdmacm1t64 libsleef3 201s libtensorpipe0 libtorch-test libtorch2.6 libxnvctrl0 ocl-icd-libopencl1 201s python3-dateutil python3-expecttest python3-filelock python3-fsspec 201s python3-hypothesis python3-mpmath python3-networkx python3-numpy 201s python3-packaging python3-psutil python3-sortedcontainers python3-sympy 201s python3-torch 201s 0 upgraded, 39 newly installed, 0 to remove and 0 not upgraded. 201s Need to get 113 MB of archives. 201s After this operation, 595 MB of additional disk space will be used. 201s Get:1 http://ftpmaster.internal/ubuntu plucky/universe s390x libbenchmark1.9.1 s390x 1.9.1-1 [143 kB] 201s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libblas3 s390x 3.12.1-2 [252 kB] 201s Get:3 http://ftpmaster.internal/ubuntu plucky/universe s390x libcpp-httplib0.16 s390x 0.16.3+ds-2 [206 kB] 201s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libevent-pthreads-2.1-7t64 s390x 2.1.12-stable-10 [7870 B] 201s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x librdmacm1t64 s390x 55.0-1ubuntu1 [73.7 kB] 201s Get:6 http://ftpmaster.internal/ubuntu plucky/universe s390x libfabric1 s390x 1.17.0-3ubuntu1 [558 kB] 201s Get:7 http://ftpmaster.internal/ubuntu plucky/universe s390x libfmt10 s390x 10.1.1+ds1-4 [82.6 kB] 201s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libgfortran5 s390x 15-20250213-1ubuntu1 [620 kB] 201s Get:9 http://ftpmaster.internal/ubuntu plucky/universe s390x libhiredis1.1.0 s390x 1.2.0-6ubuntu3 [42.7 kB] 201s Get:10 http://ftpmaster.internal/ubuntu plucky/universe s390x libhwloc15 s390x 2.12.0-1 [176 kB] 201s Get:11 http://ftpmaster.internal/ubuntu plucky/universe s390x libmunge2 s390x 0.5.16-1 [15.2 kB] 201s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libpciaccess0 s390x 0.17-3build1 [19.0 kB] 201s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libxnvctrl0 s390x 510.47.03-0ubuntu4 [12.7 kB] 201s Get:14 http://ftpmaster.internal/ubuntu plucky/universe s390x ocl-icd-libopencl1 s390x 2.3.2-1build1 [41.1 kB] 201s Get:15 http://ftpmaster.internal/ubuntu plucky/universe s390x libhwloc-plugins s390x 2.12.0-1 [16.1 kB] 201s Get:16 http://ftpmaster.internal/ubuntu plucky/universe s390x libpmix2t64 s390x 5.0.6-3 [715 kB] 201s Get:17 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x libopenmpi40 s390x 5.0.7-1 [2196 kB] 202s Get:18 http://ftpmaster.internal/ubuntu plucky/universe s390x libgloo0 s390x 0.0~git20231202.5354032-3build1 [171 kB] 202s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 15-20250213-1ubuntu1 [151 kB] 202s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x liblapack3 s390x 3.12.1-2 [2971 kB] 202s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x libprotobuf32t64 s390x 3.21.12-10build1 [944 kB] 202s Get:22 http://ftpmaster.internal/ubuntu plucky/universe s390x libonnx1t64 s390x 1.17.0-3 [966 kB] 202s Get:23 http://ftpmaster.internal/ubuntu plucky/universe s390x libsleef3 s390x 3.7-0ubuntu2 [292 kB] 202s Get:24 http://ftpmaster.internal/ubuntu plucky/universe s390x libtensorpipe0 s390x 0.0~git20220513.bb1473a-5build2 [475 kB] 202s Get:25 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x libtorch2.6 s390x 2.6.0+dfsg-1 [61.4 MB] 204s Get:26 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x libtorch-test s390x 2.6.0+dfsg-1 [7318 kB] 204s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x python3-dateutil all 2.9.0-3 [80.2 kB] 204s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x python3-sortedcontainers all 2.4.0-2 [27.6 kB] 204s Get:29 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-hypothesis all 6.125.2-1 [333 kB] 204s Get:30 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-expecttest all 0.3.0-1 [9108 B] 204s Get:31 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-filelock all 3.16.1-2 [12.9 kB] 204s Get:32 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-fsspec all 2025.2.0-1 [211 kB] 204s Get:33 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-mpmath all 1.3.0-1 [425 kB] 204s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x python3-networkx all 3.2.1-4ubuntu1 [11.5 MB] 205s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x python3-numpy s390x 1:1.26.4+ds-13 [4601 kB] 205s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x python3-packaging all 24.2-1 [51.5 kB] 205s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x python3-psutil s390x 5.9.8-2build3 [195 kB] 205s Get:38 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-sympy all 1.13.3-1 [4228 kB] 205s Get:39 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x python3-torch s390x 2.6.0+dfsg-1 [11.8 MB] 206s Fetched 113 MB in 5s (24.8 MB/s) 206s Selecting previously unselected package libbenchmark1.9.1:s390x. 206s (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 ... 55879 files and directories currently installed.) 206s Preparing to unpack .../00-libbenchmark1.9.1_1.9.1-1_s390x.deb ... 206s Unpacking libbenchmark1.9.1:s390x (1.9.1-1) ... 206s Selecting previously unselected package libblas3:s390x. 206s Preparing to unpack .../01-libblas3_3.12.1-2_s390x.deb ... 206s Unpacking libblas3:s390x (3.12.1-2) ... 206s Selecting previously unselected package libcpp-httplib0.16:s390x. 206s Preparing to unpack .../02-libcpp-httplib0.16_0.16.3+ds-2_s390x.deb ... 206s Unpacking libcpp-httplib0.16:s390x (0.16.3+ds-2) ... 206s Selecting previously unselected package libevent-pthreads-2.1-7t64:s390x. 206s Preparing to unpack .../03-libevent-pthreads-2.1-7t64_2.1.12-stable-10_s390x.deb ... 206s Unpacking libevent-pthreads-2.1-7t64:s390x (2.1.12-stable-10) ... 206s Selecting previously unselected package librdmacm1t64:s390x. 206s Preparing to unpack .../04-librdmacm1t64_55.0-1ubuntu1_s390x.deb ... 206s Unpacking librdmacm1t64:s390x (55.0-1ubuntu1) ... 206s Selecting previously unselected package libfabric1:s390x. 206s Preparing to unpack .../05-libfabric1_1.17.0-3ubuntu1_s390x.deb ... 206s Unpacking libfabric1:s390x (1.17.0-3ubuntu1) ... 206s Selecting previously unselected package libfmt10:s390x. 206s Preparing to unpack .../06-libfmt10_10.1.1+ds1-4_s390x.deb ... 206s Unpacking libfmt10:s390x (10.1.1+ds1-4) ... 206s Selecting previously unselected package libgfortran5:s390x. 206s Preparing to unpack .../07-libgfortran5_15-20250213-1ubuntu1_s390x.deb ... 206s Unpacking libgfortran5:s390x (15-20250213-1ubuntu1) ... 206s Selecting previously unselected package libhiredis1.1.0:s390x. 206s Preparing to unpack .../08-libhiredis1.1.0_1.2.0-6ubuntu3_s390x.deb ... 206s Unpacking libhiredis1.1.0:s390x (1.2.0-6ubuntu3) ... 206s Selecting previously unselected package libhwloc15:s390x. 206s Preparing to unpack .../09-libhwloc15_2.12.0-1_s390x.deb ... 206s Unpacking libhwloc15:s390x (2.12.0-1) ... 206s Selecting previously unselected package libmunge2:s390x. 206s Preparing to unpack .../10-libmunge2_0.5.16-1_s390x.deb ... 206s Unpacking libmunge2:s390x (0.5.16-1) ... 206s Selecting previously unselected package libpciaccess0:s390x. 206s Preparing to unpack .../11-libpciaccess0_0.17-3build1_s390x.deb ... 206s Unpacking libpciaccess0:s390x (0.17-3build1) ... 206s Selecting previously unselected package libxnvctrl0:s390x. 206s Preparing to unpack .../12-libxnvctrl0_510.47.03-0ubuntu4_s390x.deb ... 206s Unpacking libxnvctrl0:s390x (510.47.03-0ubuntu4) ... 206s Selecting previously unselected package ocl-icd-libopencl1:s390x. 206s Preparing to unpack .../13-ocl-icd-libopencl1_2.3.2-1build1_s390x.deb ... 206s Unpacking ocl-icd-libopencl1:s390x (2.3.2-1build1) ... 206s Selecting previously unselected package libhwloc-plugins:s390x. 206s Preparing to unpack .../14-libhwloc-plugins_2.12.0-1_s390x.deb ... 206s Unpacking libhwloc-plugins:s390x (2.12.0-1) ... 206s Selecting previously unselected package libpmix2t64:s390x. 206s Preparing to unpack .../15-libpmix2t64_5.0.6-3_s390x.deb ... 206s Unpacking libpmix2t64:s390x (5.0.6-3) ... 206s Selecting previously unselected package libopenmpi40:s390x. 206s Preparing to unpack .../16-libopenmpi40_5.0.7-1_s390x.deb ... 206s Unpacking libopenmpi40:s390x (5.0.7-1) ... 206s Selecting previously unselected package libgloo0. 206s Preparing to unpack .../17-libgloo0_0.0~git20231202.5354032-3build1_s390x.deb ... 206s Unpacking libgloo0 (0.0~git20231202.5354032-3build1) ... 206s Selecting previously unselected package libgomp1:s390x. 206s Preparing to unpack .../18-libgomp1_15-20250213-1ubuntu1_s390x.deb ... 206s Unpacking libgomp1:s390x (15-20250213-1ubuntu1) ... 206s Selecting previously unselected package liblapack3:s390x. 206s Preparing to unpack .../19-liblapack3_3.12.1-2_s390x.deb ... 206s Unpacking liblapack3:s390x (3.12.1-2) ... 206s Selecting previously unselected package libprotobuf32t64:s390x. 206s Preparing to unpack .../20-libprotobuf32t64_3.21.12-10build1_s390x.deb ... 206s Unpacking libprotobuf32t64:s390x (3.21.12-10build1) ... 206s Selecting previously unselected package libonnx1t64:s390x. 206s Preparing to unpack .../21-libonnx1t64_1.17.0-3_s390x.deb ... 206s Unpacking libonnx1t64:s390x (1.17.0-3) ... 206s Selecting previously unselected package libsleef3:s390x. 206s Preparing to unpack .../22-libsleef3_3.7-0ubuntu2_s390x.deb ... 206s Unpacking libsleef3:s390x (3.7-0ubuntu2) ... 206s Selecting previously unselected package libtensorpipe0:s390x. 206s Preparing to unpack .../23-libtensorpipe0_0.0~git20220513.bb1473a-5build2_s390x.deb ... 206s Unpacking libtensorpipe0:s390x (0.0~git20220513.bb1473a-5build2) ... 206s Selecting previously unselected package libtorch2.6:s390x. 206s Preparing to unpack .../24-libtorch2.6_2.6.0+dfsg-1_s390x.deb ... 206s Unpacking libtorch2.6:s390x (2.6.0+dfsg-1) ... 207s Selecting previously unselected package libtorch-test. 207s Preparing to unpack .../25-libtorch-test_2.6.0+dfsg-1_s390x.deb ... 207s Unpacking libtorch-test (2.6.0+dfsg-1) ... 207s Selecting previously unselected package python3-dateutil. 207s Preparing to unpack .../26-python3-dateutil_2.9.0-3_all.deb ... 207s Unpacking python3-dateutil (2.9.0-3) ... 207s Selecting previously unselected package python3-sortedcontainers. 207s Preparing to unpack .../27-python3-sortedcontainers_2.4.0-2_all.deb ... 207s Unpacking python3-sortedcontainers (2.4.0-2) ... 207s Selecting previously unselected package python3-hypothesis. 207s Preparing to unpack .../28-python3-hypothesis_6.125.2-1_all.deb ... 207s Unpacking python3-hypothesis (6.125.2-1) ... 207s Selecting previously unselected package python3-expecttest. 207s Preparing to unpack .../29-python3-expecttest_0.3.0-1_all.deb ... 207s Unpacking python3-expecttest (0.3.0-1) ... 207s Selecting previously unselected package python3-filelock. 207s Preparing to unpack .../30-python3-filelock_3.16.1-2_all.deb ... 207s Unpacking python3-filelock (3.16.1-2) ... 207s Selecting previously unselected package python3-fsspec. 207s Preparing to unpack .../31-python3-fsspec_2025.2.0-1_all.deb ... 207s Unpacking python3-fsspec (2025.2.0-1) ... 207s Selecting previously unselected package python3-mpmath. 207s Preparing to unpack .../32-python3-mpmath_1.3.0-1_all.deb ... 207s Unpacking python3-mpmath (1.3.0-1) ... 207s Selecting previously unselected package python3-networkx. 207s Preparing to unpack .../33-python3-networkx_3.2.1-4ubuntu1_all.deb ... 207s Unpacking python3-networkx (3.2.1-4ubuntu1) ... 208s Selecting previously unselected package python3-numpy. 208s Preparing to unpack .../34-python3-numpy_1%3a1.26.4+ds-13_s390x.deb ... 208s Unpacking python3-numpy (1:1.26.4+ds-13) ... 208s Selecting previously unselected package python3-packaging. 208s Preparing to unpack .../35-python3-packaging_24.2-1_all.deb ... 208s Unpacking python3-packaging (24.2-1) ... 208s Selecting previously unselected package python3-psutil. 208s Preparing to unpack .../36-python3-psutil_5.9.8-2build3_s390x.deb ... 208s Unpacking python3-psutil (5.9.8-2build3) ... 208s Selecting previously unselected package python3-sympy. 208s Preparing to unpack .../37-python3-sympy_1.13.3-1_all.deb ... 208s Unpacking python3-sympy (1.13.3-1) ... 208s Selecting previously unselected package python3-torch. 208s Preparing to unpack .../38-python3-torch_2.6.0+dfsg-1_s390x.deb ... 208s Unpacking python3-torch (2.6.0+dfsg-1) ... 208s Setting up libpciaccess0:s390x (0.17-3build1) ... 208s Setting up libprotobuf32t64:s390x (3.21.12-10build1) ... 208s Setting up python3-filelock (3.16.1-2) ... 209s Setting up libcpp-httplib0.16:s390x (0.16.3+ds-2) ... 209s Setting up libevent-pthreads-2.1-7t64:s390x (2.1.12-stable-10) ... 209s Setting up python3-fsspec (2025.2.0-1) ... 209s Setting up python3-sortedcontainers (2.4.0-2) ... 209s Setting up libsleef3:s390x (3.7-0ubuntu2) ... 209s Setting up libgomp1:s390x (15-20250213-1ubuntu1) ... 209s Setting up python3-networkx (3.2.1-4ubuntu1) ... 210s Setting up python3-psutil (5.9.8-2build3) ... 210s Setting up libxnvctrl0:s390x (510.47.03-0ubuntu4) ... 210s Setting up libblas3:s390x (3.12.1-2) ... 210s 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 210s Setting up python3-packaging (24.2-1) ... 210s Setting up libmunge2:s390x (0.5.16-1) ... 210s Setting up libtensorpipe0:s390x (0.0~git20220513.bb1473a-5build2) ... 210s Setting up libhwloc15:s390x (2.12.0-1) ... 210s Setting up libgfortran5:s390x (15-20250213-1ubuntu1) ... 210s Setting up ocl-icd-libopencl1:s390x (2.3.2-1build1) ... 210s Setting up libbenchmark1.9.1:s390x (1.9.1-1) ... 210s Setting up librdmacm1t64:s390x (55.0-1ubuntu1) ... 210s Setting up python3-dateutil (2.9.0-3) ... 210s Setting up libonnx1t64:s390x (1.17.0-3) ... 210s Setting up python3-mpmath (1.3.0-1) ... 210s Setting up libhiredis1.1.0:s390x (1.2.0-6ubuntu3) ... 210s Setting up libfmt10:s390x (10.1.1+ds1-4) ... 210s Setting up libfabric1:s390x (1.17.0-3ubuntu1) ... 210s Setting up python3-sympy (1.13.3-1) ... 215s Setting up liblapack3:s390x (3.12.1-2) ... 215s 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 215s Setting up python3-hypothesis (6.125.2-1) ... 215s Setting up libhwloc-plugins:s390x (2.12.0-1) ... 215s Setting up libpmix2t64:s390x (5.0.6-3) ... 215s Setting up python3-numpy (1:1.26.4+ds-13) ... 216s Setting up python3-expecttest (0.3.0-1) ... 216s Setting up libopenmpi40:s390x (5.0.7-1) ... 216s Setting up libgloo0 (0.0~git20231202.5354032-3build1) ... 216s Setting up libtorch2.6:s390x (2.6.0+dfsg-1) ... 216s Setting up libtorch-test (2.6.0+dfsg-1) ... 216s Setting up python3-torch (2.6.0+dfsg-1) ... 221s Processing triggers for man-db (2.13.0-1) ... 221s Processing triggers for libc-bin (2.40-4ubuntu1) ... 221s autopkgtest: DBG: testbed command exited with code 0 221s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-torch'], kind short, sout pipe, serr pipe, env [] 222s autopkgtest: DBG: testbed command exited with code 0 222s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/py_import_and_version-packages.all"], kind short, sout raw, serr pipe, env [] 222s autopkgtest: DBG: testbed command exited with code 0 222s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/py_import_and_version-packages.all /tmp/autopkgtest-work.g4f853zl/out/py_import_and_version-packages.all 222s autopkgtest: DBG: got reply from testbed: ok 222s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 222s autopkgtest: DBG: testbed command exited with code 0 222s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 222s autopkgtest [01:13:09]: test py_import_and_version: cd test/ ; python3 -c "import sys, torch as th; print(sys.version, th.__path__, th.__version__)" 222s autopkgtest [01:13:09]: test py_import_and_version: [----------------------- 222s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/py_import_and_version-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/py_import_and_version-stderr --stdout=/tmp/autopkgtest.PBRVfE/py_import_and_version-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp \'--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1\' -- bash -ec \'cd test/ ; python3 -c "import sys, torch as th; print(sys.version, th.__path__, th.__version__)"\''], kind test, sout raw, serr raw, env [] 222s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/py_import_and_version-artifacts 222s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 222s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 222s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 222s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 222s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 222s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 222s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 222s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 222s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 222s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 222s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 222s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 222s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 222s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 222s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 222s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 222s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 222s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 222s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 222s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 222s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 222s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 222s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/py_import_and_version-stderr 222s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/py_import_and_version-stdout 222s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 222s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 222s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec cd test/ ; python3 -c "import sys, torch as th; print(sys.version, th.__path__, th.__version__)" 222s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.moS6Tcbi9N/out to stdout and file: /tmp/autopkgtest.PBRVfE/py_import_and_version-stdout 222s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.moS6Tcbi9N/err to standard error and file: /tmp/autopkgtest.PBRVfE/py_import_and_version-stdout 222s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 1822 to /tmp/autopkgtest_script_pid 223s 3.13.2 (main, Feb 5 2025, 01:23:35) [GCC 14.2.0] ['/usr/lib/python3/dist-packages/torch'] 2.6.0+debian 223s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 223s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 223s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 223s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 223s autopkgtest: DBG: testbed command exited with code 0 224s autopkgtest [01:13:11]: test py_import_and_version: -----------------------] 224s autopkgtest: DBG: testbed executing test finished with exit status 0 224s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/py_import_and_version-stdout /tmp/autopkgtest-work.g4f853zl/out/py_import_and_version-stdout 224s autopkgtest: DBG: got reply from testbed: ok 224s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/py_import_and_version-stderr /tmp/autopkgtest-work.g4f853zl/out/py_import_and_version-stderr 224s autopkgtest: DBG: got reply from testbed: ok 224s py_import_and_version PASS 224s autopkgtest [01:13:11]: test py_import_and_version: - - - - - - - - - - results - - - - - - - - - - 224s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/py_import_and_version-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 224s autopkgtest: DBG: got reply from testbed: ok 224s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/py_import_and_version-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 224s autopkgtest: DBG: testbed command exited with code 0 224s autopkgtest [01:13:11]: test py_blas_openblas: preparing testbed 224s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['python3-torch'], deps_new=['python3-torch', 'libopenblas0'] 224s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 224s autopkgtest: DBG: install_deps: deps_new=['python3-torch', 'libopenblas0'] 224s autopkgtest: DBG: install-deps: satisfying python3-torch, libopenblas0 224s autopkgtest: DBG: can use apt-get on testbed: True 224s 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', 'python3-torch, libopenblas0'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 225s Reading package lists... 225s Building dependency tree... 225s Reading state information... 225s Starting pkgProblemResolver with broken count: 0 225s Starting 2 pkgProblemResolver with broken count: 0 225s Done 225s The following NEW packages will be installed: 225s libopenblas0 libopenblas0-pthread 225s 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. 225s Need to get 6958 kB of archives. 225s After this operation, 21.4 MB of additional disk space will be used. 225s Get:1 http://ftpmaster.internal/ubuntu plucky/universe s390x libopenblas0-pthread s390x 0.3.29+ds-2 [6952 kB] 226s Get:2 http://ftpmaster.internal/ubuntu plucky/universe s390x libopenblas0 s390x 0.3.29+ds-2 [6260 B] 227s Fetched 6958 kB in 1s (5415 kB/s) 227s Selecting previously unselected package libopenblas0-pthread:s390x. 227s (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 ... 64950 files and directories currently installed.) 227s Preparing to unpack .../libopenblas0-pthread_0.3.29+ds-2_s390x.deb ... 227s Unpacking libopenblas0-pthread:s390x (0.3.29+ds-2) ... 227s Selecting previously unselected package libopenblas0:s390x. 227s Preparing to unpack .../libopenblas0_0.3.29+ds-2_s390x.deb ... 227s Unpacking libopenblas0:s390x (0.3.29+ds-2) ... 227s Setting up libopenblas0-pthread:s390x (0.3.29+ds-2) ... 227s update-alternatives: using /usr/lib/s390x-linux-gnu/openblas-pthread/libblas.so.3 to provide /usr/lib/s390x-linux-gnu/libblas.so.3 (libblas.so.3-s390x-linux-gnu) in auto mode 227s update-alternatives: using /usr/lib/s390x-linux-gnu/openblas-pthread/liblapack.so.3 to provide /usr/lib/s390x-linux-gnu/liblapack.so.3 (liblapack.so.3-s390x-linux-gnu) in auto mode 227s update-alternatives: using /usr/lib/s390x-linux-gnu/openblas-pthread/libopenblas.so.0 to provide /usr/lib/s390x-linux-gnu/libopenblas.so.0 (libopenblas.so.0-s390x-linux-gnu) in auto mode 227s Setting up libopenblas0:s390x (0.3.29+ds-2) ... 227s Processing triggers for libc-bin (2.40-4ubuntu1) ... 227s autopkgtest: DBG: testbed command exited with code 0 227s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-torch'], kind short, sout pipe, serr pipe, env [] 227s autopkgtest: DBG: testbed command exited with code 0 227s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/py_blas_openblas-packages.all"], kind short, sout raw, serr pipe, env [] 227s autopkgtest: DBG: testbed command exited with code 0 227s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/py_blas_openblas-packages.all /tmp/autopkgtest-work.g4f853zl/out/py_blas_openblas-packages.all 227s autopkgtest: DBG: got reply from testbed: ok 227s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 228s autopkgtest: DBG: testbed command exited with code 0 228s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 228s autopkgtest [01:13:15]: test py_blas_openblas: cd debian/tests ; python3 blas.py 228s autopkgtest [01:13:15]: test py_blas_openblas: [----------------------- 228s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/py_blas_openblas-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/py_blas_openblas-stderr --stdout=/tmp/autopkgtest.PBRVfE/py_blas_openblas-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec 'cd debian/tests ; python3 blas.py'"], kind test, sout raw, serr raw, env [] 228s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/py_blas_openblas-artifacts 228s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 228s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 228s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 228s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 228s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 228s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 228s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 228s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 228s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 228s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 228s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 228s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 228s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 228s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 228s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 228s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 228s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 228s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 228s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 228s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 228s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 228s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 228s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/py_blas_openblas-stderr 228s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/py_blas_openblas-stdout 228s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 228s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 228s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec cd debian/tests ; python3 blas.py 228s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.NlnUcFdAzZ/out to stdout and file: /tmp/autopkgtest.PBRVfE/py_blas_openblas-stdout 228s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.NlnUcFdAzZ/err to standard error and file: /tmp/autopkgtest.PBRVfE/py_blas_openblas-stdout 228s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 2006 to /tmp/autopkgtest_script_pid 229s update-alternatives: error: no alternatives for libblas.so.3-x86_64-linux-gnu 257s F64 Numpy Refrence Group ........3101.9ms pm 14.8ms 286s F64 Torch ........3212.8ms pm 55.2ms 300s F32 Numpy Refrence Group ........1376.1ms pm 18.7ms 313s F32 Torch ........1380.5ms pm 20.9ms 313s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 313s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 313s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 313s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 313s autopkgtest: DBG: testbed command exited with code 0 314s autopkgtest [01:14:41]: test py_blas_openblas: -----------------------] 314s autopkgtest: DBG: testbed executing test finished with exit status 0 314s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/py_blas_openblas-stdout /tmp/autopkgtest-work.g4f853zl/out/py_blas_openblas-stdout 314s autopkgtest: DBG: got reply from testbed: ok 314s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/py_blas_openblas-stderr /tmp/autopkgtest-work.g4f853zl/out/py_blas_openblas-stderr 314s autopkgtest: DBG: got reply from testbed: ok 314s autopkgtest [01:14:41]: test py_blas_openblas: - - - - - - - - - - results - - - - - - - - - - 314s py_blas_openblas PASS 314s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/py_blas_openblas-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 314s autopkgtest: DBG: got reply from testbed: ok 314s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/py_blas_openblas-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 314s autopkgtest: DBG: testbed command exited with code 0 314s autopkgtest [01:14:41]: test py_blas_blis: preparing testbed 314s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['python3-torch', 'libopenblas0'], deps_new=['python3-torch', 'libblis4'] 314s autopkgtest: DBG: testbed reset 314s autopkgtest: DBG: sending command to testbed: revert 394s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.PBRVfE 394s autopkgtest: DBG: sending command to testbed: print-execute-command 394s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.j7z0gehy/runcmd 394s autopkgtest: DBG: sending command to testbed: capabilities 394s autopkgtest: DBG: got reply from testbed: ok reboot suggested-normal-user=ubuntu ok isolation-machine revert root-on-testbed revert-full-system 394s autopkgtest: DBG: testbed capabilities: ['reboot', 'suggested-normal-user=ubuntu', 'ok', 'isolation-machine', 'revert', 'root-on-testbed', 'revert-full-system', 'has_internet'] 394s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.PBRVfE'], kind short, sout raw, serr pipe, env [] 394s autopkgtest: DBG: testbed command exited with code 0 394s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.PBRVfE/wrapper.sh 394s autopkgtest: DBG: got reply from testbed: ok 394s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.PBRVfE/wrapper.sh'], kind short, sout raw, serr pipe, env [] 394s autopkgtest: DBG: testbed command exited with code 0 394s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 394s autopkgtest: DBG: testbed command exited with code 0 394s autopkgtest [01:16:01]: testbed dpkg architecture: s390x 394s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 395s autopkgtest: DBG: testbed command exited with code 0 395s autopkgtest [01:16:02]: testbed apt version: 2.9.29 395s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 395s autopkgtest: DBG: testbed command exited with code 0 395s autopkgtest: DBG: testbed has eatmydata 395s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 395s autopkgtest: DBG: testbed command exited with code 0 395s autopkgtest [01:16:02]: @@@@@@@@@@@@@@@@@@@@ test bed setup 395s 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 [] 395s autopkgtest: DBG: testbed command exited with code 0 395s autopkgtest [01:16:02]: testbed release detected to be: plucky 395s 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 [] 395s autopkgtest: DBG: testbed command exited with code 0 395s 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 [] 395s autopkgtest: DBG: testbed command exited with code 0 395s autopkgtest: DBG: adding APT source: Types: deb deb-src 395s URIs: http://ftpmaster.internal/ubuntu/ 395s Suites: plucky-proposed 395s Components: main restricted universe multiverse 395s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 395s 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 [] 396s autopkgtest: DBG: testbed command exited with code 0 396s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 396s Package: * 396s Pin: release plucky-proposed 396s Pin-Priority: 500 396s 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 [] 396s autopkgtest: DBG: testbed command exited with code 0 396s autopkgtest [01:16:03]: updating testbed package index (apt update) 396s 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'] 396s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 396s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 396s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 396s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 396s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [776 kB] 397s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [71.3 kB] 397s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [15.6 kB] 397s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 397s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [90.4 kB] 397s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 397s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [633 kB] 397s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [6088 B] 397s Fetched 1707 kB in 1s (1872 kB/s) 397s Reading package lists... 397s autopkgtest: DBG: testbed command exited with code 0 397s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 397s Package: * 397s Pin: release plucky-proposed 397s Pin-Priority: 100 397s 397s Package: src:pytorch:any src:openmpi:any 397s Pin: release plucky-proposed 397s Pin-Priority: 995 397s 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:pytorch:any src:openmpi:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 398s autopkgtest: DBG: testbed command exited with code 0 398s 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.PBRVfE/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 398s autopkgtest: DBG: testbed command exited with code 0 398s 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'] 398s + lsb_release --codename --short 398s + RELEASE=plucky 398s + cat 398s + [ plucky != trusty ] 398s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 398s Reading package lists... 398s Building dependency tree... 398s Reading state information... 398s Calculating upgrade... 398s The following packages were automatically installed and are no longer required: 398s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 398s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 398s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 398s linux-tools-6.11.0-8-generic 398s Use 'sudo apt autoremove' to remove them. 398s The following packages will be upgraded: 398s dhcpcd-base s390-tools s390-tools-data s390-tools-signed 398s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 398s Need to get 5637 kB of archives. 398s After this operation, 54.3 kB of additional disk space will be used. 398s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x dhcpcd-base s390x 1:10.1.0-7 [219 kB] 399s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools-data all 2.37.0-0ubuntu2 [20.4 kB] 399s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools s390x 2.37.0-0ubuntu2 [5385 kB] 399s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools-signed all 2.37.0-0ubuntu2 [12.4 kB] 399s Fetched 5637 kB in 1s (6861 kB/s) 399s (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 ... 80980 files and directories currently installed.) 399s Preparing to unpack .../dhcpcd-base_1%3a10.1.0-7_s390x.deb ... 399s Unpacking dhcpcd-base (1:10.1.0-7) over (1:10.1.0-6) ... 399s Preparing to unpack .../s390-tools-data_2.37.0-0ubuntu2_all.deb ... 399s Unpacking s390-tools-data (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 399s Preparing to unpack .../s390-tools_2.37.0-0ubuntu2_s390x.deb ... 399s Unpacking s390-tools (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 400s Preparing to unpack .../s390-tools-signed_2.37.0-0ubuntu2_all.deb ... 400s Unpacking s390-tools-signed (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 400s Setting up s390-tools-signed (2.37.0-0ubuntu2) ... 400s Setting up dhcpcd-base (1:10.1.0-7) ... 400s Setting up s390-tools-data (2.37.0-0ubuntu2) ... 400s Setting up s390-tools (2.37.0-0ubuntu2) ... 400s Processing triggers for man-db (2.13.0-1) ... 401s Processing triggers for initramfs-tools (0.145ubuntu2) ... 401s update-initramfs: Generating /boot/initrd.img-6.12.0-15-generic 401s W: No lz4 in /usr/bin:/sbin:/bin, using gzip 405s Using config file '/etc/zipl.conf' 405s Building bootmap in '/boot' 405s Adding IPL section 'ubuntu' (default) 405s Preparing boot device for LD-IPL: vda (0000). 405s Done. 405s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 405s + /usr/lib/apt/apt-helper analyze-pattern ?true 405s + uname -r 405s + sed s/\./\\./g 405s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 405s + apt list ?obsolete 405s + tail+ -n+2 405s cut -d/ -f1 405s + grep -v ^linux-.*6\.12\.0-15-generic.* 405s + true 405s + obsolete_pkgs= 405s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 405s Reading package lists... 405s Building dependency tree... 405s Reading state information... 406s The following packages will be REMOVED: 406s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 406s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 406s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 406s linux-tools-6.11.0-8-generic* 406s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 406s After this operation, 167 MB disk space will be freed. 406s (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 ... 80981 files and directories currently installed.) 406s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 406s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 406s Removing libpython3.12t64:s390x (3.12.9-1) ... 406s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 406s Removing libnsl2:s390x (1.3.0-3build3) ... 406s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 406s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 406s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 407s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 407s Processing triggers for libc-bin (2.40-4ubuntu1) ... 407s (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 ... 55881 files and directories currently installed.) 407s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 407s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 407s + grep -q trusty /etc/lsb-release 407s + [ ! -d /usr/share/doc/unattended-upgrades ] 407s + [ ! -d /usr/share/doc/lxd ] 407s + [ ! -d /usr/share/doc/lxd-client ] 407s + [ ! -d /usr/share/doc/snapd ] 407s + type iptables 407s + cat 407s + chmod 755 /etc/rc.local 407s + . /etc/rc.local 407s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 407s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 407s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 407s + uname -m 407s + [ s390x = ppc64le ] 407s + [ -d /run/systemd/system ] 407s + systemd-detect-virt --quiet --vm 407s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 407s + cat 407s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 407s + echo COMPRESS=lz4 407s autopkgtest: DBG: testbed command exited with code 0 407s autopkgtest [01:16:14]: upgrading testbed (apt dist-upgrade and autopurge) 407s 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'] 407s Reading package lists... 407s Building dependency tree... 407s Reading state information... 407s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 408s Starting 2 pkgProblemResolver with broken count: 0 408s Done 408s Entering ResolveByKeep 408s 408s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 408s autopkgtest: DBG: testbed command exited with code 0 408s 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'] 408s Reading package lists... 408s Building dependency tree... 408s Reading state information... 408s Starting pkgProblemResolver with broken count: 0 408s Starting 2 pkgProblemResolver with broken count: 0 408s Done 409s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 409s autopkgtest: DBG: testbed command exited with code 0 409s 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.PBRVfE/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 409s autopkgtest: DBG: testbed command exited with code 1 409s autopkgtest [01:16:16]: rebooting testbed after setup commands that affected boot 409s autopkgtest: DBG: sending command to testbed: reboot 425s autopkgtest: DBG: got reply from testbed: ok 425s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 425s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.PBRVfE'], kind short, sout raw, serr pipe, env [] 425s autopkgtest: DBG: testbed command exited with code 0 425s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.PBRVfE/autopkgtest-reboot 426s autopkgtest: DBG: got reply from testbed: ok 426s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 426s autopkgtest: DBG: testbed command exited with code 0 426s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 426s autopkgtest: DBG: testbed command exited with code 0 426s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 426s autopkgtest: DBG: testbed command exited with code 0 426s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.PBRVfE'], kind short, sout raw, serr pipe, env [] 426s autopkgtest: DBG: testbed command exited with code 0 426s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.PBRVfE/autopkgtest-reboot-prepare 426s autopkgtest: DBG: got reply from testbed: ok 426s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 427s autopkgtest: DBG: testbed command exited with code 0 427s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 427s autopkgtest: DBG: testbed command exited with code 0 427s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 427s autopkgtest: DBG: testbed command exited with code 0 427s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/testbed-packages"], kind short, sout raw, serr pipe, env [] 427s autopkgtest: DBG: testbed command exited with code 0 427s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/testbed-packages /tmp/autopkgtest-work.g4f853zl/out/testbed-packages 429s autopkgtest: DBG: got reply from testbed: ok 429s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 429s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.PBRVfE'], kind short, sout raw, serr pipe, env [] 429s autopkgtest: DBG: testbed command exited with code 0 429s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.PBRVfE/autopkgtest-reboot 429s autopkgtest: DBG: got reply from testbed: ok 429s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 429s autopkgtest: DBG: testbed command exited with code 0 429s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 430s autopkgtest: DBG: testbed command exited with code 0 430s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 430s autopkgtest: DBG: testbed command exited with code 0 430s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.PBRVfE'], kind short, sout raw, serr pipe, env [] 430s autopkgtest: DBG: testbed command exited with code 0 430s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.PBRVfE/autopkgtest-reboot-prepare 430s autopkgtest: DBG: got reply from testbed: ok 430s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 430s autopkgtest: DBG: testbed command exited with code 0 430s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 430s autopkgtest: DBG: testbed command exited with code 0 430s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 430s autopkgtest: DBG: testbed command exited with code 0 430s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 430s autopkgtest: DBG: install_deps: deps_new=['python3-torch', 'libblis4'] 430s autopkgtest: DBG: install-deps: satisfying python3-torch, libblis4 430s autopkgtest: DBG: can use apt-get on testbed: True 430s 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', 'python3-torch, libblis4'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 431s Reading package lists... 431s Building dependency tree... 431s Reading state information... 431s Starting pkgProblemResolver with broken count: 0 431s Starting 2 pkgProblemResolver with broken count: 0 431s Done 431s The following NEW packages will be installed: 431s libbenchmark1.9.1 libblas3 libblis4 libblis4-openmp libcpp-httplib0.16 431s libevent-pthreads-2.1-7t64 libfabric1 libfmt10 libgfortran5 libgloo0 431s libgomp1 libhiredis1.1.0 libhwloc-plugins libhwloc15 liblapack3 libmunge2 431s libonnx1t64 libopenmpi40 libpciaccess0 libpmix2t64 libprotobuf32t64 431s librdmacm1t64 libsleef3 libtensorpipe0 libtorch-test libtorch2.6 libxnvctrl0 431s ocl-icd-libopencl1 python3-dateutil python3-expecttest python3-filelock 431s python3-fsspec python3-hypothesis python3-mpmath python3-networkx 431s python3-numpy python3-packaging python3-psutil python3-sortedcontainers 431s python3-sympy python3-torch 431s 0 upgraded, 41 newly installed, 0 to remove and 0 not upgraded. 431s Need to get 114 MB of archives. 431s After this operation, 598 MB of additional disk space will be used. 431s Get:1 http://ftpmaster.internal/ubuntu plucky/universe s390x libbenchmark1.9.1 s390x 1.9.1-1 [143 kB] 432s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libblas3 s390x 3.12.1-2 [252 kB] 432s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 15-20250213-1ubuntu1 [151 kB] 432s Get:4 http://ftpmaster.internal/ubuntu plucky/universe s390x libblis4-openmp s390x 1.1-2ubuntu1 [673 kB] 432s Get:5 http://ftpmaster.internal/ubuntu plucky/universe s390x libblis4 s390x 1.1-2ubuntu1 [3082 B] 432s Get:6 http://ftpmaster.internal/ubuntu plucky/universe s390x libcpp-httplib0.16 s390x 0.16.3+ds-2 [206 kB] 432s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libevent-pthreads-2.1-7t64 s390x 2.1.12-stable-10 [7870 B] 432s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x librdmacm1t64 s390x 55.0-1ubuntu1 [73.7 kB] 432s Get:9 http://ftpmaster.internal/ubuntu plucky/universe s390x libfabric1 s390x 1.17.0-3ubuntu1 [558 kB] 432s Get:10 http://ftpmaster.internal/ubuntu plucky/universe s390x libfmt10 s390x 10.1.1+ds1-4 [82.6 kB] 432s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libgfortran5 s390x 15-20250213-1ubuntu1 [620 kB] 432s Get:12 http://ftpmaster.internal/ubuntu plucky/universe s390x libhiredis1.1.0 s390x 1.2.0-6ubuntu3 [42.7 kB] 432s Get:13 http://ftpmaster.internal/ubuntu plucky/universe s390x libhwloc15 s390x 2.12.0-1 [176 kB] 432s Get:14 http://ftpmaster.internal/ubuntu plucky/universe s390x libmunge2 s390x 0.5.16-1 [15.2 kB] 432s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libpciaccess0 s390x 0.17-3build1 [19.0 kB] 432s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libxnvctrl0 s390x 510.47.03-0ubuntu4 [12.7 kB] 432s Get:17 http://ftpmaster.internal/ubuntu plucky/universe s390x ocl-icd-libopencl1 s390x 2.3.2-1build1 [41.1 kB] 432s Get:18 http://ftpmaster.internal/ubuntu plucky/universe s390x libhwloc-plugins s390x 2.12.0-1 [16.1 kB] 432s Get:19 http://ftpmaster.internal/ubuntu plucky/universe s390x libpmix2t64 s390x 5.0.6-3 [715 kB] 432s Get:20 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x libopenmpi40 s390x 5.0.7-1 [2196 kB] 432s Get:21 http://ftpmaster.internal/ubuntu plucky/universe s390x libgloo0 s390x 0.0~git20231202.5354032-3build1 [171 kB] 432s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x liblapack3 s390x 3.12.1-2 [2971 kB] 432s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x libprotobuf32t64 s390x 3.21.12-10build1 [944 kB] 432s Get:24 http://ftpmaster.internal/ubuntu plucky/universe s390x libonnx1t64 s390x 1.17.0-3 [966 kB] 432s Get:25 http://ftpmaster.internal/ubuntu plucky/universe s390x libsleef3 s390x 3.7-0ubuntu2 [292 kB] 432s Get:26 http://ftpmaster.internal/ubuntu plucky/universe s390x libtensorpipe0 s390x 0.0~git20220513.bb1473a-5build2 [475 kB] 432s Get:27 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x libtorch2.6 s390x 2.6.0+dfsg-1 [61.4 MB] 434s Get:28 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x libtorch-test s390x 2.6.0+dfsg-1 [7318 kB] 434s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x python3-dateutil all 2.9.0-3 [80.2 kB] 434s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x python3-sortedcontainers all 2.4.0-2 [27.6 kB] 434s Get:31 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-hypothesis all 6.125.2-1 [333 kB] 434s Get:32 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-expecttest all 0.3.0-1 [9108 B] 434s Get:33 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-filelock all 3.16.1-2 [12.9 kB] 434s Get:34 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-fsspec all 2025.2.0-1 [211 kB] 434s Get:35 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-mpmath all 1.3.0-1 [425 kB] 434s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x python3-networkx all 3.2.1-4ubuntu1 [11.5 MB] 434s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x python3-numpy s390x 1:1.26.4+ds-13 [4601 kB] 434s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x python3-packaging all 24.2-1 [51.5 kB] 434s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x python3-psutil s390x 5.9.8-2build3 [195 kB] 434s Get:40 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-sympy all 1.13.3-1 [4228 kB] 434s Get:41 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x python3-torch s390x 2.6.0+dfsg-1 [11.8 MB] 435s Fetched 114 MB in 3s (33.8 MB/s) 435s Selecting previously unselected package libbenchmark1.9.1:s390x. 435s (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 ... 55879 files and directories currently installed.) 435s Preparing to unpack .../00-libbenchmark1.9.1_1.9.1-1_s390x.deb ... 435s Unpacking libbenchmark1.9.1:s390x (1.9.1-1) ... 435s Selecting previously unselected package libblas3:s390x. 435s Preparing to unpack .../01-libblas3_3.12.1-2_s390x.deb ... 435s Unpacking libblas3:s390x (3.12.1-2) ... 435s Selecting previously unselected package libgomp1:s390x. 435s Preparing to unpack .../02-libgomp1_15-20250213-1ubuntu1_s390x.deb ... 435s Unpacking libgomp1:s390x (15-20250213-1ubuntu1) ... 435s Selecting previously unselected package libblis4-openmp:s390x. 435s Preparing to unpack .../03-libblis4-openmp_1.1-2ubuntu1_s390x.deb ... 435s Unpacking libblis4-openmp:s390x (1.1-2ubuntu1) ... 435s Selecting previously unselected package libblis4:s390x. 435s Preparing to unpack .../04-libblis4_1.1-2ubuntu1_s390x.deb ... 435s Unpacking libblis4:s390x (1.1-2ubuntu1) ... 435s Selecting previously unselected package libcpp-httplib0.16:s390x. 435s Preparing to unpack .../05-libcpp-httplib0.16_0.16.3+ds-2_s390x.deb ... 435s Unpacking libcpp-httplib0.16:s390x (0.16.3+ds-2) ... 435s Selecting previously unselected package libevent-pthreads-2.1-7t64:s390x. 435s Preparing to unpack .../06-libevent-pthreads-2.1-7t64_2.1.12-stable-10_s390x.deb ... 435s Unpacking libevent-pthreads-2.1-7t64:s390x (2.1.12-stable-10) ... 435s Selecting previously unselected package librdmacm1t64:s390x. 435s Preparing to unpack .../07-librdmacm1t64_55.0-1ubuntu1_s390x.deb ... 435s Unpacking librdmacm1t64:s390x (55.0-1ubuntu1) ... 435s Selecting previously unselected package libfabric1:s390x. 435s Preparing to unpack .../08-libfabric1_1.17.0-3ubuntu1_s390x.deb ... 435s Unpacking libfabric1:s390x (1.17.0-3ubuntu1) ... 435s Selecting previously unselected package libfmt10:s390x. 435s Preparing to unpack .../09-libfmt10_10.1.1+ds1-4_s390x.deb ... 435s Unpacking libfmt10:s390x (10.1.1+ds1-4) ... 435s Selecting previously unselected package libgfortran5:s390x. 435s Preparing to unpack .../10-libgfortran5_15-20250213-1ubuntu1_s390x.deb ... 435s Unpacking libgfortran5:s390x (15-20250213-1ubuntu1) ... 435s Selecting previously unselected package libhiredis1.1.0:s390x. 435s Preparing to unpack .../11-libhiredis1.1.0_1.2.0-6ubuntu3_s390x.deb ... 435s Unpacking libhiredis1.1.0:s390x (1.2.0-6ubuntu3) ... 435s Selecting previously unselected package libhwloc15:s390x. 435s Preparing to unpack .../12-libhwloc15_2.12.0-1_s390x.deb ... 435s Unpacking libhwloc15:s390x (2.12.0-1) ... 435s Selecting previously unselected package libmunge2:s390x. 435s Preparing to unpack .../13-libmunge2_0.5.16-1_s390x.deb ... 435s Unpacking libmunge2:s390x (0.5.16-1) ... 435s Selecting previously unselected package libpciaccess0:s390x. 435s Preparing to unpack .../14-libpciaccess0_0.17-3build1_s390x.deb ... 435s Unpacking libpciaccess0:s390x (0.17-3build1) ... 435s Selecting previously unselected package libxnvctrl0:s390x. 435s Preparing to unpack .../15-libxnvctrl0_510.47.03-0ubuntu4_s390x.deb ... 435s Unpacking libxnvctrl0:s390x (510.47.03-0ubuntu4) ... 435s Selecting previously unselected package ocl-icd-libopencl1:s390x. 435s Preparing to unpack .../16-ocl-icd-libopencl1_2.3.2-1build1_s390x.deb ... 435s Unpacking ocl-icd-libopencl1:s390x (2.3.2-1build1) ... 435s Selecting previously unselected package libhwloc-plugins:s390x. 435s Preparing to unpack .../17-libhwloc-plugins_2.12.0-1_s390x.deb ... 435s Unpacking libhwloc-plugins:s390x (2.12.0-1) ... 435s Selecting previously unselected package libpmix2t64:s390x. 435s Preparing to unpack .../18-libpmix2t64_5.0.6-3_s390x.deb ... 435s Unpacking libpmix2t64:s390x (5.0.6-3) ... 435s Selecting previously unselected package libopenmpi40:s390x. 435s Preparing to unpack .../19-libopenmpi40_5.0.7-1_s390x.deb ... 435s Unpacking libopenmpi40:s390x (5.0.7-1) ... 435s Selecting previously unselected package libgloo0. 435s Preparing to unpack .../20-libgloo0_0.0~git20231202.5354032-3build1_s390x.deb ... 435s Unpacking libgloo0 (0.0~git20231202.5354032-3build1) ... 435s Selecting previously unselected package liblapack3:s390x. 435s Preparing to unpack .../21-liblapack3_3.12.1-2_s390x.deb ... 435s Unpacking liblapack3:s390x (3.12.1-2) ... 435s Selecting previously unselected package libprotobuf32t64:s390x. 435s Preparing to unpack .../22-libprotobuf32t64_3.21.12-10build1_s390x.deb ... 435s Unpacking libprotobuf32t64:s390x (3.21.12-10build1) ... 435s Selecting previously unselected package libonnx1t64:s390x. 435s Preparing to unpack .../23-libonnx1t64_1.17.0-3_s390x.deb ... 435s Unpacking libonnx1t64:s390x (1.17.0-3) ... 435s Selecting previously unselected package libsleef3:s390x. 435s Preparing to unpack .../24-libsleef3_3.7-0ubuntu2_s390x.deb ... 435s Unpacking libsleef3:s390x (3.7-0ubuntu2) ... 435s Selecting previously unselected package libtensorpipe0:s390x. 435s Preparing to unpack .../25-libtensorpipe0_0.0~git20220513.bb1473a-5build2_s390x.deb ... 435s Unpacking libtensorpipe0:s390x (0.0~git20220513.bb1473a-5build2) ... 435s Selecting previously unselected package libtorch2.6:s390x. 435s Preparing to unpack .../26-libtorch2.6_2.6.0+dfsg-1_s390x.deb ... 435s Unpacking libtorch2.6:s390x (2.6.0+dfsg-1) ... 436s Selecting previously unselected package libtorch-test. 436s Preparing to unpack .../27-libtorch-test_2.6.0+dfsg-1_s390x.deb ... 436s Unpacking libtorch-test (2.6.0+dfsg-1) ... 437s Selecting previously unselected package python3-dateutil. 437s Preparing to unpack .../28-python3-dateutil_2.9.0-3_all.deb ... 437s Unpacking python3-dateutil (2.9.0-3) ... 437s Selecting previously unselected package python3-sortedcontainers. 437s Preparing to unpack .../29-python3-sortedcontainers_2.4.0-2_all.deb ... 437s Unpacking python3-sortedcontainers (2.4.0-2) ... 437s Selecting previously unselected package python3-hypothesis. 437s Preparing to unpack .../30-python3-hypothesis_6.125.2-1_all.deb ... 437s Unpacking python3-hypothesis (6.125.2-1) ... 437s Selecting previously unselected package python3-expecttest. 437s Preparing to unpack .../31-python3-expecttest_0.3.0-1_all.deb ... 437s Unpacking python3-expecttest (0.3.0-1) ... 437s Selecting previously unselected package python3-filelock. 437s Preparing to unpack .../32-python3-filelock_3.16.1-2_all.deb ... 437s Unpacking python3-filelock (3.16.1-2) ... 437s Selecting previously unselected package python3-fsspec. 437s Preparing to unpack .../33-python3-fsspec_2025.2.0-1_all.deb ... 437s Unpacking python3-fsspec (2025.2.0-1) ... 437s Selecting previously unselected package python3-mpmath. 437s Preparing to unpack .../34-python3-mpmath_1.3.0-1_all.deb ... 437s Unpacking python3-mpmath (1.3.0-1) ... 437s Selecting previously unselected package python3-networkx. 437s Preparing to unpack .../35-python3-networkx_3.2.1-4ubuntu1_all.deb ... 437s Unpacking python3-networkx (3.2.1-4ubuntu1) ... 437s Selecting previously unselected package python3-numpy. 437s Preparing to unpack .../36-python3-numpy_1%3a1.26.4+ds-13_s390x.deb ... 437s Unpacking python3-numpy (1:1.26.4+ds-13) ... 437s Selecting previously unselected package python3-packaging. 437s Preparing to unpack .../37-python3-packaging_24.2-1_all.deb ... 437s Unpacking python3-packaging (24.2-1) ... 437s Selecting previously unselected package python3-psutil. 437s Preparing to unpack .../38-python3-psutil_5.9.8-2build3_s390x.deb ... 437s Unpacking python3-psutil (5.9.8-2build3) ... 437s Selecting previously unselected package python3-sympy. 437s Preparing to unpack .../39-python3-sympy_1.13.3-1_all.deb ... 437s Unpacking python3-sympy (1.13.3-1) ... 437s Selecting previously unselected package python3-torch. 437s Preparing to unpack .../40-python3-torch_2.6.0+dfsg-1_s390x.deb ... 437s Unpacking python3-torch (2.6.0+dfsg-1) ... 438s Setting up libpciaccess0:s390x (0.17-3build1) ... 438s Setting up libprotobuf32t64:s390x (3.21.12-10build1) ... 438s Setting up python3-filelock (3.16.1-2) ... 438s Setting up libcpp-httplib0.16:s390x (0.16.3+ds-2) ... 438s Setting up libevent-pthreads-2.1-7t64:s390x (2.1.12-stable-10) ... 438s Setting up python3-fsspec (2025.2.0-1) ... 438s Setting up python3-sortedcontainers (2.4.0-2) ... 438s Setting up libsleef3:s390x (3.7-0ubuntu2) ... 438s Setting up libgomp1:s390x (15-20250213-1ubuntu1) ... 438s Setting up python3-networkx (3.2.1-4ubuntu1) ... 439s Setting up python3-psutil (5.9.8-2build3) ... 439s Setting up libxnvctrl0:s390x (510.47.03-0ubuntu4) ... 439s Setting up libblas3:s390x (3.12.1-2) ... 439s 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 439s Setting up python3-packaging (24.2-1) ... 439s Setting up libmunge2:s390x (0.5.16-1) ... 439s Setting up libtensorpipe0:s390x (0.0~git20220513.bb1473a-5build2) ... 439s Setting up libhwloc15:s390x (2.12.0-1) ... 439s Setting up libgfortran5:s390x (15-20250213-1ubuntu1) ... 439s Setting up ocl-icd-libopencl1:s390x (2.3.2-1build1) ... 439s Setting up libbenchmark1.9.1:s390x (1.9.1-1) ... 439s Setting up librdmacm1t64:s390x (55.0-1ubuntu1) ... 439s Setting up python3-dateutil (2.9.0-3) ... 439s Setting up libonnx1t64:s390x (1.17.0-3) ... 439s Setting up libblis4-openmp:s390x (1.1-2ubuntu1) ... 439s update-alternatives: using /usr/lib/s390x-linux-gnu/blis-openmp/libblis.so.4 to provide /usr/lib/s390x-linux-gnu/libblis.so.4 (libblis.so.4-s390x-linux-gnu) in auto mode 439s update-alternatives: using /usr/lib/s390x-linux-gnu/blis-openmp/libblas.so.3 to provide /usr/lib/s390x-linux-gnu/libblas.so.3 (libblas.so.3-s390x-linux-gnu) in auto mode 439s Setting up python3-mpmath (1.3.0-1) ... 440s Setting up libhiredis1.1.0:s390x (1.2.0-6ubuntu3) ... 440s Setting up libfmt10:s390x (10.1.1+ds1-4) ... 440s Setting up libfabric1:s390x (1.17.0-3ubuntu1) ... 440s Setting up python3-sympy (1.13.3-1) ... 444s Setting up liblapack3:s390x (3.12.1-2) ... 444s 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 444s Setting up libblis4:s390x (1.1-2ubuntu1) ... 444s Setting up python3-hypothesis (6.125.2-1) ... 444s Setting up libhwloc-plugins:s390x (2.12.0-1) ... 444s Setting up libpmix2t64:s390x (5.0.6-3) ... 444s Setting up python3-numpy (1:1.26.4+ds-13) ... 445s Setting up python3-expecttest (0.3.0-1) ... 445s Setting up libopenmpi40:s390x (5.0.7-1) ... 445s Setting up libgloo0 (0.0~git20231202.5354032-3build1) ... 445s Setting up libtorch2.6:s390x (2.6.0+dfsg-1) ... 446s Setting up libtorch-test (2.6.0+dfsg-1) ... 446s Setting up python3-torch (2.6.0+dfsg-1) ... 450s Processing triggers for man-db (2.13.0-1) ... 450s Processing triggers for libc-bin (2.40-4ubuntu1) ... 451s autopkgtest: DBG: testbed command exited with code 0 451s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-torch'], kind short, sout pipe, serr pipe, env [] 451s autopkgtest: DBG: testbed command exited with code 0 451s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/py_blas_blis-packages.all"], kind short, sout raw, serr pipe, env [] 451s autopkgtest: DBG: testbed command exited with code 0 451s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/py_blas_blis-packages.all /tmp/autopkgtest-work.g4f853zl/out/py_blas_blis-packages.all 451s autopkgtest: DBG: got reply from testbed: ok 451s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 451s autopkgtest: DBG: testbed command exited with code 1 451s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.PBRVfE/build.sUS'], kind short, sout raw, serr pipe, env [] 451s autopkgtest: DBG: testbed command exited with code 0 451s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.g4f853zl/out/tests-tree/ /tmp/autopkgtest.PBRVfE/build.sUS/src/ 461s autopkgtest: DBG: got reply from testbed: ok 461s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr pipe, env [] 461s autopkgtest: DBG: testbed command exited with code 0 461s autopkgtest [01:17:08]: test py_blas_blis: cd debian/tests ; python3 blas.py 461s autopkgtest [01:17:08]: test py_blas_blis: [----------------------- 461s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/py_blas_blis-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/py_blas_blis-stderr --stdout=/tmp/autopkgtest.PBRVfE/py_blas_blis-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec 'cd debian/tests ; python3 blas.py'"], kind test, sout raw, serr raw, env [] 462s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/py_blas_blis-artifacts 462s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 462s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 462s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 462s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 462s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 462s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 462s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 462s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 462s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 462s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 462s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 462s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 462s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 462s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 462s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 462s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 462s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 462s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 462s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 462s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 462s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 462s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 462s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/py_blas_blis-stderr 462s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/py_blas_blis-stdout 462s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 462s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 462s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec cd debian/tests ; python3 blas.py 462s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.lL3P2JJ8fK/out to stdout and file: /tmp/autopkgtest.PBRVfE/py_blas_blis-stdout 462s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.lL3P2JJ8fK/err to standard error and file: /tmp/autopkgtest.PBRVfE/py_blas_blis-stdout 462s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 1688 to /tmp/autopkgtest_script_pid 462s update-alternatives: error: no alternatives for libblas.so.3-x86_64-linux-gnu 516s F64 Numpy Refrence Group ........6275.3ms pm 132.5ms 569s F64 Torch ........6245.7ms pm 108.0ms 762s F32 Numpy Refrence Group ........23693.7ms pm 90.1ms 954s F32 Torch ........23782.1ms pm 170.7ms 954s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 954s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 954s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 954s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 954s autopkgtest: DBG: testbed command exited with code 0 954s autopkgtest [01:25:21]: test py_blas_blis: -----------------------] 954s autopkgtest: DBG: testbed executing test finished with exit status 0 954s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/py_blas_blis-stdout /tmp/autopkgtest-work.g4f853zl/out/py_blas_blis-stdout 955s autopkgtest: DBG: got reply from testbed: ok 955s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/py_blas_blis-stderr /tmp/autopkgtest-work.g4f853zl/out/py_blas_blis-stderr 955s autopkgtest: DBG: got reply from testbed: ok 955s py_blas_blis PASS 955s autopkgtest [01:25:22]: test py_blas_blis: - - - - - - - - - - results - - - - - - - - - - 955s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/py_blas_blis-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 955s autopkgtest: DBG: got reply from testbed: ok 955s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/py_blas_blis-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 955s autopkgtest: DBG: testbed command exited with code 0 955s autopkgtest [01:25:22]: test py_sequential: preparing testbed 955s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['python3-torch', 'libblis4'], deps_new=['python3-torch'] 955s autopkgtest: DBG: testbed reset 955s autopkgtest: DBG: sending command to testbed: revert 1023s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.PBRVfE 1023s autopkgtest: DBG: sending command to testbed: print-execute-command 1023s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.j7z0gehy/runcmd 1023s autopkgtest: DBG: sending command to testbed: capabilities 1023s autopkgtest: DBG: got reply from testbed: ok reboot suggested-normal-user=ubuntu ok isolation-machine revert root-on-testbed revert-full-system 1023s autopkgtest: DBG: testbed capabilities: ['reboot', 'suggested-normal-user=ubuntu', 'ok', 'isolation-machine', 'revert', 'root-on-testbed', 'revert-full-system', 'has_internet'] 1023s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.PBRVfE'], kind short, sout raw, serr pipe, env [] 1024s autopkgtest: DBG: testbed command exited with code 0 1024s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.PBRVfE/wrapper.sh 1024s autopkgtest: DBG: got reply from testbed: ok 1024s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.PBRVfE/wrapper.sh'], kind short, sout raw, serr pipe, env [] 1024s autopkgtest: DBG: testbed command exited with code 0 1024s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 1024s autopkgtest: DBG: testbed command exited with code 0 1024s autopkgtest [01:26:31]: testbed dpkg architecture: s390x 1024s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 1024s autopkgtest: DBG: testbed command exited with code 0 1024s autopkgtest [01:26:31]: testbed apt version: 2.9.29 1024s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 1024s autopkgtest: DBG: testbed command exited with code 0 1024s autopkgtest: DBG: testbed has eatmydata 1024s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 1025s autopkgtest: DBG: testbed command exited with code 0 1025s autopkgtest [01:26:32]: @@@@@@@@@@@@@@@@@@@@ test bed setup 1025s 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 [] 1025s autopkgtest: DBG: testbed command exited with code 0 1025s autopkgtest [01:26:32]: testbed release detected to be: plucky 1025s 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 [] 1025s autopkgtest: DBG: testbed command exited with code 0 1025s 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 [] 1025s autopkgtest: DBG: testbed command exited with code 0 1025s autopkgtest: DBG: adding APT source: Types: deb deb-src 1025s URIs: http://ftpmaster.internal/ubuntu/ 1025s Suites: plucky-proposed 1025s Components: main restricted universe multiverse 1025s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 1025s 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 [] 1025s autopkgtest: DBG: testbed command exited with code 0 1025s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 1025s Package: * 1025s Pin: release plucky-proposed 1025s Pin-Priority: 500 1025s 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 [] 1025s autopkgtest: DBG: testbed command exited with code 0 1025s autopkgtest [01:26:32]: updating testbed package index (apt update) 1025s 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'] 1026s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 1026s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 1026s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 1026s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 1026s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [15.6 kB] 1026s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [71.3 kB] 1026s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 1026s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [776 kB] 1026s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [90.4 kB] 1026s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 1026s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [633 kB] 1026s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [6088 B] 1027s Fetched 1707 kB in 1s (1907 kB/s) 1027s Reading package lists... 1027s autopkgtest: DBG: testbed command exited with code 0 1027s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 1027s Package: * 1027s Pin: release plucky-proposed 1027s Pin-Priority: 100 1027s 1027s Package: src:pytorch:any src:openmpi:any 1027s Pin: release plucky-proposed 1027s Pin-Priority: 995 1027s 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:pytorch:any src:openmpi:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 1027s autopkgtest: DBG: testbed command exited with code 0 1027s 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.PBRVfE/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 1027s autopkgtest: DBG: testbed command exited with code 0 1027s 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'] 1028s + lsb_release --codename --short 1028s + RELEASE=plucky 1028s + cat 1028s + [ plucky != trusty ] 1028s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 1028s Reading package lists... 1028s Building dependency tree... 1028s Reading state information... 1028s Calculating upgrade... 1028s The following packages were automatically installed and are no longer required: 1028s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 1028s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 1028s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 1028s linux-tools-6.11.0-8-generic 1028s Use 'sudo apt autoremove' to remove them. 1028s The following packages will be upgraded: 1028s dhcpcd-base s390-tools s390-tools-data s390-tools-signed 1028s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1028s Need to get 5637 kB of archives. 1028s After this operation, 54.3 kB of additional disk space will be used. 1028s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x dhcpcd-base s390x 1:10.1.0-7 [219 kB] 1028s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools-data all 2.37.0-0ubuntu2 [20.4 kB] 1028s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools s390x 2.37.0-0ubuntu2 [5385 kB] 1029s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools-signed all 2.37.0-0ubuntu2 [12.4 kB] 1029s Fetched 5637 kB in 1s (7117 kB/s) 1029s (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 ... 80980 files and directories currently installed.) 1029s Preparing to unpack .../dhcpcd-base_1%3a10.1.0-7_s390x.deb ... 1029s Unpacking dhcpcd-base (1:10.1.0-7) over (1:10.1.0-6) ... 1029s Preparing to unpack .../s390-tools-data_2.37.0-0ubuntu2_all.deb ... 1029s Unpacking s390-tools-data (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 1029s Preparing to unpack .../s390-tools_2.37.0-0ubuntu2_s390x.deb ... 1029s Unpacking s390-tools (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 1029s Preparing to unpack .../s390-tools-signed_2.37.0-0ubuntu2_all.deb ... 1029s Unpacking s390-tools-signed (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 1029s Setting up s390-tools-signed (2.37.0-0ubuntu2) ... 1029s Setting up dhcpcd-base (1:10.1.0-7) ... 1029s Setting up s390-tools-data (2.37.0-0ubuntu2) ... 1029s Setting up s390-tools (2.37.0-0ubuntu2) ... 1030s Processing triggers for man-db (2.13.0-1) ... 1031s Processing triggers for initramfs-tools (0.145ubuntu2) ... 1031s update-initramfs: Generating /boot/initrd.img-6.12.0-15-generic 1031s W: No lz4 in /usr/bin:/sbin:/bin, using gzip 1035s Using config file '/etc/zipl.conf' 1035s Building bootmap in '/boot' 1035s Adding IPL section 'ubuntu' (default) 1035s Preparing boot device for LD-IPL: vda (0000). 1035s Done. 1035s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 1035s + /usr/lib/apt/apt-helper analyze-pattern ?true 1035s + uname -r 1035s + sed s/\./\\./g 1035s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 1035s + apt list ?obsolete 1035s + tail -n+2 1035s + cut -d/ -f1 1035s + grep -v ^linux-.*6\.12\.0-15-generic.* 1035s + true 1035s + obsolete_pkgs= 1035s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 1035s Reading package lists... 1035s Building dependency tree... 1035s Reading state information... 1036s The following packages will be REMOVED: 1036s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 1036s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 1036s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 1036s linux-tools-6.11.0-8-generic* 1036s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 1036s After this operation, 167 MB disk space will be freed. 1036s (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 ... 80981 files and directories currently installed.) 1036s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 1036s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 1036s Removing libpython3.12t64:s390x (3.12.9-1) ... 1036s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 1036s Removing libnsl2:s390x (1.3.0-3build3) ... 1036s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 1036s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 1036s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 1037s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 1037s Processing triggers for libc-bin (2.40-4ubuntu1) ... 1037s (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 ... 55881 files and directories currently installed.) 1037s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 1037s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 1037s + grep -q trusty /etc/lsb-release 1037s + [ ! -d /usr/share/doc/unattended-upgrades ] 1037s + [ ! -d /usr/share/doc/lxd ] 1037s + [ ! -d /usr/share/doc/lxd-client ] 1037s + [ ! -d /usr/share/doc/snapd ] 1037s + type iptables 1037s + cat 1037s + chmod 755 /etc/rc.local 1037s + . /etc/rc.local 1037s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 1037s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 1037s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 1037s + uname -m 1037s + [ s390x = ppc64le ] 1037s + [ -d /run/systemd/system ] 1037s + systemd-detect-virt --quiet --vm 1037s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 1037s + cat 1037s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 1037s + echo COMPRESS=lz4 1037s autopkgtest: DBG: testbed command exited with code 0 1037s autopkgtest [01:26:44]: upgrading testbed (apt dist-upgrade and autopurge) 1037s 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'] 1037s Reading package lists... 1037s Building dependency tree... 1037s Reading state information... 1037s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 1037s Starting 2 pkgProblemResolver with broken count: 0 1037s Done 1038s Entering ResolveByKeep 1038s 1038s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1038s autopkgtest: DBG: testbed command exited with code 0 1038s 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'] 1038s Reading package lists... 1038s Building dependency tree... 1038s Reading state information... 1038s Starting pkgProblemResolver with broken count: 0 1038s Starting 2 pkgProblemResolver with broken count: 0 1038s Done 1039s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1039s autopkgtest: DBG: testbed command exited with code 0 1039s 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.PBRVfE/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 1039s autopkgtest: DBG: testbed command exited with code 1 1039s autopkgtest [01:26:46]: rebooting testbed after setup commands that affected boot 1039s autopkgtest: DBG: sending command to testbed: reboot 1056s autopkgtest: DBG: got reply from testbed: ok 1056s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 1056s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.PBRVfE'], kind short, sout raw, serr pipe, env [] 1056s autopkgtest: DBG: testbed command exited with code 0 1056s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.PBRVfE/autopkgtest-reboot 1056s autopkgtest: DBG: got reply from testbed: ok 1056s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 1056s autopkgtest: DBG: testbed command exited with code 0 1056s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 1056s autopkgtest: DBG: testbed command exited with code 0 1056s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 1056s autopkgtest: DBG: testbed command exited with code 0 1056s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.PBRVfE'], kind short, sout raw, serr pipe, env [] 1057s autopkgtest: DBG: testbed command exited with code 0 1057s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.PBRVfE/autopkgtest-reboot-prepare 1057s autopkgtest: DBG: got reply from testbed: ok 1057s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 1057s autopkgtest: DBG: testbed command exited with code 0 1057s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 1057s autopkgtest: DBG: testbed command exited with code 0 1057s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 1057s autopkgtest: DBG: testbed command exited with code 0 1057s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/testbed-packages"], kind short, sout raw, serr pipe, env [] 1058s autopkgtest: DBG: testbed command exited with code 0 1058s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/testbed-packages /tmp/autopkgtest-work.g4f853zl/out/testbed-packages 1058s autopkgtest: DBG: got reply from testbed: ok 1058s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 1058s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.PBRVfE'], kind short, sout raw, serr pipe, env [] 1058s autopkgtest: DBG: testbed command exited with code 0 1058s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.PBRVfE/autopkgtest-reboot 1058s autopkgtest: DBG: got reply from testbed: ok 1058s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 1058s autopkgtest: DBG: testbed command exited with code 0 1058s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 1058s autopkgtest: DBG: testbed command exited with code 0 1058s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 1059s autopkgtest: DBG: testbed command exited with code 0 1059s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.PBRVfE'], kind short, sout raw, serr pipe, env [] 1059s autopkgtest: DBG: testbed command exited with code 0 1059s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.PBRVfE/autopkgtest-reboot-prepare 1059s autopkgtest: DBG: got reply from testbed: ok 1059s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 1059s autopkgtest: DBG: testbed command exited with code 0 1059s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 1059s autopkgtest: DBG: testbed command exited with code 0 1059s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 1059s autopkgtest: DBG: testbed command exited with code 0 1059s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1059s autopkgtest: DBG: install_deps: deps_new=['python3-torch'] 1059s autopkgtest: DBG: install-deps: satisfying python3-torch 1059s autopkgtest: DBG: can use apt-get on testbed: True 1059s 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', 'python3-torch'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1060s Reading package lists... 1060s Building dependency tree... 1060s Reading state information... 1060s Starting pkgProblemResolver with broken count: 0 1060s Starting 2 pkgProblemResolver with broken count: 0 1060s Done 1060s The following NEW packages will be installed: 1060s libbenchmark1.9.1 libblas3 libcpp-httplib0.16 libevent-pthreads-2.1-7t64 1060s libfabric1 libfmt10 libgfortran5 libgloo0 libgomp1 libhiredis1.1.0 1060s libhwloc-plugins libhwloc15 liblapack3 libmunge2 libonnx1t64 libopenmpi40 1060s libpciaccess0 libpmix2t64 libprotobuf32t64 librdmacm1t64 libsleef3 1060s libtensorpipe0 libtorch-test libtorch2.6 libxnvctrl0 ocl-icd-libopencl1 1060s python3-dateutil python3-expecttest python3-filelock python3-fsspec 1060s python3-hypothesis python3-mpmath python3-networkx python3-numpy 1060s python3-packaging python3-psutil python3-sortedcontainers python3-sympy 1060s python3-torch 1060s 0 upgraded, 39 newly installed, 0 to remove and 0 not upgraded. 1060s Need to get 113 MB of archives. 1060s After this operation, 595 MB of additional disk space will be used. 1060s Get:1 http://ftpmaster.internal/ubuntu plucky/universe s390x libbenchmark1.9.1 s390x 1.9.1-1 [143 kB] 1061s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libblas3 s390x 3.12.1-2 [252 kB] 1061s Get:3 http://ftpmaster.internal/ubuntu plucky/universe s390x libcpp-httplib0.16 s390x 0.16.3+ds-2 [206 kB] 1061s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libevent-pthreads-2.1-7t64 s390x 2.1.12-stable-10 [7870 B] 1061s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x librdmacm1t64 s390x 55.0-1ubuntu1 [73.7 kB] 1061s Get:6 http://ftpmaster.internal/ubuntu plucky/universe s390x libfabric1 s390x 1.17.0-3ubuntu1 [558 kB] 1061s Get:7 http://ftpmaster.internal/ubuntu plucky/universe s390x libfmt10 s390x 10.1.1+ds1-4 [82.6 kB] 1061s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libgfortran5 s390x 15-20250213-1ubuntu1 [620 kB] 1061s Get:9 http://ftpmaster.internal/ubuntu plucky/universe s390x libhiredis1.1.0 s390x 1.2.0-6ubuntu3 [42.7 kB] 1061s Get:10 http://ftpmaster.internal/ubuntu plucky/universe s390x libhwloc15 s390x 2.12.0-1 [176 kB] 1061s Get:11 http://ftpmaster.internal/ubuntu plucky/universe s390x libmunge2 s390x 0.5.16-1 [15.2 kB] 1061s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libpciaccess0 s390x 0.17-3build1 [19.0 kB] 1061s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libxnvctrl0 s390x 510.47.03-0ubuntu4 [12.7 kB] 1061s Get:14 http://ftpmaster.internal/ubuntu plucky/universe s390x ocl-icd-libopencl1 s390x 2.3.2-1build1 [41.1 kB] 1061s Get:15 http://ftpmaster.internal/ubuntu plucky/universe s390x libhwloc-plugins s390x 2.12.0-1 [16.1 kB] 1061s Get:16 http://ftpmaster.internal/ubuntu plucky/universe s390x libpmix2t64 s390x 5.0.6-3 [715 kB] 1061s Get:17 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x libopenmpi40 s390x 5.0.7-1 [2196 kB] 1061s Get:18 http://ftpmaster.internal/ubuntu plucky/universe s390x libgloo0 s390x 0.0~git20231202.5354032-3build1 [171 kB] 1061s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 15-20250213-1ubuntu1 [151 kB] 1061s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x liblapack3 s390x 3.12.1-2 [2971 kB] 1062s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x libprotobuf32t64 s390x 3.21.12-10build1 [944 kB] 1062s Get:22 http://ftpmaster.internal/ubuntu plucky/universe s390x libonnx1t64 s390x 1.17.0-3 [966 kB] 1062s Get:23 http://ftpmaster.internal/ubuntu plucky/universe s390x libsleef3 s390x 3.7-0ubuntu2 [292 kB] 1062s Get:24 http://ftpmaster.internal/ubuntu plucky/universe s390x libtensorpipe0 s390x 0.0~git20220513.bb1473a-5build2 [475 kB] 1062s Get:25 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x libtorch2.6 s390x 2.6.0+dfsg-1 [61.4 MB] 1065s Get:26 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x libtorch-test s390x 2.6.0+dfsg-1 [7318 kB] 1066s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x python3-dateutil all 2.9.0-3 [80.2 kB] 1066s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x python3-sortedcontainers all 2.4.0-2 [27.6 kB] 1066s Get:29 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-hypothesis all 6.125.2-1 [333 kB] 1066s Get:30 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-expecttest all 0.3.0-1 [9108 B] 1066s Get:31 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-filelock all 3.16.1-2 [12.9 kB] 1066s Get:32 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-fsspec all 2025.2.0-1 [211 kB] 1066s Get:33 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-mpmath all 1.3.0-1 [425 kB] 1066s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x python3-networkx all 3.2.1-4ubuntu1 [11.5 MB] 1066s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x python3-numpy s390x 1:1.26.4+ds-13 [4601 kB] 1067s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x python3-packaging all 24.2-1 [51.5 kB] 1067s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x python3-psutil s390x 5.9.8-2build3 [195 kB] 1067s Get:38 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-sympy all 1.13.3-1 [4228 kB] 1067s Get:39 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x python3-torch s390x 2.6.0+dfsg-1 [11.8 MB] 1068s Fetched 113 MB in 8s (14.8 MB/s) 1068s Selecting previously unselected package libbenchmark1.9.1:s390x. 1068s (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 ... 55879 files and directories currently installed.) 1068s Preparing to unpack .../00-libbenchmark1.9.1_1.9.1-1_s390x.deb ... 1068s Unpacking libbenchmark1.9.1:s390x (1.9.1-1) ... 1068s Selecting previously unselected package libblas3:s390x. 1068s Preparing to unpack .../01-libblas3_3.12.1-2_s390x.deb ... 1068s Unpacking libblas3:s390x (3.12.1-2) ... 1068s Selecting previously unselected package libcpp-httplib0.16:s390x. 1068s Preparing to unpack .../02-libcpp-httplib0.16_0.16.3+ds-2_s390x.deb ... 1068s Unpacking libcpp-httplib0.16:s390x (0.16.3+ds-2) ... 1068s Selecting previously unselected package libevent-pthreads-2.1-7t64:s390x. 1068s Preparing to unpack .../03-libevent-pthreads-2.1-7t64_2.1.12-stable-10_s390x.deb ... 1068s Unpacking libevent-pthreads-2.1-7t64:s390x (2.1.12-stable-10) ... 1068s Selecting previously unselected package librdmacm1t64:s390x. 1068s Preparing to unpack .../04-librdmacm1t64_55.0-1ubuntu1_s390x.deb ... 1068s Unpacking librdmacm1t64:s390x (55.0-1ubuntu1) ... 1068s Selecting previously unselected package libfabric1:s390x. 1068s Preparing to unpack .../05-libfabric1_1.17.0-3ubuntu1_s390x.deb ... 1068s Unpacking libfabric1:s390x (1.17.0-3ubuntu1) ... 1068s Selecting previously unselected package libfmt10:s390x. 1068s Preparing to unpack .../06-libfmt10_10.1.1+ds1-4_s390x.deb ... 1068s Unpacking libfmt10:s390x (10.1.1+ds1-4) ... 1068s Selecting previously unselected package libgfortran5:s390x. 1068s Preparing to unpack .../07-libgfortran5_15-20250213-1ubuntu1_s390x.deb ... 1068s Unpacking libgfortran5:s390x (15-20250213-1ubuntu1) ... 1068s Selecting previously unselected package libhiredis1.1.0:s390x. 1068s Preparing to unpack .../08-libhiredis1.1.0_1.2.0-6ubuntu3_s390x.deb ... 1068s Unpacking libhiredis1.1.0:s390x (1.2.0-6ubuntu3) ... 1068s Selecting previously unselected package libhwloc15:s390x. 1068s Preparing to unpack .../09-libhwloc15_2.12.0-1_s390x.deb ... 1068s Unpacking libhwloc15:s390x (2.12.0-1) ... 1068s Selecting previously unselected package libmunge2:s390x. 1068s Preparing to unpack .../10-libmunge2_0.5.16-1_s390x.deb ... 1068s Unpacking libmunge2:s390x (0.5.16-1) ... 1068s Selecting previously unselected package libpciaccess0:s390x. 1068s Preparing to unpack .../11-libpciaccess0_0.17-3build1_s390x.deb ... 1068s Unpacking libpciaccess0:s390x (0.17-3build1) ... 1068s Selecting previously unselected package libxnvctrl0:s390x. 1068s Preparing to unpack .../12-libxnvctrl0_510.47.03-0ubuntu4_s390x.deb ... 1068s Unpacking libxnvctrl0:s390x (510.47.03-0ubuntu4) ... 1068s Selecting previously unselected package ocl-icd-libopencl1:s390x. 1068s Preparing to unpack .../13-ocl-icd-libopencl1_2.3.2-1build1_s390x.deb ... 1068s Unpacking ocl-icd-libopencl1:s390x (2.3.2-1build1) ... 1068s Selecting previously unselected package libhwloc-plugins:s390x. 1068s Preparing to unpack .../14-libhwloc-plugins_2.12.0-1_s390x.deb ... 1068s Unpacking libhwloc-plugins:s390x (2.12.0-1) ... 1068s Selecting previously unselected package libpmix2t64:s390x. 1068s Preparing to unpack .../15-libpmix2t64_5.0.6-3_s390x.deb ... 1068s Unpacking libpmix2t64:s390x (5.0.6-3) ... 1068s Selecting previously unselected package libopenmpi40:s390x. 1068s Preparing to unpack .../16-libopenmpi40_5.0.7-1_s390x.deb ... 1068s Unpacking libopenmpi40:s390x (5.0.7-1) ... 1068s Selecting previously unselected package libgloo0. 1068s Preparing to unpack .../17-libgloo0_0.0~git20231202.5354032-3build1_s390x.deb ... 1068s Unpacking libgloo0 (0.0~git20231202.5354032-3build1) ... 1068s Selecting previously unselected package libgomp1:s390x. 1068s Preparing to unpack .../18-libgomp1_15-20250213-1ubuntu1_s390x.deb ... 1068s Unpacking libgomp1:s390x (15-20250213-1ubuntu1) ... 1068s Selecting previously unselected package liblapack3:s390x. 1068s Preparing to unpack .../19-liblapack3_3.12.1-2_s390x.deb ... 1068s Unpacking liblapack3:s390x (3.12.1-2) ... 1068s Selecting previously unselected package libprotobuf32t64:s390x. 1068s Preparing to unpack .../20-libprotobuf32t64_3.21.12-10build1_s390x.deb ... 1068s Unpacking libprotobuf32t64:s390x (3.21.12-10build1) ... 1069s Selecting previously unselected package libonnx1t64:s390x. 1069s Preparing to unpack .../21-libonnx1t64_1.17.0-3_s390x.deb ... 1069s Unpacking libonnx1t64:s390x (1.17.0-3) ... 1069s Selecting previously unselected package libsleef3:s390x. 1069s Preparing to unpack .../22-libsleef3_3.7-0ubuntu2_s390x.deb ... 1069s Unpacking libsleef3:s390x (3.7-0ubuntu2) ... 1069s Selecting previously unselected package libtensorpipe0:s390x. 1069s Preparing to unpack .../23-libtensorpipe0_0.0~git20220513.bb1473a-5build2_s390x.deb ... 1069s Unpacking libtensorpipe0:s390x (0.0~git20220513.bb1473a-5build2) ... 1069s Selecting previously unselected package libtorch2.6:s390x. 1069s Preparing to unpack .../24-libtorch2.6_2.6.0+dfsg-1_s390x.deb ... 1069s Unpacking libtorch2.6:s390x (2.6.0+dfsg-1) ... 1070s Selecting previously unselected package libtorch-test. 1070s Preparing to unpack .../25-libtorch-test_2.6.0+dfsg-1_s390x.deb ... 1070s Unpacking libtorch-test (2.6.0+dfsg-1) ... 1070s Selecting previously unselected package python3-dateutil. 1070s Preparing to unpack .../26-python3-dateutil_2.9.0-3_all.deb ... 1070s Unpacking python3-dateutil (2.9.0-3) ... 1070s Selecting previously unselected package python3-sortedcontainers. 1070s Preparing to unpack .../27-python3-sortedcontainers_2.4.0-2_all.deb ... 1070s Unpacking python3-sortedcontainers (2.4.0-2) ... 1070s Selecting previously unselected package python3-hypothesis. 1070s Preparing to unpack .../28-python3-hypothesis_6.125.2-1_all.deb ... 1070s Unpacking python3-hypothesis (6.125.2-1) ... 1070s Selecting previously unselected package python3-expecttest. 1070s Preparing to unpack .../29-python3-expecttest_0.3.0-1_all.deb ... 1070s Unpacking python3-expecttest (0.3.0-1) ... 1070s Selecting previously unselected package python3-filelock. 1070s Preparing to unpack .../30-python3-filelock_3.16.1-2_all.deb ... 1070s Unpacking python3-filelock (3.16.1-2) ... 1070s Selecting previously unselected package python3-fsspec. 1070s Preparing to unpack .../31-python3-fsspec_2025.2.0-1_all.deb ... 1070s Unpacking python3-fsspec (2025.2.0-1) ... 1070s Selecting previously unselected package python3-mpmath. 1070s Preparing to unpack .../32-python3-mpmath_1.3.0-1_all.deb ... 1070s Unpacking python3-mpmath (1.3.0-1) ... 1070s Selecting previously unselected package python3-networkx. 1070s Preparing to unpack .../33-python3-networkx_3.2.1-4ubuntu1_all.deb ... 1070s Unpacking python3-networkx (3.2.1-4ubuntu1) ... 1070s Selecting previously unselected package python3-numpy. 1070s Preparing to unpack .../34-python3-numpy_1%3a1.26.4+ds-13_s390x.deb ... 1070s Unpacking python3-numpy (1:1.26.4+ds-13) ... 1070s Selecting previously unselected package python3-packaging. 1070s Preparing to unpack .../35-python3-packaging_24.2-1_all.deb ... 1070s Unpacking python3-packaging (24.2-1) ... 1070s Selecting previously unselected package python3-psutil. 1070s Preparing to unpack .../36-python3-psutil_5.9.8-2build3_s390x.deb ... 1070s Unpacking python3-psutil (5.9.8-2build3) ... 1070s Selecting previously unselected package python3-sympy. 1070s Preparing to unpack .../37-python3-sympy_1.13.3-1_all.deb ... 1070s Unpacking python3-sympy (1.13.3-1) ... 1071s Selecting previously unselected package python3-torch. 1071s Preparing to unpack .../38-python3-torch_2.6.0+dfsg-1_s390x.deb ... 1071s Unpacking python3-torch (2.6.0+dfsg-1) ... 1071s Setting up libpciaccess0:s390x (0.17-3build1) ... 1071s Setting up libprotobuf32t64:s390x (3.21.12-10build1) ... 1071s Setting up python3-filelock (3.16.1-2) ... 1071s Setting up libcpp-httplib0.16:s390x (0.16.3+ds-2) ... 1071s Setting up libevent-pthreads-2.1-7t64:s390x (2.1.12-stable-10) ... 1071s Setting up python3-fsspec (2025.2.0-1) ... 1071s Setting up python3-sortedcontainers (2.4.0-2) ... 1071s Setting up libsleef3:s390x (3.7-0ubuntu2) ... 1071s Setting up libgomp1:s390x (15-20250213-1ubuntu1) ... 1071s Setting up python3-networkx (3.2.1-4ubuntu1) ... 1072s Setting up python3-psutil (5.9.8-2build3) ... 1072s Setting up libxnvctrl0:s390x (510.47.03-0ubuntu4) ... 1072s Setting up libblas3:s390x (3.12.1-2) ... 1072s 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 1072s Setting up python3-packaging (24.2-1) ... 1072s Setting up libmunge2:s390x (0.5.16-1) ... 1072s Setting up libtensorpipe0:s390x (0.0~git20220513.bb1473a-5build2) ... 1072s Setting up libhwloc15:s390x (2.12.0-1) ... 1072s Setting up libgfortran5:s390x (15-20250213-1ubuntu1) ... 1072s Setting up ocl-icd-libopencl1:s390x (2.3.2-1build1) ... 1072s Setting up libbenchmark1.9.1:s390x (1.9.1-1) ... 1072s Setting up librdmacm1t64:s390x (55.0-1ubuntu1) ... 1072s Setting up python3-dateutil (2.9.0-3) ... 1073s Setting up libonnx1t64:s390x (1.17.0-3) ... 1073s Setting up python3-mpmath (1.3.0-1) ... 1073s Setting up libhiredis1.1.0:s390x (1.2.0-6ubuntu3) ... 1073s Setting up libfmt10:s390x (10.1.1+ds1-4) ... 1073s Setting up libfabric1:s390x (1.17.0-3ubuntu1) ... 1073s Setting up python3-sympy (1.13.3-1) ... 1077s Setting up liblapack3:s390x (3.12.1-2) ... 1077s 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 1077s Setting up python3-hypothesis (6.125.2-1) ... 1077s Setting up libhwloc-plugins:s390x (2.12.0-1) ... 1077s Setting up libpmix2t64:s390x (5.0.6-3) ... 1077s Setting up python3-numpy (1:1.26.4+ds-13) ... 1079s Setting up python3-expecttest (0.3.0-1) ... 1079s Setting up libopenmpi40:s390x (5.0.7-1) ... 1079s Setting up libgloo0 (0.0~git20231202.5354032-3build1) ... 1079s Setting up libtorch2.6:s390x (2.6.0+dfsg-1) ... 1079s Setting up libtorch-test (2.6.0+dfsg-1) ... 1079s Setting up python3-torch (2.6.0+dfsg-1) ... 1083s Processing triggers for man-db (2.13.0-1) ... 1084s Processing triggers for libc-bin (2.40-4ubuntu1) ... 1084s autopkgtest: DBG: testbed command exited with code 0 1084s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-torch'], kind short, sout pipe, serr pipe, env [] 1084s autopkgtest: DBG: testbed command exited with code 0 1084s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/py_sequential-packages.all"], kind short, sout raw, serr pipe, env [] 1084s autopkgtest: DBG: testbed command exited with code 0 1084s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/py_sequential-packages.all /tmp/autopkgtest-work.g4f853zl/out/py_sequential-packages.all 1085s autopkgtest: DBG: got reply from testbed: ok 1085s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1085s autopkgtest: DBG: testbed command exited with code 1 1085s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.PBRVfE/build.sUS'], kind short, sout raw, serr pipe, env [] 1085s autopkgtest: DBG: testbed command exited with code 0 1085s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.g4f853zl/out/tests-tree/ /tmp/autopkgtest.PBRVfE/build.sUS/src/ 1092s autopkgtest: DBG: got reply from testbed: ok 1092s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr pipe, env [] 1092s autopkgtest: DBG: testbed command exited with code 0 1092s autopkgtest [01:27:39]: test py_sequential: cd debian/tests ; python3 sequential.py 1092s autopkgtest [01:27:39]: test py_sequential: [----------------------- 1092s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/py_sequential-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/py_sequential-stderr --stdout=/tmp/autopkgtest.PBRVfE/py_sequential-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec 'cd debian/tests ; python3 sequential.py'"], kind test, sout raw, serr raw, env [] 1092s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/py_sequential-artifacts 1092s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1092s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1092s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1092s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1092s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1092s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1092s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1092s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1092s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1092s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1092s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1092s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1092s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1092s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1092s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1092s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1092s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1092s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1092s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1092s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1092s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1092s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1092s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/py_sequential-stderr 1092s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/py_sequential-stdout 1092s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1092s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1092s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec cd debian/tests ; python3 sequential.py 1092s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.9EPZ1LHF7U/out to stdout and file: /tmp/autopkgtest.PBRVfE/py_sequential-stdout 1092s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.9EPZ1LHF7U/err to standard error and file: /tmp/autopkgtest.PBRVfE/py_sequential-stdout 1092s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 1642 to /tmp/autopkgtest_script_pid 1094s Sequential model setup 1094s using device: cpu 1094s iteration 0 loss 0.3685038387775421 1094s iteration 1 loss 0.17865557968616486 1094s iteration 2 loss 0.2786595821380615 1094s iteration 3 loss 0.06899940967559814 1094s iteration 4 loss 0.04227665811777115 1094s iteration 5 loss 0.03722988814115524 1094s iteration 6 loss 0.03264101594686508 1094s iteration 7 loss 0.02906833216547966 1094s iteration 8 loss 0.025841888040304184 1094s iteration 9 loss 0.022914618253707886 1094s sequential model test ok 1094s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1094s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1094s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1094s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1094s autopkgtest: DBG: testbed command exited with code 0 1094s autopkgtest [01:27:41]: test py_sequential: -----------------------] 1094s autopkgtest: DBG: testbed executing test finished with exit status 0 1094s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/py_sequential-stdout /tmp/autopkgtest-work.g4f853zl/out/py_sequential-stdout 1094s autopkgtest: DBG: got reply from testbed: ok 1094s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/py_sequential-stderr /tmp/autopkgtest-work.g4f853zl/out/py_sequential-stderr 1095s autopkgtest: DBG: got reply from testbed: ok 1095s autopkgtest [01:27:42]: test py_sequential: - - - - - - - - - - results - - - - - - - - - - 1095s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/py_sequential-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1095s py_sequential PASS 1095s autopkgtest: DBG: got reply from testbed: ok 1095s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/py_sequential-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1095s autopkgtest: DBG: testbed command exited with code 0 1095s autopkgtest [01:27:42]: test show_dangling_symlink_if_any: preparing testbed 1095s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['python3-torch'], deps_new=['python3-torch', 'libtorch-dev', 'libtorch2.6', 'libtorch-test'] 1095s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1095s autopkgtest: DBG: install_deps: deps_new=['python3-torch', 'libtorch-dev', 'libtorch2.6', 'libtorch-test'] 1095s autopkgtest: DBG: install-deps: satisfying python3-torch, libtorch-dev, libtorch2.6, libtorch-test 1095s autopkgtest: DBG: can use apt-get on testbed: True 1095s 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', 'python3-torch, libtorch-dev, libtorch2.6, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1095s Reading package lists... 1095s Building dependency tree... 1095s Reading state information... 1095s Starting pkgProblemResolver with broken count: 0 1096s Starting 2 pkgProblemResolver with broken count: 0 1096s Done 1096s The following NEW packages will be installed: 1096s libexpat1-dev libjs-jquery libjs-sphinxdoc libjs-underscore libprotobuf-dev 1096s libprotobuf-lite32t64 libpython3-dev libpython3.13-dev libtorch-dev 1096s python3-dev python3.13-dev zlib1g-dev 1096s 0 upgraded, 12 newly installed, 0 to remove and 0 not upgraded. 1096s Need to get 11.7 MB of archives. 1096s After this operation, 73.9 MB of additional disk space will be used. 1096s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libexpat1-dev s390x 2.6.4-1 [146 kB] 1096s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB] 1096s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [118 kB] 1096s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-sphinxdoc all 8.1.3-4 [30.9 kB] 1096s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libprotobuf-lite32t64 s390x 3.21.12-10build1 [238 kB] 1097s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x zlib1g-dev s390x 1:1.3.dfsg+really1.3.1-1ubuntu1 [898 kB] 1097s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.13-dev s390x 3.13.2-1 [5596 kB] 1098s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3-dev s390x 3.13.1-1~exp2 [10.5 kB] 1098s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x python3.13-dev s390x 3.13.2-1 [508 kB] 1098s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x python3-dev s390x 3.13.1-1~exp2 [26.7 kB] 1099s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libprotobuf-dev s390x 3.21.12-10build1 [1433 kB] 1099s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x libtorch-dev s390x 2.6.0+dfsg-1 [2413 kB] 1099s Fetched 11.7 MB in 3s (3591 kB/s) 1099s Selecting previously unselected package libexpat1-dev:s390x. 1099s (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 ... 64950 files and directories currently installed.) 1099s Preparing to unpack .../00-libexpat1-dev_2.6.4-1_s390x.deb ... 1099s Unpacking libexpat1-dev:s390x (2.6.4-1) ... 1099s Selecting previously unselected package libjs-jquery. 1099s Preparing to unpack .../01-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... 1099s Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 1099s Selecting previously unselected package libjs-underscore. 1099s Preparing to unpack .../02-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ... 1099s Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 1099s Selecting previously unselected package libjs-sphinxdoc. 1099s Preparing to unpack .../03-libjs-sphinxdoc_8.1.3-4_all.deb ... 1099s Unpacking libjs-sphinxdoc (8.1.3-4) ... 1099s Selecting previously unselected package libprotobuf-lite32t64:s390x. 1099s Preparing to unpack .../04-libprotobuf-lite32t64_3.21.12-10build1_s390x.deb ... 1099s Unpacking libprotobuf-lite32t64:s390x (3.21.12-10build1) ... 1099s Selecting previously unselected package zlib1g-dev:s390x. 1099s Preparing to unpack .../05-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_s390x.deb ... 1099s Unpacking zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 1099s Selecting previously unselected package libpython3.13-dev:s390x. 1099s Preparing to unpack .../06-libpython3.13-dev_3.13.2-1_s390x.deb ... 1099s Unpacking libpython3.13-dev:s390x (3.13.2-1) ... 1099s Selecting previously unselected package libpython3-dev:s390x. 1099s Preparing to unpack .../07-libpython3-dev_3.13.1-1~exp2_s390x.deb ... 1099s Unpacking libpython3-dev:s390x (3.13.1-1~exp2) ... 1099s Selecting previously unselected package python3.13-dev. 1099s Preparing to unpack .../08-python3.13-dev_3.13.2-1_s390x.deb ... 1099s Unpacking python3.13-dev (3.13.2-1) ... 1099s Selecting previously unselected package python3-dev. 1099s Preparing to unpack .../09-python3-dev_3.13.1-1~exp2_s390x.deb ... 1099s Unpacking python3-dev (3.13.1-1~exp2) ... 1099s Selecting previously unselected package libprotobuf-dev:s390x. 1099s Preparing to unpack .../10-libprotobuf-dev_3.21.12-10build1_s390x.deb ... 1099s Unpacking libprotobuf-dev:s390x (3.21.12-10build1) ... 1100s Selecting previously unselected package libtorch-dev. 1100s Preparing to unpack .../11-libtorch-dev_2.6.0+dfsg-1_s390x.deb ... 1100s Unpacking libtorch-dev (2.6.0+dfsg-1) ... 1100s Setting up libprotobuf-lite32t64:s390x (3.21.12-10build1) ... 1100s Setting up libexpat1-dev:s390x (2.6.4-1) ... 1100s Setting up zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 1100s Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 1100s Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 1100s Setting up libprotobuf-dev:s390x (3.21.12-10build1) ... 1100s Setting up libpython3.13-dev:s390x (3.13.2-1) ... 1100s Setting up libjs-sphinxdoc (8.1.3-4) ... 1100s Setting up libpython3-dev:s390x (3.13.1-1~exp2) ... 1100s Setting up python3.13-dev (3.13.2-1) ... 1100s Setting up python3-dev (3.13.1-1~exp2) ... 1100s Setting up libtorch-dev (2.6.0+dfsg-1) ... 1100s Processing triggers for man-db (2.13.0-1) ... 1100s Processing triggers for libc-bin (2.40-4ubuntu1) ... 1100s autopkgtest: DBG: testbed command exited with code 0 1100s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-torch'], kind short, sout pipe, serr pipe, env [] 1100s autopkgtest: DBG: testbed command exited with code 0 1100s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1101s autopkgtest: DBG: testbed command exited with code 0 1101s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch2.6'], kind short, sout pipe, serr pipe, env [] 1101s autopkgtest: DBG: testbed command exited with code 0 1101s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1101s autopkgtest: DBG: testbed command exited with code 0 1101s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/show_dangling_symlink_if_any-packages.all"], kind short, sout raw, serr pipe, env [] 1101s autopkgtest: DBG: testbed command exited with code 0 1101s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/show_dangling_symlink_if_any-packages.all /tmp/autopkgtest-work.g4f853zl/out/show_dangling_symlink_if_any-packages.all 1101s autopkgtest: DBG: got reply from testbed: ok 1101s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1101s autopkgtest: DBG: testbed command exited with code 0 1101s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1101s autopkgtest [01:27:48]: test show_dangling_symlink_if_any: cd debian/tests ; find /usr -xtype l -print || true 1101s autopkgtest [01:27:48]: test show_dangling_symlink_if_any: [----------------------- 1101s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/show_dangling_symlink_if_any-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/show_dangling_symlink_if_any-stderr --stdout=/tmp/autopkgtest.PBRVfE/show_dangling_symlink_if_any-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec 'cd debian/tests ; find /usr -xtype l -print || true'"], kind test, sout raw, serr raw, env [] 1101s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/show_dangling_symlink_if_any-artifacts 1101s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1101s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1101s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1101s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1101s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1101s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1101s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1101s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1101s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1101s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1101s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1101s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1101s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1101s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1101s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1101s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1101s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1101s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1101s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1101s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1101s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1101s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1101s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/show_dangling_symlink_if_any-stderr 1101s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/show_dangling_symlink_if_any-stdout 1101s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1101s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1101s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec cd debian/tests ; find /usr -xtype l -print || true 1101s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.0K0VNYMAfz/out to stdout and file: /tmp/autopkgtest.PBRVfE/show_dangling_symlink_if_any-stdout 1101s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.0K0VNYMAfz/err to standard error and file: /tmp/autopkgtest.PBRVfE/show_dangling_symlink_if_any-stdout 1101s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 1953 to /tmp/autopkgtest_script_pid 1103s /usr/share/doc/libxml2/NEWS.gz 1103s /usr/share/doc/python3-wadllib/NEWS.rst.gz 1103s /usr/share/doc/xfsprogs/changelog.gz 1103s /usr/share/doc/perl/Changes.gz 1103s /usr/share/locale/ja/LC_TIME/coreutils.mo 1103s /usr/share/locale/lg/LC_TIME/coreutils.mo 1103s /usr/share/locale/ia/LC_TIME/coreutils.mo 1103s /usr/share/locale/pt/LC_TIME/coreutils.mo 1103s /usr/share/locale/ga/LC_TIME/coreutils.mo 1103s /usr/share/locale/sl/LC_TIME/coreutils.mo 1103s /usr/share/locale/sr/LC_TIME/coreutils.mo 1103s /usr/share/locale/ko/LC_TIME/coreutils.mo 1103s /usr/share/locale/hr/LC_TIME/coreutils.mo 1103s /usr/share/locale/be/LC_TIME/coreutils.mo 1103s /usr/share/locale/da/LC_TIME/coreutils.mo 1103s /usr/share/locale/tr/LC_TIME/coreutils.mo 1103s /usr/share/locale/es/LC_TIME/coreutils.mo 1103s /usr/share/locale/eu/LC_TIME/coreutils.mo 1103s /usr/share/locale/ca/LC_TIME/coreutils.mo 1103s /usr/share/locale/ta/LC_TIME/coreutils.mo 1103s /usr/share/locale/zh_TW/LC_TIME/coreutils.mo 1103s /usr/share/locale/zh_CN/LC_TIME/coreutils.mo 1103s /usr/share/locale/af/LC_TIME/coreutils.mo 1103s /usr/share/locale/gl/LC_TIME/coreutils.mo 1103s /usr/share/locale/vi/LC_TIME/coreutils.mo 1103s /usr/share/locale/bg/LC_TIME/coreutils.mo 1103s /usr/share/locale/uk/LC_TIME/coreutils.mo 1103s /usr/share/locale/ru/LC_TIME/coreutils.mo 1103s /usr/share/locale/ms/LC_TIME/coreutils.mo 1103s /usr/share/locale/kk/LC_TIME/coreutils.mo 1103s /usr/share/locale/pl/LC_TIME/coreutils.mo 1103s /usr/share/locale/nb/LC_TIME/coreutils.mo 1103s /usr/share/locale/ka/LC_TIME/coreutils.mo 1103s /usr/share/locale/pt_BR/LC_TIME/coreutils.mo 1103s /usr/share/locale/sv/LC_TIME/coreutils.mo 1103s /usr/share/locale/lt/LC_TIME/coreutils.mo 1103s /usr/share/locale/sk/LC_TIME/coreutils.mo 1103s /usr/share/locale/de/LC_TIME/coreutils.mo 1103s /usr/share/locale/et/LC_TIME/coreutils.mo 1103s /usr/share/locale/fi/LC_TIME/coreutils.mo 1103s /usr/share/locale/it/LC_TIME/coreutils.mo 1103s /usr/share/locale/cs/LC_TIME/coreutils.mo 1103s /usr/share/locale/nl/LC_TIME/coreutils.mo 1103s /usr/share/locale/el/LC_TIME/coreutils.mo 1103s /usr/share/locale/eo/LC_TIME/coreutils.mo 1103s /usr/share/locale/hu/LC_TIME/coreutils.mo 1103s /usr/share/locale/ro/LC_TIME/coreutils.mo 1103s /usr/share/locale/fr/LC_TIME/coreutils.mo 1103s /usr/share/locale/id/LC_TIME/coreutils.mo 1103s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1103s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1103s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1103s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1103s autopkgtest: DBG: testbed command exited with code 0 1103s autopkgtest [01:27:50]: test show_dangling_symlink_if_any: -----------------------] 1103s autopkgtest: DBG: testbed executing test finished with exit status 0 1103s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/show_dangling_symlink_if_any-stdout /tmp/autopkgtest-work.g4f853zl/out/show_dangling_symlink_if_any-stdout 1103s autopkgtest: DBG: got reply from testbed: ok 1103s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/show_dangling_symlink_if_any-stderr /tmp/autopkgtest-work.g4f853zl/out/show_dangling_symlink_if_any-stderr 1104s autopkgtest: DBG: got reply from testbed: ok 1104s autopkgtest [01:27:51]: test show_dangling_symlink_if_any: - - - - - - - - - - results - - - - - - - - - - 1104s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/show_dangling_symlink_if_any-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1104s show_dangling_symlink_if_any PASS 1104s autopkgtest: DBG: got reply from testbed: ok 1104s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/show_dangling_symlink_if_any-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1104s autopkgtest: DBG: testbed command exited with code 0 1104s autopkgtest [01:27:51]: test 1_of_104__cpptest__CppSignature_test: preparing testbed 1104s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['python3-torch', 'libtorch-dev', 'libtorch2.6', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1104s autopkgtest: DBG: testbed reset 1104s autopkgtest: DBG: sending command to testbed: revert 1166s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.PBRVfE 1166s autopkgtest: DBG: sending command to testbed: print-execute-command 1166s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.j7z0gehy/runcmd 1166s autopkgtest: DBG: sending command to testbed: capabilities 1166s autopkgtest: DBG: got reply from testbed: ok reboot suggested-normal-user=ubuntu ok isolation-machine revert root-on-testbed revert-full-system 1166s autopkgtest: DBG: testbed capabilities: ['reboot', 'suggested-normal-user=ubuntu', 'ok', 'isolation-machine', 'revert', 'root-on-testbed', 'revert-full-system', 'has_internet'] 1166s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.PBRVfE'], kind short, sout raw, serr pipe, env [] 1166s autopkgtest: DBG: testbed command exited with code 0 1166s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.PBRVfE/wrapper.sh 1166s autopkgtest: DBG: got reply from testbed: ok 1166s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.PBRVfE/wrapper.sh'], kind short, sout raw, serr pipe, env [] 1166s autopkgtest: DBG: testbed command exited with code 0 1166s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 1166s autopkgtest: DBG: testbed command exited with code 0 1166s autopkgtest [01:28:53]: testbed dpkg architecture: s390x 1166s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 1166s autopkgtest: DBG: testbed command exited with code 0 1166s autopkgtest [01:28:53]: testbed apt version: 2.9.29 1166s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 1166s autopkgtest: DBG: testbed command exited with code 0 1166s autopkgtest: DBG: testbed has eatmydata 1166s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 1167s autopkgtest: DBG: testbed command exited with code 0 1167s autopkgtest [01:28:54]: @@@@@@@@@@@@@@@@@@@@ test bed setup 1167s 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 [] 1167s autopkgtest: DBG: testbed command exited with code 0 1167s autopkgtest [01:28:54]: testbed release detected to be: plucky 1167s 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 [] 1167s autopkgtest: DBG: testbed command exited with code 0 1167s 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 [] 1167s autopkgtest: DBG: testbed command exited with code 0 1167s autopkgtest: DBG: adding APT source: Types: deb deb-src 1167s URIs: http://ftpmaster.internal/ubuntu/ 1167s Suites: plucky-proposed 1167s Components: main restricted universe multiverse 1167s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 1167s 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 [] 1167s autopkgtest: DBG: testbed command exited with code 0 1167s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 1167s Package: * 1167s Pin: release plucky-proposed 1167s Pin-Priority: 500 1167s 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 [] 1167s autopkgtest: DBG: testbed command exited with code 0 1167s autopkgtest [01:28:54]: updating testbed package index (apt update) 1167s 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'] 1168s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 1168s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 1168s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 1168s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 1168s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [776 kB] 1168s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [71.3 kB] 1168s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [15.6 kB] 1168s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 1168s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [90.4 kB] 1168s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 1168s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [633 kB] 1168s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [6088 B] 1169s Fetched 1707 kB in 1s (1679 kB/s) 1169s Reading package lists... 1169s autopkgtest: DBG: testbed command exited with code 0 1169s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 1169s Package: * 1169s Pin: release plucky-proposed 1169s Pin-Priority: 100 1169s 1169s Package: src:pytorch:any src:openmpi:any 1169s Pin: release plucky-proposed 1169s Pin-Priority: 995 1169s 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:pytorch:any src:openmpi:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 1169s autopkgtest: DBG: testbed command exited with code 0 1169s 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.PBRVfE/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 1170s autopkgtest: DBG: testbed command exited with code 0 1170s 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'] 1170s + lsb_release --codename --short 1170s + RELEASE=plucky 1170s + cat 1170s + [ plucky != trusty ] 1170s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 1170s Reading package lists... 1170s Building dependency tree... 1170s Reading state information... 1170s Calculating upgrade... 1170s The following packages were automatically installed and are no longer required: 1170s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 1170s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 1170s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 1170s linux-tools-6.11.0-8-generic 1170s Use 'sudo apt autoremove' to remove them. 1170s The following packages will be upgraded: 1170s dhcpcd-base s390-tools s390-tools-data s390-tools-signed 1170s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1170s Need to get 5637 kB of archives. 1170s After this operation, 54.3 kB of additional disk space will be used. 1170s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x dhcpcd-base s390x 1:10.1.0-7 [219 kB] 1171s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools-data all 2.37.0-0ubuntu2 [20.4 kB] 1171s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools s390x 2.37.0-0ubuntu2 [5385 kB] 1171s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools-signed all 2.37.0-0ubuntu2 [12.4 kB] 1171s Fetched 5637 kB in 1s (7424 kB/s) 1171s (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 ... 80980 files and directories currently installed.) 1171s Preparing to unpack .../dhcpcd-base_1%3a10.1.0-7_s390x.deb ... 1171s Unpacking dhcpcd-base (1:10.1.0-7) over (1:10.1.0-6) ... 1171s Preparing to unpack .../s390-tools-data_2.37.0-0ubuntu2_all.deb ... 1171s Unpacking s390-tools-data (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 1171s Preparing to unpack .../s390-tools_2.37.0-0ubuntu2_s390x.deb ... 1171s Unpacking s390-tools (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 1171s Preparing to unpack .../s390-tools-signed_2.37.0-0ubuntu2_all.deb ... 1171s Unpacking s390-tools-signed (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 1171s Setting up s390-tools-signed (2.37.0-0ubuntu2) ... 1171s Setting up dhcpcd-base (1:10.1.0-7) ... 1171s Setting up s390-tools-data (2.37.0-0ubuntu2) ... 1171s Setting up s390-tools (2.37.0-0ubuntu2) ... 1172s Processing triggers for man-db (2.13.0-1) ... 1173s Processing triggers for initramfs-tools (0.145ubuntu2) ... 1173s update-initramfs: Generating /boot/initrd.img-6.12.0-15-generic 1173s W: No lz4 in /usr/bin:/sbin:/bin, using gzip 1177s Using config file '/etc/zipl.conf' 1177s Building bootmap in '/boot' 1177s Adding IPL section 'ubuntu' (default) 1177s Preparing boot device for LD-IPL: vda (0000). 1177s Done. 1177s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 1177s + /usr/lib/apt/apt-helper analyze-pattern ?true 1177s + uname -r 1177s + sed s/\./\\./g 1177s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 1177s + apt list ?obsolete 1177s + tail -n+2 1177s + cut+ grep -v ^linux-.*6\.12\.0-15-generic.* 1177s -d/ -f1 1177s + true 1177s + obsolete_pkgs= 1177s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 1177s Reading package lists... 1177s Building dependency tree... 1177s Reading state information... 1178s The following packages will be REMOVED: 1178s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 1178s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 1178s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 1178s linux-tools-6.11.0-8-generic* 1178s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 1178s After this operation, 167 MB disk space will be freed. 1178s (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 ... 80981 files and directories currently installed.) 1178s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 1178s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 1178s Removing libpython3.12t64:s390x (3.12.9-1) ... 1178s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 1178s Removing libnsl2:s390x (1.3.0-3build3) ... 1178s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 1178s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 1178s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 1179s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 1179s Processing triggers for libc-bin (2.40-4ubuntu1) ... 1179s (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 ... 55881 files and directories currently installed.) 1179s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 1179s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 1179s + grep -q trusty /etc/lsb-release 1179s + [ ! -d /usr/share/doc/unattended-upgrades ] 1179s + [ ! -d /usr/share/doc/lxd ] 1179s + [ ! -d /usr/share/doc/lxd-client ] 1179s + [ ! -d /usr/share/doc/snapd ] 1179s + type iptables 1179s + cat 1179s + chmod 755 /etc/rc.local 1179s + . /etc/rc.local 1179s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 1179s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 1179s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 1179s + uname -m 1179s + [ s390x = ppc64le ] 1179s + [ -d /run/systemd/system ] 1179s + systemd-detect-virt --quiet --vm 1179s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 1179s + cat 1179s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 1179s + echo COMPRESS=lz4 1179s autopkgtest: DBG: testbed command exited with code 0 1179s autopkgtest [01:29:06]: upgrading testbed (apt dist-upgrade and autopurge) 1179s 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'] 1179s Reading package lists... 1179s Building dependency tree... 1179s Reading state information... 1180s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 1180s Starting 2 pkgProblemResolver with broken count: 0 1180s Done 1180s Entering ResolveByKeep 1180s 1180s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1180s autopkgtest: DBG: testbed command exited with code 0 1180s 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'] 1180s Reading package lists... 1180s Building dependency tree... 1180s Reading state information... 1180s Starting pkgProblemResolver with broken count: 0 1180s Starting 2 pkgProblemResolver with broken count: 0 1180s Done 1181s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1181s autopkgtest: DBG: testbed command exited with code 0 1181s 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.PBRVfE/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 1181s autopkgtest: DBG: testbed command exited with code 1 1181s autopkgtest [01:29:08]: rebooting testbed after setup commands that affected boot 1181s autopkgtest: DBG: sending command to testbed: reboot 1199s autopkgtest: DBG: got reply from testbed: ok 1199s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 1199s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.PBRVfE'], kind short, sout raw, serr pipe, env [] 1199s autopkgtest: DBG: testbed command exited with code 0 1199s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.PBRVfE/autopkgtest-reboot 1199s autopkgtest: DBG: got reply from testbed: ok 1199s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 1199s autopkgtest: DBG: testbed command exited with code 0 1199s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 1200s autopkgtest: DBG: testbed command exited with code 0 1200s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 1200s autopkgtest: DBG: testbed command exited with code 0 1200s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.PBRVfE'], kind short, sout raw, serr pipe, env [] 1200s autopkgtest: DBG: testbed command exited with code 0 1200s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.PBRVfE/autopkgtest-reboot-prepare 1200s autopkgtest: DBG: got reply from testbed: ok 1200s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 1200s autopkgtest: DBG: testbed command exited with code 0 1200s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 1200s autopkgtest: DBG: testbed command exited with code 0 1200s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 1201s autopkgtest: DBG: testbed command exited with code 0 1201s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/testbed-packages"], kind short, sout raw, serr pipe, env [] 1201s autopkgtest: DBG: testbed command exited with code 0 1201s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/testbed-packages /tmp/autopkgtest-work.g4f853zl/out/testbed-packages 1201s autopkgtest: DBG: got reply from testbed: ok 1201s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 1201s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.PBRVfE'], kind short, sout raw, serr pipe, env [] 1201s autopkgtest: DBG: testbed command exited with code 0 1201s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.PBRVfE/autopkgtest-reboot 1201s autopkgtest: DBG: got reply from testbed: ok 1201s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 1201s autopkgtest: DBG: testbed command exited with code 0 1201s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 1202s autopkgtest: DBG: testbed command exited with code 0 1202s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 1202s autopkgtest: DBG: testbed command exited with code 0 1202s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.PBRVfE'], kind short, sout raw, serr pipe, env [] 1202s autopkgtest: DBG: testbed command exited with code 0 1202s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.PBRVfE/autopkgtest-reboot-prepare 1202s autopkgtest: DBG: got reply from testbed: ok 1202s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 1202s autopkgtest: DBG: testbed command exited with code 0 1202s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.PBRVfE/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 1202s autopkgtest: DBG: testbed command exited with code 0 1202s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 1203s autopkgtest: DBG: testbed command exited with code 0 1203s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1203s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1203s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1203s autopkgtest: DBG: can use apt-get on testbed: True 1203s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1203s Reading package lists... 1203s Building dependency tree... 1203s Reading state information... 1203s Starting pkgProblemResolver with broken count: 0 1203s Starting 2 pkgProblemResolver with broken count: 0 1203s Done 1203s The following NEW packages will be installed: 1203s build-essential cpp cpp-14 cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu g++ 1203s g++-14 g++-14-s390x-linux-gnu g++-s390x-linux-gnu gcc gcc-14 1203s gcc-14-s390x-linux-gnu gcc-s390x-linux-gnu libasan8 libbenchmark1.9.1 1203s libblas3 libcc1-0 libcpp-httplib0.16 libevent-pthreads-2.1-7t64 1203s libexpat1-dev libfabric1 libfmt10 libgcc-14-dev libgfortran5 libgloo0 1203s libgomp1 libhiredis1.1.0 libhwloc-plugins libhwloc15 libisl23 libitm1 1203s libjs-jquery libjs-sphinxdoc libjs-underscore liblapack3 libmpc3 libmunge2 1203s libonnx1t64 libopenmpi40 libpciaccess0 libpmix2t64 libprotobuf-dev 1203s libprotobuf-lite32t64 libprotobuf32t64 libpython3-dev libpython3.13-dev 1203s librdmacm1t64 libsleef3 libstdc++-14-dev libtensorpipe0 libtorch-dev 1203s libtorch-test libtorch2.6 libubsan1 libxnvctrl0 ninja-build 1203s ocl-icd-libopencl1 python3-dev python3.13-dev zlib1g-dev 1204s 0 upgraded, 60 newly installed, 0 to remove and 0 not upgraded. 1204s Need to get 140 MB of archives. 1204s After this operation, 611 MB of additional disk space will be used. 1204s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 1204s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 1204s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [9571 kB] 1204s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-17ubuntu1 [1030 B] 1204s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [5556 B] 1204s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.2.0-1ubuntu1 [22.4 kB] 1204s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 15-20250213-1ubuntu1 [49.2 kB] 1204s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 15-20250213-1ubuntu1 [151 kB] 1204s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 15-20250213-1ubuntu1 [31.2 kB] 1204s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 15-20250213-1ubuntu1 [2970 kB] 1204s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 15-20250213-1ubuntu1 [1213 kB] 1204s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-17ubuntu1 [1037 kB] 1204s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [18.7 MB] 1205s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-17ubuntu1 [526 kB] 1205s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1204 B] 1205s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.2.0-1ubuntu1 [5004 B] 1205s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-17ubuntu1 [2611 kB] 1205s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [11.0 MB] 1206s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14 s390x 14.2.0-17ubuntu1 [21.8 kB] 1206s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x g++-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [956 B] 1206s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x g++ s390x 4:14.2.0-1ubuntu1 [1080 B] 1206s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x build-essential s390x 12.10ubuntu1 [4930 B] 1206s Get:23 http://ftpmaster.internal/ubuntu plucky/universe s390x libbenchmark1.9.1 s390x 1.9.1-1 [143 kB] 1206s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x libblas3 s390x 3.12.1-2 [252 kB] 1206s Get:25 http://ftpmaster.internal/ubuntu plucky/universe s390x libcpp-httplib0.16 s390x 0.16.3+ds-2 [206 kB] 1206s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x libevent-pthreads-2.1-7t64 s390x 2.1.12-stable-10 [7870 B] 1206s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x libexpat1-dev s390x 2.6.4-1 [146 kB] 1206s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x librdmacm1t64 s390x 55.0-1ubuntu1 [73.7 kB] 1206s Get:29 http://ftpmaster.internal/ubuntu plucky/universe s390x libfabric1 s390x 1.17.0-3ubuntu1 [558 kB] 1206s Get:30 http://ftpmaster.internal/ubuntu plucky/universe s390x libfmt10 s390x 10.1.1+ds1-4 [82.6 kB] 1206s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x libgfortran5 s390x 15-20250213-1ubuntu1 [620 kB] 1206s Get:32 http://ftpmaster.internal/ubuntu plucky/universe s390x libhiredis1.1.0 s390x 1.2.0-6ubuntu3 [42.7 kB] 1206s Get:33 http://ftpmaster.internal/ubuntu plucky/universe s390x libhwloc15 s390x 2.12.0-1 [176 kB] 1206s Get:34 http://ftpmaster.internal/ubuntu plucky/universe s390x libmunge2 s390x 0.5.16-1 [15.2 kB] 1206s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x libpciaccess0 s390x 0.17-3build1 [19.0 kB] 1206s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x libxnvctrl0 s390x 510.47.03-0ubuntu4 [12.7 kB] 1206s Get:37 http://ftpmaster.internal/ubuntu plucky/universe s390x ocl-icd-libopencl1 s390x 2.3.2-1build1 [41.1 kB] 1206s Get:38 http://ftpmaster.internal/ubuntu plucky/universe s390x libhwloc-plugins s390x 2.12.0-1 [16.1 kB] 1206s Get:39 http://ftpmaster.internal/ubuntu plucky/universe s390x libpmix2t64 s390x 5.0.6-3 [715 kB] 1206s Get:40 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x libopenmpi40 s390x 5.0.7-1 [2196 kB] 1206s Get:41 http://ftpmaster.internal/ubuntu plucky/universe s390x libgloo0 s390x 0.0~git20231202.5354032-3build1 [171 kB] 1206s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB] 1206s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [118 kB] 1206s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-sphinxdoc all 8.1.3-4 [30.9 kB] 1206s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x liblapack3 s390x 3.12.1-2 [2971 kB] 1206s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x libprotobuf32t64 s390x 3.21.12-10build1 [944 kB] 1206s Get:47 http://ftpmaster.internal/ubuntu plucky/universe s390x libonnx1t64 s390x 1.17.0-3 [966 kB] 1206s Get:48 http://ftpmaster.internal/ubuntu plucky/main s390x libprotobuf-lite32t64 s390x 3.21.12-10build1 [238 kB] 1206s Get:49 http://ftpmaster.internal/ubuntu plucky/main s390x zlib1g-dev s390x 1:1.3.dfsg+really1.3.1-1ubuntu1 [898 kB] 1206s Get:50 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.13-dev s390x 3.13.2-1 [5596 kB] 1207s Get:51 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3-dev s390x 3.13.1-1~exp2 [10.5 kB] 1207s Get:52 http://ftpmaster.internal/ubuntu plucky/universe s390x libsleef3 s390x 3.7-0ubuntu2 [292 kB] 1207s Get:53 http://ftpmaster.internal/ubuntu plucky/universe s390x libtensorpipe0 s390x 0.0~git20220513.bb1473a-5build2 [475 kB] 1207s Get:54 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x libtorch2.6 s390x 2.6.0+dfsg-1 [61.4 MB] 1209s Get:55 http://ftpmaster.internal/ubuntu plucky/main s390x python3.13-dev s390x 3.13.2-1 [508 kB] 1209s Get:56 http://ftpmaster.internal/ubuntu plucky/main s390x python3-dev s390x 3.13.1-1~exp2 [26.7 kB] 1209s Get:57 http://ftpmaster.internal/ubuntu plucky/main s390x libprotobuf-dev s390x 3.21.12-10build1 [1433 kB] 1209s Get:58 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x libtorch-dev s390x 2.6.0+dfsg-1 [2413 kB] 1209s Get:59 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x libtorch-test s390x 2.6.0+dfsg-1 [7318 kB] 1209s Get:60 http://ftpmaster.internal/ubuntu plucky/universe s390x ninja-build s390x 1.12.1-1 [153 kB] 1210s Fetched 140 MB in 6s (23.1 MB/s) 1210s Selecting previously unselected package libisl23:s390x. 1210s (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 ... 55879 files and directories currently installed.) 1210s Preparing to unpack .../00-libisl23_0.27-1_s390x.deb ... 1210s Unpacking libisl23:s390x (0.27-1) ... 1210s Selecting previously unselected package libmpc3:s390x. 1210s Preparing to unpack .../01-libmpc3_1.3.1-1build2_s390x.deb ... 1210s Unpacking libmpc3:s390x (1.3.1-1build2) ... 1210s Selecting previously unselected package cpp-14-s390x-linux-gnu. 1210s Preparing to unpack .../02-cpp-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 1210s Unpacking cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 1210s Selecting previously unselected package cpp-14. 1210s Preparing to unpack .../03-cpp-14_14.2.0-17ubuntu1_s390x.deb ... 1210s Unpacking cpp-14 (14.2.0-17ubuntu1) ... 1210s Selecting previously unselected package cpp-s390x-linux-gnu. 1210s Preparing to unpack .../04-cpp-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 1210s Unpacking cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 1210s Selecting previously unselected package cpp. 1210s Preparing to unpack .../05-cpp_4%3a14.2.0-1ubuntu1_s390x.deb ... 1210s Unpacking cpp (4:14.2.0-1ubuntu1) ... 1210s Selecting previously unselected package libcc1-0:s390x. 1210s Preparing to unpack .../06-libcc1-0_15-20250213-1ubuntu1_s390x.deb ... 1210s Unpacking libcc1-0:s390x (15-20250213-1ubuntu1) ... 1210s Selecting previously unselected package libgomp1:s390x. 1210s Preparing to unpack .../07-libgomp1_15-20250213-1ubuntu1_s390x.deb ... 1210s Unpacking libgomp1:s390x (15-20250213-1ubuntu1) ... 1210s Selecting previously unselected package libitm1:s390x. 1210s Preparing to unpack .../08-libitm1_15-20250213-1ubuntu1_s390x.deb ... 1210s Unpacking libitm1:s390x (15-20250213-1ubuntu1) ... 1210s Selecting previously unselected package libasan8:s390x. 1210s Preparing to unpack .../09-libasan8_15-20250213-1ubuntu1_s390x.deb ... 1210s Unpacking libasan8:s390x (15-20250213-1ubuntu1) ... 1210s Selecting previously unselected package libubsan1:s390x. 1210s Preparing to unpack .../10-libubsan1_15-20250213-1ubuntu1_s390x.deb ... 1210s Unpacking libubsan1:s390x (15-20250213-1ubuntu1) ... 1210s Selecting previously unselected package libgcc-14-dev:s390x. 1210s Preparing to unpack .../11-libgcc-14-dev_14.2.0-17ubuntu1_s390x.deb ... 1210s Unpacking libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 1210s Selecting previously unselected package gcc-14-s390x-linux-gnu. 1210s Preparing to unpack .../12-gcc-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 1210s Unpacking gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 1210s Selecting previously unselected package gcc-14. 1210s Preparing to unpack .../13-gcc-14_14.2.0-17ubuntu1_s390x.deb ... 1210s Unpacking gcc-14 (14.2.0-17ubuntu1) ... 1210s Selecting previously unselected package gcc-s390x-linux-gnu. 1210s Preparing to unpack .../14-gcc-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 1210s Unpacking gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 1210s Selecting previously unselected package gcc. 1210s Preparing to unpack .../15-gcc_4%3a14.2.0-1ubuntu1_s390x.deb ... 1210s Unpacking gcc (4:14.2.0-1ubuntu1) ... 1210s Selecting previously unselected package libstdc++-14-dev:s390x. 1210s Preparing to unpack .../16-libstdc++-14-dev_14.2.0-17ubuntu1_s390x.deb ... 1210s Unpacking libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 1211s Selecting previously unselected package g++-14-s390x-linux-gnu. 1211s Preparing to unpack .../17-g++-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 1211s Unpacking g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 1211s Selecting previously unselected package g++-14. 1211s Preparing to unpack .../18-g++-14_14.2.0-17ubuntu1_s390x.deb ... 1211s Unpacking g++-14 (14.2.0-17ubuntu1) ... 1211s Selecting previously unselected package g++-s390x-linux-gnu. 1211s Preparing to unpack .../19-g++-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 1211s Unpacking g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 1211s Selecting previously unselected package g++. 1211s Preparing to unpack .../20-g++_4%3a14.2.0-1ubuntu1_s390x.deb ... 1211s Unpacking g++ (4:14.2.0-1ubuntu1) ... 1211s Selecting previously unselected package build-essential. 1211s Preparing to unpack .../21-build-essential_12.10ubuntu1_s390x.deb ... 1211s Unpacking build-essential (12.10ubuntu1) ... 1211s Selecting previously unselected package libbenchmark1.9.1:s390x. 1211s Preparing to unpack .../22-libbenchmark1.9.1_1.9.1-1_s390x.deb ... 1211s Unpacking libbenchmark1.9.1:s390x (1.9.1-1) ... 1211s Selecting previously unselected package libblas3:s390x. 1211s Preparing to unpack .../23-libblas3_3.12.1-2_s390x.deb ... 1211s Unpacking libblas3:s390x (3.12.1-2) ... 1211s Selecting previously unselected package libcpp-httplib0.16:s390x. 1211s Preparing to unpack .../24-libcpp-httplib0.16_0.16.3+ds-2_s390x.deb ... 1211s Unpacking libcpp-httplib0.16:s390x (0.16.3+ds-2) ... 1211s Selecting previously unselected package libevent-pthreads-2.1-7t64:s390x. 1211s Preparing to unpack .../25-libevent-pthreads-2.1-7t64_2.1.12-stable-10_s390x.deb ... 1211s Unpacking libevent-pthreads-2.1-7t64:s390x (2.1.12-stable-10) ... 1211s Selecting previously unselected package libexpat1-dev:s390x. 1211s Preparing to unpack .../26-libexpat1-dev_2.6.4-1_s390x.deb ... 1211s Unpacking libexpat1-dev:s390x (2.6.4-1) ... 1211s Selecting previously unselected package librdmacm1t64:s390x. 1211s Preparing to unpack .../27-librdmacm1t64_55.0-1ubuntu1_s390x.deb ... 1211s Unpacking librdmacm1t64:s390x (55.0-1ubuntu1) ... 1211s Selecting previously unselected package libfabric1:s390x. 1211s Preparing to unpack .../28-libfabric1_1.17.0-3ubuntu1_s390x.deb ... 1211s Unpacking libfabric1:s390x (1.17.0-3ubuntu1) ... 1211s Selecting previously unselected package libfmt10:s390x. 1211s Preparing to unpack .../29-libfmt10_10.1.1+ds1-4_s390x.deb ... 1211s Unpacking libfmt10:s390x (10.1.1+ds1-4) ... 1211s Selecting previously unselected package libgfortran5:s390x. 1211s Preparing to unpack .../30-libgfortran5_15-20250213-1ubuntu1_s390x.deb ... 1211s Unpacking libgfortran5:s390x (15-20250213-1ubuntu1) ... 1211s Selecting previously unselected package libhiredis1.1.0:s390x. 1211s Preparing to unpack .../31-libhiredis1.1.0_1.2.0-6ubuntu3_s390x.deb ... 1211s Unpacking libhiredis1.1.0:s390x (1.2.0-6ubuntu3) ... 1211s Selecting previously unselected package libhwloc15:s390x. 1211s Preparing to unpack .../32-libhwloc15_2.12.0-1_s390x.deb ... 1211s Unpacking libhwloc15:s390x (2.12.0-1) ... 1211s Selecting previously unselected package libmunge2:s390x. 1211s Preparing to unpack .../33-libmunge2_0.5.16-1_s390x.deb ... 1211s Unpacking libmunge2:s390x (0.5.16-1) ... 1211s Selecting previously unselected package libpciaccess0:s390x. 1211s Preparing to unpack .../34-libpciaccess0_0.17-3build1_s390x.deb ... 1211s Unpacking libpciaccess0:s390x (0.17-3build1) ... 1211s Selecting previously unselected package libxnvctrl0:s390x. 1211s Preparing to unpack .../35-libxnvctrl0_510.47.03-0ubuntu4_s390x.deb ... 1211s Unpacking libxnvctrl0:s390x (510.47.03-0ubuntu4) ... 1211s Selecting previously unselected package ocl-icd-libopencl1:s390x. 1211s Preparing to unpack .../36-ocl-icd-libopencl1_2.3.2-1build1_s390x.deb ... 1211s Unpacking ocl-icd-libopencl1:s390x (2.3.2-1build1) ... 1211s Selecting previously unselected package libhwloc-plugins:s390x. 1211s Preparing to unpack .../37-libhwloc-plugins_2.12.0-1_s390x.deb ... 1211s Unpacking libhwloc-plugins:s390x (2.12.0-1) ... 1211s Selecting previously unselected package libpmix2t64:s390x. 1211s Preparing to unpack .../38-libpmix2t64_5.0.6-3_s390x.deb ... 1211s Unpacking libpmix2t64:s390x (5.0.6-3) ... 1211s Selecting previously unselected package libopenmpi40:s390x. 1211s Preparing to unpack .../39-libopenmpi40_5.0.7-1_s390x.deb ... 1211s Unpacking libopenmpi40:s390x (5.0.7-1) ... 1211s Selecting previously unselected package libgloo0. 1211s Preparing to unpack .../40-libgloo0_0.0~git20231202.5354032-3build1_s390x.deb ... 1211s Unpacking libgloo0 (0.0~git20231202.5354032-3build1) ... 1211s Selecting previously unselected package libjs-jquery. 1211s Preparing to unpack .../41-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... 1211s Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 1211s Selecting previously unselected package libjs-underscore. 1211s Preparing to unpack .../42-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ... 1211s Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 1211s Selecting previously unselected package libjs-sphinxdoc. 1211s Preparing to unpack .../43-libjs-sphinxdoc_8.1.3-4_all.deb ... 1211s Unpacking libjs-sphinxdoc (8.1.3-4) ... 1211s Selecting previously unselected package liblapack3:s390x. 1211s Preparing to unpack .../44-liblapack3_3.12.1-2_s390x.deb ... 1211s Unpacking liblapack3:s390x (3.12.1-2) ... 1211s Selecting previously unselected package libprotobuf32t64:s390x. 1211s Preparing to unpack .../45-libprotobuf32t64_3.21.12-10build1_s390x.deb ... 1211s Unpacking libprotobuf32t64:s390x (3.21.12-10build1) ... 1211s Selecting previously unselected package libonnx1t64:s390x. 1211s Preparing to unpack .../46-libonnx1t64_1.17.0-3_s390x.deb ... 1211s Unpacking libonnx1t64:s390x (1.17.0-3) ... 1211s Selecting previously unselected package libprotobuf-lite32t64:s390x. 1211s Preparing to unpack .../47-libprotobuf-lite32t64_3.21.12-10build1_s390x.deb ... 1211s Unpacking libprotobuf-lite32t64:s390x (3.21.12-10build1) ... 1211s Selecting previously unselected package zlib1g-dev:s390x. 1211s Preparing to unpack .../48-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_s390x.deb ... 1211s Unpacking zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 1211s Selecting previously unselected package libpython3.13-dev:s390x. 1211s Preparing to unpack .../49-libpython3.13-dev_3.13.2-1_s390x.deb ... 1211s Unpacking libpython3.13-dev:s390x (3.13.2-1) ... 1211s Selecting previously unselected package libpython3-dev:s390x. 1211s Preparing to unpack .../50-libpython3-dev_3.13.1-1~exp2_s390x.deb ... 1211s Unpacking libpython3-dev:s390x (3.13.1-1~exp2) ... 1211s Selecting previously unselected package libsleef3:s390x. 1211s Preparing to unpack .../51-libsleef3_3.7-0ubuntu2_s390x.deb ... 1211s Unpacking libsleef3:s390x (3.7-0ubuntu2) ... 1211s Selecting previously unselected package libtensorpipe0:s390x. 1211s Preparing to unpack .../52-libtensorpipe0_0.0~git20220513.bb1473a-5build2_s390x.deb ... 1211s Unpacking libtensorpipe0:s390x (0.0~git20220513.bb1473a-5build2) ... 1211s Selecting previously unselected package libtorch2.6:s390x. 1211s Preparing to unpack .../53-libtorch2.6_2.6.0+dfsg-1_s390x.deb ... 1211s Unpacking libtorch2.6:s390x (2.6.0+dfsg-1) ... 1212s Selecting previously unselected package python3.13-dev. 1212s Preparing to unpack .../54-python3.13-dev_3.13.2-1_s390x.deb ... 1212s Unpacking python3.13-dev (3.13.2-1) ... 1212s Selecting previously unselected package python3-dev. 1212s Preparing to unpack .../55-python3-dev_3.13.1-1~exp2_s390x.deb ... 1212s Unpacking python3-dev (3.13.1-1~exp2) ... 1212s Selecting previously unselected package libprotobuf-dev:s390x. 1212s Preparing to unpack .../56-libprotobuf-dev_3.21.12-10build1_s390x.deb ... 1212s Unpacking libprotobuf-dev:s390x (3.21.12-10build1) ... 1212s Selecting previously unselected package libtorch-dev. 1212s Preparing to unpack .../57-libtorch-dev_2.6.0+dfsg-1_s390x.deb ... 1212s Unpacking libtorch-dev (2.6.0+dfsg-1) ... 1213s Selecting previously unselected package libtorch-test. 1213s Preparing to unpack .../58-libtorch-test_2.6.0+dfsg-1_s390x.deb ... 1213s Unpacking libtorch-test (2.6.0+dfsg-1) ... 1213s Selecting previously unselected package ninja-build. 1213s Preparing to unpack .../59-ninja-build_1.12.1-1_s390x.deb ... 1213s Unpacking ninja-build (1.12.1-1) ... 1213s Setting up libprotobuf-lite32t64:s390x (3.21.12-10build1) ... 1213s Setting up libpciaccess0:s390x (0.17-3build1) ... 1213s Setting up libprotobuf32t64:s390x (3.21.12-10build1) ... 1213s Setting up libcpp-httplib0.16:s390x (0.16.3+ds-2) ... 1213s Setting up libevent-pthreads-2.1-7t64:s390x (2.1.12-stable-10) ... 1213s Setting up libsleef3:s390x (3.7-0ubuntu2) ... 1213s Setting up libgomp1:s390x (15-20250213-1ubuntu1) ... 1213s Setting up ninja-build (1.12.1-1) ... 1213s Setting up libxnvctrl0:s390x (510.47.03-0ubuntu4) ... 1213s Setting up libblas3:s390x (3.12.1-2) ... 1213s 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 1213s Setting up libmunge2:s390x (0.5.16-1) ... 1213s Setting up libexpat1-dev:s390x (2.6.4-1) ... 1213s Setting up libtensorpipe0:s390x (0.0~git20220513.bb1473a-5build2) ... 1213s Setting up libhwloc15:s390x (2.12.0-1) ... 1213s Setting up libmpc3:s390x (1.3.1-1build2) ... 1213s Setting up libgfortran5:s390x (15-20250213-1ubuntu1) ... 1213s Setting up libubsan1:s390x (15-20250213-1ubuntu1) ... 1213s Setting up zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 1213s Setting up ocl-icd-libopencl1:s390x (2.3.2-1build1) ... 1213s Setting up libasan8:s390x (15-20250213-1ubuntu1) ... 1213s Setting up libbenchmark1.9.1:s390x (1.9.1-1) ... 1213s Setting up librdmacm1t64:s390x (55.0-1ubuntu1) ... 1213s Setting up libonnx1t64:s390x (1.17.0-3) ... 1213s Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 1213s Setting up libisl23:s390x (0.27-1) ... 1213s Setting up libhiredis1.1.0:s390x (1.2.0-6ubuntu3) ... 1213s Setting up libcc1-0:s390x (15-20250213-1ubuntu1) ... 1213s Setting up libfmt10:s390x (10.1.1+ds1-4) ... 1213s Setting up libitm1:s390x (15-20250213-1ubuntu1) ... 1213s Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 1213s Setting up libfabric1:s390x (1.17.0-3ubuntu1) ... 1213s Setting up liblapack3:s390x (3.12.1-2) ... 1213s 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 1213s Setting up libhwloc-plugins:s390x (2.12.0-1) ... 1213s Setting up libprotobuf-dev:s390x (3.21.12-10build1) ... 1213s Setting up libpython3.13-dev:s390x (3.13.2-1) ... 1213s Setting up libpmix2t64:s390x (5.0.6-3) ... 1213s Setting up libjs-sphinxdoc (8.1.3-4) ... 1213s Setting up cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 1213s Setting up cpp-14 (14.2.0-17ubuntu1) ... 1213s Setting up libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 1213s Setting up libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 1213s Setting up libopenmpi40:s390x (5.0.7-1) ... 1213s Setting up libpython3-dev:s390x (3.13.1-1~exp2) ... 1213s Setting up cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 1213s Setting up libgloo0 (0.0~git20231202.5354032-3build1) ... 1213s Setting up python3.13-dev (3.13.2-1) ... 1213s Setting up gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 1213s Setting up gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 1213s Setting up python3-dev (3.13.1-1~exp2) ... 1213s Setting up g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 1213s Setting up cpp (4:14.2.0-1ubuntu1) ... 1213s Setting up libtorch2.6:s390x (2.6.0+dfsg-1) ... 1213s Setting up g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 1213s Setting up gcc-14 (14.2.0-17ubuntu1) ... 1213s Setting up libtorch-dev (2.6.0+dfsg-1) ... 1213s Setting up libtorch-test (2.6.0+dfsg-1) ... 1213s Setting up g++-14 (14.2.0-17ubuntu1) ... 1213s Setting up gcc (4:14.2.0-1ubuntu1) ... 1213s Setting up g++ (4:14.2.0-1ubuntu1) ... 1213s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 1213s Setting up build-essential (12.10ubuntu1) ... 1213s Processing triggers for man-db (2.13.0-1) ... 1214s Processing triggers for libc-bin (2.40-4ubuntu1) ... 1214s autopkgtest: DBG: testbed command exited with code 0 1214s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1214s autopkgtest: DBG: testbed command exited with code 0 1214s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1214s autopkgtest: DBG: testbed command exited with code 0 1214s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/1_of_104__cpptest__CppSignature_test-packages.all"], kind short, sout raw, serr pipe, env [] 1215s autopkgtest: DBG: testbed command exited with code 0 1215s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/1_of_104__cpptest__CppSignature_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/1_of_104__cpptest__CppSignature_test-packages.all 1215s autopkgtest: DBG: got reply from testbed: ok 1215s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1215s autopkgtest: DBG: testbed command exited with code 1 1215s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.PBRVfE/build.sUS'], kind short, sout raw, serr pipe, env [] 1215s autopkgtest: DBG: testbed command exited with code 0 1215s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.g4f853zl/out/tests-tree/ /tmp/autopkgtest.PBRVfE/build.sUS/src/ 1221s autopkgtest: DBG: got reply from testbed: ok 1221s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr pipe, env [] 1221s autopkgtest: DBG: testbed command exited with code 0 1221s autopkgtest [01:29:48]: test 1_of_104__cpptest__CppSignature_test: /usr/lib/libtorch-test/CppSignature_test 1221s autopkgtest [01:29:48]: test 1_of_104__cpptest__CppSignature_test: [----------------------- 1221s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/1_of_104__cpptest__CppSignature_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/1_of_104__cpptest__CppSignature_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/1_of_104__cpptest__CppSignature_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/CppSignature_test"], kind test, sout raw, serr raw, env [] 1221s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/1_of_104__cpptest__CppSignature_test-artifacts 1221s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1221s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1221s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1221s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1221s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1221s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1221s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1221s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1221s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1221s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1221s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1221s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1221s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1221s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1221s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1221s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1221s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1221s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1221s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1221s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1221s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1221s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1221s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/1_of_104__cpptest__CppSignature_test-stderr 1221s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/1_of_104__cpptest__CppSignature_test-stdout 1221s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1221s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1221s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/CppSignature_test 1221s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.4YZJiOHeWX/out to stdout and file: /tmp/autopkgtest.PBRVfE/1_of_104__cpptest__CppSignature_test-stdout 1221s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.4YZJiOHeWX/err to standard error and file: /tmp/autopkgtest.PBRVfE/1_of_104__cpptest__CppSignature_test-stdout 1221s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 1792 to /tmp/autopkgtest_script_pid 1221s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1221s [==========] Running 5 tests from 1 test suite. 1221s [----------] Global test environment set-up. 1221s [----------] 5 tests from CppSignatureTest 1221s [ RUN ] CppSignatureTest.given_equalSignature_then_areEqual 1221s [ OK ] CppSignatureTest.given_equalSignature_then_areEqual (0 ms) 1221s [ RUN ] CppSignatureTest.given_differentSignature_then_areDifferent 1221s [ OK ] CppSignatureTest.given_differentSignature_then_areDifferent (0 ms) 1221s [ RUN ] CppSignatureTest.given_equalFunctorAndFunction_then_areEqual 1221s [ OK ] CppSignatureTest.given_equalFunctorAndFunction_then_areEqual (0 ms) 1221s [ RUN ] CppSignatureTest.given_differentFunctorAndFunction_then_areDifferent 1221s [ OK ] CppSignatureTest.given_differentFunctorAndFunction_then_areDifferent (0 ms) 1221s [ RUN ] CppSignatureTest.given_cppSignature_then_canQueryNameWithoutCrashing 1221s [ OK ] CppSignatureTest.given_cppSignature_then_canQueryNameWithoutCrashing (0 ms) 1221s [----------] 5 tests from CppSignatureTest (0 ms total) 1221s 1221s [----------] Global test environment tear-down 1221s [==========] 5 tests from 1 test suite ran. (0 ms total) 1221s [ PASSED ] 5 tests. 1221s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1221s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1221s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1221s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1221s autopkgtest: DBG: testbed command exited with code 0 1222s autopkgtest [01:29:49]: test 1_of_104__cpptest__CppSignature_test: -----------------------] 1222s autopkgtest: DBG: testbed executing test finished with exit status 0 1222s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/1_of_104__cpptest__CppSignature_test-stdout /tmp/autopkgtest-work.g4f853zl/out/1_of_104__cpptest__CppSignature_test-stdout 1222s autopkgtest: DBG: got reply from testbed: ok 1222s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/1_of_104__cpptest__CppSignature_test-stderr /tmp/autopkgtest-work.g4f853zl/out/1_of_104__cpptest__CppSignature_test-stderr 1222s autopkgtest: DBG: got reply from testbed: ok 1222s 1_of_104__cpptest__CppSignature_test PASS 1222s autopkgtest [01:29:49]: test 1_of_104__cpptest__CppSignature_test: - - - - - - - - - - results - - - - - - - - - - 1222s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/1_of_104__cpptest__CppSignature_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1222s autopkgtest: DBG: got reply from testbed: ok 1222s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/1_of_104__cpptest__CppSignature_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1222s autopkgtest: DBG: testbed command exited with code 0 1222s autopkgtest [01:29:49]: test 2_of_104__cpptest__Dict_test: preparing testbed 1222s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1222s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1222s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1222s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1222s autopkgtest: DBG: can use apt-get on testbed: True 1222s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1223s Reading package lists... 1223s Building dependency tree... 1223s Reading state information... 1223s Starting pkgProblemResolver with broken count: 0 1223s Starting 2 pkgProblemResolver with broken count: 0 1223s Done 1223s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1223s autopkgtest: DBG: testbed command exited with code 0 1223s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1223s autopkgtest: DBG: testbed command exited with code 0 1223s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1223s autopkgtest: DBG: testbed command exited with code 0 1223s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/2_of_104__cpptest__Dict_test-packages.all"], kind short, sout raw, serr pipe, env [] 1224s autopkgtest: DBG: testbed command exited with code 0 1224s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/2_of_104__cpptest__Dict_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/2_of_104__cpptest__Dict_test-packages.all 1224s autopkgtest: DBG: got reply from testbed: ok 1224s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1224s autopkgtest: DBG: testbed command exited with code 0 1224s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1224s autopkgtest [01:29:51]: test 2_of_104__cpptest__Dict_test: /usr/lib/libtorch-test/Dict_test 1224s autopkgtest [01:29:51]: test 2_of_104__cpptest__Dict_test: [----------------------- 1224s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/2_of_104__cpptest__Dict_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/2_of_104__cpptest__Dict_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/2_of_104__cpptest__Dict_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/Dict_test"], kind test, sout raw, serr raw, env [] 1224s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/2_of_104__cpptest__Dict_test-artifacts 1224s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1224s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1224s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1224s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1224s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1224s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1224s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1224s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1224s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1224s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1224s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1224s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1224s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1224s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1224s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1224s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1224s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1224s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1224s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1224s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1224s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1224s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1224s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/2_of_104__cpptest__Dict_test-stderr 1224s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/2_of_104__cpptest__Dict_test-stdout 1224s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1224s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1224s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/Dict_test 1224s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.LSTBAvYLJM/out to stdout and file: /tmp/autopkgtest.PBRVfE/2_of_104__cpptest__Dict_test-stdout 1224s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.LSTBAvYLJM/err to standard error and file: /tmp/autopkgtest.PBRVfE/2_of_104__cpptest__Dict_test-stdout 1224s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 1945 to /tmp/autopkgtest_script_pid 1224s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1224s [==========] Running 47 tests from 2 test suites. 1224s [----------] Global test environment set-up. 1224s [----------] 46 tests from DictTest 1224s [ RUN ] DictTest.givenEmptyDict_whenCallingEmpty_thenReturnsTrue 1224s [ OK ] DictTest.givenEmptyDict_whenCallingEmpty_thenReturnsTrue (0 ms) 1224s [ RUN ] DictTest.givenNonemptyDict_whenCallingEmpty_thenReturnsFalse 1224s [ OK ] DictTest.givenNonemptyDict_whenCallingEmpty_thenReturnsFalse (0 ms) 1224s [ RUN ] DictTest.givenEmptyDict_whenCallingSize_thenReturnsZero 1224s [ OK ] DictTest.givenEmptyDict_whenCallingSize_thenReturnsZero (0 ms) 1224s [ RUN ] DictTest.givenNonemptyDict_whenCallingSize_thenReturnsNumberOfElements 1224s [ OK ] DictTest.givenNonemptyDict_whenCallingSize_thenReturnsNumberOfElements (0 ms) 1224s [ RUN ] DictTest.givenNonemptyDict_whenCallingClear_thenIsEmpty 1224s [ OK ] DictTest.givenNonemptyDict_whenCallingClear_thenIsEmpty (0 ms) 1224s [ RUN ] DictTest.whenInsertingNewKey_thenReturnsTrueAndIteratorToNewElement 1224s [ OK ] DictTest.whenInsertingNewKey_thenReturnsTrueAndIteratorToNewElement (0 ms) 1224s [ RUN ] DictTest.whenInsertingExistingKey_thenReturnsFalseAndIteratorToExistingElement 1224s [ OK ] DictTest.whenInsertingExistingKey_thenReturnsFalseAndIteratorToExistingElement (0 ms) 1224s [ RUN ] DictTest.whenInsertingExistingKey_thenDoesNotModifyDict 1224s [ OK ] DictTest.whenInsertingExistingKey_thenDoesNotModifyDict (0 ms) 1224s [ RUN ] DictTest.whenInsertOrAssigningNewKey_thenReturnsTrueAndIteratorToNewElement 1224s [ OK ] DictTest.whenInsertOrAssigningNewKey_thenReturnsTrueAndIteratorToNewElement (0 ms) 1224s [ RUN ] DictTest.whenInsertOrAssigningExistingKey_thenReturnsFalseAndIteratorToChangedElement 1224s [ OK ] DictTest.whenInsertOrAssigningExistingKey_thenReturnsFalseAndIteratorToChangedElement (0 ms) 1224s [ RUN ] DictTest.whenInsertOrAssigningExistingKey_thenDoesModifyDict 1224s [ OK ] DictTest.whenInsertOrAssigningExistingKey_thenDoesModifyDict (0 ms) 1224s [ RUN ] DictTest.givenEmptyDict_whenIterating_thenBeginIsEnd 1224s [ OK ] DictTest.givenEmptyDict_whenIterating_thenBeginIsEnd (0 ms) 1224s [ RUN ] DictTest.givenMutableDict_whenIterating_thenFindsElements 1224s [ OK ] DictTest.givenMutableDict_whenIterating_thenFindsElements (0 ms) 1224s [ RUN ] DictTest.givenMutableDict_whenIteratingWithForeach_thenFindsElements 1224s [ OK ] DictTest.givenMutableDict_whenIteratingWithForeach_thenFindsElements (0 ms) 1224s [ RUN ] DictTest.givenConstDict_whenIterating_thenFindsElements 1224s [ OK ] DictTest.givenConstDict_whenIterating_thenFindsElements (0 ms) 1224s [ RUN ] DictTest.givenConstDict_whenIteratingWithForeach_thenFindsElements 1224s [ OK ] DictTest.givenConstDict_whenIteratingWithForeach_thenFindsElements (0 ms) 1224s [ RUN ] DictTest.givenIterator_thenCanModifyValue 1224s [ OK ] DictTest.givenIterator_thenCanModifyValue (0 ms) 1224s [ RUN ] DictTest.givenOneElementDict_whenErasingByIterator_thenDictIsEmpty 1224s [ OK ] DictTest.givenOneElementDict_whenErasingByIterator_thenDictIsEmpty (0 ms) 1224s [ RUN ] DictTest.givenOneElementDict_whenErasingByKey_thenReturnsOneAndDictIsEmpty 1224s [ OK ] DictTest.givenOneElementDict_whenErasingByKey_thenReturnsOneAndDictIsEmpty (0 ms) 1224s [ RUN ] DictTest.givenOneElementDict_whenErasingByNonexistingKey_thenReturnsZeroAndDictIsUnchanged 1224s [ OK ] DictTest.givenOneElementDict_whenErasingByNonexistingKey_thenReturnsZeroAndDictIsUnchanged (0 ms) 1224s [ RUN ] DictTest.whenCallingAtWithExistingKey_thenReturnsCorrectElement 1224s [ OK ] DictTest.whenCallingAtWithExistingKey_thenReturnsCorrectElement (0 ms) 1224s [ RUN ] DictTest.whenCallingAtWithNonExistingKey_thenReturnsCorrectElement 1224s [ OK ] DictTest.whenCallingAtWithNonExistingKey_thenReturnsCorrectElement (0 ms) 1224s [ RUN ] DictTest.givenMutableDict_whenCallingFindOnExistingKey_thenFindsCorrectElement 1224s [ OK ] DictTest.givenMutableDict_whenCallingFindOnExistingKey_thenFindsCorrectElement (0 ms) 1224s [ RUN ] DictTest.givenMutableDict_whenCallingFindOnNonExistingKey_thenReturnsEnd 1224s [ OK ] DictTest.givenMutableDict_whenCallingFindOnNonExistingKey_thenReturnsEnd (0 ms) 1224s [ RUN ] DictTest.givenConstDict_whenCallingFindOnExistingKey_thenFindsCorrectElement 1224s [ OK ] DictTest.givenConstDict_whenCallingFindOnExistingKey_thenFindsCorrectElement (0 ms) 1224s [ RUN ] DictTest.givenConstDict_whenCallingFindOnNonExistingKey_thenReturnsEnd 1224s [ OK ] DictTest.givenConstDict_whenCallingFindOnNonExistingKey_thenReturnsEnd (0 ms) 1224s [ RUN ] DictTest.whenCallingContainsWithExistingKey_thenReturnsTrue 1224s [ OK ] DictTest.whenCallingContainsWithExistingKey_thenReturnsTrue (0 ms) 1224s [ RUN ] DictTest.whenCallingContainsWithNonExistingKey_thenReturnsFalse 1224s [ OK ] DictTest.whenCallingContainsWithNonExistingKey_thenReturnsFalse (0 ms) 1224s [ RUN ] DictTest.whenCallingReserve_thenDoesntCrash 1224s [ OK ] DictTest.whenCallingReserve_thenDoesntCrash (0 ms) 1224s [ RUN ] DictTest.whenCopyConstructingDict_thenAreEqual 1224s [ OK ] DictTest.whenCopyConstructingDict_thenAreEqual (0 ms) 1224s [ RUN ] DictTest.whenCopyAssigningDict_thenAreEqual 1224s [ OK ] DictTest.whenCopyAssigningDict_thenAreEqual (0 ms) 1224s [ RUN ] DictTest.whenCopyingDict_thenAreEqual 1224s [ OK ] DictTest.whenCopyingDict_thenAreEqual (0 ms) 1224s [ RUN ] DictTest.whenMoveConstructingDict_thenNewIsCorrect 1224s [ OK ] DictTest.whenMoveConstructingDict_thenNewIsCorrect (0 ms) 1224s [ RUN ] DictTest.whenMoveAssigningDict_thenNewIsCorrect 1224s [ OK ] DictTest.whenMoveAssigningDict_thenNewIsCorrect (0 ms) 1224s [ RUN ] DictTest.whenMoveConstructingDict_thenOldIsUnchanged 1224s [ OK ] DictTest.whenMoveConstructingDict_thenOldIsUnchanged (0 ms) 1224s [ RUN ] DictTest.whenMoveAssigningDict_thenOldIsUnchanged 1224s [ OK ] DictTest.whenMoveAssigningDict_thenOldIsUnchanged (0 ms) 1224s [ RUN ] DictTest.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition 1224s [ OK ] DictTest.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition (0 ms) 1224s [ RUN ] DictTest.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition 1224s [ OK ] DictTest.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition (0 ms) 1224s [ RUN ] DictTest.givenEqualIterators_thenAreEqual 1224s [ OK ] DictTest.givenEqualIterators_thenAreEqual (0 ms) 1224s [ RUN ] DictTest.givenDifferentIterators_thenAreNotEqual 1224s [ OK ] DictTest.givenDifferentIterators_thenAreNotEqual (0 ms) 1224s [ RUN ] DictTest.givenIterator_whenDereferencing_thenPointsToCorrectElement 1224s [ OK ] DictTest.givenIterator_whenDereferencing_thenPointsToCorrectElement (0 ms) 1224s [ RUN ] DictTest.givenIterator_whenWritingToValue_thenChangesValue 1224s [ OK ] DictTest.givenIterator_whenWritingToValue_thenChangesValue (0 ms) 1224s [ RUN ] DictTest.isReferenceType 1224s [ OK ] DictTest.isReferenceType (0 ms) 1224s [ RUN ] DictTest.copyHasSeparateStorage 1224s [ OK ] DictTest.copyHasSeparateStorage (0 ms) 1224s [ RUN ] DictTest.dictTensorAsKey 1224s [ OK ] DictTest.dictTensorAsKey (0 ms) 1224s [ RUN ] DictTest.dictEquality 1224s [ OK ] DictTest.dictEquality (0 ms) 1224s [----------] 46 tests from DictTest (1 ms total) 1224s 1224s [----------] 1 test from ListTestIValueBasedList 1224s [ RUN ] ListTestIValueBasedList.givenIterator_whenWritingToValueFromIterator_thenChangesValue 1224s [ OK ] ListTestIValueBasedList.givenIterator_whenWritingToValueFromIterator_thenChangesValue (0 ms) 1224s [----------] 1 test from ListTestIValueBasedList (0 ms total) 1224s 1224s [----------] Global test environment tear-down 1224s [==========] 47 tests from 2 test suites ran. (1 ms total) 1224s [ PASSED ] 47 tests. 1224s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1224s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1224s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1224s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1224s autopkgtest: DBG: testbed command exited with code 0 1225s autopkgtest [01:29:52]: test 2_of_104__cpptest__Dict_test: -----------------------] 1225s autopkgtest: DBG: testbed executing test finished with exit status 0 1225s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/2_of_104__cpptest__Dict_test-stdout /tmp/autopkgtest-work.g4f853zl/out/2_of_104__cpptest__Dict_test-stdout 1225s autopkgtest: DBG: got reply from testbed: ok 1225s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/2_of_104__cpptest__Dict_test-stderr /tmp/autopkgtest-work.g4f853zl/out/2_of_104__cpptest__Dict_test-stderr 1225s autopkgtest: DBG: got reply from testbed: ok 1225s 2_of_104__cpptest__Dict_test PASS 1225s autopkgtest [01:29:52]: test 2_of_104__cpptest__Dict_test: - - - - - - - - - - results - - - - - - - - - - 1225s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/2_of_104__cpptest__Dict_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1225s autopkgtest: DBG: got reply from testbed: ok 1225s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/2_of_104__cpptest__Dict_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1225s autopkgtest: DBG: testbed command exited with code 0 1225s autopkgtest [01:29:52]: test 3_of_104__cpptest__Dimname_test: preparing testbed 1225s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1225s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1225s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1225s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1225s autopkgtest: DBG: can use apt-get on testbed: True 1225s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1226s Reading package lists... 1226s Building dependency tree... 1226s Reading state information... 1226s Starting pkgProblemResolver with broken count: 0 1226s Starting 2 pkgProblemResolver with broken count: 0 1226s Done 1226s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1226s autopkgtest: DBG: testbed command exited with code 0 1226s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1226s autopkgtest: DBG: testbed command exited with code 0 1226s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1227s autopkgtest: DBG: testbed command exited with code 0 1227s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/3_of_104__cpptest__Dimname_test-packages.all"], kind short, sout raw, serr pipe, env [] 1227s autopkgtest: DBG: testbed command exited with code 0 1227s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/3_of_104__cpptest__Dimname_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/3_of_104__cpptest__Dimname_test-packages.all 1227s autopkgtest: DBG: got reply from testbed: ok 1227s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1227s autopkgtest: DBG: testbed command exited with code 0 1227s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1227s autopkgtest [01:29:54]: test 3_of_104__cpptest__Dimname_test: /usr/lib/libtorch-test/Dimname_test 1227s autopkgtest [01:29:54]: test 3_of_104__cpptest__Dimname_test: [----------------------- 1227s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/3_of_104__cpptest__Dimname_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/3_of_104__cpptest__Dimname_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/3_of_104__cpptest__Dimname_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/Dimname_test"], kind test, sout raw, serr raw, env [] 1227s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/3_of_104__cpptest__Dimname_test-artifacts 1227s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1227s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1227s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1227s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1227s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1227s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1227s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1227s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1227s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1227s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1227s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1227s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1227s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1227s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1227s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1227s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1227s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1227s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1227s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1227s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1227s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1227s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1227s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/3_of_104__cpptest__Dimname_test-stderr 1227s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/3_of_104__cpptest__Dimname_test-stdout 1227s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1227s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1227s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/Dimname_test 1227s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.HBB4ifqKlO/out to stdout and file: /tmp/autopkgtest.PBRVfE/3_of_104__cpptest__Dimname_test-stdout 1227s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.HBB4ifqKlO/err to standard error and file: /tmp/autopkgtest.PBRVfE/3_of_104__cpptest__Dimname_test-stdout 1227s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 2098 to /tmp/autopkgtest_script_pid 1227s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1227s [==========] Running 4 tests from 1 test suite. 1227s [----------] Global test environment set-up. 1227s [----------] 4 tests from DimnameTest 1227s [ RUN ] DimnameTest.isValidIdentifier 1227s [ OK ] DimnameTest.isValidIdentifier (0 ms) 1227s [ RUN ] DimnameTest.wildcardName 1227s [ OK ] DimnameTest.wildcardName (0 ms) 1227s [ RUN ] DimnameTest.createNormalName 1227s [ OK ] DimnameTest.createNormalName (0 ms) 1227s [ RUN ] DimnameTest.unifyAndMatch 1227s [ OK ] DimnameTest.unifyAndMatch (0 ms) 1227s [----------] 4 tests from DimnameTest (0 ms total) 1227s 1227s [----------] Global test environment tear-down 1227s [==========] 4 tests from 1 test suite ran. (0 ms total) 1227s [ PASSED ] 4 tests. 1227s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1228s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1228s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1228s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1228s autopkgtest: DBG: testbed command exited with code 0 1228s autopkgtest [01:29:55]: test 3_of_104__cpptest__Dimname_test: -----------------------] 1228s autopkgtest: DBG: testbed executing test finished with exit status 0 1228s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/3_of_104__cpptest__Dimname_test-stdout /tmp/autopkgtest-work.g4f853zl/out/3_of_104__cpptest__Dimname_test-stdout 1228s autopkgtest: DBG: got reply from testbed: ok 1228s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/3_of_104__cpptest__Dimname_test-stderr /tmp/autopkgtest-work.g4f853zl/out/3_of_104__cpptest__Dimname_test-stderr 1228s autopkgtest: DBG: got reply from testbed: ok 1228s 3_of_104__cpptest__Dimname_test PASS 1228s autopkgtest [01:29:55]: test 3_of_104__cpptest__Dimname_test: - - - - - - - - - - results - - - - - - - - - - 1228s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/3_of_104__cpptest__Dimname_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1228s autopkgtest: DBG: got reply from testbed: ok 1228s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/3_of_104__cpptest__Dimname_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1229s autopkgtest: DBG: testbed command exited with code 0 1229s autopkgtest [01:29:56]: test 4_of_104__cpptest__IListRef_test: preparing testbed 1229s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1229s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1229s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1229s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1229s autopkgtest: DBG: can use apt-get on testbed: True 1229s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1229s Reading package lists... 1229s Building dependency tree... 1229s Reading state information... 1229s Starting pkgProblemResolver with broken count: 0 1229s Starting 2 pkgProblemResolver with broken count: 0 1229s Done 1230s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1230s autopkgtest: DBG: testbed command exited with code 0 1230s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1230s autopkgtest: DBG: testbed command exited with code 0 1230s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1230s autopkgtest: DBG: testbed command exited with code 0 1230s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/4_of_104__cpptest__IListRef_test-packages.all"], kind short, sout raw, serr pipe, env [] 1230s autopkgtest: DBG: testbed command exited with code 0 1230s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/4_of_104__cpptest__IListRef_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/4_of_104__cpptest__IListRef_test-packages.all 1230s autopkgtest: DBG: got reply from testbed: ok 1230s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1231s autopkgtest: DBG: testbed command exited with code 0 1231s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1231s autopkgtest [01:29:58]: test 4_of_104__cpptest__IListRef_test: /usr/lib/libtorch-test/IListRef_test 1231s autopkgtest [01:29:58]: test 4_of_104__cpptest__IListRef_test: [----------------------- 1231s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/4_of_104__cpptest__IListRef_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/4_of_104__cpptest__IListRef_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/4_of_104__cpptest__IListRef_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/IListRef_test"], kind test, sout raw, serr raw, env [] 1231s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/4_of_104__cpptest__IListRef_test-artifacts 1231s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1231s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1231s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1231s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1231s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1231s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1231s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1231s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1231s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1231s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1231s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1231s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1231s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1231s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1231s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1231s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1231s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1231s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1231s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1231s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1231s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1231s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1231s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/4_of_104__cpptest__IListRef_test-stderr 1231s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/4_of_104__cpptest__IListRef_test-stdout 1231s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1231s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1231s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/IListRef_test 1231s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.unbnPf0eHw/out to stdout and file: /tmp/autopkgtest.PBRVfE/4_of_104__cpptest__IListRef_test-stdout 1231s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.unbnPf0eHw/err to standard error and file: /tmp/autopkgtest.PBRVfE/4_of_104__cpptest__IListRef_test-stdout 1231s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 2253 to /tmp/autopkgtest_script_pid 1231s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1231s [==========] Running 21 tests from 3 test suites. 1231s [----------] Global test environment set-up. 1231s [----------] 12 tests from ITensorListRefTest 1231s [ RUN ] ITensorListRefTest.CtorEmpty_IsNone_Throws 1231s [ OK ] ITensorListRefTest.CtorEmpty_IsNone_Throws (0 ms) 1231s [ RUN ] ITensorListRefTest.CtorBoxed_IsBoxed 1231s [ OK ] ITensorListRefTest.CtorBoxed_IsBoxed (0 ms) 1231s [ RUN ] ITensorListRefTest.CtorUnboxed_IsUnboxed 1231s [ OK ] ITensorListRefTest.CtorUnboxed_IsUnboxed (0 ms) 1231s [ RUN ] ITensorListRefTest.CtorUnboxedIndirect_IsUnboxed 1231s [ OK ] ITensorListRefTest.CtorUnboxedIndirect_IsUnboxed (0 ms) 1231s [ RUN ] ITensorListRefTest.CtorTemp_IsUnboxed 1231s [ OK ] ITensorListRefTest.CtorTemp_IsUnboxed (0 ms) 1231s [ RUN ] ITensorListRefTest.Boxed_GetConstRefTensor 1231s [ OK ] ITensorListRefTest.Boxed_GetConstRefTensor (0 ms) 1231s [ RUN ] ITensorListRefTest.Unboxed_GetConstRefTensor 1231s [ OK ] ITensorListRefTest.Unboxed_GetConstRefTensor (0 ms) 1231s [ RUN ] ITensorListRefTest.Boxed_Equal 1231s [ OK ] ITensorListRefTest.Boxed_Equal (0 ms) 1231s [ RUN ] ITensorListRefTest.Unboxed_Equal 1231s [ OK ] ITensorListRefTest.Unboxed_Equal (0 ms) 1231s [ RUN ] ITensorListRefTest.UnboxedIndirect_Equal 1231s [ OK ] ITensorListRefTest.UnboxedIndirect_Equal (0 ms) 1231s [ RUN ] ITensorListRefTest.BoxedMaterialize_Equal 1231s [ OK ] ITensorListRefTest.BoxedMaterialize_Equal (0 ms) 1231s [ RUN ] ITensorListRefTest.UnboxedMaterialize_Equal 1231s [ OK ] ITensorListRefTest.UnboxedMaterialize_Equal (0 ms) 1231s [----------] 12 tests from ITensorListRefTest (0 ms total) 1231s 1231s [----------] 7 tests from ITensorListRefIteratorTest 1231s [ RUN ] ITensorListRefIteratorTest.CtorEmpty_ThrowsError 1231s [ OK ] ITensorListRefIteratorTest.CtorEmpty_ThrowsError (0 ms) 1231s [ RUN ] ITensorListRefIteratorTest.Boxed_GetFirstElement 1231s [ OK ] ITensorListRefIteratorTest.Boxed_GetFirstElement (0 ms) 1231s [ RUN ] ITensorListRefIteratorTest.Unboxed_GetFirstElement 1231s [ OK ] ITensorListRefIteratorTest.Unboxed_GetFirstElement (0 ms) 1231s [ RUN ] ITensorListRefIteratorTest.Boxed_Equality 1231s [ OK ] ITensorListRefIteratorTest.Boxed_Equality (0 ms) 1231s [ RUN ] ITensorListRefIteratorTest.Unboxed_Equality 1231s [ OK ] ITensorListRefIteratorTest.Unboxed_Equality (0 ms) 1231s [ RUN ] ITensorListRefIteratorTest.Boxed_Iterate 1231s [ OK ] ITensorListRefIteratorTest.Boxed_Iterate (0 ms) 1231s [ RUN ] ITensorListRefIteratorTest.Unboxed_Iterate 1231s [ OK ] ITensorListRefIteratorTest.Unboxed_Iterate (0 ms) 1231s [----------] 7 tests from ITensorListRefIteratorTest (0 ms total) 1231s 1231s [----------] 2 tests from IOptTensorListRefTest 1231s [ RUN ] IOptTensorListRefTest.Boxed_Iterate 1231s [ OK ] IOptTensorListRefTest.Boxed_Iterate (0 ms) 1231s [ RUN ] IOptTensorListRefTest.Unboxed_Iterate 1231s [ OK ] IOptTensorListRefTest.Unboxed_Iterate (0 ms) 1231s [----------] 2 tests from IOptTensorListRefTest (0 ms total) 1231s 1231s [----------] Global test environment tear-down 1231s [==========] 21 tests from 3 test suites ran. (0 ms total) 1231s [ PASSED ] 21 tests. 1231s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1231s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1231s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1231s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1231s autopkgtest: DBG: testbed command exited with code 0 1231s autopkgtest [01:29:58]: test 4_of_104__cpptest__IListRef_test: -----------------------] 1231s autopkgtest: DBG: testbed executing test finished with exit status 0 1231s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/4_of_104__cpptest__IListRef_test-stdout /tmp/autopkgtest-work.g4f853zl/out/4_of_104__cpptest__IListRef_test-stdout 1232s autopkgtest: DBG: got reply from testbed: ok 1232s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/4_of_104__cpptest__IListRef_test-stderr /tmp/autopkgtest-work.g4f853zl/out/4_of_104__cpptest__IListRef_test-stderr 1232s autopkgtest: DBG: got reply from testbed: ok 1232s 4_of_104__cpptest__IListRef_test PASS 1232s autopkgtest [01:29:59]: test 4_of_104__cpptest__IListRef_test: - - - - - - - - - - results - - - - - - - - - - 1232s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/4_of_104__cpptest__IListRef_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1232s autopkgtest: DBG: got reply from testbed: ok 1232s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/4_of_104__cpptest__IListRef_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1232s autopkgtest: DBG: testbed command exited with code 0 1232s autopkgtest [01:29:59]: test 5_of_104__cpptest__KernelFunction_test: preparing testbed 1232s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1232s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1232s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1232s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1232s autopkgtest: DBG: can use apt-get on testbed: True 1232s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1232s Reading package lists... 1233s Building dependency tree... 1233s Reading state information... 1233s Starting pkgProblemResolver with broken count: 0 1233s Starting 2 pkgProblemResolver with broken count: 0 1233s Done 1233s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1233s autopkgtest: DBG: testbed command exited with code 0 1233s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1233s autopkgtest: DBG: testbed command exited with code 0 1233s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1233s autopkgtest: DBG: testbed command exited with code 0 1233s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/5_of_104__cpptest__KernelFunction_test-packages.all"], kind short, sout raw, serr pipe, env [] 1233s autopkgtest: DBG: testbed command exited with code 0 1233s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/5_of_104__cpptest__KernelFunction_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/5_of_104__cpptest__KernelFunction_test-packages.all 1234s autopkgtest: DBG: got reply from testbed: ok 1234s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1234s autopkgtest: DBG: testbed command exited with code 0 1234s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1234s autopkgtest [01:30:01]: test 5_of_104__cpptest__KernelFunction_test: /usr/lib/libtorch-test/KernelFunction_test 1234s autopkgtest [01:30:01]: test 5_of_104__cpptest__KernelFunction_test: [----------------------- 1234s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/5_of_104__cpptest__KernelFunction_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/5_of_104__cpptest__KernelFunction_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/5_of_104__cpptest__KernelFunction_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/KernelFunction_test"], kind test, sout raw, serr raw, env [] 1234s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/5_of_104__cpptest__KernelFunction_test-artifacts 1234s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1234s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1234s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1234s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1234s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1234s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1234s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1234s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1234s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1234s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1234s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1234s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1234s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1234s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1234s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1234s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1234s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1234s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1234s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1234s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1234s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1234s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1234s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/5_of_104__cpptest__KernelFunction_test-stderr 1234s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/5_of_104__cpptest__KernelFunction_test-stdout 1234s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1234s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1234s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/KernelFunction_test 1234s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.5kC4PVYrUY/out to stdout and file: /tmp/autopkgtest.PBRVfE/5_of_104__cpptest__KernelFunction_test-stdout 1234s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.5kC4PVYrUY/err to standard error and file: /tmp/autopkgtest.PBRVfE/5_of_104__cpptest__KernelFunction_test-stdout 1234s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 2406 to /tmp/autopkgtest_script_pid 1234s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1234s [==========] Running 28 tests from 1 test suite. 1234s [----------] Global test environment set-up. 1234s [----------] 28 tests from KernelFunctionTest 1234s [ RUN ] KernelFunctionTest.givenBoxedFunction_withReturn_whenCallingBoxed_thenWorks 1234s [ OK ] KernelFunctionTest.givenBoxedFunction_withReturn_whenCallingBoxed_thenWorks (0 ms) 1234s [ RUN ] KernelFunctionTest.givenBoxedFunction_withoutReturn_whenCallingBoxed_thenWorks 1234s [ OK ] KernelFunctionTest.givenBoxedFunction_withoutReturn_whenCallingBoxed_thenWorks (0 ms) 1234s [ RUN ] KernelFunctionTest.givenBoxedFunction_withMultiReturn_whenCallingBoxed_thenWorks 1234s [ OK ] KernelFunctionTest.givenBoxedFunction_withMultiReturn_whenCallingBoxed_thenWorks (0 ms) 1234s [ RUN ] KernelFunctionTest.givenBoxedFunction_withInPlaceSignature_whenCallingBoxed_thenWorks 1234s [ OK ] KernelFunctionTest.givenBoxedFunction_withInPlaceSignature_whenCallingBoxed_thenWorks (0 ms) 1234s [ RUN ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceSignature_whenCallingBoxed_thenWorks 1234s [ OK ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceSignature_whenCallingBoxed_thenWorks (0 ms) 1234s [ RUN ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceMultiSignature_whenCallingBoxed_thenWorks 1234s [ OK ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceMultiSignature_whenCallingBoxed_thenWorks (0 ms) 1234s [ RUN ] KernelFunctionTest.givenBoxedFunction_withReturn_whenCallingUnboxed_thenWorks 1234s [ OK ] KernelFunctionTest.givenBoxedFunction_withReturn_whenCallingUnboxed_thenWorks (0 ms) 1234s [ RUN ] KernelFunctionTest.givenBoxedFunction_withoutReturn_whenCallingUnboxed_thenWorks 1234s [ OK ] KernelFunctionTest.givenBoxedFunction_withoutReturn_whenCallingUnboxed_thenWorks (0 ms) 1234s [ RUN ] KernelFunctionTest.givenBoxedFunction_withMultiReturn_whenCallingUnboxed_thenWorks 1234s [ OK ] KernelFunctionTest.givenBoxedFunction_withMultiReturn_whenCallingUnboxed_thenWorks (0 ms) 1234s [ RUN ] KernelFunctionTest.givenBoxedFunction_withInPlaceSignature_whenCallingUnboxed_thenWorks 1234s [ OK ] KernelFunctionTest.givenBoxedFunction_withInPlaceSignature_whenCallingUnboxed_thenWorks (0 ms) 1234s [ RUN ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceSignature_whenCallingUnboxed_thenWorks 1234s [ OK ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceSignature_whenCallingUnboxed_thenWorks (0 ms) 1234s [ RUN ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceMultiSignature_whenCallingUnboxed_thenWorks 1234s [ OK ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceMultiSignature_whenCallingUnboxed_thenWorks (0 ms) 1234s [ RUN ] KernelFunctionTest.givenUnboxedFunctor_withReturn_whenCallingBoxed_thenWorks 1234s [ OK ] KernelFunctionTest.givenUnboxedFunctor_withReturn_whenCallingBoxed_thenWorks (0 ms) 1234s [ RUN ] KernelFunctionTest.givenUnboxedFunctor_withoutReturn_whenCallingBoxed_thenWorks 1234s [ OK ] KernelFunctionTest.givenUnboxedFunctor_withoutReturn_whenCallingBoxed_thenWorks (0 ms) 1234s [ RUN ] KernelFunctionTest.givenUnboxedFunctor_withReturn_whenCallingUnboxed_thenWorks 1234s [ OK ] KernelFunctionTest.givenUnboxedFunctor_withReturn_whenCallingUnboxed_thenWorks (0 ms) 1234s [ RUN ] KernelFunctionTest.givenUnboxedFunctor_withoutReturn_whenCallingUnboxed_thenWorks 1234s [ OK ] KernelFunctionTest.givenUnboxedFunctor_withoutReturn_whenCallingUnboxed_thenWorks (0 ms) 1234s [ RUN ] KernelFunctionTest.givenUnboxedFunction_withReturn_whenCallingBoxed_thenWorks 1234s [ OK ] KernelFunctionTest.givenUnboxedFunction_withReturn_whenCallingBoxed_thenWorks (0 ms) 1234s [ RUN ] KernelFunctionTest.givenUnboxedFunction_withoutReturn_whenCallingBoxed_thenWorks 1234s [ OK ] KernelFunctionTest.givenUnboxedFunction_withoutReturn_whenCallingBoxed_thenWorks (0 ms) 1234s [ RUN ] KernelFunctionTest.givenUnboxedFunction_withReturn_whenCallingUnboxed_thenWorks 1234s [ OK ] KernelFunctionTest.givenUnboxedFunction_withReturn_whenCallingUnboxed_thenWorks (0 ms) 1234s [ RUN ] KernelFunctionTest.givenUnboxedFunction_withoutReturn_whenCallingUnboxed_thenWorks 1234s [ OK ] KernelFunctionTest.givenUnboxedFunction_withoutReturn_whenCallingUnboxed_thenWorks (0 ms) 1234s [ RUN ] KernelFunctionTest.givenUnboxedRuntimeFunction_withReturn_whenCallingBoxed_thenWorks 1234s [ OK ] KernelFunctionTest.givenUnboxedRuntimeFunction_withReturn_whenCallingBoxed_thenWorks (0 ms) 1234s [ RUN ] KernelFunctionTest.givenUnboxedRuntimeFunction_withoutReturn_whenCallingBoxed_thenWorks 1234s [ OK ] KernelFunctionTest.givenUnboxedRuntimeFunction_withoutReturn_whenCallingBoxed_thenWorks (0 ms) 1234s [ RUN ] KernelFunctionTest.givenUnboxedRuntimeFunction_withReturn_whenCallingUnboxed_thenWorks 1234s [ OK ] KernelFunctionTest.givenUnboxedRuntimeFunction_withReturn_whenCallingUnboxed_thenWorks (0 ms) 1234s [ RUN ] KernelFunctionTest.givenUnboxedRuntimeFunction_withoutReturn_whenCallingUnboxed_thenWorks 1234s [ OK ] KernelFunctionTest.givenUnboxedRuntimeFunction_withoutReturn_whenCallingUnboxed_thenWorks (0 ms) 1234s [ RUN ] KernelFunctionTest.givenUnboxedLambda_withReturn_whenCallingBoxed_thenWorks 1234s [ OK ] KernelFunctionTest.givenUnboxedLambda_withReturn_whenCallingBoxed_thenWorks (0 ms) 1234s [ RUN ] KernelFunctionTest.givenUnboxedLambda_withoutReturn_whenCallingBoxed_thenWorks 1234s [ OK ] KernelFunctionTest.givenUnboxedLambda_withoutReturn_whenCallingBoxed_thenWorks (0 ms) 1234s [ RUN ] KernelFunctionTest.givenUnboxedLambda_withReturn_whenCallingUnboxed_thenWorks 1234s [ OK ] KernelFunctionTest.givenUnboxedLambda_withReturn_whenCallingUnboxed_thenWorks (0 ms) 1234s [ RUN ] KernelFunctionTest.givenUnboxedLambda_withoutReturn_whenCallingUnboxed_thenWorks 1234s [ OK ] KernelFunctionTest.givenUnboxedLambda_withoutReturn_whenCallingUnboxed_thenWorks (0 ms) 1234s [----------] 28 tests from KernelFunctionTest (0 ms total) 1234s 1234s [----------] Global test environment tear-down 1234s [==========] 28 tests from 1 test suite ran. (0 ms total) 1234s [ PASSED ] 28 tests. 1234s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1234s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1234s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1234s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1234s autopkgtest: DBG: testbed command exited with code 0 1234s autopkgtest [01:30:01]: test 5_of_104__cpptest__KernelFunction_test: -----------------------] 1234s autopkgtest: DBG: testbed executing test finished with exit status 0 1234s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/5_of_104__cpptest__KernelFunction_test-stdout /tmp/autopkgtest-work.g4f853zl/out/5_of_104__cpptest__KernelFunction_test-stdout 1235s autopkgtest: DBG: got reply from testbed: ok 1235s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/5_of_104__cpptest__KernelFunction_test-stderr /tmp/autopkgtest-work.g4f853zl/out/5_of_104__cpptest__KernelFunction_test-stderr 1235s autopkgtest: DBG: got reply from testbed: ok 1235s 5_of_104__cpptest__KernelFunction_test PASS 1235s autopkgtest [01:30:02]: test 5_of_104__cpptest__KernelFunction_test: - - - - - - - - - - results - - - - - - - - - - 1235s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/5_of_104__cpptest__KernelFunction_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1235s autopkgtest: DBG: got reply from testbed: ok 1235s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/5_of_104__cpptest__KernelFunction_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1235s autopkgtest: DBG: testbed command exited with code 0 1235s autopkgtest [01:30:02]: test 6_of_104__cpptest__List_test: preparing testbed 1235s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1235s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1235s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1235s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1235s autopkgtest: DBG: can use apt-get on testbed: True 1235s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1236s Reading package lists... 1236s Building dependency tree... 1236s Reading state information... 1236s Starting pkgProblemResolver with broken count: 0 1236s Starting 2 pkgProblemResolver with broken count: 0 1236s Done 1236s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1236s autopkgtest: DBG: testbed command exited with code 0 1236s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1236s autopkgtest: DBG: testbed command exited with code 0 1236s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1236s autopkgtest: DBG: testbed command exited with code 0 1236s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/6_of_104__cpptest__List_test-packages.all"], kind short, sout raw, serr pipe, env [] 1237s autopkgtest: DBG: testbed command exited with code 0 1237s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/6_of_104__cpptest__List_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/6_of_104__cpptest__List_test-packages.all 1237s autopkgtest: DBG: got reply from testbed: ok 1237s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1237s autopkgtest: DBG: testbed command exited with code 0 1237s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1237s autopkgtest [01:30:04]: test 6_of_104__cpptest__List_test: /usr/lib/libtorch-test/List_test 1237s autopkgtest [01:30:04]: test 6_of_104__cpptest__List_test: [----------------------- 1237s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/6_of_104__cpptest__List_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/6_of_104__cpptest__List_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/6_of_104__cpptest__List_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/List_test"], kind test, sout raw, serr raw, env [] 1237s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/6_of_104__cpptest__List_test-artifacts 1237s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1237s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1237s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1237s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1237s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1237s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1237s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1237s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1237s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1237s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1237s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1237s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1237s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1237s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1237s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1237s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1237s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1237s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1237s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1237s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1237s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1237s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1237s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/6_of_104__cpptest__List_test-stderr 1237s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/6_of_104__cpptest__List_test-stdout 1237s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1237s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1237s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/List_test 1237s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.deJ4GkDKrO/out to stdout and file: /tmp/autopkgtest.PBRVfE/6_of_104__cpptest__List_test-stdout 1237s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.deJ4GkDKrO/err to standard error and file: /tmp/autopkgtest.PBRVfE/6_of_104__cpptest__List_test-stdout 1237s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 2559 to /tmp/autopkgtest_script_pid 1237s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1237s [==========] Running 139 tests from 3 test suites. 1237s [----------] Global test environment set-up. 1237s [----------] 67 tests from ListTestIValueBasedList 1237s [ RUN ] ListTestIValueBasedList.givenEmptyList_whenCallingEmpty_thenReturnsTrue 1237s [ OK ] ListTestIValueBasedList.givenEmptyList_whenCallingEmpty_thenReturnsTrue (0 ms) 1237s [ RUN ] ListTestIValueBasedList.givenNonemptyList_whenCallingEmpty_thenReturnsFalse 1237s [ OK ] ListTestIValueBasedList.givenNonemptyList_whenCallingEmpty_thenReturnsFalse (0 ms) 1237s [ RUN ] ListTestIValueBasedList.givenEmptyList_whenCallingSize_thenReturnsZero 1237s [ OK ] ListTestIValueBasedList.givenEmptyList_whenCallingSize_thenReturnsZero (0 ms) 1237s [ RUN ] ListTestIValueBasedList.givenNonemptyList_whenCallingSize_thenReturnsNumberOfElements 1237s [ OK ] ListTestIValueBasedList.givenNonemptyList_whenCallingSize_thenReturnsNumberOfElements (0 ms) 1237s [ RUN ] ListTestIValueBasedList.givenNonemptyList_whenCallingClear_thenIsEmpty 1237s [ OK ] ListTestIValueBasedList.givenNonemptyList_whenCallingClear_thenIsEmpty (0 ms) 1237s [ RUN ] ListTestIValueBasedList.whenCallingGetWithExistingPosition_thenReturnsElement 1237s [ OK ] ListTestIValueBasedList.whenCallingGetWithExistingPosition_thenReturnsElement (0 ms) 1237s [ RUN ] ListTestIValueBasedList.whenCallingGetWithNonExistingPosition_thenThrowsException 1237s [ OK ] ListTestIValueBasedList.whenCallingGetWithNonExistingPosition_thenThrowsException (0 ms) 1237s [ RUN ] ListTestIValueBasedList.whenCallingExtractWithExistingPosition_thenReturnsElement 1237s [ OK ] ListTestIValueBasedList.whenCallingExtractWithExistingPosition_thenReturnsElement (0 ms) 1237s [ RUN ] ListTestIValueBasedList.whenCallingExtractWithExistingPosition_thenListElementBecomesInvalid 1237s [ OK ] ListTestIValueBasedList.whenCallingExtractWithExistingPosition_thenListElementBecomesInvalid (0 ms) 1237s [ RUN ] ListTestIValueBasedList.whenCallingExtractWithNonExistingPosition_thenThrowsException 1237s [ OK ] ListTestIValueBasedList.whenCallingExtractWithNonExistingPosition_thenThrowsException (0 ms) 1237s [ RUN ] ListTestIValueBasedList.whenCallingCopyingSetWithExistingPosition_thenChangesElement 1237s [ OK ] ListTestIValueBasedList.whenCallingCopyingSetWithExistingPosition_thenChangesElement (0 ms) 1237s [ RUN ] ListTestIValueBasedList.whenCallingMovingSetWithExistingPosition_thenChangesElement 1237s [ OK ] ListTestIValueBasedList.whenCallingMovingSetWithExistingPosition_thenChangesElement (0 ms) 1237s [ RUN ] ListTestIValueBasedList.whenCallingCopyingSetWithNonExistingPosition_thenThrowsException 1237s [ OK ] ListTestIValueBasedList.whenCallingCopyingSetWithNonExistingPosition_thenThrowsException (0 ms) 1237s [ RUN ] ListTestIValueBasedList.whenCallingMovingSetWithNonExistingPosition_thenThrowsException 1237s [ OK ] ListTestIValueBasedList.whenCallingMovingSetWithNonExistingPosition_thenThrowsException (0 ms) 1237s [ RUN ] ListTestIValueBasedList.whenCallingAccessOperatorWithExistingPosition_thenReturnsElement 1237s [ OK ] ListTestIValueBasedList.whenCallingAccessOperatorWithExistingPosition_thenReturnsElement (0 ms) 1237s [ RUN ] ListTestIValueBasedList.whenAssigningToAccessOperatorWithExistingPosition_thenSetsElement 1237s [ OK ] ListTestIValueBasedList.whenAssigningToAccessOperatorWithExistingPosition_thenSetsElement (0 ms) 1237s [ RUN ] ListTestIValueBasedList.whenAssigningToAccessOperatorFromAccessOperator_thenSetsElement 1237s [ OK ] ListTestIValueBasedList.whenAssigningToAccessOperatorFromAccessOperator_thenSetsElement (0 ms) 1237s [ RUN ] ListTestIValueBasedList.whenSwappingFromAccessOperator_thenSwapsElements 1237s [ OK ] ListTestIValueBasedList.whenSwappingFromAccessOperator_thenSwapsElements (0 ms) 1237s [ RUN ] ListTestIValueBasedList.whenCallingAccessOperatorWithNonExistingPosition_thenThrowsException 1237s [ OK ] ListTestIValueBasedList.whenCallingAccessOperatorWithNonExistingPosition_thenThrowsException (0 ms) 1237s [ RUN ] ListTestIValueBasedList.whenCallingInsertOnIteratorWithLValue_thenInsertsElement 1237s [ OK ] ListTestIValueBasedList.whenCallingInsertOnIteratorWithLValue_thenInsertsElement (0 ms) 1237s [ RUN ] ListTestIValueBasedList.whenCallingInsertOnIteratorWithRValue_thenInsertsElement 1237s [ OK ] ListTestIValueBasedList.whenCallingInsertOnIteratorWithRValue_thenInsertsElement (0 ms) 1237s [ RUN ] ListTestIValueBasedList.whenCallingInsertWithLValue_thenReturnsIteratorToNewElement 1237s [ OK ] ListTestIValueBasedList.whenCallingInsertWithLValue_thenReturnsIteratorToNewElement (0 ms) 1237s [ RUN ] ListTestIValueBasedList.whenCallingInsertWithRValue_thenReturnsIteratorToNewElement 1237s [ OK ] ListTestIValueBasedList.whenCallingInsertWithRValue_thenReturnsIteratorToNewElement (0 ms) 1237s [ RUN ] ListTestIValueBasedList.whenCallingEmplaceWithLValue_thenInsertsElement 1237s [ OK ] ListTestIValueBasedList.whenCallingEmplaceWithLValue_thenInsertsElement (0 ms) 1237s [ RUN ] ListTestIValueBasedList.whenCallingEmplaceWithRValue_thenInsertsElement 1237s [ OK ] ListTestIValueBasedList.whenCallingEmplaceWithRValue_thenInsertsElement (0 ms) 1237s [ RUN ] ListTestIValueBasedList.whenCallingEmplaceWithConstructorArg_thenInsertsElement 1237s [ OK ] ListTestIValueBasedList.whenCallingEmplaceWithConstructorArg_thenInsertsElement (0 ms) 1237s [ RUN ] ListTestIValueBasedList.whenCallingPushBackWithLValue_ThenInsertsElement 1237s [ OK ] ListTestIValueBasedList.whenCallingPushBackWithLValue_ThenInsertsElement (0 ms) 1237s [ RUN ] ListTestIValueBasedList.whenCallingPushBackWithRValue_ThenInsertsElement 1237s [ OK ] ListTestIValueBasedList.whenCallingPushBackWithRValue_ThenInsertsElement (0 ms) 1237s [ RUN ] ListTestIValueBasedList.whenCallingEmplaceBackWithLValue_ThenInsertsElement 1237s [ OK ] ListTestIValueBasedList.whenCallingEmplaceBackWithLValue_ThenInsertsElement (0 ms) 1237s [ RUN ] ListTestIValueBasedList.whenCallingEmplaceBackWithRValue_ThenInsertsElement 1237s [ OK ] ListTestIValueBasedList.whenCallingEmplaceBackWithRValue_ThenInsertsElement (0 ms) 1237s [ RUN ] ListTestIValueBasedList.whenCallingEmplaceBackWithConstructorArg_ThenInsertsElement 1237s [ OK ] ListTestIValueBasedList.whenCallingEmplaceBackWithConstructorArg_ThenInsertsElement (0 ms) 1237s [ RUN ] ListTestIValueBasedList.givenEmptyList_whenIterating_thenBeginIsEnd 1237s [ OK ] ListTestIValueBasedList.givenEmptyList_whenIterating_thenBeginIsEnd (0 ms) 1237s [ RUN ] ListTestIValueBasedList.whenIterating_thenFindsElements 1237s [ OK ] ListTestIValueBasedList.whenIterating_thenFindsElements (0 ms) 1237s [ RUN ] ListTestIValueBasedList.whenIteratingWithForeach_thenFindsElements 1237s [ OK ] ListTestIValueBasedList.whenIteratingWithForeach_thenFindsElements (0 ms) 1237s [ RUN ] ListTestIValueBasedList.givenOneElementList_whenErasing_thenListIsEmpty 1237s [ OK ] ListTestIValueBasedList.givenOneElementList_whenErasing_thenListIsEmpty (0 ms) 1237s [ RUN ] ListTestIValueBasedList.givenList_whenErasing_thenReturnsIterator 1237s [ OK ] ListTestIValueBasedList.givenList_whenErasing_thenReturnsIterator (0 ms) 1237s [ RUN ] ListTestIValueBasedList.givenList_whenErasingFullRange_thenIsEmpty 1237s [ OK ] ListTestIValueBasedList.givenList_whenErasingFullRange_thenIsEmpty (0 ms) 1237s [ RUN ] ListTestIValueBasedList.whenCallingReserve_thenDoesntCrash 1237s [ OK ] ListTestIValueBasedList.whenCallingReserve_thenDoesntCrash (0 ms) 1237s [ RUN ] ListTestIValueBasedList.whenCopyConstructingList_thenAreEqual 1237s [ OK ] ListTestIValueBasedList.whenCopyConstructingList_thenAreEqual (0 ms) 1237s [ RUN ] ListTestIValueBasedList.whenCopyAssigningList_thenAreEqual 1237s [ OK ] ListTestIValueBasedList.whenCopyAssigningList_thenAreEqual (0 ms) 1237s [ RUN ] ListTestIValueBasedList.whenCopyingList_thenAreEqual 1237s [ OK ] ListTestIValueBasedList.whenCopyingList_thenAreEqual (0 ms) 1237s [ RUN ] ListTestIValueBasedList.whenMoveConstructingList_thenNewIsCorrect 1237s [ OK ] ListTestIValueBasedList.whenMoveConstructingList_thenNewIsCorrect (0 ms) 1237s [ RUN ] ListTestIValueBasedList.whenMoveAssigningList_thenNewIsCorrect 1237s [ OK ] ListTestIValueBasedList.whenMoveAssigningList_thenNewIsCorrect (0 ms) 1237s [ RUN ] ListTestIValueBasedList.whenMoveConstructingList_thenOldIsUnchanged 1237s [ OK ] ListTestIValueBasedList.whenMoveConstructingList_thenOldIsUnchanged (0 ms) 1237s [ RUN ] ListTestIValueBasedList.whenMoveAssigningList_thenOldIsUnchanged 1237s [ OK ] ListTestIValueBasedList.whenMoveAssigningList_thenOldIsUnchanged (0 ms) 1237s [ RUN ] ListTestIValueBasedList.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition 1237s [ OK ] ListTestIValueBasedList.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition (0 ms) 1237s [ RUN ] ListTestIValueBasedList.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition 1237s [ OK ] ListTestIValueBasedList.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition (0 ms) 1237s [ RUN ] ListTestIValueBasedList.givenIterator_whenPostfixDecrementing_thenMovesToNextAndReturnsOldPosition 1237s [ OK ] ListTestIValueBasedList.givenIterator_whenPostfixDecrementing_thenMovesToNextAndReturnsOldPosition (0 ms) 1237s [ RUN ] ListTestIValueBasedList.givenIterator_whenPrefixDecrementing_thenMovesToNextAndReturnsNewPosition 1237s [ OK ] ListTestIValueBasedList.givenIterator_whenPrefixDecrementing_thenMovesToNextAndReturnsNewPosition (0 ms) 1237s [ RUN ] ListTestIValueBasedList.givenIterator_whenIncreasing_thenMovesToNextAndReturnsNewPosition 1237s [ OK ] ListTestIValueBasedList.givenIterator_whenIncreasing_thenMovesToNextAndReturnsNewPosition (0 ms) 1237s [ RUN ] ListTestIValueBasedList.givenIterator_whenDecreasing_thenMovesToNextAndReturnsNewPosition 1237s [ OK ] ListTestIValueBasedList.givenIterator_whenDecreasing_thenMovesToNextAndReturnsNewPosition (0 ms) 1237s [ RUN ] ListTestIValueBasedList.givenIterator_whenAdding_thenReturnsNewIterator 1237s [ OK ] ListTestIValueBasedList.givenIterator_whenAdding_thenReturnsNewIterator (0 ms) 1237s [ RUN ] ListTestIValueBasedList.givenIterator_whenSubtracting_thenReturnsNewIterator 1237s [ OK ] ListTestIValueBasedList.givenIterator_whenSubtracting_thenReturnsNewIterator (0 ms) 1237s [ RUN ] ListTestIValueBasedList.givenIterator_whenCalculatingDifference_thenReturnsCorrectNumber 1237s [ OK ] ListTestIValueBasedList.givenIterator_whenCalculatingDifference_thenReturnsCorrectNumber (0 ms) 1237s [ RUN ] ListTestIValueBasedList.givenEqualIterators_thenAreEqual 1237s [ OK ] ListTestIValueBasedList.givenEqualIterators_thenAreEqual (0 ms) 1237s [ RUN ] ListTestIValueBasedList.givenDifferentIterators_thenAreNotEqual 1237s [ OK ] ListTestIValueBasedList.givenDifferentIterators_thenAreNotEqual (0 ms) 1237s [ RUN ] ListTestIValueBasedList.givenIterator_whenDereferencing_thenPointsToCorrectElement 1237s [ OK ] ListTestIValueBasedList.givenIterator_whenDereferencing_thenPointsToCorrectElement (0 ms) 1237s [ RUN ] ListTestIValueBasedList.givenIterator_whenAssigningNewValue_thenChangesValue 1237s [ OK ] ListTestIValueBasedList.givenIterator_whenAssigningNewValue_thenChangesValue (0 ms) 1237s [ RUN ] ListTestIValueBasedList.givenIterator_whenAssigningNewValueFromIterator_thenChangesValue 1237s [ OK ] ListTestIValueBasedList.givenIterator_whenAssigningNewValueFromIterator_thenChangesValue (0 ms) 1237s [ RUN ] ListTestIValueBasedList.givenIterator_whenSwappingValuesFromIterator_thenChangesValue 1237s [ OK ] ListTestIValueBasedList.givenIterator_whenSwappingValuesFromIterator_thenChangesValue (0 ms) 1237s [ RUN ] ListTestIValueBasedList.givenOneElementList_whenCallingPopBack_thenIsEmpty 1237s [ OK ] ListTestIValueBasedList.givenOneElementList_whenCallingPopBack_thenIsEmpty (0 ms) 1237s [ RUN ] ListTestIValueBasedList.givenEmptyList_whenCallingResize_thenResizesAndSetsEmptyValue 1237s [ OK ] ListTestIValueBasedList.givenEmptyList_whenCallingResize_thenResizesAndSetsEmptyValue (0 ms) 1237s [ RUN ] ListTestIValueBasedList.givenEmptyList_whenCallingResizeWithValue_thenResizesAndSetsValue 1237s [ OK ] ListTestIValueBasedList.givenEmptyList_whenCallingResizeWithValue_thenResizesAndSetsValue (0 ms) 1237s [ RUN ] ListTestIValueBasedList.isReferenceType 1237s [ OK ] ListTestIValueBasedList.isReferenceType (0 ms) 1237s [ RUN ] ListTestIValueBasedList.copyHasSeparateStorage 1237s [ OK ] ListTestIValueBasedList.copyHasSeparateStorage (0 ms) 1237s [ RUN ] ListTestIValueBasedList.givenEqualLists_thenIsEqual 1237s [ OK ] ListTestIValueBasedList.givenEqualLists_thenIsEqual (0 ms) 1237s [ RUN ] ListTestIValueBasedList.givenDifferentLists_thenIsNotEqual 1237s [ OK ] ListTestIValueBasedList.givenDifferentLists_thenIsNotEqual (0 ms) 1237s [----------] 67 tests from ListTestIValueBasedList (0 ms total) 1237s 1237s [----------] 68 tests from ListTestNonIValueBasedList 1237s [ RUN ] ListTestNonIValueBasedList.givenEmptyList_whenCallingEmpty_thenReturnsTrue 1237s [ OK ] ListTestNonIValueBasedList.givenEmptyList_whenCallingEmpty_thenReturnsTrue (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.givenNonemptyList_whenCallingEmpty_thenReturnsFalse 1237s [ OK ] ListTestNonIValueBasedList.givenNonemptyList_whenCallingEmpty_thenReturnsFalse (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.givenEmptyList_whenCallingSize_thenReturnsZero 1237s [ OK ] ListTestNonIValueBasedList.givenEmptyList_whenCallingSize_thenReturnsZero (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.givenNonemptyList_whenCallingSize_thenReturnsNumberOfElements 1237s [ OK ] ListTestNonIValueBasedList.givenNonemptyList_whenCallingSize_thenReturnsNumberOfElements (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.givenNonemptyList_whenCallingClear_thenIsEmpty 1237s [ OK ] ListTestNonIValueBasedList.givenNonemptyList_whenCallingClear_thenIsEmpty (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.whenCallingGetWithExistingPosition_thenReturnsElement 1237s [ OK ] ListTestNonIValueBasedList.whenCallingGetWithExistingPosition_thenReturnsElement (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.whenCallingGetWithNonExistingPosition_thenThrowsException 1237s [ OK ] ListTestNonIValueBasedList.whenCallingGetWithNonExistingPosition_thenThrowsException (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.whenCallingExtractWithExistingPosition_thenReturnsElement 1237s [ OK ] ListTestNonIValueBasedList.whenCallingExtractWithExistingPosition_thenReturnsElement (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.whenCallingExtractWithNonExistingPosition_thenThrowsException 1237s [ OK ] ListTestNonIValueBasedList.whenCallingExtractWithNonExistingPosition_thenThrowsException (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.whenCallingCopyingSetWithExistingPosition_thenChangesElement 1237s [ OK ] ListTestNonIValueBasedList.whenCallingCopyingSetWithExistingPosition_thenChangesElement (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.whenCallingMovingSetWithExistingPosition_thenChangesElement 1237s [ OK ] ListTestNonIValueBasedList.whenCallingMovingSetWithExistingPosition_thenChangesElement (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.whenCallingCopyingSetWithNonExistingPosition_thenThrowsException 1237s [ OK ] ListTestNonIValueBasedList.whenCallingCopyingSetWithNonExistingPosition_thenThrowsException (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.whenCallingMovingSetWithNonExistingPosition_thenThrowsException 1237s [ OK ] ListTestNonIValueBasedList.whenCallingMovingSetWithNonExistingPosition_thenThrowsException (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.whenCallingAccessOperatorWithExistingPosition_thenReturnsElement 1237s [ OK ] ListTestNonIValueBasedList.whenCallingAccessOperatorWithExistingPosition_thenReturnsElement (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.whenAssigningToAccessOperatorWithExistingPosition_thenSetsElement 1237s [ OK ] ListTestNonIValueBasedList.whenAssigningToAccessOperatorWithExistingPosition_thenSetsElement (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.whenAssigningToAccessOperatorFromAccessOperator_thenSetsElement 1237s [ OK ] ListTestNonIValueBasedList.whenAssigningToAccessOperatorFromAccessOperator_thenSetsElement (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.whenSwappingFromAccessOperator_thenSwapsElements 1237s [ OK ] ListTestNonIValueBasedList.whenSwappingFromAccessOperator_thenSwapsElements (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.whenCallingAccessOperatorWithNonExistingPosition_thenThrowsException 1237s [ OK ] ListTestNonIValueBasedList.whenCallingAccessOperatorWithNonExistingPosition_thenThrowsException (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.whenCallingInsertOnIteratorWithLValue_thenInsertsElement 1237s [ OK ] ListTestNonIValueBasedList.whenCallingInsertOnIteratorWithLValue_thenInsertsElement (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.whenCallingInsertOnIteratorWithRValue_thenInsertsElement 1237s [ OK ] ListTestNonIValueBasedList.whenCallingInsertOnIteratorWithRValue_thenInsertsElement (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.whenCallingInsertWithLValue_thenReturnsIteratorToNewElement 1237s [ OK ] ListTestNonIValueBasedList.whenCallingInsertWithLValue_thenReturnsIteratorToNewElement (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.whenCallingInsertWithRValue_thenReturnsIteratorToNewElement 1237s [ OK ] ListTestNonIValueBasedList.whenCallingInsertWithRValue_thenReturnsIteratorToNewElement (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.whenCallingEmplaceWithLValue_thenInsertsElement 1237s [ OK ] ListTestNonIValueBasedList.whenCallingEmplaceWithLValue_thenInsertsElement (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.whenCallingEmplaceWithRValue_thenInsertsElement 1237s [ OK ] ListTestNonIValueBasedList.whenCallingEmplaceWithRValue_thenInsertsElement (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.whenCallingEmplaceWithConstructorArg_thenInsertsElement 1237s [ OK ] ListTestNonIValueBasedList.whenCallingEmplaceWithConstructorArg_thenInsertsElement (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.whenCallingPushBackWithLValue_ThenInsertsElement 1237s [ OK ] ListTestNonIValueBasedList.whenCallingPushBackWithLValue_ThenInsertsElement (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.whenCallingPushBackWithRValue_ThenInsertsElement 1237s [ OK ] ListTestNonIValueBasedList.whenCallingPushBackWithRValue_ThenInsertsElement (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.whenCallingEmplaceBackWithLValue_ThenInsertsElement 1237s [ OK ] ListTestNonIValueBasedList.whenCallingEmplaceBackWithLValue_ThenInsertsElement (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.whenCallingEmplaceBackWithRValue_ThenInsertsElement 1237s [ OK ] ListTestNonIValueBasedList.whenCallingEmplaceBackWithRValue_ThenInsertsElement (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.whenCallingEmplaceBackWithConstructorArg_ThenInsertsElement 1237s [ OK ] ListTestNonIValueBasedList.whenCallingEmplaceBackWithConstructorArg_ThenInsertsElement (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.givenEmptyList_whenIterating_thenBeginIsEnd 1237s [ OK ] ListTestNonIValueBasedList.givenEmptyList_whenIterating_thenBeginIsEnd (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.whenIterating_thenFindsElements 1237s [ OK ] ListTestNonIValueBasedList.whenIterating_thenFindsElements (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.whenIteratingWithForeach_thenFindsElements 1237s [ OK ] ListTestNonIValueBasedList.whenIteratingWithForeach_thenFindsElements (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.givenOneElementList_whenErasing_thenListIsEmpty 1237s [ OK ] ListTestNonIValueBasedList.givenOneElementList_whenErasing_thenListIsEmpty (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.givenList_whenErasing_thenReturnsIterator 1237s [ OK ] ListTestNonIValueBasedList.givenList_whenErasing_thenReturnsIterator (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.givenList_whenErasingFullRange_thenIsEmpty 1237s [ OK ] ListTestNonIValueBasedList.givenList_whenErasingFullRange_thenIsEmpty (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.whenCallingReserve_thenDoesntCrash 1237s [ OK ] ListTestNonIValueBasedList.whenCallingReserve_thenDoesntCrash (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.whenCopyConstructingList_thenAreEqual 1237s [ OK ] ListTestNonIValueBasedList.whenCopyConstructingList_thenAreEqual (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.whenCopyAssigningList_thenAreEqual 1237s [ OK ] ListTestNonIValueBasedList.whenCopyAssigningList_thenAreEqual (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.whenCopyingList_thenAreEqual 1237s [ OK ] ListTestNonIValueBasedList.whenCopyingList_thenAreEqual (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.whenMoveConstructingList_thenNewIsCorrect 1237s [ OK ] ListTestNonIValueBasedList.whenMoveConstructingList_thenNewIsCorrect (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.whenMoveAssigningList_thenNewIsCorrect 1237s [ OK ] ListTestNonIValueBasedList.whenMoveAssigningList_thenNewIsCorrect (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.whenMoveConstructingList_thenOldIsUnchanged 1237s [ OK ] ListTestNonIValueBasedList.whenMoveConstructingList_thenOldIsUnchanged (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.whenMoveAssigningList_thenOldIsUnchanged 1237s [ OK ] ListTestNonIValueBasedList.whenMoveAssigningList_thenOldIsUnchanged (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition 1237s [ OK ] ListTestNonIValueBasedList.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition 1237s [ OK ] ListTestNonIValueBasedList.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.givenIterator_whenPostfixDecrementing_thenMovesToNextAndReturnsOldPosition 1237s [ OK ] ListTestNonIValueBasedList.givenIterator_whenPostfixDecrementing_thenMovesToNextAndReturnsOldPosition (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.givenIterator_whenPrefixDecrementing_thenMovesToNextAndReturnsNewPosition 1237s [ OK ] ListTestNonIValueBasedList.givenIterator_whenPrefixDecrementing_thenMovesToNextAndReturnsNewPosition (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.givenIterator_whenIncreasing_thenMovesToNextAndReturnsNewPosition 1237s [ OK ] ListTestNonIValueBasedList.givenIterator_whenIncreasing_thenMovesToNextAndReturnsNewPosition (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.givenIterator_whenDecreasing_thenMovesToNextAndReturnsNewPosition 1237s [ OK ] ListTestNonIValueBasedList.givenIterator_whenDecreasing_thenMovesToNextAndReturnsNewPosition (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.givenIterator_whenAdding_thenReturnsNewIterator 1237s [ OK ] ListTestNonIValueBasedList.givenIterator_whenAdding_thenReturnsNewIterator (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.givenIterator_whenSubtracting_thenReturnsNewIterator 1237s [ OK ] ListTestNonIValueBasedList.givenIterator_whenSubtracting_thenReturnsNewIterator (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.givenIterator_whenCalculatingDifference_thenReturnsCorrectNumber 1237s [ OK ] ListTestNonIValueBasedList.givenIterator_whenCalculatingDifference_thenReturnsCorrectNumber (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.givenEqualIterators_thenAreEqual 1237s [ OK ] ListTestNonIValueBasedList.givenEqualIterators_thenAreEqual (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.givenDifferentIterators_thenAreNotEqual 1237s [ OK ] ListTestNonIValueBasedList.givenDifferentIterators_thenAreNotEqual (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.givenIterator_whenDereferencing_thenPointsToCorrectElement 1237s [ OK ] ListTestNonIValueBasedList.givenIterator_whenDereferencing_thenPointsToCorrectElement (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.givenIterator_whenAssigningNewValue_thenChangesValue 1237s [ OK ] ListTestNonIValueBasedList.givenIterator_whenAssigningNewValue_thenChangesValue (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.givenIterator_whenAssigningNewValueFromIterator_thenChangesValue 1237s [ OK ] ListTestNonIValueBasedList.givenIterator_whenAssigningNewValueFromIterator_thenChangesValue (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.givenIterator_whenSwappingValuesFromIterator_thenChangesValue 1237s [ OK ] ListTestNonIValueBasedList.givenIterator_whenSwappingValuesFromIterator_thenChangesValue (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.givenOneElementList_whenCallingPopBack_thenIsEmpty 1237s [ OK ] ListTestNonIValueBasedList.givenOneElementList_whenCallingPopBack_thenIsEmpty (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.givenEmptyList_whenCallingResize_thenResizesAndSetsEmptyValue 1237s [ OK ] ListTestNonIValueBasedList.givenEmptyList_whenCallingResize_thenResizesAndSetsEmptyValue (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.givenEmptyList_whenCallingResizeWithValue_thenResizesAndSetsValue 1237s [ OK ] ListTestNonIValueBasedList.givenEmptyList_whenCallingResizeWithValue_thenResizesAndSetsValue (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.isReferenceType 1237s [ OK ] ListTestNonIValueBasedList.isReferenceType (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.copyHasSeparateStorage 1237s [ OK ] ListTestNonIValueBasedList.copyHasSeparateStorage (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.givenEqualLists_thenIsEqual 1237s [ OK ] ListTestNonIValueBasedList.givenEqualLists_thenIsEqual (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.givenDifferentLists_thenIsNotEqual 1237s [ OK ] ListTestNonIValueBasedList.givenDifferentLists_thenIsNotEqual (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.isChecksIdentity 1237s [ OK ] ListTestNonIValueBasedList.isChecksIdentity (0 ms) 1237s [ RUN ] ListTestNonIValueBasedList.sameValueDifferentStorage_thenIsReturnsFalse 1237s [ OK ] ListTestNonIValueBasedList.sameValueDifferentStorage_thenIsReturnsFalse (0 ms) 1237s [----------] 68 tests from ListTestNonIValueBasedList (0 ms total) 1237s 1237s [----------] 4 tests from ListTest 1237s [ RUN ] ListTest.canAccessStringByReference 1237s [ OK ] ListTest.canAccessStringByReference (0 ms) 1237s [ RUN ] ListTest.canAccessOptionalStringByReference 1237s [ OK ] ListTest.canAccessOptionalStringByReference (0 ms) 1237s [ RUN ] ListTest.canAccessTensorByReference 1237s [ OK ] ListTest.canAccessTensorByReference (0 ms) 1237s [ RUN ] ListTest.toTypedList 1237s [ OK ] ListTest.toTypedList (0 ms) 1237s [----------] 4 tests from ListTest (0 ms total) 1237s 1237s [----------] Global test environment tear-down 1237s [==========] 139 tests from 3 test suites ran. (1 ms total) 1237s [ PASSED ] 139 tests. 1237s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1237s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1237s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1237s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1237s autopkgtest: DBG: testbed command exited with code 0 1238s autopkgtest [01:30:05]: test 6_of_104__cpptest__List_test: -----------------------] 1238s autopkgtest: DBG: testbed executing test finished with exit status 0 1238s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/6_of_104__cpptest__List_test-stdout /tmp/autopkgtest-work.g4f853zl/out/6_of_104__cpptest__List_test-stdout 1238s autopkgtest: DBG: got reply from testbed: ok 1238s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/6_of_104__cpptest__List_test-stderr /tmp/autopkgtest-work.g4f853zl/out/6_of_104__cpptest__List_test-stderr 1238s autopkgtest: DBG: got reply from testbed: ok 1238s 6_of_104__cpptest__List_test PASS 1238s autopkgtest [01:30:05]: test 6_of_104__cpptest__List_test: - - - - - - - - - - results - - - - - - - - - - 1238s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/6_of_104__cpptest__List_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1238s autopkgtest: DBG: got reply from testbed: ok 1238s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/6_of_104__cpptest__List_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1238s autopkgtest: DBG: testbed command exited with code 0 1238s autopkgtest [01:30:05]: test 7_of_104__cpptest__MaybeOwned_test: preparing testbed 1238s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1238s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1238s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1238s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1238s autopkgtest: DBG: can use apt-get on testbed: True 1238s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1239s Reading package lists... 1239s Building dependency tree... 1239s Reading state information... 1239s Starting pkgProblemResolver with broken count: 0 1239s Starting 2 pkgProblemResolver with broken count: 0 1239s Done 1239s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1239s autopkgtest: DBG: testbed command exited with code 0 1239s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1239s autopkgtest: DBG: testbed command exited with code 0 1239s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1239s autopkgtest: DBG: testbed command exited with code 0 1239s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/7_of_104__cpptest__MaybeOwned_test-packages.all"], kind short, sout raw, serr pipe, env [] 1240s autopkgtest: DBG: testbed command exited with code 0 1240s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/7_of_104__cpptest__MaybeOwned_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/7_of_104__cpptest__MaybeOwned_test-packages.all 1240s autopkgtest: DBG: got reply from testbed: ok 1240s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1240s autopkgtest: DBG: testbed command exited with code 0 1240s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1240s autopkgtest [01:30:07]: test 7_of_104__cpptest__MaybeOwned_test: /usr/lib/libtorch-test/MaybeOwned_test 1240s autopkgtest [01:30:07]: test 7_of_104__cpptest__MaybeOwned_test: [----------------------- 1240s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/7_of_104__cpptest__MaybeOwned_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/7_of_104__cpptest__MaybeOwned_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/7_of_104__cpptest__MaybeOwned_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/MaybeOwned_test"], kind test, sout raw, serr raw, env [] 1240s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/7_of_104__cpptest__MaybeOwned_test-artifacts 1240s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1240s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1240s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1240s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1240s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1240s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1240s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1240s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1240s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1240s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1240s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1240s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1240s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1240s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1240s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1240s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1240s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1240s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1240s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1240s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1240s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1240s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1240s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/7_of_104__cpptest__MaybeOwned_test-stderr 1240s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/7_of_104__cpptest__MaybeOwned_test-stdout 1240s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1240s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1240s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/MaybeOwned_test 1240s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.DaFq0ZUXSI/out to stdout and file: /tmp/autopkgtest.PBRVfE/7_of_104__cpptest__MaybeOwned_test-stdout 1240s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.DaFq0ZUXSI/err to standard error and file: /tmp/autopkgtest.PBRVfE/7_of_104__cpptest__MaybeOwned_test-stdout 1240s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 2712 to /tmp/autopkgtest_script_pid 1240s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1240s [==========] Running 30 tests from 3 test suites. 1240s [----------] Global test environment set-up. 1240s [----------] 10 tests from MaybeOwnedTest/0, where TypeParam = c10::intrusive_ptr<(anonymous namespace)::MyString,c10::detail::intrusive_target_default_null_type<(anonymous namespace)::MyString> > 1240s [ RUN ] MaybeOwnedTest/0.SimpleDereferencingString 1240s [ OK ] MaybeOwnedTest/0.SimpleDereferencingString (0 ms) 1240s [ RUN ] MaybeOwnedTest/0.DefaultCtor 1240s [ OK ] MaybeOwnedTest/0.DefaultCtor (0 ms) 1240s [ RUN ] MaybeOwnedTest/0.CopyConstructor 1240s [ OK ] MaybeOwnedTest/0.CopyConstructor (0 ms) 1240s [ RUN ] MaybeOwnedTest/0.MoveDereferencing 1240s [ OK ] MaybeOwnedTest/0.MoveDereferencing (0 ms) 1240s [ RUN ] MaybeOwnedTest/0.MoveConstructor 1240s [ OK ] MaybeOwnedTest/0.MoveConstructor (0 ms) 1240s [ RUN ] MaybeOwnedTest/0.CopyAssignmentIntoOwned 1240s [ OK ] MaybeOwnedTest/0.CopyAssignmentIntoOwned (0 ms) 1240s [ RUN ] MaybeOwnedTest/0.CopyAssignmentIntoBorrowed 1240s [ OK ] MaybeOwnedTest/0.CopyAssignmentIntoBorrowed (0 ms) 1240s [ RUN ] MaybeOwnedTest/0.MoveAssignmentIntoOwned 1240s [ OK ] MaybeOwnedTest/0.MoveAssignmentIntoOwned (0 ms) 1240s [ RUN ] MaybeOwnedTest/0.MoveAssignmentIntoBorrowed 1240s [ OK ] MaybeOwnedTest/0.MoveAssignmentIntoBorrowed (0 ms) 1240s [ RUN ] MaybeOwnedTest/0.SelfAssignment 1240s [ OK ] MaybeOwnedTest/0.SelfAssignment (0 ms) 1240s [----------] 10 tests from MaybeOwnedTest/0 (0 ms total) 1240s 1240s [----------] 10 tests from MaybeOwnedTest/1, where TypeParam = at::Tensor 1240s [ RUN ] MaybeOwnedTest/1.SimpleDereferencingString 1240s [ OK ] MaybeOwnedTest/1.SimpleDereferencingString (0 ms) 1240s [ RUN ] MaybeOwnedTest/1.DefaultCtor 1240s [ OK ] MaybeOwnedTest/1.DefaultCtor (0 ms) 1240s [ RUN ] MaybeOwnedTest/1.CopyConstructor 1240s [ OK ] MaybeOwnedTest/1.CopyConstructor (0 ms) 1240s [ RUN ] MaybeOwnedTest/1.MoveDereferencing 1240s [ OK ] MaybeOwnedTest/1.MoveDereferencing (0 ms) 1240s [ RUN ] MaybeOwnedTest/1.MoveConstructor 1240s [ OK ] MaybeOwnedTest/1.MoveConstructor (0 ms) 1240s [ RUN ] MaybeOwnedTest/1.CopyAssignmentIntoOwned 1240s [ OK ] MaybeOwnedTest/1.CopyAssignmentIntoOwned (0 ms) 1240s [ RUN ] MaybeOwnedTest/1.CopyAssignmentIntoBorrowed 1240s [ OK ] MaybeOwnedTest/1.CopyAssignmentIntoBorrowed (0 ms) 1240s [ RUN ] MaybeOwnedTest/1.MoveAssignmentIntoOwned 1240s [ OK ] MaybeOwnedTest/1.MoveAssignmentIntoOwned (0 ms) 1240s [ RUN ] MaybeOwnedTest/1.MoveAssignmentIntoBorrowed 1240s [ OK ] MaybeOwnedTest/1.MoveAssignmentIntoBorrowed (0 ms) 1240s [ RUN ] MaybeOwnedTest/1.SelfAssignment 1240s [ OK ] MaybeOwnedTest/1.SelfAssignment (0 ms) 1240s [----------] 10 tests from MaybeOwnedTest/1 (0 ms total) 1240s 1240s [----------] 10 tests from MaybeOwnedTest/2, where TypeParam = c10::IValue 1240s [ RUN ] MaybeOwnedTest/2.SimpleDereferencingString 1240s [ OK ] MaybeOwnedTest/2.SimpleDereferencingString (0 ms) 1240s [ RUN ] MaybeOwnedTest/2.DefaultCtor 1240s [ OK ] MaybeOwnedTest/2.DefaultCtor (0 ms) 1240s [ RUN ] MaybeOwnedTest/2.CopyConstructor 1240s [ OK ] MaybeOwnedTest/2.CopyConstructor (0 ms) 1240s [ RUN ] MaybeOwnedTest/2.MoveDereferencing 1240s [ OK ] MaybeOwnedTest/2.MoveDereferencing (0 ms) 1240s [ RUN ] MaybeOwnedTest/2.MoveConstructor 1240s [ OK ] MaybeOwnedTest/2.MoveConstructor (0 ms) 1240s [ RUN ] MaybeOwnedTest/2.CopyAssignmentIntoOwned 1240s [ OK ] MaybeOwnedTest/2.CopyAssignmentIntoOwned (0 ms) 1240s [ RUN ] MaybeOwnedTest/2.CopyAssignmentIntoBorrowed 1240s [ OK ] MaybeOwnedTest/2.CopyAssignmentIntoBorrowed (0 ms) 1240s [ RUN ] MaybeOwnedTest/2.MoveAssignmentIntoOwned 1240s [ OK ] MaybeOwnedTest/2.MoveAssignmentIntoOwned (0 ms) 1240s [ RUN ] MaybeOwnedTest/2.MoveAssignmentIntoBorrowed 1240s [ OK ] MaybeOwnedTest/2.MoveAssignmentIntoBorrowed (0 ms) 1240s [ RUN ] MaybeOwnedTest/2.SelfAssignment 1240s [ OK ] MaybeOwnedTest/2.SelfAssignment (0 ms) 1240s [----------] 10 tests from MaybeOwnedTest/2 (0 ms total) 1240s 1240s [----------] Global test environment tear-down 1240s [==========] 30 tests from 3 test suites ran. (0 ms total) 1240s [ PASSED ] 30 tests. 1240s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1240s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1240s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1240s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1240s autopkgtest: DBG: testbed command exited with code 0 1241s autopkgtest [01:30:08]: test 7_of_104__cpptest__MaybeOwned_test: -----------------------] 1241s autopkgtest: DBG: testbed executing test finished with exit status 0 1241s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/7_of_104__cpptest__MaybeOwned_test-stdout /tmp/autopkgtest-work.g4f853zl/out/7_of_104__cpptest__MaybeOwned_test-stdout 1241s autopkgtest: DBG: got reply from testbed: ok 1241s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/7_of_104__cpptest__MaybeOwned_test-stderr /tmp/autopkgtest-work.g4f853zl/out/7_of_104__cpptest__MaybeOwned_test-stderr 1241s autopkgtest: DBG: got reply from testbed: ok 1241s 7_of_104__cpptest__MaybeOwned_test PASS 1241s autopkgtest [01:30:08]: test 7_of_104__cpptest__MaybeOwned_test: - - - - - - - - - - results - - - - - - - - - - 1241s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/7_of_104__cpptest__MaybeOwned_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1241s autopkgtest: DBG: got reply from testbed: ok 1241s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/7_of_104__cpptest__MaybeOwned_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1241s autopkgtest: DBG: testbed command exited with code 0 1241s autopkgtest [01:30:08]: test 8_of_104__cpptest__NamedTensor_test: preparing testbed 1241s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1241s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1241s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1241s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1241s autopkgtest: DBG: can use apt-get on testbed: True 1241s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1242s Reading package lists... 1242s Building dependency tree... 1242s Reading state information... 1242s Starting pkgProblemResolver with broken count: 0 1242s Starting 2 pkgProblemResolver with broken count: 0 1242s Done 1242s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1242s autopkgtest: DBG: testbed command exited with code 0 1242s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1242s autopkgtest: DBG: testbed command exited with code 0 1242s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1242s autopkgtest: DBG: testbed command exited with code 0 1242s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/8_of_104__cpptest__NamedTensor_test-packages.all"], kind short, sout raw, serr pipe, env [] 1243s autopkgtest: DBG: testbed command exited with code 0 1243s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/8_of_104__cpptest__NamedTensor_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/8_of_104__cpptest__NamedTensor_test-packages.all 1243s autopkgtest: DBG: got reply from testbed: ok 1243s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1243s autopkgtest: DBG: testbed command exited with code 0 1243s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1243s autopkgtest [01:30:10]: test 8_of_104__cpptest__NamedTensor_test: /usr/lib/libtorch-test/NamedTensor_test 1243s autopkgtest [01:30:10]: test 8_of_104__cpptest__NamedTensor_test: [----------------------- 1243s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/8_of_104__cpptest__NamedTensor_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/8_of_104__cpptest__NamedTensor_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/8_of_104__cpptest__NamedTensor_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/NamedTensor_test"], kind test, sout raw, serr raw, env [] 1243s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/8_of_104__cpptest__NamedTensor_test-artifacts 1243s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1243s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1243s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1243s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1243s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1243s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1243s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1243s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1243s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1243s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1243s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1243s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1243s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1243s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1243s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1243s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1243s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1243s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1243s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1243s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1243s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1243s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1243s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/8_of_104__cpptest__NamedTensor_test-stderr 1243s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/8_of_104__cpptest__NamedTensor_test-stdout 1243s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1243s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1243s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/NamedTensor_test 1243s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.pVYbaVJrWn/out to stdout and file: /tmp/autopkgtest.PBRVfE/8_of_104__cpptest__NamedTensor_test-stdout 1243s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.pVYbaVJrWn/err to standard error and file: /tmp/autopkgtest.PBRVfE/8_of_104__cpptest__NamedTensor_test-stdout 1243s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 2865 to /tmp/autopkgtest_script_pid 1243s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1243s [==========] Running 10 tests from 1 test suite. 1243s [----------] Global test environment set-up. 1243s [----------] 10 tests from NamedTensorTest 1243s [ RUN ] NamedTensorTest.isNamed 1243s [ OK ] NamedTensorTest.isNamed (0 ms) 1243s [ RUN ] NamedTensorTest.attachMetadata 1243s [ OK ] NamedTensorTest.attachMetadata (0 ms) 1243s [ RUN ] NamedTensorTest.internalSetNamesInplace 1243s [ OK ] NamedTensorTest.internalSetNamesInplace (0 ms) 1243s [ RUN ] NamedTensorTest.empty 1243s [ OK ] NamedTensorTest.empty (0 ms) 1243s [ RUN ] NamedTensorTest.dimnameToPosition 1243s [ OK ] NamedTensorTest.dimnameToPosition (0 ms) 1243s [ RUN ] NamedTensorTest.unifyFromRight 1243s [W219 01:30:10.983817729 TensorImpl.h:1935] Warning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (function operator()) 1243s [ OK ] NamedTensorTest.unifyFromRight (0 ms) 1243s [ RUN ] NamedTensorTest.alias 1243s [ OK ] NamedTensorTest.alias (0 ms) 1243s [ RUN ] NamedTensorTest.NoNamesGuard 1243s [ OK ] NamedTensorTest.NoNamesGuard (0 ms) 1243s [ RUN ] NamedTensorTest.TensorNamePrint 1243s [ OK ] NamedTensorTest.TensorNamePrint (0 ms) 1243s [ RUN ] NamedTensorTest.TensorNamesCheckUnique 1243s [ OK ] NamedTensorTest.TensorNamesCheckUnique (0 ms) 1243s [----------] 10 tests from NamedTensorTest (0 ms total) 1243s 1243s [----------] Global test environment tear-down 1243s [==========] 10 tests from 1 test suite ran. (0 ms total) 1243s [ PASSED ] 10 tests. 1243s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1243s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1243s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1243s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1243s autopkgtest: DBG: testbed command exited with code 0 1244s autopkgtest [01:30:11]: test 8_of_104__cpptest__NamedTensor_test: -----------------------] 1244s autopkgtest: DBG: testbed executing test finished with exit status 0 1244s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/8_of_104__cpptest__NamedTensor_test-stdout /tmp/autopkgtest-work.g4f853zl/out/8_of_104__cpptest__NamedTensor_test-stdout 1244s autopkgtest: DBG: got reply from testbed: ok 1244s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/8_of_104__cpptest__NamedTensor_test-stderr /tmp/autopkgtest-work.g4f853zl/out/8_of_104__cpptest__NamedTensor_test-stderr 1244s autopkgtest: DBG: got reply from testbed: ok 1244s autopkgtest [01:30:11]: test 8_of_104__cpptest__NamedTensor_test: - - - - - - - - - - results - - - - - - - - - - 1244s 8_of_104__cpptest__NamedTensor_test PASS 1244s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/8_of_104__cpptest__NamedTensor_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1244s autopkgtest: DBG: got reply from testbed: ok 1244s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/8_of_104__cpptest__NamedTensor_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1245s autopkgtest: DBG: testbed command exited with code 0 1245s autopkgtest [01:30:12]: test 9_of_104__cpptest__StorageUtils_test: preparing testbed 1245s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1245s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1245s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1245s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1245s autopkgtest: DBG: can use apt-get on testbed: True 1245s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1245s Reading package lists... 1245s Building dependency tree... 1245s Reading state information... 1245s Starting pkgProblemResolver with broken count: 0 1245s Starting 2 pkgProblemResolver with broken count: 0 1245s Done 1245s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1245s autopkgtest: DBG: testbed command exited with code 0 1245s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1245s autopkgtest: DBG: testbed command exited with code 0 1245s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1246s autopkgtest: DBG: testbed command exited with code 0 1246s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/9_of_104__cpptest__StorageUtils_test-packages.all"], kind short, sout raw, serr pipe, env [] 1246s autopkgtest: DBG: testbed command exited with code 0 1246s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/9_of_104__cpptest__StorageUtils_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/9_of_104__cpptest__StorageUtils_test-packages.all 1246s autopkgtest: DBG: got reply from testbed: ok 1246s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1246s autopkgtest: DBG: testbed command exited with code 0 1246s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1246s autopkgtest [01:30:13]: test 9_of_104__cpptest__StorageUtils_test: /usr/lib/libtorch-test/StorageUtils_test 1246s autopkgtest [01:30:13]: test 9_of_104__cpptest__StorageUtils_test: [----------------------- 1246s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/9_of_104__cpptest__StorageUtils_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/9_of_104__cpptest__StorageUtils_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/9_of_104__cpptest__StorageUtils_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/StorageUtils_test"], kind test, sout raw, serr raw, env [] 1246s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/9_of_104__cpptest__StorageUtils_test-artifacts 1246s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1246s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1246s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1246s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1246s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1246s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1246s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1246s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1246s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1246s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1246s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1246s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1246s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1246s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1246s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1246s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1246s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1246s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1246s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1246s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1246s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1246s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1246s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/9_of_104__cpptest__StorageUtils_test-stderr 1246s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/9_of_104__cpptest__StorageUtils_test-stdout 1246s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1246s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1246s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/StorageUtils_test 1246s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.T4GL09T1lX/out to stdout and file: /tmp/autopkgtest.PBRVfE/9_of_104__cpptest__StorageUtils_test-stdout 1246s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.T4GL09T1lX/err to standard error and file: /tmp/autopkgtest.PBRVfE/9_of_104__cpptest__StorageUtils_test-stdout 1246s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 3018 to /tmp/autopkgtest_script_pid 1246s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1246s [==========] Running 1 test from 1 test suite. 1246s [----------] Global test environment set-up. 1246s [----------] 1 test from StorageUtilsTest 1246s [ RUN ] StorageUtilsTest.shm_storage_refcount 1246s [ OK ] StorageUtilsTest.shm_storage_refcount (0 ms) 1246s [----------] 1 test from StorageUtilsTest (0 ms total) 1246s 1246s [----------] Global test environment tear-down 1246s [==========] 1 test from 1 test suite ran. (0 ms total) 1246s [ PASSED ] 1 test. 1247s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1247s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1247s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1247s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1247s autopkgtest: DBG: testbed command exited with code 0 1247s autopkgtest [01:30:14]: test 9_of_104__cpptest__StorageUtils_test: -----------------------] 1247s autopkgtest: DBG: testbed executing test finished with exit status 0 1247s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/9_of_104__cpptest__StorageUtils_test-stdout /tmp/autopkgtest-work.g4f853zl/out/9_of_104__cpptest__StorageUtils_test-stdout 1247s autopkgtest: DBG: got reply from testbed: ok 1247s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/9_of_104__cpptest__StorageUtils_test-stderr /tmp/autopkgtest-work.g4f853zl/out/9_of_104__cpptest__StorageUtils_test-stderr 1247s autopkgtest: DBG: got reply from testbed: ok 1247s 9_of_104__cpptest__StorageUtils_test PASS 1247s autopkgtest [01:30:14]: test 9_of_104__cpptest__StorageUtils_test: - - - - - - - - - - results - - - - - - - - - - 1247s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/9_of_104__cpptest__StorageUtils_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1247s autopkgtest: DBG: got reply from testbed: ok 1247s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/9_of_104__cpptest__StorageUtils_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1248s autopkgtest: DBG: testbed command exited with code 0 1248s autopkgtest [01:30:15]: test 10_of_104__cpptest__apply_utils_test: preparing testbed 1248s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1248s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1248s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1248s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1248s autopkgtest: DBG: can use apt-get on testbed: True 1248s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1248s Reading package lists... 1248s Building dependency tree... 1248s Reading state information... 1248s Starting pkgProblemResolver with broken count: 0 1248s Starting 2 pkgProblemResolver with broken count: 0 1248s Done 1248s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1248s autopkgtest: DBG: testbed command exited with code 0 1248s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1248s autopkgtest: DBG: testbed command exited with code 0 1248s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1249s autopkgtest: DBG: testbed command exited with code 0 1249s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/10_of_104__cpptest__apply_utils_test-packages.all"], kind short, sout raw, serr pipe, env [] 1249s autopkgtest: DBG: testbed command exited with code 0 1249s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/10_of_104__cpptest__apply_utils_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/10_of_104__cpptest__apply_utils_test-packages.all 1249s autopkgtest: DBG: got reply from testbed: ok 1249s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1249s autopkgtest: DBG: testbed command exited with code 0 1249s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1249s autopkgtest [01:30:16]: test 10_of_104__cpptest__apply_utils_test: /usr/lib/libtorch-test/apply_utils_test 1249s autopkgtest [01:30:16]: test 10_of_104__cpptest__apply_utils_test: [----------------------- 1249s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/10_of_104__cpptest__apply_utils_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/10_of_104__cpptest__apply_utils_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/10_of_104__cpptest__apply_utils_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/apply_utils_test"], kind test, sout raw, serr raw, env [] 1249s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/10_of_104__cpptest__apply_utils_test-artifacts 1249s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1249s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1249s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1249s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1249s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1249s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1249s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1249s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1249s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1249s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1249s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1249s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1249s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1249s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1249s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1249s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1249s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1249s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1249s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1249s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1249s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1249s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1249s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/10_of_104__cpptest__apply_utils_test-stderr 1249s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/10_of_104__cpptest__apply_utils_test-stdout 1249s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1249s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1249s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/apply_utils_test 1249s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.fXsObDVxNo/out to stdout and file: /tmp/autopkgtest.PBRVfE/10_of_104__cpptest__apply_utils_test-stdout 1249s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.fXsObDVxNo/err to standard error and file: /tmp/autopkgtest.PBRVfE/10_of_104__cpptest__apply_utils_test-stdout 1249s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 3171 to /tmp/autopkgtest_script_pid 1250s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1250s [==========] Running 6 tests from 1 test suite. 1250s [----------] Global test environment set-up. 1250s [----------] 6 tests from ApplyUtilsTest 1250s [ RUN ] ApplyUtilsTest.Contiguous2D 1250s [ OK ] ApplyUtilsTest.Contiguous2D (0 ms) 1250s [ RUN ] ApplyUtilsTest.Small2D 1250s [ OK ] ApplyUtilsTest.Small2D (0 ms) 1250s [ RUN ] ApplyUtilsTest._2D 1250s [ OK ] ApplyUtilsTest._2D (0 ms) 1250s [ RUN ] ApplyUtilsTest._3D 1250s [ OK ] ApplyUtilsTest._3D (0 ms) 1250s [ RUN ] ApplyUtilsTest.Medium3D 1250s [ OK ] ApplyUtilsTest.Medium3D (1 ms) 1250s [ RUN ] ApplyUtilsTest._10D 1250s [ OK ] ApplyUtilsTest._10D (74 ms) 1250s [----------] 6 tests from ApplyUtilsTest (76 ms total) 1250s 1250s [----------] Global test environment tear-down 1250s [==========] 6 tests from 1 test suite ran. (76 ms total) 1250s [ PASSED ] 6 tests. 1250s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1250s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1250s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1250s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1250s autopkgtest: DBG: testbed command exited with code 0 1250s autopkgtest [01:30:17]: test 10_of_104__cpptest__apply_utils_test: -----------------------] 1250s autopkgtest: DBG: testbed executing test finished with exit status 0 1250s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/10_of_104__cpptest__apply_utils_test-stdout /tmp/autopkgtest-work.g4f853zl/out/10_of_104__cpptest__apply_utils_test-stdout 1250s autopkgtest: DBG: got reply from testbed: ok 1250s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/10_of_104__cpptest__apply_utils_test-stderr /tmp/autopkgtest-work.g4f853zl/out/10_of_104__cpptest__apply_utils_test-stderr 1250s autopkgtest: DBG: got reply from testbed: ok 1250s 10_of_104__cpptest__apply_utils_test PASS 1250s autopkgtest [01:30:17]: test 10_of_104__cpptest__apply_utils_test: - - - - - - - - - - results - - - - - - - - - - 1250s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/10_of_104__cpptest__apply_utils_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1251s autopkgtest: DBG: got reply from testbed: ok 1251s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/10_of_104__cpptest__apply_utils_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1251s autopkgtest: DBG: testbed command exited with code 0 1251s autopkgtest [01:30:18]: test 11_of_104__cpptest__atest: preparing testbed 1251s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1251s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1251s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1251s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1251s autopkgtest: DBG: can use apt-get on testbed: True 1251s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1251s Reading package lists... 1251s Building dependency tree... 1251s Reading state information... 1251s Starting pkgProblemResolver with broken count: 0 1251s Starting 2 pkgProblemResolver with broken count: 0 1251s Done 1251s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1251s autopkgtest: DBG: testbed command exited with code 0 1251s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1252s autopkgtest: DBG: testbed command exited with code 0 1252s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1252s autopkgtest: DBG: testbed command exited with code 0 1252s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/11_of_104__cpptest__atest-packages.all"], kind short, sout raw, serr pipe, env [] 1252s autopkgtest: DBG: testbed command exited with code 0 1252s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/11_of_104__cpptest__atest-packages.all /tmp/autopkgtest-work.g4f853zl/out/11_of_104__cpptest__atest-packages.all 1252s autopkgtest: DBG: got reply from testbed: ok 1252s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1252s autopkgtest: DBG: testbed command exited with code 0 1252s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1252s autopkgtest [01:30:19]: test 11_of_104__cpptest__atest: /usr/lib/libtorch-test/atest 1252s autopkgtest [01:30:19]: test 11_of_104__cpptest__atest: [----------------------- 1252s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/11_of_104__cpptest__atest-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/11_of_104__cpptest__atest-stderr --stdout=/tmp/autopkgtest.PBRVfE/11_of_104__cpptest__atest-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/atest"], kind test, sout raw, serr raw, env [] 1252s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/11_of_104__cpptest__atest-artifacts 1252s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1252s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1252s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1252s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1252s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1252s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1252s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1252s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1252s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1252s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1252s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1252s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1252s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1252s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1252s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1252s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1252s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1252s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1252s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1252s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1252s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1252s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1252s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/11_of_104__cpptest__atest-stderr 1252s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/11_of_104__cpptest__atest-stdout 1252s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1252s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1252s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/atest 1252s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.948Aul4JYw/out to stdout and file: /tmp/autopkgtest.PBRVfE/11_of_104__cpptest__atest-stdout 1252s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.948Aul4JYw/err to standard error and file: /tmp/autopkgtest.PBRVfE/11_of_104__cpptest__atest-stdout 1252s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 3324 to /tmp/autopkgtest_script_pid 1253s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1253s [==========] Running 16 tests from 1 test suite. 1253s [----------] Global test environment set-up. 1253s [----------] 16 tests from atest 1253s [ RUN ] atest.operators 1253s [ OK ] atest.operators (0 ms) 1253s [ RUN ] atest.logical_and_operators 1253s [ OK ] atest.logical_and_operators (0 ms) 1253s [ RUN ] atest.logical_or_operators 1253s [ OK ] atest.logical_or_operators (0 ms) 1253s [ RUN ] atest.logical_xor_operators 1253s [ OK ] atest.logical_xor_operators (0 ms) 1253s [ RUN ] atest.lt_operators 1253s [ OK ] atest.lt_operators (0 ms) 1253s [ RUN ] atest.le_operators 1253s [ OK ] atest.le_operators (0 ms) 1253s [ RUN ] atest.gt_operators 1253s [ OK ] atest.gt_operators (0 ms) 1253s [ RUN ] atest.ge_operators 1253s [ OK ] atest.ge_operators (0 ms) 1253s [ RUN ] atest.eq_operators 1253s [ OK ] atest.eq_operators (0 ms) 1253s [ RUN ] atest.ne_operators 1253s [ OK ] atest.ne_operators (0 ms) 1253s [ RUN ] atest.add_operators 1253s [ OK ] atest.add_operators (0 ms) 1253s [ RUN ] atest.max_operators 1253s [ OK ] atest.max_operators (0 ms) 1253s [ RUN ] atest.min_operators 1253s [ OK ] atest.min_operators (0 ms) 1253s [ RUN ] atest.sigmoid_backward_operator 1253s [ OK ] atest.sigmoid_backward_operator (0 ms) 1253s [ RUN ] atest.fmod_tensor_operators 1253s [ OK ] atest.fmod_tensor_operators (0 ms) 1253s [ RUN ] atest.atest 1253s [ OK ] atest.atest (0 ms) 1253s [----------] 16 tests from atest (1 ms total) 1253s 1253s [----------] Global test environment tear-down 1253s [==========] 16 tests from 1 test suite ran. (1 ms total) 1253s [ PASSED ] 16 tests. 1253s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1253s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1253s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1253s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1253s autopkgtest: DBG: testbed command exited with code 0 1253s autopkgtest [01:30:20]: test 11_of_104__cpptest__atest: -----------------------] 1253s autopkgtest: DBG: testbed executing test finished with exit status 0 1253s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/11_of_104__cpptest__atest-stdout /tmp/autopkgtest-work.g4f853zl/out/11_of_104__cpptest__atest-stdout 1253s autopkgtest: DBG: got reply from testbed: ok 1253s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/11_of_104__cpptest__atest-stderr /tmp/autopkgtest-work.g4f853zl/out/11_of_104__cpptest__atest-stderr 1253s autopkgtest: DBG: got reply from testbed: ok 1253s autopkgtest [01:30:20]: test 11_of_104__cpptest__atest: - - - - - - - - - - results - - - - - - - - - - 1253s 11_of_104__cpptest__atest PASS 1253s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/11_of_104__cpptest__atest-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1254s autopkgtest: DBG: got reply from testbed: ok 1254s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/11_of_104__cpptest__atest-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1254s autopkgtest: DBG: testbed command exited with code 0 1254s autopkgtest [01:30:21]: test 12_of_104__cpptest__backend_fallback_test: preparing testbed 1254s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1254s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1254s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1254s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1254s autopkgtest: DBG: can use apt-get on testbed: True 1254s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1254s Reading package lists... 1254s Building dependency tree... 1254s Reading state information... 1254s Starting pkgProblemResolver with broken count: 0 1254s Starting 2 pkgProblemResolver with broken count: 0 1254s Done 1254s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1254s autopkgtest: DBG: testbed command exited with code 0 1254s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1255s autopkgtest: DBG: testbed command exited with code 0 1255s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1255s autopkgtest: DBG: testbed command exited with code 0 1255s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/12_of_104__cpptest__backend_fallback_test-packages.all"], kind short, sout raw, serr pipe, env [] 1255s autopkgtest: DBG: testbed command exited with code 0 1255s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/12_of_104__cpptest__backend_fallback_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/12_of_104__cpptest__backend_fallback_test-packages.all 1255s autopkgtest: DBG: got reply from testbed: ok 1255s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1255s autopkgtest: DBG: testbed command exited with code 0 1255s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1255s autopkgtest [01:30:22]: test 12_of_104__cpptest__backend_fallback_test: /usr/lib/libtorch-test/backend_fallback_test 1255s autopkgtest [01:30:22]: test 12_of_104__cpptest__backend_fallback_test: [----------------------- 1255s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/12_of_104__cpptest__backend_fallback_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/12_of_104__cpptest__backend_fallback_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/12_of_104__cpptest__backend_fallback_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/backend_fallback_test"], kind test, sout raw, serr raw, env [] 1255s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/12_of_104__cpptest__backend_fallback_test-artifacts 1255s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1255s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1255s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1255s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1255s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1255s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1255s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1255s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1255s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1255s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1255s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1255s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1255s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1255s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1255s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1255s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1255s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1255s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1255s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1255s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1255s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1255s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1255s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/12_of_104__cpptest__backend_fallback_test-stderr 1255s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/12_of_104__cpptest__backend_fallback_test-stdout 1255s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1255s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1255s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/backend_fallback_test 1255s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.c41zMOUXyS/out to stdout and file: /tmp/autopkgtest.PBRVfE/12_of_104__cpptest__backend_fallback_test-stdout 1255s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.c41zMOUXyS/err to standard error and file: /tmp/autopkgtest.PBRVfE/12_of_104__cpptest__backend_fallback_test-stdout 1255s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 3477 to /tmp/autopkgtest_script_pid 1256s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1256s [==========] Running 3 tests from 1 test suite. 1256s [----------] Global test environment set-up. 1256s [----------] 3 tests from BackendFallbackTest 1256s [ RUN ] BackendFallbackTest.TestBackendFallbackWithMode 1256s [ OK ] BackendFallbackTest.TestBackendFallbackWithMode (1 ms) 1256s [ RUN ] BackendFallbackTest.TestBackendFallbackWithWrapper 1256s [ OK ] BackendFallbackTest.TestBackendFallbackWithWrapper (1 ms) 1256s [ RUN ] BackendFallbackTest.TestFallthroughBackendFallback 1256s [ OK ] BackendFallbackTest.TestFallthroughBackendFallback (1 ms) 1256s [----------] 3 tests from BackendFallbackTest (4 ms total) 1256s 1256s [----------] Global test environment tear-down 1256s [==========] 3 tests from 1 test suite ran. (4 ms total) 1256s [ PASSED ] 3 tests. 1256s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1256s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1256s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1256s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1256s autopkgtest: DBG: testbed command exited with code 0 1256s autopkgtest [01:30:23]: test 12_of_104__cpptest__backend_fallback_test: -----------------------] 1256s autopkgtest: DBG: testbed executing test finished with exit status 0 1256s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/12_of_104__cpptest__backend_fallback_test-stdout /tmp/autopkgtest-work.g4f853zl/out/12_of_104__cpptest__backend_fallback_test-stdout 1256s autopkgtest: DBG: got reply from testbed: ok 1256s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/12_of_104__cpptest__backend_fallback_test-stderr /tmp/autopkgtest-work.g4f853zl/out/12_of_104__cpptest__backend_fallback_test-stderr 1256s autopkgtest: DBG: got reply from testbed: ok 1256s autopkgtest [01:30:23]: test 12_of_104__cpptest__backend_fallback_test: - - - - - - - - - - results - - - - - - - - - - 1256s 12_of_104__cpptest__backend_fallback_test PASS 1256s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/12_of_104__cpptest__backend_fallback_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1257s autopkgtest: DBG: got reply from testbed: ok 1257s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/12_of_104__cpptest__backend_fallback_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1257s autopkgtest: DBG: testbed command exited with code 0 1257s autopkgtest [01:30:24]: test 13_of_104__cpptest__basic: preparing testbed 1257s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1257s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1257s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1257s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1257s autopkgtest: DBG: can use apt-get on testbed: True 1257s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1257s Reading package lists... 1257s Building dependency tree... 1257s Reading state information... 1257s Starting pkgProblemResolver with broken count: 0 1257s Starting 2 pkgProblemResolver with broken count: 0 1257s Done 1257s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1257s autopkgtest: DBG: testbed command exited with code 0 1257s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1258s autopkgtest: DBG: testbed command exited with code 0 1258s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1258s autopkgtest: DBG: testbed command exited with code 0 1258s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/13_of_104__cpptest__basic-packages.all"], kind short, sout raw, serr pipe, env [] 1258s autopkgtest: DBG: testbed command exited with code 0 1258s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/13_of_104__cpptest__basic-packages.all /tmp/autopkgtest-work.g4f853zl/out/13_of_104__cpptest__basic-packages.all 1258s autopkgtest: DBG: got reply from testbed: ok 1258s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1258s autopkgtest: DBG: testbed command exited with code 0 1258s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1258s autopkgtest [01:30:25]: test 13_of_104__cpptest__basic: /usr/lib/libtorch-test/basic 1258s autopkgtest [01:30:25]: test 13_of_104__cpptest__basic: [----------------------- 1258s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/13_of_104__cpptest__basic-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/13_of_104__cpptest__basic-stderr --stdout=/tmp/autopkgtest.PBRVfE/13_of_104__cpptest__basic-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/basic"], kind test, sout raw, serr raw, env [] 1258s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/13_of_104__cpptest__basic-artifacts 1258s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1258s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1258s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1258s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1258s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1258s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1258s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1258s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1258s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1258s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1258s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1258s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1258s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1258s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1258s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1258s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1258s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1258s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1258s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1258s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1258s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1258s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1258s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/13_of_104__cpptest__basic-stderr 1258s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/13_of_104__cpptest__basic-stdout 1258s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1258s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1258s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/basic 1258s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.6TcJ88CsSq/out to stdout and file: /tmp/autopkgtest.PBRVfE/13_of_104__cpptest__basic-stdout 1258s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.6TcJ88CsSq/err to standard error and file: /tmp/autopkgtest.PBRVfE/13_of_104__cpptest__basic-stdout 1258s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 3631 to /tmp/autopkgtest_script_pid 1259s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1259s [==========] Running 5 tests from 1 test suite. 1259s [----------] Global test environment set-up. 1259s [----------] 5 tests from BasicTest 1259s [ RUN ] BasicTest.BasicTestCPU 1259s 3 ms 1259s 0 ms 1259s 0 ms 1259s [ OK ] BasicTest.BasicTestCPU (6 ms) 1259s [ RUN ] BasicTest.BasicTestHalfCPU 1259s 1 ms 1259s 0 ms 1259s 1 ms 1259s [ OK ] BasicTest.BasicTestHalfCPU (4 ms) 1259s [ RUN ] BasicTest.BasicTestCUDA 1259s [ OK ] BasicTest.BasicTestCUDA (0 ms) 1259s [ RUN ] BasicTest.FactoryMethodsTest 1259s [ OK ] BasicTest.FactoryMethodsTest (0 ms) 1259s [ RUN ] BasicTest.BasicStdTestCPU 1259s Simple example: called once 1259s throw: call_once will retry 1259s throw: call_once will retry 1259s Didn't throw, call_once will not attempt again 1259s [ OK ] BasicTest.BasicStdTestCPU (0 ms) 1259s [----------] 5 tests from BasicTest (11 ms total) 1259s 1259s [----------] Global test environment tear-down 1259s [==========] 5 tests from 1 test suite ran. (11 ms total) 1259s [ PASSED ] 5 tests. 1259s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1259s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1259s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1259s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1259s autopkgtest: DBG: testbed command exited with code 0 1259s autopkgtest [01:30:26]: test 13_of_104__cpptest__basic: -----------------------] 1259s autopkgtest: DBG: testbed executing test finished with exit status 0 1259s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/13_of_104__cpptest__basic-stdout /tmp/autopkgtest-work.g4f853zl/out/13_of_104__cpptest__basic-stdout 1259s autopkgtest: DBG: got reply from testbed: ok 1259s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/13_of_104__cpptest__basic-stderr /tmp/autopkgtest-work.g4f853zl/out/13_of_104__cpptest__basic-stderr 1259s autopkgtest: DBG: got reply from testbed: ok 1259s 13_of_104__cpptest__basic PASS 1259s autopkgtest [01:30:26]: test 13_of_104__cpptest__basic: - - - - - - - - - - results - - - - - - - - - - 1259s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/13_of_104__cpptest__basic-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1260s autopkgtest: DBG: got reply from testbed: ok 1260s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/13_of_104__cpptest__basic-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1260s autopkgtest: DBG: testbed command exited with code 0 1260s autopkgtest [01:30:27]: test 14_of_104__cpptest__broadcast_test: preparing testbed 1260s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1260s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1260s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1260s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1260s autopkgtest: DBG: can use apt-get on testbed: True 1260s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1260s Reading package lists... 1260s Building dependency tree... 1260s Reading state information... 1260s Starting pkgProblemResolver with broken count: 0 1260s Starting 2 pkgProblemResolver with broken count: 0 1260s Done 1260s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1260s autopkgtest: DBG: testbed command exited with code 0 1260s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1261s autopkgtest: DBG: testbed command exited with code 0 1261s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1261s autopkgtest: DBG: testbed command exited with code 0 1261s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/14_of_104__cpptest__broadcast_test-packages.all"], kind short, sout raw, serr pipe, env [] 1261s autopkgtest: DBG: testbed command exited with code 0 1261s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/14_of_104__cpptest__broadcast_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/14_of_104__cpptest__broadcast_test-packages.all 1261s autopkgtest: DBG: got reply from testbed: ok 1261s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1261s autopkgtest: DBG: testbed command exited with code 0 1261s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1261s autopkgtest [01:30:28]: test 14_of_104__cpptest__broadcast_test: /usr/lib/libtorch-test/broadcast_test 1261s autopkgtest [01:30:28]: test 14_of_104__cpptest__broadcast_test: [----------------------- 1261s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/14_of_104__cpptest__broadcast_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/14_of_104__cpptest__broadcast_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/14_of_104__cpptest__broadcast_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/broadcast_test"], kind test, sout raw, serr raw, env [] 1261s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/14_of_104__cpptest__broadcast_test-artifacts 1261s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1261s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1261s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1261s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1261s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1261s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1261s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1261s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1261s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1261s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1261s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1261s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1261s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1261s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1261s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1261s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1261s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1261s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1261s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1261s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1261s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1261s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1261s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/14_of_104__cpptest__broadcast_test-stderr 1261s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/14_of_104__cpptest__broadcast_test-stdout 1261s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1261s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1261s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/broadcast_test 1261s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.gQmM5pB3Su/out to stdout and file: /tmp/autopkgtest.PBRVfE/14_of_104__cpptest__broadcast_test-stdout 1261s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.gQmM5pB3Su/err to standard error and file: /tmp/autopkgtest.PBRVfE/14_of_104__cpptest__broadcast_test-stdout 1261s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 3793 to /tmp/autopkgtest_script_pid 1262s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1262s [==========] Running 1 test from 1 test suite. 1262s [----------] Global test environment set-up. 1262s [----------] 1 test from BroadcastTest 1262s [ RUN ] BroadcastTest.Broadcast 1262s [ OK ] BroadcastTest.Broadcast (1 ms) 1262s [----------] 1 test from BroadcastTest (1 ms total) 1262s 1262s [----------] Global test environment tear-down 1262s [==========] 1 test from 1 test suite ran. (1 ms total) 1262s [ PASSED ] 1 test. 1262s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1262s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1262s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1262s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1262s autopkgtest: DBG: testbed command exited with code 0 1262s autopkgtest [01:30:29]: test 14_of_104__cpptest__broadcast_test: -----------------------] 1262s autopkgtest: DBG: testbed executing test finished with exit status 0 1262s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/14_of_104__cpptest__broadcast_test-stdout /tmp/autopkgtest-work.g4f853zl/out/14_of_104__cpptest__broadcast_test-stdout 1262s autopkgtest: DBG: got reply from testbed: ok 1262s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/14_of_104__cpptest__broadcast_test-stderr /tmp/autopkgtest-work.g4f853zl/out/14_of_104__cpptest__broadcast_test-stderr 1262s autopkgtest: DBG: got reply from testbed: ok 1262s 14_of_104__cpptest__broadcast_test PASS 1262s autopkgtest [01:30:29]: test 14_of_104__cpptest__broadcast_test: - - - - - - - - - - results - - - - - - - - - - 1262s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/14_of_104__cpptest__broadcast_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1263s autopkgtest: DBG: got reply from testbed: ok 1263s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/14_of_104__cpptest__broadcast_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1263s autopkgtest: DBG: testbed command exited with code 0 1263s autopkgtest [01:30:30]: test 15_of_104__cpptest__c10_Bitset_test: preparing testbed 1263s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1263s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1263s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1263s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1263s autopkgtest: DBG: can use apt-get on testbed: True 1263s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1263s Reading package lists... 1263s Building dependency tree... 1263s Reading state information... 1263s Starting pkgProblemResolver with broken count: 0 1263s Starting 2 pkgProblemResolver with broken count: 0 1263s Done 1263s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1263s autopkgtest: DBG: testbed command exited with code 0 1263s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1264s autopkgtest: DBG: testbed command exited with code 0 1264s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1264s autopkgtest: DBG: testbed command exited with code 0 1264s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/15_of_104__cpptest__c10_Bitset_test-packages.all"], kind short, sout raw, serr pipe, env [] 1264s autopkgtest: DBG: testbed command exited with code 0 1264s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/15_of_104__cpptest__c10_Bitset_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/15_of_104__cpptest__c10_Bitset_test-packages.all 1264s autopkgtest: DBG: got reply from testbed: ok 1264s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1264s autopkgtest: DBG: testbed command exited with code 0 1264s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1264s autopkgtest [01:30:31]: test 15_of_104__cpptest__c10_Bitset_test: /usr/lib/libtorch-test/c10_Bitset_test 1264s autopkgtest [01:30:31]: test 15_of_104__cpptest__c10_Bitset_test: [----------------------- 1264s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/15_of_104__cpptest__c10_Bitset_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/15_of_104__cpptest__c10_Bitset_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/15_of_104__cpptest__c10_Bitset_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_Bitset_test"], kind test, sout raw, serr raw, env [] 1264s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/15_of_104__cpptest__c10_Bitset_test-artifacts 1264s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1264s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1264s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1264s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1264s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1264s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1264s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1264s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1264s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1264s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1264s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1264s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1264s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1264s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1264s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1264s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1264s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1264s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1264s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1264s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1264s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1264s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1264s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/15_of_104__cpptest__c10_Bitset_test-stderr 1264s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/15_of_104__cpptest__c10_Bitset_test-stdout 1264s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1264s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1264s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_Bitset_test 1264s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.CjXGdnLmOp/out to stdout and file: /tmp/autopkgtest.PBRVfE/15_of_104__cpptest__c10_Bitset_test-stdout 1264s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.CjXGdnLmOp/err to standard error and file: /tmp/autopkgtest.PBRVfE/15_of_104__cpptest__c10_Bitset_test-stdout 1264s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 3946 to /tmp/autopkgtest_script_pid 1264s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1264s [==========] Running 12 tests from 1 test suite. 1264s [----------] Global test environment set-up. 1264s [----------] 12 tests from BitsetTest 1264s [ RUN ] BitsetTest.givenEmptyBitset_whenGettingBit_thenIsZero 1264s [ OK ] BitsetTest.givenEmptyBitset_whenGettingBit_thenIsZero (0 ms) 1264s [ RUN ] BitsetTest.givenEmptyBitset_whenUnsettingBit_thenIsZero 1264s [ OK ] BitsetTest.givenEmptyBitset_whenUnsettingBit_thenIsZero (0 ms) 1264s [ RUN ] BitsetTest.givenEmptyBitset_whenSettingAndUnsettingBit_thenIsZero 1264s [ OK ] BitsetTest.givenEmptyBitset_whenSettingAndUnsettingBit_thenIsZero (0 ms) 1264s [ RUN ] BitsetTest.givenEmptyBitset_whenSettingBit_thenIsSet 1264s [ OK ] BitsetTest.givenEmptyBitset_whenSettingBit_thenIsSet (0 ms) 1264s [ RUN ] BitsetTest.givenEmptyBitset_whenSettingBit_thenOthersStayUnset 1264s [ OK ] BitsetTest.givenEmptyBitset_whenSettingBit_thenOthersStayUnset (0 ms) 1264s [ RUN ] BitsetTest.givenNonemptyBitset_whenSettingBit_thenIsSet 1264s [ OK ] BitsetTest.givenNonemptyBitset_whenSettingBit_thenIsSet (0 ms) 1264s [ RUN ] BitsetTest.givenNonemptyBitset_whenSettingBit_thenOthersStayAtOldValue 1264s [ OK ] BitsetTest.givenNonemptyBitset_whenSettingBit_thenOthersStayAtOldValue (0 ms) 1264s [ RUN ] BitsetTest.givenNonemptyBitset_whenUnsettingBit_thenIsUnset 1264s [ OK ] BitsetTest.givenNonemptyBitset_whenUnsettingBit_thenIsUnset (0 ms) 1264s [ RUN ] BitsetTest.givenNonemptyBitset_whenUnsettingBit_thenOthersStayAtOldValue 1264s [ OK ] BitsetTest.givenNonemptyBitset_whenUnsettingBit_thenOthersStayAtOldValue (0 ms) 1264s [ RUN ] BitsetTest.givenEmptyBitset_whenCallingForEachBit_thenDoesntCall 1264s [ OK ] BitsetTest.givenEmptyBitset_whenCallingForEachBit_thenDoesntCall (0 ms) 1264s [ RUN ] BitsetTest.givenBitsetWithOneBitSet_whenCallingForEachBit_thenCallsForEachBit 1264s [ OK ] BitsetTest.givenBitsetWithOneBitSet_whenCallingForEachBit_thenCallsForEachBit (0 ms) 1264s [ RUN ] BitsetTest.givenBitsetWithMultipleBitsSet_whenCallingForEachBit_thenCallsForEachBit 1264s [ OK ] BitsetTest.givenBitsetWithMultipleBitsSet_whenCallingForEachBit_thenCallsForEachBit (0 ms) 1264s [----------] 12 tests from BitsetTest (0 ms total) 1264s 1264s [----------] Global test environment tear-down 1264s [==========] 12 tests from 1 test suite ran. (0 ms total) 1264s [ PASSED ] 12 tests. 1264s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1264s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1264s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1264s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1264s autopkgtest: DBG: testbed command exited with code 0 1265s autopkgtest [01:30:32]: test 15_of_104__cpptest__c10_Bitset_test: -----------------------] 1265s autopkgtest: DBG: testbed executing test finished with exit status 0 1265s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/15_of_104__cpptest__c10_Bitset_test-stdout /tmp/autopkgtest-work.g4f853zl/out/15_of_104__cpptest__c10_Bitset_test-stdout 1265s autopkgtest: DBG: got reply from testbed: ok 1265s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/15_of_104__cpptest__c10_Bitset_test-stderr /tmp/autopkgtest-work.g4f853zl/out/15_of_104__cpptest__c10_Bitset_test-stderr 1265s autopkgtest: DBG: got reply from testbed: ok 1265s 15_of_104__cpptest__c10_Bitset_test PASS 1265s autopkgtest [01:30:32]: test 15_of_104__cpptest__c10_Bitset_test: - - - - - - - - - - results - - - - - - - - - - 1265s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/15_of_104__cpptest__c10_Bitset_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1265s autopkgtest: DBG: got reply from testbed: ok 1265s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/15_of_104__cpptest__c10_Bitset_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1265s autopkgtest: DBG: testbed command exited with code 0 1265s autopkgtest [01:30:32]: test 16_of_104__cpptest__c10_CompileTimeFunctionPointer_test: preparing testbed 1265s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1265s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1265s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1265s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1265s autopkgtest: DBG: can use apt-get on testbed: True 1265s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1266s Reading package lists... 1266s Building dependency tree... 1266s Reading state information... 1266s Starting pkgProblemResolver with broken count: 0 1266s Starting 2 pkgProblemResolver with broken count: 0 1266s Done 1266s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1266s autopkgtest: DBG: testbed command exited with code 0 1266s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1266s autopkgtest: DBG: testbed command exited with code 0 1266s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1266s autopkgtest: DBG: testbed command exited with code 0 1266s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/16_of_104__cpptest__c10_CompileTimeFunctionPointer_test-packages.all"], kind short, sout raw, serr pipe, env [] 1267s autopkgtest: DBG: testbed command exited with code 0 1267s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/16_of_104__cpptest__c10_CompileTimeFunctionPointer_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/16_of_104__cpptest__c10_CompileTimeFunctionPointer_test-packages.all 1267s autopkgtest: DBG: got reply from testbed: ok 1267s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1267s autopkgtest: DBG: testbed command exited with code 0 1267s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1267s autopkgtest [01:30:34]: test 16_of_104__cpptest__c10_CompileTimeFunctionPointer_test: /usr/lib/libtorch-test/c10_CompileTimeFunctionPointer_test 1267s autopkgtest [01:30:34]: test 16_of_104__cpptest__c10_CompileTimeFunctionPointer_test: [----------------------- 1267s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/16_of_104__cpptest__c10_CompileTimeFunctionPointer_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/16_of_104__cpptest__c10_CompileTimeFunctionPointer_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/16_of_104__cpptest__c10_CompileTimeFunctionPointer_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_CompileTimeFunctionPointer_test"], kind test, sout raw, serr raw, env [] 1267s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/16_of_104__cpptest__c10_CompileTimeFunctionPointer_test-artifacts 1267s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1267s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1267s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1267s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1267s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1267s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1267s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1267s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1267s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1267s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1267s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1267s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1267s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1267s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1267s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1267s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1267s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1267s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1267s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1267s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1267s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1267s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1267s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/16_of_104__cpptest__c10_CompileTimeFunctionPointer_test-stderr 1267s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/16_of_104__cpptest__c10_CompileTimeFunctionPointer_test-stdout 1267s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1267s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1267s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_CompileTimeFunctionPointer_test 1267s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.Zyfm6pYNwM/out to stdout and file: /tmp/autopkgtest.PBRVfE/16_of_104__cpptest__c10_CompileTimeFunctionPointer_test-stdout 1267s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.Zyfm6pYNwM/err to standard error and file: /tmp/autopkgtest.PBRVfE/16_of_104__cpptest__c10_CompileTimeFunctionPointer_test-stdout 1267s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 4099 to /tmp/autopkgtest_script_pid 1267s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1267s [==========] Running 2 tests from 1 test suite. 1267s [----------] Global test environment set-up. 1267s [----------] 2 tests from CompileTimeFunctionPointerTest 1267s [ RUN ] CompileTimeFunctionPointerTest.runFunctionThroughType 1267s [ OK ] CompileTimeFunctionPointerTest.runFunctionThroughType (0 ms) 1267s [ RUN ] CompileTimeFunctionPointerTest.runFunctionThroughValue 1267s [ OK ] CompileTimeFunctionPointerTest.runFunctionThroughValue (0 ms) 1267s [----------] 2 tests from CompileTimeFunctionPointerTest (0 ms total) 1267s 1267s [----------] Global test environment tear-down 1267s [==========] 2 tests from 1 test suite ran. (0 ms total) 1267s [ PASSED ] 2 tests. 1267s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1267s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1267s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1267s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1267s autopkgtest: DBG: testbed command exited with code 0 1267s autopkgtest [01:30:34]: test 16_of_104__cpptest__c10_CompileTimeFunctionPointer_test: -----------------------] 1267s autopkgtest: DBG: testbed executing test finished with exit status 0 1267s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/16_of_104__cpptest__c10_CompileTimeFunctionPointer_test-stdout /tmp/autopkgtest-work.g4f853zl/out/16_of_104__cpptest__c10_CompileTimeFunctionPointer_test-stdout 1268s autopkgtest: DBG: got reply from testbed: ok 1268s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/16_of_104__cpptest__c10_CompileTimeFunctionPointer_test-stderr /tmp/autopkgtest-work.g4f853zl/out/16_of_104__cpptest__c10_CompileTimeFunctionPointer_test-stderr 1268s autopkgtest: DBG: got reply from testbed: ok 1268s autopkgtest [01:30:35]: test 16_of_104__cpptest__c10_CompileTimeFunctionPointer_test: - - - - - - - - - - results - - - - - - - - - - 1268s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/16_of_104__cpptest__c10_CompileTimeFunctionPointer_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1268s 16_of_104__cpptest__c10_CompileTimeFunctionPointer_test PASS 1268s autopkgtest: DBG: got reply from testbed: ok 1268s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/16_of_104__cpptest__c10_CompileTimeFunctionPointer_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1268s autopkgtest: DBG: testbed command exited with code 0 1268s autopkgtest [01:30:35]: test 17_of_104__cpptest__c10_ConstexprCrc_test: preparing testbed 1268s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1268s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1268s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1268s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1268s autopkgtest: DBG: can use apt-get on testbed: True 1268s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1268s Reading package lists... 1269s Building dependency tree... 1269s Reading state information... 1269s Starting pkgProblemResolver with broken count: 0 1269s Starting 2 pkgProblemResolver with broken count: 0 1269s Done 1269s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1269s autopkgtest: DBG: testbed command exited with code 0 1269s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1269s autopkgtest: DBG: testbed command exited with code 0 1269s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1269s autopkgtest: DBG: testbed command exited with code 0 1269s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/17_of_104__cpptest__c10_ConstexprCrc_test-packages.all"], kind short, sout raw, serr pipe, env [] 1269s autopkgtest: DBG: testbed command exited with code 0 1269s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/17_of_104__cpptest__c10_ConstexprCrc_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/17_of_104__cpptest__c10_ConstexprCrc_test-packages.all 1270s autopkgtest: DBG: got reply from testbed: ok 1270s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1270s autopkgtest: DBG: testbed command exited with code 0 1270s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1270s autopkgtest [01:30:37]: test 17_of_104__cpptest__c10_ConstexprCrc_test: /usr/lib/libtorch-test/c10_ConstexprCrc_test 1270s autopkgtest [01:30:37]: test 17_of_104__cpptest__c10_ConstexprCrc_test: [----------------------- 1270s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/17_of_104__cpptest__c10_ConstexprCrc_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/17_of_104__cpptest__c10_ConstexprCrc_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/17_of_104__cpptest__c10_ConstexprCrc_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_ConstexprCrc_test"], kind test, sout raw, serr raw, env [] 1270s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/17_of_104__cpptest__c10_ConstexprCrc_test-artifacts 1270s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1270s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1270s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1270s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1270s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1270s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1270s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1270s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1270s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1270s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1270s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1270s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1270s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1270s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1270s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1270s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1270s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1270s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1270s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1270s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1270s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1270s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1270s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/17_of_104__cpptest__c10_ConstexprCrc_test-stderr 1270s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/17_of_104__cpptest__c10_ConstexprCrc_test-stdout 1270s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1270s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1270s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_ConstexprCrc_test 1270s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.KKd7g3XL84/out to stdout and file: /tmp/autopkgtest.PBRVfE/17_of_104__cpptest__c10_ConstexprCrc_test-stdout 1270s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.KKd7g3XL84/err to standard error and file: /tmp/autopkgtest.PBRVfE/17_of_104__cpptest__c10_ConstexprCrc_test-stdout 1270s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 4252 to /tmp/autopkgtest_script_pid 1270s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1270s [==========] Running 0 tests from 0 test suites. 1270s [==========] 0 tests from 0 test suites ran. (0 ms total) 1270s [ PASSED ] 0 tests. 1270s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1270s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1270s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1270s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1270s autopkgtest: DBG: testbed command exited with code 0 1270s autopkgtest [01:30:37]: test 17_of_104__cpptest__c10_ConstexprCrc_test: -----------------------] 1270s autopkgtest: DBG: testbed executing test finished with exit status 0 1270s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/17_of_104__cpptest__c10_ConstexprCrc_test-stdout /tmp/autopkgtest-work.g4f853zl/out/17_of_104__cpptest__c10_ConstexprCrc_test-stdout 1270s autopkgtest: DBG: got reply from testbed: ok 1270s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/17_of_104__cpptest__c10_ConstexprCrc_test-stderr /tmp/autopkgtest-work.g4f853zl/out/17_of_104__cpptest__c10_ConstexprCrc_test-stderr 1270s autopkgtest: DBG: got reply from testbed: ok 1271s autopkgtest [01:30:38]: test 17_of_104__cpptest__c10_ConstexprCrc_test: - - - - - - - - - - results - - - - - - - - - - 1271s 17_of_104__cpptest__c10_ConstexprCrc_test PASS 1271s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/17_of_104__cpptest__c10_ConstexprCrc_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1271s autopkgtest: DBG: got reply from testbed: ok 1271s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/17_of_104__cpptest__c10_ConstexprCrc_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1271s autopkgtest: DBG: testbed command exited with code 0 1271s autopkgtest [01:30:38]: test 18_of_104__cpptest__c10_DeadlockDetection_test: preparing testbed 1271s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1271s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1271s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1271s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1271s autopkgtest: DBG: can use apt-get on testbed: True 1271s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1271s Reading package lists... 1271s Building dependency tree... 1271s Reading state information... 1271s Starting pkgProblemResolver with broken count: 0 1271s Starting 2 pkgProblemResolver with broken count: 0 1271s Done 1272s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1272s autopkgtest: DBG: testbed command exited with code 0 1272s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1272s autopkgtest: DBG: testbed command exited with code 0 1272s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1272s autopkgtest: DBG: testbed command exited with code 0 1272s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/18_of_104__cpptest__c10_DeadlockDetection_test-packages.all"], kind short, sout raw, serr pipe, env [] 1272s autopkgtest: DBG: testbed command exited with code 0 1272s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/18_of_104__cpptest__c10_DeadlockDetection_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/18_of_104__cpptest__c10_DeadlockDetection_test-packages.all 1272s autopkgtest: DBG: got reply from testbed: ok 1272s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1272s autopkgtest: DBG: testbed command exited with code 0 1272s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1272s autopkgtest [01:30:39]: test 18_of_104__cpptest__c10_DeadlockDetection_test: /usr/lib/libtorch-test/c10_DeadlockDetection_test 1272s autopkgtest [01:30:39]: test 18_of_104__cpptest__c10_DeadlockDetection_test: [----------------------- 1272s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/18_of_104__cpptest__c10_DeadlockDetection_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/18_of_104__cpptest__c10_DeadlockDetection_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/18_of_104__cpptest__c10_DeadlockDetection_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_DeadlockDetection_test"], kind test, sout raw, serr raw, env [] 1273s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/18_of_104__cpptest__c10_DeadlockDetection_test-artifacts 1273s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1273s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1273s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1273s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1273s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1273s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1273s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1273s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1273s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1273s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1273s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1273s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1273s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1273s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1273s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1273s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1273s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1273s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1273s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1273s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1273s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1273s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1273s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/18_of_104__cpptest__c10_DeadlockDetection_test-stderr 1273s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/18_of_104__cpptest__c10_DeadlockDetection_test-stdout 1273s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1273s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1273s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_DeadlockDetection_test 1273s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.XtrEu877J4/out to stdout and file: /tmp/autopkgtest.PBRVfE/18_of_104__cpptest__c10_DeadlockDetection_test-stdout 1273s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.XtrEu877J4/err to standard error and file: /tmp/autopkgtest.PBRVfE/18_of_104__cpptest__c10_DeadlockDetection_test-stdout 1273s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 4405 to /tmp/autopkgtest_script_pid 1273s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1273s [==========] Running 2 tests from 1 test suite. 1273s [----------] Global test environment set-up. 1273s [----------] 2 tests from DeadlockDetection 1273s [ RUN ] DeadlockDetection.basic 1273s [ OK ] DeadlockDetection.basic (0 ms) 1273s [ RUN ] DeadlockDetection.disable 1273s [ OK ] DeadlockDetection.disable (0 ms) 1273s [----------] 2 tests from DeadlockDetection (0 ms total) 1273s 1273s [----------] Global test environment tear-down 1273s [==========] 2 tests from 1 test suite ran. (0 ms total) 1273s [ PASSED ] 2 tests. 1273s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1273s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1273s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1273s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1273s autopkgtest: DBG: testbed command exited with code 0 1273s autopkgtest [01:30:40]: test 18_of_104__cpptest__c10_DeadlockDetection_test: -----------------------] 1273s autopkgtest: DBG: testbed executing test finished with exit status 0 1273s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/18_of_104__cpptest__c10_DeadlockDetection_test-stdout /tmp/autopkgtest-work.g4f853zl/out/18_of_104__cpptest__c10_DeadlockDetection_test-stdout 1273s autopkgtest: DBG: got reply from testbed: ok 1273s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/18_of_104__cpptest__c10_DeadlockDetection_test-stderr /tmp/autopkgtest-work.g4f853zl/out/18_of_104__cpptest__c10_DeadlockDetection_test-stderr 1273s autopkgtest: DBG: got reply from testbed: ok 1273s autopkgtest [01:30:40]: test 18_of_104__cpptest__c10_DeadlockDetection_test: - - - - - - - - - - results - - - - - - - - - - 1273s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/18_of_104__cpptest__c10_DeadlockDetection_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1273s 18_of_104__cpptest__c10_DeadlockDetection_test PASS 1274s autopkgtest: DBG: got reply from testbed: ok 1274s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/18_of_104__cpptest__c10_DeadlockDetection_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1274s autopkgtest: DBG: testbed command exited with code 0 1274s autopkgtest [01:30:41]: test 19_of_104__cpptest__c10_DeviceGuard_test: preparing testbed 1274s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1274s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1274s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1274s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1274s autopkgtest: DBG: can use apt-get on testbed: True 1274s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1274s Reading package lists... 1274s Building dependency tree... 1274s Reading state information... 1274s Starting pkgProblemResolver with broken count: 0 1274s Starting 2 pkgProblemResolver with broken count: 0 1274s Done 1274s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1274s autopkgtest: DBG: testbed command exited with code 0 1274s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1275s autopkgtest: DBG: testbed command exited with code 0 1275s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1275s autopkgtest: DBG: testbed command exited with code 0 1275s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/19_of_104__cpptest__c10_DeviceGuard_test-packages.all"], kind short, sout raw, serr pipe, env [] 1275s autopkgtest: DBG: testbed command exited with code 0 1275s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/19_of_104__cpptest__c10_DeviceGuard_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/19_of_104__cpptest__c10_DeviceGuard_test-packages.all 1275s autopkgtest: DBG: got reply from testbed: ok 1275s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1275s autopkgtest: DBG: testbed command exited with code 0 1275s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1275s autopkgtest [01:30:42]: test 19_of_104__cpptest__c10_DeviceGuard_test: /usr/lib/libtorch-test/c10_DeviceGuard_test 1275s autopkgtest [01:30:42]: test 19_of_104__cpptest__c10_DeviceGuard_test: [----------------------- 1275s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/19_of_104__cpptest__c10_DeviceGuard_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/19_of_104__cpptest__c10_DeviceGuard_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/19_of_104__cpptest__c10_DeviceGuard_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_DeviceGuard_test"], kind test, sout raw, serr raw, env [] 1275s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/19_of_104__cpptest__c10_DeviceGuard_test-artifacts 1275s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1275s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1275s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1275s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1275s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1275s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1275s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1275s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1275s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1275s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1275s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1275s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1275s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1275s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1275s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1275s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1275s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1275s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1275s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1275s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1275s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1275s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1275s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/19_of_104__cpptest__c10_DeviceGuard_test-stderr 1275s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/19_of_104__cpptest__c10_DeviceGuard_test-stdout 1275s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1275s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1275s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_DeviceGuard_test 1275s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.WnLWZejIVh/out to stdout and file: /tmp/autopkgtest.PBRVfE/19_of_104__cpptest__c10_DeviceGuard_test-stdout 1275s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.WnLWZejIVh/err to standard error and file: /tmp/autopkgtest.PBRVfE/19_of_104__cpptest__c10_DeviceGuard_test-stdout 1275s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 4558 to /tmp/autopkgtest_script_pid 1275s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1275s [==========] Running 2 tests from 2 test suites. 1275s [----------] Global test environment set-up. 1275s [----------] 1 test from DeviceGuard 1275s [ RUN ] DeviceGuard.ResetDeviceDifferentDeviceType 1275s [ OK ] DeviceGuard.ResetDeviceDifferentDeviceType (0 ms) 1275s [----------] 1 test from DeviceGuard (0 ms total) 1275s 1275s [----------] 1 test from OptionalDeviceGuard 1275s [ RUN ] OptionalDeviceGuard.ResetDeviceDifferentDeviceType 1275s [ OK ] OptionalDeviceGuard.ResetDeviceDifferentDeviceType (0 ms) 1275s [----------] 1 test from OptionalDeviceGuard (0 ms total) 1275s 1275s [----------] Global test environment tear-down 1275s [==========] 2 tests from 2 test suites ran. (0 ms total) 1275s [ PASSED ] 2 tests. 1275s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1276s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1276s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1276s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1276s autopkgtest: DBG: testbed command exited with code 0 1276s autopkgtest [01:30:43]: test 19_of_104__cpptest__c10_DeviceGuard_test: -----------------------] 1276s autopkgtest: DBG: testbed executing test finished with exit status 0 1276s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/19_of_104__cpptest__c10_DeviceGuard_test-stdout /tmp/autopkgtest-work.g4f853zl/out/19_of_104__cpptest__c10_DeviceGuard_test-stdout 1276s autopkgtest: DBG: got reply from testbed: ok 1276s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/19_of_104__cpptest__c10_DeviceGuard_test-stderr /tmp/autopkgtest-work.g4f853zl/out/19_of_104__cpptest__c10_DeviceGuard_test-stderr 1276s autopkgtest: DBG: got reply from testbed: ok 1276s 19_of_104__cpptest__c10_DeviceGuard_test PASS 1276s autopkgtest [01:30:43]: test 19_of_104__cpptest__c10_DeviceGuard_test: - - - - - - - - - - results - - - - - - - - - - 1276s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/19_of_104__cpptest__c10_DeviceGuard_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1276s autopkgtest: DBG: got reply from testbed: ok 1276s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/19_of_104__cpptest__c10_DeviceGuard_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1277s autopkgtest: DBG: testbed command exited with code 0 1277s autopkgtest [01:30:44]: test 20_of_104__cpptest__c10_Device_test: preparing testbed 1277s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1277s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1277s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1277s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1277s autopkgtest: DBG: can use apt-get on testbed: True 1277s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1277s Reading package lists... 1277s Building dependency tree... 1277s Reading state information... 1277s Starting pkgProblemResolver with broken count: 0 1277s Starting 2 pkgProblemResolver with broken count: 0 1277s Done 1277s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1277s autopkgtest: DBG: testbed command exited with code 0 1277s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1277s autopkgtest: DBG: testbed command exited with code 0 1277s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1278s autopkgtest: DBG: testbed command exited with code 0 1278s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/20_of_104__cpptest__c10_Device_test-packages.all"], kind short, sout raw, serr pipe, env [] 1278s autopkgtest: DBG: testbed command exited with code 0 1278s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/20_of_104__cpptest__c10_Device_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/20_of_104__cpptest__c10_Device_test-packages.all 1278s autopkgtest: DBG: got reply from testbed: ok 1278s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1278s autopkgtest: DBG: testbed command exited with code 0 1278s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1278s autopkgtest [01:30:45]: test 20_of_104__cpptest__c10_Device_test: /usr/lib/libtorch-test/c10_Device_test 1278s autopkgtest [01:30:45]: test 20_of_104__cpptest__c10_Device_test: [----------------------- 1278s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/20_of_104__cpptest__c10_Device_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/20_of_104__cpptest__c10_Device_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/20_of_104__cpptest__c10_Device_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_Device_test"], kind test, sout raw, serr raw, env [] 1278s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/20_of_104__cpptest__c10_Device_test-artifacts 1278s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1278s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1278s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1278s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1278s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1278s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1278s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1278s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1278s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1278s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1278s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1278s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1278s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1278s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1278s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1278s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1278s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1278s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1278s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1278s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1278s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1278s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1278s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/20_of_104__cpptest__c10_Device_test-stderr 1278s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/20_of_104__cpptest__c10_Device_test-stdout 1278s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1278s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1278s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_Device_test 1278s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.LKy2IbGPda/out to stdout and file: /tmp/autopkgtest.PBRVfE/20_of_104__cpptest__c10_Device_test-stdout 1278s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.LKy2IbGPda/err to standard error and file: /tmp/autopkgtest.PBRVfE/20_of_104__cpptest__c10_Device_test-stdout 1278s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 4711 to /tmp/autopkgtest_script_pid 1278s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1278s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1278s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1278s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1278s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1278s [==========] Running 3 tests from 2 test suites. 1278s [----------] Global test environment set-up. 1278s [----------] 1 test from DeviceTest 1278s [ RUN ] DeviceTest.BasicConstruction 1278s [ OK ] DeviceTest.BasicConstruction (0 ms) 1278s [----------] 1 test from DeviceTest (0 ms total) 1278s 1278s [----------] 2 tests from DeviceTypeTest 1278s [ RUN ] DeviceTypeTest.PrivateUseOneDeviceType 1278s [ OK ] DeviceTypeTest.PrivateUseOneDeviceType (0 ms) 1278s [ RUN ] DeviceTypeTest.PrivateUseOneRegister 1278s [ OK ] DeviceTypeTest.PrivateUseOneRegister (0 ms) 1278s [----------] 2 tests from DeviceTypeTest (0 ms total) 1278s 1278s [----------] Global test environment tear-down 1278s [==========] 3 tests from 2 test suites ran. (0 ms total) 1278s [ PASSED ] 3 tests. 1278s autopkgtest: DBG: testbed command exited with code 0 1279s autopkgtest [01:30:46]: test 20_of_104__cpptest__c10_Device_test: -----------------------] 1279s autopkgtest: DBG: testbed executing test finished with exit status 0 1279s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/20_of_104__cpptest__c10_Device_test-stdout /tmp/autopkgtest-work.g4f853zl/out/20_of_104__cpptest__c10_Device_test-stdout 1279s autopkgtest: DBG: got reply from testbed: ok 1279s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/20_of_104__cpptest__c10_Device_test-stderr /tmp/autopkgtest-work.g4f853zl/out/20_of_104__cpptest__c10_Device_test-stderr 1279s autopkgtest: DBG: got reply from testbed: ok 1279s 20_of_104__cpptest__c10_Device_test PASS 1279s autopkgtest [01:30:46]: test 20_of_104__cpptest__c10_Device_test: - - - - - - - - - - results - - - - - - - - - - 1279s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/20_of_104__cpptest__c10_Device_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1279s autopkgtest: DBG: got reply from testbed: ok 1279s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/20_of_104__cpptest__c10_Device_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1279s autopkgtest: DBG: testbed command exited with code 0 1279s autopkgtest [01:30:46]: test 21_of_104__cpptest__c10_DispatchKeySet_test: preparing testbed 1279s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1279s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1279s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1279s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1279s autopkgtest: DBG: can use apt-get on testbed: True 1279s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1280s Reading package lists... 1280s Building dependency tree... 1280s Reading state information... 1280s Starting pkgProblemResolver with broken count: 0 1280s Starting 2 pkgProblemResolver with broken count: 0 1280s Done 1280s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1280s autopkgtest: DBG: testbed command exited with code 0 1280s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1280s autopkgtest: DBG: testbed command exited with code 0 1280s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1280s autopkgtest: DBG: testbed command exited with code 0 1280s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/21_of_104__cpptest__c10_DispatchKeySet_test-packages.all"], kind short, sout raw, serr pipe, env [] 1281s autopkgtest: DBG: testbed command exited with code 0 1281s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/21_of_104__cpptest__c10_DispatchKeySet_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/21_of_104__cpptest__c10_DispatchKeySet_test-packages.all 1281s autopkgtest: DBG: got reply from testbed: ok 1281s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1281s autopkgtest: DBG: testbed command exited with code 0 1281s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1281s autopkgtest [01:30:48]: test 21_of_104__cpptest__c10_DispatchKeySet_test: /usr/lib/libtorch-test/c10_DispatchKeySet_test 1281s autopkgtest [01:30:48]: test 21_of_104__cpptest__c10_DispatchKeySet_test: [----------------------- 1281s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/21_of_104__cpptest__c10_DispatchKeySet_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/21_of_104__cpptest__c10_DispatchKeySet_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/21_of_104__cpptest__c10_DispatchKeySet_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_DispatchKeySet_test"], kind test, sout raw, serr raw, env [] 1281s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/21_of_104__cpptest__c10_DispatchKeySet_test-artifacts 1281s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1281s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1281s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1281s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1281s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1281s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1281s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1281s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1281s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1281s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1281s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1281s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1281s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1281s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1281s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1281s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1281s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1281s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1281s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1281s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1281s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1281s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1281s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/21_of_104__cpptest__c10_DispatchKeySet_test-stderr 1281s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/21_of_104__cpptest__c10_DispatchKeySet_test-stdout 1281s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1281s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1281s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_DispatchKeySet_test 1281s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.eDBYqvw5rP/out to stdout and file: /tmp/autopkgtest.PBRVfE/21_of_104__cpptest__c10_DispatchKeySet_test-stdout 1281s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.eDBYqvw5rP/err to standard error and file: /tmp/autopkgtest.PBRVfE/21_of_104__cpptest__c10_DispatchKeySet_test-stdout 1281s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 4864 to /tmp/autopkgtest_script_pid 1281s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1281s [==========] Running 16 tests from 1 test suite. 1281s [----------] Global test environment set-up. 1281s [----------] 16 tests from DispatchKeySet 1281s [ RUN ] DispatchKeySet.ShowSemantics 1281s [ OK ] DispatchKeySet.ShowSemantics (0 ms) 1281s [ RUN ] DispatchKeySet.Empty 1281s [ OK ] DispatchKeySet.Empty (0 ms) 1281s [ RUN ] DispatchKeySet.SingletonBackendComponent 1281s [ OK ] DispatchKeySet.SingletonBackendComponent (0 ms) 1281s [ RUN ] DispatchKeySet.SingletonFunctionalityKeys 1281s [ OK ] DispatchKeySet.SingletonFunctionalityKeys (0 ms) 1281s [ RUN ] DispatchKeySet.SingletonPerBackendFunctionalityKeys 1281s [ OK ] DispatchKeySet.SingletonPerBackendFunctionalityKeys (0 ms) 1281s [ RUN ] DispatchKeySet.DoubletonPerBackend 1281s [ OK ] DispatchKeySet.DoubletonPerBackend (2 ms) 1281s [ RUN ] DispatchKeySet.Full 1281s [ OK ] DispatchKeySet.Full (0 ms) 1281s [ RUN ] DispatchKeySet.IteratorBasicOps 1281s [ OK ] DispatchKeySet.IteratorBasicOps (0 ms) 1281s [ RUN ] DispatchKeySet.getHighestPriorityBackendTypeId 1281s [ OK ] DispatchKeySet.getHighestPriorityBackendTypeId (0 ms) 1281s [ RUN ] DispatchKeySet.IteratorEmpty 1281s [ OK ] DispatchKeySet.IteratorEmpty (0 ms) 1281s [ RUN ] DispatchKeySet.IteratorCrossProduct 1281s [ OK ] DispatchKeySet.IteratorCrossProduct (0 ms) 1281s [ RUN ] DispatchKeySet.IteratorFull 1281s [ OK ] DispatchKeySet.IteratorFull (0 ms) 1281s [ RUN ] DispatchKeySet.FailAtEndIterator 1281s [ OK ] DispatchKeySet.FailAtEndIterator (0 ms) 1281s [ RUN ] DispatchKeySet.TestBackendComponentToString 1281s [ OK ] DispatchKeySet.TestBackendComponentToString (0 ms) 1281s [ RUN ] DispatchKeySet.TestEndOfRuntimeBackendKeysAccurate 1281s [ OK ] DispatchKeySet.TestEndOfRuntimeBackendKeysAccurate (0 ms) 1281s [ RUN ] DispatchKeySet.TestFunctionalityDispatchKeyToString 1281s [ OK ] DispatchKeySet.TestFunctionalityDispatchKeyToString (0 ms) 1281s [----------] 16 tests from DispatchKeySet (2 ms total) 1281s 1281s [----------] Global test environment tear-down 1281s [==========] 16 tests from 1 test suite ran. (2 ms total) 1281s [ PASSED ] 16 tests. 1281s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1281s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1281s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1281s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1281s autopkgtest: DBG: testbed command exited with code 0 1281s autopkgtest [01:30:48]: test 21_of_104__cpptest__c10_DispatchKeySet_test: -----------------------] 1281s autopkgtest: DBG: testbed executing test finished with exit status 0 1281s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/21_of_104__cpptest__c10_DispatchKeySet_test-stdout /tmp/autopkgtest-work.g4f853zl/out/21_of_104__cpptest__c10_DispatchKeySet_test-stdout 1281s autopkgtest: DBG: got reply from testbed: ok 1281s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/21_of_104__cpptest__c10_DispatchKeySet_test-stderr /tmp/autopkgtest-work.g4f853zl/out/21_of_104__cpptest__c10_DispatchKeySet_test-stderr 1282s autopkgtest: DBG: got reply from testbed: ok 1282s autopkgtest [01:30:49]: test 21_of_104__cpptest__c10_DispatchKeySet_test: - - - - - - - - - - results - - - - - - - - - - 1282s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/21_of_104__cpptest__c10_DispatchKeySet_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1282s 21_of_104__cpptest__c10_DispatchKeySet_test PASS 1282s autopkgtest: DBG: got reply from testbed: ok 1282s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/21_of_104__cpptest__c10_DispatchKeySet_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1282s autopkgtest: DBG: testbed command exited with code 0 1282s autopkgtest [01:30:49]: test 22_of_104__cpptest__c10_Half_test: preparing testbed 1282s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1282s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1282s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1282s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1282s autopkgtest: DBG: can use apt-get on testbed: True 1282s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1282s Reading package lists... 1282s Building dependency tree... 1282s Reading state information... 1283s Starting pkgProblemResolver with broken count: 0 1283s Starting 2 pkgProblemResolver with broken count: 0 1283s Done 1283s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1283s autopkgtest: DBG: testbed command exited with code 0 1283s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1283s autopkgtest: DBG: testbed command exited with code 0 1283s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1283s autopkgtest: DBG: testbed command exited with code 0 1283s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/22_of_104__cpptest__c10_Half_test-packages.all"], kind short, sout raw, serr pipe, env [] 1283s autopkgtest: DBG: testbed command exited with code 0 1283s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/22_of_104__cpptest__c10_Half_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/22_of_104__cpptest__c10_Half_test-packages.all 1283s autopkgtest: DBG: got reply from testbed: ok 1283s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1284s autopkgtest: DBG: testbed command exited with code 0 1284s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1284s autopkgtest [01:30:51]: test 22_of_104__cpptest__c10_Half_test: /usr/lib/libtorch-test/c10_Half_test 1284s autopkgtest [01:30:51]: test 22_of_104__cpptest__c10_Half_test: [----------------------- 1284s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/22_of_104__cpptest__c10_Half_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/22_of_104__cpptest__c10_Half_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/22_of_104__cpptest__c10_Half_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_Half_test"], kind test, sout raw, serr raw, env [] 1284s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/22_of_104__cpptest__c10_Half_test-artifacts 1284s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1284s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1284s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1284s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1284s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1284s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1284s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1284s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1284s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1284s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1284s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1284s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1284s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1284s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1284s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1284s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1284s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1284s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1284s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1284s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1284s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1284s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1284s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/22_of_104__cpptest__c10_Half_test-stderr 1284s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/22_of_104__cpptest__c10_Half_test-stdout 1284s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1284s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1284s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_Half_test 1284s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.vG92I0kZ8Y/out to stdout and file: /tmp/autopkgtest.PBRVfE/22_of_104__cpptest__c10_Half_test-stdout 1284s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.vG92I0kZ8Y/err to standard error and file: /tmp/autopkgtest.PBRVfE/22_of_104__cpptest__c10_Half_test-stdout 1284s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 5017 to /tmp/autopkgtest_script_pid 1284s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1284s [==========] Running 3 tests from 2 test suites. 1284s [----------] Global test environment set-up. 1284s [----------] 1 test from HalfConversionTest 1284s [ RUN ] HalfConversionTest.TestPorableConversion 1284s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1284s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1284s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1284s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1284s [ OK ] HalfConversionTest.TestPorableConversion (0 ms) 1284s [----------] 1 test from HalfConversionTest (0 ms total) 1284s 1284s [----------] 2 tests from HalfConversion 1284s [ RUN ] HalfConversion.TestNativeConversionToFloat 1284s [ OK ] HalfConversion.TestNativeConversionToFloat (0 ms) 1284s [ RUN ] HalfConversion.TestNativeConversionToHalf 1284s [ OK ] HalfConversion.TestNativeConversionToHalf (0 ms) 1284s [----------] 2 tests from HalfConversion (1 ms total) 1284s 1284s [----------] Global test environment tear-down 1284s [==========] 3 tests from 2 test suites ran. (1 ms total) 1284s [ PASSED ] 3 tests. 1284s autopkgtest: DBG: testbed command exited with code 0 1284s autopkgtest [01:30:51]: test 22_of_104__cpptest__c10_Half_test: -----------------------] 1284s autopkgtest: DBG: testbed executing test finished with exit status 0 1284s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/22_of_104__cpptest__c10_Half_test-stdout /tmp/autopkgtest-work.g4f853zl/out/22_of_104__cpptest__c10_Half_test-stdout 1284s autopkgtest: DBG: got reply from testbed: ok 1284s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/22_of_104__cpptest__c10_Half_test-stderr /tmp/autopkgtest-work.g4f853zl/out/22_of_104__cpptest__c10_Half_test-stderr 1284s autopkgtest: DBG: got reply from testbed: ok 1284s autopkgtest [01:30:51]: test 22_of_104__cpptest__c10_Half_test: - - - - - - - - - - results - - - - - - - - - - 1284s 22_of_104__cpptest__c10_Half_test PASS 1284s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/22_of_104__cpptest__c10_Half_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1285s autopkgtest: DBG: got reply from testbed: ok 1285s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/22_of_104__cpptest__c10_Half_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1285s autopkgtest: DBG: testbed command exited with code 0 1285s autopkgtest [01:30:52]: test 23_of_104__cpptest__c10_InlineDeviceGuard_test: preparing testbed 1285s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1285s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1285s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1285s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1285s autopkgtest: DBG: can use apt-get on testbed: True 1285s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1285s Reading package lists... 1285s Building dependency tree... 1285s Reading state information... 1285s Starting pkgProblemResolver with broken count: 0 1285s Starting 2 pkgProblemResolver with broken count: 0 1285s Done 1285s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1286s autopkgtest: DBG: testbed command exited with code 0 1286s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1286s autopkgtest: DBG: testbed command exited with code 0 1286s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1286s autopkgtest: DBG: testbed command exited with code 0 1286s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/23_of_104__cpptest__c10_InlineDeviceGuard_test-packages.all"], kind short, sout raw, serr pipe, env [] 1286s autopkgtest: DBG: testbed command exited with code 0 1286s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/23_of_104__cpptest__c10_InlineDeviceGuard_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/23_of_104__cpptest__c10_InlineDeviceGuard_test-packages.all 1286s autopkgtest: DBG: got reply from testbed: ok 1286s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1286s autopkgtest: DBG: testbed command exited with code 0 1286s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1286s autopkgtest [01:30:53]: test 23_of_104__cpptest__c10_InlineDeviceGuard_test: /usr/lib/libtorch-test/c10_InlineDeviceGuard_test 1286s autopkgtest [01:30:53]: test 23_of_104__cpptest__c10_InlineDeviceGuard_test: [----------------------- 1286s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/23_of_104__cpptest__c10_InlineDeviceGuard_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/23_of_104__cpptest__c10_InlineDeviceGuard_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/23_of_104__cpptest__c10_InlineDeviceGuard_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_InlineDeviceGuard_test"], kind test, sout raw, serr raw, env [] 1286s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/23_of_104__cpptest__c10_InlineDeviceGuard_test-artifacts 1286s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1286s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1286s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1286s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1286s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1286s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1286s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1286s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1286s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1286s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1286s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1286s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1286s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1286s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1286s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1286s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1286s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1286s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1286s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1286s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1286s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1286s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1286s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/23_of_104__cpptest__c10_InlineDeviceGuard_test-stderr 1286s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/23_of_104__cpptest__c10_InlineDeviceGuard_test-stdout 1286s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1286s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1286s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_InlineDeviceGuard_test 1286s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.m6uIevAWgW/out to stdout and file: /tmp/autopkgtest.PBRVfE/23_of_104__cpptest__c10_InlineDeviceGuard_test-stdout 1286s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.m6uIevAWgW/err to standard error and file: /tmp/autopkgtest.PBRVfE/23_of_104__cpptest__c10_InlineDeviceGuard_test-stdout 1286s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 5170 to /tmp/autopkgtest_script_pid 1286s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1286s [==========] Running 9 tests from 2 test suites. 1286s [----------] Global test environment set-up. 1286s [----------] 5 tests from InlineDeviceGuard 1286s [ RUN ] InlineDeviceGuard.Constructor 1287s [ OK ] InlineDeviceGuard.Constructor (0 ms) 1287s [ RUN ] InlineDeviceGuard.ConstructorError 1287s [ OK ] InlineDeviceGuard.ConstructorError (0 ms) 1287s [ RUN ] InlineDeviceGuard.SetDevice 1287s [ OK ] InlineDeviceGuard.SetDevice (0 ms) 1287s [ RUN ] InlineDeviceGuard.ResetDevice 1287s [ OK ] InlineDeviceGuard.ResetDevice (0 ms) 1287s [ RUN ] InlineDeviceGuard.SetIndex 1287s [ OK ] InlineDeviceGuard.SetIndex (0 ms) 1287s [----------] 5 tests from InlineDeviceGuard (0 ms total) 1287s 1287s [----------] 4 tests from InlineOptionalDeviceGuard 1287s [ RUN ] InlineOptionalDeviceGuard.Constructor 1287s [ OK ] InlineOptionalDeviceGuard.Constructor (0 ms) 1287s [ RUN ] InlineOptionalDeviceGuard.NullaryConstructor 1287s [ OK ] InlineOptionalDeviceGuard.NullaryConstructor (0 ms) 1287s [ RUN ] InlineOptionalDeviceGuard.SetDevice 1287s [ OK ] InlineOptionalDeviceGuard.SetDevice (0 ms) 1287s [ RUN ] InlineOptionalDeviceGuard.SetIndex 1287s [ OK ] InlineOptionalDeviceGuard.SetIndex (0 ms) 1287s [----------] 4 tests from InlineOptionalDeviceGuard (0 ms total) 1287s 1287s [----------] Global test environment tear-down 1287s [==========] 9 tests from 2 test suites ran. (0 ms total) 1287s [ PASSED ] 9 tests. 1287s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1287s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1287s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1287s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1287s autopkgtest: DBG: testbed command exited with code 0 1287s autopkgtest [01:30:54]: test 23_of_104__cpptest__c10_InlineDeviceGuard_test: -----------------------] 1287s autopkgtest: DBG: testbed executing test finished with exit status 0 1287s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/23_of_104__cpptest__c10_InlineDeviceGuard_test-stdout /tmp/autopkgtest-work.g4f853zl/out/23_of_104__cpptest__c10_InlineDeviceGuard_test-stdout 1287s autopkgtest: DBG: got reply from testbed: ok 1287s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/23_of_104__cpptest__c10_InlineDeviceGuard_test-stderr /tmp/autopkgtest-work.g4f853zl/out/23_of_104__cpptest__c10_InlineDeviceGuard_test-stderr 1287s autopkgtest: DBG: got reply from testbed: ok 1287s 23_of_104__cpptest__c10_InlineDeviceGuard_test PASS 1287s autopkgtest [01:30:54]: test 23_of_104__cpptest__c10_InlineDeviceGuard_test: - - - - - - - - - - results - - - - - - - - - - 1287s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/23_of_104__cpptest__c10_InlineDeviceGuard_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1287s autopkgtest: DBG: got reply from testbed: ok 1287s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/23_of_104__cpptest__c10_InlineDeviceGuard_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1288s autopkgtest: DBG: testbed command exited with code 0 1288s autopkgtest [01:30:55]: test 24_of_104__cpptest__c10_InlineStreamGuard_test: preparing testbed 1288s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1288s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1288s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1288s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1288s autopkgtest: DBG: can use apt-get on testbed: True 1288s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1288s Reading package lists... 1288s Building dependency tree... 1288s Reading state information... 1288s Starting pkgProblemResolver with broken count: 0 1288s Starting 2 pkgProblemResolver with broken count: 0 1288s Done 1288s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1288s autopkgtest: DBG: testbed command exited with code 0 1288s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1288s autopkgtest: DBG: testbed command exited with code 0 1288s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1289s autopkgtest: DBG: testbed command exited with code 0 1289s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/24_of_104__cpptest__c10_InlineStreamGuard_test-packages.all"], kind short, sout raw, serr pipe, env [] 1289s autopkgtest: DBG: testbed command exited with code 0 1289s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/24_of_104__cpptest__c10_InlineStreamGuard_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/24_of_104__cpptest__c10_InlineStreamGuard_test-packages.all 1289s autopkgtest: DBG: got reply from testbed: ok 1289s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1289s autopkgtest: DBG: testbed command exited with code 0 1289s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1289s autopkgtest [01:30:56]: test 24_of_104__cpptest__c10_InlineStreamGuard_test: /usr/lib/libtorch-test/c10_InlineStreamGuard_test 1289s autopkgtest [01:30:56]: test 24_of_104__cpptest__c10_InlineStreamGuard_test: [----------------------- 1289s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/24_of_104__cpptest__c10_InlineStreamGuard_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/24_of_104__cpptest__c10_InlineStreamGuard_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/24_of_104__cpptest__c10_InlineStreamGuard_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_InlineStreamGuard_test"], kind test, sout raw, serr raw, env [] 1289s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/24_of_104__cpptest__c10_InlineStreamGuard_test-artifacts 1289s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1289s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1289s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1289s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1289s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1289s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1289s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1289s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1289s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1289s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1289s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1289s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1289s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1289s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1289s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1289s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1289s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1289s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1289s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1289s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1289s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1289s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1289s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/24_of_104__cpptest__c10_InlineStreamGuard_test-stderr 1289s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/24_of_104__cpptest__c10_InlineStreamGuard_test-stdout 1289s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1289s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1289s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_InlineStreamGuard_test 1289s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.ri9KNLHyE7/out to stdout and file: /tmp/autopkgtest.PBRVfE/24_of_104__cpptest__c10_InlineStreamGuard_test-stdout 1289s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.ri9KNLHyE7/err to standard error and file: /tmp/autopkgtest.PBRVfE/24_of_104__cpptest__c10_InlineStreamGuard_test-stdout 1289s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 5323 to /tmp/autopkgtest_script_pid 1289s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1289s [==========] Running 8 tests from 3 test suites. 1289s [----------] Global test environment set-up. 1289s [----------] 4 tests from InlineStreamGuard 1289s [ RUN ] InlineStreamGuard.Constructor 1289s [ OK ] InlineStreamGuard.Constructor (0 ms) 1289s [ RUN ] InlineStreamGuard.ResetStreamSameSameDevice 1289s [ OK ] InlineStreamGuard.ResetStreamSameSameDevice (0 ms) 1289s [ RUN ] InlineStreamGuard.ResetStreamDifferentSameDevice 1289s [ OK ] InlineStreamGuard.ResetStreamDifferentSameDevice (0 ms) 1289s [ RUN ] InlineStreamGuard.ResetStreamDifferentDevice 1289s [ OK ] InlineStreamGuard.ResetStreamDifferentDevice (0 ms) 1289s [----------] 4 tests from InlineStreamGuard (0 ms total) 1289s 1289s [----------] 3 tests from InlineOptionalStreamGuard 1289s [ RUN ] InlineOptionalStreamGuard.Constructor 1289s [ OK ] InlineOptionalStreamGuard.Constructor (0 ms) 1289s [ RUN ] InlineOptionalStreamGuard.ResetStreamSameDevice 1289s [ OK ] InlineOptionalStreamGuard.ResetStreamSameDevice (0 ms) 1289s [ RUN ] InlineOptionalStreamGuard.ResetStreamDifferentDevice 1289s [ OK ] InlineOptionalStreamGuard.ResetStreamDifferentDevice (0 ms) 1289s [----------] 3 tests from InlineOptionalStreamGuard (0 ms total) 1289s 1289s [----------] 1 test from InlineMultiStreamGuard 1289s [ RUN ] InlineMultiStreamGuard.Constructor 1289s [ OK ] InlineMultiStreamGuard.Constructor (0 ms) 1289s [----------] 1 test from InlineMultiStreamGuard (0 ms total) 1289s 1289s [----------] Global test environment tear-down 1289s [==========] 8 tests from 3 test suites ran. (0 ms total) 1289s [ PASSED ] 8 tests. 1289s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1289s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1289s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1289s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1289s autopkgtest: DBG: testbed command exited with code 0 1290s autopkgtest [01:30:57]: test 24_of_104__cpptest__c10_InlineStreamGuard_test: -----------------------] 1290s autopkgtest: DBG: testbed executing test finished with exit status 0 1290s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/24_of_104__cpptest__c10_InlineStreamGuard_test-stdout /tmp/autopkgtest-work.g4f853zl/out/24_of_104__cpptest__c10_InlineStreamGuard_test-stdout 1290s autopkgtest: DBG: got reply from testbed: ok 1290s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/24_of_104__cpptest__c10_InlineStreamGuard_test-stderr /tmp/autopkgtest-work.g4f853zl/out/24_of_104__cpptest__c10_InlineStreamGuard_test-stderr 1290s autopkgtest: DBG: got reply from testbed: ok 1290s 24_of_104__cpptest__c10_InlineStreamGuard_test PASS 1290s autopkgtest [01:30:57]: test 24_of_104__cpptest__c10_InlineStreamGuard_test: - - - - - - - - - - results - - - - - - - - - - 1290s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/24_of_104__cpptest__c10_InlineStreamGuard_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1290s autopkgtest: DBG: got reply from testbed: ok 1290s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/24_of_104__cpptest__c10_InlineStreamGuard_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1290s autopkgtest: DBG: testbed command exited with code 0 1290s autopkgtest [01:30:57]: test 25_of_104__cpptest__c10_LeftRight_test: preparing testbed 1290s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1290s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1290s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1290s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1290s autopkgtest: DBG: can use apt-get on testbed: True 1290s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1291s Reading package lists... 1291s Building dependency tree... 1291s Reading state information... 1291s Starting pkgProblemResolver with broken count: 0 1291s Starting 2 pkgProblemResolver with broken count: 0 1291s Done 1291s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1291s autopkgtest: DBG: testbed command exited with code 0 1291s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1291s autopkgtest: DBG: testbed command exited with code 0 1291s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1291s autopkgtest: DBG: testbed command exited with code 0 1291s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/25_of_104__cpptest__c10_LeftRight_test-packages.all"], kind short, sout raw, serr pipe, env [] 1291s autopkgtest: DBG: testbed command exited with code 0 1291s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/25_of_104__cpptest__c10_LeftRight_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/25_of_104__cpptest__c10_LeftRight_test-packages.all 1292s autopkgtest: DBG: got reply from testbed: ok 1292s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1292s autopkgtest: DBG: testbed command exited with code 0 1292s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1292s autopkgtest [01:30:59]: test 25_of_104__cpptest__c10_LeftRight_test: /usr/lib/libtorch-test/c10_LeftRight_test 1292s autopkgtest [01:30:59]: test 25_of_104__cpptest__c10_LeftRight_test: [----------------------- 1292s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/25_of_104__cpptest__c10_LeftRight_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/25_of_104__cpptest__c10_LeftRight_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/25_of_104__cpptest__c10_LeftRight_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_LeftRight_test"], kind test, sout raw, serr raw, env [] 1292s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/25_of_104__cpptest__c10_LeftRight_test-artifacts 1292s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1292s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1292s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1292s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1292s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1292s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1292s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1292s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1292s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1292s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1292s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1292s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1292s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1292s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1292s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1292s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1292s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1292s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1292s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1292s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1292s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1292s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1292s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/25_of_104__cpptest__c10_LeftRight_test-stderr 1292s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/25_of_104__cpptest__c10_LeftRight_test-stdout 1292s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1292s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1292s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_LeftRight_test 1292s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.1heVVp430Z/out to stdout and file: /tmp/autopkgtest.PBRVfE/25_of_104__cpptest__c10_LeftRight_test-stdout 1292s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.1heVVp430Z/err to standard error and file: /tmp/autopkgtest.PBRVfE/25_of_104__cpptest__c10_LeftRight_test-stdout 1292s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 5476 to /tmp/autopkgtest_script_pid 1292s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1292s [==========] Running 12 tests from 1 test suite. 1292s [----------] Global test environment set-up. 1292s [----------] 12 tests from LeftRightTest 1292s [ RUN ] LeftRightTest.givenInt_whenWritingAndReading_thenChangesArePresent 1292s [ OK ] LeftRightTest.givenInt_whenWritingAndReading_thenChangesArePresent (0 ms) 1292s [ RUN ] LeftRightTest.givenVector_whenWritingAndReading_thenChangesArePresent 1292s [ OK ] LeftRightTest.givenVector_whenWritingAndReading_thenChangesArePresent (0 ms) 1292s [ RUN ] LeftRightTest.givenVector_whenWritingReturnsValue_thenValueIsReturned 1292s [ OK ] LeftRightTest.givenVector_whenWritingReturnsValue_thenValueIsReturned (0 ms) 1292s [ RUN ] LeftRightTest.readsCanBeConcurrent 1292s [ OK ] LeftRightTest.readsCanBeConcurrent (8 ms) 1292s [ RUN ] LeftRightTest.writesCanBeConcurrentWithReads_readThenWrite 1292s [ OK ] LeftRightTest.writesCanBeConcurrentWithReads_readThenWrite (0 ms) 1292s [ RUN ] LeftRightTest.writesCanBeConcurrentWithReads_writeThenRead 1292s [ OK ] LeftRightTest.writesCanBeConcurrentWithReads_writeThenRead (0 ms) 1292s [ RUN ] LeftRightTest.writesCannotBeConcurrentWithWrites 1292s [ OK ] LeftRightTest.writesCannotBeConcurrentWithWrites (100 ms) 1292s [ RUN ] LeftRightTest.whenReadThrowsException_thenThrowsThrough 1292s [ OK ] LeftRightTest.whenReadThrowsException_thenThrowsThrough (0 ms) 1292s [ RUN ] LeftRightTest.whenWriteThrowsException_thenThrowsThrough 1292s [ OK ] LeftRightTest.whenWriteThrowsException_thenThrowsThrough (0 ms) 1292s [ RUN ] LeftRightTest.givenInt_whenWriteThrowsExceptionOnFirstCall_thenResetsToOldState 1292s [ OK ] LeftRightTest.givenInt_whenWriteThrowsExceptionOnFirstCall_thenResetsToOldState (0 ms) 1292s [ RUN ] LeftRightTest.givenInt_whenWriteThrowsExceptionOnSecondCall_thenKeepsNewState 1292s [ OK ] LeftRightTest.givenInt_whenWriteThrowsExceptionOnSecondCall_thenKeepsNewState (0 ms) 1292s [ RUN ] LeftRightTest.givenVector_whenWriteThrowsException_thenResetsToOldState 1292s [ OK ] LeftRightTest.givenVector_whenWriteThrowsException_thenResetsToOldState (0 ms) 1292s [----------] 12 tests from LeftRightTest (108 ms total) 1292s 1292s [----------] Global test environment tear-down 1292s [==========] 12 tests from 1 test suite ran. (108 ms total) 1292s [ PASSED ] 12 tests. 1292s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1292s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1292s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1292s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1292s autopkgtest: DBG: testbed command exited with code 0 1292s autopkgtest [01:30:59]: test 25_of_104__cpptest__c10_LeftRight_test: -----------------------] 1292s autopkgtest: DBG: testbed executing test finished with exit status 0 1292s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/25_of_104__cpptest__c10_LeftRight_test-stdout /tmp/autopkgtest-work.g4f853zl/out/25_of_104__cpptest__c10_LeftRight_test-stdout 1293s autopkgtest: DBG: got reply from testbed: ok 1293s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/25_of_104__cpptest__c10_LeftRight_test-stderr /tmp/autopkgtest-work.g4f853zl/out/25_of_104__cpptest__c10_LeftRight_test-stderr 1293s autopkgtest: DBG: got reply from testbed: ok 1293s 25_of_104__cpptest__c10_LeftRight_test PASS 1293s autopkgtest [01:31:00]: test 25_of_104__cpptest__c10_LeftRight_test: - - - - - - - - - - results - - - - - - - - - - 1293s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/25_of_104__cpptest__c10_LeftRight_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1293s autopkgtest: DBG: got reply from testbed: ok 1293s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/25_of_104__cpptest__c10_LeftRight_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1293s autopkgtest: DBG: testbed command exited with code 0 1293s autopkgtest [01:31:00]: test 26_of_104__cpptest__c10_Metaprogramming_test: preparing testbed 1293s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1293s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1293s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1293s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1293s autopkgtest: DBG: can use apt-get on testbed: True 1293s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1293s Reading package lists... 1293s Building dependency tree... 1293s Reading state information... 1294s Starting pkgProblemResolver with broken count: 0 1294s Starting 2 pkgProblemResolver with broken count: 0 1294s Done 1294s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1294s autopkgtest: DBG: testbed command exited with code 0 1294s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1294s autopkgtest: DBG: testbed command exited with code 0 1294s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1294s autopkgtest: DBG: testbed command exited with code 0 1294s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/26_of_104__cpptest__c10_Metaprogramming_test-packages.all"], kind short, sout raw, serr pipe, env [] 1294s autopkgtest: DBG: testbed command exited with code 0 1294s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/26_of_104__cpptest__c10_Metaprogramming_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/26_of_104__cpptest__c10_Metaprogramming_test-packages.all 1294s autopkgtest: DBG: got reply from testbed: ok 1294s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1295s autopkgtest: DBG: testbed command exited with code 0 1295s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1295s autopkgtest [01:31:02]: test 26_of_104__cpptest__c10_Metaprogramming_test: /usr/lib/libtorch-test/c10_Metaprogramming_test 1295s autopkgtest [01:31:02]: test 26_of_104__cpptest__c10_Metaprogramming_test: [----------------------- 1295s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/26_of_104__cpptest__c10_Metaprogramming_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/26_of_104__cpptest__c10_Metaprogramming_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/26_of_104__cpptest__c10_Metaprogramming_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_Metaprogramming_test"], kind test, sout raw, serr raw, env [] 1295s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/26_of_104__cpptest__c10_Metaprogramming_test-artifacts 1295s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1295s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1295s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1295s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1295s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1295s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1295s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1295s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1295s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1295s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1295s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1295s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1295s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1295s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1295s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1295s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1295s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1295s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1295s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1295s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1295s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1295s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1295s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/26_of_104__cpptest__c10_Metaprogramming_test-stderr 1295s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/26_of_104__cpptest__c10_Metaprogramming_test-stdout 1295s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1295s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1295s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_Metaprogramming_test 1295s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.GtShWh8DoC/out to stdout and file: /tmp/autopkgtest.PBRVfE/26_of_104__cpptest__c10_Metaprogramming_test-stdout 1295s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.GtShWh8DoC/err to standard error and file: /tmp/autopkgtest.PBRVfE/26_of_104__cpptest__c10_Metaprogramming_test-stdout 1295s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 5637 to /tmp/autopkgtest_script_pid 1295s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1295s [==========] Running 16 tests from 1 test suite. 1295s [----------] Global test environment set-up. 1295s [----------] 16 tests from MetaprogrammingTest 1295s [ RUN ] MetaprogrammingTest.TupleElements_subsetSelection 1295s [ OK ] MetaprogrammingTest.TupleElements_subsetSelection (0 ms) 1295s [ RUN ] MetaprogrammingTest.TupleElements_reorderSelection 1295s [ OK ] MetaprogrammingTest.TupleElements_reorderSelection (0 ms) 1295s [ RUN ] MetaprogrammingTest.TupleTake_nonemptyPrefix 1295s [ OK ] MetaprogrammingTest.TupleTake_nonemptyPrefix (0 ms) 1295s [ RUN ] MetaprogrammingTest.TupleTake_fullPrefix 1295s [ OK ] MetaprogrammingTest.TupleTake_fullPrefix (0 ms) 1295s [ RUN ] MetaprogrammingTest.TupleTake_negative 1295s [ OK ] MetaprogrammingTest.TupleTake_negative (0 ms) 1295s [ RUN ] MetaprogrammingTest.TupleSlice_middle 1295s [ OK ] MetaprogrammingTest.TupleSlice_middle (0 ms) 1295s [ RUN ] MetaprogrammingTest.TupleSlice_full 1295s [ OK ] MetaprogrammingTest.TupleSlice_full (0 ms) 1295s [ RUN ] MetaprogrammingTest.TupleMap_simple 1295s [ OK ] MetaprogrammingTest.TupleMap_simple (0 ms) 1295s [ RUN ] MetaprogrammingTest.TupleMap_mapperTakesDifferentButConvertibleType 1295s [ OK ] MetaprogrammingTest.TupleMap_mapperTakesDifferentButConvertibleType (0 ms) 1295s [ RUN ] MetaprogrammingTest.TupleMap_mapperTakesConstRef 1295s [ OK ] MetaprogrammingTest.TupleMap_mapperTakesConstRef (0 ms) 1295s [ RUN ] MetaprogrammingTest.TupleMap_mapsToDifferentTypes 1295s [ OK ] MetaprogrammingTest.TupleMap_mapsToDifferentTypes (0 ms) 1295s [ RUN ] MetaprogrammingTest.TupleMap_differentiatesLRValueReferences 1295s [ OK ] MetaprogrammingTest.TupleMap_differentiatesLRValueReferences (0 ms) 1295s [ RUN ] MetaprogrammingTest.TupleMap_canWorkWithMovableOnlyType 1295s [ OK ] MetaprogrammingTest.TupleMap_canWorkWithMovableOnlyType (0 ms) 1295s [ RUN ] MetaprogrammingTest.TupleMap_doesntUnecessarilyCopyValues 1295s [ OK ] MetaprogrammingTest.TupleMap_doesntUnecessarilyCopyValues (0 ms) 1295s [ RUN ] MetaprogrammingTest.TupleMap_doesntUnecessarilyMoveValues 1295s [ OK ] MetaprogrammingTest.TupleMap_doesntUnecessarilyMoveValues (0 ms) 1295s [ RUN ] MetaprogrammingTest.TupleMap_canBeUsedWithAutoLambdas 1295s [ OK ] MetaprogrammingTest.TupleMap_canBeUsedWithAutoLambdas (0 ms) 1295s [----------] 16 tests from MetaprogrammingTest (0 ms total) 1295s 1295s [----------] Global test environment tear-down 1295s [==========] 16 tests from 1 test suite ran. (0 ms total) 1295s [ PASSED ] 16 tests. 1295s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1295s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1295s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1295s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1295s autopkgtest: DBG: testbed command exited with code 0 1295s autopkgtest [01:31:02]: test 26_of_104__cpptest__c10_Metaprogramming_test: -----------------------] 1295s autopkgtest: DBG: testbed executing test finished with exit status 0 1295s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/26_of_104__cpptest__c10_Metaprogramming_test-stdout /tmp/autopkgtest-work.g4f853zl/out/26_of_104__cpptest__c10_Metaprogramming_test-stdout 1295s autopkgtest: DBG: got reply from testbed: ok 1295s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/26_of_104__cpptest__c10_Metaprogramming_test-stderr /tmp/autopkgtest-work.g4f853zl/out/26_of_104__cpptest__c10_Metaprogramming_test-stderr 1295s autopkgtest: DBG: got reply from testbed: ok 1296s 26_of_104__cpptest__c10_Metaprogramming_test PASS 1296s autopkgtest [01:31:03]: test 26_of_104__cpptest__c10_Metaprogramming_test: - - - - - - - - - - results - - - - - - - - - - 1296s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/26_of_104__cpptest__c10_Metaprogramming_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1296s autopkgtest: DBG: got reply from testbed: ok 1296s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/26_of_104__cpptest__c10_Metaprogramming_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1296s autopkgtest: DBG: testbed command exited with code 0 1296s autopkgtest [01:31:03]: test 27_of_104__cpptest__c10_NetworkFlow_test: preparing testbed 1296s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1296s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1296s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1296s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1296s autopkgtest: DBG: can use apt-get on testbed: True 1296s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1296s Reading package lists... 1296s Building dependency tree... 1296s Reading state information... 1296s Starting pkgProblemResolver with broken count: 0 1296s Starting 2 pkgProblemResolver with broken count: 0 1296s Done 1297s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1297s autopkgtest: DBG: testbed command exited with code 0 1297s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1297s autopkgtest: DBG: testbed command exited with code 0 1297s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1297s autopkgtest: DBG: testbed command exited with code 0 1297s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/27_of_104__cpptest__c10_NetworkFlow_test-packages.all"], kind short, sout raw, serr pipe, env [] 1297s autopkgtest: DBG: testbed command exited with code 0 1297s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/27_of_104__cpptest__c10_NetworkFlow_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/27_of_104__cpptest__c10_NetworkFlow_test-packages.all 1297s autopkgtest: DBG: got reply from testbed: ok 1297s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1297s autopkgtest: DBG: testbed command exited with code 0 1297s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1297s autopkgtest [01:31:04]: test 27_of_104__cpptest__c10_NetworkFlow_test: /usr/lib/libtorch-test/c10_NetworkFlow_test 1297s autopkgtest [01:31:04]: test 27_of_104__cpptest__c10_NetworkFlow_test: [----------------------- 1297s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/27_of_104__cpptest__c10_NetworkFlow_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/27_of_104__cpptest__c10_NetworkFlow_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/27_of_104__cpptest__c10_NetworkFlow_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_NetworkFlow_test"], kind test, sout raw, serr raw, env [] 1298s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/27_of_104__cpptest__c10_NetworkFlow_test-artifacts 1298s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1298s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1298s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1298s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1298s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1298s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1298s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1298s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1298s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1298s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1298s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1298s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1298s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1298s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1298s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1298s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1298s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1298s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1298s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1298s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1298s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1298s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1298s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/27_of_104__cpptest__c10_NetworkFlow_test-stderr 1298s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/27_of_104__cpptest__c10_NetworkFlow_test-stdout 1298s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1298s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1298s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_NetworkFlow_test 1298s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.2JF32Uc5uH/out to stdout and file: /tmp/autopkgtest.PBRVfE/27_of_104__cpptest__c10_NetworkFlow_test-stdout 1298s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.2JF32Uc5uH/err to standard error and file: /tmp/autopkgtest.PBRVfE/27_of_104__cpptest__c10_NetworkFlow_test-stdout 1298s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 5790 to /tmp/autopkgtest_script_pid 1298s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1298s [==========] Running 7 tests from 1 test suite. 1298s [----------] Global test environment set-up. 1298s [----------] 7 tests from NetworkFlowTest 1298s [ RUN ] NetworkFlowTest.basic 1298s [ OK ] NetworkFlowTest.basic (0 ms) 1298s [ RUN ] NetworkFlowTest.loop 1298s [ OK ] NetworkFlowTest.loop (0 ms) 1298s [ RUN ] NetworkFlowTest.disconnected_vertices 1298s [ OK ] NetworkFlowTest.disconnected_vertices (0 ms) 1298s [ RUN ] NetworkFlowTest.invalid_endpoints 1298s [ OK ] NetworkFlowTest.invalid_endpoints (0 ms) 1298s [ RUN ] NetworkFlowTest.unbounded 1298s [ OK ] NetworkFlowTest.unbounded (0 ms) 1298s [ RUN ] NetworkFlowTest.overflow 1298s [ OK ] NetworkFlowTest.overflow (0 ms) 1298s [ RUN ] NetworkFlowTest.reverse_edge 1298s [ OK ] NetworkFlowTest.reverse_edge (0 ms) 1298s [----------] 7 tests from NetworkFlowTest (0 ms total) 1298s 1298s [----------] Global test environment tear-down 1298s [==========] 7 tests from 1 test suite ran. (0 ms total) 1298s [ PASSED ] 7 tests. 1298s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1298s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1298s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1298s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1298s autopkgtest: DBG: testbed command exited with code 0 1298s autopkgtest [01:31:05]: test 27_of_104__cpptest__c10_NetworkFlow_test: -----------------------] 1298s autopkgtest: DBG: testbed executing test finished with exit status 0 1298s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/27_of_104__cpptest__c10_NetworkFlow_test-stdout /tmp/autopkgtest-work.g4f853zl/out/27_of_104__cpptest__c10_NetworkFlow_test-stdout 1298s autopkgtest: DBG: got reply from testbed: ok 1298s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/27_of_104__cpptest__c10_NetworkFlow_test-stderr /tmp/autopkgtest-work.g4f853zl/out/27_of_104__cpptest__c10_NetworkFlow_test-stderr 1298s autopkgtest: DBG: got reply from testbed: ok 1298s 27_of_104__cpptest__c10_NetworkFlow_test PASS 1298s autopkgtest [01:31:05]: test 27_of_104__cpptest__c10_NetworkFlow_test: - - - - - - - - - - results - - - - - - - - - - 1298s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/27_of_104__cpptest__c10_NetworkFlow_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1298s autopkgtest: DBG: got reply from testbed: ok 1298s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/27_of_104__cpptest__c10_NetworkFlow_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1299s autopkgtest: DBG: testbed command exited with code 0 1299s autopkgtest [01:31:06]: test 28_of_104__cpptest__c10_Scalar_test: preparing testbed 1299s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1299s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1299s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1299s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1299s autopkgtest: DBG: can use apt-get on testbed: True 1299s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1299s Reading package lists... 1299s Building dependency tree... 1299s Reading state information... 1299s Starting pkgProblemResolver with broken count: 0 1299s Starting 2 pkgProblemResolver with broken count: 0 1299s Done 1299s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1299s autopkgtest: DBG: testbed command exited with code 0 1299s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1299s autopkgtest: DBG: testbed command exited with code 0 1299s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1300s autopkgtest: DBG: testbed command exited with code 0 1300s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/28_of_104__cpptest__c10_Scalar_test-packages.all"], kind short, sout raw, serr pipe, env [] 1300s autopkgtest: DBG: testbed command exited with code 0 1300s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/28_of_104__cpptest__c10_Scalar_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/28_of_104__cpptest__c10_Scalar_test-packages.all 1300s autopkgtest: DBG: got reply from testbed: ok 1300s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1300s autopkgtest: DBG: testbed command exited with code 0 1300s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1300s autopkgtest [01:31:07]: test 28_of_104__cpptest__c10_Scalar_test: /usr/lib/libtorch-test/c10_Scalar_test 1300s autopkgtest [01:31:07]: test 28_of_104__cpptest__c10_Scalar_test: [----------------------- 1300s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/28_of_104__cpptest__c10_Scalar_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/28_of_104__cpptest__c10_Scalar_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/28_of_104__cpptest__c10_Scalar_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_Scalar_test"], kind test, sout raw, serr raw, env [] 1300s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/28_of_104__cpptest__c10_Scalar_test-artifacts 1300s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1300s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1300s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1300s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1300s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1300s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1300s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1300s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1300s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1300s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1300s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1300s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1300s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1300s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1300s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1300s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1300s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1300s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1300s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1300s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1300s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1300s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1300s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/28_of_104__cpptest__c10_Scalar_test-stderr 1300s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/28_of_104__cpptest__c10_Scalar_test-stdout 1300s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1300s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1300s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_Scalar_test 1300s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.3P0d83hh0Q/out to stdout and file: /tmp/autopkgtest.PBRVfE/28_of_104__cpptest__c10_Scalar_test-stdout 1300s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.3P0d83hh0Q/err to standard error and file: /tmp/autopkgtest.PBRVfE/28_of_104__cpptest__c10_Scalar_test-stdout 1300s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 5943 to /tmp/autopkgtest_script_pid 1300s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1300s [==========] Running 3 tests from 1 test suite. 1300s [----------] Global test environment set-up. 1300s [----------] 3 tests from ScalarTest 1300s [ RUN ] ScalarTest.UnsignedConstructor 1300s [ OK ] ScalarTest.UnsignedConstructor (0 ms) 1300s [ RUN ] ScalarTest.Equality 1300s [ OK ] ScalarTest.Equality (0 ms) 1300s [ RUN ] ScalarTest.LongsAndLongLongs 1300s [ OK ] ScalarTest.LongsAndLongLongs (0 ms) 1300s [----------] 3 tests from ScalarTest (0 ms total) 1300s 1300s [----------] Global test environment tear-down 1300s [==========] 3 tests from 1 test suite ran. (0 ms total) 1300s [ PASSED ] 3 tests. 1300s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1300s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1300s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1300s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1300s autopkgtest: DBG: testbed command exited with code 0 1301s autopkgtest [01:31:08]: test 28_of_104__cpptest__c10_Scalar_test: -----------------------] 1301s autopkgtest: DBG: testbed executing test finished with exit status 0 1301s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/28_of_104__cpptest__c10_Scalar_test-stdout /tmp/autopkgtest-work.g4f853zl/out/28_of_104__cpptest__c10_Scalar_test-stdout 1301s autopkgtest: DBG: got reply from testbed: ok 1301s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/28_of_104__cpptest__c10_Scalar_test-stderr /tmp/autopkgtest-work.g4f853zl/out/28_of_104__cpptest__c10_Scalar_test-stderr 1301s autopkgtest: DBG: got reply from testbed: ok 1301s 28_of_104__cpptest__c10_Scalar_test PASS 1301s autopkgtest [01:31:08]: test 28_of_104__cpptest__c10_Scalar_test: - - - - - - - - - - results - - - - - - - - - - 1301s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/28_of_104__cpptest__c10_Scalar_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1301s autopkgtest: DBG: got reply from testbed: ok 1301s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/28_of_104__cpptest__c10_Scalar_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1301s autopkgtest: DBG: testbed command exited with code 0 1301s autopkgtest [01:31:08]: test 29_of_104__cpptest__c10_SizesAndStrides_test: preparing testbed 1301s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1301s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1301s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1301s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1301s autopkgtest: DBG: can use apt-get on testbed: True 1301s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1302s Reading package lists... 1302s Building dependency tree... 1302s Reading state information... 1302s Starting pkgProblemResolver with broken count: 0 1302s Starting 2 pkgProblemResolver with broken count: 0 1302s Done 1302s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1302s autopkgtest: DBG: testbed command exited with code 0 1302s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1302s autopkgtest: DBG: testbed command exited with code 0 1302s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1302s autopkgtest: DBG: testbed command exited with code 0 1302s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/29_of_104__cpptest__c10_SizesAndStrides_test-packages.all"], kind short, sout raw, serr pipe, env [] 1303s autopkgtest: DBG: testbed command exited with code 0 1303s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/29_of_104__cpptest__c10_SizesAndStrides_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/29_of_104__cpptest__c10_SizesAndStrides_test-packages.all 1303s autopkgtest: DBG: got reply from testbed: ok 1303s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1303s autopkgtest: DBG: testbed command exited with code 0 1303s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1303s autopkgtest [01:31:10]: test 29_of_104__cpptest__c10_SizesAndStrides_test: /usr/lib/libtorch-test/c10_SizesAndStrides_test 1303s autopkgtest [01:31:10]: test 29_of_104__cpptest__c10_SizesAndStrides_test: [----------------------- 1303s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/29_of_104__cpptest__c10_SizesAndStrides_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/29_of_104__cpptest__c10_SizesAndStrides_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/29_of_104__cpptest__c10_SizesAndStrides_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_SizesAndStrides_test"], kind test, sout raw, serr raw, env [] 1303s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/29_of_104__cpptest__c10_SizesAndStrides_test-artifacts 1303s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1303s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1303s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1303s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1303s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1303s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1303s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1303s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1303s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1303s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1303s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1303s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1303s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1303s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1303s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1303s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1303s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1303s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1303s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1303s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1303s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1303s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1303s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/29_of_104__cpptest__c10_SizesAndStrides_test-stderr 1303s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/29_of_104__cpptest__c10_SizesAndStrides_test-stdout 1303s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1303s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1303s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_SizesAndStrides_test 1303s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.JZ20WlXQIG/out to stdout and file: /tmp/autopkgtest.PBRVfE/29_of_104__cpptest__c10_SizesAndStrides_test-stdout 1303s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.JZ20WlXQIG/err to standard error and file: /tmp/autopkgtest.PBRVfE/29_of_104__cpptest__c10_SizesAndStrides_test-stdout 1303s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 6096 to /tmp/autopkgtest_script_pid 1303s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1303s [==========] Running 18 tests from 1 test suite. 1303s [----------] Global test environment set-up. 1303s [----------] 18 tests from SizesAndStridesTest 1303s [ RUN ] SizesAndStridesTest.DefaultConstructor 1303s [ OK ] SizesAndStridesTest.DefaultConstructor (0 ms) 1303s [ RUN ] SizesAndStridesTest.SetSizes 1303s [ OK ] SizesAndStridesTest.SetSizes (0 ms) 1303s [ RUN ] SizesAndStridesTest.Resize 1303s [ OK ] SizesAndStridesTest.Resize (0 ms) 1303s [ RUN ] SizesAndStridesTest.SetAtIndex 1303s [ OK ] SizesAndStridesTest.SetAtIndex (0 ms) 1303s [ RUN ] SizesAndStridesTest.SetAtIterator 1303s [ OK ] SizesAndStridesTest.SetAtIterator (0 ms) 1303s [ RUN ] SizesAndStridesTest.SetViaData 1303s [ OK ] SizesAndStridesTest.SetViaData (0 ms) 1303s [ RUN ] SizesAndStridesTest.MoveConstructor 1303s [ OK ] SizesAndStridesTest.MoveConstructor (0 ms) 1303s [ RUN ] SizesAndStridesTest.CopyConstructor 1303s [ OK ] SizesAndStridesTest.CopyConstructor (0 ms) 1303s [ RUN ] SizesAndStridesTest.CopyAssignmentSmallToSmall 1303s [ OK ] SizesAndStridesTest.CopyAssignmentSmallToSmall (0 ms) 1303s [ RUN ] SizesAndStridesTest.MoveAssignmentSmallToSmall 1303s [ OK ] SizesAndStridesTest.MoveAssignmentSmallToSmall (0 ms) 1303s [ RUN ] SizesAndStridesTest.CopyAssignmentSmallToBig 1303s [ OK ] SizesAndStridesTest.CopyAssignmentSmallToBig (0 ms) 1303s [ RUN ] SizesAndStridesTest.MoveAssignmentSmallToBig 1303s [ OK ] SizesAndStridesTest.MoveAssignmentSmallToBig (0 ms) 1303s [ RUN ] SizesAndStridesTest.CopyAssignmentBigToBig 1303s [ OK ] SizesAndStridesTest.CopyAssignmentBigToBig (0 ms) 1303s [ RUN ] SizesAndStridesTest.MoveAssignmentBigToBig 1303s [ OK ] SizesAndStridesTest.MoveAssignmentBigToBig (0 ms) 1303s [ RUN ] SizesAndStridesTest.CopyAssignmentBigToSmall 1303s [ OK ] SizesAndStridesTest.CopyAssignmentBigToSmall (0 ms) 1303s [ RUN ] SizesAndStridesTest.MoveAssignmentBigToSmall 1303s [ OK ] SizesAndStridesTest.MoveAssignmentBigToSmall (0 ms) 1303s [ RUN ] SizesAndStridesTest.CopyAssignmentSelf 1303s [ OK ] SizesAndStridesTest.CopyAssignmentSelf (0 ms) 1303s [ RUN ] SizesAndStridesTest.MoveAssignmentSelf 1303s [ OK ] SizesAndStridesTest.MoveAssignmentSelf (0 ms) 1303s [----------] 18 tests from SizesAndStridesTest (0 ms total) 1303s 1303s [----------] Global test environment tear-down 1303s [==========] 18 tests from 1 test suite ran. (0 ms total) 1303s [ PASSED ] 18 tests. 1303s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1303s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1303s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1303s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1303s autopkgtest: DBG: testbed command exited with code 0 1303s autopkgtest [01:31:10]: test 29_of_104__cpptest__c10_SizesAndStrides_test: -----------------------] 1303s autopkgtest: DBG: testbed executing test finished with exit status 0 1303s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/29_of_104__cpptest__c10_SizesAndStrides_test-stdout /tmp/autopkgtest-work.g4f853zl/out/29_of_104__cpptest__c10_SizesAndStrides_test-stdout 1304s autopkgtest: DBG: got reply from testbed: ok 1304s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/29_of_104__cpptest__c10_SizesAndStrides_test-stderr /tmp/autopkgtest-work.g4f853zl/out/29_of_104__cpptest__c10_SizesAndStrides_test-stderr 1304s autopkgtest: DBG: got reply from testbed: ok 1304s autopkgtest [01:31:11]: test 29_of_104__cpptest__c10_SizesAndStrides_test: - - - - - - - - - - results - - - - - - - - - - 1304s 29_of_104__cpptest__c10_SizesAndStrides_test PASS 1304s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/29_of_104__cpptest__c10_SizesAndStrides_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1304s autopkgtest: DBG: got reply from testbed: ok 1304s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/29_of_104__cpptest__c10_SizesAndStrides_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1304s autopkgtest: DBG: testbed command exited with code 0 1304s autopkgtest [01:31:11]: test 30_of_104__cpptest__c10_StreamGuard_test: preparing testbed 1304s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1304s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1304s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1304s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1304s autopkgtest: DBG: can use apt-get on testbed: True 1304s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1304s Reading package lists... 1304s Building dependency tree... 1304s Reading state information... 1305s Starting pkgProblemResolver with broken count: 0 1305s Starting 2 pkgProblemResolver with broken count: 0 1305s Done 1305s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1305s autopkgtest: DBG: testbed command exited with code 0 1305s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1305s autopkgtest: DBG: testbed command exited with code 0 1305s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1305s autopkgtest: DBG: testbed command exited with code 0 1305s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/30_of_104__cpptest__c10_StreamGuard_test-packages.all"], kind short, sout raw, serr pipe, env [] 1305s autopkgtest: DBG: testbed command exited with code 0 1305s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/30_of_104__cpptest__c10_StreamGuard_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/30_of_104__cpptest__c10_StreamGuard_test-packages.all 1305s autopkgtest: DBG: got reply from testbed: ok 1305s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1306s autopkgtest: DBG: testbed command exited with code 0 1306s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1306s autopkgtest [01:31:13]: test 30_of_104__cpptest__c10_StreamGuard_test: /usr/lib/libtorch-test/c10_StreamGuard_test 1306s autopkgtest [01:31:13]: test 30_of_104__cpptest__c10_StreamGuard_test: [----------------------- 1306s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/30_of_104__cpptest__c10_StreamGuard_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/30_of_104__cpptest__c10_StreamGuard_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/30_of_104__cpptest__c10_StreamGuard_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_StreamGuard_test"], kind test, sout raw, serr raw, env [] 1306s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/30_of_104__cpptest__c10_StreamGuard_test-artifacts 1306s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1306s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1306s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1306s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1306s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1306s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1306s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1306s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1306s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1306s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1306s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1306s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1306s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1306s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1306s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1306s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1306s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1306s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1306s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1306s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1306s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1306s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1306s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/30_of_104__cpptest__c10_StreamGuard_test-stderr 1306s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/30_of_104__cpptest__c10_StreamGuard_test-stdout 1306s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1306s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1306s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_StreamGuard_test 1306s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1306s [==========] Running 0 tests from 0 test suites. 1306s [==========] 0 tests from 0 test suites ran. (0 ms total) 1306s [ PASSED ] 0 tests. 1306s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.0Nk4wPdOiJ/out to stdout and file: /tmp/autopkgtest.PBRVfE/30_of_104__cpptest__c10_StreamGuard_test-stdout 1306s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.0Nk4wPdOiJ/err to standard error and file: /tmp/autopkgtest.PBRVfE/30_of_104__cpptest__c10_StreamGuard_test-stdout 1306s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 6249 to /tmp/autopkgtest_script_pid 1306s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1306s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1306s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1306s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1306s autopkgtest: DBG: testbed command exited with code 0 1306s autopkgtest [01:31:13]: test 30_of_104__cpptest__c10_StreamGuard_test: -----------------------] 1306s autopkgtest: DBG: testbed executing test finished with exit status 0 1306s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/30_of_104__cpptest__c10_StreamGuard_test-stdout /tmp/autopkgtest-work.g4f853zl/out/30_of_104__cpptest__c10_StreamGuard_test-stdout 1306s autopkgtest: DBG: got reply from testbed: ok 1306s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/30_of_104__cpptest__c10_StreamGuard_test-stderr /tmp/autopkgtest-work.g4f853zl/out/30_of_104__cpptest__c10_StreamGuard_test-stderr 1306s autopkgtest: DBG: got reply from testbed: ok 1307s 30_of_104__cpptest__c10_StreamGuard_test PASS 1307s autopkgtest [01:31:14]: test 30_of_104__cpptest__c10_StreamGuard_test: - - - - - - - - - - results - - - - - - - - - - 1307s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/30_of_104__cpptest__c10_StreamGuard_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1307s autopkgtest: DBG: got reply from testbed: ok 1307s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/30_of_104__cpptest__c10_StreamGuard_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1307s autopkgtest: DBG: testbed command exited with code 0 1307s autopkgtest [01:31:14]: test 31_of_104__cpptest__c10_SymInt_test: preparing testbed 1307s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1307s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1307s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1307s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1307s autopkgtest: DBG: can use apt-get on testbed: True 1307s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1307s Reading package lists... 1307s Building dependency tree... 1307s Reading state information... 1307s Starting pkgProblemResolver with broken count: 0 1307s Starting 2 pkgProblemResolver with broken count: 0 1307s Done 1308s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1308s autopkgtest: DBG: testbed command exited with code 0 1308s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1308s autopkgtest: DBG: testbed command exited with code 0 1308s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1308s autopkgtest: DBG: testbed command exited with code 0 1308s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/31_of_104__cpptest__c10_SymInt_test-packages.all"], kind short, sout raw, serr pipe, env [] 1308s autopkgtest: DBG: testbed command exited with code 0 1308s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/31_of_104__cpptest__c10_SymInt_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/31_of_104__cpptest__c10_SymInt_test-packages.all 1308s autopkgtest: DBG: got reply from testbed: ok 1308s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1308s autopkgtest: DBG: testbed command exited with code 0 1308s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1308s autopkgtest [01:31:15]: test 31_of_104__cpptest__c10_SymInt_test: /usr/lib/libtorch-test/c10_SymInt_test 1308s autopkgtest [01:31:15]: test 31_of_104__cpptest__c10_SymInt_test: [----------------------- 1308s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/31_of_104__cpptest__c10_SymInt_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/31_of_104__cpptest__c10_SymInt_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/31_of_104__cpptest__c10_SymInt_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_SymInt_test"], kind test, sout raw, serr raw, env [] 1309s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/31_of_104__cpptest__c10_SymInt_test-artifacts 1309s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1309s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1309s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1309s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1309s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1309s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1309s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1309s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1309s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1309s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1309s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1309s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1309s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1309s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1309s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1309s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1309s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1309s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1309s [==========] Running 3 tests from 1 test suite. 1309s [----------] Global test environment set-up. 1309s [----------] 3 tests from SymIntTest 1309s [ RUN ] SymIntTest.ConcreteInts 1309s [ OK ] SymIntTest.ConcreteInts (0 ms) 1309s [ RUN ] SymIntTest.CheckRange 1309s [ OK ] SymIntTest.CheckRange (0 ms) 1309s [ RUN ] SymIntTest.Overflows 1309s [ OK ] SymIntTest.Overflows (0 ms) 1309s [----------] 3 tests from SymIntTest (0 ms total) 1309s 1309s [----------] Global test environment tear-down 1309s [==========] 3 tests from 1 test suite ran. (0 ms total) 1309s [ PASSED ] 3 tests. 1309s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1309s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1309s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1309s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1309s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1309s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/31_of_104__cpptest__c10_SymInt_test-stderr 1309s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/31_of_104__cpptest__c10_SymInt_test-stdout 1309s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1309s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1309s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_SymInt_test 1309s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.9449bqZoxm/out to stdout and file: /tmp/autopkgtest.PBRVfE/31_of_104__cpptest__c10_SymInt_test-stdout 1309s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.9449bqZoxm/err to standard error and file: /tmp/autopkgtest.PBRVfE/31_of_104__cpptest__c10_SymInt_test-stdout 1309s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 6402 to /tmp/autopkgtest_script_pid 1309s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1309s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1309s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1309s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1309s autopkgtest: DBG: testbed command exited with code 0 1309s autopkgtest [01:31:16]: test 31_of_104__cpptest__c10_SymInt_test: -----------------------] 1309s autopkgtest: DBG: testbed executing test finished with exit status 0 1309s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/31_of_104__cpptest__c10_SymInt_test-stdout /tmp/autopkgtest-work.g4f853zl/out/31_of_104__cpptest__c10_SymInt_test-stdout 1309s autopkgtest: DBG: got reply from testbed: ok 1309s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/31_of_104__cpptest__c10_SymInt_test-stderr /tmp/autopkgtest-work.g4f853zl/out/31_of_104__cpptest__c10_SymInt_test-stderr 1309s autopkgtest: DBG: got reply from testbed: ok 1309s autopkgtest [01:31:16]: test 31_of_104__cpptest__c10_SymInt_test: - - - - - - - - - - results - - - - - - - - - - 1309s 31_of_104__cpptest__c10_SymInt_test PASS 1309s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/31_of_104__cpptest__c10_SymInt_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1309s autopkgtest: DBG: got reply from testbed: ok 1309s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/31_of_104__cpptest__c10_SymInt_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1310s autopkgtest: DBG: testbed command exited with code 0 1310s autopkgtest [01:31:17]: test 32_of_104__cpptest__c10_Synchronized_test: preparing testbed 1310s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1310s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1310s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1310s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1310s autopkgtest: DBG: can use apt-get on testbed: True 1310s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1310s Reading package lists... 1310s Building dependency tree... 1310s Reading state information... 1310s Starting pkgProblemResolver with broken count: 0 1310s Starting 2 pkgProblemResolver with broken count: 0 1310s Done 1310s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1310s autopkgtest: DBG: testbed command exited with code 0 1310s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1311s autopkgtest: DBG: testbed command exited with code 0 1311s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1311s autopkgtest: DBG: testbed command exited with code 0 1311s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/32_of_104__cpptest__c10_Synchronized_test-packages.all"], kind short, sout raw, serr pipe, env [] 1311s autopkgtest: DBG: testbed command exited with code 0 1311s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/32_of_104__cpptest__c10_Synchronized_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/32_of_104__cpptest__c10_Synchronized_test-packages.all 1311s autopkgtest: DBG: got reply from testbed: ok 1311s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1311s autopkgtest: DBG: testbed command exited with code 0 1311s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1311s autopkgtest [01:31:18]: test 32_of_104__cpptest__c10_Synchronized_test: /usr/lib/libtorch-test/c10_Synchronized_test 1311s autopkgtest [01:31:18]: test 32_of_104__cpptest__c10_Synchronized_test: [----------------------- 1311s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/32_of_104__cpptest__c10_Synchronized_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/32_of_104__cpptest__c10_Synchronized_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/32_of_104__cpptest__c10_Synchronized_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_Synchronized_test"], kind test, sout raw, serr raw, env [] 1311s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/32_of_104__cpptest__c10_Synchronized_test-artifacts 1311s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1311s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1311s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1311s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1311s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1311s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1311s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1311s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1311s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1311s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1311s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1311s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1311s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1311s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1311s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1311s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1311s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1311s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1311s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1311s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1311s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1311s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1311s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/32_of_104__cpptest__c10_Synchronized_test-stderr 1311s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/32_of_104__cpptest__c10_Synchronized_test-stdout 1311s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1311s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1311s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_Synchronized_test 1311s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.HEpmGVsNN3/out to stdout and file: /tmp/autopkgtest.PBRVfE/32_of_104__cpptest__c10_Synchronized_test-stdout 1311s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.HEpmGVsNN3/err to standard error and file: /tmp/autopkgtest.PBRVfE/32_of_104__cpptest__c10_Synchronized_test-stdout 1311s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 6555 to /tmp/autopkgtest_script_pid 1311s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1311s [==========] Running 2 tests from 1 test suite. 1311s [----------] Global test environment set-up. 1311s [----------] 2 tests from Synchronized 1311s [ RUN ] Synchronized.TestSingleThreadExecution 1311s [ OK ] Synchronized.TestSingleThreadExecution (0 ms) 1311s [ RUN ] Synchronized.TestMultiThreadedExecution 1311s [ OK ] Synchronized.TestMultiThreadedExecution (1 ms) 1311s [----------] 2 tests from Synchronized (1 ms total) 1311s 1311s [----------] Global test environment tear-down 1311s [==========] 2 tests from 1 test suite ran. (1 ms total) 1311s [ PASSED ] 2 tests. 1311s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1311s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1311s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1311s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1311s autopkgtest: DBG: testbed command exited with code 0 1312s autopkgtest [01:31:19]: test 32_of_104__cpptest__c10_Synchronized_test: -----------------------] 1312s autopkgtest: DBG: testbed executing test finished with exit status 0 1312s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/32_of_104__cpptest__c10_Synchronized_test-stdout /tmp/autopkgtest-work.g4f853zl/out/32_of_104__cpptest__c10_Synchronized_test-stdout 1312s autopkgtest: DBG: got reply from testbed: ok 1312s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/32_of_104__cpptest__c10_Synchronized_test-stderr /tmp/autopkgtest-work.g4f853zl/out/32_of_104__cpptest__c10_Synchronized_test-stderr 1312s autopkgtest: DBG: got reply from testbed: ok 1312s autopkgtest [01:31:19]: test 32_of_104__cpptest__c10_Synchronized_test: - - - - - - - - - - results - - - - - - - - - - 1312s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/32_of_104__cpptest__c10_Synchronized_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1312s 32_of_104__cpptest__c10_Synchronized_test PASS 1312s autopkgtest: DBG: got reply from testbed: ok 1312s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/32_of_104__cpptest__c10_Synchronized_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1312s autopkgtest: DBG: testbed command exited with code 0 1312s autopkgtest [01:31:19]: test 33_of_104__cpptest__c10_ThreadLocal_test: preparing testbed 1312s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1312s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1312s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1312s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1312s autopkgtest: DBG: can use apt-get on testbed: True 1312s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1313s Reading package lists... 1313s Building dependency tree... 1313s Reading state information... 1313s Starting pkgProblemResolver with broken count: 0 1313s Starting 2 pkgProblemResolver with broken count: 0 1313s Done 1313s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1313s autopkgtest: DBG: testbed command exited with code 0 1313s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1313s autopkgtest: DBG: testbed command exited with code 0 1313s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1313s autopkgtest: DBG: testbed command exited with code 0 1313s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/33_of_104__cpptest__c10_ThreadLocal_test-packages.all"], kind short, sout raw, serr pipe, env [] 1314s autopkgtest: DBG: testbed command exited with code 0 1314s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/33_of_104__cpptest__c10_ThreadLocal_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/33_of_104__cpptest__c10_ThreadLocal_test-packages.all 1314s autopkgtest: DBG: got reply from testbed: ok 1314s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1314s autopkgtest: DBG: testbed command exited with code 0 1314s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1314s autopkgtest [01:31:21]: test 33_of_104__cpptest__c10_ThreadLocal_test: /usr/lib/libtorch-test/c10_ThreadLocal_test 1314s autopkgtest [01:31:21]: test 33_of_104__cpptest__c10_ThreadLocal_test: [----------------------- 1314s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/33_of_104__cpptest__c10_ThreadLocal_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/33_of_104__cpptest__c10_ThreadLocal_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/33_of_104__cpptest__c10_ThreadLocal_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_ThreadLocal_test"], kind test, sout raw, serr raw, env [] 1314s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/33_of_104__cpptest__c10_ThreadLocal_test-artifacts 1314s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1314s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1314s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1314s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1314s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1314s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1314s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1314s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1314s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1314s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1314s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1314s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1314s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1314s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1314s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1314s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1314s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1314s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1314s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1314s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1314s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1314s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1314s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/33_of_104__cpptest__c10_ThreadLocal_test-stderr 1314s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/33_of_104__cpptest__c10_ThreadLocal_test-stdout 1314s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1314s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1314s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_ThreadLocal_test 1314s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.IYevSdsusk/out to stdout and file: /tmp/autopkgtest.PBRVfE/33_of_104__cpptest__c10_ThreadLocal_test-stdout 1314s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.IYevSdsusk/err to standard error and file: /tmp/autopkgtest.PBRVfE/33_of_104__cpptest__c10_ThreadLocal_test-stdout 1314s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 6718 to /tmp/autopkgtest_script_pid 1314s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1314s [==========] Running 12 tests from 2 test suites. 1314s [----------] Global test environment set-up. 1314s [----------] 1 test from ThreadLocal 1314s [ RUN ] ThreadLocal.TestNoOpScopeWithOneVar 1314s [ OK ] ThreadLocal.TestNoOpScopeWithOneVar (0 ms) 1314s [----------] 1 test from ThreadLocal (0 ms total) 1314s 1314s [----------] 11 tests from ThreadLocalTest 1314s [ RUN ] ThreadLocalTest.TestNoOpScopeWithTwoVars 1314s [ OK ] ThreadLocalTest.TestNoOpScopeWithTwoVars (0 ms) 1314s [ RUN ] ThreadLocalTest.TestScopeWithOneVar 1314s [ OK ] ThreadLocalTest.TestScopeWithOneVar (0 ms) 1314s [ RUN ] ThreadLocalTest.TestScopeWithTwoVars 1314s [ OK ] ThreadLocalTest.TestScopeWithTwoVars (0 ms) 1314s [ RUN ] ThreadLocalTest.TestInnerScopeWithTwoVars 1314s [ OK ] ThreadLocalTest.TestInnerScopeWithTwoVars (0 ms) 1314s [ RUN ] ThreadLocalTest.TestClassScope 1314s [ OK ] ThreadLocalTest.TestClassScope (0 ms) 1314s [ RUN ] ThreadLocalTest.TestTwoGlobalScopeVars 1314s [ OK ] ThreadLocalTest.TestTwoGlobalScopeVars (0 ms) 1314s [ RUN ] ThreadLocalTest.TestGlobalWithLocalScopeVars 1314s [ OK ] ThreadLocalTest.TestGlobalWithLocalScopeVars (0 ms) 1314s [ RUN ] ThreadLocalTest.TestThreadWithLocalScopeVar 1314s [ OK ] ThreadLocalTest.TestThreadWithLocalScopeVar (0 ms) 1314s [ RUN ] ThreadLocalTest.TestThreadWithGlobalScopeVar 1314s [ OK ] ThreadLocalTest.TestThreadWithGlobalScopeVar (0 ms) 1314s [ RUN ] ThreadLocalTest.TestObjectsAreReleased 1314s [ OK ] ThreadLocalTest.TestObjectsAreReleased (0 ms) 1314s [ RUN ] ThreadLocalTest.TestObjectsAreReleasedByNonstaticThreadLocal 1314s [ OK ] ThreadLocalTest.TestObjectsAreReleasedByNonstaticThreadLocal (0 ms) 1314s [----------] 11 tests from ThreadLocalTest (0 ms total) 1314s 1314s [----------] Global test environment tear-down 1314s [==========] 12 tests from 2 test suites ran. (0 ms total) 1314s [ PASSED ] 12 tests. 1314s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1314s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1314s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1314s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1314s autopkgtest: DBG: testbed command exited with code 0 1314s autopkgtest [01:31:21]: test 33_of_104__cpptest__c10_ThreadLocal_test: -----------------------] 1314s autopkgtest: DBG: testbed executing test finished with exit status 0 1314s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/33_of_104__cpptest__c10_ThreadLocal_test-stdout /tmp/autopkgtest-work.g4f853zl/out/33_of_104__cpptest__c10_ThreadLocal_test-stdout 1315s autopkgtest: DBG: got reply from testbed: ok 1315s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/33_of_104__cpptest__c10_ThreadLocal_test-stderr /tmp/autopkgtest-work.g4f853zl/out/33_of_104__cpptest__c10_ThreadLocal_test-stderr 1315s autopkgtest: DBG: got reply from testbed: ok 1315s autopkgtest [01:31:22]: test 33_of_104__cpptest__c10_ThreadLocal_test: - - - - - - - - - - results - - - - - - - - - - 1315s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/33_of_104__cpptest__c10_ThreadLocal_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1315s 33_of_104__cpptest__c10_ThreadLocal_test PASS 1315s autopkgtest: DBG: got reply from testbed: ok 1315s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/33_of_104__cpptest__c10_ThreadLocal_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1315s autopkgtest: DBG: testbed command exited with code 0 1315s autopkgtest [01:31:22]: test 34_of_104__cpptest__c10_TypeIndex_test: preparing testbed 1315s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1315s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1315s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1315s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1315s autopkgtest: DBG: can use apt-get on testbed: True 1315s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1315s Reading package lists... 1315s Building dependency tree... 1315s Reading state information... 1316s Starting pkgProblemResolver with broken count: 0 1316s Starting 2 pkgProblemResolver with broken count: 0 1316s Done 1316s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1316s autopkgtest: DBG: testbed command exited with code 0 1316s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1316s autopkgtest: DBG: testbed command exited with code 0 1316s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1316s autopkgtest: DBG: testbed command exited with code 0 1316s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/34_of_104__cpptest__c10_TypeIndex_test-packages.all"], kind short, sout raw, serr pipe, env [] 1316s autopkgtest: DBG: testbed command exited with code 0 1316s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/34_of_104__cpptest__c10_TypeIndex_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/34_of_104__cpptest__c10_TypeIndex_test-packages.all 1316s autopkgtest: DBG: got reply from testbed: ok 1316s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1317s autopkgtest: DBG: testbed command exited with code 0 1317s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1317s autopkgtest [01:31:24]: test 34_of_104__cpptest__c10_TypeIndex_test: /usr/lib/libtorch-test/c10_TypeIndex_test 1317s autopkgtest [01:31:24]: test 34_of_104__cpptest__c10_TypeIndex_test: [----------------------- 1317s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/34_of_104__cpptest__c10_TypeIndex_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/34_of_104__cpptest__c10_TypeIndex_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/34_of_104__cpptest__c10_TypeIndex_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_TypeIndex_test"], kind test, sout raw, serr raw, env [] 1317s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/34_of_104__cpptest__c10_TypeIndex_test-artifacts 1317s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1317s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1317s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1317s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1317s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1317s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1317s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1317s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1317s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1317s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1317s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1317s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1317s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1317s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1317s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1317s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1317s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1317s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1317s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1317s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1317s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1317s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1317s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/34_of_104__cpptest__c10_TypeIndex_test-stderr 1317s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/34_of_104__cpptest__c10_TypeIndex_test-stdout 1317s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1317s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1317s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_TypeIndex_test 1317s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.sXJOQ3WAD1/out to stdout and file: /tmp/autopkgtest.PBRVfE/34_of_104__cpptest__c10_TypeIndex_test-stdout 1317s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.sXJOQ3WAD1/err to standard error and file: /tmp/autopkgtest.PBRVfE/34_of_104__cpptest__c10_TypeIndex_test-stdout 1317s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 6875 to /tmp/autopkgtest_script_pid 1317s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1317s [==========] Running 7 tests from 1 test suite. 1317s [----------] Global test environment set-up. 1317s [----------] 7 tests from TypeIndex 1317s [ RUN ] TypeIndex.TopLevelName 1317s [ OK ] TypeIndex.TopLevelName (0 ms) 1317s [ RUN ] TypeIndex.NestedName 1317s [ OK ] TypeIndex.NestedName (0 ms) 1317s [ RUN ] TypeIndex.TypeTemplateParameter 1317s [ OK ] TypeIndex.TypeTemplateParameter (0 ms) 1317s [ RUN ] TypeIndex.NonTypeTemplateParameter 1317s [ OK ] TypeIndex.NonTypeTemplateParameter (0 ms) 1317s [ RUN ] TypeIndex.TypeComputationsAreResolved 1317s [ OK ] TypeIndex.TypeComputationsAreResolved (0 ms) 1317s [ RUN ] TypeIndex.FunctionTypeComputationsAreResolved 1317s [ OK ] TypeIndex.FunctionTypeComputationsAreResolved (0 ms) 1317s [ RUN ] TypeIndex.FunctionArgumentsAndReturns 1317s [ OK ] TypeIndex.FunctionArgumentsAndReturns (0 ms) 1317s [----------] 7 tests from TypeIndex (0 ms total) 1317s 1317s [----------] Global test environment tear-down 1317s [==========] 7 tests from 1 test suite ran. (0 ms total) 1317s [ PASSED ] 7 tests. 1317s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1317s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1317s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1317s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1317s autopkgtest: DBG: testbed command exited with code 0 1317s autopkgtest [01:31:24]: test 34_of_104__cpptest__c10_TypeIndex_test: -----------------------] 1317s autopkgtest: DBG: testbed executing test finished with exit status 0 1317s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/34_of_104__cpptest__c10_TypeIndex_test-stdout /tmp/autopkgtest-work.g4f853zl/out/34_of_104__cpptest__c10_TypeIndex_test-stdout 1317s autopkgtest: DBG: got reply from testbed: ok 1317s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/34_of_104__cpptest__c10_TypeIndex_test-stderr /tmp/autopkgtest-work.g4f853zl/out/34_of_104__cpptest__c10_TypeIndex_test-stderr 1317s autopkgtest: DBG: got reply from testbed: ok 1317s 34_of_104__cpptest__c10_TypeIndex_test PASS 1317s autopkgtest [01:31:24]: test 34_of_104__cpptest__c10_TypeIndex_test: - - - - - - - - - - results - - - - - - - - - - 1317s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/34_of_104__cpptest__c10_TypeIndex_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1318s autopkgtest: DBG: got reply from testbed: ok 1318s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/34_of_104__cpptest__c10_TypeIndex_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1318s autopkgtest: DBG: testbed command exited with code 0 1318s autopkgtest [01:31:25]: test 35_of_104__cpptest__c10_TypeList_test: preparing testbed 1318s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1318s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1318s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1318s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1318s autopkgtest: DBG: can use apt-get on testbed: True 1318s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1318s Reading package lists... 1318s Building dependency tree... 1318s Reading state information... 1318s Starting pkgProblemResolver with broken count: 0 1318s Starting 2 pkgProblemResolver with broken count: 0 1318s Done 1319s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1319s autopkgtest: DBG: testbed command exited with code 0 1319s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1319s autopkgtest: DBG: testbed command exited with code 0 1319s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1319s autopkgtest: DBG: testbed command exited with code 0 1319s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/35_of_104__cpptest__c10_TypeList_test-packages.all"], kind short, sout raw, serr pipe, env [] 1319s autopkgtest: DBG: testbed command exited with code 0 1319s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/35_of_104__cpptest__c10_TypeList_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/35_of_104__cpptest__c10_TypeList_test-packages.all 1319s autopkgtest: DBG: got reply from testbed: ok 1319s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1319s autopkgtest: DBG: testbed command exited with code 0 1319s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1319s autopkgtest [01:31:26]: test 35_of_104__cpptest__c10_TypeList_test: /usr/lib/libtorch-test/c10_TypeList_test 1319s autopkgtest [01:31:26]: test 35_of_104__cpptest__c10_TypeList_test: [----------------------- 1319s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/35_of_104__cpptest__c10_TypeList_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/35_of_104__cpptest__c10_TypeList_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/35_of_104__cpptest__c10_TypeList_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_TypeList_test"], kind test, sout raw, serr raw, env [] 1319s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/35_of_104__cpptest__c10_TypeList_test-artifacts 1319s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1319s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1319s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1319s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1319s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1319s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1319s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1319s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1319s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1319s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1319s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1319s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1319s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1319s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1319s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1319s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1319s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1319s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1319s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1319s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1319s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1319s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1319s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/35_of_104__cpptest__c10_TypeList_test-stderr 1319s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/35_of_104__cpptest__c10_TypeList_test-stdout 1319s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1319s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1319s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_TypeList_test 1319s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.sLI9Yy70DW/out to stdout and file: /tmp/autopkgtest.PBRVfE/35_of_104__cpptest__c10_TypeList_test-stdout 1319s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.sLI9Yy70DW/err to standard error and file: /tmp/autopkgtest.PBRVfE/35_of_104__cpptest__c10_TypeList_test-stdout 1319s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 7028 to /tmp/autopkgtest_script_pid 1319s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1319s [==========] Running 4 tests from 1 test suite. 1319s [----------] Global test environment set-up. 1319s [----------] 4 tests from TypeListTest 1319s [ RUN ] TypeListTest.MapTypesToValues_sametype 1319s [ OK ] TypeListTest.MapTypesToValues_sametype (0 ms) 1319s [ RUN ] TypeListTest.MapTypesToValues_differenttypes 1319s [ OK ] TypeListTest.MapTypesToValues_differenttypes (0 ms) 1319s [ RUN ] TypeListTest.MapTypesToValues_members 1319s [ OK ] TypeListTest.MapTypesToValues_members (0 ms) 1319s [ RUN ] TypeListTest.MapTypesToValues_empty 1319s [ OK ] TypeListTest.MapTypesToValues_empty (0 ms) 1319s [----------] 4 tests from TypeListTest (0 ms total) 1319s 1319s [----------] Global test environment tear-down 1319s [==========] 4 tests from 1 test suite ran. (0 ms total) 1319s [ PASSED ] 4 tests. 1319s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1319s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1319s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1319s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1319s autopkgtest: DBG: testbed command exited with code 0 1320s autopkgtest [01:31:27]: test 35_of_104__cpptest__c10_TypeList_test: -----------------------] 1320s autopkgtest: DBG: testbed executing test finished with exit status 0 1320s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/35_of_104__cpptest__c10_TypeList_test-stdout /tmp/autopkgtest-work.g4f853zl/out/35_of_104__cpptest__c10_TypeList_test-stdout 1320s autopkgtest: DBG: got reply from testbed: ok 1320s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/35_of_104__cpptest__c10_TypeList_test-stderr /tmp/autopkgtest-work.g4f853zl/out/35_of_104__cpptest__c10_TypeList_test-stderr 1320s autopkgtest: DBG: got reply from testbed: ok 1320s autopkgtest [01:31:27]: test 35_of_104__cpptest__c10_TypeList_test: - - - - - - - - - - results - - - - - - - - - - 1320s 35_of_104__cpptest__c10_TypeList_test PASS 1320s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/35_of_104__cpptest__c10_TypeList_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1320s autopkgtest: DBG: got reply from testbed: ok 1320s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/35_of_104__cpptest__c10_TypeList_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1321s autopkgtest: DBG: testbed command exited with code 0 1321s autopkgtest [01:31:28]: test 36_of_104__cpptest__c10_TypeTraits_test: preparing testbed 1321s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1321s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1321s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1321s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1321s autopkgtest: DBG: can use apt-get on testbed: True 1321s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1321s Reading package lists... 1321s Building dependency tree... 1321s Reading state information... 1321s Starting pkgProblemResolver with broken count: 0 1321s Starting 2 pkgProblemResolver with broken count: 0 1321s Done 1321s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1321s autopkgtest: DBG: testbed command exited with code 0 1321s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1321s autopkgtest: DBG: testbed command exited with code 0 1321s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1322s autopkgtest: DBG: testbed command exited with code 0 1322s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/36_of_104__cpptest__c10_TypeTraits_test-packages.all"], kind short, sout raw, serr pipe, env [] 1322s autopkgtest: DBG: testbed command exited with code 0 1322s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/36_of_104__cpptest__c10_TypeTraits_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/36_of_104__cpptest__c10_TypeTraits_test-packages.all 1322s autopkgtest: DBG: got reply from testbed: ok 1322s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1322s autopkgtest: DBG: testbed command exited with code 0 1322s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1322s autopkgtest [01:31:29]: test 36_of_104__cpptest__c10_TypeTraits_test: /usr/lib/libtorch-test/c10_TypeTraits_test 1322s autopkgtest [01:31:29]: test 36_of_104__cpptest__c10_TypeTraits_test: [----------------------- 1322s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/36_of_104__cpptest__c10_TypeTraits_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/36_of_104__cpptest__c10_TypeTraits_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/36_of_104__cpptest__c10_TypeTraits_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_TypeTraits_test"], kind test, sout raw, serr raw, env [] 1322s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/36_of_104__cpptest__c10_TypeTraits_test-artifacts 1322s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1322s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1322s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1322s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1322s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1322s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1322s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1322s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1322s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1322s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1322s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1322s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1322s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1322s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1322s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1322s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1322s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1322s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1322s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1322s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1322s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1322s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1322s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/36_of_104__cpptest__c10_TypeTraits_test-stderr 1322s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/36_of_104__cpptest__c10_TypeTraits_test-stdout 1322s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1322s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1322s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_TypeTraits_test 1322s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.RqsVVvI8c4/out to stdout and file: /tmp/autopkgtest.PBRVfE/36_of_104__cpptest__c10_TypeTraits_test-stdout 1322s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.RqsVVvI8c4/err to standard error and file: /tmp/autopkgtest.PBRVfE/36_of_104__cpptest__c10_TypeTraits_test-stdout 1322s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 7181 to /tmp/autopkgtest_script_pid 1322s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1322s [==========] Running 0 tests from 0 test suites. 1322s [==========] 0 tests from 0 test suites ran. (0 ms total) 1322s [ PASSED ] 0 tests. 1322s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1322s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1322s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1322s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1322s autopkgtest: DBG: testbed command exited with code 0 1323s autopkgtest [01:31:30]: test 36_of_104__cpptest__c10_TypeTraits_test: -----------------------] 1323s autopkgtest: DBG: testbed executing test finished with exit status 0 1323s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/36_of_104__cpptest__c10_TypeTraits_test-stdout /tmp/autopkgtest-work.g4f853zl/out/36_of_104__cpptest__c10_TypeTraits_test-stdout 1323s autopkgtest: DBG: got reply from testbed: ok 1323s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/36_of_104__cpptest__c10_TypeTraits_test-stderr /tmp/autopkgtest-work.g4f853zl/out/36_of_104__cpptest__c10_TypeTraits_test-stderr 1323s autopkgtest: DBG: got reply from testbed: ok 1323s 36_of_104__cpptest__c10_TypeTraits_test PASS 1323s autopkgtest [01:31:30]: test 36_of_104__cpptest__c10_TypeTraits_test: - - - - - - - - - - results - - - - - - - - - - 1323s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/36_of_104__cpptest__c10_TypeTraits_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1323s autopkgtest: DBG: got reply from testbed: ok 1323s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/36_of_104__cpptest__c10_TypeTraits_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1323s autopkgtest: DBG: testbed command exited with code 0 1323s autopkgtest [01:31:30]: test 37_of_104__cpptest__c10_accumulate_test: preparing testbed 1323s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1323s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1323s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1323s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1323s autopkgtest: DBG: can use apt-get on testbed: True 1323s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1323s Reading package lists... 1324s Building dependency tree... 1324s Reading state information... 1324s Starting pkgProblemResolver with broken count: 0 1324s Starting 2 pkgProblemResolver with broken count: 0 1324s Done 1324s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1324s autopkgtest: DBG: testbed command exited with code 0 1324s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1324s autopkgtest: DBG: testbed command exited with code 0 1324s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1324s autopkgtest: DBG: testbed command exited with code 0 1324s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/37_of_104__cpptest__c10_accumulate_test-packages.all"], kind short, sout raw, serr pipe, env [] 1324s autopkgtest: DBG: testbed command exited with code 0 1324s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/37_of_104__cpptest__c10_accumulate_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/37_of_104__cpptest__c10_accumulate_test-packages.all 1325s autopkgtest: DBG: got reply from testbed: ok 1325s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1325s autopkgtest: DBG: testbed command exited with code 0 1325s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1325s autopkgtest [01:31:32]: test 37_of_104__cpptest__c10_accumulate_test: /usr/lib/libtorch-test/c10_accumulate_test 1325s autopkgtest [01:31:32]: test 37_of_104__cpptest__c10_accumulate_test: [----------------------- 1325s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/37_of_104__cpptest__c10_accumulate_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/37_of_104__cpptest__c10_accumulate_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/37_of_104__cpptest__c10_accumulate_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_accumulate_test"], kind test, sout raw, serr raw, env [] 1325s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/37_of_104__cpptest__c10_accumulate_test-artifacts 1325s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1325s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1325s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1325s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1325s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1325s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1325s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1325s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1325s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1325s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1325s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1325s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1325s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1325s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1325s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1325s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1325s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1325s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1325s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1325s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1325s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1325s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1325s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/37_of_104__cpptest__c10_accumulate_test-stderr 1325s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/37_of_104__cpptest__c10_accumulate_test-stdout 1325s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1325s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1325s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_accumulate_test 1325s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.KXKPF83OVN/out to stdout and file: /tmp/autopkgtest.PBRVfE/37_of_104__cpptest__c10_accumulate_test-stdout 1325s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.KXKPF83OVN/err to standard error and file: /tmp/autopkgtest.PBRVfE/37_of_104__cpptest__c10_accumulate_test-stdout 1325s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 7334 to /tmp/autopkgtest_script_pid 1325s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1325s [==========] Running 4 tests from 1 test suite. 1325s [----------] Global test environment set-up. 1325s [----------] 4 tests from accumulateTest 1325s [ RUN ] accumulateTest.vector_test 1325s [ OK ] accumulateTest.vector_test (0 ms) 1325s [ RUN ] accumulateTest.list_test 1325s [ OK ] accumulateTest.list_test (0 ms) 1325s [ RUN ] accumulateTest.base_cases 1325s [ OK ] accumulateTest.base_cases (0 ms) 1325s [ RUN ] accumulateTest.errors 1325s [ OK ] accumulateTest.errors (0 ms) 1325s [----------] 4 tests from accumulateTest (0 ms total) 1325s 1325s [----------] Global test environment tear-down 1325s [==========] 4 tests from 1 test suite ran. (0 ms total) 1325s [ PASSED ] 4 tests. 1325s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1325s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1325s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1325s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1325s autopkgtest: DBG: testbed command exited with code 0 1325s autopkgtest [01:31:32]: test 37_of_104__cpptest__c10_accumulate_test: -----------------------] 1325s autopkgtest: DBG: testbed executing test finished with exit status 0 1325s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/37_of_104__cpptest__c10_accumulate_test-stdout /tmp/autopkgtest-work.g4f853zl/out/37_of_104__cpptest__c10_accumulate_test-stdout 1325s autopkgtest: DBG: got reply from testbed: ok 1325s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/37_of_104__cpptest__c10_accumulate_test-stderr /tmp/autopkgtest-work.g4f853zl/out/37_of_104__cpptest__c10_accumulate_test-stderr 1326s autopkgtest: DBG: got reply from testbed: ok 1326s autopkgtest [01:31:33]: test 37_of_104__cpptest__c10_accumulate_test: - - - - - - - - - - results - - - - - - - - - - 1326s 37_of_104__cpptest__c10_accumulate_test PASS 1326s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/37_of_104__cpptest__c10_accumulate_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1326s autopkgtest: DBG: got reply from testbed: ok 1326s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/37_of_104__cpptest__c10_accumulate_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1326s autopkgtest: DBG: testbed command exited with code 0 1326s autopkgtest [01:31:33]: test 38_of_104__cpptest__c10_bfloat16_test: preparing testbed 1326s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1326s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1326s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1326s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1326s autopkgtest: DBG: can use apt-get on testbed: True 1326s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1326s Reading package lists... 1326s Building dependency tree... 1326s Reading state information... 1326s Starting pkgProblemResolver with broken count: 0 1326s Starting 2 pkgProblemResolver with broken count: 0 1326s Done 1327s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1327s autopkgtest: DBG: testbed command exited with code 0 1327s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1327s autopkgtest: DBG: testbed command exited with code 0 1327s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1327s autopkgtest: DBG: testbed command exited with code 0 1327s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/38_of_104__cpptest__c10_bfloat16_test-packages.all"], kind short, sout raw, serr pipe, env [] 1327s autopkgtest: DBG: testbed command exited with code 0 1327s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/38_of_104__cpptest__c10_bfloat16_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/38_of_104__cpptest__c10_bfloat16_test-packages.all 1327s autopkgtest: DBG: got reply from testbed: ok 1327s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1327s autopkgtest: DBG: testbed command exited with code 0 1327s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1327s autopkgtest [01:31:34]: test 38_of_104__cpptest__c10_bfloat16_test: /usr/lib/libtorch-test/c10_bfloat16_test 1327s autopkgtest [01:31:34]: test 38_of_104__cpptest__c10_bfloat16_test: [----------------------- 1327s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/38_of_104__cpptest__c10_bfloat16_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/38_of_104__cpptest__c10_bfloat16_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/38_of_104__cpptest__c10_bfloat16_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_bfloat16_test"], kind test, sout raw, serr raw, env [] 1328s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/38_of_104__cpptest__c10_bfloat16_test-artifacts 1328s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1328s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1328s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1328s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1328s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1328s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1328s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1328s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1328s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1328s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1328s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1328s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1328s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1328s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1328s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1328s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1328s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1328s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1328s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1328s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1328s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1328s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1328s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/38_of_104__cpptest__c10_bfloat16_test-stderr 1328s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/38_of_104__cpptest__c10_bfloat16_test-stdout 1328s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1328s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1328s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_bfloat16_test 1328s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.ryaR9ibbHA/out to stdout and file: /tmp/autopkgtest.PBRVfE/38_of_104__cpptest__c10_bfloat16_test-stdout 1328s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.ryaR9ibbHA/err to standard error and file: /tmp/autopkgtest.PBRVfE/38_of_104__cpptest__c10_bfloat16_test-stdout 1328s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 7487 to /tmp/autopkgtest_script_pid 1328s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1328s [==========] Running 13 tests from 3 test suites. 1328s [----------] Global test environment set-up. 1328s [----------] 5 tests from BFloat16Conversion 1328s [ RUN ] BFloat16Conversion.FloatToBFloat16AndBack 1328s [ OK ] BFloat16Conversion.FloatToBFloat16AndBack (0 ms) 1328s [ RUN ] BFloat16Conversion.FloatToBFloat16RNEAndBack 1328s [ OK ] BFloat16Conversion.FloatToBFloat16RNEAndBack (0 ms) 1328s [ RUN ] BFloat16Conversion.NaN 1328s [ OK ] BFloat16Conversion.NaN (0 ms) 1328s [ RUN ] BFloat16Conversion.Inf 1328s [ OK ] BFloat16Conversion.Inf (0 ms) 1328s [ RUN ] BFloat16Conversion.SmallestDenormal 1328s [ OK ] BFloat16Conversion.SmallestDenormal (0 ms) 1328s [----------] 5 tests from BFloat16Conversion (0 ms total) 1328s 1328s [----------] 3 tests from BFloat16Math 1328s [ RUN ] BFloat16Math.Addition 1328s [ OK ] BFloat16Math.Addition (0 ms) 1328s [ RUN ] BFloat16Math.Subtraction 1328s [ OK ] BFloat16Math.Subtraction (0 ms) 1328s [ RUN ] BFloat16Math.NextAfterZero 1328s [ OK ] BFloat16Math.NextAfterZero (0 ms) 1328s [----------] 3 tests from BFloat16Math (0 ms total) 1328s 1328s [----------] 5 tests from BFloat16TestInstantiation/BFloat16Test 1328s [ RUN ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/0 1328s [ OK ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/0 (0 ms) 1328s [ RUN ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/1 1328s [ OK ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/1 (0 ms) 1328s [ RUN ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/2 1328s [ OK ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/2 (0 ms) 1328s [ RUN ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/3 1328s [ OK ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/3 (0 ms) 1328s [ RUN ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/4 1328s [ OK ] BFloat16TestInstantiation/BFloat16Test.BFloat16RNETest/4 (0 ms) 1328s [----------] 5 tests from BFloat16TestInstantiation/BFloat16Test (0 ms total) 1328s 1328s [----------] Global test environment tear-down 1328s [==========] 13 tests from 3 test suites ran. (0 ms total) 1328s [ PASSED ] 13 tests. 1328s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1328s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1328s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1328s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1328s autopkgtest: DBG: testbed command exited with code 0 1328s autopkgtest [01:31:35]: test 38_of_104__cpptest__c10_bfloat16_test: -----------------------] 1328s autopkgtest: DBG: testbed executing test finished with exit status 0 1328s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/38_of_104__cpptest__c10_bfloat16_test-stdout /tmp/autopkgtest-work.g4f853zl/out/38_of_104__cpptest__c10_bfloat16_test-stdout 1328s autopkgtest: DBG: got reply from testbed: ok 1328s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/38_of_104__cpptest__c10_bfloat16_test-stderr /tmp/autopkgtest-work.g4f853zl/out/38_of_104__cpptest__c10_bfloat16_test-stderr 1328s autopkgtest: DBG: got reply from testbed: ok 1328s 38_of_104__cpptest__c10_bfloat16_test PASS 1328s autopkgtest [01:31:35]: test 38_of_104__cpptest__c10_bfloat16_test: - - - - - - - - - - results - - - - - - - - - - 1328s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/38_of_104__cpptest__c10_bfloat16_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1329s autopkgtest: DBG: got reply from testbed: ok 1329s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/38_of_104__cpptest__c10_bfloat16_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1329s autopkgtest: DBG: testbed command exited with code 0 1329s autopkgtest [01:31:36]: test 39_of_104__cpptest__c10_bit_cast_test: preparing testbed 1329s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1329s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1329s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1329s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1329s autopkgtest: DBG: can use apt-get on testbed: True 1329s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1329s Reading package lists... 1329s Building dependency tree... 1329s Reading state information... 1329s Starting pkgProblemResolver with broken count: 0 1329s Starting 2 pkgProblemResolver with broken count: 0 1329s Done 1329s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1329s autopkgtest: DBG: testbed command exited with code 0 1329s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1330s autopkgtest: DBG: testbed command exited with code 0 1330s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1330s autopkgtest: DBG: testbed command exited with code 0 1330s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/39_of_104__cpptest__c10_bit_cast_test-packages.all"], kind short, sout raw, serr pipe, env [] 1330s autopkgtest: DBG: testbed command exited with code 0 1330s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/39_of_104__cpptest__c10_bit_cast_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/39_of_104__cpptest__c10_bit_cast_test-packages.all 1330s autopkgtest: DBG: got reply from testbed: ok 1330s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1330s autopkgtest: DBG: testbed command exited with code 0 1330s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1330s autopkgtest [01:31:37]: test 39_of_104__cpptest__c10_bit_cast_test: /usr/lib/libtorch-test/c10_bit_cast_test 1330s autopkgtest [01:31:37]: test 39_of_104__cpptest__c10_bit_cast_test: [----------------------- 1330s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/39_of_104__cpptest__c10_bit_cast_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/39_of_104__cpptest__c10_bit_cast_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/39_of_104__cpptest__c10_bit_cast_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_bit_cast_test"], kind test, sout raw, serr raw, env [] 1330s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/39_of_104__cpptest__c10_bit_cast_test-artifacts 1330s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1330s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1330s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1330s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1330s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1330s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1330s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1330s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1330s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1330s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1330s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1330s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1330s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1330s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1330s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1330s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1330s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1330s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1330s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1330s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1330s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1330s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1330s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/39_of_104__cpptest__c10_bit_cast_test-stderr 1330s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/39_of_104__cpptest__c10_bit_cast_test-stdout 1330s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1330s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1330s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_bit_cast_test 1330s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.9FyZjFybom/out to stdout and file: /tmp/autopkgtest.PBRVfE/39_of_104__cpptest__c10_bit_cast_test-stdout 1330s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.9FyZjFybom/err to standard error and file: /tmp/autopkgtest.PBRVfE/39_of_104__cpptest__c10_bit_cast_test-stdout 1330s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 7640 to /tmp/autopkgtest_script_pid 1330s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1330s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1330s [==========] Running 1 test from 1 test suite. 1330s [----------] Global test environment set-up. 1330s [----------] 1 test from bitCastTest 1330s [ RUN ] bitCastTest.basic 1330s [ OK ] bitCastTest.basic (0 ms) 1330s [----------] 1 test from bitCastTest (0 ms total) 1330s 1330s [----------] Global test environment tear-down 1330s [==========] 1 test from 1 test suite ran. (0 ms total) 1330s [ PASSED ] 1 test. 1330s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1330s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1330s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1330s autopkgtest: DBG: testbed command exited with code 0 1331s autopkgtest [01:31:38]: test 39_of_104__cpptest__c10_bit_cast_test: -----------------------] 1331s autopkgtest: DBG: testbed executing test finished with exit status 0 1331s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/39_of_104__cpptest__c10_bit_cast_test-stdout /tmp/autopkgtest-work.g4f853zl/out/39_of_104__cpptest__c10_bit_cast_test-stdout 1331s autopkgtest: DBG: got reply from testbed: ok 1331s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/39_of_104__cpptest__c10_bit_cast_test-stderr /tmp/autopkgtest-work.g4f853zl/out/39_of_104__cpptest__c10_bit_cast_test-stderr 1331s autopkgtest: DBG: got reply from testbed: ok 1331s autopkgtest [01:31:38]: test 39_of_104__cpptest__c10_bit_cast_test: - - - - - - - - - - results - - - - - - - - - - 1331s 39_of_104__cpptest__c10_bit_cast_test PASS 1331s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/39_of_104__cpptest__c10_bit_cast_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1331s autopkgtest: DBG: got reply from testbed: ok 1331s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/39_of_104__cpptest__c10_bit_cast_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1331s autopkgtest: DBG: testbed command exited with code 0 1331s autopkgtest [01:31:38]: test 40_of_104__cpptest__c10_complex_math_test: preparing testbed 1331s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1331s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1331s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1331s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1331s autopkgtest: DBG: can use apt-get on testbed: True 1331s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1332s Reading package lists... 1332s Building dependency tree... 1332s Reading state information... 1332s Starting pkgProblemResolver with broken count: 0 1332s Starting 2 pkgProblemResolver with broken count: 0 1332s Done 1332s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1332s autopkgtest: DBG: testbed command exited with code 0 1332s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1332s autopkgtest: DBG: testbed command exited with code 0 1332s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1332s autopkgtest: DBG: testbed command exited with code 0 1332s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/40_of_104__cpptest__c10_complex_math_test-packages.all"], kind short, sout raw, serr pipe, env [] 1333s autopkgtest: DBG: testbed command exited with code 0 1333s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/40_of_104__cpptest__c10_complex_math_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/40_of_104__cpptest__c10_complex_math_test-packages.all 1333s autopkgtest: DBG: got reply from testbed: ok 1333s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1333s autopkgtest: DBG: testbed command exited with code 0 1333s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1333s autopkgtest [01:31:40]: test 40_of_104__cpptest__c10_complex_math_test: /usr/lib/libtorch-test/c10_complex_math_test 1333s autopkgtest [01:31:40]: test 40_of_104__cpptest__c10_complex_math_test: [----------------------- 1333s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/40_of_104__cpptest__c10_complex_math_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/40_of_104__cpptest__c10_complex_math_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/40_of_104__cpptest__c10_complex_math_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_complex_math_test"], kind test, sout raw, serr raw, env [] 1333s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/40_of_104__cpptest__c10_complex_math_test-artifacts 1333s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1333s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1333s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1333s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1333s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1333s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1333s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1333s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1333s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1333s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1333s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1333s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1333s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1333s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1333s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1333s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1333s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1333s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1333s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1333s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1333s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1333s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1333s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/40_of_104__cpptest__c10_complex_math_test-stderr 1333s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/40_of_104__cpptest__c10_complex_math_test-stdout 1333s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1333s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1333s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_complex_math_test 1333s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.xA6jhufc6s/out to stdout and file: /tmp/autopkgtest.PBRVfE/40_of_104__cpptest__c10_complex_math_test-stdout 1333s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.xA6jhufc6s/err to standard error and file: /tmp/autopkgtest.PBRVfE/40_of_104__cpptest__c10_complex_math_test-stdout 1333s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 7793 to /tmp/autopkgtest_script_pid 1333s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1333s [==========] Running 17 tests from 13 test suites. 1333s [----------] Global test environment set-up. 1333s [----------] 2 tests from TestExponential 1333s [ RUN ] TestExponential.IPi 1333s [ OK ] TestExponential.IPi (0 ms) 1333s [ RUN ] TestExponential.EulerFormula 1333s [ OK ] TestExponential.EulerFormula (0 ms) 1333s [----------] 2 tests from TestExponential (0 ms total) 1333s 1333s [----------] 2 tests from TestExpm1 1333s [ RUN ] TestExpm1.Normal 1333s [ OK ] TestExpm1.Normal (0 ms) 1333s [ RUN ] TestExpm1.Small 1333s [ OK ] TestExpm1.Small (0 ms) 1333s [----------] 2 tests from TestExpm1 (0 ms total) 1333s 1333s [----------] 1 test from TestLog 1333s [ RUN ] TestLog.Definition 1333s [ OK ] TestLog.Definition (0 ms) 1333s [----------] 1 test from TestLog (0 ms total) 1333s 1333s [----------] 1 test from TestLog10 1333s [ RUN ] TestLog10.Rev 1333s [ OK ] TestLog10.Rev (0 ms) 1333s [----------] 1 test from TestLog10 (0 ms total) 1333s 1333s [----------] 1 test from TestLog2 1333s [ RUN ] TestLog2.Rev 1333s [ OK ] TestLog2.Rev (0 ms) 1333s [----------] 1 test from TestLog2 (0 ms total) 1333s 1333s [----------] 3 tests from TestLog1p 1333s [ RUN ] TestLog1p.Normal 1333s [ OK ] TestLog1p.Normal (0 ms) 1333s [ RUN ] TestLog1p.Small 1333s [ OK ] TestLog1p.Small (0 ms) 1333s [ RUN ] TestLog1p.Extreme 1333s [ OK ] TestLog1p.Extreme (0 ms) 1333s [----------] 3 tests from TestLog1p (0 ms total) 1333s 1333s [----------] 1 test from TestPowSqrt 1333s [ RUN ] TestPowSqrt.Equal 1333s [ OK ] TestPowSqrt.Equal (0 ms) 1333s [----------] 1 test from TestPowSqrt (0 ms total) 1333s 1333s [----------] 1 test from TestPow 1333s [ RUN ] TestPow.Square 1333s [ OK ] TestPow.Square (0 ms) 1333s [----------] 1 test from TestPow (0 ms total) 1333s 1333s [----------] 1 test from TestSinCosSinhCosh 1333s [ RUN ] TestSinCosSinhCosh.Identity 1333s [ OK ] TestSinCosSinhCosh.Identity (0 ms) 1333s [----------] 1 test from TestSinCosSinhCosh (0 ms total) 1333s 1333s [----------] 1 test from TestTan 1333s [ RUN ] TestTan.Identity 1333s [ OK ] TestTan.Identity (0 ms) 1333s [----------] 1 test from TestTan (0 ms total) 1333s 1333s [----------] 1 test from TestTanh 1333s [ RUN ] TestTanh.Identity 1333s [ OK ] TestTanh.Identity (0 ms) 1333s [----------] 1 test from TestTanh (0 ms total) 1333s 1333s [----------] 1 test from TestRevTrigonometric 1333s [ RUN ] TestRevTrigonometric.Rev 1333s [ OK ] TestRevTrigonometric.Rev (0 ms) 1333s [----------] 1 test from TestRevTrigonometric (0 ms total) 1333s 1333s [----------] 1 test from TestRevHyperbolic 1333s [ RUN ] TestRevHyperbolic.Rev 1333s [ OK ] TestRevHyperbolic.Rev (0 ms) 1333s [----------] 1 test from TestRevHyperbolic (0 ms total) 1333s 1333s [----------] Global test environment tear-down 1333s [==========] 17 tests from 13 test suites ran. (0 ms total) 1333s [ PASSED ] 17 tests. 1333s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1333s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1333s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1333s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1333s autopkgtest: DBG: testbed command exited with code 0 1333s autopkgtest [01:31:40]: test 40_of_104__cpptest__c10_complex_math_test: -----------------------] 1333s autopkgtest: DBG: testbed executing test finished with exit status 0 1333s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/40_of_104__cpptest__c10_complex_math_test-stdout /tmp/autopkgtest-work.g4f853zl/out/40_of_104__cpptest__c10_complex_math_test-stdout 1334s autopkgtest: DBG: got reply from testbed: ok 1334s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/40_of_104__cpptest__c10_complex_math_test-stderr /tmp/autopkgtest-work.g4f853zl/out/40_of_104__cpptest__c10_complex_math_test-stderr 1334s autopkgtest: DBG: got reply from testbed: ok 1334s 40_of_104__cpptest__c10_complex_math_test PASS 1334s autopkgtest [01:31:41]: test 40_of_104__cpptest__c10_complex_math_test: - - - - - - - - - - results - - - - - - - - - - 1334s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/40_of_104__cpptest__c10_complex_math_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1334s autopkgtest: DBG: got reply from testbed: ok 1334s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/40_of_104__cpptest__c10_complex_math_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1334s autopkgtest: DBG: testbed command exited with code 0 1334s autopkgtest [01:31:41]: test 41_of_104__cpptest__c10_complex_test: preparing testbed 1334s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1334s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1334s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1334s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1334s autopkgtest: DBG: can use apt-get on testbed: True 1334s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1334s Reading package lists... 1334s Building dependency tree... 1334s Reading state information... 1335s Starting pkgProblemResolver with broken count: 0 1335s Starting 2 pkgProblemResolver with broken count: 0 1335s Done 1335s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1335s autopkgtest: DBG: testbed command exited with code 0 1335s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1335s autopkgtest: DBG: testbed command exited with code 0 1335s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1335s autopkgtest: DBG: testbed command exited with code 0 1335s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/41_of_104__cpptest__c10_complex_test-packages.all"], kind short, sout raw, serr pipe, env [] 1335s autopkgtest: DBG: testbed command exited with code 0 1335s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/41_of_104__cpptest__c10_complex_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/41_of_104__cpptest__c10_complex_test-packages.all 1335s autopkgtest: DBG: got reply from testbed: ok 1335s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1336s autopkgtest: DBG: testbed command exited with code 0 1336s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1336s autopkgtest [01:31:43]: test 41_of_104__cpptest__c10_complex_test: /usr/lib/libtorch-test/c10_complex_test 1336s autopkgtest [01:31:43]: test 41_of_104__cpptest__c10_complex_test: [----------------------- 1336s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/41_of_104__cpptest__c10_complex_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/41_of_104__cpptest__c10_complex_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/41_of_104__cpptest__c10_complex_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_complex_test"], kind test, sout raw, serr raw, env [] 1336s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/41_of_104__cpptest__c10_complex_test-artifacts 1336s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1336s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1336s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1336s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1336s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1336s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1336s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1336s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1336s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1336s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1336s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1336s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1336s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1336s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1336s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1336s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1336s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1336s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1336s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1336s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1336s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1336s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1336s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/41_of_104__cpptest__c10_complex_test-stderr 1336s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/41_of_104__cpptest__c10_complex_test-stdout 1336s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1336s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1336s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_complex_test 1336s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.uvltjCP0gZ/out to stdout and file: /tmp/autopkgtest.PBRVfE/41_of_104__cpptest__c10_complex_test-stdout 1336s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.uvltjCP0gZ/err to standard error and file: /tmp/autopkgtest.PBRVfE/41_of_104__cpptest__c10_complex_test-stdout 1336s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 7946 to /tmp/autopkgtest_script_pid 1336s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1336s [==========] Running 5 tests from 5 test suites. 1336s [----------] Global test environment set-up. 1336s [----------] 1 test from TestMemory 1336s [ RUN ] TestMemory.ReinterpretCast 1336s [ OK ] TestMemory.ReinterpretCast (0 ms) 1336s [----------] 1 test from TestMemory (0 ms total) 1336s 1336s [----------] 1 test from TestConstructors 1336s [ RUN ] TestConstructors.UnorderedMap 1336s [ OK ] TestConstructors.UnorderedMap (0 ms) 1336s [----------] 1 test from TestConstructors (0 ms total) 1336s 1336s [----------] 1 test from TestArithmeticIntScalar 1336s [ RUN ] TestArithmeticIntScalar.All 1336s [ OK ] TestArithmeticIntScalar.All (0 ms) 1336s [----------] 1 test from TestArithmeticIntScalar (0 ms total) 1336s 1336s [----------] 1 test from TestIO 1336s [ RUN ] TestIO.All 1336s [ OK ] TestIO.All (0 ms) 1336s [----------] 1 test from TestIO (0 ms total) 1336s 1336s [----------] 1 test from TestStd 1336s [ RUN ] TestStd.BasicFunctions 1336s [ OK ] TestStd.BasicFunctions (0 ms) 1336s [----------] 1 test from TestStd (0 ms total) 1336s 1336s [----------] Global test environment tear-down 1336s [==========] 5 tests from 5 test suites ran. (0 ms total) 1336s [ PASSED ] 5 tests. 1336s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1336s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1336s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1336s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1336s autopkgtest: DBG: testbed command exited with code 0 1336s autopkgtest [01:31:43]: test 41_of_104__cpptest__c10_complex_test: -----------------------] 1336s autopkgtest: DBG: testbed executing test finished with exit status 0 1336s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/41_of_104__cpptest__c10_complex_test-stdout /tmp/autopkgtest-work.g4f853zl/out/41_of_104__cpptest__c10_complex_test-stdout 1336s autopkgtest: DBG: got reply from testbed: ok 1336s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/41_of_104__cpptest__c10_complex_test-stderr /tmp/autopkgtest-work.g4f853zl/out/41_of_104__cpptest__c10_complex_test-stderr 1336s autopkgtest: DBG: got reply from testbed: ok 1337s 41_of_104__cpptest__c10_complex_test PASS 1337s autopkgtest [01:31:44]: test 41_of_104__cpptest__c10_complex_test: - - - - - - - - - - results - - - - - - - - - - 1337s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/41_of_104__cpptest__c10_complex_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1337s autopkgtest: DBG: got reply from testbed: ok 1337s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/41_of_104__cpptest__c10_complex_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1337s autopkgtest: DBG: testbed command exited with code 0 1337s autopkgtest [01:31:44]: test 42_of_104__cpptest__c10_cow_test: preparing testbed 1337s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1337s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1337s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1337s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1337s autopkgtest: DBG: can use apt-get on testbed: True 1337s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1337s Reading package lists... 1337s Building dependency tree... 1337s Reading state information... 1337s Starting pkgProblemResolver with broken count: 0 1337s Starting 2 pkgProblemResolver with broken count: 0 1337s Done 1338s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1338s autopkgtest: DBG: testbed command exited with code 0 1338s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1338s autopkgtest: DBG: testbed command exited with code 0 1338s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1338s autopkgtest: DBG: testbed command exited with code 0 1338s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/42_of_104__cpptest__c10_cow_test-packages.all"], kind short, sout raw, serr pipe, env [] 1338s autopkgtest: DBG: testbed command exited with code 0 1338s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/42_of_104__cpptest__c10_cow_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/42_of_104__cpptest__c10_cow_test-packages.all 1338s autopkgtest: DBG: got reply from testbed: ok 1338s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1338s autopkgtest: DBG: testbed command exited with code 0 1338s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1338s autopkgtest [01:31:45]: test 42_of_104__cpptest__c10_cow_test: /usr/lib/libtorch-test/c10_cow_test 1338s autopkgtest [01:31:45]: test 42_of_104__cpptest__c10_cow_test: [----------------------- 1338s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/42_of_104__cpptest__c10_cow_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/42_of_104__cpptest__c10_cow_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/42_of_104__cpptest__c10_cow_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_cow_test"], kind test, sout raw, serr raw, env [] 1338s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/42_of_104__cpptest__c10_cow_test-artifacts 1338s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1338s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1338s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1338s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1338s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1338s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1338s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1338s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1338s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1338s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1338s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1338s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1338s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1338s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1338s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1338s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1338s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1338s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1338s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1338s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1338s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1338s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1338s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/42_of_104__cpptest__c10_cow_test-stderr 1338s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/42_of_104__cpptest__c10_cow_test-stdout 1338s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1338s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1338s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_cow_test 1338s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.2Oz2wrlwJ0/out to stdout and file: /tmp/autopkgtest.PBRVfE/42_of_104__cpptest__c10_cow_test-stdout 1338s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.2Oz2wrlwJ0/err to standard error and file: /tmp/autopkgtest.PBRVfE/42_of_104__cpptest__c10_cow_test-stdout 1338s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 8099 to /tmp/autopkgtest_script_pid 1338s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1338s [==========] Running 8 tests from 3 test suites. 1338s [----------] Global test environment set-up. 1338s [----------] 2 tests from ContextTest 1338s [ RUN ] ContextTest.Basic 1338s [ OK ] ContextTest.Basic (0 ms) 1338s [ RUN ] ContextTest.cow_deleter 1338s [ OK ] ContextTest.cow_deleter (0 ms) 1338s [----------] 2 tests from ContextTest (0 ms total) 1338s 1338s [----------] 3 tests from lazy_clone_storage_test 1338s [ RUN ] lazy_clone_storage_test.no_context 1338s [ OK ] lazy_clone_storage_test.no_context (0 ms) 1338s [ RUN ] lazy_clone_storage_test.different_context 1338s [ OK ] lazy_clone_storage_test.different_context (0 ms) 1338s [ RUN ] lazy_clone_storage_test.already_copy_on_write 1338s [ OK ] lazy_clone_storage_test.already_copy_on_write (0 ms) 1338s [----------] 3 tests from lazy_clone_storage_test (0 ms total) 1338s 1338s [----------] 3 tests from materialize_test 1338s [ RUN ] materialize_test.not_copy_on_write_context 1338s [ OK ] materialize_test.not_copy_on_write_context (0 ms) 1338s [ RUN ] materialize_test.copy_on_write_single_reference 1338s [ OK ] materialize_test.copy_on_write_single_reference (0 ms) 1338s [ RUN ] materialize_test.copy_on_write 1338s [ OK ] materialize_test.copy_on_write (0 ms) 1338s [----------] 3 tests from materialize_test (0 ms total) 1338s 1338s [----------] Global test environment tear-down 1338s [==========] 8 tests from 3 test suites ran. (0 ms total) 1338s [ PASSED ] 8 tests. 1338s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1338s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1338s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1338s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1338s autopkgtest: DBG: testbed command exited with code 0 1339s autopkgtest [01:31:46]: test 42_of_104__cpptest__c10_cow_test: -----------------------] 1339s autopkgtest: DBG: testbed executing test finished with exit status 0 1339s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/42_of_104__cpptest__c10_cow_test-stdout /tmp/autopkgtest-work.g4f853zl/out/42_of_104__cpptest__c10_cow_test-stdout 1339s autopkgtest: DBG: got reply from testbed: ok 1339s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/42_of_104__cpptest__c10_cow_test-stderr /tmp/autopkgtest-work.g4f853zl/out/42_of_104__cpptest__c10_cow_test-stderr 1339s autopkgtest: DBG: got reply from testbed: ok 1339s autopkgtest [01:31:46]: test 42_of_104__cpptest__c10_cow_test: - - - - - - - - - - results - - - - - - - - - - 1339s 42_of_104__cpptest__c10_cow_test PASS 1339s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/42_of_104__cpptest__c10_cow_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1339s autopkgtest: DBG: got reply from testbed: ok 1339s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/42_of_104__cpptest__c10_cow_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1340s autopkgtest: DBG: testbed command exited with code 0 1340s autopkgtest [01:31:47]: test 43_of_104__cpptest__c10_exception_test: preparing testbed 1340s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1340s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1340s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1340s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1340s autopkgtest: DBG: can use apt-get on testbed: True 1340s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1340s Reading package lists... 1340s Building dependency tree... 1340s Reading state information... 1340s Starting pkgProblemResolver with broken count: 0 1340s Starting 2 pkgProblemResolver with broken count: 0 1340s Done 1340s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1340s autopkgtest: DBG: testbed command exited with code 0 1340s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1340s autopkgtest: DBG: testbed command exited with code 0 1340s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1341s autopkgtest: DBG: testbed command exited with code 0 1341s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/43_of_104__cpptest__c10_exception_test-packages.all"], kind short, sout raw, serr pipe, env [] 1341s autopkgtest: DBG: testbed command exited with code 0 1341s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/43_of_104__cpptest__c10_exception_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/43_of_104__cpptest__c10_exception_test-packages.all 1341s autopkgtest: DBG: got reply from testbed: ok 1341s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1341s autopkgtest: DBG: testbed command exited with code 0 1341s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1341s autopkgtest [01:31:48]: test 43_of_104__cpptest__c10_exception_test: /usr/lib/libtorch-test/c10_exception_test 1341s autopkgtest [01:31:48]: test 43_of_104__cpptest__c10_exception_test: [----------------------- 1341s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/43_of_104__cpptest__c10_exception_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/43_of_104__cpptest__c10_exception_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/43_of_104__cpptest__c10_exception_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_exception_test"], kind test, sout raw, serr raw, env [] 1341s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/43_of_104__cpptest__c10_exception_test-artifacts 1341s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1341s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1341s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1341s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1341s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1341s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1341s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1341s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1341s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1341s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1341s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1341s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1341s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1341s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1341s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1341s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1341s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1341s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1341s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1341s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1341s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1341s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1341s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/43_of_104__cpptest__c10_exception_test-stderr 1341s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/43_of_104__cpptest__c10_exception_test-stdout 1341s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1341s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1341s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_exception_test 1341s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.VdFkcZaZTP/out to stdout and file: /tmp/autopkgtest.PBRVfE/43_of_104__cpptest__c10_exception_test-stdout 1341s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.VdFkcZaZTP/err to standard error and file: /tmp/autopkgtest.PBRVfE/43_of_104__cpptest__c10_exception_test-stdout 1341s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 8252 to /tmp/autopkgtest_script_pid 1341s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1341s [==========] Running 5 tests from 2 test suites. 1341s [----------] Global test environment set-up. 1341s [----------] 4 tests from ExceptionTest 1341s [ RUN ] ExceptionTest.TORCH_INTERNAL_ASSERT_DEBUG_ONLY 1341s [ OK ] ExceptionTest.TORCH_INTERNAL_ASSERT_DEBUG_ONLY (0 ms) 1341s [ RUN ] ExceptionTest.CUDA_KERNEL_ASSERT 1342s [ OK ] ExceptionTest.CUDA_KERNEL_ASSERT (632 ms) 1342s [ RUN ] ExceptionTest.ErrorFormatting 1342s [ OK ] ExceptionTest.ErrorFormatting (0 ms) 1342s [ RUN ] ExceptionTest.DontCallArgumentFunctionsTwiceOnFailure 1342s [ OK ] ExceptionTest.DontCallArgumentFunctionsTwiceOnFailure (0 ms) 1342s [----------] 4 tests from ExceptionTest (633 ms total) 1342s 1342s [----------] 1 test from WarningTest 1342s [ RUN ] WarningTest.JustPrintWarning 1342s [ OK ] WarningTest.JustPrintWarning (0 ms) 1342s [----------] 1 test from WarningTest (0 ms total) 1342s 1342s [----------] Global test environment tear-down 1342s [==========] 5 tests from 2 test suites ran. (633 ms total) 1342s [ PASSED ] 5 tests. 1342s [W219 01:31:49.507283891 exception_test.cpp:45] Warning: I'm a warning (function TestBody) 1342s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1342s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1342s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1342s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1342s autopkgtest: DBG: testbed command exited with code 0 1342s autopkgtest [01:31:49]: test 43_of_104__cpptest__c10_exception_test: -----------------------] 1342s autopkgtest: DBG: testbed executing test finished with exit status 0 1342s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/43_of_104__cpptest__c10_exception_test-stdout /tmp/autopkgtest-work.g4f853zl/out/43_of_104__cpptest__c10_exception_test-stdout 1342s autopkgtest: DBG: got reply from testbed: ok 1342s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/43_of_104__cpptest__c10_exception_test-stderr /tmp/autopkgtest-work.g4f853zl/out/43_of_104__cpptest__c10_exception_test-stderr 1342s autopkgtest: DBG: got reply from testbed: ok 1343s 43_of_104__cpptest__c10_exception_test PASS 1343s autopkgtest [01:31:50]: test 43_of_104__cpptest__c10_exception_test: - - - - - - - - - - results - - - - - - - - - - 1343s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/43_of_104__cpptest__c10_exception_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1343s autopkgtest: DBG: got reply from testbed: ok 1343s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/43_of_104__cpptest__c10_exception_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1343s autopkgtest: DBG: testbed command exited with code 0 1343s autopkgtest [01:31:50]: test 44_of_104__cpptest__c10_flags_test: preparing testbed 1343s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1343s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1343s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1343s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1343s autopkgtest: DBG: can use apt-get on testbed: True 1343s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1343s Reading package lists... 1343s Building dependency tree... 1343s Reading state information... 1343s Starting pkgProblemResolver with broken count: 0 1343s Starting 2 pkgProblemResolver with broken count: 0 1343s Done 1344s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1344s autopkgtest: DBG: testbed command exited with code 0 1344s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1344s autopkgtest: DBG: testbed command exited with code 0 1344s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1344s autopkgtest: DBG: testbed command exited with code 0 1344s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/44_of_104__cpptest__c10_flags_test-packages.all"], kind short, sout raw, serr pipe, env [] 1344s autopkgtest: DBG: testbed command exited with code 0 1344s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/44_of_104__cpptest__c10_flags_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/44_of_104__cpptest__c10_flags_test-packages.all 1344s autopkgtest: DBG: got reply from testbed: ok 1344s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1345s autopkgtest: DBG: testbed command exited with code 0 1345s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1345s autopkgtest [01:31:52]: test 44_of_104__cpptest__c10_flags_test: /usr/lib/libtorch-test/c10_flags_test 1345s autopkgtest [01:31:52]: test 44_of_104__cpptest__c10_flags_test: [----------------------- 1345s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/44_of_104__cpptest__c10_flags_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/44_of_104__cpptest__c10_flags_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/44_of_104__cpptest__c10_flags_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_flags_test"], kind test, sout raw, serr raw, env [] 1345s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/44_of_104__cpptest__c10_flags_test-artifacts 1345s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1345s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1345s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1345s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1345s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1345s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1345s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1345s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1345s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1345s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1345s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1345s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1345s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1345s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1345s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1345s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1345s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1345s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1345s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1345s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1345s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1345s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1345s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/44_of_104__cpptest__c10_flags_test-stderr 1345s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/44_of_104__cpptest__c10_flags_test-stdout 1345s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1345s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1345s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_flags_test 1345s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.JS4OLQAAdp/out to stdout and file: /tmp/autopkgtest.PBRVfE/44_of_104__cpptest__c10_flags_test-stdout 1345s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.JS4OLQAAdp/err to standard error and file: /tmp/autopkgtest.PBRVfE/44_of_104__cpptest__c10_flags_test-stdout 1345s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 8412 to /tmp/autopkgtest_script_pid 1345s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1345s [==========] Running 1 test from 1 test suite. 1345s [----------] Global test environment set-up. 1345s [----------] 1 test from FlagsTest 1345s [ RUN ] FlagsTest.TestGflagsCorrectness 1345s Caffe2 is not built with gflags. Nothing to test here. 1345s [ OK ] FlagsTest.TestGflagsCorrectness (0 ms) 1345s [----------] 1 test from FlagsTest (0 ms total) 1345s 1345s [----------] Global test environment tear-down 1345s [==========] 1 test from 1 test suite ran. (0 ms total) 1345s [ PASSED ] 1 test. 1345s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1345s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1345s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1345s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1345s autopkgtest: DBG: testbed command exited with code 0 1345s autopkgtest [01:31:52]: test 44_of_104__cpptest__c10_flags_test: -----------------------] 1345s autopkgtest: DBG: testbed executing test finished with exit status 0 1345s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/44_of_104__cpptest__c10_flags_test-stdout /tmp/autopkgtest-work.g4f853zl/out/44_of_104__cpptest__c10_flags_test-stdout 1345s autopkgtest: DBG: got reply from testbed: ok 1345s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/44_of_104__cpptest__c10_flags_test-stderr /tmp/autopkgtest-work.g4f853zl/out/44_of_104__cpptest__c10_flags_test-stderr 1345s autopkgtest: DBG: got reply from testbed: ok 1345s 44_of_104__cpptest__c10_flags_test PASS 1345s autopkgtest [01:31:52]: test 44_of_104__cpptest__c10_flags_test: - - - - - - - - - - results - - - - - - - - - - 1345s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/44_of_104__cpptest__c10_flags_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1346s autopkgtest: DBG: got reply from testbed: ok 1346s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/44_of_104__cpptest__c10_flags_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1346s autopkgtest: DBG: testbed command exited with code 0 1346s autopkgtest [01:31:53]: test 45_of_104__cpptest__c10_generic_math_test: preparing testbed 1346s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1346s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1346s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1346s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1346s autopkgtest: DBG: can use apt-get on testbed: True 1346s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1346s Reading package lists... 1346s Building dependency tree... 1346s Reading state information... 1346s Starting pkgProblemResolver with broken count: 0 1346s Starting 2 pkgProblemResolver with broken count: 0 1346s Done 1346s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1346s autopkgtest: DBG: testbed command exited with code 0 1346s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1347s autopkgtest: DBG: testbed command exited with code 0 1347s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1347s autopkgtest: DBG: testbed command exited with code 0 1347s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/45_of_104__cpptest__c10_generic_math_test-packages.all"], kind short, sout raw, serr pipe, env [] 1347s autopkgtest: DBG: testbed command exited with code 0 1347s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/45_of_104__cpptest__c10_generic_math_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/45_of_104__cpptest__c10_generic_math_test-packages.all 1347s autopkgtest: DBG: got reply from testbed: ok 1347s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1347s autopkgtest: DBG: testbed command exited with code 0 1347s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1347s autopkgtest [01:31:54]: test 45_of_104__cpptest__c10_generic_math_test: /usr/lib/libtorch-test/c10_generic_math_test 1347s autopkgtest [01:31:54]: test 45_of_104__cpptest__c10_generic_math_test: [----------------------- 1347s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/45_of_104__cpptest__c10_generic_math_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/45_of_104__cpptest__c10_generic_math_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/45_of_104__cpptest__c10_generic_math_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_generic_math_test"], kind test, sout raw, serr raw, env [] 1347s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/45_of_104__cpptest__c10_generic_math_test-artifacts 1347s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1347s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1347s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1347s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1347s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1347s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1347s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1347s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1347s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1347s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1347s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1347s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1347s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1347s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1347s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1347s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1347s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1347s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1347s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1347s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1347s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1347s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1347s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/45_of_104__cpptest__c10_generic_math_test-stderr 1347s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/45_of_104__cpptest__c10_generic_math_test-stdout 1347s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1347s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1347s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_generic_math_test 1347s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.IrNONzmfti/out to stdout and file: /tmp/autopkgtest.PBRVfE/45_of_104__cpptest__c10_generic_math_test-stdout 1347s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.IrNONzmfti/err to standard error and file: /tmp/autopkgtest.PBRVfE/45_of_104__cpptest__c10_generic_math_test-stdout 1347s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 8565 to /tmp/autopkgtest_script_pid 1347s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1347s [==========] Running 1 test from 1 test suite. 1347s [----------] Global test environment set-up. 1347s [----------] 1 test from GenericMathTest 1347s [ RUN ] GenericMathTest.div_floor_test 1347s [ OK ] GenericMathTest.div_floor_test (0 ms) 1347s [----------] 1 test from GenericMathTest (0 ms total) 1347s 1347s [----------] Global test environment tear-down 1347s [==========] 1 test from 1 test suite ran. (0 ms total) 1347s [ PASSED ] 1 test. 1347s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1347s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1347s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1347s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1347s autopkgtest: DBG: testbed command exited with code 0 1348s autopkgtest [01:31:55]: test 45_of_104__cpptest__c10_generic_math_test: -----------------------] 1348s autopkgtest: DBG: testbed executing test finished with exit status 0 1348s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/45_of_104__cpptest__c10_generic_math_test-stdout /tmp/autopkgtest-work.g4f853zl/out/45_of_104__cpptest__c10_generic_math_test-stdout 1348s autopkgtest: DBG: got reply from testbed: ok 1348s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/45_of_104__cpptest__c10_generic_math_test-stderr /tmp/autopkgtest-work.g4f853zl/out/45_of_104__cpptest__c10_generic_math_test-stderr 1348s autopkgtest: DBG: got reply from testbed: ok 1348s 45_of_104__cpptest__c10_generic_math_test PASS 1348s autopkgtest [01:31:55]: test 45_of_104__cpptest__c10_generic_math_test: - - - - - - - - - - results - - - - - - - - - - 1348s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/45_of_104__cpptest__c10_generic_math_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1348s autopkgtest: DBG: got reply from testbed: ok 1348s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/45_of_104__cpptest__c10_generic_math_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1348s autopkgtest: DBG: testbed command exited with code 0 1348s autopkgtest [01:31:55]: test 46_of_104__cpptest__c10_intrusive_ptr_benchmark: preparing testbed 1348s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1348s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1348s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1348s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1348s autopkgtest: DBG: can use apt-get on testbed: True 1348s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1349s Reading package lists... 1349s Building dependency tree... 1349s Reading state information... 1349s Starting pkgProblemResolver with broken count: 0 1349s Starting 2 pkgProblemResolver with broken count: 0 1349s Done 1349s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1349s autopkgtest: DBG: testbed command exited with code 0 1349s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1349s autopkgtest: DBG: testbed command exited with code 0 1349s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1349s autopkgtest: DBG: testbed command exited with code 0 1349s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/46_of_104__cpptest__c10_intrusive_ptr_benchmark-packages.all"], kind short, sout raw, serr pipe, env [] 1350s autopkgtest: DBG: testbed command exited with code 0 1350s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/46_of_104__cpptest__c10_intrusive_ptr_benchmark-packages.all /tmp/autopkgtest-work.g4f853zl/out/46_of_104__cpptest__c10_intrusive_ptr_benchmark-packages.all 1350s autopkgtest: DBG: got reply from testbed: ok 1350s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1350s autopkgtest: DBG: testbed command exited with code 0 1350s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1350s autopkgtest [01:31:57]: test 46_of_104__cpptest__c10_intrusive_ptr_benchmark: /usr/lib/libtorch-test/c10_intrusive_ptr_benchmark 1350s autopkgtest [01:31:57]: test 46_of_104__cpptest__c10_intrusive_ptr_benchmark: [----------------------- 1350s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/46_of_104__cpptest__c10_intrusive_ptr_benchmark-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/46_of_104__cpptest__c10_intrusive_ptr_benchmark-stderr --stdout=/tmp/autopkgtest.PBRVfE/46_of_104__cpptest__c10_intrusive_ptr_benchmark-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_intrusive_ptr_benchmark"], kind test, sout raw, serr raw, env [] 1350s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/46_of_104__cpptest__c10_intrusive_ptr_benchmark-artifacts 1350s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1350s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1350s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1350s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1350s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1350s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1350s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1350s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1350s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1350s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1350s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1350s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1350s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1350s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1350s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1350s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1350s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1350s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1350s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1350s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1350s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1350s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1350s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/46_of_104__cpptest__c10_intrusive_ptr_benchmark-stderr 1350s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/46_of_104__cpptest__c10_intrusive_ptr_benchmark-stdout 1350s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1350s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1350s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_intrusive_ptr_benchmark 1350s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.BEvdiZus9M/out to stdout and file: /tmp/autopkgtest.PBRVfE/46_of_104__cpptest__c10_intrusive_ptr_benchmark-stdout 1350s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.BEvdiZus9M/err to standard error and file: /tmp/autopkgtest.PBRVfE/46_of_104__cpptest__c10_intrusive_ptr_benchmark-stdout 1350s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 8718 to /tmp/autopkgtest_script_pid 1350s 2025-02-19T01:31:57+00:00 1350s Running /usr/lib/libtorch-test/c10_intrusive_ptr_benchmark 1350s Run on (2 X 5200 MHz CPU s) 1350s CPU Caches: 1350s L1 Data 128 KiB (x2) 1350s L1 Instruction 128 KiB (x2) 1350s L2 Data 4096 KiB (x2) 1350s L2 Instruction 4096 KiB (x2) 1350s Load Average: 0.33, 0.15, 0.05 1350s ***WARNING*** Library was built as DEBUG. Timings may be affected. 1351s ---------------------------------------------------------------------------- 1351s Benchmark Time CPU Iterations 1351s ---------------------------------------------------------------------------- 1351s BM_IntrusivePtrCtorDtor 3.04 ns 3.04 ns 244646291 1352s BM_SharedPtrCtorDtor 3.14 ns 3.14 ns 218516373 1353s BM_IntrusivePtrArray/16 44.0 ns 44.0 ns 15907123 1354s BM_IntrusivePtrArray/32 87.4 ns 87.3 ns 7971405 1355s BM_IntrusivePtrArray/64 175 ns 175 ns 4028764 1356s BM_IntrusivePtrArray/128 348 ns 348 ns 2007604 1357s BM_IntrusivePtrArray/256 700 ns 699 ns 995887 1358s BM_IntrusivePtrArray/512 1401 ns 1399 ns 495176 1359s BM_IntrusivePtrArray/1024 2828 ns 2827 ns 248304 1360s BM_IntrusivePtrArray/2048 5577 ns 5576 ns 125281 1360s BM_IntrusivePtrArray/4096 11277 ns 11273 ns 62892 1361s BM_SharedPtrArray/16 59.3 ns 59.3 ns 10531657 1362s BM_SharedPtrArray/32 130 ns 130 ns 5398794 1363s BM_SharedPtrArray/64 281 ns 281 ns 2501103 1364s BM_SharedPtrArray/128 553 ns 553 ns 1268527 1365s BM_SharedPtrArray/256 1155 ns 1155 ns 605819 1365s BM_SharedPtrArray/512 2175 ns 2174 ns 319839 1367s BM_SharedPtrArray/1024 3996 ns 3996 ns 175123 1367s BM_SharedPtrArray/2048 8172 ns 8170 ns 89142 1368s BM_SharedPtrArray/4096 16086 ns 16083 ns 44069 1369s BM_IntrusivePtrExclusiveOwnership 17.2 ns 17.2 ns 40934830 1370s BM_SharedPtrExclusiveOwnership 18.2 ns 18.2 ns 37634663 1370s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1370s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1370s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1370s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1370s autopkgtest: DBG: testbed command exited with code 0 1370s autopkgtest [01:32:17]: test 46_of_104__cpptest__c10_intrusive_ptr_benchmark: -----------------------] 1370s autopkgtest: DBG: testbed executing test finished with exit status 0 1370s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/46_of_104__cpptest__c10_intrusive_ptr_benchmark-stdout /tmp/autopkgtest-work.g4f853zl/out/46_of_104__cpptest__c10_intrusive_ptr_benchmark-stdout 1371s autopkgtest: DBG: got reply from testbed: ok 1371s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/46_of_104__cpptest__c10_intrusive_ptr_benchmark-stderr /tmp/autopkgtest-work.g4f853zl/out/46_of_104__cpptest__c10_intrusive_ptr_benchmark-stderr 1371s autopkgtest: DBG: got reply from testbed: ok 1371s autopkgtest [01:32:18]: test 46_of_104__cpptest__c10_intrusive_ptr_benchmark: - - - - - - - - - - results - - - - - - - - - - 1371s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/46_of_104__cpptest__c10_intrusive_ptr_benchmark-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1371s 46_of_104__cpptest__c10_intrusive_ptr_benchmark PASS 1371s autopkgtest: DBG: got reply from testbed: ok 1371s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/46_of_104__cpptest__c10_intrusive_ptr_benchmark-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1371s autopkgtest: DBG: testbed command exited with code 0 1371s autopkgtest [01:32:18]: test 47_of_104__cpptest__c10_intrusive_ptr_test: preparing testbed 1371s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1371s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1371s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1371s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1371s autopkgtest: DBG: can use apt-get on testbed: True 1371s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1371s Reading package lists... 1372s Building dependency tree... 1372s Reading state information... 1372s Starting pkgProblemResolver with broken count: 0 1372s Starting 2 pkgProblemResolver with broken count: 0 1372s Done 1372s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1372s autopkgtest: DBG: testbed command exited with code 0 1372s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1372s autopkgtest: DBG: testbed command exited with code 0 1372s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1372s autopkgtest: DBG: testbed command exited with code 0 1372s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/47_of_104__cpptest__c10_intrusive_ptr_test-packages.all"], kind short, sout raw, serr pipe, env [] 1372s autopkgtest: DBG: testbed command exited with code 0 1372s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/47_of_104__cpptest__c10_intrusive_ptr_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/47_of_104__cpptest__c10_intrusive_ptr_test-packages.all 1373s autopkgtest: DBG: got reply from testbed: ok 1373s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1373s autopkgtest: DBG: testbed command exited with code 0 1373s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1373s autopkgtest [01:32:20]: test 47_of_104__cpptest__c10_intrusive_ptr_test: /usr/lib/libtorch-test/c10_intrusive_ptr_test 1373s autopkgtest [01:32:20]: test 47_of_104__cpptest__c10_intrusive_ptr_test: [----------------------- 1373s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/47_of_104__cpptest__c10_intrusive_ptr_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/47_of_104__cpptest__c10_intrusive_ptr_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/47_of_104__cpptest__c10_intrusive_ptr_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_intrusive_ptr_test"], kind test, sout raw, serr raw, env [] 1373s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/47_of_104__cpptest__c10_intrusive_ptr_test-artifacts 1373s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1373s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1373s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1373s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1373s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1373s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1373s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1373s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1373s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1373s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1373s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1373s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1373s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1373s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1373s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1373s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1373s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1373s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1373s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1373s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1373s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1373s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1373s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/47_of_104__cpptest__c10_intrusive_ptr_test-stderr 1373s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/47_of_104__cpptest__c10_intrusive_ptr_test-stdout 1373s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1373s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1373s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_intrusive_ptr_test 1373s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.F6IdaF3CJJ/out to stdout and file: /tmp/autopkgtest.PBRVfE/47_of_104__cpptest__c10_intrusive_ptr_test-stdout 1373s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.F6IdaF3CJJ/err to standard error and file: /tmp/autopkgtest.PBRVfE/47_of_104__cpptest__c10_intrusive_ptr_test-stdout 1373s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 8871 to /tmp/autopkgtest_script_pid 1373s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1373s [==========] Running 324 tests from 4 test suites. 1373s [----------] Global test environment set-up. 1373s [----------] 5 tests from MakeIntrusiveTest 1373s [ RUN ] MakeIntrusiveTest.ClassWith0Parameters 1373s [ OK ] MakeIntrusiveTest.ClassWith0Parameters (0 ms) 1373s [ RUN ] MakeIntrusiveTest.ClassWith1Parameter 1373s [ OK ] MakeIntrusiveTest.ClassWith1Parameter (0 ms) 1373s [ RUN ] MakeIntrusiveTest.ClassWith2Parameters 1373s [ OK ] MakeIntrusiveTest.ClassWith2Parameters (0 ms) 1373s [ RUN ] MakeIntrusiveTest.TypeIsAutoDeductible 1373s [ OK ] MakeIntrusiveTest.TypeIsAutoDeductible (0 ms) 1373s [ RUN ] MakeIntrusiveTest.CanAssignToBaseClassPtr 1373s [ OK ] MakeIntrusiveTest.CanAssignToBaseClassPtr (0 ms) 1373s [----------] 5 tests from MakeIntrusiveTest (0 ms total) 1373s 1373s [----------] 1 test from IntrusivePtrTargetTest 1373s [ RUN ] IntrusivePtrTargetTest.whenAllocatedOnStack_thenDoesntCrash 1373s [ OK ] IntrusivePtrTargetTest.whenAllocatedOnStack_thenDoesntCrash (0 ms) 1373s [----------] 1 test from IntrusivePtrTargetTest (0 ms total) 1373s 1373s [----------] 146 tests from IntrusivePtrTest 1373s [ RUN ] IntrusivePtrTest.givenValidPtr_whenCallingGet_thenReturnsObject 1373s [ OK ] IntrusivePtrTest.givenValidPtr_whenCallingGet_thenReturnsObject (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenValidPtr_whenCallingConstGet_thenReturnsObject 1373s [ OK ] IntrusivePtrTest.givenValidPtr_whenCallingConstGet_thenReturnsObject (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCallingGet_thenReturnsNullptr 1373s [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCallingGet_thenReturnsNullptr (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenNullptr_whenCallingGet_thenReturnsNullptr 1373s [ OK ] IntrusivePtrTest.givenNullptr_whenCallingGet_thenReturnsNullptr (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenValidPtr_whenDereferencing_thenReturnsObject 1373s [ OK ] IntrusivePtrTest.givenValidPtr_whenDereferencing_thenReturnsObject (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenValidPtr_whenConstDereferencing_thenReturnsObject 1373s [ OK ] IntrusivePtrTest.givenValidPtr_whenConstDereferencing_thenReturnsObject (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenValidPtr_whenArrowDereferencing_thenReturnsObject 1373s [ OK ] IntrusivePtrTest.givenValidPtr_whenArrowDereferencing_thenReturnsObject (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenValidPtr_whenConstArrowDereferencing_thenReturnsObject 1373s [ OK ] IntrusivePtrTest.givenValidPtr_whenConstArrowDereferencing_thenReturnsObject (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenPointsToSameObject 1373s [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenOldInstanceInvalid 1373s [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenOldInstanceInvalid (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenPointsToSameObject 1373s [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenPointsToSameObject (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenStaysValid 1373s [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenStaysValid (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToSelf_thenStaysInvalid 1373s [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToSelf_thenStaysInvalid (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenNewInstanceIsValid 1373s [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenNewInstanceIsValid (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenPointsToSameObject 1373s [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningFromInvalidPtr_thenNewInstanceIsInvalid 1373s [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningFromInvalidPtr_thenNewInstanceIsInvalid (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 1373s [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenOldInstanceInvalid 1373s [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenOldInstanceInvalid (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid 1373s [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 1373s [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid 1373s [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenNullPtr_whenMoveAssigningToDifferentNullptr_thenHasNewNullptr 1373s [ OK ] IntrusivePtrTest.givenNullPtr_whenMoveAssigningToDifferentNullptr_thenHasNewNullptr (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenPointsToSameObject 1373s [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenPointsToSameObject (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenOldInstanceValid 1373s [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenOldInstanceValid (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenPointsToSameObject 1373s [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenPointsToSameObject (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenStaysValid 1373s [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenStaysValid (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToSelf_thenStaysInvalid 1373s [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToSelf_thenStaysInvalid (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigning_thenNewInstanceIsValid 1373s [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigning_thenNewInstanceIsValid (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 1373s [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenOldInstanceInvalid 1373s [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenOldInstanceInvalid (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid 1373s [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 1373s [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssigningInvalidPtrToBaseClass_thenNewInstanceIsInvalid 1373s [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssigningInvalidPtrToBaseClass_thenNewInstanceIsInvalid (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenNullPtr_whenCopyAssigningToDifferentNullptr_thenHasNewNullptr 1373s [ OK ] IntrusivePtrTest.givenNullPtr_whenCopyAssigningToDifferentNullptr_thenHasNewNullptr (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenPointsToSameObject 1373s [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenPointsToSameObject (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenOldInstanceInvalid 1373s [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenOldInstanceInvalid (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenNewInstanceValid 1373s [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenNewInstanceValid (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingFromInvalidPtr_thenNewInstanceInvalid 1373s [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingFromInvalidPtr_thenNewInstanceInvalid (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenPointsToSameObject 1373s [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenPointsToSameObject (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenOldInstanceInvalid 1373s [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenOldInstanceInvalid (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenNewInstanceValid 1373s [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenNewInstanceValid (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid 1373s [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenNullPtr_whenMoveConstructingToDifferentNullptr_thenHasNewNullptr 1373s [ OK ] IntrusivePtrTest.givenNullPtr_whenMoveConstructingToDifferentNullptr_thenHasNewNullptr (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenPointsToSameObject 1373s [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenPointsToSameObject (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenOldInstanceValid 1373s [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenOldInstanceValid (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenNewInstanceValid 1373s [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenNewInstanceValid (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingFromInvalidPtr_thenNewInstanceInvalid 1373s [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingFromInvalidPtr_thenNewInstanceInvalid (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenPointsToSameObject 1373s [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenPointsToSameObject (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenOldInstanceInvalid 1373s [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenOldInstanceInvalid (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenNewInstanceInvalid 1373s [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenNewInstanceInvalid (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid 1373s [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenNullPtr_whenCopyConstructingToDifferentNullptr_thenHasNewNullptr 1373s [ OK ] IntrusivePtrTest.givenNullPtr_whenCopyConstructingToDifferentNullptr_thenHasNewNullptr (0 ms) 1373s [ RUN ] IntrusivePtrTest.SwapFunction 1373s [ OK ] IntrusivePtrTest.SwapFunction (0 ms) 1373s [ RUN ] IntrusivePtrTest.SwapMethod 1373s [ OK ] IntrusivePtrTest.SwapMethod (0 ms) 1373s [ RUN ] IntrusivePtrTest.SwapFunctionFromInvalid 1373s [ OK ] IntrusivePtrTest.SwapFunctionFromInvalid (0 ms) 1373s [ RUN ] IntrusivePtrTest.SwapMethodFromInvalid 1373s [ OK ] IntrusivePtrTest.SwapMethodFromInvalid (0 ms) 1373s [ RUN ] IntrusivePtrTest.SwapFunctionWithInvalid 1373s [ OK ] IntrusivePtrTest.SwapFunctionWithInvalid (0 ms) 1373s [ RUN ] IntrusivePtrTest.SwapMethodWithInvalid 1373s [ OK ] IntrusivePtrTest.SwapMethodWithInvalid (0 ms) 1373s [ RUN ] IntrusivePtrTest.SwapFunctionInvalidWithInvalid 1373s [ OK ] IntrusivePtrTest.SwapFunctionInvalidWithInvalid (0 ms) 1373s [ RUN ] IntrusivePtrTest.SwapMethodInvalidWithInvalid 1373s [ OK ] IntrusivePtrTest.SwapMethodInvalidWithInvalid (0 ms) 1373s [ RUN ] IntrusivePtrTest.CanBePutInContainer 1373s [ OK ] IntrusivePtrTest.CanBePutInContainer (0 ms) 1373s [ RUN ] IntrusivePtrTest.CanBePutInSet 1373s [ OK ] IntrusivePtrTest.CanBePutInSet (0 ms) 1373s [ RUN ] IntrusivePtrTest.CanBePutInUnorderedSet 1373s [ OK ] IntrusivePtrTest.CanBePutInUnorderedSet (0 ms) 1373s [ RUN ] IntrusivePtrTest.CanBePutInMap 1373s [ OK ] IntrusivePtrTest.CanBePutInMap (0 ms) 1373s [ RUN ] IntrusivePtrTest.CanBePutInUnorderedMap 1373s [ OK ] IntrusivePtrTest.CanBePutInUnorderedMap (0 ms) 1373s [ RUN ] IntrusivePtrTest.Equality_AfterCopyConstructor 1373s [ OK ] IntrusivePtrTest.Equality_AfterCopyConstructor (0 ms) 1373s [ RUN ] IntrusivePtrTest.Equality_AfterCopyAssignment 1373s [ OK ] IntrusivePtrTest.Equality_AfterCopyAssignment (0 ms) 1373s [ RUN ] IntrusivePtrTest.Equality_Nullptr 1373s [ OK ] IntrusivePtrTest.Equality_Nullptr (0 ms) 1373s [ RUN ] IntrusivePtrTest.Inequality 1373s [ OK ] IntrusivePtrTest.Inequality (0 ms) 1373s [ RUN ] IntrusivePtrTest.Inequality_NullptrLeft 1373s [ OK ] IntrusivePtrTest.Inequality_NullptrLeft (0 ms) 1373s [ RUN ] IntrusivePtrTest.Inequality_NullptrRight 1373s [ OK ] IntrusivePtrTest.Inequality_NullptrRight (0 ms) 1373s [ RUN ] IntrusivePtrTest.HashIsDifferent 1373s [ OK ] IntrusivePtrTest.HashIsDifferent (0 ms) 1373s [ RUN ] IntrusivePtrTest.HashIsDifferent_ValidAndInvalid 1373s [ OK ] IntrusivePtrTest.HashIsDifferent_ValidAndInvalid (0 ms) 1373s [ RUN ] IntrusivePtrTest.HashIsSame_AfterCopyConstructor 1373s [ OK ] IntrusivePtrTest.HashIsSame_AfterCopyConstructor (0 ms) 1373s [ RUN ] IntrusivePtrTest.HashIsSame_AfterCopyAssignment 1373s [ OK ] IntrusivePtrTest.HashIsSame_AfterCopyAssignment (0 ms) 1373s [ RUN ] IntrusivePtrTest.HashIsSame_BothNullptr 1373s [ OK ] IntrusivePtrTest.HashIsSame_BothNullptr (0 ms) 1373s [ RUN ] IntrusivePtrTest.OneIsLess 1373s [ OK ] IntrusivePtrTest.OneIsLess (0 ms) 1373s [ RUN ] IntrusivePtrTest.NullptrIsLess1 1373s [ OK ] IntrusivePtrTest.NullptrIsLess1 (0 ms) 1373s [ RUN ] IntrusivePtrTest.NullptrIsLess2 1373s [ OK ] IntrusivePtrTest.NullptrIsLess2 (0 ms) 1373s [ RUN ] IntrusivePtrTest.NullptrIsNotLessThanNullptr 1373s [ OK ] IntrusivePtrTest.NullptrIsNotLessThanNullptr (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenCallingReset_thenIsInvalid 1373s [ OK ] IntrusivePtrTest.givenPtr_whenCallingReset_thenIsInvalid (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenCallingReset_thenHoldsNullptr 1373s [ OK ] IntrusivePtrTest.givenPtr_whenCallingReset_thenHoldsNullptr (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenDestructed_thenDestructsObject 1373s [ OK ] IntrusivePtrTest.givenPtr_whenDestructed_thenDestructsObject (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructed_thenDestructsObjectAfterSecondDestructed 1373s [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructed_thenDestructsObjectAfterSecondDestructed (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructedToBaseClass_thenDestructsObjectAfterSecondDestructed 1373s [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructedToBaseClass_thenDestructsObjectAfterSecondDestructed (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsOldObject 1373s [ OK ] IntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsOldObject (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsOldObject 1373s [ OK ] IntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsOldObject (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed 1373s [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtrWithBaseClassCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed 1373s [ OK ] IntrusivePtrTest.givenPtrWithBaseClassCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenMoveAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed 1373s [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenMoveAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsObjectAfterSecondDestructed 1373s [ OK ] IntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsObjectAfterSecondDestructed (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsObjectAfterSecondDestructed 1373s [ OK ] IntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsObjectAfterSecondDestructed (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructedAndDestructed_thenDestructsObjectAfterLastDestruction 1373s [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructedAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction 1373s [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 1373s [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 1373s [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedAndDestructed_thenDestructsObjectAfterLastDestruction 1373s [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction 1373s [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 1373s [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 1373s [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssigned_thenDestructsOldObject 1373s [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssigned_thenDestructsOldObject (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClass_thenDestructsOldObject 1373s [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClass_thenDestructsOldObject (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed 1373s [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtrWithBaseClassCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed 1373s [ OK ] IntrusivePtrTest.givenPtrWithBaseClassCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenCopyAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed 1373s [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenCopyAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenCallingReset_thenDestructs 1373s [ OK ] IntrusivePtrTest.givenPtr_whenCallingReset_thenDestructs (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenCallingReset_thenDestructsAfterCopyDestructed 1373s [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenCallingReset_thenDestructsAfterCopyDestructed (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenCallingResetOnCopy_thenDestructsAfterOriginalDestructed 1373s [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenCallingResetOnCopy_thenDestructsAfterOriginalDestructed (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtrWithMoved_whenCallingReset_thenDestructsAfterMovedDestructed 1373s [ OK ] IntrusivePtrTest.givenPtrWithMoved_whenCallingReset_thenDestructsAfterMovedDestructed (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtrWithMoved_whenCallingResetOnMoved_thenDestructsImmediately 1373s [ OK ] IntrusivePtrTest.givenPtrWithMoved_whenCallingResetOnMoved_thenDestructsImmediately (0 ms) 1373s [ RUN ] IntrusivePtrTest.AllowsMoveConstructingToConst 1373s [ OK ] IntrusivePtrTest.AllowsMoveConstructingToConst (0 ms) 1373s [ RUN ] IntrusivePtrTest.AllowsCopyConstructingToConst 1373s [ OK ] IntrusivePtrTest.AllowsCopyConstructingToConst (0 ms) 1373s [ RUN ] IntrusivePtrTest.AllowsMoveAssigningToConst 1373s [ OK ] IntrusivePtrTest.AllowsMoveAssigningToConst (0 ms) 1373s [ RUN ] IntrusivePtrTest.AllowsCopyAssigningToConst 1373s [ OK ] IntrusivePtrTest.AllowsCopyAssigningToConst (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenNewPtr_thenHasUseCount1 1373s [ OK ] IntrusivePtrTest.givenNewPtr_thenHasUseCount1 (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenNewPtr_thenIsUnique 1373s [ OK ] IntrusivePtrTest.givenNewPtr_thenIsUnique (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenEmptyPtr_thenHasUseCount0 1373s [ OK ] IntrusivePtrTest.givenEmptyPtr_thenHasUseCount0 (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenEmptyPtr_thenIsNotUnique 1373s [ OK ] IntrusivePtrTest.givenEmptyPtr_thenIsNotUnique (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenResetPtr_thenHasUseCount0 1373s [ OK ] IntrusivePtrTest.givenResetPtr_thenHasUseCount0 (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenResetPtr_thenIsNotUnique 1373s [ OK ] IntrusivePtrTest.givenResetPtr_thenIsNotUnique (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenMoveConstructedPtr_thenHasUseCount1 1373s [ OK ] IntrusivePtrTest.givenMoveConstructedPtr_thenHasUseCount1 (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenMoveConstructedPtr_thenIsUnique 1373s [ OK ] IntrusivePtrTest.givenMoveConstructedPtr_thenIsUnique (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenMoveConstructedPtr_thenOldHasUseCount0 1373s [ OK ] IntrusivePtrTest.givenMoveConstructedPtr_thenOldHasUseCount0 (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenMoveConstructedPtr_thenOldIsNotUnique 1373s [ OK ] IntrusivePtrTest.givenMoveConstructedPtr_thenOldIsNotUnique (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenMoveAssignedPtr_thenHasUseCount1 1373s [ OK ] IntrusivePtrTest.givenMoveAssignedPtr_thenHasUseCount1 (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenMoveAssignedPtr_thenIsUnique 1373s [ OK ] IntrusivePtrTest.givenMoveAssignedPtr_thenIsUnique (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenMoveAssignedPtr_thenOldHasUseCount0 1373s [ OK ] IntrusivePtrTest.givenMoveAssignedPtr_thenOldHasUseCount0 (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenMoveAssignedPtr_thenOldIsNotUnique 1373s [ OK ] IntrusivePtrTest.givenMoveAssignedPtr_thenOldIsNotUnique (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_thenHasUseCount2 1373s [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_thenHasUseCount2 (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_thenIsNotUnique 1373s [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_thenIsNotUnique (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_thenOldHasUseCount2 1373s [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_thenOldHasUseCount2 (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_thenOldIsNotUnique 1373s [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_thenOldIsNotUnique (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_whenDestructingCopy_thenHasUseCount1 1373s [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_whenDestructingCopy_thenHasUseCount1 (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_whenDestructingCopy_thenIsUnique 1373s [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_whenDestructingCopy_thenIsUnique (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_whenReassigningCopy_thenHasUseCount1 1373s [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_whenReassigningCopy_thenHasUseCount1 (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_whenReassigningCopy_thenIsUnique 1373s [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_whenReassigningCopy_thenIsUnique (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_thenHasUseCount2 1373s [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_thenHasUseCount2 (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_thenIsNotUnique 1373s [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_thenIsNotUnique (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_whenDestructingCopy_thenHasUseCount1 1373s [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_whenDestructingCopy_thenHasUseCount1 (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_whenDestructingCopy_thenIsUnique 1373s [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_whenDestructingCopy_thenIsUnique (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_whenReassigningCopy_thenHasUseCount1 1373s [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_whenReassigningCopy_thenHasUseCount1 (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_whenReassigningCopy_thenIsUnique 1373s [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_whenReassigningCopy_thenIsUnique (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenDoesntCrash 1373s [ OK ] IntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenDoesntCrash (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd 1373s [ OK ] IntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenNonOwningReclaimed_thenDoesntCrash 1373s [ OK ] IntrusivePtrTest.givenPtr_whenNonOwningReclaimed_thenDoesntCrash (0 ms) 1373s [ RUN ] IntrusivePtrTest.givenPtr_whenNonOwningReclaimed_thenIsDestructedAtEnd 1373s [ OK ] IntrusivePtrTest.givenPtr_whenNonOwningReclaimed_thenIsDestructedAtEnd (0 ms) 1373s [----------] 146 tests from IntrusivePtrTest (0 ms total) 1373s 1373s [----------] 172 tests from WeakIntrusivePtrTest 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCreatingAndDestructing_thenDoesntCrash 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenCreatingAndDestructing_thenDoesntCrash (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenLocking_thenReturnsCorrectObject 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenLocking_thenReturnsCorrectObject (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.expiredPtr_whenLocking_thenReturnsNullType 1373s [ OK ] WeakIntrusivePtrTest.expiredPtr_whenLocking_thenReturnsNullType (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.weakNullPtr_locking 1373s [ OK ] WeakIntrusivePtrTest.weakNullPtr_locking (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenPointsToSameObject 1373s [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenOldInstanceInvalid 1373s [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenOldInstanceInvalid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.vector_insert_weak_intrusive 1373s [ OK ] WeakIntrusivePtrTest.vector_insert_weak_intrusive (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenNewInstanceIsValid 1373s [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenNewInstanceIsValid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenPointsToSameObject 1373s [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenPointsToSameObject (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenStaysValid 1373s [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenStaysValid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenPointsToSameObject 1373s [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToSelf_thenStaysInvalid 1373s [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToSelf_thenStaysInvalid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigning_thenNewInstanceIsValid 1373s [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigning_thenNewInstanceIsValid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigning_thenPointsToSameObject 1373s [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToSelf_thenStaysInvalid 1373s [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToSelf_thenStaysInvalid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToSelf_thenPointsToSameObject 1373s [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToSelf_thenPointsToSameObject (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningFromInvalidPtr_thenNewInstanceIsInvalid 1373s [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningFromInvalidPtr_thenNewInstanceIsInvalid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningFromWeakOnlyPtr_thenNewInstanceIsInvalid 1373s [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningFromWeakOnlyPtr_thenNewInstanceIsInvalid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 1373s [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenOldInstanceInvalid 1373s [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenOldInstanceInvalid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid 1373s [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 1373s [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid 1373s [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid 1373s [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 1373s [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid 1373s [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenNullPtr_whenMoveAssigningToDifferentNullptr_thenHasNewNullptr 1373s [ OK ] WeakIntrusivePtrTest.givenNullPtr_whenMoveAssigningToDifferentNullptr_thenHasNewNullptr (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenPointsToSameObject 1373s [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenPointsToSameObject (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenOldInstanceValid 1373s [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenOldInstanceValid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenPointsToSameObject 1373s [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenPointsToSameObject (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenStaysValid 1373s [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenStaysValid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigning_thenNewInstanceIsValid 1373s [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigning_thenNewInstanceIsValid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToSelf_thenStaysInvalid 1373s [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToSelf_thenStaysInvalid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigning_thenNewInstanceIsValid 1373s [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigning_thenNewInstanceIsValid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigning_thenPointsToSameObject 1373s [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigning_thenPointsToSameObject (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToSelf_thenStaysInvalid 1373s [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToSelf_thenStaysInvalid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToSelf_thenPointsToSameObject 1373s [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToSelf_thenPointsToSameObject (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 1373s [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenOldInstanceInvalid 1373s [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenOldInstanceInvalid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid 1373s [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 1373s [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigningInvalidPtrToBaseClass_thenNewInstanceIsInvalid 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigningInvalidPtrToBaseClass_thenNewInstanceIsInvalid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid 1373s [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 1373s [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigningWeakOnlyPtrToBaseClass_thenNewInstanceIsValid 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigningWeakOnlyPtrToBaseClass_thenNewInstanceIsValid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenNullPtr_whenCopyAssigningToDifferentNullptr_thenHasNewNullptr 1373s [ OK ] WeakIntrusivePtrTest.givenNullPtr_whenCopyAssigningToDifferentNullptr_thenHasNewNullptr (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenPointsToSameObject 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenPointsToSameObject (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenOldInstanceInvalid 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenOldInstanceInvalid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenNewInstanceValid 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenNewInstanceValid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingFromInvalidPtr_thenNewInstanceInvalid 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingFromInvalidPtr_thenNewInstanceInvalid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingFromWeakOnlyPtr_thenNewInstanceInvalid 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingFromWeakOnlyPtr_thenNewInstanceInvalid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenPointsToSameObject 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenPointsToSameObject (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenOldInstanceInvalid 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenOldInstanceInvalid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenNewInstanceValid 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenNewInstanceValid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromWeakOnlyPtr_thenNewInstanceInvalid 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromWeakOnlyPtr_thenNewInstanceInvalid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenNullPtr_whenMoveConstructingToDifferentNullptr_thenHasNewNullptr 1373s [ OK ] WeakIntrusivePtrTest.givenNullPtr_whenMoveConstructingToDifferentNullptr_thenHasNewNullptr (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenPointsToSameObject 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenPointsToSameObject (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenOldInstanceValid 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenOldInstanceValid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenNewInstanceValid 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenNewInstanceValid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingFromInvalidPtr_thenNewInstanceInvalid 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingFromInvalidPtr_thenNewInstanceInvalid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingFromWeakOnlyPtr_thenNewInstanceInvalid 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingFromWeakOnlyPtr_thenNewInstanceInvalid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenPointsToSameObject 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenPointsToSameObject (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenOldInstanceInvalid 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenOldInstanceInvalid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenNewInstanceInvalid 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenNewInstanceInvalid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromWeakOnlyPtr_thenNewInstanceInvalid 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromWeakOnlyPtr_thenNewInstanceInvalid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenNullPtr_whenCopyConstructingToDifferentNullptr_thenHasNewNullptr 1373s [ OK ] WeakIntrusivePtrTest.givenNullPtr_whenCopyConstructingToDifferentNullptr_thenHasNewNullptr (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.SwapFunction 1373s [ OK ] WeakIntrusivePtrTest.SwapFunction (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.SwapMethod 1373s [ OK ] WeakIntrusivePtrTest.SwapMethod (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.SwapFunctionFromInvalid 1373s [ OK ] WeakIntrusivePtrTest.SwapFunctionFromInvalid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.SwapMethodFromInvalid 1373s [ OK ] WeakIntrusivePtrTest.SwapMethodFromInvalid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.SwapFunctionWithInvalid 1373s [ OK ] WeakIntrusivePtrTest.SwapFunctionWithInvalid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.SwapMethodWithInvalid 1373s [ OK ] WeakIntrusivePtrTest.SwapMethodWithInvalid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.SwapFunctionInvalidWithInvalid 1373s [ OK ] WeakIntrusivePtrTest.SwapFunctionInvalidWithInvalid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.SwapMethodInvalidWithInvalid 1373s [ OK ] WeakIntrusivePtrTest.SwapMethodInvalidWithInvalid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.SwapFunctionFromWeakOnlyPtr 1373s [ OK ] WeakIntrusivePtrTest.SwapFunctionFromWeakOnlyPtr (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.SwapMethodFromWeakOnlyPtr 1373s [ OK ] WeakIntrusivePtrTest.SwapMethodFromWeakOnlyPtr (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.SwapFunctionWithWeakOnlyPtr 1373s [ OK ] WeakIntrusivePtrTest.SwapFunctionWithWeakOnlyPtr (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.SwapMethodWithWeakOnlyPtr 1373s [ OK ] WeakIntrusivePtrTest.SwapMethodWithWeakOnlyPtr (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.SwapFunctionWeakOnlyPtrWithWeakOnlyPtr 1373s [ OK ] WeakIntrusivePtrTest.SwapFunctionWeakOnlyPtrWithWeakOnlyPtr (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.SwapMethodWeakOnlyPtrWithWeakOnlyPtr 1373s [ OK ] WeakIntrusivePtrTest.SwapMethodWeakOnlyPtrWithWeakOnlyPtr (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.CanBePutInContainer 1373s [ OK ] WeakIntrusivePtrTest.CanBePutInContainer (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.CanBePutInSet 1373s [ OK ] WeakIntrusivePtrTest.CanBePutInSet (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.CanBePutInUnorderedSet 1373s [ OK ] WeakIntrusivePtrTest.CanBePutInUnorderedSet (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.CanBePutInMap 1373s [ OK ] WeakIntrusivePtrTest.CanBePutInMap (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.CanBePutInUnorderedMap 1373s [ OK ] WeakIntrusivePtrTest.CanBePutInUnorderedMap (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.Equality_AfterCopyConstructor 1373s [ OK ] WeakIntrusivePtrTest.Equality_AfterCopyConstructor (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.Equality_AfterCopyAssignment 1373s [ OK ] WeakIntrusivePtrTest.Equality_AfterCopyAssignment (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.Equality_AfterCopyAssignment_WeakOnly 1373s [ OK ] WeakIntrusivePtrTest.Equality_AfterCopyAssignment_WeakOnly (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.Equality_Invalid 1373s [ OK ] WeakIntrusivePtrTest.Equality_Invalid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.Inequality 1373s [ OK ] WeakIntrusivePtrTest.Inequality (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.Inequality_InvalidLeft 1373s [ OK ] WeakIntrusivePtrTest.Inequality_InvalidLeft (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.Inequality_InvalidRight 1373s [ OK ] WeakIntrusivePtrTest.Inequality_InvalidRight (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.Inequality_WeakOnly 1373s [ OK ] WeakIntrusivePtrTest.Inequality_WeakOnly (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.HashIsDifferent 1373s [ OK ] WeakIntrusivePtrTest.HashIsDifferent (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.HashIsDifferent_ValidAndInvalid 1373s [ OK ] WeakIntrusivePtrTest.HashIsDifferent_ValidAndInvalid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.HashIsDifferent_ValidAndWeakOnly 1373s [ OK ] WeakIntrusivePtrTest.HashIsDifferent_ValidAndWeakOnly (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.HashIsDifferent_WeakOnlyAndWeakOnly 1373s [ OK ] WeakIntrusivePtrTest.HashIsDifferent_WeakOnlyAndWeakOnly (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.HashIsSame_AfterCopyConstructor 1373s [ OK ] WeakIntrusivePtrTest.HashIsSame_AfterCopyConstructor (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.HashIsSame_AfterCopyConstructor_WeakOnly 1373s [ OK ] WeakIntrusivePtrTest.HashIsSame_AfterCopyConstructor_WeakOnly (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.HashIsSame_AfterCopyAssignment 1373s [ OK ] WeakIntrusivePtrTest.HashIsSame_AfterCopyAssignment (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.HashIsSame_AfterCopyAssignment_WeakOnly 1373s [ OK ] WeakIntrusivePtrTest.HashIsSame_AfterCopyAssignment_WeakOnly (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.HashIsSame_BothInvalid 1373s [ OK ] WeakIntrusivePtrTest.HashIsSame_BothInvalid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.OneIsLess 1373s [ OK ] WeakIntrusivePtrTest.OneIsLess (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.InvalidIsLess1 1373s [ OK ] WeakIntrusivePtrTest.InvalidIsLess1 (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.InvalidIsLess2 1373s [ OK ] WeakIntrusivePtrTest.InvalidIsLess2 (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.InvalidIsNotLessThanInvalid 1373s [ OK ] WeakIntrusivePtrTest.InvalidIsNotLessThanInvalid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingResetOnWeakPtr_thenIsInvalid 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingResetOnWeakPtr_thenIsInvalid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingResetOnStrongPtr_thenIsInvalid 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingResetOnStrongPtr_thenIsInvalid (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.AllowsMoveConstructingToConst 1373s [ OK ] WeakIntrusivePtrTest.AllowsMoveConstructingToConst (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.AllowsCopyConstructingToConst 1373s [ OK ] WeakIntrusivePtrTest.AllowsCopyConstructingToConst (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.AllowsMoveAssigningToConst 1373s [ OK ] WeakIntrusivePtrTest.AllowsMoveAssigningToConst (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.AllowsCopyAssigningToConst 1373s [ OK ] WeakIntrusivePtrTest.AllowsCopyAssigningToConst (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenNewPtr_thenHasUseCount1 1373s [ OK ] WeakIntrusivePtrTest.givenNewPtr_thenHasUseCount1 (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenNewPtr_thenIsNotExpired 1373s [ OK ] WeakIntrusivePtrTest.givenNewPtr_thenIsNotExpired (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_thenHasUseCount0 1373s [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_thenHasUseCount0 (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_thenIsExpired 1373s [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_thenIsExpired (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_thenHasUseCount0 1373s [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_thenHasUseCount0 (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_thenIsExpired 1373s [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_thenIsExpired (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingWeakReset_thenHasUseCount0 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingWeakReset_thenHasUseCount0 (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingWeakReset_thenIsExpired 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingWeakReset_thenIsExpired (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingStrongReset_thenHasUseCount0 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingStrongReset_thenHasUseCount0 (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingStrongReset_thenIsExpired 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingStrongReset_thenIsExpired (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenHasUseCount1 1373s [ OK ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenHasUseCount1 (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenIsNotExpired 1373s [ OK ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenIsNotExpired (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenOldHasUseCount0 1373s [ OK ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenOldHasUseCount0 (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenOldIsExpired 1373s [ OK ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenOldIsExpired (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenHasUseCount1 1373s [ OK ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenHasUseCount1 (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenIsNotExpired 1373s [ OK ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenIsNotExpired (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenOldHasUseCount0 1373s [ OK ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenOldHasUseCount0 (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenOldIsExpired 1373s [ OK ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenOldIsExpired (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenHasUseCount1 1373s [ OK ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenHasUseCount1 (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenIsNotExpired 1373s [ OK ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenIsNotExpired (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenOldHasUseCount1 1373s [ OK ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenOldHasUseCount1 (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenOldIsNotExpired 1373s [ OK ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenOldIsNotExpired (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenLastStrongPointerResets_thenReleasesResources 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenLastStrongPointerResets_thenReleasesResources (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenDestructedButStillHasStrongPointers_thenDoesntReleaseResources 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenDestructedButStillHasStrongPointers_thenDoesntReleaseResources (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenDestructed_thenDestructsObject 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenDestructed_thenDestructsObject (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructed_thenDestructsObjectAfterSecondDestructed 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructed_thenDestructsObjectAfterSecondDestructed (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructedToBaseClass_thenDestructsObjectAfterSecondDestructed 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructedToBaseClass_thenDestructsObjectAfterSecondDestructed (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsOldObject 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsOldObject (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsOldObject 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsOldObject (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed 1373s [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtrWithBaseClassCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed 1373s [ OK ] WeakIntrusivePtrTest.givenPtrWithBaseClassCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenMoveAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed 1373s [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenMoveAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsObjectAfterSecondDestructed 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsObjectAfterSecondDestructed (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsObjectAfterSecondDestructed 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsObjectAfterSecondDestructed (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedAndDestructed_thenDestructsObjectAfterLastDestruction 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedAndDestructed_thenDestructsObjectAfterLastDestruction 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigned_thenDestructsOldObject 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigned_thenDestructsOldObject (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClass_thenDestructsOldObject 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClass_thenDestructsOldObject (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed 1373s [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtrWithBaseClassCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed 1373s [ OK ] WeakIntrusivePtrTest.givenPtrWithBaseClassCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCopyAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed 1373s [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCopyAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingReset_thenDestructs 1373s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1373s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1373s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1373s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingReset_thenDestructs (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCallingReset_thenDestructsAfterCopyDestructed 1373s [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCallingReset_thenDestructsAfterCopyDestructed (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCallingResetOnCopy_thenDestructsAfterOriginalDestructed 1373s [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCallingResetOnCopy_thenDestructsAfterOriginalDestructed (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtrWithMoved_whenCallingReset_thenDestructsAfterMovedDestructed 1373s [ OK ] WeakIntrusivePtrTest.givenPtrWithMoved_whenCallingReset_thenDestructsAfterMovedDestructed (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtrWithMoved_whenCallingResetOnMoved_thenDestructsImmediately 1373s [ OK ] WeakIntrusivePtrTest.givenPtrWithMoved_whenCallingResetOnMoved_thenDestructsImmediately (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenDoesntCrash 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenDoesntCrash (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenReleasedAndReclaimed_thenDoesntCrash 1373s [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenReleasedAndReclaimed_thenDoesntCrash (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd 1373s [ OK ] WeakIntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd 1373s [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenStackObject_whenReclaimed_thenCrashes 1373s [ OK ] WeakIntrusivePtrTest.givenStackObject_whenReclaimed_thenCrashes (0 ms) 1373s [ RUN ] WeakIntrusivePtrTest.givenObjectWithWeakReferenceToSelf_whenDestroyed_thenDoesNotCrash 1373s [ OK ] WeakIntrusivePtrTest.givenObjectWithWeakReferenceToSelf_whenDestroyed_thenDoesNotCrash (0 ms) 1373s [----------] 172 tests from WeakIntrusivePtrTest (0 ms total) 1373s 1373s [----------] Global test environment tear-down 1373s [==========] 324 tests from 4 test suites ran. (0 ms total) 1373s [ PASSED ] 324 tests. 1373s autopkgtest: DBG: testbed command exited with code 0 1373s autopkgtest [01:32:20]: test 47_of_104__cpptest__c10_intrusive_ptr_test: -----------------------] 1373s autopkgtest: DBG: testbed executing test finished with exit status 0 1373s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/47_of_104__cpptest__c10_intrusive_ptr_test-stdout /tmp/autopkgtest-work.g4f853zl/out/47_of_104__cpptest__c10_intrusive_ptr_test-stdout 1373s autopkgtest: DBG: got reply from testbed: ok 1373s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/47_of_104__cpptest__c10_intrusive_ptr_test-stderr /tmp/autopkgtest-work.g4f853zl/out/47_of_104__cpptest__c10_intrusive_ptr_test-stderr 1374s autopkgtest: DBG: got reply from testbed: ok 1374s 47_of_104__cpptest__c10_intrusive_ptr_test PASS 1374s autopkgtest [01:32:21]: test 47_of_104__cpptest__c10_intrusive_ptr_test: - - - - - - - - - - results - - - - - - - - - - 1374s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/47_of_104__cpptest__c10_intrusive_ptr_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1374s autopkgtest: DBG: got reply from testbed: ok 1374s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/47_of_104__cpptest__c10_intrusive_ptr_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1374s autopkgtest: DBG: testbed command exited with code 0 1374s autopkgtest [01:32:21]: test 48_of_104__cpptest__c10_irange_test: preparing testbed 1374s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1374s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1374s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1374s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1374s autopkgtest: DBG: can use apt-get on testbed: True 1374s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1374s Reading package lists... 1374s Building dependency tree... 1374s Reading state information... 1375s Starting pkgProblemResolver with broken count: 0 1375s Starting 2 pkgProblemResolver with broken count: 0 1375s Done 1375s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1375s autopkgtest: DBG: testbed command exited with code 0 1375s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1375s autopkgtest: DBG: testbed command exited with code 0 1375s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1375s autopkgtest: DBG: testbed command exited with code 0 1375s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/48_of_104__cpptest__c10_irange_test-packages.all"], kind short, sout raw, serr pipe, env [] 1375s autopkgtest: DBG: testbed command exited with code 0 1375s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/48_of_104__cpptest__c10_irange_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/48_of_104__cpptest__c10_irange_test-packages.all 1375s autopkgtest: DBG: got reply from testbed: ok 1375s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1376s autopkgtest: DBG: testbed command exited with code 0 1376s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1376s autopkgtest [01:32:23]: test 48_of_104__cpptest__c10_irange_test: /usr/lib/libtorch-test/c10_irange_test 1376s autopkgtest [01:32:23]: test 48_of_104__cpptest__c10_irange_test: [----------------------- 1376s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/48_of_104__cpptest__c10_irange_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/48_of_104__cpptest__c10_irange_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/48_of_104__cpptest__c10_irange_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_irange_test"], kind test, sout raw, serr raw, env [] 1376s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/48_of_104__cpptest__c10_irange_test-artifacts 1376s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1376s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1376s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1376s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1376s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1376s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1376s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1376s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1376s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1376s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1376s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1376s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1376s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1376s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1376s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1376s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1376s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1376s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1376s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1376s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1376s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1376s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1376s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/48_of_104__cpptest__c10_irange_test-stderr 1376s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/48_of_104__cpptest__c10_irange_test-stdout 1376s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1376s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1376s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_irange_test 1376s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.FZ4HoOnSGn/out to stdout and file: /tmp/autopkgtest.PBRVfE/48_of_104__cpptest__c10_irange_test-stdout 1376s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.FZ4HoOnSGn/err to standard error and file: /tmp/autopkgtest.PBRVfE/48_of_104__cpptest__c10_irange_test-stdout 1376s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 9024 to /tmp/autopkgtest_script_pid 1376s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1376s [==========] Running 5 tests from 2 test suites. 1376s [----------] Global test environment set-up. 1376s [----------] 3 tests from irangeTest 1376s [ RUN ] irangeTest.range_test 1376s [ OK ] irangeTest.range_test (0 ms) 1376s [ RUN ] irangeTest.end_test 1376s [ OK ] irangeTest.end_test (0 ms) 1376s [ RUN ] irangeTest.neg_range_test 1376s [ OK ] irangeTest.neg_range_test (0 ms) 1376s [----------] 3 tests from irangeTest (0 ms total) 1376s 1376s [----------] 2 tests from irange 1376s [ RUN ] irange.empty_reverse_range_two_inputs 1376s [ OK ] irange.empty_reverse_range_two_inputs (0 ms) 1376s [ RUN ] irange.empty_reverse_range_one_input 1376s [ OK ] irange.empty_reverse_range_one_input (0 ms) 1376s [----------] 2 tests from irange (0 ms total) 1376s 1376s [----------] Global test environment tear-down 1376s [==========] 5 tests from 2 test suites ran. (0 ms total) 1376s [ PASSED ] 5 tests. 1376s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1376s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1376s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1376s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1376s autopkgtest: DBG: testbed command exited with code 0 1376s autopkgtest [01:32:23]: test 48_of_104__cpptest__c10_irange_test: -----------------------] 1376s autopkgtest: DBG: testbed executing test finished with exit status 0 1376s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/48_of_104__cpptest__c10_irange_test-stdout /tmp/autopkgtest-work.g4f853zl/out/48_of_104__cpptest__c10_irange_test-stdout 1376s autopkgtest: DBG: got reply from testbed: ok 1376s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/48_of_104__cpptest__c10_irange_test-stderr /tmp/autopkgtest-work.g4f853zl/out/48_of_104__cpptest__c10_irange_test-stderr 1376s autopkgtest: DBG: got reply from testbed: ok 1377s autopkgtest [01:32:24]: test 48_of_104__cpptest__c10_irange_test: - - - - - - - - - - results - - - - - - - - - - 1377s 48_of_104__cpptest__c10_irange_test PASS 1377s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/48_of_104__cpptest__c10_irange_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1377s autopkgtest: DBG: got reply from testbed: ok 1377s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/48_of_104__cpptest__c10_irange_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1377s autopkgtest: DBG: testbed command exited with code 0 1377s autopkgtest [01:32:24]: test 49_of_104__cpptest__c10_lazy_test: preparing testbed 1377s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1377s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1377s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1377s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1377s autopkgtest: DBG: can use apt-get on testbed: True 1377s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1377s Reading package lists... 1377s Building dependency tree... 1377s Reading state information... 1377s Starting pkgProblemResolver with broken count: 0 1377s Starting 2 pkgProblemResolver with broken count: 0 1377s Done 1378s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1378s autopkgtest: DBG: testbed command exited with code 0 1378s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1378s autopkgtest: DBG: testbed command exited with code 0 1378s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1378s autopkgtest: DBG: testbed command exited with code 0 1378s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/49_of_104__cpptest__c10_lazy_test-packages.all"], kind short, sout raw, serr pipe, env [] 1378s autopkgtest: DBG: testbed command exited with code 0 1378s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/49_of_104__cpptest__c10_lazy_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/49_of_104__cpptest__c10_lazy_test-packages.all 1378s autopkgtest: DBG: got reply from testbed: ok 1378s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1378s autopkgtest: DBG: testbed command exited with code 0 1378s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1378s autopkgtest [01:32:25]: test 49_of_104__cpptest__c10_lazy_test: /usr/lib/libtorch-test/c10_lazy_test 1378s autopkgtest [01:32:25]: test 49_of_104__cpptest__c10_lazy_test: [----------------------- 1378s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/49_of_104__cpptest__c10_lazy_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/49_of_104__cpptest__c10_lazy_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/49_of_104__cpptest__c10_lazy_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_lazy_test"], kind test, sout raw, serr raw, env [] 1379s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/49_of_104__cpptest__c10_lazy_test-artifacts 1379s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1379s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1379s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1379s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1379s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1379s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1379s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1379s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1379s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1379s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1379s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1379s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1379s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1379s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1379s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1379s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1379s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1379s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1379s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1379s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1379s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1379s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1379s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/49_of_104__cpptest__c10_lazy_test-stderr 1379s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/49_of_104__cpptest__c10_lazy_test-stdout 1379s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1379s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1379s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_lazy_test 1379s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.HsvSWp9Wjx/out to stdout and file: /tmp/autopkgtest.PBRVfE/49_of_104__cpptest__c10_lazy_test-stdout 1379s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.HsvSWp9Wjx/err to standard error and file: /tmp/autopkgtest.PBRVfE/49_of_104__cpptest__c10_lazy_test-stdout 1379s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 9177 to /tmp/autopkgtest_script_pid 1379s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1379s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1379s [==========] Running 3 tests from 1 test suite. 1379s [----------] Global test environment set-up. 1379s [----------] 3 tests from LazyTest 1379s [ RUN ] LazyTest.OptimisticLazy 1379s [ OK ] LazyTest.OptimisticLazy (0 ms) 1379s [ RUN ] LazyTest.PrecomputedLazyValue 1379s [ OK ] LazyTest.PrecomputedLazyValue (0 ms) 1379s [ RUN ] LazyTest.OptimisticLazyValue 1379s [ OK ] LazyTest.OptimisticLazyValue (0 ms) 1379s [----------] 3 tests from LazyTest (0 ms total) 1379s 1379s [----------] Global test environment tear-down 1379s [==========] 3 tests from 1 test suite ran. (0 ms total) 1379s [ PASSED ] 3 tests. 1379s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1379s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1379s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1379s autopkgtest: DBG: testbed command exited with code 0 1379s autopkgtest [01:32:26]: test 49_of_104__cpptest__c10_lazy_test: -----------------------] 1379s autopkgtest: DBG: testbed executing test finished with exit status 0 1379s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/49_of_104__cpptest__c10_lazy_test-stdout /tmp/autopkgtest-work.g4f853zl/out/49_of_104__cpptest__c10_lazy_test-stdout 1379s autopkgtest: DBG: got reply from testbed: ok 1379s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/49_of_104__cpptest__c10_lazy_test-stderr /tmp/autopkgtest-work.g4f853zl/out/49_of_104__cpptest__c10_lazy_test-stderr 1379s autopkgtest: DBG: got reply from testbed: ok 1379s autopkgtest [01:32:26]: test 49_of_104__cpptest__c10_lazy_test: - - - - - - - - - - results - - - - - - - - - - 1379s 49_of_104__cpptest__c10_lazy_test PASS 1379s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/49_of_104__cpptest__c10_lazy_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1380s autopkgtest: DBG: got reply from testbed: ok 1380s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/49_of_104__cpptest__c10_lazy_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1380s autopkgtest: DBG: testbed command exited with code 0 1380s autopkgtest [01:32:27]: test 50_of_104__cpptest__c10_logging_test: preparing testbed 1380s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1380s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1380s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1380s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1380s autopkgtest: DBG: can use apt-get on testbed: True 1380s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1380s Reading package lists... 1380s Building dependency tree... 1380s Reading state information... 1380s Starting pkgProblemResolver with broken count: 0 1380s Starting 2 pkgProblemResolver with broken count: 0 1380s Done 1380s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1380s autopkgtest: DBG: testbed command exited with code 0 1380s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1381s autopkgtest: DBG: testbed command exited with code 0 1381s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1381s autopkgtest: DBG: testbed command exited with code 0 1381s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/50_of_104__cpptest__c10_logging_test-packages.all"], kind short, sout raw, serr pipe, env [] 1381s autopkgtest: DBG: testbed command exited with code 0 1381s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/50_of_104__cpptest__c10_logging_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/50_of_104__cpptest__c10_logging_test-packages.all 1381s autopkgtest: DBG: got reply from testbed: ok 1381s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1381s autopkgtest: DBG: testbed command exited with code 0 1381s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1381s autopkgtest [01:32:28]: test 50_of_104__cpptest__c10_logging_test: /usr/lib/libtorch-test/c10_logging_test 1381s autopkgtest [01:32:28]: test 50_of_104__cpptest__c10_logging_test: [----------------------- 1381s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/50_of_104__cpptest__c10_logging_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/50_of_104__cpptest__c10_logging_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/50_of_104__cpptest__c10_logging_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_logging_test"], kind test, sout raw, serr raw, env [] 1381s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/50_of_104__cpptest__c10_logging_test-artifacts 1381s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1381s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1381s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1381s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1381s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1381s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1381s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1381s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1381s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1381s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1381s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1381s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1381s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1381s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1381s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1381s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1381s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1381s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1381s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1381s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1381s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1381s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1381s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/50_of_104__cpptest__c10_logging_test-stderr 1381s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/50_of_104__cpptest__c10_logging_test-stdout 1381s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1381s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1381s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_logging_test 1381s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.3qjuvmznw5/out to stdout and file: /tmp/autopkgtest.PBRVfE/50_of_104__cpptest__c10_logging_test-stdout 1381s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.3qjuvmznw5/err to standard error and file: /tmp/autopkgtest.PBRVfE/50_of_104__cpptest__c10_logging_test-stdout 1381s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 9346 to /tmp/autopkgtest_script_pid 1381s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1381s [==========] Running 11 tests from 2 test suites. 1381s [----------] Global test environment set-up. 1381s [----------] 1 test from LoggingDeathTest 1381s [ RUN ] LoggingDeathTest.TestEnforceUsingFatal 1382s [ OK ] LoggingDeathTest.TestEnforceUsingFatal (593 ms) 1382s [----------] 1 test from LoggingDeathTest (593 ms total) 1382s 1382s [----------] 10 tests from LoggingTest 1382s [ RUN ] LoggingTest.TestEnforceTrue 1382s [ OK ] LoggingTest.TestEnforceTrue (0 ms) 1382s [ RUN ] LoggingTest.TestEnforceFalse 1382s [ OK ] LoggingTest.TestEnforceFalse (0 ms) 1382s [ RUN ] LoggingTest.TestEnforceEquals 1382s [ OK ] LoggingTest.TestEnforceEquals (0 ms) 1382s [ RUN ] LoggingTest.TestEnforceMessageVariables 1382s [ OK ] LoggingTest.TestEnforceMessageVariables (0 ms) 1382s [ RUN ] LoggingTest.EnforceEqualsObjectWithReferenceToTemporaryWithoutUseOutOfScope 1382s [ OK ] LoggingTest.EnforceEqualsObjectWithReferenceToTemporaryWithoutUseOutOfScope (0 ms) 1382s [ RUN ] LoggingTest.DoesntCopyComparedObjects 1382s [ OK ] LoggingTest.DoesntCopyComparedObjects (0 ms) 1382s [ RUN ] LoggingTest.EnforceShowcase 1382s [ OK ] LoggingTest.EnforceShowcase (0 ms) 1382s [ RUN ] LoggingTest.Join 1382s [ OK ] LoggingTest.Join (0 ms) 1382s [ RUN ] LoggingTest.TestDanglingElse 1382s [ OK ] LoggingTest.TestDanglingElse (0 ms) 1382s [ RUN ] LoggingTest.LazyBacktrace 1382s [ OK ] LoggingTest.LazyBacktrace (0 ms) 1382s [----------] 10 tests from LoggingTest (0 ms total) 1382s 1382s [----------] Global test environment tear-down 1382s [==========] 11 tests from 2 test suites ran. (593 ms total) 1382s [ PASSED ] 11 tests. 1382s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1382s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1382s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1382s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1382s autopkgtest: DBG: testbed command exited with code 0 1382s autopkgtest [01:32:29]: test 50_of_104__cpptest__c10_logging_test: -----------------------] 1382s autopkgtest: DBG: testbed executing test finished with exit status 0 1382s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/50_of_104__cpptest__c10_logging_test-stdout /tmp/autopkgtest-work.g4f853zl/out/50_of_104__cpptest__c10_logging_test-stdout 1383s autopkgtest: DBG: got reply from testbed: ok 1383s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/50_of_104__cpptest__c10_logging_test-stderr /tmp/autopkgtest-work.g4f853zl/out/50_of_104__cpptest__c10_logging_test-stderr 1383s autopkgtest: DBG: got reply from testbed: ok 1383s 50_of_104__cpptest__c10_logging_test PASS 1383s autopkgtest [01:32:30]: test 50_of_104__cpptest__c10_logging_test: - - - - - - - - - - results - - - - - - - - - - 1383s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/50_of_104__cpptest__c10_logging_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1383s autopkgtest: DBG: got reply from testbed: ok 1383s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/50_of_104__cpptest__c10_logging_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1383s autopkgtest: DBG: testbed command exited with code 0 1383s autopkgtest [01:32:30]: test 51_of_104__cpptest__c10_optional_test: preparing testbed 1383s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1383s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1383s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1383s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1383s autopkgtest: DBG: can use apt-get on testbed: True 1383s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1383s Reading package lists... 1383s Building dependency tree... 1383s Reading state information... 1384s Starting pkgProblemResolver with broken count: 0 1384s Starting 2 pkgProblemResolver with broken count: 0 1384s Done 1384s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1384s autopkgtest: DBG: testbed command exited with code 0 1384s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1384s autopkgtest: DBG: testbed command exited with code 0 1384s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1384s autopkgtest: DBG: testbed command exited with code 0 1384s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/51_of_104__cpptest__c10_optional_test-packages.all"], kind short, sout raw, serr pipe, env [] 1384s autopkgtest: DBG: testbed command exited with code 0 1384s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/51_of_104__cpptest__c10_optional_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/51_of_104__cpptest__c10_optional_test-packages.all 1385s autopkgtest: DBG: got reply from testbed: ok 1385s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1385s autopkgtest: DBG: testbed command exited with code 0 1385s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1385s autopkgtest [01:32:32]: test 51_of_104__cpptest__c10_optional_test: /usr/lib/libtorch-test/c10_optional_test 1385s autopkgtest [01:32:32]: test 51_of_104__cpptest__c10_optional_test: [----------------------- 1385s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/51_of_104__cpptest__c10_optional_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/51_of_104__cpptest__c10_optional_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/51_of_104__cpptest__c10_optional_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_optional_test"], kind test, sout raw, serr raw, env [] 1385s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/51_of_104__cpptest__c10_optional_test-artifacts 1385s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1385s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1385s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1385s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1385s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1385s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1385s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1385s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1385s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1385s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1385s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1385s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1385s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1385s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1385s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1385s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1385s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1385s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1385s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1385s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1385s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1385s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1385s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/51_of_104__cpptest__c10_optional_test-stderr 1385s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/51_of_104__cpptest__c10_optional_test-stdout 1385s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1385s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1385s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_optional_test 1385s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.6AZrHNaL15/out to stdout and file: /tmp/autopkgtest.PBRVfE/51_of_104__cpptest__c10_optional_test-stdout 1385s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.6AZrHNaL15/err to standard error and file: /tmp/autopkgtest.PBRVfE/51_of_104__cpptest__c10_optional_test-stdout 1385s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 9506 to /tmp/autopkgtest_script_pid 1385s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1385s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1385s [==========] Running 16 tests from 12 test suites. 1385s [----------] Global test environment set-up. 1385s [----------] 2 tests from OptionalTest/0, where TypeParam = bool 1385s [ RUN ] OptionalTest/0.Empty 1385s [ OK ] OptionalTest/0.Empty (0 ms) 1385s [ RUN ] OptionalTest/0.Initialized 1385s [ OK ] OptionalTest/0.Initialized (0 ms) 1385s [----------] 2 tests from OptionalTest/0 (0 ms total) 1385s 1385s [----------] 2 tests from OptionalTest/1, where TypeParam = unsigned long 1385s [ RUN ] OptionalTest/1.Empty 1385s [ OK ] OptionalTest/1.Empty (0 ms) 1385s [ RUN ] OptionalTest/1.Initialized 1385s [ OK ] OptionalTest/1.Initialized (0 ms) 1385s [----------] 2 tests from OptionalTest/1 (0 ms total) 1385s 1385s [----------] 2 tests from OptionalTest/2, where TypeParam = c10::ArrayRef 1385s [ RUN ] OptionalTest/2.Empty 1385s [ OK ] OptionalTest/2.Empty (0 ms) 1385s [ RUN ] OptionalTest/2.Initialized 1385s [ OK ] OptionalTest/2.Initialized (0 ms) 1385s [----------] 2 tests from OptionalTest/2 (0 ms total) 1385s 1385s [----------] 2 tests from OptionalTest/3, where TypeParam = std::basic_string,std::allocator > 1385s [ RUN ] OptionalTest/3.Empty 1385s [ OK ] OptionalTest/3.Empty (0 ms) 1385s [ RUN ] OptionalTest/3.Initialized 1385s [ OK ] OptionalTest/3.Initialized (0 ms) 1385s [----------] 2 tests from OptionalTest/3 (0 ms total) 1385s 1385s [----------] 1 test from OptionalTest 1385s [ RUN ] OptionalTest.Nullopt 1385s [ OK ] OptionalTest.Nullopt (0 ms) 1385s [----------] 1 test from OptionalTest (0 ms total) 1385s 1385s [----------] 1 test from CmpTest/0, where TypeParam = std::pair,std::optional > 1385s [ RUN ] CmpTest/0.Cmp 1385s [ OK ] CmpTest/0.Cmp (0 ms) 1385s [----------] 1 test from CmpTest/0 (0 ms total) 1385s 1385s [----------] 1 test from CmpTest/1, where TypeParam = std::pair,int> 1385s [ RUN ] CmpTest/1.Cmp 1385s [ OK ] CmpTest/1.Cmp (0 ms) 1385s [----------] 1 test from CmpTest/1 (0 ms total) 1385s 1385s [----------] 1 test from CmpTest/2, where TypeParam = std::pair > 1385s [ RUN ] CmpTest/2.Cmp 1385s [ OK ] CmpTest/2.Cmp (0 ms) 1385s [----------] 1 test from CmpTest/2 (0 ms total) 1385s 1385s [----------] 1 test from CmpTest/3, where TypeParam = std::pair,long> 1385s [ RUN ] CmpTest/3.Cmp 1385s [ OK ] CmpTest/3.Cmp (0 ms) 1385s [----------] 1 test from CmpTest/3 (0 ms total) 1385s 1385s [----------] 1 test from CmpTest/4, where TypeParam = std::pair > 1385s [ RUN ] CmpTest/4.Cmp 1385s [ OK ] CmpTest/4.Cmp (0 ms) 1385s [----------] 1 test from CmpTest/4 (0 ms total) 1385s 1385s [----------] 1 test from nullopt/SelfCompareTest 1385s [ RUN ] nullopt/SelfCompareTest.SelfCompare/0 1385s [ OK ] nullopt/SelfCompareTest.SelfCompare/0 (0 ms) 1385s [----------] 1 test from nullopt/SelfCompareTest (0 ms total) 1385s 1385s [----------] 1 test from int/SelfCompareTest 1385s [ RUN ] int/SelfCompareTest.SelfCompare/0 1385s [ OK ] int/SelfCompareTest.SelfCompare/0 (0 ms) 1385s [----------] 1 test from int/SelfCompareTest (0 ms total) 1385s 1385s [----------] Global test environment tear-down 1385s [==========] 16 tests from 12 test suites ran. (0 ms total) 1385s [ PASSED ] 16 tests. 1385s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1385s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1385s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1385s autopkgtest: DBG: testbed command exited with code 0 1385s autopkgtest [01:32:32]: test 51_of_104__cpptest__c10_optional_test: -----------------------] 1385s autopkgtest: DBG: testbed executing test finished with exit status 0 1385s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/51_of_104__cpptest__c10_optional_test-stdout /tmp/autopkgtest-work.g4f853zl/out/51_of_104__cpptest__c10_optional_test-stdout 1385s autopkgtest: DBG: got reply from testbed: ok 1385s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/51_of_104__cpptest__c10_optional_test-stderr /tmp/autopkgtest-work.g4f853zl/out/51_of_104__cpptest__c10_optional_test-stderr 1385s autopkgtest: DBG: got reply from testbed: ok 1386s autopkgtest [01:32:33]: test 51_of_104__cpptest__c10_optional_test: - - - - - - - - - - results - - - - - - - - - - 1386s 51_of_104__cpptest__c10_optional_test PASS 1386s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/51_of_104__cpptest__c10_optional_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1386s autopkgtest: DBG: got reply from testbed: ok 1386s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/51_of_104__cpptest__c10_optional_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1386s autopkgtest: DBG: testbed command exited with code 0 1386s autopkgtest [01:32:33]: test 52_of_104__cpptest__c10_ordered_preserving_dict_test: preparing testbed 1386s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1386s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1386s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1386s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1386s autopkgtest: DBG: can use apt-get on testbed: True 1386s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1386s Reading package lists... 1386s Building dependency tree... 1386s Reading state information... 1386s Starting pkgProblemResolver with broken count: 0 1386s Starting 2 pkgProblemResolver with broken count: 0 1386s Done 1387s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1387s autopkgtest: DBG: testbed command exited with code 0 1387s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1387s autopkgtest: DBG: testbed command exited with code 0 1387s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1387s autopkgtest: DBG: testbed command exited with code 0 1387s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/52_of_104__cpptest__c10_ordered_preserving_dict_test-packages.all"], kind short, sout raw, serr pipe, env [] 1387s autopkgtest: DBG: testbed command exited with code 0 1387s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/52_of_104__cpptest__c10_ordered_preserving_dict_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/52_of_104__cpptest__c10_ordered_preserving_dict_test-packages.all 1387s autopkgtest: DBG: got reply from testbed: ok 1387s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1387s autopkgtest: DBG: testbed command exited with code 0 1387s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1387s autopkgtest [01:32:34]: test 52_of_104__cpptest__c10_ordered_preserving_dict_test: /usr/lib/libtorch-test/c10_ordered_preserving_dict_test 1387s autopkgtest [01:32:34]: test 52_of_104__cpptest__c10_ordered_preserving_dict_test: [----------------------- 1387s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/52_of_104__cpptest__c10_ordered_preserving_dict_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/52_of_104__cpptest__c10_ordered_preserving_dict_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/52_of_104__cpptest__c10_ordered_preserving_dict_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_ordered_preserving_dict_test"], kind test, sout raw, serr raw, env [] 1388s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/52_of_104__cpptest__c10_ordered_preserving_dict_test-artifacts 1388s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1388s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1388s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1388s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1388s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1388s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1388s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1388s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1388s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1388s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1388s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1388s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1388s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1388s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1388s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1388s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1388s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1388s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1388s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1388s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1388s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1388s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1388s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/52_of_104__cpptest__c10_ordered_preserving_dict_test-stderr 1388s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/52_of_104__cpptest__c10_ordered_preserving_dict_test-stdout 1388s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1388s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1388s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_ordered_preserving_dict_test 1388s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.hpFEJuWr3d/out to stdout and file: /tmp/autopkgtest.PBRVfE/52_of_104__cpptest__c10_ordered_preserving_dict_test-stdout 1388s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.hpFEJuWr3d/err to standard error and file: /tmp/autopkgtest.PBRVfE/52_of_104__cpptest__c10_ordered_preserving_dict_test-stdout 1388s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 9659 to /tmp/autopkgtest_script_pid 1388s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1388s [==========] Running 19 tests from 1 test suite. 1388s [----------] Global test environment set-up. 1388s [----------] 19 tests from OrderedPreservingDictTest 1388s [ RUN ] OrderedPreservingDictTest.InsertAndDeleteBasic 1388s [ OK ] OrderedPreservingDictTest.InsertAndDeleteBasic (0 ms) 1388s [ RUN ] OrderedPreservingDictTest.InsertExistingDoesntAffectOrder 1388s [ OK ] OrderedPreservingDictTest.InsertExistingDoesntAffectOrder (0 ms) 1388s [ RUN ] OrderedPreservingDictTest.testRefType 1388s [ OK ] OrderedPreservingDictTest.testRefType (0 ms) 1388s [ RUN ] OrderedPreservingDictTest.DictCollisions 1388s [ OK ] OrderedPreservingDictTest.DictCollisions (80 ms) 1388s [ RUN ] OrderedPreservingDictTest.test_range_insert 1388s [ OK ] OrderedPreservingDictTest.test_range_insert (0 ms) 1388s [ RUN ] OrderedPreservingDictTest.test_range_erase_all 1388s [ OK ] OrderedPreservingDictTest.test_range_erase_all (0 ms) 1388s [ RUN ] OrderedPreservingDictTest.test_range_erase 1388s [ OK ] OrderedPreservingDictTest.test_range_erase (0 ms) 1388s [ RUN ] OrderedPreservingDictTest.test_move_constructor_empty 1388s [ OK ] OrderedPreservingDictTest.test_move_constructor_empty (0 ms) 1388s [ RUN ] OrderedPreservingDictTest.test_move_operator_empty 1388s [ OK ] OrderedPreservingDictTest.test_move_operator_empty (0 ms) 1388s [ RUN ] OrderedPreservingDictTest.test_reassign_moved_object_move_constructor 1388s [ OK ] OrderedPreservingDictTest.test_reassign_moved_object_move_constructor (0 ms) 1388s [ RUN ] OrderedPreservingDictTest.test_reassign_moved_object_move_operator 1388s [ OK ] OrderedPreservingDictTest.test_reassign_moved_object_move_operator (0 ms) 1388s [ RUN ] OrderedPreservingDictTest.test_copy_constructor_and_operator 1388s [ OK ] OrderedPreservingDictTest.test_copy_constructor_and_operator (0 ms) 1388s [ RUN ] OrderedPreservingDictTest.test_copy_constructor_empty 1388s [ OK ] OrderedPreservingDictTest.test_copy_constructor_empty (0 ms) 1388s [ RUN ] OrderedPreservingDictTest.test_copy_operator_empty 1388s [ OK ] OrderedPreservingDictTest.test_copy_operator_empty (0 ms) 1388s [ RUN ] OrderedPreservingDictTest.test_at 1388s [ OK ] OrderedPreservingDictTest.test_at (0 ms) 1388s [ RUN ] OrderedPreservingDictTest.test_equal_range 1388s [ OK ] OrderedPreservingDictTest.test_equal_range (0 ms) 1388s [ RUN ] OrderedPreservingDictTest.test_access_operator 1388s [ OK ] OrderedPreservingDictTest.test_access_operator (0 ms) 1388s [ RUN ] OrderedPreservingDictTest.test_swap 1388s [ OK ] OrderedPreservingDictTest.test_swap (0 ms) 1388s [ RUN ] OrderedPreservingDictTest.test_swap_empty 1388s [ OK ] OrderedPreservingDictTest.test_swap_empty (0 ms) 1388s [----------] 19 tests from OrderedPreservingDictTest (81 ms total) 1388s 1388s [----------] Global test environment tear-down 1388s [==========] 19 tests from 1 test suite ran. (81 ms total) 1388s [ PASSED ] 19 tests. 1388s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1388s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1388s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1388s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1388s autopkgtest: DBG: testbed command exited with code 0 1388s autopkgtest [01:32:35]: test 52_of_104__cpptest__c10_ordered_preserving_dict_test: -----------------------] 1388s autopkgtest: DBG: testbed executing test finished with exit status 0 1388s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/52_of_104__cpptest__c10_ordered_preserving_dict_test-stdout /tmp/autopkgtest-work.g4f853zl/out/52_of_104__cpptest__c10_ordered_preserving_dict_test-stdout 1388s autopkgtest: DBG: got reply from testbed: ok 1388s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/52_of_104__cpptest__c10_ordered_preserving_dict_test-stderr /tmp/autopkgtest-work.g4f853zl/out/52_of_104__cpptest__c10_ordered_preserving_dict_test-stderr 1388s autopkgtest: DBG: got reply from testbed: ok 1388s 52_of_104__cpptest__c10_ordered_preserving_dict_test PASS 1388s autopkgtest [01:32:35]: test 52_of_104__cpptest__c10_ordered_preserving_dict_test: - - - - - - - - - - results - - - - - - - - - - 1388s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/52_of_104__cpptest__c10_ordered_preserving_dict_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1389s autopkgtest: DBG: got reply from testbed: ok 1389s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/52_of_104__cpptest__c10_ordered_preserving_dict_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1389s autopkgtest: DBG: testbed command exited with code 0 1389s autopkgtest [01:32:36]: test 53_of_104__cpptest__c10_registry_test: preparing testbed 1389s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1389s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1389s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1389s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1389s autopkgtest: DBG: can use apt-get on testbed: True 1389s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1389s Reading package lists... 1389s Building dependency tree... 1389s Reading state information... 1389s Starting pkgProblemResolver with broken count: 0 1389s Starting 2 pkgProblemResolver with broken count: 0 1389s Done 1389s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1389s autopkgtest: DBG: testbed command exited with code 0 1389s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1390s autopkgtest: DBG: testbed command exited with code 0 1390s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1390s autopkgtest: DBG: testbed command exited with code 0 1390s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/53_of_104__cpptest__c10_registry_test-packages.all"], kind short, sout raw, serr pipe, env [] 1390s autopkgtest: DBG: testbed command exited with code 0 1390s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/53_of_104__cpptest__c10_registry_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/53_of_104__cpptest__c10_registry_test-packages.all 1390s autopkgtest: DBG: got reply from testbed: ok 1390s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1390s autopkgtest: DBG: testbed command exited with code 0 1390s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1390s autopkgtest [01:32:37]: test 53_of_104__cpptest__c10_registry_test: /usr/lib/libtorch-test/c10_registry_test 1390s autopkgtest [01:32:37]: test 53_of_104__cpptest__c10_registry_test: [----------------------- 1390s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/53_of_104__cpptest__c10_registry_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/53_of_104__cpptest__c10_registry_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/53_of_104__cpptest__c10_registry_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_registry_test"], kind test, sout raw, serr raw, env [] 1390s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/53_of_104__cpptest__c10_registry_test-artifacts 1390s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1390s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1390s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1390s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1390s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1390s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1390s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1390s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1390s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1390s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1390s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1390s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1390s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1390s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1390s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1390s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1390s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1390s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1390s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1390s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1390s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1390s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1390s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/53_of_104__cpptest__c10_registry_test-stderr 1390s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/53_of_104__cpptest__c10_registry_test-stdout 1390s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1390s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1390s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_registry_test 1390s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.qZgpFBl6wT/out to stdout and file: /tmp/autopkgtest.PBRVfE/53_of_104__cpptest__c10_registry_test-stdout 1390s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.qZgpFBl6wT/err to standard error and file: /tmp/autopkgtest.PBRVfE/53_of_104__cpptest__c10_registry_test-stdout 1390s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 9812 to /tmp/autopkgtest_script_pid 1391s Key already registered with the same priority: FooWithPriority 1391s Higher priority item already registered, skipping registration of FooWithPriority 1391s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1391s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1391s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1391s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1391s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1391s [==========] Running 3 tests from 1 test suite. 1391s [----------] Global test environment set-up. 1391s [----------] 3 tests from RegistryTest 1391s [ RUN ] RegistryTest.CanRunCreator 1391s [ OK ] RegistryTest.CanRunCreator (0 ms) 1391s [ RUN ] RegistryTest.ReturnNullOnNonExistingCreator 1391s [ OK ] RegistryTest.ReturnNullOnNonExistingCreator (0 ms) 1391s [ RUN ] RegistryTest.RegistryPriorities 1391s [ OK ] RegistryTest.RegistryPriorities (0 ms) 1391s [----------] 3 tests from RegistryTest (0 ms total) 1391s 1391s [----------] Global test environment tear-down 1391s [==========] 3 tests from 1 test suite ran. (0 ms total) 1391s [ PASSED ] 3 tests. 1391s autopkgtest: DBG: testbed command exited with code 0 1391s autopkgtest [01:32:38]: test 53_of_104__cpptest__c10_registry_test: -----------------------] 1391s autopkgtest: DBG: testbed executing test finished with exit status 0 1391s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/53_of_104__cpptest__c10_registry_test-stdout /tmp/autopkgtest-work.g4f853zl/out/53_of_104__cpptest__c10_registry_test-stdout 1391s autopkgtest: DBG: got reply from testbed: ok 1391s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/53_of_104__cpptest__c10_registry_test-stderr /tmp/autopkgtest-work.g4f853zl/out/53_of_104__cpptest__c10_registry_test-stderr 1391s autopkgtest: DBG: got reply from testbed: ok 1391s 53_of_104__cpptest__c10_registry_test PASS 1391s autopkgtest [01:32:38]: test 53_of_104__cpptest__c10_registry_test: - - - - - - - - - - results - - - - - - - - - - 1391s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/53_of_104__cpptest__c10_registry_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1391s autopkgtest: DBG: got reply from testbed: ok 1391s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/53_of_104__cpptest__c10_registry_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1392s autopkgtest: DBG: testbed command exited with code 0 1392s autopkgtest [01:32:39]: test 54_of_104__cpptest__c10_small_vector_test: preparing testbed 1392s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1392s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1392s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1392s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1392s autopkgtest: DBG: can use apt-get on testbed: True 1392s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1392s Reading package lists... 1392s Building dependency tree... 1392s Reading state information... 1392s Starting pkgProblemResolver with broken count: 0 1392s Starting 2 pkgProblemResolver with broken count: 0 1392s Done 1392s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1392s autopkgtest: DBG: testbed command exited with code 0 1392s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1393s autopkgtest: DBG: testbed command exited with code 0 1393s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1393s autopkgtest: DBG: testbed command exited with code 0 1393s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/54_of_104__cpptest__c10_small_vector_test-packages.all"], kind short, sout raw, serr pipe, env [] 1393s autopkgtest: DBG: testbed command exited with code 0 1393s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/54_of_104__cpptest__c10_small_vector_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/54_of_104__cpptest__c10_small_vector_test-packages.all 1393s autopkgtest: DBG: got reply from testbed: ok 1393s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1393s autopkgtest: DBG: testbed command exited with code 0 1393s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1393s autopkgtest [01:32:40]: test 54_of_104__cpptest__c10_small_vector_test: /usr/lib/libtorch-test/c10_small_vector_test 1393s autopkgtest [01:32:40]: test 54_of_104__cpptest__c10_small_vector_test: [----------------------- 1393s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/54_of_104__cpptest__c10_small_vector_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/54_of_104__cpptest__c10_small_vector_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/54_of_104__cpptest__c10_small_vector_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_small_vector_test"], kind test, sout raw, serr raw, env [] 1393s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/54_of_104__cpptest__c10_small_vector_test-artifacts 1393s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1393s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1393s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1393s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1393s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1393s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1393s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1393s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1393s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1393s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1393s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1393s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1393s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1393s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1393s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1393s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1393s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1393s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1393s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1393s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1393s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1393s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1393s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/54_of_104__cpptest__c10_small_vector_test-stderr 1393s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/54_of_104__cpptest__c10_small_vector_test-stdout 1393s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1393s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1393s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_small_vector_test 1393s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.zkWCbJDwaX/out to stdout and file: /tmp/autopkgtest.PBRVfE/54_of_104__cpptest__c10_small_vector_test-stdout 1393s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.zkWCbJDwaX/err to standard error and file: /tmp/autopkgtest.PBRVfE/54_of_104__cpptest__c10_small_vector_test-stdout 1393s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 9965 to /tmp/autopkgtest_script_pid 1393s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1393s [==========] Running 221 tests from 15 test suites. 1393s [----------] Global test environment set-up. 1393s [----------] 37 tests from SmallVectorTest/0, where TypeParam = c10::SmallVector<(anonymous namespace)::Constructable,0u> 1393s [ RUN ] SmallVectorTest/0.ConstructorNonIterTest 1393s [ OK ] SmallVectorTest/0.ConstructorNonIterTest (0 ms) 1393s [ RUN ] SmallVectorTest/0.ConstructorIterTest 1393s [ OK ] SmallVectorTest/0.ConstructorIterTest (0 ms) 1393s [ RUN ] SmallVectorTest/0.EmptyVectorTest 1393s [ OK ] SmallVectorTest/0.EmptyVectorTest (0 ms) 1393s [ RUN ] SmallVectorTest/0.PushPopTest 1393s [ OK ] SmallVectorTest/0.PushPopTest (0 ms) 1393s [ RUN ] SmallVectorTest/0.ClearTest 1393s [ OK ] SmallVectorTest/0.ClearTest (0 ms) 1393s [ RUN ] SmallVectorTest/0.ResizeShrinkTest 1393s [ OK ] SmallVectorTest/0.ResizeShrinkTest (0 ms) 1393s [ RUN ] SmallVectorTest/0.ResizeGrowTest 1393s [ OK ] SmallVectorTest/0.ResizeGrowTest (0 ms) 1393s [ RUN ] SmallVectorTest/0.ResizeWithElementsTest 1393s [ OK ] SmallVectorTest/0.ResizeWithElementsTest (0 ms) 1393s [ RUN ] SmallVectorTest/0.ResizeFillTest 1393s [ OK ] SmallVectorTest/0.ResizeFillTest (0 ms) 1393s [ RUN ] SmallVectorTest/0.OverflowTest 1393s [ OK ] SmallVectorTest/0.OverflowTest (0 ms) 1393s [ RUN ] SmallVectorTest/0.IterationTest 1393s [ OK ] SmallVectorTest/0.IterationTest (0 ms) 1393s [ RUN ] SmallVectorTest/0.SwapTest 1393s [ OK ] SmallVectorTest/0.SwapTest (0 ms) 1393s [ RUN ] SmallVectorTest/0.AppendTest 1393s [ OK ] SmallVectorTest/0.AppendTest (0 ms) 1393s [ RUN ] SmallVectorTest/0.AppendRepeatedTest 1393s [ OK ] SmallVectorTest/0.AppendRepeatedTest (0 ms) 1393s [ RUN ] SmallVectorTest/0.AppendNonIterTest 1393s [ OK ] SmallVectorTest/0.AppendNonIterTest (0 ms) 1393s [ RUN ] SmallVectorTest/0.AppendRepeatedNonForwardIterator 1393s [ OK ] SmallVectorTest/0.AppendRepeatedNonForwardIterator (0 ms) 1393s [ RUN ] SmallVectorTest/0.AppendSmallVector 1393s [ OK ] SmallVectorTest/0.AppendSmallVector (0 ms) 1393s [ RUN ] SmallVectorTest/0.AssignTest 1393s [ OK ] SmallVectorTest/0.AssignTest (0 ms) 1393s [ RUN ] SmallVectorTest/0.AssignRangeTest 1393s [ OK ] SmallVectorTest/0.AssignRangeTest (0 ms) 1393s [ RUN ] SmallVectorTest/0.AssignNonIterTest 1393s [ OK ] SmallVectorTest/0.AssignNonIterTest (0 ms) 1393s [ RUN ] SmallVectorTest/0.AssignSmallVector 1393s [ OK ] SmallVectorTest/0.AssignSmallVector (0 ms) 1393s [ RUN ] SmallVectorTest/0.MoveAssignTest 1393s [ OK ] SmallVectorTest/0.MoveAssignTest (0 ms) 1393s [ RUN ] SmallVectorTest/0.EraseTest 1393s [ OK ] SmallVectorTest/0.EraseTest (0 ms) 1393s [ RUN ] SmallVectorTest/0.EraseRangeTest 1393s [ OK ] SmallVectorTest/0.EraseRangeTest (0 ms) 1393s [ RUN ] SmallVectorTest/0.InsertTest 1393s [ OK ] SmallVectorTest/0.InsertTest (0 ms) 1393s [ RUN ] SmallVectorTest/0.InsertCopy 1393s [ OK ] SmallVectorTest/0.InsertCopy (0 ms) 1393s [ RUN ] SmallVectorTest/0.InsertRepeatedTest 1393s [ OK ] SmallVectorTest/0.InsertRepeatedTest (0 ms) 1393s [ RUN ] SmallVectorTest/0.InsertRepeatedNonIterTest 1393s [ OK ] SmallVectorTest/0.InsertRepeatedNonIterTest (0 ms) 1393s [ RUN ] SmallVectorTest/0.InsertRepeatedAtEndTest 1393s [ OK ] SmallVectorTest/0.InsertRepeatedAtEndTest (0 ms) 1393s [ RUN ] SmallVectorTest/0.InsertRepeatedEmptyTest 1393s [ OK ] SmallVectorTest/0.InsertRepeatedEmptyTest (0 ms) 1393s [ RUN ] SmallVectorTest/0.InsertRangeTest 1393s [ OK ] SmallVectorTest/0.InsertRangeTest (0 ms) 1393s [ RUN ] SmallVectorTest/0.InsertRangeAtEndTest 1393s [ OK ] SmallVectorTest/0.InsertRangeAtEndTest (0 ms) 1393s [ RUN ] SmallVectorTest/0.InsertEmptyRangeTest 1393s [ OK ] SmallVectorTest/0.InsertEmptyRangeTest (0 ms) 1393s [ RUN ] SmallVectorTest/0.ComparisonTest 1393s [ OK ] SmallVectorTest/0.ComparisonTest (0 ms) 1393s [ RUN ] SmallVectorTest/0.ConstVectorTest 1393s [ OK ] SmallVectorTest/0.ConstVectorTest (0 ms) 1393s [ RUN ] SmallVectorTest/0.DirectVectorTest 1393s [ OK ] SmallVectorTest/0.DirectVectorTest (0 ms) 1393s [ RUN ] SmallVectorTest/0.IteratorTest 1393s [ OK ] SmallVectorTest/0.IteratorTest (0 ms) 1393s [----------] 37 tests from SmallVectorTest/0 (0 ms total) 1393s 1393s [----------] 37 tests from SmallVectorTest/1, where TypeParam = c10::SmallVector<(anonymous namespace)::Constructable,1u> 1393s [ RUN ] SmallVectorTest/1.ConstructorNonIterTest 1393s [ OK ] SmallVectorTest/1.ConstructorNonIterTest (0 ms) 1393s [ RUN ] SmallVectorTest/1.ConstructorIterTest 1393s [ OK ] SmallVectorTest/1.ConstructorIterTest (0 ms) 1393s [ RUN ] SmallVectorTest/1.EmptyVectorTest 1393s [ OK ] SmallVectorTest/1.EmptyVectorTest (0 ms) 1393s [ RUN ] SmallVectorTest/1.PushPopTest 1393s [ OK ] SmallVectorTest/1.PushPopTest (0 ms) 1393s [ RUN ] SmallVectorTest/1.ClearTest 1393s [ OK ] SmallVectorTest/1.ClearTest (0 ms) 1393s [ RUN ] SmallVectorTest/1.ResizeShrinkTest 1393s [ OK ] SmallVectorTest/1.ResizeShrinkTest (0 ms) 1393s [ RUN ] SmallVectorTest/1.ResizeGrowTest 1393s [ OK ] SmallVectorTest/1.ResizeGrowTest (0 ms) 1393s [ RUN ] SmallVectorTest/1.ResizeWithElementsTest 1393s [ OK ] SmallVectorTest/1.ResizeWithElementsTest (0 ms) 1393s [ RUN ] SmallVectorTest/1.ResizeFillTest 1393s [ OK ] SmallVectorTest/1.ResizeFillTest (0 ms) 1393s [ RUN ] SmallVectorTest/1.OverflowTest 1393s [ OK ] SmallVectorTest/1.OverflowTest (0 ms) 1393s [ RUN ] SmallVectorTest/1.IterationTest 1393s [ OK ] SmallVectorTest/1.IterationTest (0 ms) 1393s [ RUN ] SmallVectorTest/1.SwapTest 1393s [ OK ] SmallVectorTest/1.SwapTest (0 ms) 1393s [ RUN ] SmallVectorTest/1.AppendTest 1393s [ OK ] SmallVectorTest/1.AppendTest (0 ms) 1393s [ RUN ] SmallVectorTest/1.AppendRepeatedTest 1393s [ OK ] SmallVectorTest/1.AppendRepeatedTest (0 ms) 1393s [ RUN ] SmallVectorTest/1.AppendNonIterTest 1393s [ OK ] SmallVectorTest/1.AppendNonIterTest (0 ms) 1393s [ RUN ] SmallVectorTest/1.AppendRepeatedNonForwardIterator 1393s [ OK ] SmallVectorTest/1.AppendRepeatedNonForwardIterator (0 ms) 1393s [ RUN ] SmallVectorTest/1.AppendSmallVector 1393s [ OK ] SmallVectorTest/1.AppendSmallVector (0 ms) 1393s [ RUN ] SmallVectorTest/1.AssignTest 1393s [ OK ] SmallVectorTest/1.AssignTest (0 ms) 1393s [ RUN ] SmallVectorTest/1.AssignRangeTest 1393s [ OK ] SmallVectorTest/1.AssignRangeTest (0 ms) 1393s [ RUN ] SmallVectorTest/1.AssignNonIterTest 1393s [ OK ] SmallVectorTest/1.AssignNonIterTest (0 ms) 1393s [ RUN ] SmallVectorTest/1.AssignSmallVector 1393s [ OK ] SmallVectorTest/1.AssignSmallVector (0 ms) 1393s [ RUN ] SmallVectorTest/1.MoveAssignTest 1393s [ OK ] SmallVectorTest/1.MoveAssignTest (0 ms) 1393s [ RUN ] SmallVectorTest/1.EraseTest 1393s [ OK ] SmallVectorTest/1.EraseTest (0 ms) 1393s [ RUN ] SmallVectorTest/1.EraseRangeTest 1393s [ OK ] SmallVectorTest/1.EraseRangeTest (0 ms) 1393s [ RUN ] SmallVectorTest/1.InsertTest 1393s [ OK ] SmallVectorTest/1.InsertTest (0 ms) 1393s [ RUN ] SmallVectorTest/1.InsertCopy 1393s [ OK ] SmallVectorTest/1.InsertCopy (0 ms) 1393s [ RUN ] SmallVectorTest/1.InsertRepeatedTest 1393s [ OK ] SmallVectorTest/1.InsertRepeatedTest (0 ms) 1393s [ RUN ] SmallVectorTest/1.InsertRepeatedNonIterTest 1393s [ OK ] SmallVectorTest/1.InsertRepeatedNonIterTest (0 ms) 1393s [ RUN ] SmallVectorTest/1.InsertRepeatedAtEndTest 1393s [ OK ] SmallVectorTest/1.InsertRepeatedAtEndTest (0 ms) 1393s [ RUN ] SmallVectorTest/1.InsertRepeatedEmptyTest 1393s [ OK ] SmallVectorTest/1.InsertRepeatedEmptyTest (0 ms) 1393s [ RUN ] SmallVectorTest/1.InsertRangeTest 1393s [ OK ] SmallVectorTest/1.InsertRangeTest (0 ms) 1393s [ RUN ] SmallVectorTest/1.InsertRangeAtEndTest 1393s [ OK ] SmallVectorTest/1.InsertRangeAtEndTest (0 ms) 1393s [ RUN ] SmallVectorTest/1.InsertEmptyRangeTest 1393s [ OK ] SmallVectorTest/1.InsertEmptyRangeTest (0 ms) 1393s [ RUN ] SmallVectorTest/1.ComparisonTest 1393s [ OK ] SmallVectorTest/1.ComparisonTest (0 ms) 1393s [ RUN ] SmallVectorTest/1.ConstVectorTest 1393s [ OK ] SmallVectorTest/1.ConstVectorTest (0 ms) 1393s [ RUN ] SmallVectorTest/1.DirectVectorTest 1393s [ OK ] SmallVectorTest/1.DirectVectorTest (0 ms) 1393s [ RUN ] SmallVectorTest/1.IteratorTest 1393s [ OK ] SmallVectorTest/1.IteratorTest (0 ms) 1393s [----------] 37 tests from SmallVectorTest/1 (0 ms total) 1393s 1393s [----------] 37 tests from SmallVectorTest/2, where TypeParam = c10::SmallVector<(anonymous namespace)::Constructable,2u> 1393s [ RUN ] SmallVectorTest/2.ConstructorNonIterTest 1393s [ OK ] SmallVectorTest/2.ConstructorNonIterTest (0 ms) 1393s [ RUN ] SmallVectorTest/2.ConstructorIterTest 1393s [ OK ] SmallVectorTest/2.ConstructorIterTest (0 ms) 1393s [ RUN ] SmallVectorTest/2.EmptyVectorTest 1393s [ OK ] SmallVectorTest/2.EmptyVectorTest (0 ms) 1393s [ RUN ] SmallVectorTest/2.PushPopTest 1393s [ OK ] SmallVectorTest/2.PushPopTest (0 ms) 1393s [ RUN ] SmallVectorTest/2.ClearTest 1393s [ OK ] SmallVectorTest/2.ClearTest (0 ms) 1393s [ RUN ] SmallVectorTest/2.ResizeShrinkTest 1393s [ OK ] SmallVectorTest/2.ResizeShrinkTest (0 ms) 1393s [ RUN ] SmallVectorTest/2.ResizeGrowTest 1393s [ OK ] SmallVectorTest/2.ResizeGrowTest (0 ms) 1393s [ RUN ] SmallVectorTest/2.ResizeWithElementsTest 1393s [ OK ] SmallVectorTest/2.ResizeWithElementsTest (0 ms) 1393s [ RUN ] SmallVectorTest/2.ResizeFillTest 1393s [ OK ] SmallVectorTest/2.ResizeFillTest (0 ms) 1393s [ RUN ] SmallVectorTest/2.OverflowTest 1393s [ OK ] SmallVectorTest/2.OverflowTest (0 ms) 1393s [ RUN ] SmallVectorTest/2.IterationTest 1393s [ OK ] SmallVectorTest/2.IterationTest (0 ms) 1393s [ RUN ] SmallVectorTest/2.SwapTest 1393s [ OK ] SmallVectorTest/2.SwapTest (0 ms) 1393s [ RUN ] SmallVectorTest/2.AppendTest 1393s [ OK ] SmallVectorTest/2.AppendTest (0 ms) 1393s [ RUN ] SmallVectorTest/2.AppendRepeatedTest 1393s [ OK ] SmallVectorTest/2.AppendRepeatedTest (0 ms) 1393s [ RUN ] SmallVectorTest/2.AppendNonIterTest 1393s [ OK ] SmallVectorTest/2.AppendNonIterTest (0 ms) 1393s [ RUN ] SmallVectorTest/2.AppendRepeatedNonForwardIterator 1393s [ OK ] SmallVectorTest/2.AppendRepeatedNonForwardIterator (0 ms) 1393s [ RUN ] SmallVectorTest/2.AppendSmallVector 1393s [ OK ] SmallVectorTest/2.AppendSmallVector (0 ms) 1393s [ RUN ] SmallVectorTest/2.AssignTest 1393s [ OK ] SmallVectorTest/2.AssignTest (0 ms) 1393s [ RUN ] SmallVectorTest/2.AssignRangeTest 1393s [ OK ] SmallVectorTest/2.AssignRangeTest (0 ms) 1393s [ RUN ] SmallVectorTest/2.AssignNonIterTest 1393s [ OK ] SmallVectorTest/2.AssignNonIterTest (0 ms) 1393s [ RUN ] SmallVectorTest/2.AssignSmallVector 1393s [ OK ] SmallVectorTest/2.AssignSmallVector (0 ms) 1393s [ RUN ] SmallVectorTest/2.MoveAssignTest 1393s [ OK ] SmallVectorTest/2.MoveAssignTest (0 ms) 1393s [ RUN ] SmallVectorTest/2.EraseTest 1393s [ OK ] SmallVectorTest/2.EraseTest (0 ms) 1393s [ RUN ] SmallVectorTest/2.EraseRangeTest 1393s [ OK ] SmallVectorTest/2.EraseRangeTest (0 ms) 1393s [ RUN ] SmallVectorTest/2.InsertTest 1393s [ OK ] SmallVectorTest/2.InsertTest (0 ms) 1393s [ RUN ] SmallVectorTest/2.InsertCopy 1393s [ OK ] SmallVectorTest/2.InsertCopy (0 ms) 1393s [ RUN ] SmallVectorTest/2.InsertRepeatedTest 1393s [ OK ] SmallVectorTest/2.InsertRepeatedTest (0 ms) 1393s [ RUN ] SmallVectorTest/2.InsertRepeatedNonIterTest 1393s [ OK ] SmallVectorTest/2.InsertRepeatedNonIterTest (0 ms) 1393s [ RUN ] SmallVectorTest/2.InsertRepeatedAtEndTest 1393s [ OK ] SmallVectorTest/2.InsertRepeatedAtEndTest (0 ms) 1393s [ RUN ] SmallVectorTest/2.InsertRepeatedEmptyTest 1393s [ OK ] SmallVectorTest/2.InsertRepeatedEmptyTest (0 ms) 1393s [ RUN ] SmallVectorTest/2.InsertRangeTest 1393s [ OK ] SmallVectorTest/2.InsertRangeTest (0 ms) 1393s [ RUN ] SmallVectorTest/2.InsertRangeAtEndTest 1393s [ OK ] SmallVectorTest/2.InsertRangeAtEndTest (0 ms) 1393s [ RUN ] SmallVectorTest/2.InsertEmptyRangeTest 1393s [ OK ] SmallVectorTest/2.InsertEmptyRangeTest (0 ms) 1393s [ RUN ] SmallVectorTest/2.ComparisonTest 1393s [ OK ] SmallVectorTest/2.ComparisonTest (0 ms) 1393s [ RUN ] SmallVectorTest/2.ConstVectorTest 1393s [ OK ] SmallVectorTest/2.ConstVectorTest (0 ms) 1393s [ RUN ] SmallVectorTest/2.DirectVectorTest 1393s [ OK ] SmallVectorTest/2.DirectVectorTest (0 ms) 1393s [ RUN ] SmallVectorTest/2.IteratorTest 1393s [ OK ] SmallVectorTest/2.IteratorTest (0 ms) 1393s [----------] 37 tests from SmallVectorTest/2 (0 ms total) 1393s 1393s [----------] 37 tests from SmallVectorTest/3, where TypeParam = c10::SmallVector<(anonymous namespace)::Constructable,4u> 1393s [ RUN ] SmallVectorTest/3.ConstructorNonIterTest 1393s [ OK ] SmallVectorTest/3.ConstructorNonIterTest (0 ms) 1393s [ RUN ] SmallVectorTest/3.ConstructorIterTest 1393s [ OK ] SmallVectorTest/3.ConstructorIterTest (0 ms) 1393s [ RUN ] SmallVectorTest/3.EmptyVectorTest 1393s [ OK ] SmallVectorTest/3.EmptyVectorTest (0 ms) 1393s [ RUN ] SmallVectorTest/3.PushPopTest 1393s [ OK ] SmallVectorTest/3.PushPopTest (0 ms) 1393s [ RUN ] SmallVectorTest/3.ClearTest 1393s [ OK ] SmallVectorTest/3.ClearTest (0 ms) 1393s [ RUN ] SmallVectorTest/3.ResizeShrinkTest 1393s [ OK ] SmallVectorTest/3.ResizeShrinkTest (0 ms) 1393s [ RUN ] SmallVectorTest/3.ResizeGrowTest 1393s [ OK ] SmallVectorTest/3.ResizeGrowTest (0 ms) 1393s [ RUN ] SmallVectorTest/3.ResizeWithElementsTest 1393s [ OK ] SmallVectorTest/3.ResizeWithElementsTest (0 ms) 1393s [ RUN ] SmallVectorTest/3.ResizeFillTest 1393s [ OK ] SmallVectorTest/3.ResizeFillTest (0 ms) 1393s [ RUN ] SmallVectorTest/3.OverflowTest 1393s [ OK ] SmallVectorTest/3.OverflowTest (0 ms) 1393s [ RUN ] SmallVectorTest/3.IterationTest 1393s [ OK ] SmallVectorTest/3.IterationTest (0 ms) 1393s [ RUN ] SmallVectorTest/3.SwapTest 1393s [ OK ] SmallVectorTest/3.SwapTest (0 ms) 1393s [ RUN ] SmallVectorTest/3.AppendTest 1393s [ OK ] SmallVectorTest/3.AppendTest (0 ms) 1393s [ RUN ] SmallVectorTest/3.AppendRepeatedTest 1393s [ OK ] SmallVectorTest/3.AppendRepeatedTest (0 ms) 1393s [ RUN ] SmallVectorTest/3.AppendNonIterTest 1393s [ OK ] SmallVectorTest/3.AppendNonIterTest (0 ms) 1393s [ RUN ] SmallVectorTest/3.AppendRepeatedNonForwardIterator 1393s [ OK ] SmallVectorTest/3.AppendRepeatedNonForwardIterator (0 ms) 1393s [ RUN ] SmallVectorTest/3.AppendSmallVector 1393s [ OK ] SmallVectorTest/3.AppendSmallVector (0 ms) 1393s [ RUN ] SmallVectorTest/3.AssignTest 1393s [ OK ] SmallVectorTest/3.AssignTest (0 ms) 1393s [ RUN ] SmallVectorTest/3.AssignRangeTest 1393s [ OK ] SmallVectorTest/3.AssignRangeTest (0 ms) 1393s [ RUN ] SmallVectorTest/3.AssignNonIterTest 1393s [ OK ] SmallVectorTest/3.AssignNonIterTest (0 ms) 1393s [ RUN ] SmallVectorTest/3.AssignSmallVector 1393s [ OK ] SmallVectorTest/3.AssignSmallVector (0 ms) 1393s [ RUN ] SmallVectorTest/3.MoveAssignTest 1393s [ OK ] SmallVectorTest/3.MoveAssignTest (0 ms) 1393s [ RUN ] SmallVectorTest/3.EraseTest 1393s [ OK ] SmallVectorTest/3.EraseTest (0 ms) 1393s [ RUN ] SmallVectorTest/3.EraseRangeTest 1393s [ OK ] SmallVectorTest/3.EraseRangeTest (0 ms) 1393s [ RUN ] SmallVectorTest/3.InsertTest 1393s [ OK ] SmallVectorTest/3.InsertTest (0 ms) 1393s [ RUN ] SmallVectorTest/3.InsertCopy 1393s [ OK ] SmallVectorTest/3.InsertCopy (0 ms) 1393s [ RUN ] SmallVectorTest/3.InsertRepeatedTest 1393s [ OK ] SmallVectorTest/3.InsertRepeatedTest (0 ms) 1393s [ RUN ] SmallVectorTest/3.InsertRepeatedNonIterTest 1393s [ OK ] SmallVectorTest/3.InsertRepeatedNonIterTest (0 ms) 1393s [ RUN ] SmallVectorTest/3.InsertRepeatedAtEndTest 1393s [ OK ] SmallVectorTest/3.InsertRepeatedAtEndTest (0 ms) 1393s [ RUN ] SmallVectorTest/3.InsertRepeatedEmptyTest 1393s [ OK ] SmallVectorTest/3.InsertRepeatedEmptyTest (0 ms) 1393s [ RUN ] SmallVectorTest/3.InsertRangeTest 1393s [ OK ] SmallVectorTest/3.InsertRangeTest (0 ms) 1393s [ RUN ] SmallVectorTest/3.InsertRangeAtEndTest 1393s [ OK ] SmallVectorTest/3.InsertRangeAtEndTest (0 ms) 1393s [ RUN ] SmallVectorTest/3.InsertEmptyRangeTest 1393s [ OK ] SmallVectorTest/3.InsertEmptyRangeTest (0 ms) 1393s [ RUN ] SmallVectorTest/3.ComparisonTest 1393s [ OK ] SmallVectorTest/3.ComparisonTest (0 ms) 1393s [ RUN ] SmallVectorTest/3.ConstVectorTest 1393s [ OK ] SmallVectorTest/3.ConstVectorTest (0 ms) 1393s [ RUN ] SmallVectorTest/3.DirectVectorTest 1393s [ OK ] SmallVectorTest/3.DirectVectorTest (0 ms) 1393s [ RUN ] SmallVectorTest/3.IteratorTest 1393s [ OK ] SmallVectorTest/3.IteratorTest (0 ms) 1393s [----------] 37 tests from SmallVectorTest/3 (0 ms total) 1393s 1393s [----------] 37 tests from SmallVectorTest/4, where TypeParam = c10::SmallVector<(anonymous namespace)::Constructable,5u> 1393s [ RUN ] SmallVectorTest/4.ConstructorNonIterTest 1393s [ OK ] SmallVectorTest/4.ConstructorNonIterTest (0 ms) 1393s [ RUN ] SmallVectorTest/4.ConstructorIterTest 1393s [ OK ] SmallVectorTest/4.ConstructorIterTest (0 ms) 1393s [ RUN ] SmallVectorTest/4.EmptyVectorTest 1393s [ OK ] SmallVectorTest/4.EmptyVectorTest (0 ms) 1393s [ RUN ] SmallVectorTest/4.PushPopTest 1393s [ OK ] SmallVectorTest/4.PushPopTest (0 ms) 1393s [ RUN ] SmallVectorTest/4.ClearTest 1393s [ OK ] SmallVectorTest/4.ClearTest (0 ms) 1393s [ RUN ] SmallVectorTest/4.ResizeShrinkTest 1393s [ OK ] SmallVectorTest/4.ResizeShrinkTest (0 ms) 1393s [ RUN ] SmallVectorTest/4.ResizeGrowTest 1393s [ OK ] SmallVectorTest/4.ResizeGrowTest (0 ms) 1393s [ RUN ] SmallVectorTest/4.ResizeWithElementsTest 1393s [ OK ] SmallVectorTest/4.ResizeWithElementsTest (0 ms) 1393s [ RUN ] SmallVectorTest/4.ResizeFillTest 1393s [ OK ] SmallVectorTest/4.ResizeFillTest (0 ms) 1393s [ RUN ] SmallVectorTest/4.OverflowTest 1393s [ OK ] SmallVectorTest/4.OverflowTest (0 ms) 1393s [ RUN ] SmallVectorTest/4.IterationTest 1393s [ OK ] SmallVectorTest/4.IterationTest (0 ms) 1393s [ RUN ] SmallVectorTest/4.SwapTest 1393s [ OK ] SmallVectorTest/4.SwapTest (0 ms) 1393s [ RUN ] SmallVectorTest/4.AppendTest 1393s [ OK ] SmallVectorTest/4.AppendTest (0 ms) 1393s [ RUN ] SmallVectorTest/4.AppendRepeatedTest 1393s [ OK ] SmallVectorTest/4.AppendRepeatedTest (0 ms) 1393s [ RUN ] SmallVectorTest/4.AppendNonIterTest 1393s [ OK ] SmallVectorTest/4.AppendNonIterTest (0 ms) 1393s [ RUN ] SmallVectorTest/4.AppendRepeatedNonForwardIterator 1393s [ OK ] SmallVectorTest/4.AppendRepeatedNonForwardIterator (0 ms) 1393s [ RUN ] SmallVectorTest/4.AppendSmallVector 1393s [ OK ] SmallVectorTest/4.AppendSmallVector (0 ms) 1393s [ RUN ] SmallVectorTest/4.AssignTest 1393s [ OK ] SmallVectorTest/4.AssignTest (0 ms) 1393s [ RUN ] SmallVectorTest/4.AssignRangeTest 1393s [ OK ] SmallVectorTest/4.AssignRangeTest (0 ms) 1393s [ RUN ] SmallVectorTest/4.AssignNonIterTest 1393s [ OK ] SmallVectorTest/4.AssignNonIterTest (0 ms) 1393s [ RUN ] SmallVectorTest/4.AssignSmallVector 1393s [ OK ] SmallVectorTest/4.AssignSmallVector (0 ms) 1393s [ RUN ] SmallVectorTest/4.MoveAssignTest 1393s [ OK ] SmallVectorTest/4.MoveAssignTest (0 ms) 1393s [ RUN ] SmallVectorTest/4.EraseTest 1393s [ OK ] SmallVectorTest/4.EraseTest (0 ms) 1393s [ RUN ] SmallVectorTest/4.EraseRangeTest 1393s [ OK ] SmallVectorTest/4.EraseRangeTest (0 ms) 1393s [ RUN ] SmallVectorTest/4.InsertTest 1393s [ OK ] SmallVectorTest/4.InsertTest (0 ms) 1393s [ RUN ] SmallVectorTest/4.InsertCopy 1393s [ OK ] SmallVectorTest/4.InsertCopy (0 ms) 1393s [ RUN ] SmallVectorTest/4.InsertRepeatedTest 1393s [ OK ] SmallVectorTest/4.InsertRepeatedTest (0 ms) 1393s [ RUN ] SmallVectorTest/4.InsertRepeatedNonIterTest 1393s [ OK ] SmallVectorTest/4.InsertRepeatedNonIterTest (0 ms) 1393s [ RUN ] SmallVectorTest/4.InsertRepeatedAtEndTest 1393s [ OK ] SmallVectorTest/4.InsertRepeatedAtEndTest (0 ms) 1393s [ RUN ] SmallVectorTest/4.InsertRepeatedEmptyTest 1393s [ OK ] SmallVectorTest/4.InsertRepeatedEmptyTest (0 ms) 1393s [ RUN ] SmallVectorTest/4.InsertRangeTest 1393s [ OK ] SmallVectorTest/4.InsertRangeTest (0 ms) 1393s [ RUN ] SmallVectorTest/4.InsertRangeAtEndTest 1393s [ OK ] SmallVectorTest/4.InsertRangeAtEndTest (0 ms) 1393s [ RUN ] SmallVectorTest/4.InsertEmptyRangeTest 1393s [ OK ] SmallVectorTest/4.InsertEmptyRangeTest (0 ms) 1393s [ RUN ] SmallVectorTest/4.ComparisonTest 1393s [ OK ] SmallVectorTest/4.ComparisonTest (0 ms) 1393s [ RUN ] SmallVectorTest/4.ConstVectorTest 1393s [ OK ] SmallVectorTest/4.ConstVectorTest (0 ms) 1393s [ RUN ] SmallVectorTest/4.DirectVectorTest 1393s [ OK ] SmallVectorTest/4.DirectVectorTest (0 ms) 1393s [ RUN ] SmallVectorTest/4.IteratorTest 1393s [ OK ] SmallVectorTest/4.IteratorTest (0 ms) 1393s [----------] 37 tests from SmallVectorTest/4 (0 ms total) 1393s 1393s [----------] 5 tests from SmallVectorTest 1393s [ RUN ] SmallVectorTest.ResizeForOverwrite 1393s [ OK ] SmallVectorTest.ResizeForOverwrite (0 ms) 1393s [ RUN ] SmallVectorTest.MidInsert 1393s [ OK ] SmallVectorTest.MidInsert (0 ms) 1393s [ RUN ] SmallVectorTest.EmplaceBack 1393s [ OK ] SmallVectorTest.EmplaceBack (0 ms) 1393s [ RUN ] SmallVectorTest.DefaultInlinedElements 1393s [ OK ] SmallVectorTest.DefaultInlinedElements (0 ms) 1393s [ RUN ] SmallVectorTest.InitializerList 1393s [ OK ] SmallVectorTest.InitializerList (0 ms) 1393s [----------] 5 tests from SmallVectorTest (0 ms total) 1393s 1393s [----------] 1 test from DualSmallVectorsTest/0, where TypeParam = std::pair,c10::SmallVector<(anonymous namespace)::Constructable,4u> > 1393s [ RUN ] DualSmallVectorsTest/0.MoveAssignment 1393s [ OK ] DualSmallVectorsTest/0.MoveAssignment (0 ms) 1393s [----------] 1 test from DualSmallVectorsTest/0 (0 ms total) 1393s 1393s [----------] 1 test from DualSmallVectorsTest/1, where TypeParam = std::pair,c10::SmallVector<(anonymous namespace)::Constructable,2u> > 1393s [ RUN ] DualSmallVectorsTest/1.MoveAssignment 1393s [ OK ] DualSmallVectorsTest/1.MoveAssignment (0 ms) 1393s [----------] 1 test from DualSmallVectorsTest/1 (0 ms total) 1393s 1393s [----------] 1 test from DualSmallVectorsTest/2, where TypeParam = std::pair,c10::SmallVector<(anonymous namespace)::Constructable,4u> > 1393s [ RUN ] DualSmallVectorsTest/2.MoveAssignment 1393s [ OK ] DualSmallVectorsTest/2.MoveAssignment (0 ms) 1393s [----------] 1 test from DualSmallVectorsTest/2 (0 ms total) 1393s 1393s [----------] 1 test from DualSmallVectorsTest/3, where TypeParam = std::pair,c10::SmallVector<(anonymous namespace)::Constructable,2u> > 1393s [ RUN ] DualSmallVectorsTest/3.MoveAssignment 1393s [ OK ] DualSmallVectorsTest/3.MoveAssignment (0 ms) 1393s [----------] 1 test from DualSmallVectorsTest/3 (0 ms total) 1393s 1393s [----------] 1 test from SmallVectorCustomTest 1393s [ RUN ] SmallVectorCustomTest.NoAssignTest 1393s [ OK ] SmallVectorCustomTest.NoAssignTest (0 ms) 1393s [----------] 1 test from SmallVectorCustomTest (0 ms total) 1393s 1393s [----------] 12 tests from SmallVectorReferenceInvalidationTest/0, where TypeParam = c10::SmallVector 1393s [ RUN ] SmallVectorReferenceInvalidationTest/0.PushBack 1393s [ OK ] SmallVectorReferenceInvalidationTest/0.PushBack (0 ms) 1393s [ RUN ] SmallVectorReferenceInvalidationTest/0.PushBackMoved 1393s [ OK ] SmallVectorReferenceInvalidationTest/0.PushBackMoved (0 ms) 1393s [ RUN ] SmallVectorReferenceInvalidationTest/0.Resize 1393s [ OK ] SmallVectorReferenceInvalidationTest/0.Resize (0 ms) 1393s [ RUN ] SmallVectorReferenceInvalidationTest/0.Append 1393s [ OK ] SmallVectorReferenceInvalidationTest/0.Append (0 ms) 1393s [ RUN ] SmallVectorReferenceInvalidationTest/0.AppendRange 1393s [ OK ] SmallVectorReferenceInvalidationTest/0.AppendRange (0 ms) 1393s [ RUN ] SmallVectorReferenceInvalidationTest/0.Assign 1393s [ OK ] SmallVectorReferenceInvalidationTest/0.Assign (0 ms) 1393s [ RUN ] SmallVectorReferenceInvalidationTest/0.AssignRange 1393s [ OK ] SmallVectorReferenceInvalidationTest/0.AssignRange (0 ms) 1393s [ RUN ] SmallVectorReferenceInvalidationTest/0.Insert 1393s [ OK ] SmallVectorReferenceInvalidationTest/0.Insert (0 ms) 1393s [ RUN ] SmallVectorReferenceInvalidationTest/0.InsertMoved 1393s [ OK ] SmallVectorReferenceInvalidationTest/0.InsertMoved (0 ms) 1393s [ RUN ] SmallVectorReferenceInvalidationTest/0.InsertN 1393s [ OK ] SmallVectorReferenceInvalidationTest/0.InsertN (0 ms) 1393s [ RUN ] SmallVectorReferenceInvalidationTest/0.InsertRange 1393s [ OK ] SmallVectorReferenceInvalidationTest/0.InsertRange (0 ms) 1393s [ RUN ] SmallVectorReferenceInvalidationTest/0.EmplaceBack 1393s [ OK ] SmallVectorReferenceInvalidationTest/0.EmplaceBack (0 ms) 1393s [----------] 12 tests from SmallVectorReferenceInvalidationTest/0 (0 ms total) 1393s 1393s [----------] 12 tests from SmallVectorReferenceInvalidationTest/1, where TypeParam = c10::SmallVector<(anonymous namespace)::Constructable,3u> 1393s [ RUN ] SmallVectorReferenceInvalidationTest/1.PushBack 1393s [ OK ] SmallVectorReferenceInvalidationTest/1.PushBack (0 ms) 1393s [ RUN ] SmallVectorReferenceInvalidationTest/1.PushBackMoved 1393s [ OK ] SmallVectorReferenceInvalidationTest/1.PushBackMoved (0 ms) 1393s [ RUN ] SmallVectorReferenceInvalidationTest/1.Resize 1393s [ OK ] SmallVectorReferenceInvalidationTest/1.Resize (0 ms) 1393s [ RUN ] SmallVectorReferenceInvalidationTest/1.Append 1393s [ OK ] SmallVectorReferenceInvalidationTest/1.Append (0 ms) 1393s [ RUN ] SmallVectorReferenceInvalidationTest/1.AppendRange 1393s [ OK ] SmallVectorReferenceInvalidationTest/1.AppendRange (0 ms) 1393s [ RUN ] SmallVectorReferenceInvalidationTest/1.Assign 1393s [ OK ] SmallVectorReferenceInvalidationTest/1.Assign (0 ms) 1393s [ RUN ] SmallVectorReferenceInvalidationTest/1.AssignRange 1393s [ OK ] SmallVectorReferenceInvalidationTest/1.AssignRange (0 ms) 1393s [ RUN ] SmallVectorReferenceInvalidationTest/1.Insert 1393s [ OK ] SmallVectorReferenceInvalidationTest/1.Insert (0 ms) 1393s [ RUN ] SmallVectorReferenceInvalidationTest/1.InsertMoved 1393s [ OK ] SmallVectorReferenceInvalidationTest/1.InsertMoved (0 ms) 1393s [ RUN ] SmallVectorReferenceInvalidationTest/1.InsertN 1393s [ OK ] SmallVectorReferenceInvalidationTest/1.InsertN (0 ms) 1393s [ RUN ] SmallVectorReferenceInvalidationTest/1.InsertRange 1393s [ OK ] SmallVectorReferenceInvalidationTest/1.InsertRange (0 ms) 1393s [ RUN ] SmallVectorReferenceInvalidationTest/1.EmplaceBack 1393s [ OK ] SmallVectorReferenceInvalidationTest/1.EmplaceBack (0 ms) 1393s [----------] 12 tests from SmallVectorReferenceInvalidationTest/1 (0 ms total) 1393s 1393s [----------] 1 test from SmallVectorInternalReferenceInvalidationTest/0, where TypeParam = c10::SmallVector,3u> 1393s [ RUN ] SmallVectorInternalReferenceInvalidationTest/0.EmplaceBack 1393s [ OK ] SmallVectorInternalReferenceInvalidationTest/0.EmplaceBack (0 ms) 1393s [----------] 1 test from SmallVectorInternalReferenceInvalidationTest/0 (0 ms total) 1393s 1393s [----------] 1 test from SmallVectorInternalReferenceInvalidationTest/1, where TypeParam = c10::SmallVector,3u> 1393s [ RUN ] SmallVectorInternalReferenceInvalidationTest/1.EmplaceBack 1393s [ OK ] SmallVectorInternalReferenceInvalidationTest/1.EmplaceBack (0 ms) 1393s [----------] 1 test from SmallVectorInternalReferenceInvalidationTest/1 (0 ms total) 1393s 1393s [----------] Global test environment tear-down 1393s [==========] 221 tests from 15 test suites ran. (0 ms total) 1393s [ PASSED ] 221 tests. 1393s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1393s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1393s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1393s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1393s autopkgtest: DBG: testbed command exited with code 0 1394s autopkgtest [01:32:41]: test 54_of_104__cpptest__c10_small_vector_test: -----------------------] 1394s autopkgtest: DBG: testbed executing test finished with exit status 0 1394s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/54_of_104__cpptest__c10_small_vector_test-stdout /tmp/autopkgtest-work.g4f853zl/out/54_of_104__cpptest__c10_small_vector_test-stdout 1394s autopkgtest: DBG: got reply from testbed: ok 1394s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/54_of_104__cpptest__c10_small_vector_test-stderr /tmp/autopkgtest-work.g4f853zl/out/54_of_104__cpptest__c10_small_vector_test-stderr 1394s autopkgtest: DBG: got reply from testbed: ok 1394s 54_of_104__cpptest__c10_small_vector_test PASS 1394s autopkgtest [01:32:41]: test 54_of_104__cpptest__c10_small_vector_test: - - - - - - - - - - results - - - - - - - - - - 1394s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/54_of_104__cpptest__c10_small_vector_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1394s autopkgtest: DBG: got reply from testbed: ok 1394s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/54_of_104__cpptest__c10_small_vector_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1394s autopkgtest: DBG: testbed command exited with code 0 1394s autopkgtest [01:32:41]: test 55_of_104__cpptest__c10_ssize_test: preparing testbed 1394s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1394s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1394s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1394s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1394s autopkgtest: DBG: can use apt-get on testbed: True 1394s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1395s Reading package lists... 1395s Building dependency tree... 1395s Reading state information... 1395s Starting pkgProblemResolver with broken count: 0 1395s Starting 2 pkgProblemResolver with broken count: 0 1395s Done 1395s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1395s autopkgtest: DBG: testbed command exited with code 0 1395s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1395s autopkgtest: DBG: testbed command exited with code 0 1395s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1396s autopkgtest: DBG: testbed command exited with code 0 1396s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/55_of_104__cpptest__c10_ssize_test-packages.all"], kind short, sout raw, serr pipe, env [] 1396s autopkgtest: DBG: testbed command exited with code 0 1396s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/55_of_104__cpptest__c10_ssize_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/55_of_104__cpptest__c10_ssize_test-packages.all 1396s autopkgtest: DBG: got reply from testbed: ok 1396s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1396s autopkgtest: DBG: testbed command exited with code 0 1396s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1396s autopkgtest [01:32:43]: test 55_of_104__cpptest__c10_ssize_test: /usr/lib/libtorch-test/c10_ssize_test 1396s autopkgtest [01:32:43]: test 55_of_104__cpptest__c10_ssize_test: [----------------------- 1396s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/55_of_104__cpptest__c10_ssize_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/55_of_104__cpptest__c10_ssize_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/55_of_104__cpptest__c10_ssize_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_ssize_test"], kind test, sout raw, serr raw, env [] 1396s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/55_of_104__cpptest__c10_ssize_test-artifacts 1396s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1396s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1396s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1396s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1396s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1396s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1396s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1396s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1396s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1396s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1396s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1396s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1396s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1396s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1396s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1396s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1396s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1396s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1396s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1396s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1396s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1396s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1396s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/55_of_104__cpptest__c10_ssize_test-stderr 1396s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/55_of_104__cpptest__c10_ssize_test-stdout 1396s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1396s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1396s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_ssize_test 1396s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.PNb7SF7f36/out to stdout and file: /tmp/autopkgtest.PBRVfE/55_of_104__cpptest__c10_ssize_test-stdout 1396s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.PNb7SF7f36/err to standard error and file: /tmp/autopkgtest.PBRVfE/55_of_104__cpptest__c10_ssize_test-stdout 1396s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 10118 to /tmp/autopkgtest_script_pid 1396s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1396s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1396s [==========] Running 4 tests from 1 test suite. 1396s [----------] Global test environment set-up. 1396s [----------] 4 tests from ssizeTest 1396s [ RUN ] ssizeTest.size_t 1396s [ OK ] ssizeTest.size_t (0 ms) 1396s [ RUN ] ssizeTest.size_t_overflow 1396s ./c10/test/util/ssize_test.cpp:33: Skipped 1396s Only valid if assert is enabled. 1396s 1396s 1396s [ SKIPPED ] ssizeTest.size_t_overflow (0 ms) 1396s [ RUN ] ssizeTest.small_container_promotes_to_ptrdiff_t 1396s [ OK ] ssizeTest.small_container_promotes_to_ptrdiff_t (0 ms) 1396s [ RUN ] ssizeTest.promotes_to_64_bit_on_32_bit_platform 1396s ./c10/test/util/ssize_test.cpp:50: Skipped 1396s Only valid in 64-bits. 1396s 1396s 1396s [ SKIPPED ] ssizeTest.promotes_to_64_bit_on_32_bit_platform (0 ms) 1396s [----------] 4 tests from ssizeTest (0 ms total) 1396s 1396s [----------] Global test environment tear-down 1396s [==========] 4 tests from 1 test suite ran. (0 ms total) 1396s [ PASSED ] 2 tests. 1396s [ SKIPPED ] 2 tests, listed below: 1396s [ SKIPPED ] ssizeTest.size_t_overflow 1396s [ SKIPPED ] ssizeTest.promotes_to_64_bit_on_32_bit_platform 1396s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1396s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1396s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1396s autopkgtest: DBG: testbed command exited with code 0 1396s autopkgtest [01:32:43]: test 55_of_104__cpptest__c10_ssize_test: -----------------------] 1396s autopkgtest: DBG: testbed executing test finished with exit status 0 1396s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/55_of_104__cpptest__c10_ssize_test-stdout /tmp/autopkgtest-work.g4f853zl/out/55_of_104__cpptest__c10_ssize_test-stdout 1397s autopkgtest: DBG: got reply from testbed: ok 1397s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/55_of_104__cpptest__c10_ssize_test-stderr /tmp/autopkgtest-work.g4f853zl/out/55_of_104__cpptest__c10_ssize_test-stderr 1397s autopkgtest: DBG: got reply from testbed: ok 1397s autopkgtest [01:32:44]: test 55_of_104__cpptest__c10_ssize_test: - - - - - - - - - - results - - - - - - - - - - 1397s 55_of_104__cpptest__c10_ssize_test PASS 1397s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/55_of_104__cpptest__c10_ssize_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1397s autopkgtest: DBG: got reply from testbed: ok 1397s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/55_of_104__cpptest__c10_ssize_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1397s autopkgtest: DBG: testbed command exited with code 0 1397s autopkgtest [01:32:44]: test 56_of_104__cpptest__c10_string_util_test: preparing testbed 1397s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1397s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1397s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1397s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1397s autopkgtest: DBG: can use apt-get on testbed: True 1397s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1397s Reading package lists... 1398s Building dependency tree... 1398s Reading state information... 1398s Starting pkgProblemResolver with broken count: 0 1398s Starting 2 pkgProblemResolver with broken count: 0 1398s Done 1398s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1398s autopkgtest: DBG: testbed command exited with code 0 1398s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1398s autopkgtest: DBG: testbed command exited with code 0 1398s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1398s autopkgtest: DBG: testbed command exited with code 0 1398s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/56_of_104__cpptest__c10_string_util_test-packages.all"], kind short, sout raw, serr pipe, env [] 1398s autopkgtest: DBG: testbed command exited with code 0 1398s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/56_of_104__cpptest__c10_string_util_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/56_of_104__cpptest__c10_string_util_test-packages.all 1399s autopkgtest: DBG: got reply from testbed: ok 1399s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1399s autopkgtest: DBG: testbed command exited with code 0 1399s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1399s autopkgtest [01:32:46]: test 56_of_104__cpptest__c10_string_util_test: /usr/lib/libtorch-test/c10_string_util_test 1399s autopkgtest [01:32:46]: test 56_of_104__cpptest__c10_string_util_test: [----------------------- 1399s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/56_of_104__cpptest__c10_string_util_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/56_of_104__cpptest__c10_string_util_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/56_of_104__cpptest__c10_string_util_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_string_util_test"], kind test, sout raw, serr raw, env [] 1399s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/56_of_104__cpptest__c10_string_util_test-artifacts 1399s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1399s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1399s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1399s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1399s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1399s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1399s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1399s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1399s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1399s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1399s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1399s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1399s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1399s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1399s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1399s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1399s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1399s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1399s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1399s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1399s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1399s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1399s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/56_of_104__cpptest__c10_string_util_test-stderr 1399s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/56_of_104__cpptest__c10_string_util_test-stdout 1399s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1399s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1399s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_string_util_test 1399s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.TUDbSwGdLU/out to stdout and file: /tmp/autopkgtest.PBRVfE/56_of_104__cpptest__c10_string_util_test-stdout 1399s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.TUDbSwGdLU/err to standard error and file: /tmp/autopkgtest.PBRVfE/56_of_104__cpptest__c10_string_util_test-stdout 1399s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 10271 to /tmp/autopkgtest_script_pid 1399s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1399s [==========] Running 5 tests from 1 test suite. 1399s [----------] Global test environment set-up. 1399s [----------] 5 tests from StringUtilTest 1399s [ RUN ] StringUtilTest.testStrNarrowSingle 1399s [ OK ] StringUtilTest.testStrNarrowSingle (0 ms) 1399s [ RUN ] StringUtilTest.testStrWideSingle 1399s [ OK ] StringUtilTest.testStrWideSingle (0 ms) 1399s [ RUN ] StringUtilTest.testStrWideSingleMultibyte 1399s [ OK ] StringUtilTest.testStrWideSingleMultibyte (0 ms) 1399s [ RUN ] StringUtilTest.testStrWideEmpty 1399s [ OK ] StringUtilTest.testStrWideEmpty (0 ms) 1399s [ RUN ] StringUtilTest.testStrMulti 1399s [ OK ] StringUtilTest.testStrMulti (0 ms) 1399s [----------] 5 tests from StringUtilTest (0 ms total) 1399s 1399s [----------] Global test environment tear-down 1399s [==========] 5 tests from 1 test suite ran. (0 ms total) 1399s [ PASSED ] 5 tests. 1399s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1399s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1399s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1399s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1399s autopkgtest: DBG: testbed command exited with code 0 1399s autopkgtest [01:32:46]: test 56_of_104__cpptest__c10_string_util_test: -----------------------] 1399s autopkgtest: DBG: testbed executing test finished with exit status 0 1399s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/56_of_104__cpptest__c10_string_util_test-stdout /tmp/autopkgtest-work.g4f853zl/out/56_of_104__cpptest__c10_string_util_test-stdout 1399s autopkgtest: DBG: got reply from testbed: ok 1399s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/56_of_104__cpptest__c10_string_util_test-stderr /tmp/autopkgtest-work.g4f853zl/out/56_of_104__cpptest__c10_string_util_test-stderr 1400s autopkgtest: DBG: got reply from testbed: ok 1400s autopkgtest [01:32:47]: test 56_of_104__cpptest__c10_string_util_test: - - - - - - - - - - results - - - - - - - - - - 1400s 56_of_104__cpptest__c10_string_util_test PASS 1400s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/56_of_104__cpptest__c10_string_util_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1400s autopkgtest: DBG: got reply from testbed: ok 1400s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/56_of_104__cpptest__c10_string_util_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1400s autopkgtest: DBG: testbed command exited with code 0 1400s autopkgtest [01:32:47]: test 57_of_104__cpptest__c10_string_view_test: preparing testbed 1400s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1400s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1400s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1400s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1400s autopkgtest: DBG: can use apt-get on testbed: True 1400s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1400s Reading package lists... 1400s Building dependency tree... 1400s Reading state information... 1400s Starting pkgProblemResolver with broken count: 0 1400s Starting 2 pkgProblemResolver with broken count: 0 1400s Done 1401s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1401s autopkgtest: DBG: testbed command exited with code 0 1401s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1401s autopkgtest: DBG: testbed command exited with code 0 1401s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1401s autopkgtest: DBG: testbed command exited with code 0 1401s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/57_of_104__cpptest__c10_string_view_test-packages.all"], kind short, sout raw, serr pipe, env [] 1401s autopkgtest: DBG: testbed command exited with code 0 1401s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/57_of_104__cpptest__c10_string_view_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/57_of_104__cpptest__c10_string_view_test-packages.all 1401s autopkgtest: DBG: got reply from testbed: ok 1401s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1401s autopkgtest: DBG: testbed command exited with code 0 1401s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1401s autopkgtest [01:32:48]: test 57_of_104__cpptest__c10_string_view_test: /usr/lib/libtorch-test/c10_string_view_test 1401s autopkgtest [01:32:48]: test 57_of_104__cpptest__c10_string_view_test: [----------------------- 1401s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/57_of_104__cpptest__c10_string_view_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/57_of_104__cpptest__c10_string_view_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/57_of_104__cpptest__c10_string_view_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_string_view_test"], kind test, sout raw, serr raw, env [] 1402s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/57_of_104__cpptest__c10_string_view_test-artifacts 1402s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1402s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1402s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1402s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1402s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1402s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1402s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1402s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1402s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1402s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1402s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1402s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1402s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1402s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1402s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1402s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1402s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1402s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1402s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1402s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1402s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1402s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1402s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/57_of_104__cpptest__c10_string_view_test-stderr 1402s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/57_of_104__cpptest__c10_string_view_test-stdout 1402s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1402s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1402s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_string_view_test 1402s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.A4TjUW8Q1p/out to stdout and file: /tmp/autopkgtest.PBRVfE/57_of_104__cpptest__c10_string_view_test-stdout 1402s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.A4TjUW8Q1p/err to standard error and file: /tmp/autopkgtest.PBRVfE/57_of_104__cpptest__c10_string_view_test-stdout 1402s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 10424 to /tmp/autopkgtest_script_pid 1402s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1402s [==========] Running 20 tests from 1 test suite. 1402s [----------] Global test environment set-up. 1402s [----------] 20 tests from StringViewTest 1402s [ RUN ] StringViewTest.testStringConstructor 1402s [ OK ] StringViewTest.testStringConstructor (0 ms) 1402s [ RUN ] StringViewTest.testStringViewConstructor 1402s [ OK ] StringViewTest.testStringViewConstructor (0 ms) 1402s [ RUN ] StringViewTest.testConversionToString 1402s [ OK ] StringViewTest.testConversionToString (0 ms) 1402s [ RUN ] StringViewTest.testConversionToStringView 1402s [ OK ] StringViewTest.testConversionToStringView (0 ms) 1402s [ RUN ] StringViewTest.testCopyAssignment 1402s [ OK ] StringViewTest.testCopyAssignment (0 ms) 1402s [ RUN ] StringViewTest.whenCallingAccessOperatorOutOfRange_thenThrows 1402s [ OK ] StringViewTest.whenCallingAccessOperatorOutOfRange_thenThrows (0 ms) 1402s [ RUN ] StringViewTest.whenRemovingValidPrefix_thenWorks 1402s [ OK ] StringViewTest.whenRemovingValidPrefix_thenWorks (0 ms) 1402s [ RUN ] StringViewTest.whenRemovingTooLargePrefix_thenThrows 1402s [ OK ] StringViewTest.whenRemovingTooLargePrefix_thenThrows (0 ms) 1402s [ RUN ] StringViewTest.whenRemovingValidSuffix_thenWorks 1402s [ OK ] StringViewTest.whenRemovingValidSuffix_thenWorks (0 ms) 1402s [ RUN ] StringViewTest.whenRemovingTooLargeSuffix_thenThrows 1402s [ OK ] StringViewTest.whenRemovingTooLargeSuffix_thenThrows (0 ms) 1402s [ RUN ] StringViewTest.testSwapFunction 1402s [ OK ] StringViewTest.testSwapFunction (0 ms) 1402s [ RUN ] StringViewTest.testSwapMethod 1402s [ OK ] StringViewTest.testSwapMethod (0 ms) 1402s [ RUN ] StringViewTest.whenCopyingFullStringView_thenDestinationHasCorrectData 1402s [ OK ] StringViewTest.whenCopyingFullStringView_thenDestinationHasCorrectData (0 ms) 1402s [ RUN ] StringViewTest.whenCopyingSubstr_thenDestinationHasCorrectData 1402s [ OK ] StringViewTest.whenCopyingSubstr_thenDestinationHasCorrectData (0 ms) 1402s [ RUN ] StringViewTest.whenCopyingTooMuch_thenJustCopiesLess 1402s [ OK ] StringViewTest.whenCopyingTooMuch_thenJustCopiesLess (0 ms) 1402s [ RUN ] StringViewTest.whenCopyingJustAtRange_thenDoesntCrash 1402s [ OK ] StringViewTest.whenCopyingJustAtRange_thenDoesntCrash (0 ms) 1402s [ RUN ] StringViewTest.whenCopyingOutOfRange_thenThrows 1402s [ OK ] StringViewTest.whenCopyingOutOfRange_thenThrows (0 ms) 1402s [ RUN ] StringViewTest.whenCallingSubstrWithPosOutOfRange_thenThrows 1402s [ OK ] StringViewTest.whenCallingSubstrWithPosOutOfRange_thenThrows (0 ms) 1402s [ RUN ] StringViewTest.testOutputOperator 1402s [ OK ] StringViewTest.testOutputOperator (0 ms) 1402s [ RUN ] StringViewTest.testHash 1402s [ OK ] StringViewTest.testHash (0 ms) 1402s [----------] 20 tests from StringViewTest (0 ms total) 1402s 1402s [----------] Global test environment tear-down 1402s [==========] 20 tests from 1 test suite ran. (0 ms total) 1402s [ PASSED ] 20 tests. 1402s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1402s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1402s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1402s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1402s autopkgtest: DBG: testbed command exited with code 0 1402s autopkgtest [01:32:49]: test 57_of_104__cpptest__c10_string_view_test: -----------------------] 1402s autopkgtest: DBG: testbed executing test finished with exit status 0 1402s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/57_of_104__cpptest__c10_string_view_test-stdout /tmp/autopkgtest-work.g4f853zl/out/57_of_104__cpptest__c10_string_view_test-stdout 1402s autopkgtest: DBG: got reply from testbed: ok 1402s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/57_of_104__cpptest__c10_string_view_test-stderr /tmp/autopkgtest-work.g4f853zl/out/57_of_104__cpptest__c10_string_view_test-stderr 1402s autopkgtest: DBG: got reply from testbed: ok 1402s autopkgtest [01:32:49]: test 57_of_104__cpptest__c10_string_view_test: - - - - - - - - - - results - - - - - - - - - - 1402s 57_of_104__cpptest__c10_string_view_test PASS 1402s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/57_of_104__cpptest__c10_string_view_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1403s autopkgtest: DBG: got reply from testbed: ok 1403s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/57_of_104__cpptest__c10_string_view_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1403s autopkgtest: DBG: testbed command exited with code 0 1403s autopkgtest [01:32:50]: test 58_of_104__cpptest__c10_tempfile_test: preparing testbed 1403s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1403s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1403s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1403s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1403s autopkgtest: DBG: can use apt-get on testbed: True 1403s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1403s Reading package lists... 1403s Building dependency tree... 1403s Reading state information... 1403s Starting pkgProblemResolver with broken count: 0 1403s Starting 2 pkgProblemResolver with broken count: 0 1403s Done 1403s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1403s autopkgtest: DBG: testbed command exited with code 0 1403s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1404s autopkgtest: DBG: testbed command exited with code 0 1404s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1404s autopkgtest: DBG: testbed command exited with code 0 1404s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/58_of_104__cpptest__c10_tempfile_test-packages.all"], kind short, sout raw, serr pipe, env [] 1404s autopkgtest: DBG: testbed command exited with code 0 1404s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/58_of_104__cpptest__c10_tempfile_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/58_of_104__cpptest__c10_tempfile_test-packages.all 1404s autopkgtest: DBG: got reply from testbed: ok 1404s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1404s autopkgtest: DBG: testbed command exited with code 0 1404s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1404s autopkgtest [01:32:51]: test 58_of_104__cpptest__c10_tempfile_test: /usr/lib/libtorch-test/c10_tempfile_test 1404s autopkgtest [01:32:51]: test 58_of_104__cpptest__c10_tempfile_test: [----------------------- 1404s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/58_of_104__cpptest__c10_tempfile_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/58_of_104__cpptest__c10_tempfile_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/58_of_104__cpptest__c10_tempfile_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_tempfile_test"], kind test, sout raw, serr raw, env [] 1404s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/58_of_104__cpptest__c10_tempfile_test-artifacts 1404s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1404s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1404s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1404s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1404s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1404s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1404s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1404s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1404s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1404s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1404s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1404s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1404s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1404s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1404s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1404s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1404s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1404s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1404s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1404s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1404s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1404s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1404s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/58_of_104__cpptest__c10_tempfile_test-stderr 1404s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/58_of_104__cpptest__c10_tempfile_test-stdout 1404s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1404s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1404s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_tempfile_test 1404s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.tmRZ2qDHfW/out to stdout and file: /tmp/autopkgtest.PBRVfE/58_of_104__cpptest__c10_tempfile_test-stdout 1404s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.tmRZ2qDHfW/err to standard error and file: /tmp/autopkgtest.PBRVfE/58_of_104__cpptest__c10_tempfile_test-stdout 1404s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 10577 to /tmp/autopkgtest_script_pid 1404s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1404s [==========] Running 2 tests from 2 test suites. 1404s [----------] Global test environment set-up. 1404s [----------] 1 test from TempFileTest 1404s [ RUN ] TempFileTest.MatchesExpectedPattern 1404s [ OK ] TempFileTest.MatchesExpectedPattern (0 ms) 1404s [----------] 1 test from TempFileTest (0 ms total) 1404s 1404s [----------] 1 test from TempDirTest 1404s [ RUN ] TempDirTest.tryMakeTempdir 1404s [ OK ] TempDirTest.tryMakeTempdir (0 ms) 1404s [----------] 1 test from TempDirTest (0 ms total) 1404s 1404s [----------] Global test environment tear-down 1404s [==========] 2 tests from 2 test suites ran. (0 ms total) 1404s [ PASSED ] 2 tests. 1404s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1404s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1404s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1404s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1404s autopkgtest: DBG: testbed command exited with code 0 1405s autopkgtest [01:32:52]: test 58_of_104__cpptest__c10_tempfile_test: -----------------------] 1405s autopkgtest: DBG: testbed executing test finished with exit status 0 1405s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/58_of_104__cpptest__c10_tempfile_test-stdout /tmp/autopkgtest-work.g4f853zl/out/58_of_104__cpptest__c10_tempfile_test-stdout 1405s autopkgtest: DBG: got reply from testbed: ok 1405s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/58_of_104__cpptest__c10_tempfile_test-stderr /tmp/autopkgtest-work.g4f853zl/out/58_of_104__cpptest__c10_tempfile_test-stderr 1405s autopkgtest: DBG: got reply from testbed: ok 1405s 58_of_104__cpptest__c10_tempfile_test PASS 1405s autopkgtest [01:32:52]: test 58_of_104__cpptest__c10_tempfile_test: - - - - - - - - - - results - - - - - - - - - - 1405s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/58_of_104__cpptest__c10_tempfile_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1405s autopkgtest: DBG: got reply from testbed: ok 1405s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/58_of_104__cpptest__c10_tempfile_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1405s autopkgtest: DBG: testbed command exited with code 0 1405s autopkgtest [01:32:52]: test 59_of_104__cpptest__c10_typeid_test: preparing testbed 1405s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1405s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1405s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1405s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1405s autopkgtest: DBG: can use apt-get on testbed: True 1405s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1406s Reading package lists... 1406s Building dependency tree... 1406s Reading state information... 1406s Starting pkgProblemResolver with broken count: 0 1406s Starting 2 pkgProblemResolver with broken count: 0 1406s Done 1406s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1406s autopkgtest: DBG: testbed command exited with code 0 1406s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1406s autopkgtest: DBG: testbed command exited with code 0 1406s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1406s autopkgtest: DBG: testbed command exited with code 0 1406s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/59_of_104__cpptest__c10_typeid_test-packages.all"], kind short, sout raw, serr pipe, env [] 1407s autopkgtest: DBG: testbed command exited with code 0 1407s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/59_of_104__cpptest__c10_typeid_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/59_of_104__cpptest__c10_typeid_test-packages.all 1407s autopkgtest: DBG: got reply from testbed: ok 1407s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1407s autopkgtest: DBG: testbed command exited with code 0 1407s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1407s autopkgtest [01:32:54]: test 59_of_104__cpptest__c10_typeid_test: /usr/lib/libtorch-test/c10_typeid_test 1407s autopkgtest [01:32:54]: test 59_of_104__cpptest__c10_typeid_test: [----------------------- 1407s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/59_of_104__cpptest__c10_typeid_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/59_of_104__cpptest__c10_typeid_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/59_of_104__cpptest__c10_typeid_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/c10_typeid_test"], kind test, sout raw, serr raw, env [] 1407s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/59_of_104__cpptest__c10_typeid_test-artifacts 1407s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1407s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1407s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1407s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1407s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1407s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1407s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1407s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1407s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1407s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1407s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1407s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1407s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1407s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1407s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1407s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1407s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1407s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1407s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1407s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1407s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1407s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1407s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/59_of_104__cpptest__c10_typeid_test-stderr 1407s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/59_of_104__cpptest__c10_typeid_test-stdout 1407s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1407s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1407s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/c10_typeid_test 1407s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.zJmdrTy3UB/out to stdout and file: /tmp/autopkgtest.PBRVfE/59_of_104__cpptest__c10_typeid_test-stdout 1407s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.zJmdrTy3UB/err to standard error and file: /tmp/autopkgtest.PBRVfE/59_of_104__cpptest__c10_typeid_test-stdout 1407s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 10730 to /tmp/autopkgtest_script_pid 1407s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1407s [==========] Running 5 tests from 1 test suite. 1407s [----------] Global test environment set-up. 1407s [----------] 5 tests from TypeMetaTest 1407s [ RUN ] TypeMetaTest.TypeMetaStatic 1407s [ OK ] TypeMetaTest.TypeMetaStatic (0 ms) 1407s [ RUN ] TypeMetaTest.Names 1407s [ OK ] TypeMetaTest.Names (0 ms) 1407s [ RUN ] TypeMetaTest.TypeMeta 1407s [ OK ] TypeMetaTest.TypeMeta (0 ms) 1407s [ RUN ] TypeMetaTest.CtorDtorAndCopy 1407s [ OK ] TypeMetaTest.CtorDtorAndCopy (0 ms) 1407s [ RUN ] TypeMetaTest.Float16IsNotUint16 1407s [ OK ] TypeMetaTest.Float16IsNotUint16 (0 ms) 1407s [----------] 5 tests from TypeMetaTest (0 ms total) 1407s 1407s [----------] Global test environment tear-down 1407s [==========] 5 tests from 1 test suite ran. (0 ms total) 1407s [ PASSED ] 5 tests. 1407s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1407s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1407s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1407s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1407s autopkgtest: DBG: testbed command exited with code 0 1407s autopkgtest [01:32:54]: test 59_of_104__cpptest__c10_typeid_test: -----------------------] 1407s autopkgtest: DBG: testbed executing test finished with exit status 0 1407s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/59_of_104__cpptest__c10_typeid_test-stdout /tmp/autopkgtest-work.g4f853zl/out/59_of_104__cpptest__c10_typeid_test-stdout 1408s autopkgtest: DBG: got reply from testbed: ok 1408s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/59_of_104__cpptest__c10_typeid_test-stderr /tmp/autopkgtest-work.g4f853zl/out/59_of_104__cpptest__c10_typeid_test-stderr 1408s autopkgtest: DBG: got reply from testbed: ok 1408s 59_of_104__cpptest__c10_typeid_test PASS 1408s autopkgtest [01:32:55]: test 59_of_104__cpptest__c10_typeid_test: - - - - - - - - - - results - - - - - - - - - - 1408s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/59_of_104__cpptest__c10_typeid_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1408s autopkgtest: DBG: got reply from testbed: ok 1408s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/59_of_104__cpptest__c10_typeid_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1408s autopkgtest: DBG: testbed command exited with code 0 1408s autopkgtest [01:32:55]: test 60_of_104__cpptest__cpu_allocator_test: preparing testbed 1408s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1408s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1408s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1408s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1408s autopkgtest: DBG: can use apt-get on testbed: True 1408s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1408s Reading package lists... 1409s Building dependency tree... 1409s Reading state information... 1409s Starting pkgProblemResolver with broken count: 0 1409s Starting 2 pkgProblemResolver with broken count: 0 1409s Done 1409s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1409s autopkgtest: DBG: testbed command exited with code 0 1409s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1409s autopkgtest: DBG: testbed command exited with code 0 1409s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1409s autopkgtest: DBG: testbed command exited with code 0 1409s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/60_of_104__cpptest__cpu_allocator_test-packages.all"], kind short, sout raw, serr pipe, env [] 1409s autopkgtest: DBG: testbed command exited with code 0 1409s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/60_of_104__cpptest__cpu_allocator_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/60_of_104__cpptest__cpu_allocator_test-packages.all 1410s autopkgtest: DBG: got reply from testbed: ok 1410s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1410s autopkgtest: DBG: testbed command exited with code 0 1410s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1410s autopkgtest [01:32:57]: test 60_of_104__cpptest__cpu_allocator_test: /usr/lib/libtorch-test/cpu_allocator_test 1410s autopkgtest [01:32:57]: test 60_of_104__cpptest__cpu_allocator_test: [----------------------- 1410s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/60_of_104__cpptest__cpu_allocator_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/60_of_104__cpptest__cpu_allocator_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/60_of_104__cpptest__cpu_allocator_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/cpu_allocator_test"], kind test, sout raw, serr raw, env [] 1410s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/60_of_104__cpptest__cpu_allocator_test-artifacts 1410s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1410s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1410s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1410s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1410s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1410s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1410s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1410s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1410s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1410s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1410s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1410s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1410s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1410s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1410s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1410s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1410s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1410s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1410s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1410s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1410s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1410s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1410s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/60_of_104__cpptest__cpu_allocator_test-stderr 1410s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/60_of_104__cpptest__cpu_allocator_test-stdout 1410s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1410s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1410s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/cpu_allocator_test 1410s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.SACD5aCjRQ/out to stdout and file: /tmp/autopkgtest.PBRVfE/60_of_104__cpptest__cpu_allocator_test-stdout 1410s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.SACD5aCjRQ/err to standard error and file: /tmp/autopkgtest.PBRVfE/60_of_104__cpptest__cpu_allocator_test-stdout 1410s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 10883 to /tmp/autopkgtest_script_pid 1410s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1410s [==========] Running 1 test from 1 test suite. 1410s [----------] Global test environment set-up. 1410s [----------] 1 test from AllocatorTestCPU 1410s [ RUN ] AllocatorTestCPU.test_clone 1410s [ OK ] AllocatorTestCPU.test_clone (0 ms) 1410s [----------] 1 test from AllocatorTestCPU (0 ms total) 1410s 1410s [----------] Global test environment tear-down 1410s [==========] 1 test from 1 test suite ran. (0 ms total) 1410s [ PASSED ] 1 test. 1410s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1410s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1410s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1410s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1410s autopkgtest: DBG: testbed command exited with code 0 1411s autopkgtest [01:32:58]: test 60_of_104__cpptest__cpu_allocator_test: -----------------------] 1411s autopkgtest: DBG: testbed executing test finished with exit status 0 1411s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/60_of_104__cpptest__cpu_allocator_test-stdout /tmp/autopkgtest-work.g4f853zl/out/60_of_104__cpptest__cpu_allocator_test-stdout 1411s autopkgtest: DBG: got reply from testbed: ok 1411s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/60_of_104__cpptest__cpu_allocator_test-stderr /tmp/autopkgtest-work.g4f853zl/out/60_of_104__cpptest__cpu_allocator_test-stderr 1411s autopkgtest: DBG: got reply from testbed: ok 1411s autopkgtest [01:32:58]: test 60_of_104__cpptest__cpu_allocator_test: - - - - - - - - - - results - - - - - - - - - - 1411s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/60_of_104__cpptest__cpu_allocator_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1411s 60_of_104__cpptest__cpu_allocator_test PASS 1411s autopkgtest: DBG: got reply from testbed: ok 1411s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/60_of_104__cpptest__cpu_allocator_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1411s autopkgtest: DBG: testbed command exited with code 0 1411s autopkgtest [01:32:58]: test 61_of_104__cpptest__cpu_generator_test: preparing testbed 1411s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1411s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1411s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1411s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1411s autopkgtest: DBG: can use apt-get on testbed: True 1411s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1412s Reading package lists... 1412s Building dependency tree... 1412s Reading state information... 1412s Starting pkgProblemResolver with broken count: 0 1412s Starting 2 pkgProblemResolver with broken count: 0 1412s Done 1412s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1412s autopkgtest: DBG: testbed command exited with code 0 1412s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1412s autopkgtest: DBG: testbed command exited with code 0 1412s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1412s autopkgtest: DBG: testbed command exited with code 0 1412s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/61_of_104__cpptest__cpu_generator_test-packages.all"], kind short, sout raw, serr pipe, env [] 1412s autopkgtest: DBG: testbed command exited with code 0 1412s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/61_of_104__cpptest__cpu_generator_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/61_of_104__cpptest__cpu_generator_test-packages.all 1413s autopkgtest: DBG: got reply from testbed: ok 1413s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1413s autopkgtest: DBG: testbed command exited with code 0 1413s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1413s autopkgtest [01:33:00]: test 61_of_104__cpptest__cpu_generator_test: /usr/lib/libtorch-test/cpu_generator_test 1413s autopkgtest [01:33:00]: test 61_of_104__cpptest__cpu_generator_test: [----------------------- 1413s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/61_of_104__cpptest__cpu_generator_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/61_of_104__cpptest__cpu_generator_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/61_of_104__cpptest__cpu_generator_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/cpu_generator_test"], kind test, sout raw, serr raw, env [] 1413s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/61_of_104__cpptest__cpu_generator_test-artifacts 1413s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1413s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1413s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1413s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1413s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1413s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1413s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1413s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1413s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1413s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1413s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1413s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1413s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1413s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1413s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1413s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1413s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1413s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1413s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1413s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1413s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1413s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1413s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/61_of_104__cpptest__cpu_generator_test-stderr 1413s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/61_of_104__cpptest__cpu_generator_test-stdout 1413s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1413s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1413s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/cpu_generator_test 1413s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.zuFu2Vbwyx/out to stdout and file: /tmp/autopkgtest.PBRVfE/61_of_104__cpptest__cpu_generator_test-stdout 1413s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.zuFu2Vbwyx/err to standard error and file: /tmp/autopkgtest.PBRVfE/61_of_104__cpptest__cpu_generator_test-stdout 1413s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 11036 to /tmp/autopkgtest_script_pid 1413s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1413s [==========] Running 16 tests from 1 test suite. 1413s [----------] Global test environment set-up. 1413s [----------] 16 tests from CPUGeneratorImpl 1413s [ RUN ] CPUGeneratorImpl.TestGeneratorDynamicCast 1413s [ OK ] CPUGeneratorImpl.TestGeneratorDynamicCast (0 ms) 1413s [ RUN ] CPUGeneratorImpl.TestDefaultGenerator 1413s [ OK ] CPUGeneratorImpl.TestDefaultGenerator (0 ms) 1413s [ RUN ] CPUGeneratorImpl.TestCloning 1413s [ OK ] CPUGeneratorImpl.TestCloning (0 ms) 1413s [ RUN ] CPUGeneratorImpl.TestMultithreadingGetEngineOperator 1413s [ OK ] CPUGeneratorImpl.TestMultithreadingGetEngineOperator (0 ms) 1413s [ RUN ] CPUGeneratorImpl.TestGetSetCurrentSeed 1413s [ OK ] CPUGeneratorImpl.TestGetSetCurrentSeed (0 ms) 1413s [ RUN ] CPUGeneratorImpl.TestMultithreadingGetSetCurrentSeed 1413s [ OK ] CPUGeneratorImpl.TestMultithreadingGetSetCurrentSeed (0 ms) 1413s [ RUN ] CPUGeneratorImpl.TestRNGForking 1413s [ OK ] CPUGeneratorImpl.TestRNGForking (2 ms) 1413s [ RUN ] CPUGeneratorImpl.TestPhiloxEngineReproducibility 1413s [ OK ] CPUGeneratorImpl.TestPhiloxEngineReproducibility (0 ms) 1413s [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset1 1413s [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset1 (0 ms) 1413s [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset2 1413s [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset2 (0 ms) 1413s [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset3 1413s [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset3 (0 ms) 1413s [ RUN ] CPUGeneratorImpl.TestPhiloxEngineIndex 1413s [ OK ] CPUGeneratorImpl.TestPhiloxEngineIndex (0 ms) 1413s [ RUN ] CPUGeneratorImpl.TestMT19937EngineReproducibility 1413s [ OK ] CPUGeneratorImpl.TestMT19937EngineReproducibility (0 ms) 1413s [ RUN ] CPUGeneratorImpl.TestPhiloxEngineReproducibilityRandN 1413s [ OK ] CPUGeneratorImpl.TestPhiloxEngineReproducibilityRandN (0 ms) 1413s [ RUN ] CPUGeneratorImpl.TestPhiloxEngineSeedRandN 1413s [ OK ] CPUGeneratorImpl.TestPhiloxEngineSeedRandN (0 ms) 1413s [ RUN ] CPUGeneratorImpl.TestPhiloxDeterministic 1413s [ OK ] CPUGeneratorImpl.TestPhiloxDeterministic (0 ms) 1413s [----------] 16 tests from CPUGeneratorImpl (2 ms total) 1413s 1413s [----------] Global test environment tear-down 1413s [==========] 16 tests from 1 test suite ran. (2 ms total) 1413s [ PASSED ] 16 tests. 1413s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1413s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1413s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1413s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1413s autopkgtest: DBG: testbed command exited with code 0 1414s autopkgtest [01:33:01]: test 61_of_104__cpptest__cpu_generator_test: -----------------------] 1414s autopkgtest: DBG: testbed executing test finished with exit status 0 1414s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/61_of_104__cpptest__cpu_generator_test-stdout /tmp/autopkgtest-work.g4f853zl/out/61_of_104__cpptest__cpu_generator_test-stdout 1414s autopkgtest: DBG: got reply from testbed: ok 1414s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/61_of_104__cpptest__cpu_generator_test-stderr /tmp/autopkgtest-work.g4f853zl/out/61_of_104__cpptest__cpu_generator_test-stderr 1414s autopkgtest: DBG: got reply from testbed: ok 1414s 61_of_104__cpptest__cpu_generator_test PASS 1414s autopkgtest [01:33:01]: test 61_of_104__cpptest__cpu_generator_test: - - - - - - - - - - results - - - - - - - - - - 1414s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/61_of_104__cpptest__cpu_generator_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1414s autopkgtest: DBG: got reply from testbed: ok 1414s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/61_of_104__cpptest__cpu_generator_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1414s autopkgtest: DBG: testbed command exited with code 0 1414s autopkgtest [01:33:01]: test 62_of_104__cpptest__cpu_profiling_allocator_test: preparing testbed 1414s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1414s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1414s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1414s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1414s autopkgtest: DBG: can use apt-get on testbed: True 1414s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1415s Reading package lists... 1415s Building dependency tree... 1415s Reading state information... 1415s Starting pkgProblemResolver with broken count: 0 1415s Starting 2 pkgProblemResolver with broken count: 0 1415s Done 1415s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1415s autopkgtest: DBG: testbed command exited with code 0 1415s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1415s autopkgtest: DBG: testbed command exited with code 0 1415s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1415s autopkgtest: DBG: testbed command exited with code 0 1415s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/62_of_104__cpptest__cpu_profiling_allocator_test-packages.all"], kind short, sout raw, serr pipe, env [] 1416s autopkgtest: DBG: testbed command exited with code 0 1416s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/62_of_104__cpptest__cpu_profiling_allocator_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/62_of_104__cpptest__cpu_profiling_allocator_test-packages.all 1416s autopkgtest: DBG: got reply from testbed: ok 1416s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1416s autopkgtest: DBG: testbed command exited with code 0 1416s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1416s autopkgtest [01:33:03]: test 62_of_104__cpptest__cpu_profiling_allocator_test: /usr/lib/libtorch-test/cpu_profiling_allocator_test 1416s autopkgtest [01:33:03]: test 62_of_104__cpptest__cpu_profiling_allocator_test: [----------------------- 1416s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/62_of_104__cpptest__cpu_profiling_allocator_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/62_of_104__cpptest__cpu_profiling_allocator_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/62_of_104__cpptest__cpu_profiling_allocator_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/cpu_profiling_allocator_test"], kind test, sout raw, serr raw, env [] 1416s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/62_of_104__cpptest__cpu_profiling_allocator_test-artifacts 1416s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1416s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1416s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1416s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1416s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1416s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1416s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1416s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1416s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1416s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1416s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1416s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1416s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1416s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1416s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1416s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1416s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1416s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1416s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1416s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1416s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1416s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1416s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/62_of_104__cpptest__cpu_profiling_allocator_test-stderr 1416s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/62_of_104__cpptest__cpu_profiling_allocator_test-stdout 1416s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1416s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1416s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/cpu_profiling_allocator_test 1416s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.W3lVj8hwgU/out to stdout and file: /tmp/autopkgtest.PBRVfE/62_of_104__cpptest__cpu_profiling_allocator_test-stdout 1416s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.W3lVj8hwgU/err to standard error and file: /tmp/autopkgtest.PBRVfE/62_of_104__cpptest__cpu_profiling_allocator_test-stdout 1416s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 11195 to /tmp/autopkgtest_script_pid 1416s [==========] Running 2 tests from 1 test suite. 1416s [----------] Global test environment set-up. 1416s [----------] 2 tests from CPUAllocationPlanTest 1416s [ RUN ] CPUAllocationPlanTest.with_control_flow 1417s [ OK ] CPUAllocationPlanTest.with_control_flow (255 ms) 1417s [ RUN ] CPUAllocationPlanTest.with_profiling_alloc 1417s [ OK ] CPUAllocationPlanTest.with_profiling_alloc (287 ms) 1417s [----------] 2 tests from CPUAllocationPlanTest (542 ms total) 1417s 1417s [----------] Global test environment tear-down 1417s [==========] 2 tests from 1 test suite ran. (542 ms total) 1417s [ PASSED ] 2 tests. 1417s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1417s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1417s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1417s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1417s autopkgtest: DBG: testbed command exited with code 0 1417s autopkgtest [01:33:04]: test 62_of_104__cpptest__cpu_profiling_allocator_test: -----------------------] 1417s autopkgtest: DBG: testbed executing test finished with exit status 0 1417s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/62_of_104__cpptest__cpu_profiling_allocator_test-stdout /tmp/autopkgtest-work.g4f853zl/out/62_of_104__cpptest__cpu_profiling_allocator_test-stdout 1417s autopkgtest: DBG: got reply from testbed: ok 1417s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/62_of_104__cpptest__cpu_profiling_allocator_test-stderr /tmp/autopkgtest-work.g4f853zl/out/62_of_104__cpptest__cpu_profiling_allocator_test-stderr 1418s autopkgtest: DBG: got reply from testbed: ok 1418s autopkgtest [01:33:05]: test 62_of_104__cpptest__cpu_profiling_allocator_test: - - - - - - - - - - results - - - - - - - - - - 1418s 62_of_104__cpptest__cpu_profiling_allocator_test PASS 1418s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/62_of_104__cpptest__cpu_profiling_allocator_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1418s autopkgtest: DBG: got reply from testbed: ok 1418s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/62_of_104__cpptest__cpu_profiling_allocator_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1418s autopkgtest: DBG: testbed command exited with code 0 1418s autopkgtest [01:33:05]: test 63_of_104__cpptest__cpu_rng_test: preparing testbed 1418s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1418s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1418s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1418s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1418s autopkgtest: DBG: can use apt-get on testbed: True 1418s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1418s Reading package lists... 1418s Building dependency tree... 1418s Reading state information... 1418s Starting pkgProblemResolver with broken count: 0 1418s Starting 2 pkgProblemResolver with broken count: 0 1418s Done 1419s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1419s autopkgtest: DBG: testbed command exited with code 0 1419s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1419s autopkgtest: DBG: testbed command exited with code 0 1419s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1419s autopkgtest: DBG: testbed command exited with code 0 1419s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/63_of_104__cpptest__cpu_rng_test-packages.all"], kind short, sout raw, serr pipe, env [] 1419s autopkgtest: DBG: testbed command exited with code 0 1419s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/63_of_104__cpptest__cpu_rng_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/63_of_104__cpptest__cpu_rng_test-packages.all 1419s autopkgtest: DBG: got reply from testbed: ok 1419s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1419s autopkgtest: DBG: testbed command exited with code 0 1419s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1419s autopkgtest [01:33:06]: test 63_of_104__cpptest__cpu_rng_test: /usr/lib/libtorch-test/cpu_rng_test 1419s autopkgtest [01:33:06]: test 63_of_104__cpptest__cpu_rng_test: [----------------------- 1419s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/63_of_104__cpptest__cpu_rng_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/63_of_104__cpptest__cpu_rng_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/63_of_104__cpptest__cpu_rng_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/cpu_rng_test"], kind test, sout raw, serr raw, env [] 1420s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/63_of_104__cpptest__cpu_rng_test-artifacts 1420s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1420s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1420s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1420s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1420s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1420s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1420s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1420s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1420s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1420s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1420s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1420s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1420s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1420s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1420s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1420s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1420s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1420s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1420s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1420s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1420s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1420s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1420s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/63_of_104__cpptest__cpu_rng_test-stderr 1420s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/63_of_104__cpptest__cpu_rng_test-stdout 1420s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1420s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1420s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/cpu_rng_test 1420s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.iqm9u8PkXf/out to stdout and file: /tmp/autopkgtest.PBRVfE/63_of_104__cpptest__cpu_rng_test-stdout 1420s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.iqm9u8PkXf/err to standard error and file: /tmp/autopkgtest.PBRVfE/63_of_104__cpptest__cpu_rng_test-stdout 1420s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 11349 to /tmp/autopkgtest_script_pid 1420s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1420s [==========] Running 22 tests from 1 test suite. 1420s [----------] Global test environment set-up. 1420s [----------] 22 tests from RNGTest 1420s [ RUN ] RNGTest.RandomFromTo 1420s [ OK ] RNGTest.RandomFromTo (10 ms) 1420s [ RUN ] RNGTest.Random 1420s [ OK ] RNGTest.Random (0 ms) 1420s [ RUN ] RNGTest.Random64bits 1420s [ OK ] RNGTest.Random64bits (0 ms) 1420s [ RUN ] RNGTest.Normal 1420s [ OK ] RNGTest.Normal (0 ms) 1420s [ RUN ] RNGTest.Normal_float_Tensor_out 1420s [ OK ] RNGTest.Normal_float_Tensor_out (0 ms) 1420s [ RUN ] RNGTest.Normal_Tensor_float_out 1420s [ OK ] RNGTest.Normal_Tensor_float_out (0 ms) 1420s [ RUN ] RNGTest.Normal_Tensor_Tensor_out 1420s [ OK ] RNGTest.Normal_Tensor_Tensor_out (0 ms) 1420s [ RUN ] RNGTest.Normal_float_Tensor 1420s [ OK ] RNGTest.Normal_float_Tensor (0 ms) 1420s [ RUN ] RNGTest.Normal_Tensor_float 1420s [ OK ] RNGTest.Normal_Tensor_float (0 ms) 1420s [ RUN ] RNGTest.Normal_Tensor_Tensor 1420s [ OK ] RNGTest.Normal_Tensor_Tensor (0 ms) 1420s [ RUN ] RNGTest.Uniform 1420s [ OK ] RNGTest.Uniform (0 ms) 1420s [ RUN ] RNGTest.Cauchy 1420s [ OK ] RNGTest.Cauchy (0 ms) 1420s [ RUN ] RNGTest.LogNormal 1420s [ OK ] RNGTest.LogNormal (0 ms) 1420s [ RUN ] RNGTest.Geometric 1420s [ OK ] RNGTest.Geometric (0 ms) 1420s [ RUN ] RNGTest.Exponential 1420s [ OK ] RNGTest.Exponential (0 ms) 1420s [ RUN ] RNGTest.Bernoulli_Tensor 1420s [ OK ] RNGTest.Bernoulli_Tensor (0 ms) 1420s [ RUN ] RNGTest.Bernoulli_scalar 1420s [ OK ] RNGTest.Bernoulli_scalar (0 ms) 1420s [ RUN ] RNGTest.Bernoulli 1420s [ OK ] RNGTest.Bernoulli (0 ms) 1420s [ RUN ] RNGTest.Bernoulli_2 1420s [ OK ] RNGTest.Bernoulli_2 (0 ms) 1420s [ RUN ] RNGTest.Bernoulli_p 1420s [ OK ] RNGTest.Bernoulli_p (0 ms) 1420s [ RUN ] RNGTest.Bernoulli_p_2 1420s [ OK ] RNGTest.Bernoulli_p_2 (0 ms) 1420s [ RUN ] RNGTest.Bernoulli_out 1420s [ OK ] RNGTest.Bernoulli_out (0 ms) 1420s [----------] 22 tests from RNGTest (11 ms total) 1420s 1420s [----------] Global test environment tear-down 1420s [==========] 22 tests from 1 test suite ran. (12 ms total) 1420s [ PASSED ] 22 tests. 1420s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1420s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1420s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1420s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1420s autopkgtest: DBG: testbed command exited with code 0 1420s autopkgtest [01:33:07]: test 63_of_104__cpptest__cpu_rng_test: -----------------------] 1420s autopkgtest: DBG: testbed executing test finished with exit status 0 1420s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/63_of_104__cpptest__cpu_rng_test-stdout /tmp/autopkgtest-work.g4f853zl/out/63_of_104__cpptest__cpu_rng_test-stdout 1420s autopkgtest: DBG: got reply from testbed: ok 1420s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/63_of_104__cpptest__cpu_rng_test-stderr /tmp/autopkgtest-work.g4f853zl/out/63_of_104__cpptest__cpu_rng_test-stderr 1421s autopkgtest: DBG: got reply from testbed: ok 1421s autopkgtest [01:33:08]: test 63_of_104__cpptest__cpu_rng_test: - - - - - - - - - - results - - - - - - - - - - 1421s 63_of_104__cpptest__cpu_rng_test PASS 1421s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/63_of_104__cpptest__cpu_rng_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1421s autopkgtest: DBG: got reply from testbed: ok 1421s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/63_of_104__cpptest__cpu_rng_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1421s autopkgtest: DBG: testbed command exited with code 0 1421s autopkgtest [01:33:08]: test 64_of_104__cpptest__dispatch_key_set_test: preparing testbed 1421s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1421s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1421s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1421s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1421s autopkgtest: DBG: can use apt-get on testbed: True 1421s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1421s Reading package lists... 1421s Building dependency tree... 1421s Reading state information... 1421s Starting pkgProblemResolver with broken count: 0 1421s Starting 2 pkgProblemResolver with broken count: 0 1421s Done 1422s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1422s autopkgtest: DBG: testbed command exited with code 0 1422s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1422s autopkgtest: DBG: testbed command exited with code 0 1422s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1422s autopkgtest: DBG: testbed command exited with code 0 1422s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/64_of_104__cpptest__dispatch_key_set_test-packages.all"], kind short, sout raw, serr pipe, env [] 1422s autopkgtest: DBG: testbed command exited with code 0 1422s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/64_of_104__cpptest__dispatch_key_set_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/64_of_104__cpptest__dispatch_key_set_test-packages.all 1422s autopkgtest: DBG: got reply from testbed: ok 1422s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1422s autopkgtest: DBG: testbed command exited with code 0 1422s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1422s autopkgtest [01:33:09]: test 64_of_104__cpptest__dispatch_key_set_test: /usr/lib/libtorch-test/dispatch_key_set_test 1422s autopkgtest [01:33:09]: test 64_of_104__cpptest__dispatch_key_set_test: [----------------------- 1422s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/64_of_104__cpptest__dispatch_key_set_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/64_of_104__cpptest__dispatch_key_set_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/64_of_104__cpptest__dispatch_key_set_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/dispatch_key_set_test"], kind test, sout raw, serr raw, env [] 1423s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/64_of_104__cpptest__dispatch_key_set_test-artifacts 1423s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1423s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1423s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1423s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1423s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1423s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1423s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1423s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1423s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1423s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1423s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1423s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1423s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1423s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1423s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1423s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1423s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1423s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1423s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1423s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1423s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1423s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1423s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/64_of_104__cpptest__dispatch_key_set_test-stderr 1423s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/64_of_104__cpptest__dispatch_key_set_test-stdout 1423s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1423s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1423s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/dispatch_key_set_test 1423s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.TMkd7l6tcC/out to stdout and file: /tmp/autopkgtest.PBRVfE/64_of_104__cpptest__dispatch_key_set_test-stdout 1423s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.TMkd7l6tcC/err to standard error and file: /tmp/autopkgtest.PBRVfE/64_of_104__cpptest__dispatch_key_set_test-stdout 1423s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 11502 to /tmp/autopkgtest_script_pid 1423s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1423s [==========] Running 1 test from 1 test suite. 1423s [----------] Global test environment set-up. 1423s [----------] 1 test from DispatchKeySetTest 1423s [ RUN ] DispatchKeySetTest.TestGetRuntimeDispatchKeySet 1423s [ OK ] DispatchKeySetTest.TestGetRuntimeDispatchKeySet (0 ms) 1423s [----------] 1 test from DispatchKeySetTest (0 ms total) 1423s 1423s [----------] Global test environment tear-down 1423s [==========] 1 test from 1 test suite ran. (0 ms total) 1423s [ PASSED ] 1 test. 1423s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1423s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1423s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1423s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1423s autopkgtest: DBG: testbed command exited with code 0 1423s autopkgtest [01:33:10]: test 64_of_104__cpptest__dispatch_key_set_test: -----------------------] 1423s autopkgtest: DBG: testbed executing test finished with exit status 0 1423s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/64_of_104__cpptest__dispatch_key_set_test-stdout /tmp/autopkgtest-work.g4f853zl/out/64_of_104__cpptest__dispatch_key_set_test-stdout 1423s autopkgtest: DBG: got reply from testbed: ok 1423s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/64_of_104__cpptest__dispatch_key_set_test-stderr /tmp/autopkgtest-work.g4f853zl/out/64_of_104__cpptest__dispatch_key_set_test-stderr 1424s autopkgtest: DBG: got reply from testbed: ok 1424s 64_of_104__cpptest__dispatch_key_set_test PASS 1424s autopkgtest [01:33:11]: test 64_of_104__cpptest__dispatch_key_set_test: - - - - - - - - - - results - - - - - - - - - - 1424s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/64_of_104__cpptest__dispatch_key_set_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1424s autopkgtest: DBG: got reply from testbed: ok 1424s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/64_of_104__cpptest__dispatch_key_set_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1424s autopkgtest: DBG: testbed command exited with code 0 1424s autopkgtest [01:33:11]: test 65_of_104__cpptest__dlconvertor_test: preparing testbed 1424s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1424s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1424s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1424s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1424s autopkgtest: DBG: can use apt-get on testbed: True 1424s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1424s Reading package lists... 1424s Building dependency tree... 1424s Reading state information... 1424s Starting pkgProblemResolver with broken count: 0 1424s Starting 2 pkgProblemResolver with broken count: 0 1424s Done 1425s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1425s autopkgtest: DBG: testbed command exited with code 0 1425s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1425s autopkgtest: DBG: testbed command exited with code 0 1425s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1425s autopkgtest: DBG: testbed command exited with code 0 1425s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/65_of_104__cpptest__dlconvertor_test-packages.all"], kind short, sout raw, serr pipe, env [] 1425s autopkgtest: DBG: testbed command exited with code 0 1425s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/65_of_104__cpptest__dlconvertor_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/65_of_104__cpptest__dlconvertor_test-packages.all 1425s autopkgtest: DBG: got reply from testbed: ok 1425s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1425s autopkgtest: DBG: testbed command exited with code 0 1425s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1425s autopkgtest [01:33:12]: test 65_of_104__cpptest__dlconvertor_test: /usr/lib/libtorch-test/dlconvertor_test 1425s autopkgtest [01:33:12]: test 65_of_104__cpptest__dlconvertor_test: [----------------------- 1425s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/65_of_104__cpptest__dlconvertor_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/65_of_104__cpptest__dlconvertor_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/65_of_104__cpptest__dlconvertor_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/dlconvertor_test"], kind test, sout raw, serr raw, env [] 1426s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/65_of_104__cpptest__dlconvertor_test-artifacts 1426s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1426s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1426s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1426s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1426s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1426s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1426s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1426s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1426s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1426s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1426s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1426s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1426s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1426s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1426s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1426s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1426s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1426s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1426s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1426s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1426s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1426s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1426s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/65_of_104__cpptest__dlconvertor_test-stderr 1426s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/65_of_104__cpptest__dlconvertor_test-stdout 1426s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1426s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1426s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/dlconvertor_test 1426s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.pkNeBqRVdj/out to stdout and file: /tmp/autopkgtest.PBRVfE/65_of_104__cpptest__dlconvertor_test-stdout 1426s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.pkNeBqRVdj/err to standard error and file: /tmp/autopkgtest.PBRVfE/65_of_104__cpptest__dlconvertor_test-stdout 1426s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 11655 to /tmp/autopkgtest_script_pid 1426s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1426s [==========] Running 2 tests from 1 test suite. 1426s [----------] Global test environment set-up. 1426s [----------] 2 tests from TestDlconvertor 1426s [ RUN ] TestDlconvertor.TestDlconvertor 1426s [ OK ] TestDlconvertor.TestDlconvertor (0 ms) 1426s [ RUN ] TestDlconvertor.TestDlconvertorNoStrides 1426s [ OK ] TestDlconvertor.TestDlconvertorNoStrides (0 ms) 1426s [----------] 2 tests from TestDlconvertor (0 ms total) 1426s 1426s [----------] Global test environment tear-down 1426s [==========] 2 tests from 1 test suite ran. (0 ms total) 1426s [ PASSED ] 2 tests. 1426s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1426s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1426s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1426s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1426s autopkgtest: DBG: testbed command exited with code 0 1426s autopkgtest [01:33:13]: test 65_of_104__cpptest__dlconvertor_test: -----------------------] 1426s autopkgtest: DBG: testbed executing test finished with exit status 0 1426s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/65_of_104__cpptest__dlconvertor_test-stdout /tmp/autopkgtest-work.g4f853zl/out/65_of_104__cpptest__dlconvertor_test-stdout 1426s autopkgtest: DBG: got reply from testbed: ok 1426s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/65_of_104__cpptest__dlconvertor_test-stderr /tmp/autopkgtest-work.g4f853zl/out/65_of_104__cpptest__dlconvertor_test-stderr 1427s autopkgtest: DBG: got reply from testbed: ok 1427s 65_of_104__cpptest__dlconvertor_test PASS 1427s autopkgtest [01:33:14]: test 65_of_104__cpptest__dlconvertor_test: - - - - - - - - - - results - - - - - - - - - - 1427s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/65_of_104__cpptest__dlconvertor_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1427s autopkgtest: DBG: got reply from testbed: ok 1427s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/65_of_104__cpptest__dlconvertor_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1427s autopkgtest: DBG: testbed command exited with code 0 1427s autopkgtest [01:33:14]: test 66_of_104__cpptest__extension_backend_test: preparing testbed 1427s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1427s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1427s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1427s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1427s autopkgtest: DBG: can use apt-get on testbed: True 1427s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1427s Reading package lists... 1427s Building dependency tree... 1427s Reading state information... 1428s Starting pkgProblemResolver with broken count: 0 1428s Starting 2 pkgProblemResolver with broken count: 0 1428s Done 1428s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1428s autopkgtest: DBG: testbed command exited with code 0 1428s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1428s autopkgtest: DBG: testbed command exited with code 0 1428s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1428s autopkgtest: DBG: testbed command exited with code 0 1428s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/66_of_104__cpptest__extension_backend_test-packages.all"], kind short, sout raw, serr pipe, env [] 1428s autopkgtest: DBG: testbed command exited with code 0 1428s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/66_of_104__cpptest__extension_backend_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/66_of_104__cpptest__extension_backend_test-packages.all 1428s autopkgtest: DBG: got reply from testbed: ok 1428s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1429s autopkgtest: DBG: testbed command exited with code 0 1429s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1429s autopkgtest [01:33:16]: test 66_of_104__cpptest__extension_backend_test: /usr/lib/libtorch-test/extension_backend_test 1429s autopkgtest [01:33:16]: test 66_of_104__cpptest__extension_backend_test: [----------------------- 1429s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/66_of_104__cpptest__extension_backend_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/66_of_104__cpptest__extension_backend_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/66_of_104__cpptest__extension_backend_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/extension_backend_test"], kind test, sout raw, serr raw, env [] 1429s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/66_of_104__cpptest__extension_backend_test-artifacts 1429s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1429s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1429s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1429s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1429s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1429s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1429s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1429s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1429s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1429s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1429s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1429s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1429s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1429s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1429s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1429s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1429s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1429s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1429s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1429s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1429s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1429s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1429s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/66_of_104__cpptest__extension_backend_test-stderr 1429s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/66_of_104__cpptest__extension_backend_test-stdout 1429s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1429s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1429s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/extension_backend_test 1429s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.Yj2tZ9Fmm4/out to stdout and file: /tmp/autopkgtest.PBRVfE/66_of_104__cpptest__extension_backend_test-stdout 1429s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.Yj2tZ9Fmm4/err to standard error and file: /tmp/autopkgtest.PBRVfE/66_of_104__cpptest__extension_backend_test-stdout 1429s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 11808 to /tmp/autopkgtest_script_pid 1429s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1429s [==========] Running 1 test from 1 test suite. 1429s [----------] Global test environment set-up. 1429s [----------] 1 test from BackendExtensionTest 1429s [ RUN ] BackendExtensionTest.TestRegisterOp 1429s [ OK ] BackendExtensionTest.TestRegisterOp (0 ms) 1429s [----------] 1 test from BackendExtensionTest (0 ms total) 1429s 1429s [----------] Global test environment tear-down 1429s [==========] 1 test from 1 test suite ran. (0 ms total) 1429s [ PASSED ] 1 test. 1429s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1429s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1429s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1429s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1429s autopkgtest: DBG: testbed command exited with code 0 1429s autopkgtest [01:33:16]: test 66_of_104__cpptest__extension_backend_test: -----------------------] 1429s autopkgtest: DBG: testbed executing test finished with exit status 0 1429s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/66_of_104__cpptest__extension_backend_test-stdout /tmp/autopkgtest-work.g4f853zl/out/66_of_104__cpptest__extension_backend_test-stdout 1430s autopkgtest: DBG: got reply from testbed: ok 1430s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/66_of_104__cpptest__extension_backend_test-stderr /tmp/autopkgtest-work.g4f853zl/out/66_of_104__cpptest__extension_backend_test-stderr 1430s autopkgtest: DBG: got reply from testbed: ok 1430s 66_of_104__cpptest__extension_backend_test PASS 1430s autopkgtest [01:33:17]: test 66_of_104__cpptest__extension_backend_test: - - - - - - - - - - results - - - - - - - - - - 1430s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/66_of_104__cpptest__extension_backend_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1430s autopkgtest: DBG: got reply from testbed: ok 1430s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/66_of_104__cpptest__extension_backend_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1430s autopkgtest: DBG: testbed command exited with code 0 1430s autopkgtest [01:33:17]: test 67_of_104__cpptest__half_test: preparing testbed 1430s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1430s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1430s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1430s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1430s autopkgtest: DBG: can use apt-get on testbed: True 1430s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1430s Reading package lists... 1430s Building dependency tree... 1430s Reading state information... 1431s Starting pkgProblemResolver with broken count: 0 1431s Starting 2 pkgProblemResolver with broken count: 0 1431s Done 1431s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1431s autopkgtest: DBG: testbed command exited with code 0 1431s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1431s autopkgtest: DBG: testbed command exited with code 0 1431s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1431s autopkgtest: DBG: testbed command exited with code 0 1431s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/67_of_104__cpptest__half_test-packages.all"], kind short, sout raw, serr pipe, env [] 1431s autopkgtest: DBG: testbed command exited with code 0 1431s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/67_of_104__cpptest__half_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/67_of_104__cpptest__half_test-packages.all 1431s autopkgtest: DBG: got reply from testbed: ok 1431s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1432s autopkgtest: DBG: testbed command exited with code 0 1432s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1432s autopkgtest [01:33:19]: test 67_of_104__cpptest__half_test: /usr/lib/libtorch-test/half_test 1432s autopkgtest [01:33:19]: test 67_of_104__cpptest__half_test: [----------------------- 1432s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/67_of_104__cpptest__half_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/67_of_104__cpptest__half_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/67_of_104__cpptest__half_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/half_test"], kind test, sout raw, serr raw, env [] 1432s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/67_of_104__cpptest__half_test-artifacts 1432s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1432s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1432s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1432s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1432s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1432s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1432s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1432s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1432s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1432s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1432s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1432s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1432s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1432s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1432s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1432s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1432s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1432s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1432s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1432s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1432s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1432s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1432s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/67_of_104__cpptest__half_test-stderr 1432s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/67_of_104__cpptest__half_test-stdout 1432s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1432s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1432s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/half_test 1432s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.IIubOcUsDh/out to stdout and file: /tmp/autopkgtest.PBRVfE/67_of_104__cpptest__half_test-stdout 1432s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.IIubOcUsDh/err to standard error and file: /tmp/autopkgtest.PBRVfE/67_of_104__cpptest__half_test-stdout 1432s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 11961 to /tmp/autopkgtest_script_pid 1432s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1432s [==========] Running 8 tests from 1 test suite. 1432s [----------] Global test environment set-up. 1432s [----------] 8 tests from TestHalf 1432s [ RUN ] TestHalf.Arithmetic 1432s [ OK ] TestHalf.Arithmetic (0 ms) 1432s [ RUN ] TestHalf.Comparisions 1432s [ OK ] TestHalf.Comparisions (0 ms) 1432s [ RUN ] TestHalf.Cast 1432s [ OK ] TestHalf.Cast (0 ms) 1432s [ RUN ] TestHalf.Construction 1432s [ OK ] TestHalf.Construction (0 ms) 1432s [ RUN ] TestHalf.Half2String 1432s [ OK ] TestHalf.Half2String (0 ms) 1432s [ RUN ] TestHalf.HalfNumericLimits 1432s [ OK ] TestHalf.HalfNumericLimits (0 ms) 1432s [ RUN ] TestHalf.CommonMath 1432s [ OK ] TestHalf.CommonMath (0 ms) 1432s [ RUN ] TestHalf.ComplexHalf 1432s [ OK ] TestHalf.ComplexHalf (0 ms) 1432s [----------] 8 tests from TestHalf (0 ms total) 1432s 1432s [----------] Global test environment tear-down 1432s [==========] 8 tests from 1 test suite ran. (0 ms total) 1432s [ PASSED ] 8 tests. 1432s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1432s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1432s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1432s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1432s autopkgtest: DBG: testbed command exited with code 0 1432s autopkgtest [01:33:19]: test 67_of_104__cpptest__half_test: -----------------------] 1432s autopkgtest: DBG: testbed executing test finished with exit status 0 1432s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/67_of_104__cpptest__half_test-stdout /tmp/autopkgtest-work.g4f853zl/out/67_of_104__cpptest__half_test-stdout 1433s autopkgtest: DBG: got reply from testbed: ok 1433s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/67_of_104__cpptest__half_test-stderr /tmp/autopkgtest-work.g4f853zl/out/67_of_104__cpptest__half_test-stderr 1433s autopkgtest: DBG: got reply from testbed: ok 1433s autopkgtest [01:33:20]: test 67_of_104__cpptest__half_test: - - - - - - - - - - results - - - - - - - - - - 1433s 67_of_104__cpptest__half_test PASS 1433s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/67_of_104__cpptest__half_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1433s autopkgtest: DBG: got reply from testbed: ok 1433s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/67_of_104__cpptest__half_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1433s autopkgtest: DBG: testbed command exited with code 0 1433s autopkgtest [01:33:20]: test 68_of_104__cpptest__inline_container_test: preparing testbed 1433s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1433s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1433s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1433s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1433s autopkgtest: DBG: can use apt-get on testbed: True 1433s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1433s Reading package lists... 1434s Building dependency tree... 1434s Reading state information... 1434s Starting pkgProblemResolver with broken count: 0 1434s Starting 2 pkgProblemResolver with broken count: 0 1434s Done 1434s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1434s autopkgtest: DBG: testbed command exited with code 0 1434s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1434s autopkgtest: DBG: testbed command exited with code 0 1434s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1434s autopkgtest: DBG: testbed command exited with code 0 1434s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/68_of_104__cpptest__inline_container_test-packages.all"], kind short, sout raw, serr pipe, env [] 1434s autopkgtest: DBG: testbed command exited with code 0 1434s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/68_of_104__cpptest__inline_container_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/68_of_104__cpptest__inline_container_test-packages.all 1435s autopkgtest: DBG: got reply from testbed: ok 1435s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1435s autopkgtest: DBG: testbed command exited with code 0 1435s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1435s autopkgtest [01:33:22]: test 68_of_104__cpptest__inline_container_test: /usr/lib/libtorch-test/inline_container_test || true 1435s autopkgtest [01:33:22]: test 68_of_104__cpptest__inline_container_test: [----------------------- 1435s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/68_of_104__cpptest__inline_container_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/68_of_104__cpptest__inline_container_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/68_of_104__cpptest__inline_container_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec '/usr/lib/libtorch-test/inline_container_test || true'"], kind test, sout raw, serr raw, env [] 1435s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/68_of_104__cpptest__inline_container_test-artifacts 1435s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1435s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1435s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1435s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1435s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1435s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1435s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1435s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1435s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1435s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1435s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1435s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1435s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1435s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1435s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1435s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1435s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1435s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1435s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1435s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1435s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1435s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1435s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/68_of_104__cpptest__inline_container_test-stderr 1435s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/68_of_104__cpptest__inline_container_test-stdout 1435s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1435s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1435s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/inline_container_test || true 1435s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.2XcQxFva0u/out to stdout and file: /tmp/autopkgtest.PBRVfE/68_of_104__cpptest__inline_container_test-stdout 1435s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.2XcQxFva0u/err to standard error and file: /tmp/autopkgtest.PBRVfE/68_of_104__cpptest__inline_container_test-stdout 1435s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 12114 to /tmp/autopkgtest_script_pid 1435s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1435s [==========] Running 10 tests from 3 test suites. 1435s [----------] Global test environment set-up. 1435s [----------] 2 tests from PyTorchStreamWriterAndReader 1435s [ RUN ] PyTorchStreamWriterAndReader.SaveAndLoad 1435s [ OK ] PyTorchStreamWriterAndReader.SaveAndLoad (0 ms) 1435s [ RUN ] PyTorchStreamWriterAndReader.LoadWithMultiThreads 1435s [ OK ] PyTorchStreamWriterAndReader.LoadWithMultiThreads (2 ms) 1435s [----------] 2 tests from PyTorchStreamWriterAndReader (2 ms total) 1435s 1435s [----------] 5 tests from PytorchStreamWriterAndReader 1435s [ RUN ] PytorchStreamWriterAndReader.GetNonexistentRecordThrows 1435s [ OK ] PytorchStreamWriterAndReader.GetNonexistentRecordThrows (0 ms) 1435s [ RUN ] PytorchStreamWriterAndReader.SkipDebugRecords 1435s [ OK ] PytorchStreamWriterAndReader.SkipDebugRecords (0 ms) 1435s [ RUN ] PytorchStreamWriterAndReader.ValidSerializationId 1435s [ OK ] PytorchStreamWriterAndReader.ValidSerializationId (0 ms) 1435s [ RUN ] PytorchStreamWriterAndReader.SkipDuplicateSerializationIdRecords 1435s [ OK ] PytorchStreamWriterAndReader.SkipDuplicateSerializationIdRecords (0 ms) 1435s [ RUN ] PytorchStreamWriterAndReader.LogAPIUsageMetadata 1435s [ OK ] PytorchStreamWriterAndReader.LogAPIUsageMetadata (0 ms) 1435s [----------] 5 tests from PytorchStreamWriterAndReader (0 ms total) 1435s 1435s [----------] 3 tests from ChunkRecordIteratorTestGroup/ChunkRecordIteratorTest 1435s [ RUN ] ChunkRecordIteratorTestGroup/ChunkRecordIteratorTest.ChunkRead/0 1435s [ OK ] ChunkRecordIteratorTestGroup/ChunkRecordIteratorTest.ChunkRead/0 (0 ms) 1435s [ RUN ] ChunkRecordIteratorTestGroup/ChunkRecordIteratorTest.ChunkRead/1 1435s [ OK ] ChunkRecordIteratorTestGroup/ChunkRecordIteratorTest.ChunkRead/1 (0 ms) 1435s [ RUN ] ChunkRecordIteratorTestGroup/ChunkRecordIteratorTest.ChunkRead/2 1435s [ OK ] ChunkRecordIteratorTestGroup/ChunkRecordIteratorTest.ChunkRead/2 (0 ms) 1435s [----------] 3 tests from ChunkRecordIteratorTestGroup/ChunkRecordIteratorTest (0 ms total) 1435s 1435s [----------] Global test environment tear-down 1435s [==========] 10 tests from 3 test suites ran. (3 ms total) 1435s [ PASSED ] 10 tests. 1435s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1435s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1435s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1435s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1435s autopkgtest: DBG: testbed command exited with code 0 1436s autopkgtest [01:33:23]: test 68_of_104__cpptest__inline_container_test: -----------------------] 1436s autopkgtest: DBG: testbed executing test finished with exit status 0 1436s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/68_of_104__cpptest__inline_container_test-stdout /tmp/autopkgtest-work.g4f853zl/out/68_of_104__cpptest__inline_container_test-stdout 1436s autopkgtest: DBG: got reply from testbed: ok 1436s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/68_of_104__cpptest__inline_container_test-stderr /tmp/autopkgtest-work.g4f853zl/out/68_of_104__cpptest__inline_container_test-stderr 1436s autopkgtest: DBG: got reply from testbed: ok 1436s autopkgtest [01:33:23]: test 68_of_104__cpptest__inline_container_test: - - - - - - - - - - results - - - - - - - - - - 1436s 68_of_104__cpptest__inline_container_test PASS 1436s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/68_of_104__cpptest__inline_container_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1436s autopkgtest: DBG: got reply from testbed: ok 1436s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/68_of_104__cpptest__inline_container_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1436s autopkgtest: DBG: testbed command exited with code 0 1436s autopkgtest [01:33:23]: test 69_of_104__cpptest__ivalue_test: preparing testbed 1436s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1436s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1436s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1436s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1436s autopkgtest: DBG: can use apt-get on testbed: True 1436s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1436s Reading package lists... 1437s Building dependency tree... 1437s Reading state information... 1437s Starting pkgProblemResolver with broken count: 0 1437s Starting 2 pkgProblemResolver with broken count: 0 1437s Done 1437s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1437s autopkgtest: DBG: testbed command exited with code 0 1437s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1437s autopkgtest: DBG: testbed command exited with code 0 1437s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1437s autopkgtest: DBG: testbed command exited with code 0 1437s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/69_of_104__cpptest__ivalue_test-packages.all"], kind short, sout raw, serr pipe, env [] 1437s autopkgtest: DBG: testbed command exited with code 0 1437s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/69_of_104__cpptest__ivalue_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/69_of_104__cpptest__ivalue_test-packages.all 1438s autopkgtest: DBG: got reply from testbed: ok 1438s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1438s autopkgtest: DBG: testbed command exited with code 0 1438s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1438s autopkgtest [01:33:25]: test 69_of_104__cpptest__ivalue_test: /usr/lib/libtorch-test/ivalue_test 1438s autopkgtest [01:33:25]: test 69_of_104__cpptest__ivalue_test: [----------------------- 1438s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/69_of_104__cpptest__ivalue_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/69_of_104__cpptest__ivalue_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/69_of_104__cpptest__ivalue_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/ivalue_test"], kind test, sout raw, serr raw, env [] 1438s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/69_of_104__cpptest__ivalue_test-artifacts 1438s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1438s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1438s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1438s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1438s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1438s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1438s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1438s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1438s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1438s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1438s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1438s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1438s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1438s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1438s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1438s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1438s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1438s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1438s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1438s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1438s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1438s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1438s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/69_of_104__cpptest__ivalue_test-stderr 1438s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/69_of_104__cpptest__ivalue_test-stdout 1438s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1438s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1438s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/ivalue_test 1438s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.gxB0VHLfXh/out to stdout and file: /tmp/autopkgtest.PBRVfE/69_of_104__cpptest__ivalue_test-stdout 1438s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.gxB0VHLfXh/err to standard error and file: /tmp/autopkgtest.PBRVfE/69_of_104__cpptest__ivalue_test-stdout 1438s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 12398 to /tmp/autopkgtest_script_pid 1438s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1438s [==========] Running 38 tests from 2 test suites. 1438s [----------] Global test environment set-up. 1438s [----------] 34 tests from IValueTest 1438s [ RUN ] IValueTest.Basic 1438s [ OK ] IValueTest.Basic (0 ms) 1438s [ RUN ] IValueTest.BasicStorage 1438s [ OK ] IValueTest.BasicStorage (0 ms) 1438s [ RUN ] IValueTest.ComplexDict 1438s [ OK ] IValueTest.ComplexDict (0 ms) 1438s [ RUN ] IValueTest.Swap 1438s [ OK ] IValueTest.Swap (0 ms) 1438s [ RUN ] IValueTest.CopyConstruct 1438s [ OK ] IValueTest.CopyConstruct (0 ms) 1438s [ RUN ] IValueTest.MoveConstruct 1438s [ OK ] IValueTest.MoveConstruct (0 ms) 1438s [ RUN ] IValueTest.CopyAssign 1438s [ OK ] IValueTest.CopyAssign (0 ms) 1438s [ RUN ] IValueTest.MoveAssign 1438s [ OK ] IValueTest.MoveAssign (0 ms) 1438s [ RUN ] IValueTest.Tuple 1438s [ OK ] IValueTest.Tuple (0 ms) 1438s [ RUN ] IValueTest.unsafeRemoveAttr 1438s [ OK ] IValueTest.unsafeRemoveAttr (0 ms) 1438s [ RUN ] IValueTest.TuplePrint 1438s [ OK ] IValueTest.TuplePrint (0 ms) 1438s [ RUN ] IValueTest.ComplexIValuePrint 1438s [ OK ] IValueTest.ComplexIValuePrint (0 ms) 1438s [ RUN ] IValueTest.Complex 1438s [ OK ] IValueTest.Complex (0 ms) 1438s [ RUN ] IValueTest.BasicFuture 1438s [ OK ] IValueTest.BasicFuture (0 ms) 1438s [ RUN ] IValueTest.FutureCallbacks 1438s [ OK ] IValueTest.FutureCallbacks (0 ms) 1438s [ RUN ] IValueTest.FutureExceptions 1438s [ OK ] IValueTest.FutureExceptions (0 ms) 1438s [ RUN ] IValueTest.FutureSetError 1438s [ OK ] IValueTest.FutureSetError (0 ms) 1438s [ RUN ] IValueTest.ValueEquality 1438s [ OK ] IValueTest.ValueEquality (0 ms) 1438s [ RUN ] IValueTest.TensorEquality 1438s [ OK ] IValueTest.TensorEquality (0 ms) 1438s [ RUN ] IValueTest.ListEquality 1438s [ OK ] IValueTest.ListEquality (0 ms) 1438s [ RUN ] IValueTest.DictEquality 1438s [ OK ] IValueTest.DictEquality (0 ms) 1438s [ RUN ] IValueTest.DictEqualityDifferentOrder 1438s [ OK ] IValueTest.DictEqualityDifferentOrder (0 ms) 1438s [ RUN ] IValueTest.ListNestedEquality 1438s [ OK ] IValueTest.ListNestedEquality (0 ms) 1438s [ RUN ] IValueTest.StreamEquality 1438s [ OK ] IValueTest.StreamEquality (0 ms) 1438s [ RUN ] IValueTest.EnumEquality 1438s [ OK ] IValueTest.EnumEquality (0 ms) 1438s [ RUN ] IValueTest.isPtrType 1438s [ OK ] IValueTest.isPtrType (0 ms) 1438s [ RUN ] IValueTest.isAliasOf 1438s [ OK ] IValueTest.isAliasOf (0 ms) 1438s [ RUN ] IValueTest.internalToPointer 1438s [ OK ] IValueTest.internalToPointer (0 ms) 1438s [ RUN ] IValueTest.IdentityComparisonAndHashing 1438s [ OK ] IValueTest.IdentityComparisonAndHashing (0 ms) 1438s [ RUN ] IValueTest.IdentityAndHashing_SparseCOO 1438s [ OK ] IValueTest.IdentityAndHashing_SparseCOO (0 ms) 1438s [ RUN ] IValueTest.getSubValues 1438s [ OK ] IValueTest.getSubValues (0 ms) 1438s [ RUN ] IValueTest.ScalarBool 1438s [ OK ] IValueTest.ScalarBool (0 ms) 1438s [ RUN ] IValueTest.ToWeakAndBack 1438s [ OK ] IValueTest.ToWeakAndBack (0 ms) 1438s [ RUN ] IValueTest.UseCountCornerCases 1438s [ OK ] IValueTest.UseCountCornerCases (0 ms) 1438s [----------] 34 tests from IValueTest (1 ms total) 1438s 1438s [----------] 4 tests from TupleElementsTest 1438s [ RUN ] TupleElementsTest.Basic 1438s [ OK ] TupleElementsTest.Basic (0 ms) 1438s [ RUN ] TupleElementsTest.Resize 1438s [ OK ] TupleElementsTest.Resize (0 ms) 1438s [ RUN ] TupleElementsTest.CopyAndMoveConstruct 1438s [ OK ] TupleElementsTest.CopyAndMoveConstruct (0 ms) 1438s [ RUN ] TupleElementsTest.CopyAndMoveAssign 1438s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1438s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1438s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1438s [ OK ] TupleElementsTest.CopyAndMoveAssign (0 ms) 1438s [----------] 4 tests from TupleElementsTest (0 ms total) 1438s 1438s [----------] Global test environment tear-down 1438s [==========] 38 tests from 2 test suites ran. (1 ms total) 1438s [ PASSED ] 38 tests. 1438s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1438s autopkgtest: DBG: testbed command exited with code 0 1439s autopkgtest [01:33:26]: test 69_of_104__cpptest__ivalue_test: -----------------------] 1439s autopkgtest: DBG: testbed executing test finished with exit status 0 1439s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/69_of_104__cpptest__ivalue_test-stdout /tmp/autopkgtest-work.g4f853zl/out/69_of_104__cpptest__ivalue_test-stdout 1439s autopkgtest: DBG: got reply from testbed: ok 1439s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/69_of_104__cpptest__ivalue_test-stderr /tmp/autopkgtest-work.g4f853zl/out/69_of_104__cpptest__ivalue_test-stderr 1439s autopkgtest: DBG: got reply from testbed: ok 1439s 69_of_104__cpptest__ivalue_test PASS 1439s autopkgtest [01:33:26]: test 69_of_104__cpptest__ivalue_test: - - - - - - - - - - results - - - - - - - - - - 1439s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/69_of_104__cpptest__ivalue_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1439s autopkgtest: DBG: got reply from testbed: ok 1439s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/69_of_104__cpptest__ivalue_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1439s autopkgtest: DBG: testbed command exited with code 0 1439s autopkgtest [01:33:26]: test 70_of_104__cpptest__kernel_function_legacy_test: preparing testbed 1439s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1439s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1439s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1439s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1439s autopkgtest: DBG: can use apt-get on testbed: True 1439s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1440s Reading package lists... 1440s Building dependency tree... 1440s Reading state information... 1440s Starting pkgProblemResolver with broken count: 0 1440s Starting 2 pkgProblemResolver with broken count: 0 1440s Done 1440s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1440s autopkgtest: DBG: testbed command exited with code 0 1440s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1440s autopkgtest: DBG: testbed command exited with code 0 1440s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1440s autopkgtest: DBG: testbed command exited with code 0 1440s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/70_of_104__cpptest__kernel_function_legacy_test-packages.all"], kind short, sout raw, serr pipe, env [] 1441s autopkgtest: DBG: testbed command exited with code 0 1441s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/70_of_104__cpptest__kernel_function_legacy_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/70_of_104__cpptest__kernel_function_legacy_test-packages.all 1441s autopkgtest: DBG: got reply from testbed: ok 1441s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1441s autopkgtest: DBG: testbed command exited with code 0 1441s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1441s autopkgtest [01:33:28]: test 70_of_104__cpptest__kernel_function_legacy_test: /usr/lib/libtorch-test/kernel_function_legacy_test 1441s autopkgtest [01:33:28]: test 70_of_104__cpptest__kernel_function_legacy_test: [----------------------- 1441s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/70_of_104__cpptest__kernel_function_legacy_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/70_of_104__cpptest__kernel_function_legacy_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/70_of_104__cpptest__kernel_function_legacy_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/kernel_function_legacy_test"], kind test, sout raw, serr raw, env [] 1441s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/70_of_104__cpptest__kernel_function_legacy_test-artifacts 1441s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1441s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1441s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1441s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1441s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1441s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1441s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1441s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1441s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1441s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1441s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1441s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1441s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1441s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1441s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1441s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1441s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1441s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1441s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1441s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1441s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1441s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1441s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/70_of_104__cpptest__kernel_function_legacy_test-stderr 1441s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/70_of_104__cpptest__kernel_function_legacy_test-stdout 1441s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1441s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1441s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/kernel_function_legacy_test 1441s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.AUEsyot16y/out to stdout and file: /tmp/autopkgtest.PBRVfE/70_of_104__cpptest__kernel_function_legacy_test-stdout 1441s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.AUEsyot16y/err to standard error and file: /tmp/autopkgtest.PBRVfE/70_of_104__cpptest__kernel_function_legacy_test-stdout 1441s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 12551 to /tmp/autopkgtest_script_pid 1441s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1441s [==========] Running 48 tests from 1 test suite. 1441s [----------] Global test environment set-up. 1441s [----------] 48 tests from OperatorRegistrationTestLegacyFunctionBasedKernel 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernel_whenRegisteredInConstructor_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernel_whenRegisteredInConstructor_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithLegacyTensorVectorInput_withoutOutput_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithLegacyTensorVectorInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithLegacyTensorVectorInput_withOutput_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithLegacyTensorVectorInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithLegacyTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithLegacyTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithLegacyTensorListInput_withOutput_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithLegacyTensorListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithStringListOutput_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithStringListOutput_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithUnorderedMapInput_withoutOutput_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithUnorderedMapInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithUnorderedMapInput_withOutput_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithUnorderedMapInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithUnorderedMapOutput_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithUnorderedMapOutput_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithMapOfList_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithMapOfList_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithMapOfListOfMap_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithMapOfListOfMap_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithListOfMap_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithListOfMap_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithListOfMapOfIntList_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithListOfMapOfIntList_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema (0 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails (7 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails (3 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails (11 ms) 1441s [ RUN ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails 1441s [ OK ] OperatorRegistrationTestLegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails (8 ms) 1441s [----------] 48 tests from OperatorRegistrationTestLegacyFunctionBasedKernel (37 ms total) 1441s 1441s [----------] Global test environment tear-down 1441s [==========] 48 tests from 1 test suite ran. (37 ms total) 1441s [ PASSED ] 48 tests. 1441s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1441s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1441s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1441s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1441s autopkgtest: DBG: testbed command exited with code 0 1442s autopkgtest [01:33:29]: test 70_of_104__cpptest__kernel_function_legacy_test: -----------------------] 1442s autopkgtest: DBG: testbed executing test finished with exit status 0 1442s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/70_of_104__cpptest__kernel_function_legacy_test-stdout /tmp/autopkgtest-work.g4f853zl/out/70_of_104__cpptest__kernel_function_legacy_test-stdout 1442s autopkgtest: DBG: got reply from testbed: ok 1442s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/70_of_104__cpptest__kernel_function_legacy_test-stderr /tmp/autopkgtest-work.g4f853zl/out/70_of_104__cpptest__kernel_function_legacy_test-stderr 1442s autopkgtest: DBG: got reply from testbed: ok 1442s 70_of_104__cpptest__kernel_function_legacy_test PASS 1442s autopkgtest [01:33:29]: test 70_of_104__cpptest__kernel_function_legacy_test: - - - - - - - - - - results - - - - - - - - - - 1442s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/70_of_104__cpptest__kernel_function_legacy_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1442s autopkgtest: DBG: got reply from testbed: ok 1442s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/70_of_104__cpptest__kernel_function_legacy_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1442s autopkgtest: DBG: testbed command exited with code 0 1442s autopkgtest [01:33:29]: test 71_of_104__cpptest__kernel_function_test: preparing testbed 1442s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1442s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1442s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1442s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1442s autopkgtest: DBG: can use apt-get on testbed: True 1442s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1443s Reading package lists... 1443s Building dependency tree... 1443s Reading state information... 1443s Starting pkgProblemResolver with broken count: 0 1443s Starting 2 pkgProblemResolver with broken count: 0 1443s Done 1443s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1443s autopkgtest: DBG: testbed command exited with code 0 1443s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1443s autopkgtest: DBG: testbed command exited with code 0 1443s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1444s autopkgtest: DBG: testbed command exited with code 0 1444s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/71_of_104__cpptest__kernel_function_test-packages.all"], kind short, sout raw, serr pipe, env [] 1444s autopkgtest: DBG: testbed command exited with code 0 1444s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/71_of_104__cpptest__kernel_function_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/71_of_104__cpptest__kernel_function_test-packages.all 1444s autopkgtest: DBG: got reply from testbed: ok 1444s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1444s autopkgtest: DBG: testbed command exited with code 0 1444s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1444s autopkgtest [01:33:31]: test 71_of_104__cpptest__kernel_function_test: /usr/lib/libtorch-test/kernel_function_test 1444s autopkgtest [01:33:31]: test 71_of_104__cpptest__kernel_function_test: [----------------------- 1444s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/71_of_104__cpptest__kernel_function_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/71_of_104__cpptest__kernel_function_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/71_of_104__cpptest__kernel_function_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/kernel_function_test"], kind test, sout raw, serr raw, env [] 1444s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/71_of_104__cpptest__kernel_function_test-artifacts 1444s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1444s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1444s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1444s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1444s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1444s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1444s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1444s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1444s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1444s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1444s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1444s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1444s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1444s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1444s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1444s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1444s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1444s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1444s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1444s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1444s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1444s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1444s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/71_of_104__cpptest__kernel_function_test-stderr 1444s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/71_of_104__cpptest__kernel_function_test-stdout 1444s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1444s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1444s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/kernel_function_test 1444s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.GodZFfv8Z3/out to stdout and file: /tmp/autopkgtest.PBRVfE/71_of_104__cpptest__kernel_function_test-stdout 1444s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.GodZFfv8Z3/err to standard error and file: /tmp/autopkgtest.PBRVfE/71_of_104__cpptest__kernel_function_test-stdout 1444s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 12704 to /tmp/autopkgtest_script_pid 1444s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1444s [==========] Running 37 tests from 2 test suites. 1444s [----------] Global test environment set-up. 1444s [----------] 36 tests from OperatorRegistrationTestFunctionBasedKernel 1444s [ RUN ] OperatorRegistrationTestFunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalled 1444s [ OK ] OperatorRegistrationTestFunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalled (0 ms) 1444s [ RUN ] OperatorRegistrationTestFunctionBasedKernel.givenKernel_whenRegisteredWithTorchLibraryAndTorchFn_thenCanBeCalled 1444s [ OK ] OperatorRegistrationTestFunctionBasedKernel.givenKernel_whenRegisteredWithTorchLibraryAndTorchFn_thenCanBeCalled (0 ms) 1444s [ RUN ] OperatorRegistrationTestFunctionBasedKernel.givenCatchAllKernel_whenRegisteredWithTorchLibraryAndTorchFn_thenCanBeCalled 1444s [ OK ] OperatorRegistrationTestFunctionBasedKernel.givenCatchAllKernel_whenRegisteredWithTorchLibraryAndTorchFn_thenCanBeCalled (0 ms) 1444s [ RUN ] OperatorRegistrationTestFunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel 1444s [ OK ] OperatorRegistrationTestFunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel (0 ms) 1444s [ RUN ] OperatorRegistrationTestFunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel 1444s [ OK ] OperatorRegistrationTestFunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel (0 ms) 1444s [ RUN ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled 1444s [ OK ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1444s [ RUN ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled 1444s [ OK ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled (0 ms) 1444s [ RUN ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled 1444s [ OK ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled (0 ms) 1444s [ RUN ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled 1444s [ OK ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled (0 ms) 1444s [ RUN ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled 1444s [ OK ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled (0 ms) 1444s [ RUN ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled 1444s [ OK ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled (0 ms) 1444s [ RUN ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled 1444s [ OK ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 1444s [ RUN ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled 1444s [ OK ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1444s [ RUN ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled 1444s [ OK ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1444s [ RUN ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled 1444s [ OK ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1444s [ RUN ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled 1444s [ OK ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1444s [ RUN ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled 1444s [ OK ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1444s [ RUN ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled 1444s [ OK ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1444s [ RUN ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled 1444s [ OK ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1444s [ RUN ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled 1444s [ OK ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1444s [ RUN ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled 1444s [ OK ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1444s [ RUN ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled 1444s [ OK ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1444s [ RUN ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled 1444s [ OK ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1444s [ RUN ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled 1444s [ OK ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1444s [ RUN ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled 1444s [ OK ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled (0 ms) 1444s [ RUN ] OperatorRegistrationTestFunctionBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled 1444s [ OK ] OperatorRegistrationTestFunctionBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled (0 ms) 1444s [ RUN ] OperatorRegistrationTestFunctionBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled 1444s [ OK ] OperatorRegistrationTestFunctionBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled (0 ms) 1444s [ RUN ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled 1444s [ OK ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1444s [ RUN ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled 1444s [ OK ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1444s [ RUN ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled 1444s [ OK ] OperatorRegistrationTestFunctionBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 1444s [ RUN ] OperatorRegistrationTestFunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed 1444s [ OK ] OperatorRegistrationTestFunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed (0 ms) 1444s [ RUN ] OperatorRegistrationTestFunctionBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema 1444s [ OK ] OperatorRegistrationTestFunctionBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema (0 ms) 1444s [ RUN ] OperatorRegistrationTestFunctionBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails 1444s [ OK ] OperatorRegistrationTestFunctionBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails (6 ms) 1444s [ RUN ] OperatorRegistrationTestFunctionBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails 1444s [ OK ] OperatorRegistrationTestFunctionBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails (3 ms) 1444s [ RUN ] OperatorRegistrationTestFunctionBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails 1444s [ OK ] OperatorRegistrationTestFunctionBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails (11 ms) 1444s [ RUN ] OperatorRegistrationTestFunctionBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails 1444s [ OK ] OperatorRegistrationTestFunctionBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails (8 ms) 1444s [----------] 36 tests from OperatorRegistrationTestFunctionBasedKernel (33 ms total) 1444s 1444s [----------] 1 test from NewOperatorRegistrationTestFunctionBasedKernel 1444s [ RUN ] NewOperatorRegistrationTestFunctionBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore 1444s [ OK ] NewOperatorRegistrationTestFunctionBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore (0 ms) 1444s [----------] 1 test from NewOperatorRegistrationTestFunctionBasedKernel (0 ms total) 1444s 1444s [----------] Global test environment tear-down 1444s [==========] 37 tests from 2 test suites ran. (33 ms total) 1444s [ PASSED ] 37 tests. 1445s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1445s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1445s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1445s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1445s autopkgtest: DBG: testbed command exited with code 0 1445s autopkgtest [01:33:32]: test 71_of_104__cpptest__kernel_function_test: -----------------------] 1445s autopkgtest: DBG: testbed executing test finished with exit status 0 1445s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/71_of_104__cpptest__kernel_function_test-stdout /tmp/autopkgtest-work.g4f853zl/out/71_of_104__cpptest__kernel_function_test-stdout 1445s autopkgtest: DBG: got reply from testbed: ok 1445s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/71_of_104__cpptest__kernel_function_test-stderr /tmp/autopkgtest-work.g4f853zl/out/71_of_104__cpptest__kernel_function_test-stderr 1445s autopkgtest: DBG: got reply from testbed: ok 1445s 71_of_104__cpptest__kernel_function_test PASS 1445s autopkgtest [01:33:32]: test 71_of_104__cpptest__kernel_function_test: - - - - - - - - - - results - - - - - - - - - - 1445s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/71_of_104__cpptest__kernel_function_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1445s autopkgtest: DBG: got reply from testbed: ok 1445s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/71_of_104__cpptest__kernel_function_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1446s autopkgtest: DBG: testbed command exited with code 0 1446s autopkgtest [01:33:33]: test 72_of_104__cpptest__kernel_lambda_legacy_test: preparing testbed 1446s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1446s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1446s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1446s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1446s autopkgtest: DBG: can use apt-get on testbed: True 1446s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1446s Reading package lists... 1446s Building dependency tree... 1446s Reading state information... 1446s Starting pkgProblemResolver with broken count: 0 1446s Starting 2 pkgProblemResolver with broken count: 0 1446s Done 1446s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1446s autopkgtest: DBG: testbed command exited with code 0 1446s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1446s autopkgtest: DBG: testbed command exited with code 0 1446s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1447s autopkgtest: DBG: testbed command exited with code 0 1447s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/72_of_104__cpptest__kernel_lambda_legacy_test-packages.all"], kind short, sout raw, serr pipe, env [] 1447s autopkgtest: DBG: testbed command exited with code 0 1447s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/72_of_104__cpptest__kernel_lambda_legacy_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/72_of_104__cpptest__kernel_lambda_legacy_test-packages.all 1447s autopkgtest: DBG: got reply from testbed: ok 1447s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1447s autopkgtest: DBG: testbed command exited with code 0 1447s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1447s autopkgtest [01:33:34]: test 72_of_104__cpptest__kernel_lambda_legacy_test: /usr/lib/libtorch-test/kernel_lambda_legacy_test 1447s autopkgtest [01:33:34]: test 72_of_104__cpptest__kernel_lambda_legacy_test: [----------------------- 1447s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/72_of_104__cpptest__kernel_lambda_legacy_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/72_of_104__cpptest__kernel_lambda_legacy_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/72_of_104__cpptest__kernel_lambda_legacy_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/kernel_lambda_legacy_test"], kind test, sout raw, serr raw, env [] 1447s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/72_of_104__cpptest__kernel_lambda_legacy_test-artifacts 1447s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1447s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1447s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1447s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1447s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1447s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1447s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1447s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1447s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1447s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1447s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1447s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1447s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1447s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1447s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1447s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1447s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1447s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1447s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1447s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1447s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1447s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1447s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/72_of_104__cpptest__kernel_lambda_legacy_test-stderr 1447s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/72_of_104__cpptest__kernel_lambda_legacy_test-stdout 1447s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1447s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1447s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/kernel_lambda_legacy_test 1447s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.BOyj3AWPSh/out to stdout and file: /tmp/autopkgtest.PBRVfE/72_of_104__cpptest__kernel_lambda_legacy_test-stdout 1447s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.BOyj3AWPSh/err to standard error and file: /tmp/autopkgtest.PBRVfE/72_of_104__cpptest__kernel_lambda_legacy_test-stdout 1447s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 12857 to /tmp/autopkgtest_script_pid 1448s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1448s [==========] Running 48 tests from 1 test suite. 1448s [----------] Global test environment set-up. 1448s [----------] 48 tests from OperatorRegistrationTestLegacyLambdaBasedKernel 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernel_whenRegisteredInConstructor_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernel_whenRegisteredInConstructor_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithTensorVectorInput_withOutput_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithTensorVectorInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithLegacyTensorVectorInput_withoutOutput_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithLegacyTensorVectorInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithLegacyTensorVectorInput_withOutput_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithLegacyTensorVectorInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithLegacyTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithLegacyTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithLegacyTensorListInput_withOutput_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithLegacyTensorListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithStringListOutput_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithStringListOutput_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithUnorderedMapInput_withoutOutput_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithUnorderedMapInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithUnorderedMapInput_withOutput_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithUnorderedMapInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithUnorderedMapOutput_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithUnorderedMapOutput_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithMapOfList_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithMapOfList_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithMapOfListOfMap_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithMapOfListOfMap_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithListOfMap_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithListOfMap_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithListOfMapOfIntList_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithListOfMapOfIntList_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema (0 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails (7 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails (3 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails (11 ms) 1448s [ RUN ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails 1448s [ OK ] OperatorRegistrationTestLegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails (8 ms) 1448s [----------] 48 tests from OperatorRegistrationTestLegacyLambdaBasedKernel (37 ms total) 1448s 1448s [----------] Global test environment tear-down 1448s [==========] 48 tests from 1 test suite ran. (37 ms total) 1448s [ PASSED ] 48 tests. 1448s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1448s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1448s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1448s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1448s autopkgtest: DBG: testbed command exited with code 0 1448s autopkgtest [01:33:35]: test 72_of_104__cpptest__kernel_lambda_legacy_test: -----------------------] 1448s autopkgtest: DBG: testbed executing test finished with exit status 0 1448s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/72_of_104__cpptest__kernel_lambda_legacy_test-stdout /tmp/autopkgtest-work.g4f853zl/out/72_of_104__cpptest__kernel_lambda_legacy_test-stdout 1448s autopkgtest: DBG: got reply from testbed: ok 1448s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/72_of_104__cpptest__kernel_lambda_legacy_test-stderr /tmp/autopkgtest-work.g4f853zl/out/72_of_104__cpptest__kernel_lambda_legacy_test-stderr 1448s autopkgtest: DBG: got reply from testbed: ok 1448s 72_of_104__cpptest__kernel_lambda_legacy_test PASS 1448s autopkgtest [01:33:35]: test 72_of_104__cpptest__kernel_lambda_legacy_test: - - - - - - - - - - results - - - - - - - - - - 1448s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/72_of_104__cpptest__kernel_lambda_legacy_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1449s autopkgtest: DBG: got reply from testbed: ok 1449s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/72_of_104__cpptest__kernel_lambda_legacy_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1449s autopkgtest: DBG: testbed command exited with code 0 1449s autopkgtest [01:33:36]: test 73_of_104__cpptest__kernel_lambda_test: preparing testbed 1449s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1449s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1449s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1449s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1449s autopkgtest: DBG: can use apt-get on testbed: True 1449s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1449s Reading package lists... 1449s Building dependency tree... 1449s Reading state information... 1449s Starting pkgProblemResolver with broken count: 0 1449s Starting 2 pkgProblemResolver with broken count: 0 1449s Done 1449s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1449s autopkgtest: DBG: testbed command exited with code 0 1449s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1450s autopkgtest: DBG: testbed command exited with code 0 1450s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1450s autopkgtest: DBG: testbed command exited with code 0 1450s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/73_of_104__cpptest__kernel_lambda_test-packages.all"], kind short, sout raw, serr pipe, env [] 1450s autopkgtest: DBG: testbed command exited with code 0 1450s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/73_of_104__cpptest__kernel_lambda_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/73_of_104__cpptest__kernel_lambda_test-packages.all 1450s autopkgtest: DBG: got reply from testbed: ok 1450s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1450s autopkgtest: DBG: testbed command exited with code 0 1450s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1450s autopkgtest [01:33:37]: test 73_of_104__cpptest__kernel_lambda_test: /usr/lib/libtorch-test/kernel_lambda_test 1450s autopkgtest [01:33:37]: test 73_of_104__cpptest__kernel_lambda_test: [----------------------- 1450s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/73_of_104__cpptest__kernel_lambda_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/73_of_104__cpptest__kernel_lambda_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/73_of_104__cpptest__kernel_lambda_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/kernel_lambda_test"], kind test, sout raw, serr raw, env [] 1450s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/73_of_104__cpptest__kernel_lambda_test-artifacts 1450s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1450s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1450s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1450s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1450s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1450s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1450s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1450s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1450s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1450s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1450s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1450s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1450s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1450s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1450s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1450s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1450s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1450s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1450s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1450s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1450s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1450s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1450s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/73_of_104__cpptest__kernel_lambda_test-stderr 1450s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/73_of_104__cpptest__kernel_lambda_test-stdout 1450s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1450s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1450s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/kernel_lambda_test 1450s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.C4Y0HQtqBi/out to stdout and file: /tmp/autopkgtest.PBRVfE/73_of_104__cpptest__kernel_lambda_test-stdout 1450s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.C4Y0HQtqBi/err to standard error and file: /tmp/autopkgtest.PBRVfE/73_of_104__cpptest__kernel_lambda_test-stdout 1450s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 13010 to /tmp/autopkgtest_script_pid 1451s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1451s [==========] Running 36 tests from 1 test suite. 1451s [----------] Global test environment set-up. 1451s [----------] 36 tests from OperatorRegistrationTestLambdaBasedKernel 1451s [ RUN ] OperatorRegistrationTestLambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalled 1451s [ OK ] OperatorRegistrationTestLambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalled (0 ms) 1451s [ RUN ] OperatorRegistrationTestLambdaBasedKernel.givenOutOfLineKernel_whenRegistered_thenCanBeCalled 1451s [ OK ] OperatorRegistrationTestLambdaBasedKernel.givenOutOfLineKernel_whenRegistered_thenCanBeCalled (0 ms) 1451s [ RUN ] OperatorRegistrationTestLambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel 1451s [ OK ] OperatorRegistrationTestLambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel (0 ms) 1451s [ RUN ] OperatorRegistrationTestLambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel 1451s [ OK ] OperatorRegistrationTestLambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel (0 ms) 1451s [ RUN ] OperatorRegistrationTestLambdaBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore 1451s [ OK ] OperatorRegistrationTestLambdaBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore (0 ms) 1451s [ RUN ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled 1451s [ OK ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1451s [ RUN ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled 1451s [ OK ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled (0 ms) 1451s [ RUN ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled 1451s [ OK ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled (0 ms) 1451s [ RUN ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled 1451s [ OK ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled (1 ms) 1451s [ RUN ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled 1451s [ OK ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled (0 ms) 1451s [ RUN ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled 1451s [ OK ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled (1 ms) 1451s [ RUN ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled 1451s [ OK ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 1451s [ RUN ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled 1451s [ OK ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1451s [ RUN ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled 1451s [ OK ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1451s [ RUN ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled 1451s [ OK ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1451s [ RUN ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled 1451s [ OK ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1451s [ RUN ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled 1451s [ OK ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1451s [ RUN ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled 1451s [ OK ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1451s [ RUN ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled 1451s [ OK ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1451s [ RUN ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled 1451s [ OK ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1451s [ RUN ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled 1451s [ OK ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1451s [ RUN ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled 1451s [ OK ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1451s [ RUN ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled 1451s [ OK ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1451s [ RUN ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled 1451s [ OK ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1451s [ RUN ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled 1451s [ OK ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled (0 ms) 1451s [ RUN ] OperatorRegistrationTestLambdaBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled 1451s [ OK ] OperatorRegistrationTestLambdaBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled (0 ms) 1451s [ RUN ] OperatorRegistrationTestLambdaBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled 1451s [ OK ] OperatorRegistrationTestLambdaBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled (0 ms) 1451s [ RUN ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled 1451s [ OK ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1451s [ RUN ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled 1451s [ OK ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1451s [ RUN ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled 1451s [ OK ] OperatorRegistrationTestLambdaBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 1451s [ RUN ] OperatorRegistrationTestLambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed 1451s [ OK ] OperatorRegistrationTestLambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed (0 ms) 1451s [ RUN ] OperatorRegistrationTestLambdaBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema 1451s [ OK ] OperatorRegistrationTestLambdaBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema (0 ms) 1451s [ RUN ] OperatorRegistrationTestLambdaBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails 1451s [ OK ] OperatorRegistrationTestLambdaBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails (7 ms) 1451s [ RUN ] OperatorRegistrationTestLambdaBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails 1451s [ OK ] OperatorRegistrationTestLambdaBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails (3 ms) 1451s [ RUN ] OperatorRegistrationTestLambdaBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails 1451s [ OK ] OperatorRegistrationTestLambdaBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails (11 ms) 1451s [ RUN ] OperatorRegistrationTestLambdaBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails 1451s [ OK ] OperatorRegistrationTestLambdaBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails (8 ms) 1451s [----------] 36 tests from OperatorRegistrationTestLambdaBasedKernel (40 ms total) 1451s 1451s [----------] Global test environment tear-down 1451s [==========] 36 tests from 1 test suite ran. (41 ms total) 1451s [ PASSED ] 36 tests. 1451s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1451s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1451s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1451s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1451s autopkgtest: DBG: testbed command exited with code 0 1451s autopkgtest [01:33:38]: test 73_of_104__cpptest__kernel_lambda_test: -----------------------] 1451s autopkgtest: DBG: testbed executing test finished with exit status 0 1451s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/73_of_104__cpptest__kernel_lambda_test-stdout /tmp/autopkgtest-work.g4f853zl/out/73_of_104__cpptest__kernel_lambda_test-stdout 1451s autopkgtest: DBG: got reply from testbed: ok 1451s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/73_of_104__cpptest__kernel_lambda_test-stderr /tmp/autopkgtest-work.g4f853zl/out/73_of_104__cpptest__kernel_lambda_test-stderr 1451s autopkgtest: DBG: got reply from testbed: ok 1451s autopkgtest [01:33:38]: test 73_of_104__cpptest__kernel_lambda_test: - - - - - - - - - - results - - - - - - - - - - 1451s 73_of_104__cpptest__kernel_lambda_test PASS 1451s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/73_of_104__cpptest__kernel_lambda_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1452s autopkgtest: DBG: got reply from testbed: ok 1452s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/73_of_104__cpptest__kernel_lambda_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1452s autopkgtest: DBG: testbed command exited with code 0 1452s autopkgtest [01:33:39]: test 74_of_104__cpptest__kernel_stackbased_test: preparing testbed 1452s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1452s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1452s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1452s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1452s autopkgtest: DBG: can use apt-get on testbed: True 1452s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1452s Reading package lists... 1452s Building dependency tree... 1452s Reading state information... 1452s Starting pkgProblemResolver with broken count: 0 1452s Starting 2 pkgProblemResolver with broken count: 0 1452s Done 1452s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1453s autopkgtest: DBG: testbed command exited with code 0 1453s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1453s autopkgtest: DBG: testbed command exited with code 0 1453s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1453s autopkgtest: DBG: testbed command exited with code 0 1453s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/74_of_104__cpptest__kernel_stackbased_test-packages.all"], kind short, sout raw, serr pipe, env [] 1453s autopkgtest: DBG: testbed command exited with code 0 1453s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/74_of_104__cpptest__kernel_stackbased_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/74_of_104__cpptest__kernel_stackbased_test-packages.all 1453s autopkgtest: DBG: got reply from testbed: ok 1453s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1453s autopkgtest: DBG: testbed command exited with code 0 1453s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1453s autopkgtest [01:33:40]: test 74_of_104__cpptest__kernel_stackbased_test: /usr/lib/libtorch-test/kernel_stackbased_test 1453s autopkgtest [01:33:40]: test 74_of_104__cpptest__kernel_stackbased_test: [----------------------- 1453s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/74_of_104__cpptest__kernel_stackbased_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/74_of_104__cpptest__kernel_stackbased_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/74_of_104__cpptest__kernel_stackbased_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/kernel_stackbased_test"], kind test, sout raw, serr raw, env [] 1453s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/74_of_104__cpptest__kernel_stackbased_test-artifacts 1453s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1453s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1453s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1453s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1453s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1453s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1453s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1453s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1453s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1453s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1453s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1453s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1453s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1453s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1453s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1453s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1453s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1453s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1453s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1453s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1453s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1453s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1453s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/74_of_104__cpptest__kernel_stackbased_test-stderr 1453s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/74_of_104__cpptest__kernel_stackbased_test-stdout 1453s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1453s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1453s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/kernel_stackbased_test 1453s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.MyWPV2MkEn/out to stdout and file: /tmp/autopkgtest.PBRVfE/74_of_104__cpptest__kernel_stackbased_test-stdout 1453s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.MyWPV2MkEn/err to standard error and file: /tmp/autopkgtest.PBRVfE/74_of_104__cpptest__kernel_stackbased_test-stdout 1453s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 13163 to /tmp/autopkgtest_script_pid 1454s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1454s [==========] Running 9 tests from 1 test suite. 1454s [----------] Global test environment set-up. 1454s [----------] 9 tests from OperatorRegistrationTestStackBasedKernel 1454s [ RUN ] OperatorRegistrationTestStackBasedKernel.givenKernel_whenRegistered_thenCanBeCalled 1454s [ OK ] OperatorRegistrationTestStackBasedKernel.givenKernel_whenRegistered_thenCanBeCalled (0 ms) 1454s [ RUN ] OperatorRegistrationTestStackBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel 1454s [ OK ] OperatorRegistrationTestStackBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel (0 ms) 1454s [ RUN ] OperatorRegistrationTestStackBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel 1454s [ OK ] OperatorRegistrationTestStackBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel (0 ms) 1454s [ RUN ] OperatorRegistrationTestStackBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore 1454s [ OK ] OperatorRegistrationTestStackBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore (0 ms) 1454s [ RUN ] OperatorRegistrationTestStackBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled 1454s [ OK ] OperatorRegistrationTestStackBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled (0 ms) 1454s [ RUN ] OperatorRegistrationTestStackBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled 1454s [ OK ] OperatorRegistrationTestStackBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled (0 ms) 1454s [ RUN ] OperatorRegistrationTestStackBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenFailsBecauseItCannotInferFromStackBasedKernel 1454s [ OK ] OperatorRegistrationTestStackBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenFailsBecauseItCannotInferFromStackBasedKernel (0 ms) 1454s [ RUN ] OperatorRegistrationTestStackBasedKernel.givenKernel_whenRegistered_thenCanAlsoBeCalledUnboxed 1454s [ OK ] OperatorRegistrationTestStackBasedKernel.givenKernel_whenRegistered_thenCanAlsoBeCalledUnboxed (0 ms) 1454s [ RUN ] OperatorRegistrationTestStackBasedKernel.callKernelsWithDispatchKeySetConvention_redispatchesToLowerPriorityKernels 1454s [ OK ] OperatorRegistrationTestStackBasedKernel.callKernelsWithDispatchKeySetConvention_redispatchesToLowerPriorityKernels (3 ms) 1454s [----------] 9 tests from OperatorRegistrationTestStackBasedKernel (6 ms total) 1454s 1454s [----------] Global test environment tear-down 1454s [==========] 9 tests from 1 test suite ran. (6 ms total) 1454s [ PASSED ] 9 tests. 1454s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1454s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1454s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1454s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1454s autopkgtest: DBG: testbed command exited with code 0 1454s autopkgtest [01:33:41]: test 74_of_104__cpptest__kernel_stackbased_test: -----------------------] 1454s autopkgtest: DBG: testbed executing test finished with exit status 0 1454s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/74_of_104__cpptest__kernel_stackbased_test-stdout /tmp/autopkgtest-work.g4f853zl/out/74_of_104__cpptest__kernel_stackbased_test-stdout 1454s autopkgtest: DBG: got reply from testbed: ok 1454s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/74_of_104__cpptest__kernel_stackbased_test-stderr /tmp/autopkgtest-work.g4f853zl/out/74_of_104__cpptest__kernel_stackbased_test-stderr 1454s autopkgtest: DBG: got reply from testbed: ok 1455s autopkgtest [01:33:42]: test 74_of_104__cpptest__kernel_stackbased_test: - - - - - - - - - - results - - - - - - - - - - 1455s 74_of_104__cpptest__kernel_stackbased_test PASS 1455s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/74_of_104__cpptest__kernel_stackbased_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1455s autopkgtest: DBG: got reply from testbed: ok 1455s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/74_of_104__cpptest__kernel_stackbased_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1455s autopkgtest: DBG: testbed command exited with code 0 1455s autopkgtest [01:33:42]: test 75_of_104__cpptest__lazy_tensor_test: preparing testbed 1455s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1455s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1455s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1455s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1455s autopkgtest: DBG: can use apt-get on testbed: True 1455s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1455s Reading package lists... 1455s Building dependency tree... 1455s Reading state information... 1455s Starting pkgProblemResolver with broken count: 0 1455s Starting 2 pkgProblemResolver with broken count: 0 1455s Done 1456s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1456s autopkgtest: DBG: testbed command exited with code 0 1456s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1456s autopkgtest: DBG: testbed command exited with code 0 1456s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1456s autopkgtest: DBG: testbed command exited with code 0 1456s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/75_of_104__cpptest__lazy_tensor_test-packages.all"], kind short, sout raw, serr pipe, env [] 1456s autopkgtest: DBG: testbed command exited with code 0 1456s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/75_of_104__cpptest__lazy_tensor_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/75_of_104__cpptest__lazy_tensor_test-packages.all 1456s autopkgtest: DBG: got reply from testbed: ok 1456s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1456s autopkgtest: DBG: testbed command exited with code 0 1456s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1456s autopkgtest [01:33:43]: test 75_of_104__cpptest__lazy_tensor_test: /usr/lib/libtorch-test/lazy_tensor_test 1456s autopkgtest [01:33:43]: test 75_of_104__cpptest__lazy_tensor_test: [----------------------- 1456s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/75_of_104__cpptest__lazy_tensor_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/75_of_104__cpptest__lazy_tensor_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/75_of_104__cpptest__lazy_tensor_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/lazy_tensor_test"], kind test, sout raw, serr raw, env [] 1457s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/75_of_104__cpptest__lazy_tensor_test-artifacts 1457s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1457s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1457s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1457s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1457s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1457s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1457s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1457s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1457s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1457s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1457s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1457s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1457s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1457s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1457s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1457s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1457s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1457s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1457s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1457s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1457s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1457s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1457s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/75_of_104__cpptest__lazy_tensor_test-stderr 1457s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/75_of_104__cpptest__lazy_tensor_test-stdout 1457s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1457s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1457s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/lazy_tensor_test 1457s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.75kc6maAxX/out to stdout and file: /tmp/autopkgtest.PBRVfE/75_of_104__cpptest__lazy_tensor_test-stdout 1457s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.75kc6maAxX/err to standard error and file: /tmp/autopkgtest.PBRVfE/75_of_104__cpptest__lazy_tensor_test-stdout 1457s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 13316 to /tmp/autopkgtest_script_pid 1457s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1457s [==========] Running 2 tests from 2 test suites. 1457s [----------] Global test environment set-up. 1457s [----------] 1 test from XlaTensorTest 1457s [ RUN ] XlaTensorTest.TestNoStorage 1457s [ OK ] XlaTensorTest.TestNoStorage (0 ms) 1457s [----------] 1 test from XlaTensorTest (0 ms total) 1457s 1457s [----------] 1 test from LazyTensorTest 1457s [ RUN ] LazyTensorTest.TestNoStorage 1457s [ OK ] LazyTensorTest.TestNoStorage (0 ms) 1457s [----------] 1 test from LazyTensorTest (0 ms total) 1457s 1457s [----------] Global test environment tear-down 1457s [==========] 2 tests from 2 test suites ran. (0 ms total) 1457s [ PASSED ] 2 tests. 1457s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1457s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1457s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1457s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1457s autopkgtest: DBG: testbed command exited with code 0 1457s autopkgtest [01:33:44]: test 75_of_104__cpptest__lazy_tensor_test: -----------------------] 1457s autopkgtest: DBG: testbed executing test finished with exit status 0 1457s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/75_of_104__cpptest__lazy_tensor_test-stdout /tmp/autopkgtest-work.g4f853zl/out/75_of_104__cpptest__lazy_tensor_test-stdout 1457s autopkgtest: DBG: got reply from testbed: ok 1457s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/75_of_104__cpptest__lazy_tensor_test-stderr /tmp/autopkgtest-work.g4f853zl/out/75_of_104__cpptest__lazy_tensor_test-stderr 1457s autopkgtest: DBG: got reply from testbed: ok 1458s autopkgtest [01:33:45]: test 75_of_104__cpptest__lazy_tensor_test: - - - - - - - - - - results - - - - - - - - - - 1458s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/75_of_104__cpptest__lazy_tensor_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1458s 75_of_104__cpptest__lazy_tensor_test PASS 1458s autopkgtest: DBG: got reply from testbed: ok 1458s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/75_of_104__cpptest__lazy_tensor_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1458s autopkgtest: DBG: testbed command exited with code 0 1458s autopkgtest [01:33:45]: test 76_of_104__cpptest__legacy_vmap_test: preparing testbed 1458s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1458s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1458s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1458s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1458s autopkgtest: DBG: can use apt-get on testbed: True 1458s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1458s Reading package lists... 1458s Building dependency tree... 1458s Reading state information... 1458s Starting pkgProblemResolver with broken count: 0 1458s Starting 2 pkgProblemResolver with broken count: 0 1458s Done 1459s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1459s autopkgtest: DBG: testbed command exited with code 0 1459s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1459s autopkgtest: DBG: testbed command exited with code 0 1459s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1459s autopkgtest: DBG: testbed command exited with code 0 1459s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/76_of_104__cpptest__legacy_vmap_test-packages.all"], kind short, sout raw, serr pipe, env [] 1459s autopkgtest: DBG: testbed command exited with code 0 1459s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/76_of_104__cpptest__legacy_vmap_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/76_of_104__cpptest__legacy_vmap_test-packages.all 1459s autopkgtest: DBG: got reply from testbed: ok 1459s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1459s autopkgtest: DBG: testbed command exited with code 0 1459s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1459s autopkgtest [01:33:46]: test 76_of_104__cpptest__legacy_vmap_test: /usr/lib/libtorch-test/legacy_vmap_test 1459s autopkgtest [01:33:46]: test 76_of_104__cpptest__legacy_vmap_test: [----------------------- 1459s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/76_of_104__cpptest__legacy_vmap_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/76_of_104__cpptest__legacy_vmap_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/76_of_104__cpptest__legacy_vmap_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/legacy_vmap_test"], kind test, sout raw, serr raw, env [] 1460s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/76_of_104__cpptest__legacy_vmap_test-artifacts 1460s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1460s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1460s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1460s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1460s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1460s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1460s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1460s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1460s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1460s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1460s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1460s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1460s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1460s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1460s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1460s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1460s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1460s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1460s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1460s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1460s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1460s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1460s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/76_of_104__cpptest__legacy_vmap_test-stderr 1460s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/76_of_104__cpptest__legacy_vmap_test-stdout 1460s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1460s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1460s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/legacy_vmap_test 1460s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.1tBCy5kswT/out to stdout and file: /tmp/autopkgtest.PBRVfE/76_of_104__cpptest__legacy_vmap_test-stdout 1460s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.1tBCy5kswT/err to standard error and file: /tmp/autopkgtest.PBRVfE/76_of_104__cpptest__legacy_vmap_test-stdout 1460s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 13469 to /tmp/autopkgtest_script_pid 1460s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1460s [==========] Running 23 tests from 1 test suite. 1460s [----------] Global test environment set-up. 1460s [----------] 23 tests from VmapTest 1460s [ RUN ] VmapTest.TestBatchedTensor 1460s [ OK ] VmapTest.TestBatchedTensor (0 ms) 1460s [ RUN ] VmapTest.TestBatchedTensorMaxLevel 1460s [ OK ] VmapTest.TestBatchedTensorMaxLevel (0 ms) 1460s [ RUN ] VmapTest.TestBatchedTensorActualDim 1460s [ OK ] VmapTest.TestBatchedTensorActualDim (0 ms) 1460s [ RUN ] VmapTest.TestMultiBatchVmapTransform 1460s [ OK ] VmapTest.TestMultiBatchVmapTransform (0 ms) 1460s [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalDim 1460s [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalDim (0 ms) 1460s [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalDims 1460s [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalDims (0 ms) 1460s [ RUN ] VmapTest.TestVmapPhysicalViewNewLogicalFromPhysical 1460s [ OK ] VmapTest.TestVmapPhysicalViewNewLogicalFromPhysical (0 ms) 1460s [ RUN ] VmapTest.TestBatchedTensorSum 1460s [ OK ] VmapTest.TestBatchedTensorSum (0 ms) 1460s [ RUN ] VmapTest.TestBroadcastingVmapTransformBatchedBatched 1460s [ OK ] VmapTest.TestBroadcastingVmapTransformBatchedBatched (0 ms) 1460s [ RUN ] VmapTest.TestBroadcastingVmapTransformBatchedUnbatched 1460s [ OK ] VmapTest.TestBroadcastingVmapTransformBatchedUnbatched (0 ms) 1460s [ RUN ] VmapTest.TestBroadcastingVmapTransformMaxLevels 1460s [ OK ] VmapTest.TestBroadcastingVmapTransformMaxLevels (0 ms) 1460s [ RUN ] VmapTest.TestBatchedTensorMul 1460s [ OK ] VmapTest.TestBatchedTensorMul (0 ms) 1460s [ RUN ] VmapTest.TestBatchedTensorSize 1460s [ OK ] VmapTest.TestBatchedTensorSize (0 ms) 1460s [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalShape 1460s [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalShape (0 ms) 1460s [ RUN ] VmapTest.TestBatchedTensorExpand 1460s [ OK ] VmapTest.TestBatchedTensorExpand (0 ms) 1460s [ RUN ] VmapTest.TestBatchedTensorUnsqueeze 1460s [ OK ] VmapTest.TestBatchedTensorUnsqueeze (0 ms) 1460s [ RUN ] VmapTest.TestBatchedTensorSqueeze 1460s [ OK ] VmapTest.TestBatchedTensorSqueeze (0 ms) 1460s [ RUN ] VmapTest.TestBatchedTensorTranspose 1460s [ OK ] VmapTest.TestBatchedTensorTranspose (0 ms) 1460s [ RUN ] VmapTest.TestBatchedTensorPermute 1460s [ OK ] VmapTest.TestBatchedTensorPermute (0 ms) 1460s [ RUN ] VmapTest.TestMultiBatchVmapTransformBatchedBatched 1460s [ OK ] VmapTest.TestMultiBatchVmapTransformBatchedBatched (1 ms) 1460s [ RUN ] VmapTest.TestMultiBatchVmapTransformBatchedUnbatched 1460s [ OK ] VmapTest.TestMultiBatchVmapTransformBatchedUnbatched (0 ms) 1460s [ RUN ] VmapTest.TestMultiBatchVmapTransformMaxLevels 1460s [ OK ] VmapTest.TestMultiBatchVmapTransformMaxLevels (0 ms) 1460s [ RUN ] VmapTest.TestMultiBatchVmapTransformMultipleTensors 1460s [ OK ] VmapTest.TestMultiBatchVmapTransformMultipleTensors (0 ms) 1460s [----------] 23 tests from VmapTest (6 ms total) 1460s 1460s [----------] Global test environment tear-down 1460s [==========] 23 tests from 1 test suite ran. (6 ms total) 1460s [ PASSED ] 23 tests. 1460s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1460s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1460s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1460s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1460s autopkgtest: DBG: testbed command exited with code 0 1460s autopkgtest [01:33:47]: test 76_of_104__cpptest__legacy_vmap_test: -----------------------] 1460s autopkgtest: DBG: testbed executing test finished with exit status 0 1460s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/76_of_104__cpptest__legacy_vmap_test-stdout /tmp/autopkgtest-work.g4f853zl/out/76_of_104__cpptest__legacy_vmap_test-stdout 1460s autopkgtest: DBG: got reply from testbed: ok 1460s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/76_of_104__cpptest__legacy_vmap_test-stderr /tmp/autopkgtest-work.g4f853zl/out/76_of_104__cpptest__legacy_vmap_test-stderr 1461s autopkgtest: DBG: got reply from testbed: ok 1461s 76_of_104__cpptest__legacy_vmap_test PASS 1461s autopkgtest [01:33:48]: test 76_of_104__cpptest__legacy_vmap_test: - - - - - - - - - - results - - - - - - - - - - 1461s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/76_of_104__cpptest__legacy_vmap_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1461s autopkgtest: DBG: got reply from testbed: ok 1461s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/76_of_104__cpptest__legacy_vmap_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1461s autopkgtest: DBG: testbed command exited with code 0 1461s autopkgtest [01:33:48]: test 77_of_104__cpptest__make_boxed_from_unboxed_functor_test: preparing testbed 1461s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1461s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1461s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1461s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1461s autopkgtest: DBG: can use apt-get on testbed: True 1461s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1461s Reading package lists... 1461s Building dependency tree... 1461s Reading state information... 1461s Starting pkgProblemResolver with broken count: 0 1461s Starting 2 pkgProblemResolver with broken count: 0 1461s Done 1462s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1462s autopkgtest: DBG: testbed command exited with code 0 1462s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1462s autopkgtest: DBG: testbed command exited with code 0 1462s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1462s autopkgtest: DBG: testbed command exited with code 0 1462s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/77_of_104__cpptest__make_boxed_from_unboxed_functor_test-packages.all"], kind short, sout raw, serr pipe, env [] 1462s autopkgtest: DBG: testbed command exited with code 0 1462s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/77_of_104__cpptest__make_boxed_from_unboxed_functor_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/77_of_104__cpptest__make_boxed_from_unboxed_functor_test-packages.all 1462s autopkgtest: DBG: got reply from testbed: ok 1462s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1462s autopkgtest: DBG: testbed command exited with code 0 1462s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1462s autopkgtest [01:33:49]: test 77_of_104__cpptest__make_boxed_from_unboxed_functor_test: /usr/lib/libtorch-test/make_boxed_from_unboxed_functor_test 1462s autopkgtest [01:33:49]: test 77_of_104__cpptest__make_boxed_from_unboxed_functor_test: [----------------------- 1462s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/77_of_104__cpptest__make_boxed_from_unboxed_functor_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/77_of_104__cpptest__make_boxed_from_unboxed_functor_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/77_of_104__cpptest__make_boxed_from_unboxed_functor_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/make_boxed_from_unboxed_functor_test"], kind test, sout raw, serr raw, env [] 1463s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/77_of_104__cpptest__make_boxed_from_unboxed_functor_test-artifacts 1463s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1463s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1463s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1463s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1463s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1463s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1463s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1463s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1463s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1463s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1463s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1463s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1463s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1463s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1463s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1463s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1463s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1463s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1463s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1463s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1463s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1463s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1463s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/77_of_104__cpptest__make_boxed_from_unboxed_functor_test-stderr 1463s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/77_of_104__cpptest__make_boxed_from_unboxed_functor_test-stdout 1463s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1463s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1463s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/make_boxed_from_unboxed_functor_test 1463s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.PV9NYa4fP2/out to stdout and file: /tmp/autopkgtest.PBRVfE/77_of_104__cpptest__make_boxed_from_unboxed_functor_test-stdout 1463s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.PV9NYa4fP2/err to standard error and file: /tmp/autopkgtest.PBRVfE/77_of_104__cpptest__make_boxed_from_unboxed_functor_test-stdout 1463s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 13622 to /tmp/autopkgtest_script_pid 1463s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1463s [==========] Running 39 tests from 1 test suite. 1463s [----------] Global test environment set-up. 1463s [----------] 39 tests from OperatorRegistrationTestFunctorBasedKernel 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenKernel_whenRegistered_thenCanBeCalled 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenKernel_whenRegistered_thenCanBeCalled (0 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel (0 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel (0 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled (0 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled (0 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled (0 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled (0 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled (0 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled (0 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithTupleInput_withOutput_whenRegistered_thenCanBeCalled 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithTupleInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithCache_thenCacheIsKeptCorrectly 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithCache_thenCacheIsKeptCorrectly (0 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithConstructorArg_whenRegistered_thenCanBeCalled 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithConstructorArg_whenRegistered_thenCanBeCalled (0 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithMultipleConstructorArgs_whenRegistered_thenCanBeCalled 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithMultipleConstructorArgs_whenRegistered_thenCanBeCalled (0 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled (0 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled (0 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled (0 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed (0 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema (0 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenKernel_whenRegisteredCatchAllWithoutSpecifyingSchema_thenInfersSchema 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenKernel_whenRegisteredCatchAllWithoutSpecifyingSchema_thenInfersSchema (0 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails (6 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails (3 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails (11 ms) 1463s [ RUN ] OperatorRegistrationTestFunctorBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails 1463s [ OK ] OperatorRegistrationTestFunctorBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails (8 ms) 1463s [----------] 39 tests from OperatorRegistrationTestFunctorBasedKernel (33 ms total) 1463s 1463s [----------] Global test environment tear-down 1463s [==========] 39 tests from 1 test suite ran. (33 ms total) 1463s [ PASSED ] 39 tests. 1463s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1463s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1463s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1463s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1463s autopkgtest: DBG: testbed command exited with code 0 1463s autopkgtest [01:33:50]: test 77_of_104__cpptest__make_boxed_from_unboxed_functor_test: -----------------------] 1463s autopkgtest: DBG: testbed executing test finished with exit status 0 1463s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/77_of_104__cpptest__make_boxed_from_unboxed_functor_test-stdout /tmp/autopkgtest-work.g4f853zl/out/77_of_104__cpptest__make_boxed_from_unboxed_functor_test-stdout 1463s autopkgtest: DBG: got reply from testbed: ok 1463s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/77_of_104__cpptest__make_boxed_from_unboxed_functor_test-stderr /tmp/autopkgtest-work.g4f853zl/out/77_of_104__cpptest__make_boxed_from_unboxed_functor_test-stderr 1464s autopkgtest: DBG: got reply from testbed: ok 1464s autopkgtest [01:33:51]: test 77_of_104__cpptest__make_boxed_from_unboxed_functor_test: - - - - - - - - - - results - - - - - - - - - - 1464s 77_of_104__cpptest__make_boxed_from_unboxed_functor_test PASS 1464s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/77_of_104__cpptest__make_boxed_from_unboxed_functor_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1464s autopkgtest: DBG: got reply from testbed: ok 1464s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/77_of_104__cpptest__make_boxed_from_unboxed_functor_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1464s autopkgtest: DBG: testbed command exited with code 0 1464s autopkgtest [01:33:51]: test 78_of_104__cpptest__math_kernel_test: preparing testbed 1464s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1464s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1464s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1464s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1464s autopkgtest: DBG: can use apt-get on testbed: True 1464s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1464s Reading package lists... 1464s Building dependency tree... 1464s Reading state information... 1465s Starting pkgProblemResolver with broken count: 0 1465s Starting 2 pkgProblemResolver with broken count: 0 1465s Done 1465s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1465s autopkgtest: DBG: testbed command exited with code 0 1465s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1465s autopkgtest: DBG: testbed command exited with code 0 1465s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1465s autopkgtest: DBG: testbed command exited with code 0 1465s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/78_of_104__cpptest__math_kernel_test-packages.all"], kind short, sout raw, serr pipe, env [] 1465s autopkgtest: DBG: testbed command exited with code 0 1465s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/78_of_104__cpptest__math_kernel_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/78_of_104__cpptest__math_kernel_test-packages.all 1465s autopkgtest: DBG: got reply from testbed: ok 1465s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1466s autopkgtest: DBG: testbed command exited with code 0 1466s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1466s autopkgtest [01:33:53]: test 78_of_104__cpptest__math_kernel_test: /usr/lib/libtorch-test/math_kernel_test 1466s autopkgtest [01:33:53]: test 78_of_104__cpptest__math_kernel_test: [----------------------- 1466s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/78_of_104__cpptest__math_kernel_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/78_of_104__cpptest__math_kernel_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/78_of_104__cpptest__math_kernel_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/math_kernel_test"], kind test, sout raw, serr raw, env [] 1466s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/78_of_104__cpptest__math_kernel_test-artifacts 1466s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1466s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1466s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1466s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1466s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1466s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1466s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1466s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1466s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1466s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1466s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1466s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1466s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1466s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1466s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1466s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1466s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1466s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1466s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1466s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1466s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1466s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1466s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/78_of_104__cpptest__math_kernel_test-stderr 1466s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/78_of_104__cpptest__math_kernel_test-stdout 1466s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1466s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1466s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/math_kernel_test 1466s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.D6NY3rjv45/out to stdout and file: /tmp/autopkgtest.PBRVfE/78_of_104__cpptest__math_kernel_test-stdout 1466s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.D6NY3rjv45/err to standard error and file: /tmp/autopkgtest.PBRVfE/78_of_104__cpptest__math_kernel_test-stdout 1466s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 13775 to /tmp/autopkgtest_script_pid 1466s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1466s [==========] Running 6 tests from 1 test suite. 1466s [----------] Global test environment set-up. 1466s [----------] 6 tests from MathKernelTest 1466s [ RUN ] MathKernelTest.NativeGroupNorm 1466s [ OK ] MathKernelTest.NativeGroupNorm (1 ms) 1466s [ RUN ] MathKernelTest.NativeLayerNorm 1466s [ OK ] MathKernelTest.NativeLayerNorm (2 ms) 1466s [ RUN ] MathKernelTest.Addr 1466s [ OK ] MathKernelTest.Addr (0 ms) 1466s [ RUN ] MathKernelTest.SiluBackward 1466s [ OK ] MathKernelTest.SiluBackward (0 ms) 1466s [ RUN ] MathKernelTest.MishBackward 1466s [ OK ] MathKernelTest.MishBackward (0 ms) 1466s [ RUN ] MathKernelTest.Bmm 1466s [ OK ] MathKernelTest.Bmm (0 ms) 1466s [----------] 6 tests from MathKernelTest (4 ms total) 1466s 1466s [----------] Global test environment tear-down 1466s [==========] 6 tests from 1 test suite ran. (4 ms total) 1466s [ PASSED ] 6 tests. 1466s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1466s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1466s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1466s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1466s autopkgtest: DBG: testbed command exited with code 0 1466s autopkgtest [01:33:53]: test 78_of_104__cpptest__math_kernel_test: -----------------------] 1466s autopkgtest: DBG: testbed executing test finished with exit status 0 1466s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/78_of_104__cpptest__math_kernel_test-stdout /tmp/autopkgtest-work.g4f853zl/out/78_of_104__cpptest__math_kernel_test-stdout 1467s autopkgtest: DBG: got reply from testbed: ok 1467s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/78_of_104__cpptest__math_kernel_test-stderr /tmp/autopkgtest-work.g4f853zl/out/78_of_104__cpptest__math_kernel_test-stderr 1467s autopkgtest: DBG: got reply from testbed: ok 1467s 78_of_104__cpptest__math_kernel_test PASS 1467s autopkgtest [01:33:54]: test 78_of_104__cpptest__math_kernel_test: - - - - - - - - - - results - - - - - - - - - - 1467s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/78_of_104__cpptest__math_kernel_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1467s autopkgtest: DBG: got reply from testbed: ok 1467s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/78_of_104__cpptest__math_kernel_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1467s autopkgtest: DBG: testbed command exited with code 0 1467s autopkgtest [01:33:54]: test 79_of_104__cpptest__memory_format_test: preparing testbed 1467s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1467s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1467s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1467s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1467s autopkgtest: DBG: can use apt-get on testbed: True 1467s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1468s Reading package lists... 1468s Building dependency tree... 1468s Reading state information... 1468s Starting pkgProblemResolver with broken count: 0 1468s Starting 2 pkgProblemResolver with broken count: 0 1468s Done 1468s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1468s autopkgtest: DBG: testbed command exited with code 0 1468s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1468s autopkgtest: DBG: testbed command exited with code 0 1468s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1468s autopkgtest: DBG: testbed command exited with code 0 1468s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/79_of_104__cpptest__memory_format_test-packages.all"], kind short, sout raw, serr pipe, env [] 1469s autopkgtest: DBG: testbed command exited with code 0 1469s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/79_of_104__cpptest__memory_format_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/79_of_104__cpptest__memory_format_test-packages.all 1469s autopkgtest: DBG: got reply from testbed: ok 1469s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1469s autopkgtest: DBG: testbed command exited with code 0 1469s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1469s autopkgtest [01:33:56]: test 79_of_104__cpptest__memory_format_test: /usr/lib/libtorch-test/memory_format_test 1469s autopkgtest [01:33:56]: test 79_of_104__cpptest__memory_format_test: [----------------------- 1469s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/79_of_104__cpptest__memory_format_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/79_of_104__cpptest__memory_format_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/79_of_104__cpptest__memory_format_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/memory_format_test"], kind test, sout raw, serr raw, env [] 1469s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/79_of_104__cpptest__memory_format_test-artifacts 1469s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1469s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1469s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1469s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1469s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1469s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1469s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1469s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1469s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1469s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1469s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1469s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1469s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1469s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1469s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1469s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1469s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1469s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1469s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1469s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1469s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1469s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1469s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/79_of_104__cpptest__memory_format_test-stderr 1469s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/79_of_104__cpptest__memory_format_test-stdout 1469s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1469s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1469s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/memory_format_test 1469s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.amQIAkvEFS/out to stdout and file: /tmp/autopkgtest.PBRVfE/79_of_104__cpptest__memory_format_test-stdout 1469s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.amQIAkvEFS/err to standard error and file: /tmp/autopkgtest.PBRVfE/79_of_104__cpptest__memory_format_test-stdout 1469s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 13929 to /tmp/autopkgtest_script_pid 1469s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1469s [==========] Running 4 tests from 1 test suite. 1469s [----------] Global test environment set-up. 1469s [----------] 4 tests from MemoryFormatTest 1469s [ RUN ] MemoryFormatTest.SetMemoryFormat 1469s [ OK ] MemoryFormatTest.SetMemoryFormat (0 ms) 1469s [ RUN ] MemoryFormatTest.TransposeMemoryFormat 1469s [ OK ] MemoryFormatTest.TransposeMemoryFormat (0 ms) 1469s [ RUN ] MemoryFormatTest.SliceStepTwoMemoryFormat 1469s [ OK ] MemoryFormatTest.SliceStepTwoMemoryFormat (0 ms) 1469s [ RUN ] MemoryFormatTest.SliceFirstMemoryFormat 1469s [ OK ] MemoryFormatTest.SliceFirstMemoryFormat (0 ms) 1469s [----------] 4 tests from MemoryFormatTest (0 ms total) 1469s 1469s [----------] Global test environment tear-down 1469s [==========] 4 tests from 1 test suite ran. (0 ms total) 1469s [ PASSED ] 4 tests. 1469s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1469s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1469s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1469s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1469s autopkgtest: DBG: testbed command exited with code 0 1470s autopkgtest [01:33:57]: test 79_of_104__cpptest__memory_format_test: -----------------------] 1470s autopkgtest: DBG: testbed executing test finished with exit status 0 1470s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/79_of_104__cpptest__memory_format_test-stdout /tmp/autopkgtest-work.g4f853zl/out/79_of_104__cpptest__memory_format_test-stdout 1470s autopkgtest: DBG: got reply from testbed: ok 1470s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/79_of_104__cpptest__memory_format_test-stderr /tmp/autopkgtest-work.g4f853zl/out/79_of_104__cpptest__memory_format_test-stderr 1470s autopkgtest: DBG: got reply from testbed: ok 1470s 79_of_104__cpptest__memory_format_test PASS 1470s autopkgtest [01:33:57]: test 79_of_104__cpptest__memory_format_test: - - - - - - - - - - results - - - - - - - - - - 1470s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/79_of_104__cpptest__memory_format_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1470s autopkgtest: DBG: got reply from testbed: ok 1470s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/79_of_104__cpptest__memory_format_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1470s autopkgtest: DBG: testbed command exited with code 0 1470s autopkgtest [01:33:57]: test 80_of_104__cpptest__memory_overlapping_test: preparing testbed 1470s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1470s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1470s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1470s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1470s autopkgtest: DBG: can use apt-get on testbed: True 1470s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1471s Reading package lists... 1471s Building dependency tree... 1471s Reading state information... 1471s Starting pkgProblemResolver with broken count: 0 1471s Starting 2 pkgProblemResolver with broken count: 0 1471s Done 1471s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1471s autopkgtest: DBG: testbed command exited with code 0 1471s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1471s autopkgtest: DBG: testbed command exited with code 0 1471s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1472s autopkgtest: DBG: testbed command exited with code 0 1472s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/80_of_104__cpptest__memory_overlapping_test-packages.all"], kind short, sout raw, serr pipe, env [] 1472s autopkgtest: DBG: testbed command exited with code 0 1472s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/80_of_104__cpptest__memory_overlapping_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/80_of_104__cpptest__memory_overlapping_test-packages.all 1472s autopkgtest: DBG: got reply from testbed: ok 1472s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1472s autopkgtest: DBG: testbed command exited with code 0 1472s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1472s autopkgtest [01:33:59]: test 80_of_104__cpptest__memory_overlapping_test: /usr/lib/libtorch-test/memory_overlapping_test 1472s autopkgtest [01:33:59]: test 80_of_104__cpptest__memory_overlapping_test: [----------------------- 1472s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/80_of_104__cpptest__memory_overlapping_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/80_of_104__cpptest__memory_overlapping_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/80_of_104__cpptest__memory_overlapping_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/memory_overlapping_test"], kind test, sout raw, serr raw, env [] 1472s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/80_of_104__cpptest__memory_overlapping_test-artifacts 1472s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1472s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1472s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1472s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1472s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1472s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1472s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1472s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1472s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1472s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1472s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1472s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1472s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1472s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1472s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1472s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1472s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1472s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1472s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1472s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1472s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1472s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1472s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/80_of_104__cpptest__memory_overlapping_test-stderr 1472s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/80_of_104__cpptest__memory_overlapping_test-stdout 1472s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1472s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1472s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/memory_overlapping_test 1472s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.KoJ1QurHYn/out to stdout and file: /tmp/autopkgtest.PBRVfE/80_of_104__cpptest__memory_overlapping_test-stdout 1472s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.KoJ1QurHYn/err to standard error and file: /tmp/autopkgtest.PBRVfE/80_of_104__cpptest__memory_overlapping_test-stdout 1472s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 14082 to /tmp/autopkgtest_script_pid 1472s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1472s [==========] Running 6 tests from 1 test suite. 1472s [----------] Global test environment set-up. 1472s [----------] 6 tests from MemoryOverlapTest 1472s [ RUN ] MemoryOverlapTest.TensorExpanded 1472s [ OK ] MemoryOverlapTest.TensorExpanded (0 ms) 1472s [ RUN ] MemoryOverlapTest.ScalarExpanded 1472s [ OK ] MemoryOverlapTest.ScalarExpanded (0 ms) 1472s [ RUN ] MemoryOverlapTest.NonContiguousTensor 1472s [ OK ] MemoryOverlapTest.NonContiguousTensor (0 ms) 1472s [ RUN ] MemoryOverlapTest.NonContiguousExpandedTensor 1472s [ OK ] MemoryOverlapTest.NonContiguousExpandedTensor (0 ms) 1472s [ RUN ] MemoryOverlapTest.ContiguousTensor 1472s [ OK ] MemoryOverlapTest.ContiguousTensor (0 ms) 1472s [ RUN ] MemoryOverlapTest.ContiguousExpandedTensor 1472s [ OK ] MemoryOverlapTest.ContiguousExpandedTensor (0 ms) 1472s [----------] 6 tests from MemoryOverlapTest (0 ms total) 1472s 1472s [----------] Global test environment tear-down 1472s [==========] 6 tests from 1 test suite ran. (0 ms total) 1472s [ PASSED ] 6 tests. 1472s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1472s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1472s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1472s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1472s autopkgtest: DBG: testbed command exited with code 0 1473s autopkgtest [01:34:00]: test 80_of_104__cpptest__memory_overlapping_test: -----------------------] 1473s autopkgtest: DBG: testbed executing test finished with exit status 0 1473s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/80_of_104__cpptest__memory_overlapping_test-stdout /tmp/autopkgtest-work.g4f853zl/out/80_of_104__cpptest__memory_overlapping_test-stdout 1473s autopkgtest: DBG: got reply from testbed: ok 1473s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/80_of_104__cpptest__memory_overlapping_test-stderr /tmp/autopkgtest-work.g4f853zl/out/80_of_104__cpptest__memory_overlapping_test-stderr 1473s autopkgtest: DBG: got reply from testbed: ok 1473s 80_of_104__cpptest__memory_overlapping_test PASS 1473s autopkgtest [01:34:00]: test 80_of_104__cpptest__memory_overlapping_test: - - - - - - - - - - results - - - - - - - - - - 1473s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/80_of_104__cpptest__memory_overlapping_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1473s autopkgtest: DBG: got reply from testbed: ok 1473s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/80_of_104__cpptest__memory_overlapping_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1474s autopkgtest: DBG: testbed command exited with code 0 1474s autopkgtest [01:34:01]: test 81_of_104__cpptest__mobile_memory_cleanup: preparing testbed 1474s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1474s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1474s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1474s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1474s autopkgtest: DBG: can use apt-get on testbed: True 1474s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1474s Reading package lists... 1474s Building dependency tree... 1474s Reading state information... 1474s Starting pkgProblemResolver with broken count: 0 1474s Starting 2 pkgProblemResolver with broken count: 0 1474s Done 1474s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1474s autopkgtest: DBG: testbed command exited with code 0 1474s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1474s autopkgtest: DBG: testbed command exited with code 0 1474s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1475s autopkgtest: DBG: testbed command exited with code 0 1475s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/81_of_104__cpptest__mobile_memory_cleanup-packages.all"], kind short, sout raw, serr pipe, env [] 1475s autopkgtest: DBG: testbed command exited with code 0 1475s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/81_of_104__cpptest__mobile_memory_cleanup-packages.all /tmp/autopkgtest-work.g4f853zl/out/81_of_104__cpptest__mobile_memory_cleanup-packages.all 1475s autopkgtest: DBG: got reply from testbed: ok 1475s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1475s autopkgtest: DBG: testbed command exited with code 0 1475s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1475s autopkgtest [01:34:02]: test 81_of_104__cpptest__mobile_memory_cleanup: /usr/lib/libtorch-test/mobile_memory_cleanup 1475s autopkgtest [01:34:02]: test 81_of_104__cpptest__mobile_memory_cleanup: [----------------------- 1475s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/81_of_104__cpptest__mobile_memory_cleanup-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/81_of_104__cpptest__mobile_memory_cleanup-stderr --stdout=/tmp/autopkgtest.PBRVfE/81_of_104__cpptest__mobile_memory_cleanup-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/mobile_memory_cleanup"], kind test, sout raw, serr raw, env [] 1475s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/81_of_104__cpptest__mobile_memory_cleanup-artifacts 1475s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1475s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1475s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1475s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1475s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1475s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1475s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1475s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1475s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1475s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1475s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1475s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1475s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1475s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1475s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1475s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1475s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1475s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1475s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1475s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1475s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1475s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1475s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/81_of_104__cpptest__mobile_memory_cleanup-stderr 1475s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/81_of_104__cpptest__mobile_memory_cleanup-stdout 1475s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1475s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1475s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/mobile_memory_cleanup 1475s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.inolvMB6Gn/out to stdout and file: /tmp/autopkgtest.PBRVfE/81_of_104__cpptest__mobile_memory_cleanup-stdout 1475s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.inolvMB6Gn/err to standard error and file: /tmp/autopkgtest.PBRVfE/81_of_104__cpptest__mobile_memory_cleanup-stdout 1475s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 14235 to /tmp/autopkgtest_script_pid 1475s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1475s [==========] Running 0 tests from 0 test suites. 1475s [==========] 0 tests from 0 test suites ran. (0 ms total) 1475s [ PASSED ] 0 tests. 1476s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1476s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1476s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1476s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1476s autopkgtest: DBG: testbed command exited with code 0 1476s autopkgtest [01:34:03]: test 81_of_104__cpptest__mobile_memory_cleanup: -----------------------] 1476s autopkgtest: DBG: testbed executing test finished with exit status 0 1476s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/81_of_104__cpptest__mobile_memory_cleanup-stdout /tmp/autopkgtest-work.g4f853zl/out/81_of_104__cpptest__mobile_memory_cleanup-stdout 1476s autopkgtest: DBG: got reply from testbed: ok 1476s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/81_of_104__cpptest__mobile_memory_cleanup-stderr /tmp/autopkgtest-work.g4f853zl/out/81_of_104__cpptest__mobile_memory_cleanup-stderr 1476s autopkgtest: DBG: got reply from testbed: ok 1476s autopkgtest [01:34:03]: test 81_of_104__cpptest__mobile_memory_cleanup: - - - - - - - - - - results - - - - - - - - - - 1476s 81_of_104__cpptest__mobile_memory_cleanup PASS 1476s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/81_of_104__cpptest__mobile_memory_cleanup-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1476s autopkgtest: DBG: got reply from testbed: ok 1476s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/81_of_104__cpptest__mobile_memory_cleanup-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1477s autopkgtest: DBG: testbed command exited with code 0 1477s autopkgtest [01:34:04]: test 82_of_104__cpptest__native_test: preparing testbed 1477s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1477s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1477s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1477s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1477s autopkgtest: DBG: can use apt-get on testbed: True 1477s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1477s Reading package lists... 1477s Building dependency tree... 1477s Reading state information... 1477s Starting pkgProblemResolver with broken count: 0 1477s Starting 2 pkgProblemResolver with broken count: 0 1477s Done 1477s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1477s autopkgtest: DBG: testbed command exited with code 0 1477s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1477s autopkgtest: DBG: testbed command exited with code 0 1477s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1478s autopkgtest: DBG: testbed command exited with code 0 1478s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/82_of_104__cpptest__native_test-packages.all"], kind short, sout raw, serr pipe, env [] 1478s autopkgtest: DBG: testbed command exited with code 0 1478s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/82_of_104__cpptest__native_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/82_of_104__cpptest__native_test-packages.all 1478s autopkgtest: DBG: got reply from testbed: ok 1478s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1478s autopkgtest: DBG: testbed command exited with code 0 1478s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1478s autopkgtest [01:34:05]: test 82_of_104__cpptest__native_test: /usr/lib/libtorch-test/native_test 1478s autopkgtest [01:34:05]: test 82_of_104__cpptest__native_test: [----------------------- 1478s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/82_of_104__cpptest__native_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/82_of_104__cpptest__native_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/82_of_104__cpptest__native_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/native_test"], kind test, sout raw, serr raw, env [] 1478s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/82_of_104__cpptest__native_test-artifacts 1478s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1478s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1478s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1478s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1478s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1478s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1478s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1478s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1478s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1478s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1478s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1478s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1478s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1478s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1478s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1478s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1478s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1478s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1478s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1478s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1478s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1478s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1478s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/82_of_104__cpptest__native_test-stderr 1478s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/82_of_104__cpptest__native_test-stdout 1478s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1478s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1478s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/native_test 1478s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.9Vbvy0aRvq/out to stdout and file: /tmp/autopkgtest.PBRVfE/82_of_104__cpptest__native_test-stdout 1478s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.9Vbvy0aRvq/err to standard error and file: /tmp/autopkgtest.PBRVfE/82_of_104__cpptest__native_test-stdout 1478s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 14388 to /tmp/autopkgtest_script_pid 1478s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1478s [==========] Running 2 tests from 1 test suite. 1478s [----------] Global test environment set-up. 1478s [----------] 2 tests from TestNative 1478s [ RUN ] TestNative.NativeTestCPU 1478s [W219 01:34:05.119519848 TensorCompare.cpp:529] Warning: where received a uint8 condition tensor. This behavior is deprecated and will be removed in a future version of PyTorch. Use a boolean condition instead. (function operator()) 1478s [ OK ] TestNative.NativeTestCPU (2 ms) 1478s [ RUN ] TestNative.NativeTestGPU 1478s [ OK ] TestNative.NativeTestGPU (0 ms) 1478s [----------] 2 tests from TestNative (2 ms total) 1478s 1478s [----------] Global test environment tear-down 1478s [==========] 2 tests from 1 test suite ran. (2 ms total) 1478s [ PASSED ] 2 tests. 1479s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1479s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1479s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1479s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1479s autopkgtest: DBG: testbed command exited with code 0 1479s autopkgtest [01:34:06]: test 82_of_104__cpptest__native_test: -----------------------] 1479s autopkgtest: DBG: testbed executing test finished with exit status 0 1479s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/82_of_104__cpptest__native_test-stdout /tmp/autopkgtest-work.g4f853zl/out/82_of_104__cpptest__native_test-stdout 1479s autopkgtest: DBG: got reply from testbed: ok 1479s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/82_of_104__cpptest__native_test-stderr /tmp/autopkgtest-work.g4f853zl/out/82_of_104__cpptest__native_test-stderr 1479s autopkgtest: DBG: got reply from testbed: ok 1479s autopkgtest [01:34:06]: test 82_of_104__cpptest__native_test: - - - - - - - - - - results - - - - - - - - - - 1479s 82_of_104__cpptest__native_test PASS 1479s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/82_of_104__cpptest__native_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1479s autopkgtest: DBG: got reply from testbed: ok 1479s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/82_of_104__cpptest__native_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1480s autopkgtest: DBG: testbed command exited with code 0 1480s autopkgtest [01:34:07]: test 83_of_104__cpptest__op_allowlist_test: preparing testbed 1480s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1480s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1480s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1480s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1480s autopkgtest: DBG: can use apt-get on testbed: True 1480s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1480s Reading package lists... 1480s Building dependency tree... 1480s Reading state information... 1480s Starting pkgProblemResolver with broken count: 0 1480s Starting 2 pkgProblemResolver with broken count: 0 1480s Done 1480s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1480s autopkgtest: DBG: testbed command exited with code 0 1480s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1480s autopkgtest: DBG: testbed command exited with code 0 1480s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1481s autopkgtest: DBG: testbed command exited with code 0 1481s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/83_of_104__cpptest__op_allowlist_test-packages.all"], kind short, sout raw, serr pipe, env [] 1481s autopkgtest: DBG: testbed command exited with code 0 1481s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/83_of_104__cpptest__op_allowlist_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/83_of_104__cpptest__op_allowlist_test-packages.all 1481s autopkgtest: DBG: got reply from testbed: ok 1481s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1481s autopkgtest: DBG: testbed command exited with code 0 1481s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1481s autopkgtest [01:34:08]: test 83_of_104__cpptest__op_allowlist_test: /usr/lib/libtorch-test/op_allowlist_test 1481s autopkgtest [01:34:08]: test 83_of_104__cpptest__op_allowlist_test: [----------------------- 1481s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/83_of_104__cpptest__op_allowlist_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/83_of_104__cpptest__op_allowlist_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/83_of_104__cpptest__op_allowlist_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/op_allowlist_test"], kind test, sout raw, serr raw, env [] 1481s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/83_of_104__cpptest__op_allowlist_test-artifacts 1481s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1481s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1481s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1481s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1481s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1481s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1481s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1481s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1481s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1481s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1481s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1481s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1481s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1481s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1481s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1481s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1481s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1481s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1481s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1481s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1481s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1481s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1481s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/83_of_104__cpptest__op_allowlist_test-stderr 1481s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/83_of_104__cpptest__op_allowlist_test-stdout 1481s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1481s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1481s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/op_allowlist_test 1481s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.MERKoKZ7SM/out to stdout and file: /tmp/autopkgtest.PBRVfE/83_of_104__cpptest__op_allowlist_test-stdout 1481s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.MERKoKZ7SM/err to standard error and file: /tmp/autopkgtest.PBRVfE/83_of_104__cpptest__op_allowlist_test-stdout 1481s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 14541 to /tmp/autopkgtest_script_pid 1481s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1481s [==========] Running 0 tests from 0 test suites. 1481s [==========] 0 tests from 0 test suites ran. (0 ms total) 1481s [ PASSED ] 0 tests. 1482s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1482s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1482s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1482s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1482s autopkgtest: DBG: testbed command exited with code 0 1482s autopkgtest [01:34:09]: test 83_of_104__cpptest__op_allowlist_test: -----------------------] 1482s autopkgtest: DBG: testbed executing test finished with exit status 0 1482s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/83_of_104__cpptest__op_allowlist_test-stdout /tmp/autopkgtest-work.g4f853zl/out/83_of_104__cpptest__op_allowlist_test-stdout 1482s autopkgtest: DBG: got reply from testbed: ok 1482s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/83_of_104__cpptest__op_allowlist_test-stderr /tmp/autopkgtest-work.g4f853zl/out/83_of_104__cpptest__op_allowlist_test-stderr 1482s autopkgtest: DBG: got reply from testbed: ok 1482s 83_of_104__cpptest__op_allowlist_test PASS 1482s autopkgtest [01:34:09]: test 83_of_104__cpptest__op_allowlist_test: - - - - - - - - - - results - - - - - - - - - - 1482s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/83_of_104__cpptest__op_allowlist_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1482s autopkgtest: DBG: got reply from testbed: ok 1482s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/83_of_104__cpptest__op_allowlist_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1483s autopkgtest: DBG: testbed command exited with code 0 1483s autopkgtest [01:34:10]: test 84_of_104__cpptest__op_registration_test: preparing testbed 1483s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1483s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1483s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1483s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1483s autopkgtest: DBG: can use apt-get on testbed: True 1483s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1483s Reading package lists... 1483s Building dependency tree... 1483s Reading state information... 1483s Starting pkgProblemResolver with broken count: 0 1483s Starting 2 pkgProblemResolver with broken count: 0 1483s Done 1483s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1483s autopkgtest: DBG: testbed command exited with code 0 1483s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1483s autopkgtest: DBG: testbed command exited with code 0 1483s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1484s autopkgtest: DBG: testbed command exited with code 0 1484s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/84_of_104__cpptest__op_registration_test-packages.all"], kind short, sout raw, serr pipe, env [] 1484s autopkgtest: DBG: testbed command exited with code 0 1484s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/84_of_104__cpptest__op_registration_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/84_of_104__cpptest__op_registration_test-packages.all 1484s autopkgtest: DBG: got reply from testbed: ok 1484s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1484s autopkgtest: DBG: testbed command exited with code 0 1484s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1484s autopkgtest [01:34:11]: test 84_of_104__cpptest__op_registration_test: /usr/lib/libtorch-test/op_registration_test 1484s autopkgtest [01:34:11]: test 84_of_104__cpptest__op_registration_test: [----------------------- 1484s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/84_of_104__cpptest__op_registration_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/84_of_104__cpptest__op_registration_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/84_of_104__cpptest__op_registration_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/op_registration_test"], kind test, sout raw, serr raw, env [] 1484s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/84_of_104__cpptest__op_registration_test-artifacts 1484s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1484s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1484s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1484s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1484s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1484s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1484s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1484s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1484s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1484s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1484s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1484s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1484s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1484s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1484s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1484s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1484s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1484s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1484s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1484s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1484s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1484s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1484s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/84_of_104__cpptest__op_registration_test-stderr 1484s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/84_of_104__cpptest__op_registration_test-stdout 1484s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1484s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1484s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/op_registration_test 1484s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.WPXSnkiD7s/out to stdout and file: /tmp/autopkgtest.PBRVfE/84_of_104__cpptest__op_registration_test-stdout 1484s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.WPXSnkiD7s/err to standard error and file: /tmp/autopkgtest.PBRVfE/84_of_104__cpptest__op_registration_test-stdout 1484s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 14694 to /tmp/autopkgtest_script_pid 1485s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1485s [==========] Running 79 tests from 2 test suites. 1485s [----------] Global test environment set-up. 1485s [----------] 51 tests from OperatorRegistrationTest 1485s [ RUN ] OperatorRegistrationTest.whenRegisteringWithSchemaBeforeKernelInOptionsObject_thenCanBeCalled 1485s [ OK ] OperatorRegistrationTest.whenRegisteringWithSchemaBeforeKernelInOptionsObject_thenCanBeCalled (0 ms) 1485s [ RUN ] OperatorRegistrationTest.whenRegisteringWithSchemaAfterKernelInOptionsObject_thenCanBeCalled 1485s [ OK ] OperatorRegistrationTest.whenRegisteringWithSchemaAfterKernelInOptionsObject_thenCanBeCalled (0 ms) 1485s [ RUN ] OperatorRegistrationTest.whenRegisteringWithNameBeforeKernelInOptionsObject_thenCanBeCalled 1485s [ OK ] OperatorRegistrationTest.whenRegisteringWithNameBeforeKernelInOptionsObject_thenCanBeCalled (0 ms) 1485s [ RUN ] OperatorRegistrationTest.whenRegisteringWithNameAfterKernelInOptionsObject_thenCanBeCalled 1485s [ OK ] OperatorRegistrationTest.whenRegisteringWithNameAfterKernelInOptionsObject_thenCanBeCalled (0 ms) 1485s [ RUN ] OperatorRegistrationTest.whenRegisteringWithoutSchema_thenFails 1485s [ OK ] OperatorRegistrationTest.whenRegisteringWithoutSchema_thenFails (0 ms) 1485s [ RUN ] OperatorRegistrationTest.whenCallingOpWithWrongDispatchKey_thenFails 1485s [ OK ] OperatorRegistrationTest.whenCallingOpWithWrongDispatchKey_thenFails (0 ms) 1485s [ RUN ] OperatorRegistrationTest.givenOpWithCatchallKernel_whenCallingOp_thenCallsCatchallKernel 1485s [ OK ] OperatorRegistrationTest.givenOpWithCatchallKernel_whenCallingOp_thenCallsCatchallKernel (0 ms) 1485s [ RUN ] OperatorRegistrationTest.givenOpWithDispatchedKernelOutOfScope_whenRegisteringCatchallKernelAndCallingOp_thenCallsCatchallKernel 1485s [ OK ] OperatorRegistrationTest.givenOpWithDispatchedKernelOutOfScope_whenRegisteringCatchallKernelAndCallingOp_thenCallsCatchallKernel (0 ms) 1485s [ RUN ] OperatorRegistrationTest.givenOpWithCatchallKernelOutOfScope_whenRegisteringDispatchedKernelAndCallingOp_thenCallsCatchallKernel 1485s [ OK ] OperatorRegistrationTest.givenOpWithCatchallKernelOutOfScope_whenRegisteringDispatchedKernelAndCallingOp_thenCallsCatchallKernel (0 ms) 1485s [ RUN ] OperatorRegistrationTest.givenOpWithoutKernels_whenRegisteringWithSchema_thenOnlyRegistersSchema 1485s [ OK ] OperatorRegistrationTest.givenOpWithoutKernels_whenRegisteringWithSchema_thenOnlyRegistersSchema (0 ms) 1485s [ RUN ] OperatorRegistrationTest.givenOpWithoutKernels_whenRegisteringWithoutSchema_thenFails 1485s [ OK ] OperatorRegistrationTest.givenOpWithoutKernels_whenRegisteringWithoutSchema_thenFails (0 ms) 1485s [ RUN ] OperatorRegistrationTest.givenOpWithoutKernels_whenRunningOutOfScope_thenSchemaIsGone 1485s [ OK ] OperatorRegistrationTest.givenOpWithoutKernels_whenRunningOutOfScope_thenSchemaIsGone (0 ms) 1485s [ RUN ] OperatorRegistrationTest.givenOpWithoutKernelsWithoutTensorInputs_whenRegistering_thenRegisters 1485s [ OK ] OperatorRegistrationTest.givenOpWithoutKernelsWithoutTensorInputs_whenRegistering_thenRegisters (0 ms) 1485s [ RUN ] OperatorRegistrationTest.givenMultipleKernelsWithSameDispatchKey_whenRegisteringInSameOpCall_thenFails 1485s [ OK ] OperatorRegistrationTest.givenMultipleKernelsWithSameDispatchKey_whenRegisteringInSameOpCall_thenFails (0 ms) 1485s [ RUN ] OperatorRegistrationTest.givenMultipleCatchallKernels_whenRegisteringInSameOpCall_thenFails 1485s [ OK ] OperatorRegistrationTest.givenMultipleCatchallKernels_whenRegisteringInSameOpCall_thenFails (0 ms) 1485s [ RUN ] OperatorRegistrationTest.whenRegisteringCPUTensorType_thenCanOnlyCallUnboxedWithCPUDispatchKey 1485s [ OK ] OperatorRegistrationTest.whenRegisteringCPUTensorType_thenCanOnlyCallUnboxedWithCPUDispatchKey (0 ms) 1485s [ RUN ] OperatorRegistrationTest.whenRegisteringMultipleKernelsInSameOpCallAndCalling_thenCallsCorrectKernel 1485s [ OK ] OperatorRegistrationTest.whenRegisteringMultipleKernelsInSameOpCallAndCalling_thenCallsCorrectKernel (2 ms) 1485s [ RUN ] OperatorRegistrationTest.whenRegisteringMultipleKernelsByNameAndNoneCanInferSchema_thenFails 1485s [ OK ] OperatorRegistrationTest.whenRegisteringMultipleKernelsByNameAndNoneCanInferSchema_thenFails (0 ms) 1485s [ RUN ] OperatorRegistrationTest.whenRegisteringMultipleKernelsBySchemaAndNoneCanInferSchema_thenSucceeds 1485s [ OK ] OperatorRegistrationTest.whenRegisteringMultipleKernelsBySchemaAndNoneCanInferSchema_thenSucceeds (0 ms) 1485s [ RUN ] OperatorRegistrationTest.whenRegisteringMultipleKernelsByNameAndOnlyOneCanInferSchema_thenSucceeds 1485s [ OK ] OperatorRegistrationTest.whenRegisteringMultipleKernelsByNameAndOnlyOneCanInferSchema_thenSucceeds (0 ms) 1485s [ RUN ] OperatorRegistrationTest.whenRegisteringMultipleKernelsBySchemaAndOnlyOneCanInferSchema_thenSucceeds 1485s [ OK ] OperatorRegistrationTest.whenRegisteringMultipleKernelsBySchemaAndOnlyOneCanInferSchema_thenSucceeds (0 ms) 1485s [ RUN ] OperatorRegistrationTest.whenRegisteringMismatchingKernelsInSameOpCall_thenFails 1485s [ OK ] OperatorRegistrationTest.whenRegisteringMismatchingKernelsInSameOpCall_thenFails (1 ms) 1485s [ RUN ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernel_thenCanBeCalled 1485s [ OK ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernel_thenCanBeCalled (3 ms) 1485s [ RUN ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelForWrongBackend_thenCannotBeCalled 1485s [ OK ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelForWrongBackend_thenCannotBeCalled (3 ms) 1485s [ RUN ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndRegularKernelForDifferentBackend_thenRegularKernelCanBeCalled 1485s [ OK ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndRegularKernelForDifferentBackend_thenRegularKernelCanBeCalled (1 ms) 1485s [ RUN ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndRegularKernelForDifferentBackend_thenFallbackKernelCanBeCalled 1485s [ OK ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndRegularKernelForDifferentBackend_thenFallbackKernelCanBeCalled (1 ms) 1485s [ RUN ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndRegularKernelForSameBackend_thenCallsRegularKernel 1485s [ OK ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndRegularKernelForSameBackend_thenCallsRegularKernel (1 ms) 1485s [ RUN ] OperatorRegistrationTest.whenRegisteringAutogradKernel_thenCanCallAutogradKernel 1485s [ OK ] OperatorRegistrationTest.whenRegisteringAutogradKernel_thenCanCallAutogradKernel (0 ms) 1485s [ RUN ] OperatorRegistrationTest.whenRegisteringAutogradKernelWithRegularKernel_thenCanCallAutogradKernel 1485s [ OK ] OperatorRegistrationTest.whenRegisteringAutogradKernelWithRegularKernel_thenCanCallAutogradKernel (0 ms) 1485s [ RUN ] OperatorRegistrationTest.whenRegisteringAutogradKernelWithCatchAllKernel_thenCanCallCatchallKernel 1485s [ OK ] OperatorRegistrationTest.whenRegisteringAutogradKernelWithCatchAllKernel_thenCanCallCatchallKernel (0 ms) 1485s [ RUN ] OperatorRegistrationTest.AutogradBackendOverridesAutogradKernel 1485s [ OK ] OperatorRegistrationTest.AutogradBackendOverridesAutogradKernel (1 ms) 1485s [ RUN ] OperatorRegistrationTest.AutogradXLAOverridesAutogradKernel 1485s [ OK ] OperatorRegistrationTest.AutogradXLAOverridesAutogradKernel (0 ms) 1485s [ RUN ] OperatorRegistrationTest.whenRegisterWithXLAKernelAndCatchAll_AutogradXLAIsNotFilled 1485s [ OK ] OperatorRegistrationTest.whenRegisterWithXLAKernelAndCatchAll_AutogradXLAIsNotFilled (0 ms) 1485s [ RUN ] OperatorRegistrationTest.whenRegisterWithLazyKernelAndCatchAll_AutogradLazyIsNotFilled 1485s [ OK ] OperatorRegistrationTest.whenRegisterWithLazyKernelAndCatchAll_AutogradLazyIsNotFilled (0 ms) 1485s [ RUN ] OperatorRegistrationTest.whenregisteringwithinvalidoverloadname 1485s [ OK ] OperatorRegistrationTest.whenregisteringwithinvalidoverloadname (1 ms) 1485s [ RUN ] OperatorRegistrationTest.givenLambdaKernel_whenRegisteringWithMismatchingCppSignatures_thenFails 1485s [ OK ] OperatorRegistrationTest.givenLambdaKernel_whenRegisteringWithMismatchingCppSignatures_thenFails (1 ms) 1485s [ RUN ] OperatorRegistrationTest.givenLambdaKernel_whenRegisteringCatchAllAndBackendWithMismatchingCppSignatures_thenFails 1485s [ OK ] OperatorRegistrationTest.givenLambdaKernel_whenRegisteringCatchAllAndBackendWithMismatchingCppSignatures_thenFails (1 ms) 1485s [ RUN ] OperatorRegistrationTest.givenLambdaKernel_whenRegisteringBackendAndCatchAllWithMismatchingCppSignatures_thenFails 1485s [ OK ] OperatorRegistrationTest.givenLambdaKernel_whenRegisteringBackendAndCatchAllWithMismatchingCppSignatures_thenFails (1 ms) 1485s [ RUN ] OperatorRegistrationTest.givenLambdaKernel_whenAccessingWithMismatchingCppSignatures_thenFails 1485s [ OK ] OperatorRegistrationTest.givenLambdaKernel_whenAccessingWithMismatchingCppSignatures_thenFails (1 ms) 1485s [ RUN ] OperatorRegistrationTest.givenLambdaKernel_whenAccessingCatchAllWithMismatchingCppSignatures_thenFails 1485s [ OK ] OperatorRegistrationTest.givenLambdaKernel_whenAccessingCatchAllWithMismatchingCppSignatures_thenFails (1 ms) 1485s [ RUN ] OperatorRegistrationTest.givenTorchLibrary_whenRegisteringWithMismatchingCppSignatures_thenFails 1485s [ OK ] OperatorRegistrationTest.givenTorchLibrary_whenRegisteringWithMismatchingCppSignatures_thenFails (1 ms) 1485s [ RUN ] OperatorRegistrationTest.givenTorchLibrary_whenAccessingWithMismatchingCppSignatures_thenFails 1485s [ OK ] OperatorRegistrationTest.givenTorchLibrary_whenAccessingWithMismatchingCppSignatures_thenFails (1 ms) 1485s [ RUN ] OperatorRegistrationTest.givenTorchLibrary_whenAccessingCatchAllWithMismatchingCppSignatures_thenFails 1485s [ OK ] OperatorRegistrationTest.givenTorchLibrary_whenAccessingCatchAllWithMismatchingCppSignatures_thenFails (1 ms) 1485s [ RUN ] OperatorRegistrationTest.testAvailableArgTypes 1485s [ OK ] OperatorRegistrationTest.testAvailableArgTypes (51 ms) 1485s [ RUN ] OperatorRegistrationTest.callKernelsWithDispatchKeySetConvention_call_redispatchesToLowerPriorityKernels 1485s [ OK ] OperatorRegistrationTest.callKernelsWithDispatchKeySetConvention_call_redispatchesToLowerPriorityKernels (0 ms) 1485s [ RUN ] OperatorRegistrationTest.callKernelsWithDispatchKeySetConvention_callBoxed_redispatchesToLowerPriorityKernels 1485s [ OK ] OperatorRegistrationTest.callKernelsWithDispatchKeySetConvention_callBoxed_redispatchesToLowerPriorityKernels (0 ms) 1485s [ RUN ] OperatorRegistrationTest.callKernelsWithDispatchKeySetConvention_mixedCallingConventions_redispatchesToLowerPriorityKernels 1485s [ OK ] OperatorRegistrationTest.callKernelsWithDispatchKeySetConvention_mixedCallingConventions_redispatchesToLowerPriorityKernels (0 ms) 1485s [ RUN ] OperatorRegistrationTest.getRegistrationsForDispatchKey 1485s [ OK ] OperatorRegistrationTest.getRegistrationsForDispatchKey (37 ms) 1485s [ RUN ] OperatorRegistrationTest.TestSymNonSymCompatibility 1485s [ OK ] OperatorRegistrationTest.TestSymNonSymCompatibility (1 ms) 1485s [ RUN ] OperatorRegistrationTest.TestSymSymCompatibility 1485s [ OK ] OperatorRegistrationTest.TestSymSymCompatibility (0 ms) 1485s [ RUN ] OperatorRegistrationTest.TestSymSymRefCompatibility 1485s [ OK ] OperatorRegistrationTest.TestSymSymRefCompatibility (1 ms) 1485s [----------] 51 tests from OperatorRegistrationTest (133 ms total) 1485s 1485s [----------] 28 tests from NewOperatorRegistrationTest 1485s [ RUN ] NewOperatorRegistrationTest.erroroutwithinvalidoverloadname 1485s [ OK ] NewOperatorRegistrationTest.erroroutwithinvalidoverloadname (2 ms) 1485s [ RUN ] NewOperatorRegistrationTest.testBasics 1485s [ OK ] NewOperatorRegistrationTest.testBasics (0 ms) 1485s [ RUN ] NewOperatorRegistrationTest.importTopLevel 1485s [ OK ] NewOperatorRegistrationTest.importTopLevel (0 ms) 1485s [ RUN ] NewOperatorRegistrationTest.overload 1485s [ OK ] NewOperatorRegistrationTest.overload (0 ms) 1485s [ RUN ] NewOperatorRegistrationTest.importNamespace 1485s [ OK ] NewOperatorRegistrationTest.importNamespace (0 ms) 1485s [ RUN ] NewOperatorRegistrationTest.schema 1485s [ OK ] NewOperatorRegistrationTest.schema (0 ms) 1485s [ RUN ] NewOperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndCatchallKernelForSameBackend_thenCallsFallbackKernel 1485s [ OK ] NewOperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndCatchallKernelForSameBackend_thenCallsFallbackKernel (4 ms) 1485s [ RUN ] NewOperatorRegistrationTest.whenRegisteringAutogradKernelWithRegularKernel_thenCanCallRegularKernel 1485s [ OK ] NewOperatorRegistrationTest.whenRegisteringAutogradKernelWithRegularKernel_thenCanCallRegularKernel (0 ms) 1485s [ RUN ] NewOperatorRegistrationTest.dispatchWithCompositeImplicitAutogradKernel 1485s [ OK ] NewOperatorRegistrationTest.dispatchWithCompositeImplicitAutogradKernel (0 ms) 1485s [ RUN ] NewOperatorRegistrationTest.dispatchWithCompositeImplicitAutogradAndAutogradKernel 1485s [ OK ] NewOperatorRegistrationTest.dispatchWithCompositeImplicitAutogradAndAutogradKernel (0 ms) 1485s [ RUN ] NewOperatorRegistrationTest.dispatchWithCompositeImplicitAutogradAndCatchAllKernel 1485s [ OK ] NewOperatorRegistrationTest.dispatchWithCompositeImplicitAutogradAndCatchAllKernel (0 ms) 1485s [ RUN ] NewOperatorRegistrationTest.AutogradBackendOverridesCompositeImplicitAutogradKernel 1485s [W219 01:34:12.309896159 OperatorEntry.cpp:154] Warning: Warning only once for all operators, other operators may also be overridden. 1485s Overriding a previously registered kernel for the same operator and the same dispatch key 1485s operator: test::fn(Tensor _0) -> Tensor _0 1485s registered at ./aten/src/ATen/core/op_registration/op_registration_test.cpp:1457 1485s dispatch key: (catch all) 1485s previous kernel: registered at ./aten/src/ATen/core/op_registration/op_registration_test.cpp:1457 1485s new kernel: registered at ./aten/src/ATen/core/op_registration/op_registration_test.cpp:1457 (function operator()) 1485s [ OK ] NewOperatorRegistrationTest.AutogradBackendOverridesCompositeImplicitAutogradKernel (0 ms) 1485s [ RUN ] NewOperatorRegistrationTest.BackendOverridesCompositeImplicitAutogradKernel 1485s [ OK ] NewOperatorRegistrationTest.BackendOverridesCompositeImplicitAutogradKernel (0 ms) 1485s [ RUN ] NewOperatorRegistrationTest.dispatchWithCompositeExplicitAutogradKernel 1485s [ OK ] NewOperatorRegistrationTest.dispatchWithCompositeExplicitAutogradKernel (0 ms) 1485s [ RUN ] NewOperatorRegistrationTest.dispatchWithCompositeExplicitAutogradAndCompositeImplicitAutogradKernel 1485s [ OK ] NewOperatorRegistrationTest.dispatchWithCompositeExplicitAutogradAndCompositeImplicitAutogradKernel (0 ms) 1485s [ RUN ] NewOperatorRegistrationTest.BackendOverridesCompositeExplicitAutogradKernel 1485s [ OK ] NewOperatorRegistrationTest.BackendOverridesCompositeExplicitAutogradKernel (0 ms) 1485s [ RUN ] NewOperatorRegistrationTest.dispatch 1485s [ OK ] NewOperatorRegistrationTest.dispatch (0 ms) 1485s [ RUN ] NewOperatorRegistrationTest.dispatchAutogradPrecedence 1485s [ OK ] NewOperatorRegistrationTest.dispatchAutogradPrecedence (0 ms) 1485s [ RUN ] NewOperatorRegistrationTest.throwsWhenRegisterToBackendMapsToAutogradOther 1485s [ OK ] NewOperatorRegistrationTest.throwsWhenRegisterToBackendMapsToAutogradOther (0 ms) 1485s [ RUN ] NewOperatorRegistrationTest.dispatchMultipleTensors 1485s [ OK ] NewOperatorRegistrationTest.dispatchMultipleTensors (1 ms) 1485s [ RUN ] NewOperatorRegistrationTest.registerCompositeImplicitAutogradWithCPUKernel_andCallAutogradOtherKernel_callsComposite 1485s [ OK ] NewOperatorRegistrationTest.registerCompositeImplicitAutogradWithCPUKernel_andCallAutogradOtherKernel_callsComposite (0 ms) 1485s [ RUN ] NewOperatorRegistrationTest.dispatchMultiple 1485s [ OK ] NewOperatorRegistrationTest.dispatchMultiple (0 ms) 1485s [ RUN ] NewOperatorRegistrationTest.fallback 1485s [ OK ] NewOperatorRegistrationTest.fallback (1 ms) 1485s [ RUN ] NewOperatorRegistrationTest.BackendSelectRedispatchesToCPU 1485s [ OK ] NewOperatorRegistrationTest.BackendSelectRedispatchesToCPU (0 ms) 1485s [ RUN ] NewOperatorRegistrationTest.TorchLibraryTwiceIsError 1485s [ OK ] NewOperatorRegistrationTest.TorchLibraryTwiceIsError (0 ms) 1485s [ RUN ] NewOperatorRegistrationTest.CppFunction 1485s [ OK ] NewOperatorRegistrationTest.CppFunction (0 ms) 1485s [ RUN ] NewOperatorRegistrationTest.testDelayedListener 1485s [ OK ] NewOperatorRegistrationTest.testDelayedListener (0 ms) 1485s [ RUN ] NewOperatorRegistrationTest.testImplNoDefGetsCaught 1485s [ OK ] NewOperatorRegistrationTest.testImplNoDefGetsCaught (0 ms) 1485s [----------] 28 tests from NewOperatorRegistrationTest (17 ms total) 1485s 1485s [----------] Global test environment tear-down 1485s [==========] 79 tests from 2 test suites ran. (151 ms total) 1485s [ PASSED ] 79 tests. 1485s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1485s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1485s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1485s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1485s autopkgtest: DBG: testbed command exited with code 0 1485s autopkgtest [01:34:12]: test 84_of_104__cpptest__op_registration_test: -----------------------] 1485s autopkgtest: DBG: testbed executing test finished with exit status 0 1485s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/84_of_104__cpptest__op_registration_test-stdout /tmp/autopkgtest-work.g4f853zl/out/84_of_104__cpptest__op_registration_test-stdout 1485s autopkgtest: DBG: got reply from testbed: ok 1485s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/84_of_104__cpptest__op_registration_test-stderr /tmp/autopkgtest-work.g4f853zl/out/84_of_104__cpptest__op_registration_test-stderr 1485s autopkgtest: DBG: got reply from testbed: ok 1485s autopkgtest [01:34:12]: test 84_of_104__cpptest__op_registration_test: - - - - - - - - - - results - - - - - - - - - - 1485s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/84_of_104__cpptest__op_registration_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1485s 84_of_104__cpptest__op_registration_test PASS 1486s autopkgtest: DBG: got reply from testbed: ok 1486s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/84_of_104__cpptest__op_registration_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1486s autopkgtest: DBG: testbed command exited with code 0 1486s autopkgtest [01:34:13]: test 85_of_104__cpptest__operator_name_test: preparing testbed 1486s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1486s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1486s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1486s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1486s autopkgtest: DBG: can use apt-get on testbed: True 1486s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1486s Reading package lists... 1486s Building dependency tree... 1486s Reading state information... 1486s Starting pkgProblemResolver with broken count: 0 1486s Starting 2 pkgProblemResolver with broken count: 0 1486s Done 1486s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1486s autopkgtest: DBG: testbed command exited with code 0 1486s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1487s autopkgtest: DBG: testbed command exited with code 0 1487s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1487s autopkgtest: DBG: testbed command exited with code 0 1487s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/85_of_104__cpptest__operator_name_test-packages.all"], kind short, sout raw, serr pipe, env [] 1487s autopkgtest: DBG: testbed command exited with code 0 1487s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/85_of_104__cpptest__operator_name_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/85_of_104__cpptest__operator_name_test-packages.all 1487s autopkgtest: DBG: got reply from testbed: ok 1487s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1487s autopkgtest: DBG: testbed command exited with code 0 1487s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1487s autopkgtest [01:34:14]: test 85_of_104__cpptest__operator_name_test: /usr/lib/libtorch-test/operator_name_test 1487s autopkgtest [01:34:14]: test 85_of_104__cpptest__operator_name_test: [----------------------- 1487s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/85_of_104__cpptest__operator_name_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/85_of_104__cpptest__operator_name_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/85_of_104__cpptest__operator_name_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/operator_name_test"], kind test, sout raw, serr raw, env [] 1487s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/85_of_104__cpptest__operator_name_test-artifacts 1487s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1487s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1487s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1487s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1487s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1487s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1487s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1487s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1487s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1487s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1487s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1487s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1487s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1487s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1487s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1487s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1487s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1487s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1487s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1487s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1487s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1487s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1487s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/85_of_104__cpptest__operator_name_test-stderr 1487s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/85_of_104__cpptest__operator_name_test-stdout 1487s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1487s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1487s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/operator_name_test 1487s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.SOZauwdH4M/out to stdout and file: /tmp/autopkgtest.PBRVfE/85_of_104__cpptest__operator_name_test-stdout 1487s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.SOZauwdH4M/err to standard error and file: /tmp/autopkgtest.PBRVfE/85_of_104__cpptest__operator_name_test-stdout 1487s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 14847 to /tmp/autopkgtest_script_pid 1488s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1488s [==========] Running 2 tests from 1 test suite. 1488s [----------] Global test environment set-up. 1488s [----------] 2 tests from OperatorNameTest 1488s [ RUN ] OperatorNameTest.SetNamespaceIfNotSetWithoutExistingNamespace 1488s [ OK ] OperatorNameTest.SetNamespaceIfNotSetWithoutExistingNamespace (0 ms) 1488s [ RUN ] OperatorNameTest.SetNamespaceIfNotSetWithExistingNamespace 1488s [ OK ] OperatorNameTest.SetNamespaceIfNotSetWithExistingNamespace (0 ms) 1488s [----------] 2 tests from OperatorNameTest (0 ms total) 1488s 1488s [----------] Global test environment tear-down 1488s [==========] 2 tests from 1 test suite ran. (0 ms total) 1488s [ PASSED ] 2 tests. 1488s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1488s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1488s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1488s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1488s autopkgtest: DBG: testbed command exited with code 0 1488s autopkgtest [01:34:15]: test 85_of_104__cpptest__operator_name_test: -----------------------] 1488s autopkgtest: DBG: testbed executing test finished with exit status 0 1488s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/85_of_104__cpptest__operator_name_test-stdout /tmp/autopkgtest-work.g4f853zl/out/85_of_104__cpptest__operator_name_test-stdout 1488s autopkgtest: DBG: got reply from testbed: ok 1488s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/85_of_104__cpptest__operator_name_test-stderr /tmp/autopkgtest-work.g4f853zl/out/85_of_104__cpptest__operator_name_test-stderr 1488s autopkgtest: DBG: got reply from testbed: ok 1488s autopkgtest [01:34:15]: test 85_of_104__cpptest__operator_name_test: - - - - - - - - - - results - - - - - - - - - - 1488s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/85_of_104__cpptest__operator_name_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1488s 85_of_104__cpptest__operator_name_test PASS 1489s autopkgtest: DBG: got reply from testbed: ok 1489s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/85_of_104__cpptest__operator_name_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1489s autopkgtest: DBG: testbed command exited with code 0 1489s autopkgtest [01:34:16]: test 86_of_104__cpptest__operators_test: preparing testbed 1489s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1489s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1489s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1489s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1489s autopkgtest: DBG: can use apt-get on testbed: True 1489s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1489s Reading package lists... 1489s Building dependency tree... 1489s Reading state information... 1489s Starting pkgProblemResolver with broken count: 0 1489s Starting 2 pkgProblemResolver with broken count: 0 1489s Done 1490s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1490s autopkgtest: DBG: testbed command exited with code 0 1490s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1490s autopkgtest: DBG: testbed command exited with code 0 1490s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1490s autopkgtest: DBG: testbed command exited with code 0 1490s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/86_of_104__cpptest__operators_test-packages.all"], kind short, sout raw, serr pipe, env [] 1490s autopkgtest: DBG: testbed command exited with code 0 1490s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/86_of_104__cpptest__operators_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/86_of_104__cpptest__operators_test-packages.all 1490s autopkgtest: DBG: got reply from testbed: ok 1490s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1490s autopkgtest: DBG: testbed command exited with code 0 1490s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1490s autopkgtest [01:34:17]: test 86_of_104__cpptest__operators_test: /usr/lib/libtorch-test/operators_test 1490s autopkgtest [01:34:17]: test 86_of_104__cpptest__operators_test: [----------------------- 1490s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/86_of_104__cpptest__operators_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/86_of_104__cpptest__operators_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/86_of_104__cpptest__operators_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/operators_test"], kind test, sout raw, serr raw, env [] 1490s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/86_of_104__cpptest__operators_test-artifacts 1490s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1490s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1490s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1490s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1490s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1490s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1490s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1490s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1490s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1490s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1490s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1490s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1490s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1490s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1490s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1490s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1490s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1490s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1490s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1490s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1490s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1490s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1490s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/86_of_104__cpptest__operators_test-stderr 1490s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/86_of_104__cpptest__operators_test-stdout 1490s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1490s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1490s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/operators_test 1490s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.6pEAz1UaDk/out to stdout and file: /tmp/autopkgtest.PBRVfE/86_of_104__cpptest__operators_test-stdout 1490s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.6pEAz1UaDk/err to standard error and file: /tmp/autopkgtest.PBRVfE/86_of_104__cpptest__operators_test-stdout 1490s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 15002 to /tmp/autopkgtest_script_pid 1491s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1491s [==========] Running 4 tests from 1 test suite. 1491s [----------] Global test environment set-up. 1491s [----------] 4 tests from OperatorsTest 1491s [ RUN ] OperatorsTest.TestFunctionDecltype 1491s [ OK ] OperatorsTest.TestFunctionDecltype (0 ms) 1491s [ RUN ] OperatorsTest.TestMethodOnlyDecltype 1491s [ OK ] OperatorsTest.TestMethodOnlyDecltype (0 ms) 1491s [ RUN ] OperatorsTest.Test_ATEN_FN 1491s [ OK ] OperatorsTest.Test_ATEN_FN (0 ms) 1491s [ RUN ] OperatorsTest.TestOutVariantIsFaithful 1491s [ OK ] OperatorsTest.TestOutVariantIsFaithful (0 ms) 1491s [----------] 4 tests from OperatorsTest (0 ms total) 1491s 1491s [----------] Global test environment tear-down 1491s [==========] 4 tests from 1 test suite ran. (0 ms total) 1491s [ PASSED ] 4 tests. 1491s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1491s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1491s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1491s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1491s autopkgtest: DBG: testbed command exited with code 0 1491s autopkgtest [01:34:18]: test 86_of_104__cpptest__operators_test: -----------------------] 1491s autopkgtest: DBG: testbed executing test finished with exit status 0 1491s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/86_of_104__cpptest__operators_test-stdout /tmp/autopkgtest-work.g4f853zl/out/86_of_104__cpptest__operators_test-stdout 1491s autopkgtest: DBG: got reply from testbed: ok 1491s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/86_of_104__cpptest__operators_test-stderr /tmp/autopkgtest-work.g4f853zl/out/86_of_104__cpptest__operators_test-stderr 1491s autopkgtest: DBG: got reply from testbed: ok 1492s autopkgtest [01:34:19]: test 86_of_104__cpptest__operators_test: - - - - - - - - - - results - - - - - - - - - - 1492s 86_of_104__cpptest__operators_test PASS 1492s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/86_of_104__cpptest__operators_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1492s autopkgtest: DBG: got reply from testbed: ok 1492s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/86_of_104__cpptest__operators_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1492s autopkgtest: DBG: testbed command exited with code 0 1492s autopkgtest [01:34:19]: test 87_of_104__cpptest__packedtensoraccessor_test: preparing testbed 1492s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1492s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1492s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1492s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1492s autopkgtest: DBG: can use apt-get on testbed: True 1492s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1492s Reading package lists... 1492s Building dependency tree... 1492s Reading state information... 1492s Starting pkgProblemResolver with broken count: 0 1492s Starting 2 pkgProblemResolver with broken count: 0 1492s Done 1493s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1493s autopkgtest: DBG: testbed command exited with code 0 1493s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1493s autopkgtest: DBG: testbed command exited with code 0 1493s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1493s autopkgtest: DBG: testbed command exited with code 0 1493s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/87_of_104__cpptest__packedtensoraccessor_test-packages.all"], kind short, sout raw, serr pipe, env [] 1493s autopkgtest: DBG: testbed command exited with code 0 1493s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/87_of_104__cpptest__packedtensoraccessor_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/87_of_104__cpptest__packedtensoraccessor_test-packages.all 1493s autopkgtest: DBG: got reply from testbed: ok 1493s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1493s autopkgtest: DBG: testbed command exited with code 0 1493s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1493s autopkgtest [01:34:20]: test 87_of_104__cpptest__packedtensoraccessor_test: /usr/lib/libtorch-test/packedtensoraccessor_test 1493s autopkgtest [01:34:20]: test 87_of_104__cpptest__packedtensoraccessor_test: [----------------------- 1493s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/87_of_104__cpptest__packedtensoraccessor_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/87_of_104__cpptest__packedtensoraccessor_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/87_of_104__cpptest__packedtensoraccessor_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/packedtensoraccessor_test"], kind test, sout raw, serr raw, env [] 1493s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/87_of_104__cpptest__packedtensoraccessor_test-artifacts 1493s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1493s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1493s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1493s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1493s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1493s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1493s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1493s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1493s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1493s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1493s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1493s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1493s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1493s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1493s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1493s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1493s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1493s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1493s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1493s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1493s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1493s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1493s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/87_of_104__cpptest__packedtensoraccessor_test-stderr 1493s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/87_of_104__cpptest__packedtensoraccessor_test-stdout 1493s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1493s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1493s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/packedtensoraccessor_test 1493s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.b46vIkh9Wj/out to stdout and file: /tmp/autopkgtest.PBRVfE/87_of_104__cpptest__packedtensoraccessor_test-stdout 1493s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.b46vIkh9Wj/err to standard error and file: /tmp/autopkgtest.PBRVfE/87_of_104__cpptest__packedtensoraccessor_test-stdout 1493s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 15155 to /tmp/autopkgtest_script_pid 1494s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1494s [==========] Running 1 test from 1 test suite. 1494s [----------] Global test environment set-up. 1494s [----------] 1 test from PackedtensoraccessorTest 1494s [ RUN ] PackedtensoraccessorTest.TransposeTest 1494s [ OK ] PackedtensoraccessorTest.TransposeTest (0 ms) 1494s [----------] 1 test from PackedtensoraccessorTest (0 ms total) 1494s 1494s [----------] Global test environment tear-down 1494s [==========] 1 test from 1 test suite ran. (0 ms total) 1494s [ PASSED ] 1 test. 1494s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1494s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1494s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1494s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1494s autopkgtest: DBG: testbed command exited with code 0 1494s autopkgtest [01:34:21]: test 87_of_104__cpptest__packedtensoraccessor_test: -----------------------] 1494s autopkgtest: DBG: testbed executing test finished with exit status 0 1494s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/87_of_104__cpptest__packedtensoraccessor_test-stdout /tmp/autopkgtest-work.g4f853zl/out/87_of_104__cpptest__packedtensoraccessor_test-stdout 1494s autopkgtest: DBG: got reply from testbed: ok 1494s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/87_of_104__cpptest__packedtensoraccessor_test-stderr /tmp/autopkgtest-work.g4f853zl/out/87_of_104__cpptest__packedtensoraccessor_test-stderr 1494s autopkgtest: DBG: got reply from testbed: ok 1495s 87_of_104__cpptest__packedtensoraccessor_test PASS 1495s autopkgtest [01:34:22]: test 87_of_104__cpptest__packedtensoraccessor_test: - - - - - - - - - - results - - - - - - - - - - 1495s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/87_of_104__cpptest__packedtensoraccessor_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1495s autopkgtest: DBG: got reply from testbed: ok 1495s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/87_of_104__cpptest__packedtensoraccessor_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1495s autopkgtest: DBG: testbed command exited with code 0 1495s autopkgtest [01:34:22]: test 88_of_104__cpptest__pow_test: preparing testbed 1495s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1495s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1495s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1495s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1495s autopkgtest: DBG: can use apt-get on testbed: True 1495s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1495s Reading package lists... 1495s Building dependency tree... 1495s Reading state information... 1495s Starting pkgProblemResolver with broken count: 0 1495s Starting 2 pkgProblemResolver with broken count: 0 1495s Done 1496s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1496s autopkgtest: DBG: testbed command exited with code 0 1496s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1496s autopkgtest: DBG: testbed command exited with code 0 1496s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1496s autopkgtest: DBG: testbed command exited with code 0 1496s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/88_of_104__cpptest__pow_test-packages.all"], kind short, sout raw, serr pipe, env [] 1496s autopkgtest: DBG: testbed command exited with code 0 1496s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/88_of_104__cpptest__pow_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/88_of_104__cpptest__pow_test-packages.all 1496s autopkgtest: DBG: got reply from testbed: ok 1496s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1496s autopkgtest: DBG: testbed command exited with code 0 1496s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1496s autopkgtest [01:34:23]: test 88_of_104__cpptest__pow_test: /usr/lib/libtorch-test/pow_test 1496s autopkgtest [01:34:23]: test 88_of_104__cpptest__pow_test: [----------------------- 1496s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/88_of_104__cpptest__pow_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/88_of_104__cpptest__pow_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/88_of_104__cpptest__pow_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/pow_test"], kind test, sout raw, serr raw, env [] 1496s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/88_of_104__cpptest__pow_test-artifacts 1496s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1496s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1496s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1496s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1496s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1496s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1496s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1496s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1496s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1496s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1496s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1496s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1496s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1496s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1496s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1496s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1496s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1496s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1496s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1496s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1496s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1496s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1497s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/88_of_104__cpptest__pow_test-stderr 1497s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/88_of_104__cpptest__pow_test-stdout 1497s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1497s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1497s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/pow_test 1497s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.dJocn9lxrZ/out to stdout and file: /tmp/autopkgtest.PBRVfE/88_of_104__cpptest__pow_test-stdout 1497s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.dJocn9lxrZ/err to standard error and file: /tmp/autopkgtest.PBRVfE/88_of_104__cpptest__pow_test-stdout 1497s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 15308 to /tmp/autopkgtest_script_pid 1497s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1497s [==========] Running 13 tests from 1 test suite. 1497s [----------] Global test environment set-up. 1497s [----------] 13 tests from PowTest 1497s [ RUN ] PowTest.IntTensorPowAllScalars 1497s [ OK ] PowTest.IntTensorPowAllScalars (7 ms) 1497s [ RUN ] PowTest.LongTensorPowAllScalars 1497s [ OK ] PowTest.LongTensorPowAllScalars (7 ms) 1497s [ RUN ] PowTest.FloatTensorPowAllScalars 1497s [ OK ] PowTest.FloatTensorPowAllScalars (9 ms) 1497s [ RUN ] PowTest.DoubleTensorPowAllScalars 1497s [ OK ] PowTest.DoubleTensorPowAllScalars (5 ms) 1497s [ RUN ] PowTest.IntScalarPowAllTensors 1497s [ OK ] PowTest.IntScalarPowAllTensors (2 ms) 1497s [ RUN ] PowTest.LongScalarPowAllTensors 1497s [ OK ] PowTest.LongScalarPowAllTensors (1 ms) 1497s [ RUN ] PowTest.FloatScalarPowAllTensors 1497s [ OK ] PowTest.FloatScalarPowAllTensors (1 ms) 1497s [ RUN ] PowTest.DoubleScalarPowAllTensors 1497s [ OK ] PowTest.DoubleScalarPowAllTensors (0 ms) 1497s [ RUN ] PowTest.IntTensorPowIntTensor 1497s [ OK ] PowTest.IntTensorPowIntTensor (0 ms) 1497s [ RUN ] PowTest.LongTensorPowLongTensor 1497s [ OK ] PowTest.LongTensorPowLongTensor (0 ms) 1497s [ RUN ] PowTest.FloatTensorPowFloatTensor 1497s [ OK ] PowTest.FloatTensorPowFloatTensor (0 ms) 1497s [ RUN ] PowTest.DoubleTensorPowDoubleTensor 1497s [ OK ] PowTest.DoubleTensorPowDoubleTensor (0 ms) 1497s [ RUN ] PowTest.TestIntegralPow 1497s [ OK ] PowTest.TestIntegralPow (0 ms) 1497s [----------] 13 tests from PowTest (40 ms total) 1497s 1497s [----------] Global test environment tear-down 1497s [==========] 13 tests from 1 test suite ran. (40 ms total) 1497s [ PASSED ] 13 tests. 1497s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1497s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1497s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1497s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1497s autopkgtest: DBG: testbed command exited with code 0 1497s autopkgtest [01:34:24]: test 88_of_104__cpptest__pow_test: -----------------------] 1497s autopkgtest: DBG: testbed executing test finished with exit status 0 1497s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/88_of_104__cpptest__pow_test-stdout /tmp/autopkgtest-work.g4f853zl/out/88_of_104__cpptest__pow_test-stdout 1497s autopkgtest: DBG: got reply from testbed: ok 1497s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/88_of_104__cpptest__pow_test-stderr /tmp/autopkgtest-work.g4f853zl/out/88_of_104__cpptest__pow_test-stderr 1497s autopkgtest: DBG: got reply from testbed: ok 1498s autopkgtest [01:34:25]: test 88_of_104__cpptest__pow_test: - - - - - - - - - - results - - - - - - - - - - 1498s 88_of_104__cpptest__pow_test PASS 1498s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/88_of_104__cpptest__pow_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1498s autopkgtest: DBG: got reply from testbed: ok 1498s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/88_of_104__cpptest__pow_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1498s autopkgtest: DBG: testbed command exited with code 0 1498s autopkgtest [01:34:25]: test 89_of_104__cpptest__quantized_test: preparing testbed 1498s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1498s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1498s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1498s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1498s autopkgtest: DBG: can use apt-get on testbed: True 1498s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1498s Reading package lists... 1498s Building dependency tree... 1498s Reading state information... 1498s Starting pkgProblemResolver with broken count: 0 1498s Starting 2 pkgProblemResolver with broken count: 0 1498s Done 1499s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1499s autopkgtest: DBG: testbed command exited with code 0 1499s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1499s autopkgtest: DBG: testbed command exited with code 0 1499s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1499s autopkgtest: DBG: testbed command exited with code 0 1499s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/89_of_104__cpptest__quantized_test-packages.all"], kind short, sout raw, serr pipe, env [] 1499s autopkgtest: DBG: testbed command exited with code 0 1499s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/89_of_104__cpptest__quantized_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/89_of_104__cpptest__quantized_test-packages.all 1499s autopkgtest: DBG: got reply from testbed: ok 1499s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1499s autopkgtest: DBG: testbed command exited with code 0 1499s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1499s autopkgtest [01:34:26]: test 89_of_104__cpptest__quantized_test: /usr/lib/libtorch-test/quantized_test 1499s autopkgtest [01:34:26]: test 89_of_104__cpptest__quantized_test: [----------------------- 1499s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/89_of_104__cpptest__quantized_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/89_of_104__cpptest__quantized_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/89_of_104__cpptest__quantized_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/quantized_test"], kind test, sout raw, serr raw, env [] 1500s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/89_of_104__cpptest__quantized_test-artifacts 1500s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1500s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1500s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1500s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1500s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1500s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1500s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1500s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1500s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1500s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1500s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1500s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1500s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1500s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1500s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1500s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1500s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1500s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1500s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1500s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1500s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1500s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1500s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/89_of_104__cpptest__quantized_test-stderr 1500s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/89_of_104__cpptest__quantized_test-stdout 1500s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1500s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1500s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/quantized_test 1500s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.gehoxwRQE6/out to stdout and file: /tmp/autopkgtest.PBRVfE/89_of_104__cpptest__quantized_test-stdout 1500s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.gehoxwRQE6/err to standard error and file: /tmp/autopkgtest.PBRVfE/89_of_104__cpptest__quantized_test-stdout 1500s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 15461 to /tmp/autopkgtest_script_pid 1500s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1500s [==========] Running 9 tests from 1 test suite. 1500s [----------] Global test environment set-up. 1500s [----------] 9 tests from TestQTensor 1500s [ RUN ] TestQTensor.QuantDequantAPIs 1500s [ OK ] TestQTensor.QuantDequantAPIs (0 ms) 1500s [ RUN ] TestQTensor.RoundingMode 1500s [ OK ] TestQTensor.RoundingMode (0 ms) 1500s [ RUN ] TestQTensor.Item 1500s [ OK ] TestQTensor.Item (0 ms) 1500s [ RUN ] TestQTensor.EmptyQuantized 1500s [ OK ] TestQTensor.EmptyQuantized (0 ms) 1500s [ RUN ] TestQTensor.EmptyPerchannelQuantized 1500s [ OK ] TestQTensor.EmptyPerchannelQuantized (0 ms) 1500s [ RUN ] TestQTensor.QuantizePerChannel4d 1500s [ OK ] TestQTensor.QuantizePerChannel4d (0 ms) 1500s [ RUN ] TestQTensor.QuantizePerChannel4dChannelsLast 1500s [ OK ] TestQTensor.QuantizePerChannel4dChannelsLast (10 ms) 1500s [ RUN ] TestQTensor.FromBlobQuantizedPerTensor 1500s [ OK ] TestQTensor.FromBlobQuantizedPerTensor (0 ms) 1500s [ RUN ] TestQTensor.FromBlobQuantizedPerChannel 1500s [ OK ] TestQTensor.FromBlobQuantizedPerChannel (0 ms) 1500s [----------] 9 tests from TestQTensor (11 ms total) 1500s 1500s [----------] Global test environment tear-down 1500s [==========] 9 tests from 1 test suite ran. (11 ms total) 1500s [ PASSED ] 9 tests. 1500s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1500s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1500s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1500s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1500s autopkgtest: DBG: testbed command exited with code 0 1500s autopkgtest [01:34:27]: test 89_of_104__cpptest__quantized_test: -----------------------] 1500s autopkgtest: DBG: testbed executing test finished with exit status 0 1500s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/89_of_104__cpptest__quantized_test-stdout /tmp/autopkgtest-work.g4f853zl/out/89_of_104__cpptest__quantized_test-stdout 1500s autopkgtest: DBG: got reply from testbed: ok 1500s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/89_of_104__cpptest__quantized_test-stderr /tmp/autopkgtest-work.g4f853zl/out/89_of_104__cpptest__quantized_test-stderr 1501s autopkgtest: DBG: got reply from testbed: ok 1501s autopkgtest [01:34:28]: test 89_of_104__cpptest__quantized_test: - - - - - - - - - - results - - - - - - - - - - 1501s 89_of_104__cpptest__quantized_test PASS 1501s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/89_of_104__cpptest__quantized_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1501s autopkgtest: DBG: got reply from testbed: ok 1501s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/89_of_104__cpptest__quantized_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1501s autopkgtest: DBG: testbed command exited with code 0 1501s autopkgtest [01:34:28]: test 90_of_104__cpptest__reduce_ops_test: preparing testbed 1501s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1501s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1501s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1501s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1501s autopkgtest: DBG: can use apt-get on testbed: True 1501s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1501s Reading package lists... 1501s Building dependency tree... 1501s Reading state information... 1501s Starting pkgProblemResolver with broken count: 0 1501s Starting 2 pkgProblemResolver with broken count: 0 1501s Done 1502s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1502s autopkgtest: DBG: testbed command exited with code 0 1502s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1502s autopkgtest: DBG: testbed command exited with code 0 1502s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1502s autopkgtest: DBG: testbed command exited with code 0 1502s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/90_of_104__cpptest__reduce_ops_test-packages.all"], kind short, sout raw, serr pipe, env [] 1502s autopkgtest: DBG: testbed command exited with code 0 1502s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/90_of_104__cpptest__reduce_ops_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/90_of_104__cpptest__reduce_ops_test-packages.all 1502s autopkgtest: DBG: got reply from testbed: ok 1502s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1502s autopkgtest: DBG: testbed command exited with code 0 1502s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1502s autopkgtest [01:34:29]: test 90_of_104__cpptest__reduce_ops_test: /usr/lib/libtorch-test/reduce_ops_test 1502s autopkgtest [01:34:29]: test 90_of_104__cpptest__reduce_ops_test: [----------------------- 1502s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/90_of_104__cpptest__reduce_ops_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/90_of_104__cpptest__reduce_ops_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/90_of_104__cpptest__reduce_ops_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/reduce_ops_test"], kind test, sout raw, serr raw, env [] 1503s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/90_of_104__cpptest__reduce_ops_test-artifacts 1503s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1503s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1503s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1503s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1503s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1503s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1503s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1503s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1503s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1503s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1503s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1503s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1503s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1503s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1503s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1503s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1503s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1503s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1503s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1503s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1503s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1503s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1503s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/90_of_104__cpptest__reduce_ops_test-stderr 1503s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/90_of_104__cpptest__reduce_ops_test-stdout 1503s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1503s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1503s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/reduce_ops_test 1503s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.egAw8mcJEG/out to stdout and file: /tmp/autopkgtest.PBRVfE/90_of_104__cpptest__reduce_ops_test-stdout 1503s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.egAw8mcJEG/err to standard error and file: /tmp/autopkgtest.PBRVfE/90_of_104__cpptest__reduce_ops_test-stdout 1503s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 15614 to /tmp/autopkgtest_script_pid 1503s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1503s [==========] Running 1 test from 1 test suite. 1503s [----------] Global test environment set-up. 1503s [----------] 1 test from ReduceOpsTest 1503s [ RUN ] ReduceOpsTest.MaxValuesAndMinValues 1503s [ OK ] ReduceOpsTest.MaxValuesAndMinValues (0 ms) 1503s [----------] 1 test from ReduceOpsTest (0 ms total) 1503s 1503s [----------] Global test environment tear-down 1503s [==========] 1 test from 1 test suite ran. (0 ms total) 1503s [ PASSED ] 1 test. 1503s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1503s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1503s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1503s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1503s autopkgtest: DBG: testbed command exited with code 0 1503s autopkgtest [01:34:30]: test 90_of_104__cpptest__reduce_ops_test: -----------------------] 1503s autopkgtest: DBG: testbed executing test finished with exit status 0 1503s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/90_of_104__cpptest__reduce_ops_test-stdout /tmp/autopkgtest-work.g4f853zl/out/90_of_104__cpptest__reduce_ops_test-stdout 1503s autopkgtest: DBG: got reply from testbed: ok 1503s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/90_of_104__cpptest__reduce_ops_test-stderr /tmp/autopkgtest-work.g4f853zl/out/90_of_104__cpptest__reduce_ops_test-stderr 1504s autopkgtest: DBG: got reply from testbed: ok 1504s 90_of_104__cpptest__reduce_ops_test PASS 1504s autopkgtest [01:34:31]: test 90_of_104__cpptest__reduce_ops_test: - - - - - - - - - - results - - - - - - - - - - 1504s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/90_of_104__cpptest__reduce_ops_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1504s autopkgtest: DBG: got reply from testbed: ok 1504s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/90_of_104__cpptest__reduce_ops_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1504s autopkgtest: DBG: testbed command exited with code 0 1504s autopkgtest [01:34:31]: test 91_of_104__cpptest__reportMemoryUsage_test: preparing testbed 1504s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1504s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1504s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1504s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1504s autopkgtest: DBG: can use apt-get on testbed: True 1504s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1504s Reading package lists... 1504s Building dependency tree... 1504s Reading state information... 1504s Starting pkgProblemResolver with broken count: 0 1505s Starting 2 pkgProblemResolver with broken count: 0 1505s Done 1505s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1505s autopkgtest: DBG: testbed command exited with code 0 1505s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1505s autopkgtest: DBG: testbed command exited with code 0 1505s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1505s autopkgtest: DBG: testbed command exited with code 0 1505s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/91_of_104__cpptest__reportMemoryUsage_test-packages.all"], kind short, sout raw, serr pipe, env [] 1505s autopkgtest: DBG: testbed command exited with code 0 1505s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/91_of_104__cpptest__reportMemoryUsage_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/91_of_104__cpptest__reportMemoryUsage_test-packages.all 1505s autopkgtest: DBG: got reply from testbed: ok 1505s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1506s autopkgtest: DBG: testbed command exited with code 0 1506s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1506s autopkgtest [01:34:33]: test 91_of_104__cpptest__reportMemoryUsage_test: /usr/lib/libtorch-test/reportMemoryUsage_test 1506s autopkgtest [01:34:33]: test 91_of_104__cpptest__reportMemoryUsage_test: [----------------------- 1506s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/91_of_104__cpptest__reportMemoryUsage_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/91_of_104__cpptest__reportMemoryUsage_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/91_of_104__cpptest__reportMemoryUsage_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/reportMemoryUsage_test"], kind test, sout raw, serr raw, env [] 1506s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/91_of_104__cpptest__reportMemoryUsage_test-artifacts 1506s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1506s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1506s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1506s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1506s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1506s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1506s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1506s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1506s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1506s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1506s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1506s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1506s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1506s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1506s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1506s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1506s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1506s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1506s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1506s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1506s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1506s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1506s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/91_of_104__cpptest__reportMemoryUsage_test-stderr 1506s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/91_of_104__cpptest__reportMemoryUsage_test-stdout 1506s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1506s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1506s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/reportMemoryUsage_test 1506s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.ngJTN1fqNC/out to stdout and file: /tmp/autopkgtest.PBRVfE/91_of_104__cpptest__reportMemoryUsage_test-stdout 1506s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.ngJTN1fqNC/err to standard error and file: /tmp/autopkgtest.PBRVfE/91_of_104__cpptest__reportMemoryUsage_test-stdout 1506s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 15767 to /tmp/autopkgtest_script_pid 1506s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1506s [==========] Running 1 test from 1 test suite. 1506s [----------] Global test environment set-up. 1506s [----------] 1 test from DefaultCPUAllocator 1506s [ RUN ] DefaultCPUAllocator.check_reporter 1506s [ OK ] DefaultCPUAllocator.check_reporter (0 ms) 1506s [----------] 1 test from DefaultCPUAllocator (0 ms total) 1506s 1506s [----------] Global test environment tear-down 1506s [==========] 1 test from 1 test suite ran. (0 ms total) 1506s [ PASSED ] 1 test. 1506s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1506s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1506s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1506s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1506s autopkgtest: DBG: testbed command exited with code 0 1506s autopkgtest [01:34:33]: test 91_of_104__cpptest__reportMemoryUsage_test: -----------------------] 1506s autopkgtest: DBG: testbed executing test finished with exit status 0 1506s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/91_of_104__cpptest__reportMemoryUsage_test-stdout /tmp/autopkgtest-work.g4f853zl/out/91_of_104__cpptest__reportMemoryUsage_test-stdout 1506s autopkgtest: DBG: got reply from testbed: ok 1506s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/91_of_104__cpptest__reportMemoryUsage_test-stderr /tmp/autopkgtest-work.g4f853zl/out/91_of_104__cpptest__reportMemoryUsage_test-stderr 1507s autopkgtest: DBG: got reply from testbed: ok 1507s 91_of_104__cpptest__reportMemoryUsage_test PASS 1507s autopkgtest [01:34:34]: test 91_of_104__cpptest__reportMemoryUsage_test: - - - - - - - - - - results - - - - - - - - - - 1507s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/91_of_104__cpptest__reportMemoryUsage_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1507s autopkgtest: DBG: got reply from testbed: ok 1507s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/91_of_104__cpptest__reportMemoryUsage_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1507s autopkgtest: DBG: testbed command exited with code 0 1507s autopkgtest [01:34:34]: test 92_of_104__cpptest__scalar_tensor_test: preparing testbed 1507s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1507s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1507s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1507s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1507s autopkgtest: DBG: can use apt-get on testbed: True 1507s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1507s Reading package lists... 1507s Building dependency tree... 1507s Reading state information... 1508s Starting pkgProblemResolver with broken count: 0 1508s Starting 2 pkgProblemResolver with broken count: 0 1508s Done 1508s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1508s autopkgtest: DBG: testbed command exited with code 0 1508s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1508s autopkgtest: DBG: testbed command exited with code 0 1508s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1508s autopkgtest: DBG: testbed command exited with code 0 1508s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/92_of_104__cpptest__scalar_tensor_test-packages.all"], kind short, sout raw, serr pipe, env [] 1508s autopkgtest: DBG: testbed command exited with code 0 1508s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/92_of_104__cpptest__scalar_tensor_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/92_of_104__cpptest__scalar_tensor_test-packages.all 1508s autopkgtest: DBG: got reply from testbed: ok 1508s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1509s autopkgtest: DBG: testbed command exited with code 0 1509s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1509s autopkgtest [01:34:36]: test 92_of_104__cpptest__scalar_tensor_test: /usr/lib/libtorch-test/scalar_tensor_test 1509s autopkgtest [01:34:36]: test 92_of_104__cpptest__scalar_tensor_test: [----------------------- 1509s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/92_of_104__cpptest__scalar_tensor_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/92_of_104__cpptest__scalar_tensor_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/92_of_104__cpptest__scalar_tensor_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/scalar_tensor_test"], kind test, sout raw, serr raw, env [] 1509s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/92_of_104__cpptest__scalar_tensor_test-artifacts 1509s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1509s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1509s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1509s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1509s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1509s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1509s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1509s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1509s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1509s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1509s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1509s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1509s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1509s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1509s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1509s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1509s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1509s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1509s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1509s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1509s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1509s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1509s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/92_of_104__cpptest__scalar_tensor_test-stderr 1509s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/92_of_104__cpptest__scalar_tensor_test-stdout 1509s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1509s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1509s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/scalar_tensor_test 1509s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.xuFZ4mheSf/out to stdout and file: /tmp/autopkgtest.PBRVfE/92_of_104__cpptest__scalar_tensor_test-stdout 1509s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.xuFZ4mheSf/err to standard error and file: /tmp/autopkgtest.PBRVfE/92_of_104__cpptest__scalar_tensor_test-stdout 1509s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 15920 to /tmp/autopkgtest_script_pid 1509s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1509s [==========] Running 3 tests from 1 test suite. 1509s [----------] Global test environment set-up. 1509s [----------] 3 tests from TestScalarTensor 1509s [ RUN ] TestScalarTensor.TestScalarTensorCPU 1509s [ OK ] TestScalarTensor.TestScalarTensorCPU (3 ms) 1509s [ RUN ] TestScalarTensor.TestScalarTensorCUDA 1509s [ OK ] TestScalarTensor.TestScalarTensorCUDA (0 ms) 1509s [ RUN ] TestScalarTensor.TestScalarTensorMPS 1509s [ OK ] TestScalarTensor.TestScalarTensorMPS (0 ms) 1509s [----------] 3 tests from TestScalarTensor (3 ms total) 1509s 1509s [----------] Global test environment tear-down 1509s [==========] 3 tests from 1 test suite ran. (3 ms total) 1509s [ PASSED ] 3 tests. 1509s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1509s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1509s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1509s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1509s autopkgtest: DBG: testbed command exited with code 0 1509s autopkgtest [01:34:36]: test 92_of_104__cpptest__scalar_tensor_test: -----------------------] 1509s autopkgtest: DBG: testbed executing test finished with exit status 0 1509s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/92_of_104__cpptest__scalar_tensor_test-stdout /tmp/autopkgtest-work.g4f853zl/out/92_of_104__cpptest__scalar_tensor_test-stdout 1509s autopkgtest: DBG: got reply from testbed: ok 1509s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/92_of_104__cpptest__scalar_tensor_test-stderr /tmp/autopkgtest-work.g4f853zl/out/92_of_104__cpptest__scalar_tensor_test-stderr 1510s autopkgtest: DBG: got reply from testbed: ok 1510s autopkgtest [01:34:37]: test 92_of_104__cpptest__scalar_tensor_test: - - - - - - - - - - results - - - - - - - - - - 1510s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/92_of_104__cpptest__scalar_tensor_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1510s 92_of_104__cpptest__scalar_tensor_test PASS 1510s autopkgtest: DBG: got reply from testbed: ok 1510s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/92_of_104__cpptest__scalar_tensor_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1510s autopkgtest: DBG: testbed command exited with code 0 1510s autopkgtest [01:34:37]: test 93_of_104__cpptest__scalar_test: preparing testbed 1510s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1510s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1510s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1510s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1510s autopkgtest: DBG: can use apt-get on testbed: True 1510s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1510s Reading package lists... 1510s Building dependency tree... 1510s Reading state information... 1511s Starting pkgProblemResolver with broken count: 0 1511s Starting 2 pkgProblemResolver with broken count: 0 1511s Done 1511s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1511s autopkgtest: DBG: testbed command exited with code 0 1511s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1511s autopkgtest: DBG: testbed command exited with code 0 1511s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1511s autopkgtest: DBG: testbed command exited with code 0 1511s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/93_of_104__cpptest__scalar_test-packages.all"], kind short, sout raw, serr pipe, env [] 1511s autopkgtest: DBG: testbed command exited with code 0 1511s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/93_of_104__cpptest__scalar_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/93_of_104__cpptest__scalar_test-packages.all 1511s autopkgtest: DBG: got reply from testbed: ok 1511s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1512s autopkgtest: DBG: testbed command exited with code 0 1512s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1512s autopkgtest [01:34:39]: test 93_of_104__cpptest__scalar_test: /usr/lib/libtorch-test/scalar_test 1512s autopkgtest [01:34:39]: test 93_of_104__cpptest__scalar_test: [----------------------- 1512s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/93_of_104__cpptest__scalar_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/93_of_104__cpptest__scalar_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/93_of_104__cpptest__scalar_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/scalar_test"], kind test, sout raw, serr raw, env [] 1512s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/93_of_104__cpptest__scalar_test-artifacts 1512s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1512s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1512s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1512s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1512s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1512s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1512s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1512s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1512s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1512s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1512s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1512s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1512s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1512s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1512s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1512s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1512s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1512s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1512s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1512s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1512s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1512s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1512s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/93_of_104__cpptest__scalar_test-stderr 1512s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/93_of_104__cpptest__scalar_test-stdout 1512s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1512s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1512s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/scalar_test 1512s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.98kEaBIiqn/out to stdout and file: /tmp/autopkgtest.PBRVfE/93_of_104__cpptest__scalar_test-stdout 1512s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.98kEaBIiqn/err to standard error and file: /tmp/autopkgtest.PBRVfE/93_of_104__cpptest__scalar_test-stdout 1512s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 16073 to /tmp/autopkgtest_script_pid 1512s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1512s [==========] Running 4 tests from 1 test suite. 1512s [----------] Global test environment set-up. 1512s [----------] 4 tests from TestScalar 1512s [ RUN ] TestScalar.TestScalar 1512s H2: 3 257 3 1 1512s [ OK ] TestScalar.TestScalar (0 ms) 1512s [ RUN ] TestScalar.TestConj 1512s [ OK ] TestScalar.TestConj (0 ms) 1512s [ RUN ] TestScalar.TestEqual 1512s [ OK ] TestScalar.TestEqual (0 ms) 1512s [ RUN ] TestScalar.TestFormatting 1512s [ OK ] TestScalar.TestFormatting (0 ms) 1512s [----------] 4 tests from TestScalar (0 ms total) 1512s 1512s [----------] Global test environment tear-down 1512s [==========] 4 tests from 1 test suite ran. (0 ms total) 1512s [ PASSED ] 4 tests. 1512s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1512s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1512s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1512s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1512s autopkgtest: DBG: testbed command exited with code 0 1512s autopkgtest [01:34:39]: test 93_of_104__cpptest__scalar_test: -----------------------] 1512s autopkgtest: DBG: testbed executing test finished with exit status 0 1512s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/93_of_104__cpptest__scalar_test-stdout /tmp/autopkgtest-work.g4f853zl/out/93_of_104__cpptest__scalar_test-stdout 1513s autopkgtest: DBG: got reply from testbed: ok 1513s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/93_of_104__cpptest__scalar_test-stderr /tmp/autopkgtest-work.g4f853zl/out/93_of_104__cpptest__scalar_test-stderr 1513s autopkgtest: DBG: got reply from testbed: ok 1513s 93_of_104__cpptest__scalar_test PASS 1513s autopkgtest [01:34:40]: test 93_of_104__cpptest__scalar_test: - - - - - - - - - - results - - - - - - - - - - 1513s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/93_of_104__cpptest__scalar_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1513s autopkgtest: DBG: got reply from testbed: ok 1513s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/93_of_104__cpptest__scalar_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1513s autopkgtest: DBG: testbed command exited with code 0 1513s autopkgtest [01:34:40]: test 94_of_104__cpptest__stride_properties_test: preparing testbed 1513s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1513s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1513s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1513s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1513s autopkgtest: DBG: can use apt-get on testbed: True 1513s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1513s Reading package lists... 1513s Building dependency tree... 1513s Reading state information... 1514s Starting pkgProblemResolver with broken count: 0 1514s Starting 2 pkgProblemResolver with broken count: 0 1514s Done 1514s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1514s autopkgtest: DBG: testbed command exited with code 0 1514s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1514s autopkgtest: DBG: testbed command exited with code 0 1514s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1514s autopkgtest: DBG: testbed command exited with code 0 1514s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/94_of_104__cpptest__stride_properties_test-packages.all"], kind short, sout raw, serr pipe, env [] 1514s autopkgtest: DBG: testbed command exited with code 0 1514s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/94_of_104__cpptest__stride_properties_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/94_of_104__cpptest__stride_properties_test-packages.all 1515s autopkgtest: DBG: got reply from testbed: ok 1515s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1515s autopkgtest: DBG: testbed command exited with code 0 1515s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1515s autopkgtest [01:34:42]: test 94_of_104__cpptest__stride_properties_test: /usr/lib/libtorch-test/stride_properties_test 1515s autopkgtest [01:34:42]: test 94_of_104__cpptest__stride_properties_test: [----------------------- 1515s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/94_of_104__cpptest__stride_properties_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/94_of_104__cpptest__stride_properties_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/94_of_104__cpptest__stride_properties_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/stride_properties_test"], kind test, sout raw, serr raw, env [] 1515s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/94_of_104__cpptest__stride_properties_test-artifacts 1515s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1515s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1515s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1515s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1515s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1515s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1515s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1515s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1515s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1515s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1515s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1515s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1515s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1515s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1515s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1515s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1515s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1515s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1515s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1515s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1515s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1515s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1515s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/94_of_104__cpptest__stride_properties_test-stderr 1515s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/94_of_104__cpptest__stride_properties_test-stdout 1515s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1515s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1515s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/stride_properties_test 1515s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.FN0lcXQLYN/out to stdout and file: /tmp/autopkgtest.PBRVfE/94_of_104__cpptest__stride_properties_test-stdout 1515s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.FN0lcXQLYN/err to standard error and file: /tmp/autopkgtest.PBRVfE/94_of_104__cpptest__stride_properties_test-stdout 1515s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 16226 to /tmp/autopkgtest_script_pid 1515s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1515s [==========] Running 4 tests from 1 test suite. 1515s [----------] Global test environment set-up. 1515s [----------] 4 tests from StridePropertiesTest 1515s [ RUN ] StridePropertiesTest.StrideIndicesTest 1515s [ OK ] StridePropertiesTest.StrideIndicesTest (0 ms) 1515s [ RUN ] StridePropertiesTest.ZeroStrideIndicesEagerConsistencyTest 1515s [ OK ] StridePropertiesTest.ZeroStrideIndicesEagerConsistencyTest (0 ms) 1515s [ RUN ] StridePropertiesTest.ExpandedStrideIndicesTest 1515s [ OK ] StridePropertiesTest.ExpandedStrideIndicesTest (0 ms) 1515s [ RUN ] StridePropertiesTest.SlicedStrideIndicesTest 1515s [ OK ] StridePropertiesTest.SlicedStrideIndicesTest (0 ms) 1515s [----------] 4 tests from StridePropertiesTest (0 ms total) 1515s 1515s [----------] Global test environment tear-down 1515s [==========] 4 tests from 1 test suite ran. (0 ms total) 1515s [ PASSED ] 4 tests. 1515s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1515s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1515s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1515s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1515s autopkgtest: DBG: testbed command exited with code 0 1515s autopkgtest [01:34:42]: test 94_of_104__cpptest__stride_properties_test: -----------------------] 1515s autopkgtest: DBG: testbed executing test finished with exit status 0 1515s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/94_of_104__cpptest__stride_properties_test-stdout /tmp/autopkgtest-work.g4f853zl/out/94_of_104__cpptest__stride_properties_test-stdout 1516s autopkgtest: DBG: got reply from testbed: ok 1516s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/94_of_104__cpptest__stride_properties_test-stderr /tmp/autopkgtest-work.g4f853zl/out/94_of_104__cpptest__stride_properties_test-stderr 1516s autopkgtest: DBG: got reply from testbed: ok 1516s autopkgtest [01:34:43]: test 94_of_104__cpptest__stride_properties_test: - - - - - - - - - - results - - - - - - - - - - 1516s 94_of_104__cpptest__stride_properties_test PASS 1516s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/94_of_104__cpptest__stride_properties_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1516s autopkgtest: DBG: got reply from testbed: ok 1516s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/94_of_104__cpptest__stride_properties_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1516s autopkgtest: DBG: testbed command exited with code 0 1516s autopkgtest [01:34:43]: test 95_of_104__cpptest__tensor_iterator_test: preparing testbed 1516s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1516s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1516s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1516s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1516s autopkgtest: DBG: can use apt-get on testbed: True 1516s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1516s Reading package lists... 1517s Building dependency tree... 1517s Reading state information... 1517s Starting pkgProblemResolver with broken count: 0 1517s Starting 2 pkgProblemResolver with broken count: 0 1517s Done 1517s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1517s autopkgtest: DBG: testbed command exited with code 0 1517s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1517s autopkgtest: DBG: testbed command exited with code 0 1517s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1517s autopkgtest: DBG: testbed command exited with code 0 1517s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/95_of_104__cpptest__tensor_iterator_test-packages.all"], kind short, sout raw, serr pipe, env [] 1517s autopkgtest: DBG: testbed command exited with code 0 1517s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/95_of_104__cpptest__tensor_iterator_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/95_of_104__cpptest__tensor_iterator_test-packages.all 1518s autopkgtest: DBG: got reply from testbed: ok 1518s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1518s autopkgtest: DBG: testbed command exited with code 0 1518s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1518s autopkgtest [01:34:45]: test 95_of_104__cpptest__tensor_iterator_test: /usr/lib/libtorch-test/tensor_iterator_test 1518s autopkgtest [01:34:45]: test 95_of_104__cpptest__tensor_iterator_test: [----------------------- 1518s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/95_of_104__cpptest__tensor_iterator_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/95_of_104__cpptest__tensor_iterator_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/95_of_104__cpptest__tensor_iterator_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/tensor_iterator_test"], kind test, sout raw, serr raw, env [] 1518s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/95_of_104__cpptest__tensor_iterator_test-artifacts 1518s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1518s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1518s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1518s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1518s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1518s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1518s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1518s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1518s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1518s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1518s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1518s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1518s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1518s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1518s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1518s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1518s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1518s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1518s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1518s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1518s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1518s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1518s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/95_of_104__cpptest__tensor_iterator_test-stderr 1518s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/95_of_104__cpptest__tensor_iterator_test-stdout 1518s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1518s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1518s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/tensor_iterator_test 1518s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.wXjQRFdjxC/out to stdout and file: /tmp/autopkgtest.PBRVfE/95_of_104__cpptest__tensor_iterator_test-stdout 1518s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.wXjQRFdjxC/err to standard error and file: /tmp/autopkgtest.PBRVfE/95_of_104__cpptest__tensor_iterator_test-stdout 1518s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 16379 to /tmp/autopkgtest_script_pid 1518s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1518s [==========] Running 66 tests from 1 test suite. 1518s [----------] Global test environment set-up. 1518s [----------] 66 tests from TensorIteratorTest 1518s [ RUN ] TensorIteratorTest.CPUScalar 1518s [ OK ] TensorIteratorTest.CPUScalar (0 ms) 1518s [ RUN ] TensorIteratorTest.CPUScalarInputs 1518s [ OK ] TensorIteratorTest.CPUScalarInputs (0 ms) 1518s [ RUN ] TensorIteratorTest.MixedDevices 1518s [ OK ] TensorIteratorTest.MixedDevices (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopUnary_Byte 1518s [ OK ] TensorIteratorTest.SerialLoopUnary_Byte (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopUnary_Char 1518s [ OK ] TensorIteratorTest.SerialLoopUnary_Char (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopUnary_Short 1518s [ OK ] TensorIteratorTest.SerialLoopUnary_Short (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopUnary_Int 1518s [ OK ] TensorIteratorTest.SerialLoopUnary_Int (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopUnary_Long 1518s [ OK ] TensorIteratorTest.SerialLoopUnary_Long (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopUnary_Float 1518s [ OK ] TensorIteratorTest.SerialLoopUnary_Float (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopUnary_Double 1518s [ OK ] TensorIteratorTest.SerialLoopUnary_Double (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopBinary_Byte 1518s [ OK ] TensorIteratorTest.SerialLoopBinary_Byte (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopBinary_Char 1518s [ OK ] TensorIteratorTest.SerialLoopBinary_Char (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopBinary_Short 1518s [ OK ] TensorIteratorTest.SerialLoopBinary_Short (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopBinary_Int 1518s [ OK ] TensorIteratorTest.SerialLoopBinary_Int (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopBinary_Long 1518s [ OK ] TensorIteratorTest.SerialLoopBinary_Long (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopBinary_Float 1518s [ OK ] TensorIteratorTest.SerialLoopBinary_Float (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopBinary_Double 1518s [ OK ] TensorIteratorTest.SerialLoopBinary_Double (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopPointwise_Byte 1518s [ OK ] TensorIteratorTest.SerialLoopPointwise_Byte (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopPointwise_Char 1518s [ OK ] TensorIteratorTest.SerialLoopPointwise_Char (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopPointwise_Short 1518s [ OK ] TensorIteratorTest.SerialLoopPointwise_Short (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopPointwise_Int 1518s [ OK ] TensorIteratorTest.SerialLoopPointwise_Int (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopPointwise_Long 1518s [ OK ] TensorIteratorTest.SerialLoopPointwise_Long (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopPointwise_Float 1518s [ OK ] TensorIteratorTest.SerialLoopPointwise_Float (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopPointwise_Double 1518s [ OK ] TensorIteratorTest.SerialLoopPointwise_Double (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Byte 1518s [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Byte (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Char 1518s [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Char (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Short 1518s [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Short (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Int 1518s [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Int (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Long 1518s [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Long (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Float 1518s [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Float (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Double 1518s [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Double (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Byte 1518s [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Byte (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Char 1518s [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Char (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Short 1518s [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Short (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Int 1518s [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Int (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Long 1518s [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Long (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Float 1518s [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Float (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Double 1518s [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Double (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Byte 1518s [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Byte (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Char 1518s [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Char (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Short 1518s [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Short (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Int 1518s [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Int (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Long 1518s [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Long (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Float 1518s [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Float (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Double 1518s [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Double (0 ms) 1518s [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Byte 1518s [ OK ] TensorIteratorTest.ComparisonLoopBinary_Byte (0 ms) 1518s [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Char 1518s [ OK ] TensorIteratorTest.ComparisonLoopBinary_Char (0 ms) 1518s [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Short 1518s [ OK ] TensorIteratorTest.ComparisonLoopBinary_Short (0 ms) 1518s [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Int 1518s [ OK ] TensorIteratorTest.ComparisonLoopBinary_Int (0 ms) 1518s [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Long 1518s [ OK ] TensorIteratorTest.ComparisonLoopBinary_Long (0 ms) 1518s [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Float 1518s [ OK ] TensorIteratorTest.ComparisonLoopBinary_Float (0 ms) 1518s [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Double 1518s [ OK ] TensorIteratorTest.ComparisonLoopBinary_Double (0 ms) 1518s [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Bool 1518s [ OK ] TensorIteratorTest.ComparisonLoopBinary_Bool (0 ms) 1518s [ RUN ] TensorIteratorTest.SerialLoopSingleThread 1518s [ OK ] TensorIteratorTest.SerialLoopSingleThread (0 ms) 1518s [ RUN ] TensorIteratorTest.InputDType 1518s [ OK ] TensorIteratorTest.InputDType (0 ms) 1518s [ RUN ] TensorIteratorTest.ComputeCommonDTypeInputOnly 1518s [ OK ] TensorIteratorTest.ComputeCommonDTypeInputOnly (0 ms) 1518s [ RUN ] TensorIteratorTest.DoNotComputeCommonDTypeInputOnly 1518s [ OK ] TensorIteratorTest.DoNotComputeCommonDTypeInputOnly (0 ms) 1518s [ RUN ] TensorIteratorTest.FailNonPromotingBinaryOp 1518s [ OK ] TensorIteratorTest.FailNonPromotingBinaryOp (0 ms) 1518s [ RUN ] TensorIteratorTest.ForEachConstInput 1518s [ OK ] TensorIteratorTest.ForEachConstInput (0 ms) 1518s [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Byte 1518s [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Byte (0 ms) 1518s [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Char 1518s [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Char (0 ms) 1518s [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Short 1518s [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Short (0 ms) 1518s [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Int 1518s [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Int (0 ms) 1518s [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Long 1518s [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Long (0 ms) 1518s [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Float 1518s [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Float (0 ms) 1518s [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Double 1518s [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Double (0 ms) 1518s [----------] 66 tests from TensorIteratorTest (2 ms total) 1518s 1518s [----------] Global test environment tear-down 1518s [==========] 66 tests from 1 test suite ran. (2 ms total) 1518s [ PASSED ] 66 tests. 1518s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1518s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1518s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1518s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1518s autopkgtest: DBG: testbed command exited with code 0 1519s autopkgtest [01:34:46]: test 95_of_104__cpptest__tensor_iterator_test: -----------------------] 1519s autopkgtest: DBG: testbed executing test finished with exit status 0 1519s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/95_of_104__cpptest__tensor_iterator_test-stdout /tmp/autopkgtest-work.g4f853zl/out/95_of_104__cpptest__tensor_iterator_test-stdout 1519s autopkgtest: DBG: got reply from testbed: ok 1519s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/95_of_104__cpptest__tensor_iterator_test-stderr /tmp/autopkgtest-work.g4f853zl/out/95_of_104__cpptest__tensor_iterator_test-stderr 1519s autopkgtest: DBG: got reply from testbed: ok 1519s 95_of_104__cpptest__tensor_iterator_test PASS 1519s autopkgtest [01:34:46]: test 95_of_104__cpptest__tensor_iterator_test: - - - - - - - - - - results - - - - - - - - - - 1519s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/95_of_104__cpptest__tensor_iterator_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1519s autopkgtest: DBG: got reply from testbed: ok 1519s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/95_of_104__cpptest__tensor_iterator_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1519s autopkgtest: DBG: testbed command exited with code 0 1519s autopkgtest [01:34:46]: test 96_of_104__cpptest__test_parallel: preparing testbed 1519s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1519s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1519s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1519s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1519s autopkgtest: DBG: can use apt-get on testbed: True 1519s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1520s Reading package lists... 1520s Building dependency tree... 1520s Reading state information... 1520s Starting pkgProblemResolver with broken count: 0 1520s Starting 2 pkgProblemResolver with broken count: 0 1520s Done 1520s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1520s autopkgtest: DBG: testbed command exited with code 0 1520s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1520s autopkgtest: DBG: testbed command exited with code 0 1520s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1520s autopkgtest: DBG: testbed command exited with code 0 1520s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/96_of_104__cpptest__test_parallel-packages.all"], kind short, sout raw, serr pipe, env [] 1521s autopkgtest: DBG: testbed command exited with code 0 1521s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/96_of_104__cpptest__test_parallel-packages.all /tmp/autopkgtest-work.g4f853zl/out/96_of_104__cpptest__test_parallel-packages.all 1521s autopkgtest: DBG: got reply from testbed: ok 1521s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1521s autopkgtest: DBG: testbed command exited with code 0 1521s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1521s autopkgtest [01:34:48]: test 96_of_104__cpptest__test_parallel: /usr/lib/libtorch-test/test_parallel 1521s autopkgtest [01:34:48]: test 96_of_104__cpptest__test_parallel: [----------------------- 1521s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/96_of_104__cpptest__test_parallel-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/96_of_104__cpptest__test_parallel-stderr --stdout=/tmp/autopkgtest.PBRVfE/96_of_104__cpptest__test_parallel-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/test_parallel"], kind test, sout raw, serr raw, env [] 1521s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/96_of_104__cpptest__test_parallel-artifacts 1521s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1521s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1521s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1521s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1521s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1521s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1521s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1521s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1521s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1521s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1521s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1521s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1521s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1521s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1521s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1521s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1521s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1521s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1521s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1521s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1521s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1521s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1521s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/96_of_104__cpptest__test_parallel-stderr 1521s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/96_of_104__cpptest__test_parallel-stdout 1521s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1521s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1521s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/test_parallel 1521s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.jRNfxn7qYI/out to stdout and file: /tmp/autopkgtest.PBRVfE/96_of_104__cpptest__test_parallel-stdout 1521s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.jRNfxn7qYI/err to standard error and file: /tmp/autopkgtest.PBRVfE/96_of_104__cpptest__test_parallel-stdout 1521s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 16533 to /tmp/autopkgtest_script_pid 1521s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1521s [==========] Running 5 tests from 1 test suite. 1521s [----------] Global test environment set-up. 1521s [----------] 5 tests from TestParallel 1521s [ RUN ] TestParallel.TestParallel 1521s [ OK ] TestParallel.TestParallel (0 ms) 1521s [ RUN ] TestParallel.NestedParallel 1521s [ OK ] TestParallel.NestedParallel (2 ms) 1521s [ RUN ] TestParallel.NestedParallelThreadId 1521s [ OK ] TestParallel.NestedParallelThreadId (0 ms) 1521s [ RUN ] TestParallel.Exceptions 1521s [ OK ] TestParallel.Exceptions (0 ms) 1521s [ RUN ] TestParallel.IntraOpLaunchFuture 1521s [ OK ] TestParallel.IntraOpLaunchFuture (0 ms) 1521s [----------] 5 tests from TestParallel (3 ms total) 1521s 1521s [----------] Global test environment tear-down 1521s [==========] 5 tests from 1 test suite ran. (3 ms total) 1521s [ PASSED ] 5 tests. 1521s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1521s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1521s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1521s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1521s autopkgtest: DBG: testbed command exited with code 0 1522s autopkgtest [01:34:49]: test 96_of_104__cpptest__test_parallel: -----------------------] 1522s autopkgtest: DBG: testbed executing test finished with exit status 0 1522s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/96_of_104__cpptest__test_parallel-stdout /tmp/autopkgtest-work.g4f853zl/out/96_of_104__cpptest__test_parallel-stdout 1522s autopkgtest: DBG: got reply from testbed: ok 1522s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/96_of_104__cpptest__test_parallel-stderr /tmp/autopkgtest-work.g4f853zl/out/96_of_104__cpptest__test_parallel-stderr 1522s autopkgtest: DBG: got reply from testbed: ok 1522s autopkgtest [01:34:49]: test 96_of_104__cpptest__test_parallel: - - - - - - - - - - results - - - - - - - - - - 1522s 96_of_104__cpptest__test_parallel PASS 1522s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/96_of_104__cpptest__test_parallel-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1522s autopkgtest: DBG: got reply from testbed: ok 1522s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/96_of_104__cpptest__test_parallel-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1522s autopkgtest: DBG: testbed command exited with code 0 1522s autopkgtest [01:34:49]: test 97_of_104__cpptest__thread_init_test: preparing testbed 1522s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1522s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1522s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1522s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1522s autopkgtest: DBG: can use apt-get on testbed: True 1522s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1523s Reading package lists... 1523s Building dependency tree... 1523s Reading state information... 1523s Starting pkgProblemResolver with broken count: 0 1523s Starting 2 pkgProblemResolver with broken count: 0 1523s Done 1523s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1523s autopkgtest: DBG: testbed command exited with code 0 1523s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1523s autopkgtest: DBG: testbed command exited with code 0 1523s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1523s autopkgtest: DBG: testbed command exited with code 0 1523s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/97_of_104__cpptest__thread_init_test-packages.all"], kind short, sout raw, serr pipe, env [] 1524s autopkgtest: DBG: testbed command exited with code 0 1524s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/97_of_104__cpptest__thread_init_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/97_of_104__cpptest__thread_init_test-packages.all 1524s autopkgtest: DBG: got reply from testbed: ok 1524s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1524s autopkgtest: DBG: testbed command exited with code 0 1524s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1524s autopkgtest [01:34:51]: test 97_of_104__cpptest__thread_init_test: /usr/lib/libtorch-test/thread_init_test 1524s autopkgtest [01:34:51]: test 97_of_104__cpptest__thread_init_test: [----------------------- 1524s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/97_of_104__cpptest__thread_init_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/97_of_104__cpptest__thread_init_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/97_of_104__cpptest__thread_init_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/thread_init_test"], kind test, sout raw, serr raw, env [] 1524s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/97_of_104__cpptest__thread_init_test-artifacts 1524s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1524s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1524s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1524s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1524s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1524s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1524s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1524s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1524s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1524s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1524s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1524s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1524s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1524s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1524s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1524s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1524s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1524s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1524s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1524s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1524s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1524s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1524s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/97_of_104__cpptest__thread_init_test-stderr 1524s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/97_of_104__cpptest__thread_init_test-stdout 1524s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1524s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1524s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/thread_init_test 1524s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.GwrP4sgyWu/out to stdout and file: /tmp/autopkgtest.PBRVfE/97_of_104__cpptest__thread_init_test-stdout 1524s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.GwrP4sgyWu/err to standard error and file: /tmp/autopkgtest.PBRVfE/97_of_104__cpptest__thread_init_test-stdout 1524s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 16687 to /tmp/autopkgtest_script_pid 1525s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1525s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1525s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1525s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1525s autopkgtest: DBG: testbed command exited with code 0 1526s autopkgtest [01:34:53]: test 97_of_104__cpptest__thread_init_test: -----------------------] 1526s autopkgtest: DBG: testbed executing test finished with exit status 0 1526s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/97_of_104__cpptest__thread_init_test-stdout /tmp/autopkgtest-work.g4f853zl/out/97_of_104__cpptest__thread_init_test-stdout 1526s autopkgtest: DBG: got reply from testbed: ok 1526s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/97_of_104__cpptest__thread_init_test-stderr /tmp/autopkgtest-work.g4f853zl/out/97_of_104__cpptest__thread_init_test-stderr 1526s autopkgtest: DBG: got reply from testbed: ok 1526s 97_of_104__cpptest__thread_init_test PASS 1526s autopkgtest [01:34:53]: test 97_of_104__cpptest__thread_init_test: - - - - - - - - - - results - - - - - - - - - - 1526s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/97_of_104__cpptest__thread_init_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1526s autopkgtest: DBG: got reply from testbed: ok 1526s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/97_of_104__cpptest__thread_init_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1527s autopkgtest: DBG: testbed command exited with code 0 1527s autopkgtest [01:34:54]: test 98_of_104__cpptest__type_ptr_test: preparing testbed 1527s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1527s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1527s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1527s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1527s autopkgtest: DBG: can use apt-get on testbed: True 1527s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1527s Reading package lists... 1527s Building dependency tree... 1527s Reading state information... 1527s Starting pkgProblemResolver with broken count: 0 1527s Starting 2 pkgProblemResolver with broken count: 0 1527s Done 1527s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1527s autopkgtest: DBG: testbed command exited with code 0 1527s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1527s autopkgtest: DBG: testbed command exited with code 0 1527s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1528s autopkgtest: DBG: testbed command exited with code 0 1528s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/98_of_104__cpptest__type_ptr_test-packages.all"], kind short, sout raw, serr pipe, env [] 1528s autopkgtest: DBG: testbed command exited with code 0 1528s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/98_of_104__cpptest__type_ptr_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/98_of_104__cpptest__type_ptr_test-packages.all 1528s autopkgtest: DBG: got reply from testbed: ok 1528s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1528s autopkgtest: DBG: testbed command exited with code 0 1528s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1528s autopkgtest [01:34:55]: test 98_of_104__cpptest__type_ptr_test: /usr/lib/libtorch-test/type_ptr_test 1528s autopkgtest [01:34:55]: test 98_of_104__cpptest__type_ptr_test: [----------------------- 1528s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/98_of_104__cpptest__type_ptr_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/98_of_104__cpptest__type_ptr_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/98_of_104__cpptest__type_ptr_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/type_ptr_test"], kind test, sout raw, serr raw, env [] 1528s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/98_of_104__cpptest__type_ptr_test-artifacts 1528s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1528s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1528s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1528s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1528s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1528s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1528s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1528s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1528s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1528s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1528s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1528s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1528s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1528s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1528s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1528s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1528s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1528s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1528s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1528s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1528s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1528s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1528s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/98_of_104__cpptest__type_ptr_test-stderr 1528s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/98_of_104__cpptest__type_ptr_test-stdout 1528s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1528s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1528s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/type_ptr_test 1528s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.xcqTycGMWV/out to stdout and file: /tmp/autopkgtest.PBRVfE/98_of_104__cpptest__type_ptr_test-stdout 1528s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.xcqTycGMWV/err to standard error and file: /tmp/autopkgtest.PBRVfE/98_of_104__cpptest__type_ptr_test-stdout 1528s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 16847 to /tmp/autopkgtest_script_pid 1529s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1529s [==========] Running 4 tests from 1 test suite. 1529s [----------] Global test environment set-up. 1529s [----------] 4 tests from SingletonOrSharedTypePtr 1529s [ RUN ] SingletonOrSharedTypePtr.Empty 1529s [ OK ] SingletonOrSharedTypePtr.Empty (0 ms) 1529s [ RUN ] SingletonOrSharedTypePtr.NonEmpty 1529s [ OK ] SingletonOrSharedTypePtr.NonEmpty (0 ms) 1529s [ RUN ] SingletonOrSharedTypePtr.Comparison 1529s [ OK ] SingletonOrSharedTypePtr.Comparison (0 ms) 1529s [ RUN ] SingletonOrSharedTypePtr.SingletonComparison 1529s [ OK ] SingletonOrSharedTypePtr.SingletonComparison (0 ms) 1529s [----------] 4 tests from SingletonOrSharedTypePtr (0 ms total) 1529s 1529s [----------] Global test environment tear-down 1529s [==========] 4 tests from 1 test suite ran. (0 ms total) 1529s [ PASSED ] 4 tests. 1529s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1529s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1529s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1529s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1529s autopkgtest: DBG: testbed command exited with code 0 1529s autopkgtest [01:34:56]: test 98_of_104__cpptest__type_ptr_test: -----------------------] 1529s autopkgtest: DBG: testbed executing test finished with exit status 0 1529s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/98_of_104__cpptest__type_ptr_test-stdout /tmp/autopkgtest-work.g4f853zl/out/98_of_104__cpptest__type_ptr_test-stdout 1529s autopkgtest: DBG: got reply from testbed: ok 1529s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/98_of_104__cpptest__type_ptr_test-stderr /tmp/autopkgtest-work.g4f853zl/out/98_of_104__cpptest__type_ptr_test-stderr 1529s autopkgtest: DBG: got reply from testbed: ok 1529s 98_of_104__cpptest__type_ptr_test PASS 1529s autopkgtest [01:34:56]: test 98_of_104__cpptest__type_ptr_test: - - - - - - - - - - results - - - - - - - - - - 1529s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/98_of_104__cpptest__type_ptr_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1529s autopkgtest: DBG: got reply from testbed: ok 1529s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/98_of_104__cpptest__type_ptr_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1530s autopkgtest: DBG: testbed command exited with code 0 1530s autopkgtest [01:34:57]: test 99_of_104__cpptest__type_test: preparing testbed 1530s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1530s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1530s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1530s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1530s autopkgtest: DBG: can use apt-get on testbed: True 1530s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1530s Reading package lists... 1530s Building dependency tree... 1530s Reading state information... 1530s Starting pkgProblemResolver with broken count: 0 1530s Starting 2 pkgProblemResolver with broken count: 0 1530s Done 1530s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1530s autopkgtest: DBG: testbed command exited with code 0 1530s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1530s autopkgtest: DBG: testbed command exited with code 0 1530s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1531s autopkgtest: DBG: testbed command exited with code 0 1531s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/99_of_104__cpptest__type_test-packages.all"], kind short, sout raw, serr pipe, env [] 1531s autopkgtest: DBG: testbed command exited with code 0 1531s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/99_of_104__cpptest__type_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/99_of_104__cpptest__type_test-packages.all 1531s autopkgtest: DBG: got reply from testbed: ok 1531s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1531s autopkgtest: DBG: testbed command exited with code 0 1531s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1531s autopkgtest [01:34:58]: test 99_of_104__cpptest__type_test: /usr/lib/libtorch-test/type_test 1531s autopkgtest [01:34:58]: test 99_of_104__cpptest__type_test: [----------------------- 1531s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/99_of_104__cpptest__type_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/99_of_104__cpptest__type_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/99_of_104__cpptest__type_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/type_test"], kind test, sout raw, serr raw, env [] 1531s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/99_of_104__cpptest__type_test-artifacts 1531s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1531s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1531s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1531s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1531s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1531s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1531s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1531s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1531s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1531s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1531s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1531s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1531s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1531s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1531s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1531s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1531s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1531s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1531s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1531s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1531s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1531s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1531s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/99_of_104__cpptest__type_test-stderr 1531s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/99_of_104__cpptest__type_test-stdout 1531s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1531s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1531s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/type_test 1531s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.epS3Zlx7Ew/out to stdout and file: /tmp/autopkgtest.PBRVfE/99_of_104__cpptest__type_test-stdout 1531s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.epS3Zlx7Ew/err to standard error and file: /tmp/autopkgtest.PBRVfE/99_of_104__cpptest__type_test-stdout 1531s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 17000 to /tmp/autopkgtest_script_pid 1532s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1532s [==========] Running 9 tests from 2 test suites. 1532s [----------] Global test environment set-up. 1532s [----------] 3 tests from TypeCustomPrinter 1532s [ RUN ] TypeCustomPrinter.Basic 1532s [ OK ] TypeCustomPrinter.Basic (0 ms) 1532s [ RUN ] TypeCustomPrinter.ContainedTypes 1532s [ OK ] TypeCustomPrinter.ContainedTypes (0 ms) 1532s [ RUN ] TypeCustomPrinter.NamedTuples 1532s [ OK ] TypeCustomPrinter.NamedTuples (0 ms) 1532s [----------] 3 tests from TypeCustomPrinter (0 ms total) 1532s 1532s [----------] 6 tests from TypeEquality 1532s [ RUN ] TypeEquality.ClassBasic 1532s [ OK ] TypeEquality.ClassBasic (4 ms) 1532s [ RUN ] TypeEquality.ClassInequality 1532s [ OK ] TypeEquality.ClassInequality (0 ms) 1532s [ RUN ] TypeEquality.InterfaceEquality 1532s [ OK ] TypeEquality.InterfaceEquality (0 ms) 1532s [ RUN ] TypeEquality.InterfaceInequality 1532s [ OK ] TypeEquality.InterfaceInequality (0 ms) 1532s [ RUN ] TypeEquality.TupleEquality 1532s [ OK ] TypeEquality.TupleEquality (0 ms) 1532s [ RUN ] TypeEquality.NamedTupleEquality 1532s [ OK ] TypeEquality.NamedTupleEquality (0 ms) 1532s [----------] 6 tests from TypeEquality (4 ms total) 1532s 1532s [----------] Global test environment tear-down 1532s [==========] 9 tests from 2 test suites ran. (4 ms total) 1532s [ PASSED ] 9 tests. 1532s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1532s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1532s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1532s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1532s autopkgtest: DBG: testbed command exited with code 0 1532s autopkgtest [01:34:59]: test 99_of_104__cpptest__type_test: -----------------------] 1532s autopkgtest: DBG: testbed executing test finished with exit status 0 1532s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/99_of_104__cpptest__type_test-stdout /tmp/autopkgtest-work.g4f853zl/out/99_of_104__cpptest__type_test-stdout 1532s autopkgtest: DBG: got reply from testbed: ok 1532s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/99_of_104__cpptest__type_test-stderr /tmp/autopkgtest-work.g4f853zl/out/99_of_104__cpptest__type_test-stderr 1532s autopkgtest: DBG: got reply from testbed: ok 1532s 99_of_104__cpptest__type_test PASS 1532s autopkgtest [01:34:59]: test 99_of_104__cpptest__type_test: - - - - - - - - - - results - - - - - - - - - - 1532s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/99_of_104__cpptest__type_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1532s autopkgtest: DBG: got reply from testbed: ok 1532s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/99_of_104__cpptest__type_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1533s autopkgtest: DBG: testbed command exited with code 0 1533s autopkgtest [01:35:00]: test 100_of_104__cpptest__undefined_tensor_test: preparing testbed 1533s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1533s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1533s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1533s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1533s autopkgtest: DBG: can use apt-get on testbed: True 1533s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1533s Reading package lists... 1533s Building dependency tree... 1533s Reading state information... 1533s Starting pkgProblemResolver with broken count: 0 1533s Starting 2 pkgProblemResolver with broken count: 0 1533s Done 1533s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1533s autopkgtest: DBG: testbed command exited with code 0 1533s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1533s autopkgtest: DBG: testbed command exited with code 0 1533s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1534s autopkgtest: DBG: testbed command exited with code 0 1534s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/100_of_104__cpptest__undefined_tensor_test-packages.all"], kind short, sout raw, serr pipe, env [] 1534s autopkgtest: DBG: testbed command exited with code 0 1534s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/100_of_104__cpptest__undefined_tensor_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/100_of_104__cpptest__undefined_tensor_test-packages.all 1534s autopkgtest: DBG: got reply from testbed: ok 1534s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1534s autopkgtest: DBG: testbed command exited with code 0 1534s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1534s autopkgtest [01:35:01]: test 100_of_104__cpptest__undefined_tensor_test: /usr/lib/libtorch-test/undefined_tensor_test 1534s autopkgtest [01:35:01]: test 100_of_104__cpptest__undefined_tensor_test: [----------------------- 1534s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/100_of_104__cpptest__undefined_tensor_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/100_of_104__cpptest__undefined_tensor_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/100_of_104__cpptest__undefined_tensor_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/undefined_tensor_test"], kind test, sout raw, serr raw, env [] 1534s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/100_of_104__cpptest__undefined_tensor_test-artifacts 1534s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1534s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1534s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1534s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1534s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1534s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1534s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1534s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1534s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1534s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1534s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1534s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1534s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1534s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1534s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1534s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1534s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1534s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1534s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1534s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1534s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1534s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1534s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/100_of_104__cpptest__undefined_tensor_test-stderr 1534s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/100_of_104__cpptest__undefined_tensor_test-stdout 1534s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1534s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1534s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/undefined_tensor_test 1534s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.lyWiJ1vuGD/out to stdout and file: /tmp/autopkgtest.PBRVfE/100_of_104__cpptest__undefined_tensor_test-stdout 1534s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.lyWiJ1vuGD/err to standard error and file: /tmp/autopkgtest.PBRVfE/100_of_104__cpptest__undefined_tensor_test-stdout 1534s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 17153 to /tmp/autopkgtest_script_pid 1535s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1535s [==========] Running 1 test from 1 test suite. 1535s [----------] Global test environment set-up. 1535s [----------] 1 test from TestUndefined 1535s [ RUN ] TestUndefined.UndefinedTest 1535s [ OK ] TestUndefined.UndefinedTest (0 ms) 1535s [----------] 1 test from TestUndefined (0 ms total) 1535s 1535s [----------] Global test environment tear-down 1535s [==========] 1 test from 1 test suite ran. (0 ms total) 1535s [ PASSED ] 1 test. 1535s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1535s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1535s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1535s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1535s autopkgtest: DBG: testbed command exited with code 0 1535s autopkgtest [01:35:02]: test 100_of_104__cpptest__undefined_tensor_test: -----------------------] 1535s autopkgtest: DBG: testbed executing test finished with exit status 0 1535s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/100_of_104__cpptest__undefined_tensor_test-stdout /tmp/autopkgtest-work.g4f853zl/out/100_of_104__cpptest__undefined_tensor_test-stdout 1535s autopkgtest: DBG: got reply from testbed: ok 1535s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/100_of_104__cpptest__undefined_tensor_test-stderr /tmp/autopkgtest-work.g4f853zl/out/100_of_104__cpptest__undefined_tensor_test-stderr 1535s autopkgtest: DBG: got reply from testbed: ok 1535s autopkgtest [01:35:02]: test 100_of_104__cpptest__undefined_tensor_test: - - - - - - - - - - results - - - - - - - - - - 1535s 100_of_104__cpptest__undefined_tensor_test PASS 1535s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/100_of_104__cpptest__undefined_tensor_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1535s autopkgtest: DBG: got reply from testbed: ok 1535s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/100_of_104__cpptest__undefined_tensor_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1536s autopkgtest: DBG: testbed command exited with code 0 1536s autopkgtest [01:35:03]: test 101_of_104__cpptest__verify_api_visibility: preparing testbed 1536s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1536s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1536s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1536s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1536s autopkgtest: DBG: can use apt-get on testbed: True 1536s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1536s Reading package lists... 1536s Building dependency tree... 1536s Reading state information... 1536s Starting pkgProblemResolver with broken count: 0 1536s Starting 2 pkgProblemResolver with broken count: 0 1536s Done 1536s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1536s autopkgtest: DBG: testbed command exited with code 0 1536s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1536s autopkgtest: DBG: testbed command exited with code 0 1536s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1537s autopkgtest: DBG: testbed command exited with code 0 1537s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/101_of_104__cpptest__verify_api_visibility-packages.all"], kind short, sout raw, serr pipe, env [] 1537s autopkgtest: DBG: testbed command exited with code 0 1537s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/101_of_104__cpptest__verify_api_visibility-packages.all /tmp/autopkgtest-work.g4f853zl/out/101_of_104__cpptest__verify_api_visibility-packages.all 1537s autopkgtest: DBG: got reply from testbed: ok 1537s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1537s autopkgtest: DBG: testbed command exited with code 0 1537s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1537s autopkgtest [01:35:04]: test 101_of_104__cpptest__verify_api_visibility: /usr/lib/libtorch-test/verify_api_visibility 1537s autopkgtest [01:35:04]: test 101_of_104__cpptest__verify_api_visibility: [----------------------- 1537s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/101_of_104__cpptest__verify_api_visibility-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/101_of_104__cpptest__verify_api_visibility-stderr --stdout=/tmp/autopkgtest.PBRVfE/101_of_104__cpptest__verify_api_visibility-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/verify_api_visibility"], kind test, sout raw, serr raw, env [] 1537s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/101_of_104__cpptest__verify_api_visibility-artifacts 1537s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1537s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1537s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1537s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1537s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1537s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1537s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1537s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1537s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1537s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1537s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1537s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1537s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1537s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1537s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1537s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1537s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1537s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1537s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1537s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1537s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1537s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1537s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/101_of_104__cpptest__verify_api_visibility-stderr 1537s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/101_of_104__cpptest__verify_api_visibility-stdout 1537s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1537s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1537s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/verify_api_visibility 1537s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.Nthtxvam2d/out to stdout and file: /tmp/autopkgtest.PBRVfE/101_of_104__cpptest__verify_api_visibility-stdout 1537s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.Nthtxvam2d/err to standard error and file: /tmp/autopkgtest.PBRVfE/101_of_104__cpptest__verify_api_visibility-stdout 1537s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 17309 to /tmp/autopkgtest_script_pid 1538s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1538s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1538s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1538s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1538s autopkgtest: DBG: testbed command exited with code 0 1538s autopkgtest [01:35:05]: test 101_of_104__cpptest__verify_api_visibility: -----------------------] 1538s autopkgtest: DBG: testbed executing test finished with exit status 0 1538s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/101_of_104__cpptest__verify_api_visibility-stdout /tmp/autopkgtest-work.g4f853zl/out/101_of_104__cpptest__verify_api_visibility-stdout 1538s autopkgtest: DBG: got reply from testbed: ok 1538s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/101_of_104__cpptest__verify_api_visibility-stderr /tmp/autopkgtest-work.g4f853zl/out/101_of_104__cpptest__verify_api_visibility-stderr 1538s autopkgtest: DBG: got reply from testbed: ok 1538s autopkgtest [01:35:05]: test 101_of_104__cpptest__verify_api_visibility: - - - - - - - - - - results - - - - - - - - - - 1538s 101_of_104__cpptest__verify_api_visibility PASS 1538s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/101_of_104__cpptest__verify_api_visibility-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1539s autopkgtest: DBG: got reply from testbed: ok 1539s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/101_of_104__cpptest__verify_api_visibility-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1539s autopkgtest: DBG: testbed command exited with code 0 1539s autopkgtest [01:35:06]: test 102_of_104__cpptest__weakref_test: preparing testbed 1539s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1539s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1539s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1539s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1539s autopkgtest: DBG: can use apt-get on testbed: True 1539s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1539s Reading package lists... 1539s Building dependency tree... 1539s Reading state information... 1539s Starting pkgProblemResolver with broken count: 0 1539s Starting 2 pkgProblemResolver with broken count: 0 1539s Done 1539s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1539s autopkgtest: DBG: testbed command exited with code 0 1539s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1540s autopkgtest: DBG: testbed command exited with code 0 1540s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1540s autopkgtest: DBG: testbed command exited with code 0 1540s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/102_of_104__cpptest__weakref_test-packages.all"], kind short, sout raw, serr pipe, env [] 1540s autopkgtest: DBG: testbed command exited with code 0 1540s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/102_of_104__cpptest__weakref_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/102_of_104__cpptest__weakref_test-packages.all 1540s autopkgtest: DBG: got reply from testbed: ok 1540s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1540s autopkgtest: DBG: testbed command exited with code 0 1540s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1540s autopkgtest [01:35:07]: test 102_of_104__cpptest__weakref_test: /usr/lib/libtorch-test/weakref_test 1540s autopkgtest [01:35:07]: test 102_of_104__cpptest__weakref_test: [----------------------- 1540s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/102_of_104__cpptest__weakref_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/102_of_104__cpptest__weakref_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/102_of_104__cpptest__weakref_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/weakref_test"], kind test, sout raw, serr raw, env [] 1540s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/102_of_104__cpptest__weakref_test-artifacts 1540s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1540s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1540s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1540s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1540s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1540s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1540s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1540s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1540s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1540s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1540s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1540s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1540s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1540s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1540s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1540s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1540s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1540s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1540s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1540s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1540s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1540s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1540s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/102_of_104__cpptest__weakref_test-stderr 1540s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/102_of_104__cpptest__weakref_test-stdout 1540s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1540s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1540s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/weakref_test 1540s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.UKkKJi1YC0/out to stdout and file: /tmp/autopkgtest.PBRVfE/102_of_104__cpptest__weakref_test-stdout 1540s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.UKkKJi1YC0/err to standard error and file: /tmp/autopkgtest.PBRVfE/102_of_104__cpptest__weakref_test-stdout 1540s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 17462 to /tmp/autopkgtest_script_pid 1541s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1541s [==========] Running 3 tests from 1 test suite. 1541s [----------] Global test environment set-up. 1541s [----------] 3 tests from TestWeakPointer 1541s [ RUN ] TestWeakPointer.WeakPointerGetsInvalidated 1541s [ OK ] TestWeakPointer.WeakPointerGetsInvalidated (0 ms) 1541s [ RUN ] TestWeakPointer.WeakPointerLock 1541s [ OK ] TestWeakPointer.WeakPointerLock (0 ms) 1541s [ RUN ] TestWeakPointer.WeakUpdatesRefcountsTest 1541s [ OK ] TestWeakPointer.WeakUpdatesRefcountsTest (0 ms) 1541s [----------] 3 tests from TestWeakPointer (0 ms total) 1541s 1541s [----------] Global test environment tear-down 1541s [==========] 3 tests from 1 test suite ran. (0 ms total) 1541s [ PASSED ] 3 tests. 1541s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1541s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1541s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1541s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1541s autopkgtest: DBG: testbed command exited with code 0 1541s autopkgtest [01:35:08]: test 102_of_104__cpptest__weakref_test: -----------------------] 1541s autopkgtest: DBG: testbed executing test finished with exit status 0 1541s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/102_of_104__cpptest__weakref_test-stdout /tmp/autopkgtest-work.g4f853zl/out/102_of_104__cpptest__weakref_test-stdout 1541s autopkgtest: DBG: got reply from testbed: ok 1541s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/102_of_104__cpptest__weakref_test-stderr /tmp/autopkgtest-work.g4f853zl/out/102_of_104__cpptest__weakref_test-stderr 1541s autopkgtest: DBG: got reply from testbed: ok 1541s autopkgtest [01:35:08]: test 102_of_104__cpptest__weakref_test: - - - - - - - - - - results - - - - - - - - - - 1541s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/102_of_104__cpptest__weakref_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1541s 102_of_104__cpptest__weakref_test PASS 1542s autopkgtest: DBG: got reply from testbed: ok 1542s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/102_of_104__cpptest__weakref_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1542s autopkgtest: DBG: testbed command exited with code 0 1542s autopkgtest [01:35:09]: test 103_of_104__cpptest__wrapdim_test: preparing testbed 1542s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1542s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1542s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1542s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1542s autopkgtest: DBG: can use apt-get on testbed: True 1542s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1542s Reading package lists... 1542s Building dependency tree... 1542s Reading state information... 1542s Starting pkgProblemResolver with broken count: 0 1542s Starting 2 pkgProblemResolver with broken count: 0 1542s Done 1542s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1542s autopkgtest: DBG: testbed command exited with code 0 1542s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1543s autopkgtest: DBG: testbed command exited with code 0 1543s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1543s autopkgtest: DBG: testbed command exited with code 0 1543s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/103_of_104__cpptest__wrapdim_test-packages.all"], kind short, sout raw, serr pipe, env [] 1543s autopkgtest: DBG: testbed command exited with code 0 1543s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/103_of_104__cpptest__wrapdim_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/103_of_104__cpptest__wrapdim_test-packages.all 1543s autopkgtest: DBG: got reply from testbed: ok 1543s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1543s autopkgtest: DBG: testbed command exited with code 0 1543s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1543s autopkgtest [01:35:10]: test 103_of_104__cpptest__wrapdim_test: /usr/lib/libtorch-test/wrapdim_test 1543s autopkgtest [01:35:10]: test 103_of_104__cpptest__wrapdim_test: [----------------------- 1543s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/103_of_104__cpptest__wrapdim_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/103_of_104__cpptest__wrapdim_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/103_of_104__cpptest__wrapdim_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/wrapdim_test"], kind test, sout raw, serr raw, env [] 1543s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/103_of_104__cpptest__wrapdim_test-artifacts 1543s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1543s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1543s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1543s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1543s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1543s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1543s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1543s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1543s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1543s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1543s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1543s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1543s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1543s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1543s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1543s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1543s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1543s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1543s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1543s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1543s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1543s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1543s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/103_of_104__cpptest__wrapdim_test-stderr 1543s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/103_of_104__cpptest__wrapdim_test-stdout 1543s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1543s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1543s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/wrapdim_test 1543s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.elJuGRZqKp/out to stdout and file: /tmp/autopkgtest.PBRVfE/103_of_104__cpptest__wrapdim_test-stdout 1543s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.elJuGRZqKp/err to standard error and file: /tmp/autopkgtest.PBRVfE/103_of_104__cpptest__wrapdim_test-stdout 1543s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 17615 to /tmp/autopkgtest_script_pid 1544s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1544s [==========] Running 1 test from 1 test suite. 1544s [----------] Global test environment set-up. 1544s [----------] 1 test from TestWrapdim 1544s [ RUN ] TestWrapdim.TestWrapdim 1544s [ OK ] TestWrapdim.TestWrapdim (0 ms) 1544s [----------] 1 test from TestWrapdim (0 ms total) 1544s 1544s [----------] Global test environment tear-down 1544s [==========] 1 test from 1 test suite ran. (0 ms total) 1544s [ PASSED ] 1 test. 1544s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1544s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1544s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1544s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1544s autopkgtest: DBG: testbed command exited with code 0 1544s autopkgtest [01:35:11]: test 103_of_104__cpptest__wrapdim_test: -----------------------] 1544s autopkgtest: DBG: testbed executing test finished with exit status 0 1544s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/103_of_104__cpptest__wrapdim_test-stdout /tmp/autopkgtest-work.g4f853zl/out/103_of_104__cpptest__wrapdim_test-stdout 1544s autopkgtest: DBG: got reply from testbed: ok 1544s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/103_of_104__cpptest__wrapdim_test-stderr /tmp/autopkgtest-work.g4f853zl/out/103_of_104__cpptest__wrapdim_test-stderr 1544s autopkgtest: DBG: got reply from testbed: ok 1544s autopkgtest [01:35:11]: test 103_of_104__cpptest__wrapdim_test: - - - - - - - - - - results - - - - - - - - - - 1544s 103_of_104__cpptest__wrapdim_test PASS 1544s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/103_of_104__cpptest__wrapdim_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1545s autopkgtest: DBG: got reply from testbed: ok 1545s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/103_of_104__cpptest__wrapdim_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1545s autopkgtest: DBG: testbed command exited with code 0 1545s autopkgtest [01:35:12]: test 104_of_104__cpptest__xla_tensor_test: preparing testbed 1545s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'], deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1545s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 1545s autopkgtest: DBG: install_deps: deps_new=['build-essential', 'ninja-build', 'libtorch-dev', 'libtorch-test'] 1545s autopkgtest: DBG: install-deps: satisfying build-essential, ninja-build, libtorch-dev, libtorch-test 1545s autopkgtest: DBG: can use apt-get on testbed: True 1545s 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', 'build-essential, ninja-build, libtorch-dev, libtorch-test'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 1545s Reading package lists... 1545s Building dependency tree... 1545s Reading state information... 1545s Starting pkgProblemResolver with broken count: 0 1545s Starting 2 pkgProblemResolver with broken count: 0 1545s Done 1545s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1545s autopkgtest: DBG: testbed command exited with code 0 1545s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-dev'], kind short, sout pipe, serr pipe, env [] 1546s autopkgtest: DBG: testbed command exited with code 0 1546s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libtorch-test'], kind short, sout pipe, serr pipe, env [] 1546s autopkgtest: DBG: testbed command exited with code 0 1546s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.PBRVfE/104_of_104__cpptest__xla_tensor_test-packages.all"], kind short, sout raw, serr pipe, env [] 1546s autopkgtest: DBG: testbed command exited with code 0 1546s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/104_of_104__cpptest__xla_tensor_test-packages.all /tmp/autopkgtest-work.g4f853zl/out/104_of_104__cpptest__xla_tensor_test-packages.all 1546s autopkgtest: DBG: got reply from testbed: ok 1546s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.PBRVfE/build.sUS/src'], kind short, sout raw, serr raw, env [] 1546s autopkgtest: DBG: testbed command exited with code 0 1546s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.PBRVfE/build.sUS/src already exists 1546s autopkgtest [01:35:13]: test 104_of_104__cpptest__xla_tensor_test: /usr/lib/libtorch-test/xla_tensor_test 1546s autopkgtest [01:35:13]: test 104_of_104__cpptest__xla_tensor_test: [----------------------- 1546s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', "set -e; exec /tmp/autopkgtest.PBRVfE/wrapper.sh --debug --artifacts=/tmp/autopkgtest.PBRVfE/104_of_104__cpptest__xla_tensor_test-artifacts --chdir=/tmp/autopkgtest.PBRVfE/build.sUS/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.PBRVfE/104_of_104__cpptest__xla_tensor_test-stderr --stdout=/tmp/autopkgtest.PBRVfE/104_of_104__cpptest__xla_tensor_test-stdout --tmp=/tmp/autopkgtest.PBRVfE/autopkgtest_tmp '--env=ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1' -- bash -ec /usr/lib/libtorch-test/xla_tensor_test"], kind test, sout raw, serr raw, env [] 1546s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.PBRVfE/104_of_104__cpptest__xla_tensor_test-artifacts 1546s /tmp/autopkgtest.PBRVfE/wrapper.sh: changing to directory: /tmp/autopkgtest.PBRVfE/build.sUS/src 1546s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 1546s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 1546s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 1546s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 1546s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: LANG=C.UTF-8 1546s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LANGUAGE 1546s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ADDRESS 1546s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_ALL 1546s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_COLLATE 1546s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_CTYPE 1546s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_IDENTIFICATION 1546s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MEASUREMENT 1546s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MESSAGES 1546s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_MONETARY 1546s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NAME 1546s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_NUMERIC 1546s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_PAPER 1546s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TELEPHONE 1546s /tmp/autopkgtest.PBRVfE/wrapper.sh: unsetting environment: LC_TIME 1546s /tmp/autopkgtest.PBRVfE/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 1546s /tmp/autopkgtest.PBRVfE/wrapper.sh: pretending to be a login shell 1546s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write standard error to /tmp/autopkgtest.PBRVfE/104_of_104__cpptest__xla_tensor_test-stderr 1546s /tmp/autopkgtest.PBRVfE/wrapper.sh: will write stdout to /tmp/autopkgtest.PBRVfE/104_of_104__cpptest__xla_tensor_test-stdout 1546s /tmp/autopkgtest.PBRVfE/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.PBRVfE/autopkgtest_tmp 1546s /tmp/autopkgtest.PBRVfE/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=pytorch/2.6.0+dfsg-1 openmpi/5.0.7-1 1546s /tmp/autopkgtest.PBRVfE/wrapper.sh: command to run: bash -ec /usr/lib/libtorch-test/xla_tensor_test 1546s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.2KyhgY6Z4J/out to stdout and file: /tmp/autopkgtest.PBRVfE/104_of_104__cpptest__xla_tensor_test-stdout 1546s /tmp/autopkgtest.PBRVfE/wrapper.sh: copying /tmp/tmp.2KyhgY6Z4J/err to standard error and file: /tmp/autopkgtest.PBRVfE/104_of_104__cpptest__xla_tensor_test-stdout 1546s /tmp/autopkgtest.PBRVfE/wrapper.sh: writing script pid 17768 to /tmp/autopkgtest_script_pid 1547s Running main() from ./third_party/googletest/googletest/src/gtest_main.cc 1547s [==========] Running 2 tests from 1 test suite. 1547s [----------] Global test environment set-up. 1547s [----------] 2 tests from XlaTensorTest 1547s [ RUN ] XlaTensorTest.TestNoStorage 1547s [ OK ] XlaTensorTest.TestNoStorage (0 ms) 1547s [ RUN ] XlaTensorTest.test_allocator_clone 1547s [ OK ] XlaTensorTest.test_allocator_clone (0 ms) 1547s [----------] 2 tests from XlaTensorTest (0 ms total) 1547s 1547s [----------] Global test environment tear-down 1547s [==========] 2 tests from 1 test suite ran. (0 ms total) 1547s [ PASSED ] 2 tests. 1547s /tmp/autopkgtest.PBRVfE/wrapper.sh: checking for leaked background processes... 1547s /tmp/autopkgtest.PBRVfE/wrapper.sh: waiting for tee/cat subprocesses... 1547s /tmp/autopkgtest.PBRVfE/wrapper.sh: cleaning up... 1547s /tmp/autopkgtest.PBRVfE/wrapper.sh: Exit status: 0 1547s autopkgtest: DBG: testbed command exited with code 0 1547s autopkgtest [01:35:14]: test 104_of_104__cpptest__xla_tensor_test: -----------------------] 1547s autopkgtest: DBG: testbed executing test finished with exit status 0 1547s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/104_of_104__cpptest__xla_tensor_test-stdout /tmp/autopkgtest-work.g4f853zl/out/104_of_104__cpptest__xla_tensor_test-stdout 1547s autopkgtest: DBG: got reply from testbed: ok 1547s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/104_of_104__cpptest__xla_tensor_test-stderr /tmp/autopkgtest-work.g4f853zl/out/104_of_104__cpptest__xla_tensor_test-stderr 1547s autopkgtest: DBG: got reply from testbed: ok 1547s 104_of_104__cpptest__xla_tensor_test PASS 1547s autopkgtest [01:35:14]: test 104_of_104__cpptest__xla_tensor_test: - - - - - - - - - - results - - - - - - - - - - 1547s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.PBRVfE/104_of_104__cpptest__xla_tensor_test-artifacts/ /tmp/autopkgtest-work.g4f853zl/out/artifacts/ 1548s autopkgtest: DBG: got reply from testbed: ok 1548s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.PBRVfE/104_of_104__cpptest__xla_tensor_test-artifacts', '/tmp/autopkgtest.PBRVfE/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 1548s autopkgtest: DBG: testbed command exited with code 0 1548s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 1548s autopkgtest [01:35:15]: @@@@@@@@@@@@@@@@@@@@ summary 1548s py_import_and_version PASS 1548s py_blas_openblas PASS 1548s py_blas_blis PASS 1548s py_sequential PASS 1548s show_dangling_symlink_if_any PASS 1548s 1_of_104__cpptest__CppSignature_test PASS 1548s 2_of_104__cpptest__Dict_test PASS 1548s 3_of_104__cpptest__Dimname_test PASS 1548s 4_of_104__cpptest__IListRef_test PASS 1548s 5_of_104__cpptest__KernelFunction_test PASS 1548s 6_of_104__cpptest__List_test PASS 1548s 7_of_104__cpptest__MaybeOwned_test PASS 1548s 8_of_104__cpptest__NamedTensor_test PASS 1548s 9_of_104__cpptest__StorageUtils_test PASS 1548s 10_of_104__cpptest__apply_utils_test PASS 1548s 11_of_104__cpptest__atest PASS 1548s 12_of_104__cpptest__backend_fallback_test PASS 1548s 13_of_104__cpptest__basic PASS 1548s 14_of_104__cpptest__broadcast_test PASS 1548s 15_of_104__cpptest__c10_Bitset_test PASS 1548s 16_of_104__cpptest__c10_CompileTimeFunctionPointer_test PASS 1548s 17_of_104__cpptest__c10_ConstexprCrc_test PASS 1548s 18_of_104__cpptest__c10_DeadlockDetection_test PASS 1548s 19_of_104__cpptest__c10_DeviceGuard_test PASS 1548s 20_of_104__cpptest__c10_Device_test PASS 1548s 21_of_104__cpptest__c10_DispatchKeySet_test PASS 1548s 22_of_104__cpptest__c10_Half_test PASS 1548s 23_of_104__cpptest__c10_InlineDeviceGuard_test PASS 1548s 24_of_104__cpptest__c10_InlineStreamGuard_test PASS 1548s 25_of_104__cpptest__c10_LeftRight_test PASS 1548s 26_of_104__cpptest__c10_Metaprogramming_test PASS 1548s 27_of_104__cpptest__c10_NetworkFlow_test PASS 1548s 28_of_104__cpptest__c10_Scalar_test PASS 1548s 29_of_104__cpptest__c10_SizesAndStrides_test PASS 1548s 30_of_104__cpptest__c10_StreamGuard_test PASS 1548s 31_of_104__cpptest__c10_SymInt_test PASS 1548s 32_of_104__cpptest__c10_Synchronized_test PASS 1548s 33_of_104__cpptest__c10_ThreadLocal_test PASS 1548s 34_of_104__cpptest__c10_TypeIndex_test PASS 1548s 35_of_104__cpptest__c10_TypeList_test PASS 1548s 36_of_104__cpptest__c10_TypeTraits_test PASS 1548s 37_of_104__cpptest__c10_accumulate_test PASS 1548s 38_of_104__cpptest__c10_bfloat16_test PASS 1548s 39_of_104__cpptest__c10_bit_cast_test PASS 1548s 40_of_104__cpptest__c10_complex_math_test PASS 1548s 41_of_104__cpptest__c10_complex_test PASS 1548s 42_of_104__cpptest__c10_cow_test PASS 1548s 43_of_104__cpptest__c10_exception_test PASS 1548s 44_of_104__cpptest__c10_flags_test PASS 1548s 45_of_104__cpptest__c10_generic_math_test PASS 1548s 46_of_104__cpptest__c10_intrusive_ptr_benchmark PASS 1548s 47_of_104__cpptest__c10_intrusive_ptr_test PASS 1548s 48_of_104__cpptest__c10_irange_test PASS 1548s 49_of_104__cpptest__c10_lazy_test PASS 1548s 50_of_104__cpptest__c10_logging_test PASS 1548s 51_of_104__cpptest__c10_optional_test PASS 1548s 52_of_104__cpptest__c10_ordered_preserving_dict_test PASS 1548s 53_of_104__cpptest__c10_registry_test PASS 1548s 54_of_104__cpptest__c10_small_vector_test PASS 1548s 55_of_104__cpptest__c10_ssize_test PASS 1548s 56_of_104__cpptest__c10_string_util_test PASS 1548s 57_of_104__cpptest__c10_string_view_test PASS 1548s 58_of_104__cpptest__c10_tempfile_test PASS 1548s 59_of_104__cpptest__c10_typeid_test PASS 1548s 60_of_104__cpptest__cpu_allocator_test PASS 1548s 61_of_104__cpptest__cpu_generator_test PASS 1548s 62_of_104__cpptest__cpu_profiling_allocator_test PASS 1548s 63_of_104__cpptest__cpu_rng_test PASS 1548s 64_of_104__cpptest__dispatch_key_set_test PASS 1548s 65_of_104__cpptest__dlconvertor_test PASS 1548s 66_of_104__cpptest__extension_backend_test PASS 1548s 67_of_104__cpptest__half_test PASS 1548s 68_of_104__cpptest__inline_container_test PASS 1548s 69_of_104__cpptest__ivalue_test PASS 1548s 70_of_104__cpptest__kernel_function_legacy_test PASS 1548s 71_of_104__cpptest__kernel_function_test PASS 1548s 72_of_104__cpptest__kernel_lambda_legacy_test PASS 1548s 73_of_104__cpptest__kernel_lambda_test PASS 1548s 74_of_104__cpptest__kernel_stackbased_test PASS 1548s 75_of_104__cpptest__lazy_tensor_test PASS 1548s 76_of_104__cpptest__legacy_vmap_test PASS 1548s 77_of_104__cpptest__make_boxed_from_unboxed_functor_test PASS 1548s 78_of_104__cpptest__math_kernel_test PASS 1548s 79_of_104__cpptest__memory_format_test PASS 1548s 80_of_104__cpptest__memory_overlapping_test PASS 1548s 81_of_104__cpptest__mobile_memory_cleanup PASS 1548s 82_of_104__cpptest__native_test PASS 1548s 83_of_104__cpptest__op_allowlist_test PASS 1548s 84_of_104__cpptest__op_registration_test PASS 1548s 85_of_104__cpptest__operator_name_test PASS 1548s 86_of_104__cpptest__operators_test PASS 1548s 87_of_104__cpptest__packedtensoraccessor_test PASS 1548s 88_of_104__cpptest__pow_test PASS 1548s 89_of_104__cpptest__quantized_test PASS 1548s 90_of_104__cpptest__reduce_ops_test PASS 1548s 91_of_104__cpptest__reportMemoryUsage_test PASS 1548s 92_of_104__cpptest__scalar_tensor_test PASS 1548s 93_of_104__cpptest__scalar_test PASS 1548s 94_of_104__cpptest__stride_properties_test PASS 1548s 95_of_104__cpptest__tensor_iterator_test PASS 1548s 96_of_104__cpptest__test_parallel PASS 1548s 97_of_104__cpptest__thread_init_test PASS 1548s 98_of_104__cpptest__type_ptr_test PASS 1548s 99_of_104__cpptest__type_test PASS 1548s 100_of_104__cpptest__undefined_tensor_test PASS 1548s 101_of_104__cpptest__verify_api_visibility PASS 1548s 102_of_104__cpptest__weakref_test PASS 1548s 103_of_104__cpptest__wrapdim_test PASS 1548s 104_of_104__cpptest__xla_tensor_test PASS 1548s autopkgtest: DBG: testbed stop 1548s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.PBRVfE 1548s autopkgtest: DBG: sending command to testbed: close 1565s autopkgtest: DBG: got reply from testbed: ok 1565s autopkgtest: DBG: sending command to testbed: quit 1565s nova [W] Using flock in prodstack6-s390x 1565s flock: timeout while waiting to get lock 1565s Creating nova instance adt-plucky-s390x-pytorch-20250219-010927-juju-7f2275-prod-proposed-migration-environment-15-06129e24-06eb-443f-9bfb-17e1d6cd5838 from image adt/ubuntu-plucky-s390x-server-20250218.img (UUID d4b3949f-1d31-4fe6-9e99-080adec067af)... 1565s nova [W] Timed out waiting for a7498f89-c41d-49aa-a2a2-a155ce7b82ab to get deleted. 1565s nova [W] Using flock in prodstack6-s390x 1565s Creating nova instance adt-plucky-s390x-pytorch-20250219-010927-juju-7f2275-prod-proposed-migration-environment-15-06129e24-06eb-443f-9bfb-17e1d6cd5838 from image adt/ubuntu-plucky-s390x-server-20250218.img (UUID d4b3949f-1d31-4fe6-9e99-080adec067af)... 1565s nova [W] Timed out waiting for 26aac7c0-383d-45c1-aaf7-102385611838 to get deleted. 1565s nova [W] Using flock in prodstack6-s390x 1565s Creating nova instance adt-plucky-s390x-pytorch-20250219-010927-juju-7f2275-prod-proposed-migration-environment-15-06129e24-06eb-443f-9bfb-17e1d6cd5838 from image adt/ubuntu-plucky-s390x-server-20250218.img (UUID d4b3949f-1d31-4fe6-9e99-080adec067af)... 1565s nova [W] Timed out waiting for 415028af-b49d-49a7-a62f-420ba52f3940 to get deleted. 1565s nova [W] Using flock in prodstack6-s390x 1565s Creating nova instance adt-plucky-s390x-pytorch-20250219-010927-juju-7f2275-prod-proposed-migration-environment-15-06129e24-06eb-443f-9bfb-17e1d6cd5838 from image adt/ubuntu-plucky-s390x-server-20250218.img (UUID d4b3949f-1d31-4fe6-9e99-080adec067af)... 1565s nova [W] Timed out waiting for dcd1016e-9981-4c62-abb6-7685e269b5cc to get deleted.