0s autopkgtest: DBG: testbed init 0s autopkgtest [04:34:30]: starting date and time: 2025-02-19 04:34:30+0000 0s autopkgtest [04:34:30]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [04:34:30]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.n9rlhe46/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:git --apt-upgrade git-revise --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 --env=ADT_TEST_TRIGGERS=git/1:2.48.1-0ubuntu1 -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-9.secgroup --name adt-plucky-s390x-git-revise-20250219-043430-juju-7f2275-prod-proposed-migration-environment-15-a4ab09da-2af5-4b77-9943-3b5e87641973 --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/ 1s autopkgtest: DBG: got reply from testbed: ok 1s autopkgtest: DBG: testbed open, scratch=None 1s autopkgtest: DBG: sending command to testbed: open 102s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.mUxNeZ 102s autopkgtest: DBG: sending command to testbed: print-execute-command 102s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.vr8p6uiz/runcmd 102s autopkgtest: DBG: sending command to testbed: capabilities 102s autopkgtest: DBG: got reply from testbed: ok revert isolation-machine revert-full-system reboot suggested-normal-user=ubuntu root-on-testbed 102s autopkgtest: DBG: testbed capabilities: ['revert', 'isolation-machine', 'revert-full-system', 'reboot', 'suggested-normal-user=ubuntu', 'root-on-testbed', 'has_internet'] 102s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.mUxNeZ'], 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.mUxNeZ/wrapper.sh 102s autopkgtest: DBG: got reply from testbed: ok 102s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.mUxNeZ/wrapper.sh'], kind short, sout raw, serr pipe, env [] 102s autopkgtest: DBG: testbed command exited with code 0 102s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 102s autopkgtest: DBG: testbed command exited with code 0 102s autopkgtest [04:36:12]: testbed dpkg architecture: s390x 102s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 102s autopkgtest: DBG: testbed command exited with code 0 102s autopkgtest [04:36:12]: testbed apt version: 2.9.29 102s 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 [04:36:13]: @@@@@@@@@@@@@@@@@@@@ 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 [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest [04:36:13]: testbed release detected to be: None 103s 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 [] 103s autopkgtest: DBG: testbed command exited with code 0 103s 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 [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest: DBG: adding APT source: Types: deb deb-src 103s URIs: http://ftpmaster.internal/ubuntu/ 103s Suites: plucky-proposed 103s Components: main restricted universe multiverse 103s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 103s 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 [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 103s Package: * 103s Pin: release plucky-proposed 103s Pin-Priority: 500 103s 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 [04:36:14]: 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'] 104s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 104s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 104s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 104s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 104s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.2 kB] 105s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [770 kB] 105s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 105s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [14.6 kB] 105s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [93.9 kB] 105s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 105s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [648 kB] 105s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [5836 B] 105s Fetched 1723 kB in 2s (1056 kB/s) 106s Reading package lists... 106s autopkgtest: DBG: testbed command exited with code 0 106s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 106s Package: * 106s Pin: release plucky-proposed 106s Pin-Priority: 100 106s 106s Package: src:git:any 106s Pin: release plucky-proposed 106s Pin-Priority: 995 106s 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:git:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 106s autopkgtest: DBG: testbed command exited with code 0 106s 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.mUxNeZ/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 106s autopkgtest: DBG: testbed command exited with code 0 106s 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... 107s Calculating upgrade... 107s The following packages were automatically installed and are no longer required: 107s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 107s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 107s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 107s linux-tools-6.11.0-8-generic 107s Use 'sudo apt autoremove' to remove them. 107s The following NEW packages will be installed: 107s libapt-pkg7.0 107s The following packages will be upgraded: 107s apt apt-utils dhcpcd-base rsyslog s390-tools s390-tools-data 107s s390-tools-signed 107s 7 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 107s Need to get 8909 kB of archives. 107s After this operation, 3624 kB of additional disk space will be used. 107s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libapt-pkg7.0 s390x 2.9.30 [1103 kB] 108s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x apt s390x 2.9.30 [1418 kB] 108s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x apt-utils s390x 2.9.30 [214 kB] 109s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x dhcpcd-base s390x 1:10.1.0-7 [219 kB] 109s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x rsyslog s390x 8.2412.0-2ubuntu1 [536 kB] 109s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools-data all 2.37.0-0ubuntu2 [20.4 kB] 109s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools s390x 2.37.0-0ubuntu2 [5385 kB] 111s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools-signed all 2.37.0-0ubuntu2 [12.4 kB] 112s Fetched 8909 kB in 4s (2031 kB/s) 112s Selecting previously unselected package libapt-pkg7.0:s390x. 112s (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.) 112s Preparing to unpack .../libapt-pkg7.0_2.9.30_s390x.deb ... 112s Unpacking libapt-pkg7.0:s390x (2.9.30) ... 112s Setting up libapt-pkg7.0:s390x (2.9.30) ... 112s (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 ... 81029 files and directories currently installed.) 112s Preparing to unpack .../archives/apt_2.9.30_s390x.deb ... 112s Unpacking apt (2.9.30) over (2.9.29) ... 112s Setting up apt (2.9.30) ... 112s (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 ... 81029 files and directories currently installed.) 112s Preparing to unpack .../0-apt-utils_2.9.30_s390x.deb ... 112s Unpacking apt-utils (2.9.30) over (2.9.29) ... 112s Preparing to unpack .../1-dhcpcd-base_1%3a10.1.0-7_s390x.deb ... 112s Unpacking dhcpcd-base (1:10.1.0-7) over (1:10.1.0-6) ... 112s Preparing to unpack .../2-rsyslog_8.2412.0-2ubuntu1_s390x.deb ... 112s Unpacking rsyslog (8.2412.0-2ubuntu1) over (8.2412.0-1ubuntu1) ... 113s Preparing to unpack .../3-s390-tools-data_2.37.0-0ubuntu2_all.deb ... 113s Unpacking s390-tools-data (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 113s Preparing to unpack .../4-s390-tools_2.37.0-0ubuntu2_s390x.deb ... 113s Unpacking s390-tools (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 113s Preparing to unpack .../5-s390-tools-signed_2.37.0-0ubuntu2_all.deb ... 113s Unpacking s390-tools-signed (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 113s Setting up apt-utils (2.9.30) ... 113s Setting up rsyslog (8.2412.0-2ubuntu1) ... 113s info: The user `syslog' is already a member of `adm'. 114s Setting up s390-tools-signed (2.37.0-0ubuntu2) ... 114s Setting up dhcpcd-base (1:10.1.0-7) ... 114s Setting up s390-tools-data (2.37.0-0ubuntu2) ... 114s Setting up s390-tools (2.37.0-0ubuntu2) ... 114s Processing triggers for libc-bin (2.40-4ubuntu1) ... 114s Processing triggers for man-db (2.13.0-1) ... 116s Processing triggers for initramfs-tools (0.145ubuntu2) ... 116s update-initramfs: Generating /boot/initrd.img-6.12.0-15-generic 116s W: No lz4 in /usr/bin:/sbin:/bin, using gzip 120s Using config file '/etc/zipl.conf' 120s Building bootmap in '/boot' 120s Adding IPL section 'ubuntu' (default) 120s Preparing boot device for LD-IPL: vda (0000). 120s Done. 120s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 120s + /usr/lib/apt/apt-helper analyze-pattern ?true 120s + uname -r 120s + sed s/\./\\./g 120s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 120s + apt list ?obsolete 120s + tail -n+2 120s + cut -d/ -f1 120s + grep -v ^linux-.*6\.12\.0-15-generic.* 121s + true 121s + obsolete_pkgs= 121s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 121s Reading package lists... 121s Building dependency tree... 121s Reading state information... 121s The following packages will be REMOVED: 121s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 121s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 121s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 121s linux-tools-6.11.0-8-generic* 122s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 122s After this operation, 167 MB disk space will be freed. 122s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 81030 files and directories currently installed.) 122s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 122s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 122s Removing libpython3.12t64:s390x (3.12.9-1) ... 122s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 122s Removing libnsl2:s390x (1.3.0-3build3) ... 122s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 122s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 122s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 123s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 123s Processing triggers for libc-bin (2.40-4ubuntu1) ... 123s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55930 files and directories currently installed.) 123s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 123s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 123s + grep -q trusty /etc/lsb-release 123s + [ ! -d /usr/share/doc/unattended-upgrades ] 123s + [ ! -d /usr/share/doc/lxd ] 123s + [ ! -d /usr/share/doc/lxd-client ] 123s + [ ! -d /usr/share/doc/snapd ] 123s + type iptables 123s + cat 123s + chmod 755 /etc/rc.local 123s + . /etc/rc.local 123s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 123s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 123s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 123s + uname -m 123s + [ s390x = ppc64le ] 123s + [ -d /run/systemd/system ] 123s + systemd-detect-virt --quiet --vm 123s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 123s + cat 123s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 123s + echo COMPRESS=lz4 123s autopkgtest: DBG: testbed command exited with code 0 123s autopkgtest [04:36:33]: upgrading testbed (apt dist-upgrade and autopurge) 123s 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'] 123s Reading package lists... 123s Building dependency tree... 123s Reading state information... 123s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 124s Starting 2 pkgProblemResolver with broken count: 0 124s Done 124s Entering ResolveByKeep 124s 124s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 124s autopkgtest: DBG: testbed command exited with code 0 124s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', '--purge', 'autoremove'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 124s Reading package lists... 124s Building dependency tree... 124s Reading state information... 125s Starting pkgProblemResolver with broken count: 0 125s Starting 2 pkgProblemResolver with broken count: 0 125s Done 125s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 125s autopkgtest: DBG: testbed command exited with code 0 125s autopkgtest: DBG: testbed command ['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.mUxNeZ/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 125s autopkgtest: DBG: testbed command exited with code 1 125s autopkgtest [04:36:35]: rebooting testbed after setup commands that affected boot 125s autopkgtest: DBG: sending command to testbed: reboot 144s autopkgtest: DBG: got reply from testbed: ok 144s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 144s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.mUxNeZ'], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.mUxNeZ/autopkgtest-reboot 144s autopkgtest: DBG: got reply from testbed: ok 144s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.mUxNeZ/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.mUxNeZ/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.mUxNeZ/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.mUxNeZ'], kind short, sout raw, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.mUxNeZ/autopkgtest-reboot-prepare 145s autopkgtest: DBG: got reply from testbed: ok 145s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.mUxNeZ/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.mUxNeZ/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 145s autopkgtest: DBG: testbed command exited with code 0 145s autopkgtest [04:36:55]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 145s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.mUxNeZ/testbed-packages"], kind short, sout raw, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.mUxNeZ/testbed-packages /tmp/autopkgtest-work.n9rlhe46/out/testbed-packages 146s autopkgtest: DBG: got reply from testbed: ok 146s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 146s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.mUxNeZ'], kind short, sout raw, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.mUxNeZ/autopkgtest-reboot 146s autopkgtest: DBG: got reply from testbed: ok 146s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.mUxNeZ/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.mUxNeZ/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.mUxNeZ/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.mUxNeZ'], kind short, sout raw, serr pipe, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.mUxNeZ/autopkgtest-reboot-prepare 147s autopkgtest: DBG: got reply from testbed: ok 147s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.mUxNeZ/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.mUxNeZ/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: Binaries: initialising 148s autopkgtest [04:36:58]: @@@@@@@@@@@@@@@@@@@@ apt-source git-revise 148s autopkgtest: DBG: blame += git-revise 148s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 148s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'git-revise'], kind short, sout pipe, serr pipe, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^git-revise$'], kind short, sout pipe, serr raw, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'git-revise=0.7.0-1'], kind short, sout pipe, serr raw, env [] 148s autopkgtest: DBG: testbed command exited with code 0 148s autopkgtest: DBG: install_deps: deps_new=[] 148s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 149s autopkgtest: DBG: testbed command exited with code 0 149s 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.mUxNeZ/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source git-revise=0.7.0-1 2>&1) || RC=$?;if [ -n "$RC" ]; then if echo "$OUT" | grep -q "Unable to find a source package"; then exit 1; else exit $RC; fi;fi;echo "$OUT" | grep ^Get: || true;dpkg-source -x git-revise_*.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=git/1:2.48.1-0ubuntu1'] 149s + cd / 149s + mktemp -d /tmp/autopkgtest.mUxNeZ/build.XXX 149s + builddir=/tmp/autopkgtest.mUxNeZ/build.FF0 149s + cd /tmp/autopkgtest.mUxNeZ/build.FF0 149s + apt-get source -d -q --only-source git-revise=0.7.0-1 149s + OUT=Reading package lists... 149s NOTICE: 'git-revise' packaging is maintained in the 'Git' version control system at: 149s https://salsa.debian.org/debian/git-revise.git -b debian/sid 149s Please use: 149s git clone https://salsa.debian.org/debian/git-revise.git -b debian/sid 149s to retrieve the latest (possibly unreleased) updates to the package. 149s Need to get 40.9 kB of source archives. 149s Get:1 http://ftpmaster.internal/ubuntu plucky/universe git-revise 0.7.0-1 (dsc) [1879 B] 149s Get:2 http://ftpmaster.internal/ubuntu plucky/universe git-revise 0.7.0-1 (tar) [35.6 kB] 149s Get:3 http://ftpmaster.internal/ubuntu plucky/universe git-revise 0.7.0-1 (diff) [3456 B] 149s Fetched 40.9 kB in 0s (131 kB/s) 149s Download complete and in download only mode 149s + [ -n ] 149s + grep ^Get: 149s + echo Reading package lists... 149s NOTICE: 'git-revise' packaging is maintained in the 'Git' version control system at: 149s https://salsa.debian.org/debian/git-revise.git -b debian/sid 149s Please use: 149s git clone https://salsa.debian.org/debian/git-revise.git -b debian/sid 149s to retrieve the latest (possibly unreleased) updates to the package. 149s Need to get 40.9 kB of source archives. 149s Get:1 http://ftpmaster.internal/ubuntu plucky/universe git-revise 0.7.0-1 (dsc) [1879 B] 149s Get:2 http://ftpmaster.internal/ubuntu plucky/universe git-revise 0.7.0-1 (tar) [35.6 kB] 149s Get:3 http://ftpmaster.internal/ubuntu plucky/universe git-revise 0.7.0-1 (diff) [3456 B] 149s Fetched 40.9 kB in 0s (131 kB/s) 149s Download complete and in download only mode 149s Get:1 http://ftpmaster.internal/ubuntu plucky/universe git-revise 0.7.0-1 (dsc) [1879 B] 149s Get:2 http://ftpmaster.internal/ubuntu plucky/universe git-revise 0.7.0-1 (tar) [35.6 kB] 149s Get:3 http://ftpmaster.internal/ubuntu plucky/universe git-revise 0.7.0-1 (diff) [3456 B] 149s + dpkg-source -x git-revise_0.7.0-1.dsc src 149s gpgv: Signature made Wed Mar 30 16:15:29 2022 UTC 149s gpgv: using RSA key 406220C8B8552802378CCE411F5C7A8B45564314 149s gpgv: issuer "bage@debian.org" 149s gpgv: Can't check signature: No public key 149s dpkg-source: warning: cannot verify inline signature for ./git-revise_0.7.0-1.dsc: no acceptable signature found 149s + chmod -R a+rX . 149s + cd src/. 149s + pwd 149s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest [04:36:59]: testing package git-revise version 0.7.0-1 149s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.mUxNeZ/build.FF0/src/debian/ /tmp/autopkgtest-work.n9rlhe46/out/pkg/debian/ 149s autopkgtest: DBG: got reply from testbed: ok 149s autopkgtest: DBG: processing dependency git 149s autopkgtest: DBG: processing dependency gpg 149s autopkgtest: DBG: processing dependency gpg-agent 149s autopkgtest: DBG: processing dependency mypy 149s autopkgtest: DBG: processing dependency pypy3-dev 149s autopkgtest: DBG: processing dependency libpython3-dev 149s autopkgtest: DBG: processing dependency python3-pytest 149s autopkgtest: DBG: processing dependency @ 149s autopkgtest: DBG: synthesised dependency git-revise 149s autopkgtest: DBG: processing dependency @builddeps@ 149s autopkgtest: DBG: synthesised dependency debhelper-compat (= 12) 149s autopkgtest: DBG: synthesised dependency dh-python 149s autopkgtest: DBG: synthesised dependency python3-all 149s autopkgtest: DBG: synthesised dependency python3-setuptools 149s autopkgtest: DBG: synthesised dependency build-essential 149s autopkgtest: DBG: Test defined: name command1 path None command "pytest-3" restrictions [] features [] depends ['git', 'gpg', 'gpg-agent', 'mypy', 'pypy3-dev', 'libpython3-dev', 'python3-pytest', 'git-revise', 'debhelper-compat (= 12)', 'dh-python', 'python3-all', 'python3-setuptools', 'build-essential'] 149s autopkgtest [04:36:59]: build not needed 149s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.mUxNeZ/build.FF0/src/ /tmp/autopkgtest-work.n9rlhe46/out/tests-tree/ 150s autopkgtest: DBG: got reply from testbed: ok 150s autopkgtest: DBG: processing dependency git 150s autopkgtest: DBG: processing dependency gpg 150s autopkgtest: DBG: processing dependency gpg-agent 150s autopkgtest: DBG: processing dependency mypy 150s autopkgtest: DBG: processing dependency pypy3-dev 150s autopkgtest: DBG: processing dependency libpython3-dev 150s autopkgtest: DBG: processing dependency python3-pytest 150s autopkgtest: DBG: processing dependency @ 150s autopkgtest: DBG: synthesised dependency git-revise 150s autopkgtest: DBG: processing dependency @builddeps@ 150s autopkgtest: DBG: synthesised dependency debhelper-compat (= 12) 150s autopkgtest: DBG: synthesised dependency dh-python 150s autopkgtest: DBG: synthesised dependency python3-all 150s autopkgtest: DBG: synthesised dependency python3-setuptools 150s autopkgtest: DBG: synthesised dependency build-essential 150s autopkgtest: DBG: Test defined: name command1 path None command "pytest-3" restrictions [] features [] depends ['git', 'gpg', 'gpg-agent', 'mypy', 'pypy3-dev', 'libpython3-dev', 'python3-pytest', 'git-revise', 'debhelper-compat (= 12)', 'dh-python', 'python3-all', 'python3-setuptools', 'build-essential'] 150s autopkgtest [04:37:00]: test command1: preparing testbed 150s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['git', 'gpg', 'gpg-agent', 'mypy', 'pypy3-dev', 'libpython3-dev', 'python3-pytest', 'git-revise', 'debhelper-compat (= 12)', 'dh-python', 'python3-all', 'python3-setuptools', 'build-essential'] 150s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 150s autopkgtest: DBG: install_deps: deps_new=['git', 'gpg', 'gpg-agent', 'mypy', 'pypy3-dev', 'libpython3-dev', 'python3-pytest', 'git-revise', 'debhelper-compat (= 12)', 'dh-python', 'python3-all', 'python3-setuptools', 'build-essential'] 150s autopkgtest: DBG: install-deps: satisfying git, gpg, gpg-agent, mypy, pypy3-dev, libpython3-dev, python3-pytest, git-revise, debhelper-compat (= 12), dh-python, python3-all, python3-setuptools, build-essential 150s autopkgtest: DBG: can use apt-get on testbed: True 150s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'git, gpg, gpg-agent, mypy, pypy3-dev, libpython3-dev, python3-pytest, git-revise, debhelper-compat (= 12), dh-python, python3-all, python3-setuptools, build-essential'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 150s Reading package lists... 150s Building dependency tree... 150s Reading state information... 150s Starting pkgProblemResolver with broken count: 0 150s Starting 2 pkgProblemResolver with broken count: 0 150s Done 151s The following NEW packages will be installed: 151s autoconf automake autopoint autotools-dev build-essential cpp cpp-14 151s cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu debhelper debugedit dh-autoreconf 151s dh-python dh-strip-nondeterminism dwz g++ g++-14 g++-14-s390x-linux-gnu 151s g++-s390x-linux-gnu gcc gcc-14 gcc-14-s390x-linux-gnu gcc-s390x-linux-gnu 151s gettext git git-man git-revise intltool-debian libarchive-zip-perl libasan8 151s libcc1-0 libdebhelper-perl liberror-perl libexpat1-dev 151s libfile-stripnondeterminism-perl libgcc-14-dev libgomp1 libisl23 libitm1 151s libmpc3 libnsl2 libpython3-dev libpython3.12-minimal libpython3.12-stdlib 151s libpython3.13-dev libstdc++-14-dev libtool libubsan1 m4 mypy po-debconf 151s pypy3 pypy3-dev pypy3-lib python3-all python3-iniconfig python3-mypy 151s python3-mypy-extensions python3-packaging python3-pluggy python3-psutil 151s python3-pytest python3.12 python3.12-minimal zlib1g-dev 151s 0 upgraded, 65 newly installed, 0 to remove and 0 not upgraded. 151s Need to get 106 MB of archives. 151s After this operation, 407 MB of additional disk space will be used. 151s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-minimal s390x 3.12.9-1 [836 kB] 151s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-minimal s390x 3.12.9-1 [2403 kB] 153s Get:3 http://ftpmaster.internal/ubuntu plucky/universe s390x pypy3-lib s390x 7.3.18+dfsg-2 [2872 kB] 154s Get:4 http://ftpmaster.internal/ubuntu plucky/universe s390x pypy3 s390x 7.3.18+dfsg-2 [14.9 MB] 156s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libnsl2 s390x 1.3.0-3build3 [44.1 kB] 156s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-stdlib s390x 3.12.9-1 [2071 kB] 157s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12 s390x 3.12.9-1 [671 kB] 157s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x m4 s390x 1.4.19-5 [259 kB] 157s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x autoconf all 2.72-3 [382 kB] 157s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x autotools-dev all 20220109.1 [44.9 kB] 157s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x automake all 1:1.17-3 [572 kB] 157s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x autopoint all 0.23.1-1 [619 kB] 157s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 157s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 157s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [9571 kB] 157s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-17ubuntu1 [1030 B] 157s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [5556 B] 157s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.2.0-1ubuntu1 [22.4 kB] 157s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 15-20250213-1ubuntu1 [49.2 kB] 158s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 15-20250213-1ubuntu1 [151 kB] 158s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 15-20250213-1ubuntu1 [31.2 kB] 158s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 15-20250213-1ubuntu1 [2970 kB] 158s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 15-20250213-1ubuntu1 [1213 kB] 158s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-17ubuntu1 [1037 kB] 158s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [18.7 MB] 158s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-17ubuntu1 [526 kB] 158s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1204 B] 158s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.2.0-1ubuntu1 [5004 B] 158s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-17ubuntu1 [2611 kB] 159s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [11.0 MB] 159s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14 s390x 14.2.0-17ubuntu1 [21.8 kB] 159s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x g++-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [956 B] 159s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x g++ s390x 4:14.2.0-1ubuntu1 [1080 B] 159s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x build-essential s390x 12.10ubuntu1 [4930 B] 159s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x libdebhelper-perl all 13.24.1ubuntu2 [95.4 kB] 159s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x libtool all 2.5.4-3build1 [168 kB] 159s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x dh-autoreconf all 20 [16.1 kB] 159s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x libarchive-zip-perl all 1.68-1 [90.2 kB] 159s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x libfile-stripnondeterminism-perl all 1.14.1-2 [20.3 kB] 159s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x dh-strip-nondeterminism all 1.14.1-2 [5064 B] 159s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x debugedit s390x 1:5.1-2 [50.1 kB] 159s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x dwz s390x 0.15-1build6 [122 kB] 159s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x gettext s390x 0.23.1-1 [1065 kB] 159s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x intltool-debian all 0.35.0+20060710.6 [23.2 kB] 159s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x po-debconf all 1.0.21+nmu1 [233 kB] 159s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x debhelper all 13.24.1ubuntu2 [895 kB] 159s Get:47 http://ftpmaster.internal/ubuntu plucky/universe s390x dh-python all 6.20250108 [117 kB] 159s Get:48 http://ftpmaster.internal/ubuntu plucky/main s390x liberror-perl all 0.17029-2 [25.6 kB] 159s Get:49 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x git-man all 1:2.48.1-0ubuntu1 [1148 kB] 159s Get:50 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x git s390x 1:2.48.1-0ubuntu1 [4284 kB] 159s Get:51 http://ftpmaster.internal/ubuntu plucky/universe s390x git-revise all 0.7.0-1 [31.7 kB] 159s Get:52 http://ftpmaster.internal/ubuntu plucky/main s390x libexpat1-dev s390x 2.6.4-1 [146 kB] 159s Get:53 http://ftpmaster.internal/ubuntu plucky/main s390x zlib1g-dev s390x 1:1.3.dfsg+really1.3.1-1ubuntu1 [898 kB] 159s Get:54 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.13-dev s390x 3.13.2-1 [5596 kB] 160s Get:55 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3-dev s390x 3.13.1-1~exp2 [10.5 kB] 160s Get:56 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-mypy-extensions all 1.0.0-1 [6148 B] 160s Get:57 http://ftpmaster.internal/ubuntu plucky/main s390x python3-psutil s390x 5.9.8-2build3 [195 kB] 160s Get:58 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-mypy s390x 1.15.0-2 [16.0 MB] 161s Get:59 http://ftpmaster.internal/ubuntu plucky/universe s390x mypy all 1.15.0-2 [25.4 kB] 161s Get:60 http://ftpmaster.internal/ubuntu plucky/universe s390x pypy3-dev all 7.3.18+dfsg-2 [79.9 kB] 161s Get:61 http://ftpmaster.internal/ubuntu plucky/main s390x python3-all s390x 3.13.1-1~exp2 [898 B] 161s Get:62 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-iniconfig all 1.1.1-2 [6024 B] 161s Get:63 http://ftpmaster.internal/ubuntu plucky/main s390x python3-packaging all 24.2-1 [51.5 kB] 161s Get:64 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pluggy all 1.5.0-1 [21.0 kB] 161s Get:65 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pytest all 8.3.4-1 [252 kB] 161s Fetched 106 MB in 10s (10.6 MB/s) 161s Selecting previously unselected package libpython3.12-minimal:s390x. 161s (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 ... 55928 files and directories currently installed.) 161s Preparing to unpack .../libpython3.12-minimal_3.12.9-1_s390x.deb ... 161s Unpacking libpython3.12-minimal:s390x (3.12.9-1) ... 161s Selecting previously unselected package python3.12-minimal. 161s Preparing to unpack .../python3.12-minimal_3.12.9-1_s390x.deb ... 161s Unpacking python3.12-minimal (3.12.9-1) ... 161s Selecting previously unselected package pypy3-lib:s390x. 161s Preparing to unpack .../pypy3-lib_7.3.18+dfsg-2_s390x.deb ... 161s Unpacking pypy3-lib:s390x (7.3.18+dfsg-2) ... 161s Setting up pypy3-lib:s390x (7.3.18+dfsg-2) ... 161s Selecting previously unselected package pypy3. 161s (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 ... 57486 files and directories currently installed.) 161s Preparing to unpack .../00-pypy3_7.3.18+dfsg-2_s390x.deb ... 161s Unpacking pypy3 (7.3.18+dfsg-2) ... 162s Selecting previously unselected package libnsl2:s390x. 162s Preparing to unpack .../01-libnsl2_1.3.0-3build3_s390x.deb ... 162s Unpacking libnsl2:s390x (1.3.0-3build3) ... 162s Selecting previously unselected package libpython3.12-stdlib:s390x. 162s Preparing to unpack .../02-libpython3.12-stdlib_3.12.9-1_s390x.deb ... 162s Unpacking libpython3.12-stdlib:s390x (3.12.9-1) ... 162s Selecting previously unselected package python3.12. 162s Preparing to unpack .../03-python3.12_3.12.9-1_s390x.deb ... 162s Unpacking python3.12 (3.12.9-1) ... 162s Selecting previously unselected package m4. 162s Preparing to unpack .../04-m4_1.4.19-5_s390x.deb ... 162s Unpacking m4 (1.4.19-5) ... 162s Selecting previously unselected package autoconf. 162s Preparing to unpack .../05-autoconf_2.72-3_all.deb ... 162s Unpacking autoconf (2.72-3) ... 162s Selecting previously unselected package autotools-dev. 162s Preparing to unpack .../06-autotools-dev_20220109.1_all.deb ... 162s Unpacking autotools-dev (20220109.1) ... 162s Selecting previously unselected package automake. 162s Preparing to unpack .../07-automake_1%3a1.17-3_all.deb ... 162s Unpacking automake (1:1.17-3) ... 162s Selecting previously unselected package autopoint. 162s Preparing to unpack .../08-autopoint_0.23.1-1_all.deb ... 162s Unpacking autopoint (0.23.1-1) ... 162s Selecting previously unselected package libisl23:s390x. 162s Preparing to unpack .../09-libisl23_0.27-1_s390x.deb ... 162s Unpacking libisl23:s390x (0.27-1) ... 162s Selecting previously unselected package libmpc3:s390x. 162s Preparing to unpack .../10-libmpc3_1.3.1-1build2_s390x.deb ... 162s Unpacking libmpc3:s390x (1.3.1-1build2) ... 162s Selecting previously unselected package cpp-14-s390x-linux-gnu. 162s Preparing to unpack .../11-cpp-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 162s Unpacking cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 162s Selecting previously unselected package cpp-14. 162s Preparing to unpack .../12-cpp-14_14.2.0-17ubuntu1_s390x.deb ... 162s Unpacking cpp-14 (14.2.0-17ubuntu1) ... 162s Selecting previously unselected package cpp-s390x-linux-gnu. 162s Preparing to unpack .../13-cpp-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 162s Unpacking cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 162s Selecting previously unselected package cpp. 162s Preparing to unpack .../14-cpp_4%3a14.2.0-1ubuntu1_s390x.deb ... 162s Unpacking cpp (4:14.2.0-1ubuntu1) ... 162s Selecting previously unselected package libcc1-0:s390x. 162s Preparing to unpack .../15-libcc1-0_15-20250213-1ubuntu1_s390x.deb ... 162s Unpacking libcc1-0:s390x (15-20250213-1ubuntu1) ... 162s Selecting previously unselected package libgomp1:s390x. 162s Preparing to unpack .../16-libgomp1_15-20250213-1ubuntu1_s390x.deb ... 162s Unpacking libgomp1:s390x (15-20250213-1ubuntu1) ... 162s Selecting previously unselected package libitm1:s390x. 162s Preparing to unpack .../17-libitm1_15-20250213-1ubuntu1_s390x.deb ... 162s Unpacking libitm1:s390x (15-20250213-1ubuntu1) ... 162s Selecting previously unselected package libasan8:s390x. 162s Preparing to unpack .../18-libasan8_15-20250213-1ubuntu1_s390x.deb ... 162s Unpacking libasan8:s390x (15-20250213-1ubuntu1) ... 162s Selecting previously unselected package libubsan1:s390x. 162s Preparing to unpack .../19-libubsan1_15-20250213-1ubuntu1_s390x.deb ... 162s Unpacking libubsan1:s390x (15-20250213-1ubuntu1) ... 162s Selecting previously unselected package libgcc-14-dev:s390x. 162s Preparing to unpack .../20-libgcc-14-dev_14.2.0-17ubuntu1_s390x.deb ... 162s Unpacking libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 162s Selecting previously unselected package gcc-14-s390x-linux-gnu. 162s Preparing to unpack .../21-gcc-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 162s Unpacking gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 163s Selecting previously unselected package gcc-14. 163s Preparing to unpack .../22-gcc-14_14.2.0-17ubuntu1_s390x.deb ... 163s Unpacking gcc-14 (14.2.0-17ubuntu1) ... 163s Selecting previously unselected package gcc-s390x-linux-gnu. 163s Preparing to unpack .../23-gcc-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 163s Unpacking gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 163s Selecting previously unselected package gcc. 163s Preparing to unpack .../24-gcc_4%3a14.2.0-1ubuntu1_s390x.deb ... 163s Unpacking gcc (4:14.2.0-1ubuntu1) ... 163s Selecting previously unselected package libstdc++-14-dev:s390x. 163s Preparing to unpack .../25-libstdc++-14-dev_14.2.0-17ubuntu1_s390x.deb ... 163s Unpacking libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 163s Selecting previously unselected package g++-14-s390x-linux-gnu. 163s Preparing to unpack .../26-g++-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 163s Unpacking g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 163s Selecting previously unselected package g++-14. 163s Preparing to unpack .../27-g++-14_14.2.0-17ubuntu1_s390x.deb ... 163s Unpacking g++-14 (14.2.0-17ubuntu1) ... 163s Selecting previously unselected package g++-s390x-linux-gnu. 163s Preparing to unpack .../28-g++-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 163s Unpacking g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 163s Selecting previously unselected package g++. 163s Preparing to unpack .../29-g++_4%3a14.2.0-1ubuntu1_s390x.deb ... 163s Unpacking g++ (4:14.2.0-1ubuntu1) ... 163s Selecting previously unselected package build-essential. 163s Preparing to unpack .../30-build-essential_12.10ubuntu1_s390x.deb ... 163s Unpacking build-essential (12.10ubuntu1) ... 163s Selecting previously unselected package libdebhelper-perl. 163s Preparing to unpack .../31-libdebhelper-perl_13.24.1ubuntu2_all.deb ... 163s Unpacking libdebhelper-perl (13.24.1ubuntu2) ... 163s Selecting previously unselected package libtool. 163s Preparing to unpack .../32-libtool_2.5.4-3build1_all.deb ... 163s Unpacking libtool (2.5.4-3build1) ... 163s Selecting previously unselected package dh-autoreconf. 163s Preparing to unpack .../33-dh-autoreconf_20_all.deb ... 163s Unpacking dh-autoreconf (20) ... 163s Selecting previously unselected package libarchive-zip-perl. 163s Preparing to unpack .../34-libarchive-zip-perl_1.68-1_all.deb ... 163s Unpacking libarchive-zip-perl (1.68-1) ... 163s Selecting previously unselected package libfile-stripnondeterminism-perl. 163s Preparing to unpack .../35-libfile-stripnondeterminism-perl_1.14.1-2_all.deb ... 163s Unpacking libfile-stripnondeterminism-perl (1.14.1-2) ... 163s Selecting previously unselected package dh-strip-nondeterminism. 163s Preparing to unpack .../36-dh-strip-nondeterminism_1.14.1-2_all.deb ... 163s Unpacking dh-strip-nondeterminism (1.14.1-2) ... 163s Selecting previously unselected package debugedit. 163s Preparing to unpack .../37-debugedit_1%3a5.1-2_s390x.deb ... 163s Unpacking debugedit (1:5.1-2) ... 163s Selecting previously unselected package dwz. 163s Preparing to unpack .../38-dwz_0.15-1build6_s390x.deb ... 163s Unpacking dwz (0.15-1build6) ... 163s Selecting previously unselected package gettext. 163s Preparing to unpack .../39-gettext_0.23.1-1_s390x.deb ... 163s Unpacking gettext (0.23.1-1) ... 163s Selecting previously unselected package intltool-debian. 163s Preparing to unpack .../40-intltool-debian_0.35.0+20060710.6_all.deb ... 163s Unpacking intltool-debian (0.35.0+20060710.6) ... 163s Selecting previously unselected package po-debconf. 163s Preparing to unpack .../41-po-debconf_1.0.21+nmu1_all.deb ... 163s Unpacking po-debconf (1.0.21+nmu1) ... 163s Selecting previously unselected package debhelper. 163s Preparing to unpack .../42-debhelper_13.24.1ubuntu2_all.deb ... 163s Unpacking debhelper (13.24.1ubuntu2) ... 163s Selecting previously unselected package dh-python. 163s Preparing to unpack .../43-dh-python_6.20250108_all.deb ... 163s Unpacking dh-python (6.20250108) ... 163s Selecting previously unselected package liberror-perl. 163s Preparing to unpack .../44-liberror-perl_0.17029-2_all.deb ... 163s Unpacking liberror-perl (0.17029-2) ... 163s Selecting previously unselected package git-man. 163s Preparing to unpack .../45-git-man_1%3a2.48.1-0ubuntu1_all.deb ... 163s Unpacking git-man (1:2.48.1-0ubuntu1) ... 163s Selecting previously unselected package git. 163s Preparing to unpack .../46-git_1%3a2.48.1-0ubuntu1_s390x.deb ... 163s Unpacking git (1:2.48.1-0ubuntu1) ... 163s Selecting previously unselected package git-revise. 163s Preparing to unpack .../47-git-revise_0.7.0-1_all.deb ... 163s Unpacking git-revise (0.7.0-1) ... 163s Selecting previously unselected package libexpat1-dev:s390x. 163s Preparing to unpack .../48-libexpat1-dev_2.6.4-1_s390x.deb ... 163s Unpacking libexpat1-dev:s390x (2.6.4-1) ... 163s Selecting previously unselected package zlib1g-dev:s390x. 163s Preparing to unpack .../49-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_s390x.deb ... 163s Unpacking zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 163s Selecting previously unselected package libpython3.13-dev:s390x. 163s Preparing to unpack .../50-libpython3.13-dev_3.13.2-1_s390x.deb ... 163s Unpacking libpython3.13-dev:s390x (3.13.2-1) ... 164s Selecting previously unselected package libpython3-dev:s390x. 164s Preparing to unpack .../51-libpython3-dev_3.13.1-1~exp2_s390x.deb ... 164s Unpacking libpython3-dev:s390x (3.13.1-1~exp2) ... 164s Selecting previously unselected package python3-mypy-extensions. 164s Preparing to unpack .../52-python3-mypy-extensions_1.0.0-1_all.deb ... 164s Unpacking python3-mypy-extensions (1.0.0-1) ... 164s Selecting previously unselected package python3-psutil. 164s Preparing to unpack .../53-python3-psutil_5.9.8-2build3_s390x.deb ... 164s Unpacking python3-psutil (5.9.8-2build3) ... 164s Selecting previously unselected package python3-mypy. 164s Preparing to unpack .../54-python3-mypy_1.15.0-2_s390x.deb ... 164s Unpacking python3-mypy (1.15.0-2) ... 164s Selecting previously unselected package mypy. 164s Preparing to unpack .../55-mypy_1.15.0-2_all.deb ... 164s Unpacking mypy (1.15.0-2) ... 164s Selecting previously unselected package pypy3-dev. 164s Preparing to unpack .../56-pypy3-dev_7.3.18+dfsg-2_all.deb ... 164s Unpacking pypy3-dev (7.3.18+dfsg-2) ... 164s Selecting previously unselected package python3-all. 164s Preparing to unpack .../57-python3-all_3.13.1-1~exp2_s390x.deb ... 164s Unpacking python3-all (3.13.1-1~exp2) ... 164s Selecting previously unselected package python3-iniconfig. 164s Preparing to unpack .../58-python3-iniconfig_1.1.1-2_all.deb ... 164s Unpacking python3-iniconfig (1.1.1-2) ... 164s Selecting previously unselected package python3-packaging. 164s Preparing to unpack .../59-python3-packaging_24.2-1_all.deb ... 164s Unpacking python3-packaging (24.2-1) ... 164s Selecting previously unselected package python3-pluggy. 164s Preparing to unpack .../60-python3-pluggy_1.5.0-1_all.deb ... 164s Unpacking python3-pluggy (1.5.0-1) ... 164s Selecting previously unselected package python3-pytest. 164s Preparing to unpack .../61-python3-pytest_8.3.4-1_all.deb ... 164s Unpacking python3-pytest (8.3.4-1) ... 164s Setting up dh-python (6.20250108) ... 165s Setting up python3-iniconfig (1.1.1-2) ... 165s Setting up libarchive-zip-perl (1.68-1) ... 165s Setting up python3-mypy-extensions (1.0.0-1) ... 166s Setting up libdebhelper-perl (13.24.1ubuntu2) ... 166s Setting up libpython3.12-minimal:s390x (3.12.9-1) ... 166s Setting up m4 (1.4.19-5) ... 166s Setting up libgomp1:s390x (15-20250213-1ubuntu1) ... 166s Setting up pypy3 (7.3.18+dfsg-2) ... 169s running pypy3 rtupdate hooks for 7.3 179s running pypy3 post-rtupdate hooks for 7.3 179s Setting up python3-psutil (5.9.8-2build3) ... 180s Setting up liberror-perl (0.17029-2) ... 180s Setting up autotools-dev (20220109.1) ... 180s Setting up python3-packaging (24.2-1) ... 180s Setting up libexpat1-dev:s390x (2.6.4-1) ... 180s Setting up libmpc3:s390x (1.3.1-1build2) ... 180s Setting up python3-mypy (1.15.0-2) ... 184s Setting up autopoint (0.23.1-1) ... 184s Setting up pypy3-dev (7.3.18+dfsg-2) ... 184s Setting up autoconf (2.72-3) ... 184s Setting up python3-pluggy (1.5.0-1) ... 184s Setting up libubsan1:s390x (15-20250213-1ubuntu1) ... 184s Setting up zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 184s Setting up dwz (0.15-1build6) ... 184s Setting up libasan8:s390x (15-20250213-1ubuntu1) ... 185s Setting up libnsl2:s390x (1.3.0-3build3) ... 185s Setting up debugedit (1:5.1-2) ... 185s Setting up mypy (1.15.0-2) ... 185s Setting up git-man (1:2.48.1-0ubuntu1) ... 185s Setting up libisl23:s390x (0.27-1) ... 185s Setting up libcc1-0:s390x (15-20250213-1ubuntu1) ... 185s Setting up libitm1:s390x (15-20250213-1ubuntu1) ... 185s Setting up automake (1:1.17-3) ... 185s update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode 185s Setting up libfile-stripnondeterminism-perl (1.14.1-2) ... 185s Setting up python3.12-minimal (3.12.9-1) ... 186s Setting up gettext (0.23.1-1) ... 186s Setting up libpython3.12-stdlib:s390x (3.12.9-1) ... 186s Setting up python3-pytest (8.3.4-1) ... 186s Setting up python3.12 (3.12.9-1) ... 188s Setting up python3-all (3.13.1-1~exp2) ... 188s Setting up intltool-debian (0.35.0+20060710.6) ... 188s Setting up libpython3.13-dev:s390x (3.13.2-1) ... 188s Setting up git (1:2.48.1-0ubuntu1) ... 188s Setting up cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 188s Setting up cpp-14 (14.2.0-17ubuntu1) ... 188s Setting up dh-strip-nondeterminism (1.14.1-2) ... 188s Setting up git-revise (0.7.0-1) ... 188s Setting up libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 188s Setting up libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 188s Setting up libpython3-dev:s390x (3.13.1-1~exp2) ... 188s Setting up cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 188s Setting up po-debconf (1.0.21+nmu1) ... 188s Setting up gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 188s Setting up gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 188s Setting up g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 188s Setting up cpp (4:14.2.0-1ubuntu1) ... 188s Setting up g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 188s Setting up gcc-14 (14.2.0-17ubuntu1) ... 188s Setting up g++-14 (14.2.0-17ubuntu1) ... 188s Setting up libtool (2.5.4-3build1) ... 188s Setting up gcc (4:14.2.0-1ubuntu1) ... 188s Setting up dh-autoreconf (20) ... 188s Setting up g++ (4:14.2.0-1ubuntu1) ... 188s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 188s Setting up build-essential (12.10ubuntu1) ... 188s Setting up debhelper (13.24.1ubuntu2) ... 188s Processing triggers for man-db (2.13.0-1) ... 189s Processing triggers for install-info (7.1.1-1) ... 189s Processing triggers for libc-bin (2.40-4ubuntu1) ... 189s Processing triggers for systemd (257.2-3ubuntu1) ... 190s autopkgtest: DBG: testbed command exited with code 0 190s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'git-revise'], kind short, sout pipe, serr pipe, env [] 190s autopkgtest: DBG: testbed command exited with code 0 190s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.mUxNeZ/command1-packages.all"], kind short, sout raw, serr pipe, env [] 190s autopkgtest: DBG: testbed command exited with code 0 190s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.mUxNeZ/command1-packages.all /tmp/autopkgtest-work.n9rlhe46/out/command1-packages.all 190s autopkgtest: DBG: got reply from testbed: ok 190s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.mUxNeZ/build.FF0/src'], kind short, sout raw, serr raw, env [] 190s autopkgtest: DBG: testbed command exited with code 0 190s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.mUxNeZ/build.FF0/src already exists 190s autopkgtest [04:37:40]: test command1: pytest-3 190s autopkgtest [04:37:40]: test command1: [----------------------- 190s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.mUxNeZ/wrapper.sh --debug --artifacts=/tmp/autopkgtest.mUxNeZ/command1-artifacts --chdir=/tmp/autopkgtest.mUxNeZ/build.FF0/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.mUxNeZ/command1-stderr --stdout=/tmp/autopkgtest.mUxNeZ/command1-stdout --tmp=/tmp/autopkgtest.mUxNeZ/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=git/1:2.48.1-0ubuntu1 -- bash -ec pytest-3'], kind test, sout raw, serr raw, env [] 191s /tmp/autopkgtest.mUxNeZ/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.mUxNeZ/command1-artifacts 191s /tmp/autopkgtest.mUxNeZ/wrapper.sh: changing to directory: /tmp/autopkgtest.mUxNeZ/build.FF0/src 191s /tmp/autopkgtest.mUxNeZ/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 191s /tmp/autopkgtest.mUxNeZ/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 191s /tmp/autopkgtest.mUxNeZ/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 191s /tmp/autopkgtest.mUxNeZ/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 191s /tmp/autopkgtest.mUxNeZ/wrapper.sh: setting environment: LANG=C.UTF-8 191s /tmp/autopkgtest.mUxNeZ/wrapper.sh: unsetting environment: LANGUAGE 191s /tmp/autopkgtest.mUxNeZ/wrapper.sh: unsetting environment: LC_ADDRESS 191s /tmp/autopkgtest.mUxNeZ/wrapper.sh: unsetting environment: LC_ALL 191s /tmp/autopkgtest.mUxNeZ/wrapper.sh: unsetting environment: LC_COLLATE 191s /tmp/autopkgtest.mUxNeZ/wrapper.sh: unsetting environment: LC_CTYPE 191s /tmp/autopkgtest.mUxNeZ/wrapper.sh: unsetting environment: LC_IDENTIFICATION 191s /tmp/autopkgtest.mUxNeZ/wrapper.sh: unsetting environment: LC_MEASUREMENT 191s /tmp/autopkgtest.mUxNeZ/wrapper.sh: unsetting environment: LC_MESSAGES 191s /tmp/autopkgtest.mUxNeZ/wrapper.sh: unsetting environment: LC_MONETARY 191s /tmp/autopkgtest.mUxNeZ/wrapper.sh: unsetting environment: LC_NAME 191s /tmp/autopkgtest.mUxNeZ/wrapper.sh: unsetting environment: LC_NUMERIC 191s /tmp/autopkgtest.mUxNeZ/wrapper.sh: unsetting environment: LC_PAPER 191s /tmp/autopkgtest.mUxNeZ/wrapper.sh: unsetting environment: LC_TELEPHONE 191s /tmp/autopkgtest.mUxNeZ/wrapper.sh: unsetting environment: LC_TIME 191s /tmp/autopkgtest.mUxNeZ/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 191s /tmp/autopkgtest.mUxNeZ/wrapper.sh: pretending to be a login shell 191s /tmp/autopkgtest.mUxNeZ/wrapper.sh: will write standard error to /tmp/autopkgtest.mUxNeZ/command1-stderr 191s /tmp/autopkgtest.mUxNeZ/wrapper.sh: will write stdout to /tmp/autopkgtest.mUxNeZ/command1-stdout 191s /tmp/autopkgtest.mUxNeZ/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.mUxNeZ/autopkgtest_tmp 191s /tmp/autopkgtest.mUxNeZ/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=git/1:2.48.1-0ubuntu1 191s /tmp/autopkgtest.mUxNeZ/wrapper.sh: command to run: bash -ec pytest-3 191s /tmp/autopkgtest.mUxNeZ/wrapper.sh: copying /tmp/tmp.gNZi0m9kup/out to stdout and file: /tmp/autopkgtest.mUxNeZ/command1-stdout 191s /tmp/autopkgtest.mUxNeZ/wrapper.sh: copying /tmp/tmp.gNZi0m9kup/err to standard error and file: /tmp/autopkgtest.mUxNeZ/command1-stdout 191s /tmp/autopkgtest.mUxNeZ/wrapper.sh: writing script pid 2143 to /tmp/autopkgtest_script_pid 191s ============================= test session starts ============================== 191s platform linux -- Python 3.13.2, pytest-8.3.4, pluggy-1.5.0 191s rootdir: /tmp/autopkgtest.mUxNeZ/build.FF0/src 191s plugins: typeguard-4.4.1 191s collected 38 items 191s 191s tests/test_cut.py .. [ 5%] 192s tests/test_fixup.py .............. [ 42%] 193s tests/test_gpgsign.py . [ 44%] 196s tests/test_interactive.py .......... [ 71%] 207s tests/test_rerere.py FFF.. [ 84%] 208s tests/test_reword.py ...... [100%] 208s 208s =================================== FAILURES =================================== 208s ________________________ test_reuse_recorded_resolution ________________________ 208s 208s repo = 208s 208s def test_reuse_recorded_resolution(repo): 208s history_with_two_conflicting_commits(autoUpdate=True) 208s 208s with editor_main(("-i", "HEAD~~"), input=b"y\ny\ny\ny\n") as ed: 208s flip_last_two_commits(repo, ed) 208s with ed.next_file() as f: 208s f.replace_dedent("resolved two\n") 208s with ed.next_file() as f: 208s f.replace_dedent("resolved one\n") 208s 208s tree_after_resolving_conflicts = repo.get_commit("HEAD").tree() 208s bash("git reset --hard HEAD@{1}") 208s 208s # Now we can change the order of the two commits and reuse the recorded conflict resolution. 208s with editor_main(("-i", "HEAD~~")) as ed: 208s flip_last_two_commits(repo, ed) 208s 208s assert tree_after_resolving_conflicts == repo.get_commit("HEAD").tree() 208s > leftover_index = hunks(repo.git("diff", "-U0", "HEAD")) 208s 208s /tmp/autopkgtest.mUxNeZ/build.FF0/src/tests/test_rerere.py:39: 208s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 208s 208s diff = b'' 208s 208s def hunks(diff: bytes) -> bytes: 208s > return diff[diff.index(b"@@") :] 208s E ValueError: subsection not found 208s 208s /tmp/autopkgtest.mUxNeZ/build.FF0/src/tests/test_rerere.py:370: ValueError 208s ----------------------------- Captured stdout call ----------------------------- 208s [master (root-commit) d72132e] initial commit 208s Author: Bash Author 208s 1 file changed, 1 insertion(+) 208s create mode 100644 file 208s [master 698fe81] commit one 208s Author: Bash Author 208s 1 file changed, 1 insertion(+), 1 deletion(-) 208s [master b1efb1b] commit two 208s Author: Bash Author 208s 1 file changed, 1 insertion(+), 1 deletion(-) 208s Running ['/usr/bin/python3', '-m', 'gitrevise', '-i', 'HEAD~~'] {'input': b'y\ny\ny\ny\n', 'check': True} 208s Conflict applying 'commit two' 208s Path: '/file' 208s Edit conflicted file? (Y/n) Merge successful? (y/N) Recording conflict resolution 208s pick e51ab202e87f commit two 208s Conflict applying 'commit one' 208s Path: '/file' 208s Edit conflicted file? (Y/n) Merge successful? (y/N) Recording conflict resolution 208s pick dc50430ecbd2 commit one 208s Updating refs/heads/master (b1efb1b8ffe680f67bd9e6824fcf0aa55d561139 => dc50430ecbd2d0697ee9266ba6057e0e0b511d7f) 208s HEAD is now at dc50430 commit one 208s Running ['/usr/bin/python3', '-m', 'gitrevise', '-i', 'HEAD~~'] {'check': True} 208s Conflict applying 'commit one' 208s Path: '/file' 208s Edit conflicted file? (Y/n) 208s ----------------------------- Captured stderr call ----------------------------- 208s 127.0.0.1 - - [19/Feb/2025 04:37:46] "POST / HTTP/1.1" 200 - 208s 127.0.0.1 - - [19/Feb/2025 04:37:46] "POST / HTTP/1.1" 200 - 208s 127.0.0.1 - - [19/Feb/2025 04:37:46] "POST / HTTP/1.1" 200 - 208s warning: log for ref HEAD unexpectedly ended on Thu, 13 Jul 2017 21:40:00 -0500 208s warning: log for ref HEAD unexpectedly ended on Thu, 13 Jul 2017 21:40:00 -0500 208s 127.0.0.1 - - [19/Feb/2025 04:37:46] "POST / HTTP/1.1" 200 - 208s Traceback (most recent call last): 208s File "", line 198, in _run_module_as_main 208s File "", line 88, in _run_code 208s File "/usr/lib/python3/dist-packages/gitrevise/__main__.py", line 4, in 208s main() 208s ~~~~^^ 208s File "/usr/lib/python3/dist-packages/gitrevise/tui.py", line 263, in main 208s inner_main(args, repo) 208s ~~~~~~~~~~^^^^^^^^^^^^ 208s File "/usr/lib/python3/dist-packages/gitrevise/tui.py", line 254, in inner_main 208s interactive(args, repo, staged, head) 208s ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ 208s File "/usr/lib/python3/dist-packages/gitrevise/tui.py", line 141, in interactive 208s new_head = apply_todos(base, todos, reauthor=args.reauthor) 208s File "/usr/lib/python3/dist-packages/gitrevise/todo.py", line 251, in apply_todos 208s rebased = step.commit.rebase(current).update(message=step.message) 208s ~~~~~~~~~~~~~~~~~~^^^^^^^^^ 208s File "/usr/lib/python3/dist-packages/gitrevise/odb.py", line 621, in rebase 208s return rebase(self, parent) 208s File "/usr/lib/python3/dist-packages/gitrevise/merge.py", line 47, in rebase 208s tree = merge_trees( 208s Path("/"), 208s ...<3 lines>... 208s get_tree(commit), 208s ) 208s File "/usr/lib/python3/dist-packages/gitrevise/merge.py", line 90, in merge_trees 208s merged = merge_entries( 208s path / name.decode(errors="replace"), 208s ...<3 lines>... 208s other.entries.get(name), 208s ) 208s File "/usr/lib/python3/dist-packages/gitrevise/merge.py", line 165, in merge_entries 208s merge_blobs(path, labels, current.blob(), baseblob, other.blob()).oid, 208s ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 208s File "/usr/lib/python3/dist-packages/gitrevise/merge.py", line 235, in merge_blobs 208s if input(" Edit conflicted file? (Y/n) ").lower() == "n": 208s ~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 208s EOFError: EOF when reading a line 208s __________________________ test_rerere_no_autoupdate ___________________________ 208s 208s repo = 208s 208s def test_rerere_no_autoupdate(repo): 208s history_with_two_conflicting_commits(autoUpdate=False) 208s 208s with editor_main(("-i", "HEAD~~"), input=b"y\ny\ny\ny\n") as ed: 208s flip_last_two_commits(repo, ed) 208s with ed.next_file() as f: 208s f.replace_dedent("resolved two\n") 208s with ed.next_file() as f: 208s f.replace_dedent("resolved one\n") 208s 208s tree_after_resolving_conflicts = repo.get_commit("HEAD").tree() 208s bash("git reset --hard HEAD@{1}") 208s 208s # Use the recorded resolution by confirming both times. 208s with editor_main(("-i", "HEAD~~"), input=b"y\ny\n") as ed: 208s flip_last_two_commits(repo, ed) 208s assert tree_after_resolving_conflicts == repo.get_commit("HEAD").tree() 208s > leftover_index = hunks(repo.git("diff", "-U0", "HEAD")) 208s 208s /tmp/autopkgtest.mUxNeZ/build.FF0/src/tests/test_rerere.py:76: 208s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 208s 208s diff = b'' 208s 208s def hunks(diff: bytes) -> bytes: 208s > return diff[diff.index(b"@@") :] 208s E ValueError: subsection not found 208s 208s /tmp/autopkgtest.mUxNeZ/build.FF0/src/tests/test_rerere.py:370: ValueError 208s ----------------------------- Captured stdout call ----------------------------- 208s [master (root-commit) d72132e] initial commit 208s Author: Bash Author 208s 1 file changed, 1 insertion(+) 208s create mode 100644 file 208s [master 698fe81] commit one 208s Author: Bash Author 208s 1 file changed, 1 insertion(+), 1 deletion(-) 208s [master b1efb1b] commit two 208s Author: Bash Author 208s 1 file changed, 1 insertion(+), 1 deletion(-) 208s Running ['/usr/bin/python3', '-m', 'gitrevise', '-i', 'HEAD~~'] {'input': b'y\ny\ny\ny\n', 'check': True} 208s Conflict applying 'commit two' 208s Path: '/file' 208s Edit conflicted file? (Y/n) Merge successful? (y/N) Recording conflict resolution 208s pick e51ab202e87f commit two 208s Conflict applying 'commit one' 208s Path: '/file' 208s Edit conflicted file? (Y/n) Merge successful? (y/N) Recording conflict resolution 208s pick dc50430ecbd2 commit one 208s Updating refs/heads/master (b1efb1b8ffe680f67bd9e6824fcf0aa55d561139 => dc50430ecbd2d0697ee9266ba6057e0e0b511d7f) 208s HEAD is now at dc50430 commit one 208s Running ['/usr/bin/python3', '-m', 'gitrevise', '-i', 'HEAD~~'] {'input': b'y\ny\n', 'check': True} 208s Conflict applying 'commit one' 208s Path: '/file' 208s Edit conflicted file? (Y/n) editor error: Editor exited with status Command '['/bin/sh', '-ec', '/usr/bin/python3 /tmp/autopkgtest.mUxNeZ/build.FF0/src/tests/dummy_editor.py http://127.0.0.1:36269/ "$@"', '/usr/bin/python3 /tmp/autopkgtest.mUxNeZ/build.FF0/src/tests/dummy_editor.py http://127.0.0.1:36269/', 'file']' returned non-zero exit status 1. 208s ----------------------------- Captured stderr call ----------------------------- 208s 127.0.0.1 - - [19/Feb/2025 04:37:46] "POST / HTTP/1.1" 200 - 208s 127.0.0.1 - - [19/Feb/2025 04:37:46] "POST / HTTP/1.1" 200 - 208s 127.0.0.1 - - [19/Feb/2025 04:37:46] "POST / HTTP/1.1" 200 - 208s warning: log for ref HEAD unexpectedly ended on Thu, 13 Jul 2017 21:40:00 -0500 208s warning: log for ref HEAD unexpectedly ended on Thu, 13 Jul 2017 21:40:00 -0500 208s 127.0.0.1 - - [19/Feb/2025 04:37:47] "POST / HTTP/1.1" 200 - 208s Traceback (most recent call last): 208s File "/tmp/autopkgtest.mUxNeZ/build.FF0/src/tests/dummy_editor.py", line 17, in 208s run_editor(url=sys.argv[1], path=Path(sys.argv[2]).resolve()) 208s ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 208s File "/tmp/autopkgtest.mUxNeZ/build.FF0/src/tests/dummy_editor.py", line 8, in run_editor 208s with urlopen(url, data=path.read_bytes(), timeout=10) as r: 208s ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 208s File "/usr/lib/python3.13/urllib/request.py", line 189, in urlopen 208s return opener.open(url, data, timeout) 208s ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ 208s File "/usr/lib/python3.13/urllib/request.py", line 489, in open 208s response = self._open(req, data) 208s File "/usr/lib/python3.13/urllib/request.py", line 506, in _open 208s result = self._call_chain(self.handle_open, protocol, protocol + 208s '_open', req) 208s File "/usr/lib/python3.13/urllib/request.py", line 466, in _call_chain 208s result = func(*args) 208s File "/usr/lib/python3.13/urllib/request.py", line 1348, in http_open 208s return self.do_open(http.client.HTTPConnection, req) 208s ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 208s File "/usr/lib/python3.13/urllib/request.py", line 1323, in do_open 208s r = h.getresponse() 208s File "/usr/lib/python3.13/http/client.py", line 1430, in getresponse 208s response.begin() 208s ~~~~~~~~~~~~~~^^ 208s File "/usr/lib/python3.13/http/client.py", line 331, in begin 208s version, status, reason = self._read_status() 208s ~~~~~~~~~~~~~~~~~^^ 208s File "/usr/lib/python3.13/http/client.py", line 292, in _read_status 208s line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") 208s ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^ 208s File "/usr/lib/python3.13/socket.py", line 719, in readinto 208s return self._sock.recv_into(b) 208s ~~~~~~~~~~~~~~~~~~~~^^^ 208s TimeoutError: timed out/tmp/autopkgtest.mUxNeZ/wrapper.sh: checking for leaked background processes... 208s /tmp/autopkgtest.mUxNeZ/wrapper.sh: waiting for tee/cat subprocesses... 208s /tmp/autopkgtest.mUxNeZ/wrapper.sh: cleaning up... 208s /tmp/autopkgtest.mUxNeZ/wrapper.sh: Exit status: 1 208s 208s ______________________________ test_rerere_merge _______________________________ 208s 208s repo = 208s 208s def test_rerere_merge(repo): 208s (repo.workdir / "file").write_bytes(10 * b"x\n") 208s bash( 208s """ 208s git config rerere.enabled true 208s git config rerere.autoUpdate true 208s git add file; git commit -m 'initial commit' 208s """ 208s ) 208s changeline("file", 0, b"original1\n") 208s bash("git commit -am 'commit 1'") 208s changeline("file", 0, b"original2\n") 208s bash("git commit -am 'commit 2'") 208s 208s # Record a resolution for changing the order of two commits. 208s with editor_main(("-i", "HEAD~~"), input=b"y\ny\ny\ny\n") as ed: 208s flip_last_two_commits(repo, ed) 208s with ed.next_file() as f: 208s f.replace_dedent(b"resolved1\n" + 9 * b"x\n") 208s with ed.next_file() as f: 208s f.replace_dedent(b"resolved2\n" + 9 * b"x\n") 208s # Go back to the old history so we can try replaying the resolution. 208s bash("git reset --hard HEAD@{1}") 208s 208s # Introduce an unrelated change that will not conflict to check that we can 208s # merge the file contents, and not just use the recorded postimage as is. 208s changeline("file", 9, b"unrelated change, present in all commits\n") 208s bash("git add file") 208s main(["HEAD~2"]) 208s 208s with editor_main(("-i", "HEAD~~")) as ed: 208s flip_last_two_commits(repo, ed) 208s 208s assert hunks(repo.git("show", "-U0", "HEAD~")) == dedent( 208s """\ 208s @@ -1 +1 @@ 208s -x 208s +resolved1""" 208s ) 208s assert hunks(repo.git("show", "-U0", "HEAD")) == dedent( 208s """\ 208s @@ -1 +1 @@ 208s -resolved1 208s +resolved2""" 208s ) 208s > leftover_index = hunks(repo.git("diff", "-U0", "HEAD")) 208s 208s /tmp/autopkgtest.mUxNeZ/build.FF0/src/tests/test_rerere.py:144: 208s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 208s 208s diff = b'' 208s 208s def hunks(diff: bytes) -> bytes: 208s > return diff[diff.index(b"@@") :] 208s E ValueError: subsection not found 208s 208s /tmp/autopkgtest.mUxNeZ/build.FF0/src/tests/test_rerere.py:370: ValueError 208s ----------------------------- Captured stdout call ----------------------------- 208s [master (root-commit) 78ab633] initial commit 208s Author: Bash Author 208s 1 file changed, 10 insertions(+) 208s create mode 100644 file 208s [master bc4398a] commit 1 208s Author: Bash Author 208s 1 file changed, 1 insertion(+), 1 deletion(-) 208s [master 8ede3c3] commit 2 208s Author: Bash Author 208s 1 file changed, 1 insertion(+), 1 deletion(-) 208s Running ['/usr/bin/python3', '-m', 'gitrevise', '-i', 'HEAD~~'] {'input': b'y\ny\ny\ny\n', 'check': True} 208s Conflict applying 'commit 2' 208s Path: '/file' 208s Edit conflicted file? (Y/n) Merge successful? (y/N) Recording conflict resolution 208s pick 8d5d4e07cf09 commit 2 208s Conflict applying 'commit 1' 208s Path: '/file' 208s Edit conflicted file? (Y/n) Merge successful? (y/N) Recording conflict resolution 208s pick 4afa53fa2fa8 commit 1 208s Updating refs/heads/master (8ede3c350c17709e6a2b5f4775e4a12770b88dc1 => 4afa53fa2fa843a3a089d55050139011198ab3d0) 208s HEAD is now at 4afa53f commit 1 208s Running ['/usr/bin/python3', '-m', 'gitrevise', 'HEAD~2'] {'check': True} 208s Applying staged changes to 'HEAD~2' 208s 035bca1522bd initial commit 208s 712c4d25b5e2 commit 2 208s 33e258e25f6a commit 1 208s Updating refs/heads/master (4afa53fa2fa843a3a089d55050139011198ab3d0 => 33e258e25f6a8d5629beb2c02cb1b7e388b61791) 208s Running ['/usr/bin/python3', '-m', 'gitrevise', '-i', 'HEAD~~'] {'check': True} 208s Conflict applying 'commit 1' 208s Path: '/file' 208s Edit conflicted file? (Y/n) 208s ----------------------------- Captured stderr call ----------------------------- 208s 127.0.0.1 - - [19/Feb/2025 04:37:57] "POST / HTTP/1.1" 200 - 208s 127.0.0.1 - - [19/Feb/2025 04:37:57] "POST / HTTP/1.1" 200 - 208s 127.0.0.1 - - [19/Feb/2025 04:37:57] "POST / HTTP/1.1" 200 - 208s warning: log for ref HEAD unexpectedly ended on Thu, 13 Jul 2017 21:40:00 -0500 208s warning: log for ref HEAD unexpectedly ended on Thu, 13 Jul 2017 21:40:00 -0500 208s 127.0.0.1 - - [19/Feb/2025 04:37:57] "POST / HTTP/1.1" 200 - 208s Traceback (most recent call last): 208s File "", line 198, in _run_module_as_main 208s File "", line 88, in _run_code 208s File "/usr/lib/python3/dist-packages/gitrevise/__main__.py", line 4, in 208s main() 208s ~~~~^^ 208s File "/usr/lib/python3/dist-packages/gitrevise/tui.py", line 263, in main 208s inner_main(args, repo) 208s ~~~~~~~~~~^^^^^^^^^^^^ 208s File "/usr/lib/python3/dist-packages/gitrevise/tui.py", line 254, in inner_main 208s interactive(args, repo, staged, head) 208s ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ 208s File "/usr/lib/python3/dist-packages/gitrevise/tui.py", line 141, in interactive 208s new_head = apply_todos(base, todos, reauthor=args.reauthor) 208s File "/usr/lib/python3/dist-packages/gitrevise/todo.py", line 251, in apply_todos 208s rebased = step.commit.rebase(current).update(message=step.message) 208s ~~~~~~~~~~~~~~~~~~^^^^^^^^^ 208s File "/usr/lib/python3/dist-packages/gitrevise/odb.py", line 621, in rebase 208s return rebase(self, parent) 208s File "/usr/lib/python3/dist-packages/gitrevise/merge.py", line 47, in rebase 208s tree = merge_trees( 208s Path("/"), 208s ...<3 lines>... 208s get_tree(commit), 208s ) 208s File "/usr/lib/python3/dist-packages/gitrevise/merge.py", line 90, in merge_trees 208s merged = merge_entries( 208s path / name.decode(errors="replace"), 208s ...<3 lines>... 208s other.entries.get(name), 208s ) 208s File "/usr/lib/python3/dist-packages/gitrevise/merge.py", line 165, in merge_entries 208s merge_blobs(path, labels, current.blob(), baseblob, other.blob()).oid, 208s ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 208s File "/usr/lib/python3/dist-packages/gitrevise/merge.py", line 235, in merge_blobs 208s if input(" Edit conflicted file? (Y/n) ").lower() == "n": 208s ~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 208s EOFError: EOF when reading a line 208s =========================== short test summary info ============================ 208s FAILED tests/test_rerere.py::test_reuse_recorded_resolution - ValueError: sub... 208s FAILED tests/test_rerere.py::test_rerere_no_autoupdate - ValueError: subsecti... 208s FAILED tests/test_rerere.py::test_rerere_merge - ValueError: subsection not f... 208s ======================== 3 failed, 35 passed in 17.28s ========================= 208s autopkgtest: DBG: testbed command exited with code 1 208s autopkgtest [04:37:58]: test command1: -----------------------] 208s autopkgtest: DBG: testbed executing test finished with exit status 1 208s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.mUxNeZ/command1-stdout /tmp/autopkgtest-work.n9rlhe46/out/command1-stdout 209s autopkgtest: DBG: got reply from testbed: ok 209s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.mUxNeZ/command1-stderr /tmp/autopkgtest-work.n9rlhe46/out/command1-stderr 209s autopkgtest: DBG: got reply from testbed: ok 209s command1 FAIL non-zero exit status 1 209s autopkgtest [04:37:59]: test command1: - - - - - - - - - - results - - - - - - - - - - 209s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.mUxNeZ/command1-artifacts/ /tmp/autopkgtest-work.n9rlhe46/out/artifacts/ 209s autopkgtest: DBG: got reply from testbed: ok 209s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.mUxNeZ/command1-artifacts', '/tmp/autopkgtest.mUxNeZ/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 209s autopkgtest: DBG: testbed command exited with code 0 209s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 209s autopkgtest [04:37:59]: @@@@@@@@@@@@@@@@@@@@ summary 209s command1 FAIL non-zero exit status 1 209s autopkgtest: DBG: testbed stop 209s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.mUxNeZ 209s autopkgtest: DBG: sending command to testbed: close 227s autopkgtest: DBG: got reply from testbed: ok 227s autopkgtest: DBG: sending command to testbed: quit 227s nova [W] Using flock in prodstack6-s390x 227s Creating nova instance adt-plucky-s390x-git-revise-20250219-043430-juju-7f2275-prod-proposed-migration-environment-15-a4ab09da-2af5-4b77-9943-3b5e87641973 from image adt/ubuntu-plucky-s390x-server-20250218.img (UUID d4b3949f-1d31-4fe6-9e99-080adec067af)... 227s nova [W] Timed out waiting for 4e50a748-3a3c-4479-b163-590ff23ae4f5 to get deleted.