0s autopkgtest: DBG: testbed init 0s autopkgtest [04:36:27]: starting date and time: 2025-02-19 04:36:27+0000 0s autopkgtest [04:36:27]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [04:36:27]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.3scdjdk1/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:xhtml2pdf --apt-upgrade xhtml2pdf --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 --env=ADT_TEST_TRIGGERS=xhtml2pdf/0.2.16+dfsg-1 -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-29.secgroup --name adt-plucky-s390x-xhtml2pdf-20250219-043627-juju-7f2275-prod-proposed-migration-environment-15-1dca86d2-597b-4e16-a9b0-9985881dd2d4 --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 101s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.IQptnO 101s autopkgtest: DBG: sending command to testbed: print-execute-command 101s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.oxu9udt3/runcmd 101s autopkgtest: DBG: sending command to testbed: capabilities 101s autopkgtest: DBG: got reply from testbed: ok suggested-normal-user=ubuntu isolation-machine reboot revert-full-system revert root-on-testbed 101s autopkgtest: DBG: testbed capabilities: ['suggested-normal-user=ubuntu', 'isolation-machine', 'reboot', 'revert-full-system', 'revert', 'root-on-testbed', 'has_internet'] 101s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.IQptnO'], kind short, sout raw, serr pipe, env [] 101s autopkgtest: DBG: testbed command exited with code 0 101s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.IQptnO/wrapper.sh 101s autopkgtest: DBG: got reply from testbed: ok 101s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.IQptnO/wrapper.sh'], kind short, sout raw, serr pipe, env [] 101s autopkgtest: DBG: testbed command exited with code 0 101s 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:38:09]: 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:38:09]: testbed apt version: 2.9.29 102s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 102s autopkgtest: DBG: testbed command exited with code 0 102s autopkgtest: DBG: testbed has eatmydata 102s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 102s autopkgtest: DBG: testbed command exited with code 0 102s autopkgtest [04:38:09]: @@@@@@@@@@@@@@@@@@@@ test bed setup 102s 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 [] 102s autopkgtest: DBG: testbed command exited with code 0 102s autopkgtest [04:38:09]: testbed release detected to be: None 102s 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 [] 102s autopkgtest: DBG: testbed command exited with code 0 102s 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 [] 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest [04:38:10]: updating testbed package index (apt update) 103s 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'] 103s 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/multiverse Sources [14.6 kB] 104s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [770 kB] 104s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 104s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.2 kB] 104s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [93.9 kB] 104s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 104s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [648 kB] 104s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [5836 B] 104s Fetched 1723 kB in 1s (1748 kB/s) 105s Reading package lists... 105s autopkgtest: DBG: testbed command exited with code 0 105s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 105s Package: * 105s Pin: release plucky-proposed 105s Pin-Priority: 100 105s 105s Package: src:xhtml2pdf:any 105s Pin: release plucky-proposed 105s Pin-Priority: 995 105s 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:xhtml2pdf:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 105s autopkgtest: DBG: testbed command exited with code 0 105s 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.IQptnO/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 105s autopkgtest: DBG: testbed command exited with code 0 105s 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'] 105s + lsb_release --codename --short 105s + RELEASE=plucky 105s + cat 105s + [ plucky != trusty ] 105s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 105s Reading package lists... 105s Building dependency tree... 105s Reading state information... 106s Calculating upgrade... 106s The following packages were automatically installed and are no longer required: 106s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 106s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 106s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 106s linux-tools-6.11.0-8-generic 106s Use 'sudo apt autoremove' to remove them. 106s The following NEW packages will be installed: 106s libapt-pkg7.0 106s The following packages will be upgraded: 106s apt apt-utils dhcpcd-base rsyslog s390-tools s390-tools-data 106s s390-tools-signed 106s 7 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 106s Need to get 8909 kB of archives. 106s After this operation, 3624 kB of additional disk space will be used. 106s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libapt-pkg7.0 s390x 2.9.30 [1103 kB] 106s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x apt s390x 2.9.30 [1418 kB] 107s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x apt-utils s390x 2.9.30 [214 kB] 107s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x dhcpcd-base s390x 1:10.1.0-7 [219 kB] 107s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x rsyslog s390x 8.2412.0-2ubuntu1 [536 kB] 107s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools-data all 2.37.0-0ubuntu2 [20.4 kB] 107s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools s390x 2.37.0-0ubuntu2 [5385 kB] 107s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools-signed all 2.37.0-0ubuntu2 [12.4 kB] 107s Fetched 8909 kB in 1s (7693 kB/s) 107s Selecting previously unselected package libapt-pkg7.0:s390x. 107s (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.) 107s Preparing to unpack .../libapt-pkg7.0_2.9.30_s390x.deb ... 107s Unpacking libapt-pkg7.0:s390x (2.9.30) ... 107s Setting up libapt-pkg7.0:s390x (2.9.30) ... 107s (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.) 107s Preparing to unpack .../archives/apt_2.9.30_s390x.deb ... 107s Unpacking apt (2.9.30) over (2.9.29) ... 108s Setting up apt (2.9.30) ... 108s (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.) 108s Preparing to unpack .../0-apt-utils_2.9.30_s390x.deb ... 108s Unpacking apt-utils (2.9.30) over (2.9.29) ... 108s Preparing to unpack .../1-dhcpcd-base_1%3a10.1.0-7_s390x.deb ... 108s Unpacking dhcpcd-base (1:10.1.0-7) over (1:10.1.0-6) ... 108s Preparing to unpack .../2-rsyslog_8.2412.0-2ubuntu1_s390x.deb ... 108s Unpacking rsyslog (8.2412.0-2ubuntu1) over (8.2412.0-1ubuntu1) ... 108s Preparing to unpack .../3-s390-tools-data_2.37.0-0ubuntu2_all.deb ... 108s Unpacking s390-tools-data (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 108s Preparing to unpack .../4-s390-tools_2.37.0-0ubuntu2_s390x.deb ... 108s Unpacking s390-tools (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 108s Preparing to unpack .../5-s390-tools-signed_2.37.0-0ubuntu2_all.deb ... 108s Unpacking s390-tools-signed (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 108s Setting up apt-utils (2.9.30) ... 108s Setting up rsyslog (8.2412.0-2ubuntu1) ... 108s info: The user `syslog' is already a member of `adm'. 109s Setting up s390-tools-signed (2.37.0-0ubuntu2) ... 109s Setting up dhcpcd-base (1:10.1.0-7) ... 109s Setting up s390-tools-data (2.37.0-0ubuntu2) ... 109s Setting up s390-tools (2.37.0-0ubuntu2) ... 110s Processing triggers for libc-bin (2.40-4ubuntu1) ... 110s Processing triggers for man-db (2.13.0-1) ... 111s Processing triggers for initramfs-tools (0.145ubuntu2) ... 111s update-initramfs: Generating /boot/initrd.img-6.12.0-15-generic 111s 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 -d/ -f1 116s + grep -v ^linux-.*6\.12\.0-15-generic.* 117s + true 117s + obsolete_pkgs= 117s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremoveReading package lists... 117s Building dependency tree... 117s 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 ... 81030 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) ... 118s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 118s 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) ... 119s Processing triggers for libc-bin (2.40-4ubuntu1) ... 119s (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.) 119s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 119s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 119s + grep -q trusty /etc/lsb-release 119s + [ ! -d /usr/share/doc/unattended-upgrades ] 119s + [ ! -d /usr/share/doc/lxd ] 119s + [ ! -d /usr/share/doc/lxd-client ] 119s + [ ! -d /usr/share/doc/snapd ] 119s + type iptables 119s + cat 119s + chmod 755 /etc/rc.local 119s + . /etc/rc.local 119s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 119s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 119s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 119s + uname -m 119s + [ s390x = ppc64le ] 119s + [ -d /run/systemd/system ] 119s + systemd-detect-virt --quiet --vm 119s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 119s + cat 119s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 119s + echo COMPRESS=lz4 119s autopkgtest: DBG: testbed command exited with code 0 119s autopkgtest [04:38:26]: upgrading testbed (apt dist-upgrade and autopurge) 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', 'dist-upgrade'], 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 Calculating upgrade...Starting pkgProblemResolver with broken count: 0 119s Starting 2 pkgProblemResolver with broken count: 0 119s Done 120s Entering ResolveByKeep 120s 120s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 120s autopkgtest: DBG: testbed command exited with code 0 120s 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'] 120s Reading package lists... 120s Building dependency tree... 120s Reading state information... 120s Starting pkgProblemResolver with broken count: 0 120s Starting 2 pkgProblemResolver with broken count: 0 120s Done 120s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 120s autopkgtest: DBG: testbed command exited with code 0 120s 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.IQptnO/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 121s autopkgtest: DBG: testbed command exited with code 1 121s autopkgtest [04:38:28]: rebooting testbed after setup commands that affected boot 121s autopkgtest: DBG: sending command to testbed: reboot 142s autopkgtest: DBG: got reply from testbed: ok 142s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 142s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.IQptnO'], kind short, sout raw, serr pipe, env [] 142s autopkgtest: DBG: testbed command exited with code 0 142s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.IQptnO/autopkgtest-reboot 143s autopkgtest: DBG: got reply from testbed: ok 143s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.IQptnO/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.IQptnO/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.IQptnO/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.IQptnO'], kind short, sout raw, serr pipe, env [] 143s autopkgtest: DBG: testbed command exited with code 0 143s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.IQptnO/autopkgtest-reboot-prepare 144s autopkgtest: DBG: got reply from testbed: ok 144s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.IQptnO/autopkgtest-reboot-prepare'], 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.IQptnO/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest [04:38:51]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 144s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.IQptnO/testbed-packages"], kind short, sout raw, serr pipe, env [] 144s autopkgtest: DBG: testbed command exited with code 0 144s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.IQptnO/testbed-packages /tmp/autopkgtest-work.3scdjdk1/out/testbed-packages 145s autopkgtest: DBG: got reply from testbed: ok 145s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 145s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.IQptnO'], 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.sh /tmp/autopkgtest.IQptnO/autopkgtest-reboot 145s autopkgtest: DBG: got reply from testbed: ok 145s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.IQptnO/autopkgtest-reboot'], 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.IQptnO/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], 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.IQptnO/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.IQptnO'], 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-prepare.sh /tmp/autopkgtest.IQptnO/autopkgtest-reboot-prepare 146s autopkgtest: DBG: got reply from testbed: ok 146s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.IQptnO/autopkgtest-reboot-prepare'], 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.IQptnO/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 146s autopkgtest: DBG: testbed command exited with code 0 146s autopkgtest: DBG: Binaries: initialising 146s autopkgtest [04:38:53]: @@@@@@@@@@@@@@@@@@@@ apt-source xhtml2pdf 146s autopkgtest: DBG: blame += xhtml2pdf 146s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 146s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'xhtml2pdf'], kind short, sout pipe, serr pipe, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3-xhtml2pdf$'], kind short, sout pipe, serr raw, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3-xhtml2pdf=0.2.16+dfsg-1'], kind short, sout pipe, serr raw, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s autopkgtest: DBG: install_deps: deps_new=[] 147s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 147s autopkgtest: DBG: testbed command exited with code 0 147s 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.IQptnO/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source xhtml2pdf=0.2.16+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 xhtml2pdf_*.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=xhtml2pdf/0.2.16+dfsg-1'] 147s + cd / 147s + mktemp -d /tmp/autopkgtest.IQptnO/build.XXX 147s + builddir=/tmp/autopkgtest.IQptnO/build.GFR 147s + cd /tmp/autopkgtest.IQptnO/build.GFR 147s + apt-get source -d -q --only-source xhtml2pdf=0.2.16+dfsg-1 148s + OUT=Reading package lists... 148s NOTICE: 'xhtml2pdf' packaging is maintained in the 'Git' version control system at: 148s https://salsa.debian.org/python-team/packages/xhtml2pdf.git 148s Please use: 148s git clone https://salsa.debian.org/python-team/packages/xhtml2pdf.git 148s to retrieve the latest (possibly unreleased) updates to the package. 148s Need to get 1507 kB of source archives. 148s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/universe xhtml2pdf 0.2.16+dfsg-1 (dsc) [2513 B] 148s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/universe xhtml2pdf 0.2.16+dfsg-1 (tar) [1495 kB] 148s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/universe xhtml2pdf 0.2.16+dfsg-1 (diff) [9636 B] 148s Fetched 1507 kB in 1s (2111 kB/s) 148s Download complete and in download only mode 148s + [ -n ] 148s + echo Reading package lists... 148s NOTICE: 'xhtml2pdf' packaging is maintained in the 'Git' version control system at: 148s https://salsa.debian.org/python-team/packages/xhtml2pdf.git 148s Please use: 148s git clone https://salsa.debian.org/python-team/packages/xhtml2pdf.git 148s to retrieve the latest (possibly unreleased) updates to the package. 148s Need to get 1507 kB of source archives. 148s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/universe xhtml2pdf 0.2.16+dfsg-1 (dsc) [2513 B] 148s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/universe xhtml2pdf 0.2.16+dfsg-1 (tar) [1495 kB] 148s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/universe xhtml2pdf 0.2.16+dfsg-1 (diff) [9636 B] 148s Fetched 1507 kB in 1s (2111 kB/s) 148s Download complete and in download only mode 148s + grep ^Get: 148s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/universe xhtml2pdf 0.2.16+dfsg-1 (dsc) [2513 B] 148s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/universe xhtml2pdf 0.2.16+dfsg-1 (tar) [1495 kB] 148s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/universe xhtml2pdf 0.2.16+dfsg-1 (diff) [9636 B] 148s + dpkg-source -x xhtml2pdf_0.2.16+dfsg-1.dsc src 148s gpgv: Signature made Mon Feb 3 16:42:39 2025 UTC 148s gpgv: using RSA key AC0A4FF12611B6FCCF01C111393587D97D86500B 148s gpgv: Can't check signature: No public key 148s dpkg-source: warning: cannot verify inline signature for ./xhtml2pdf_0.2.16+dfsg-1.dsc: no acceptable signature found 148s + chmod -R a+rX . 148s + cd src/. 148s + pwd 148s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 149s autopkgtest: DBG: testbed command exited with code 0 149s autopkgtest [04:38:56]: testing package xhtml2pdf version 0.2.16+dfsg-1 149s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.IQptnO/build.GFR/src/debian/ /tmp/autopkgtest-work.3scdjdk1/out/pkg/debian/ 149s autopkgtest: DBG: got reply from testbed: ok 149s autopkgtest: DBG: processing dependency @ 149s autopkgtest: DBG: synthesised dependency python3-xhtml2pdf 149s autopkgtest: DBG: processing dependency python3-pytest 149s autopkgtest: DBG: processing dependency python3-asn1crypto 149s autopkgtest: DBG: Test defined: name command1 path None command "pytest" restrictions [] features [] depends ['python3-xhtml2pdf', 'python3-pytest', 'python3-asn1crypto'] 149s autopkgtest [04:38:56]: build not needed 149s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.IQptnO/build.GFR/src/ /tmp/autopkgtest-work.3scdjdk1/out/tests-tree/ 149s autopkgtest: DBG: got reply from testbed: ok 149s autopkgtest: DBG: processing dependency @ 149s autopkgtest: DBG: synthesised dependency python3-xhtml2pdf 149s autopkgtest: DBG: processing dependency python3-pytest 149s autopkgtest: DBG: processing dependency python3-asn1crypto 149s autopkgtest: DBG: Test defined: name command1 path None command "pytest" restrictions [] features [] depends ['python3-xhtml2pdf', 'python3-pytest', 'python3-asn1crypto'] 149s autopkgtest [04:38:56]: test command1: preparing testbed 149s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['python3-xhtml2pdf', 'python3-pytest', 'python3-asn1crypto'] 149s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 149s autopkgtest: DBG: install_deps: deps_new=['python3-xhtml2pdf', 'python3-pytest', 'python3-asn1crypto'] 149s autopkgtest: DBG: install-deps: satisfying python3-xhtml2pdf, python3-pytest, python3-asn1crypto 149s autopkgtest: DBG: can use apt-get on testbed: True 149s 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-xhtml2pdf, python3-pytest, python3-asn1crypto'], 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 150s The following NEW packages will be installed: 150s fontconfig-config fonts-dejavu-core fonts-dejavu-mono fonts-urw-base35 150s libcairo2 libdeflate0 libfontconfig1 libfontenc1 libfreetype6 libgomp1 150s libgraphite2-3 libharfbuzz0b libimagequant0 libjbig0 libjpeg-turbo8 libjpeg8 150s libjs-jquery libjs-sphinxdoc libjs-underscore liblcms2-2 libopenjp2-7 150s libpixman-1-0 libraqm0 libsharpyuv0 libtiff6 libwebp7 libwebpdemux2 150s libwebpmux3 libxcb-render0 libxcb-shm0 libxrender1 libxslt1.1 150s python-tinycss2-common python3-arabic-reshaper python3-asn1crypto 150s python3-bidi python3-cairo python3-cssselect2 python3-freetype 150s python3-html5lib python3-iniconfig python3-lxml python3-oscrypto 150s python3-packaging python3-pil python3-pluggy python3-pyhanko-certvalidator 150s python3-pypdf python3-pytest python3-reportlab python3-rlpycairo 150s python3-svglib python3-tinycss2 python3-uritools python3-webencodings 150s python3-xhtml2pdf x11-common xfonts-encodings xfonts-utils 150s 0 upgraded, 59 newly installed, 0 to remove and 0 not upgraded. 150s Need to get 22.1 MB of archives. 150s After this operation, 55.6 MB of additional disk space will be used. 150s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-mono all 2.37-8 [502 kB] 151s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-core all 2.37-8 [835 kB] 151s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libfontenc1 s390x 1:1.1.8-1build1 [14.8 kB] 151s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libfreetype6 s390x 2.13.3+dfsg-1 [431 kB] 151s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x x11-common all 1:7.7+23ubuntu3 [21.7 kB] 151s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB] 151s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x xfonts-utils s390x 1:7.7+7 [101 kB] 151s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-urw-base35 all 20200910-8 [11.0 MB] 152s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig-config s390x 2.15.0-2ubuntu1 [37.5 kB] 152s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x libfontconfig1 s390x 2.15.0-2ubuntu1 [150 kB] 152s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libpixman-1-0 s390x 0.44.0-3 [201 kB] 152s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-render0 s390x 1.17.0-2 [17.0 kB] 152s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-shm0 s390x 1.17.0-2 [5862 B] 152s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x libxrender1 s390x 1:0.9.10-1.1build1 [20.4 kB] 152s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x libcairo2 s390x 1.18.2-2 [580 kB] 152s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x libdeflate0 s390x 1.23-1 [46.1 kB] 152s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 15-20250213-1ubuntu1 [151 kB] 152s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x libgraphite2-3 s390x 1.3.14-2ubuntu1 [79.8 kB] 152s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libharfbuzz0b s390x 10.2.0-1 [538 kB] 152s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libimagequant0 s390x 2.18.0-1build1 [43.3 kB] 152s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg-turbo8 s390x 2.1.5-3ubuntu2 [147 kB] 152s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg8 s390x 8c-2ubuntu11 [2146 B] 152s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB] 152s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [118 kB] 152s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-sphinxdoc all 8.1.3-4 [30.9 kB] 152s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x liblcms2-2 s390x 2.16-2 [175 kB] 152s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x libraqm0 s390x 0.10.2-1 [15.8 kB] 152s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x libsharpyuv0 s390x 1.5.0-0.1 [16.7 kB] 152s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x libjbig0 s390x 2.1-6.1ubuntu2 [33.1 kB] 152s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x libwebp7 s390x 1.5.0-0.1 [210 kB] 152s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x libtiff6 s390x 4.5.1+git230720-4ubuntu4 [217 kB] 152s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x libwebpdemux2 s390x 1.5.0-0.1 [12.6 kB] 152s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x libwebpmux3 s390x 1.5.0-0.1 [25.8 kB] 152s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x libxslt1.1 s390x 1.1.39-0exp1ubuntu2 [169 kB] 152s Get:35 http://ftpmaster.internal/ubuntu plucky/universe s390x python-tinycss2-common all 1.4.0-1 [47.0 kB] 152s Get:36 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-arabic-reshaper all 3.0.0-1 [36.5 kB] 152s Get:37 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-asn1crypto all 1.5.1-3 [79.7 kB] 152s Get:38 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-bidi all 0.4.2-8 [14.9 kB] 152s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x python3-cairo s390x 1.26.1-2build1 [138 kB] 152s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x python3-webencodings all 0.5.1-5 [11.5 kB] 152s Get:41 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-tinycss2 all 1.4.0-1 [22.5 kB] 152s Get:42 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-cssselect2 all 0.7.0-1 [16.1 kB] 152s Get:43 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-freetype all 2.5.1-1 [92.3 kB] 152s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x python3-html5lib all 1.2-1 [90.8 kB] 152s Get:45 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-iniconfig all 1.1.1-2 [6024 B] 152s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x python3-lxml s390x 5.3.1-1 [1773 kB] 152s Get:47 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-oscrypto all 1.3.0-7 [128 kB] 152s Get:48 http://ftpmaster.internal/ubuntu plucky/main s390x python3-packaging all 24.2-1 [51.5 kB] 152s Get:49 http://ftpmaster.internal/ubuntu plucky/main s390x libopenjp2-7 s390x 2.5.0-2ubuntu3 [208 kB] 152s Get:50 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pil s390x 11.1.0-5 [527 kB] 152s Get:51 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pluggy all 1.5.0-1 [21.0 kB] 152s Get:52 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-uritools all 4.0.3-1 [27.5 kB] 152s Get:53 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pyhanko-certvalidator all 0.26.3-2 [74.0 kB] 152s Get:54 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pypdf all 4.3.1-1 [220 kB] 152s Get:55 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pytest all 8.3.4-1 [252 kB] 152s Get:56 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-rlpycairo all 0.3.0-3 [9130 B] 152s Get:57 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-reportlab all 4.3.0-1 [1137 kB] 152s Get:58 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-svglib all 1.5.1+dfsg-1 [27.2 kB] 152s Get:59 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x python3-xhtml2pdf all 0.2.16+dfsg-1 [221 kB] 153s Fetched 22.1 MB in 2s (9597 kB/s) 153s Selecting previously unselected package fonts-dejavu-mono. 153s (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.) 153s Preparing to unpack .../00-fonts-dejavu-mono_2.37-8_all.deb ... 153s Unpacking fonts-dejavu-mono (2.37-8) ... 153s Selecting previously unselected package fonts-dejavu-core. 153s Preparing to unpack .../01-fonts-dejavu-core_2.37-8_all.deb ... 153s Unpacking fonts-dejavu-core (2.37-8) ... 153s Selecting previously unselected package libfontenc1:s390x. 153s Preparing to unpack .../02-libfontenc1_1%3a1.1.8-1build1_s390x.deb ... 153s Unpacking libfontenc1:s390x (1:1.1.8-1build1) ... 153s Selecting previously unselected package libfreetype6:s390x. 153s Preparing to unpack .../03-libfreetype6_2.13.3+dfsg-1_s390x.deb ... 153s Unpacking libfreetype6:s390x (2.13.3+dfsg-1) ... 153s Selecting previously unselected package x11-common. 153s Preparing to unpack .../04-x11-common_1%3a7.7+23ubuntu3_all.deb ... 153s Unpacking x11-common (1:7.7+23ubuntu3) ... 153s Selecting previously unselected package xfonts-encodings. 153s Preparing to unpack .../05-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ... 153s Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ... 153s Selecting previously unselected package xfonts-utils. 153s Preparing to unpack .../06-xfonts-utils_1%3a7.7+7_s390x.deb ... 153s Unpacking xfonts-utils (1:7.7+7) ... 153s Selecting previously unselected package fonts-urw-base35. 153s Preparing to unpack .../07-fonts-urw-base35_20200910-8_all.deb ... 153s Unpacking fonts-urw-base35 (20200910-8) ... 153s Selecting previously unselected package fontconfig-config. 153s Preparing to unpack .../08-fontconfig-config_2.15.0-2ubuntu1_s390x.deb ... 153s Unpacking fontconfig-config (2.15.0-2ubuntu1) ... 153s Selecting previously unselected package libfontconfig1:s390x. 153s Preparing to unpack .../09-libfontconfig1_2.15.0-2ubuntu1_s390x.deb ... 153s Unpacking libfontconfig1:s390x (2.15.0-2ubuntu1) ... 153s Selecting previously unselected package libpixman-1-0:s390x. 153s Preparing to unpack .../10-libpixman-1-0_0.44.0-3_s390x.deb ... 153s Unpacking libpixman-1-0:s390x (0.44.0-3) ... 153s Selecting previously unselected package libxcb-render0:s390x. 153s Preparing to unpack .../11-libxcb-render0_1.17.0-2_s390x.deb ... 153s Unpacking libxcb-render0:s390x (1.17.0-2) ... 153s Selecting previously unselected package libxcb-shm0:s390x. 153s Preparing to unpack .../12-libxcb-shm0_1.17.0-2_s390x.deb ... 153s Unpacking libxcb-shm0:s390x (1.17.0-2) ... 153s Selecting previously unselected package libxrender1:s390x. 153s Preparing to unpack .../13-libxrender1_1%3a0.9.10-1.1build1_s390x.deb ... 153s Unpacking libxrender1:s390x (1:0.9.10-1.1build1) ... 153s Selecting previously unselected package libcairo2:s390x. 153s Preparing to unpack .../14-libcairo2_1.18.2-2_s390x.deb ... 153s Unpacking libcairo2:s390x (1.18.2-2) ... 153s Selecting previously unselected package libdeflate0:s390x. 153s Preparing to unpack .../15-libdeflate0_1.23-1_s390x.deb ... 153s Unpacking libdeflate0:s390x (1.23-1) ... 153s Selecting previously unselected package libgomp1:s390x. 153s Preparing to unpack .../16-libgomp1_15-20250213-1ubuntu1_s390x.deb ... 153s Unpacking libgomp1:s390x (15-20250213-1ubuntu1) ... 153s Selecting previously unselected package libgraphite2-3:s390x. 153s Preparing to unpack .../17-libgraphite2-3_1.3.14-2ubuntu1_s390x.deb ... 153s Unpacking libgraphite2-3:s390x (1.3.14-2ubuntu1) ... 153s Selecting previously unselected package libharfbuzz0b:s390x. 153s Preparing to unpack .../18-libharfbuzz0b_10.2.0-1_s390x.deb ... 153s Unpacking libharfbuzz0b:s390x (10.2.0-1) ... 153s Selecting previously unselected package libimagequant0:s390x. 153s Preparing to unpack .../19-libimagequant0_2.18.0-1build1_s390x.deb ... 153s Unpacking libimagequant0:s390x (2.18.0-1build1) ... 153s Selecting previously unselected package libjpeg-turbo8:s390x. 153s Preparing to unpack .../20-libjpeg-turbo8_2.1.5-3ubuntu2_s390x.deb ... 153s Unpacking libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 153s Selecting previously unselected package libjpeg8:s390x. 153s Preparing to unpack .../21-libjpeg8_8c-2ubuntu11_s390x.deb ... 153s Unpacking libjpeg8:s390x (8c-2ubuntu11) ... 153s Selecting previously unselected package libjs-jquery. 153s Preparing to unpack .../22-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... 153s Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 153s Selecting previously unselected package libjs-underscore. 153s Preparing to unpack .../23-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ... 153s Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 153s Selecting previously unselected package libjs-sphinxdoc. 153s Preparing to unpack .../24-libjs-sphinxdoc_8.1.3-4_all.deb ... 153s Unpacking libjs-sphinxdoc (8.1.3-4) ... 153s Selecting previously unselected package liblcms2-2:s390x. 153s Preparing to unpack .../25-liblcms2-2_2.16-2_s390x.deb ... 153s Unpacking liblcms2-2:s390x (2.16-2) ... 153s Selecting previously unselected package libraqm0:s390x. 153s Preparing to unpack .../26-libraqm0_0.10.2-1_s390x.deb ... 153s Unpacking libraqm0:s390x (0.10.2-1) ... 153s Selecting previously unselected package libsharpyuv0:s390x. 153s Preparing to unpack .../27-libsharpyuv0_1.5.0-0.1_s390x.deb ... 153s Unpacking libsharpyuv0:s390x (1.5.0-0.1) ... 153s Selecting previously unselected package libjbig0:s390x. 153s Preparing to unpack .../28-libjbig0_2.1-6.1ubuntu2_s390x.deb ... 153s Unpacking libjbig0:s390x (2.1-6.1ubuntu2) ... 153s Selecting previously unselected package libwebp7:s390x. 153s Preparing to unpack .../29-libwebp7_1.5.0-0.1_s390x.deb ... 153s Unpacking libwebp7:s390x (1.5.0-0.1) ... 154s Selecting previously unselected package libtiff6:s390x. 154s Preparing to unpack .../30-libtiff6_4.5.1+git230720-4ubuntu4_s390x.deb ... 154s Unpacking libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 154s Selecting previously unselected package libwebpdemux2:s390x. 154s Preparing to unpack .../31-libwebpdemux2_1.5.0-0.1_s390x.deb ... 154s Unpacking libwebpdemux2:s390x (1.5.0-0.1) ... 154s Selecting previously unselected package libwebpmux3:s390x. 154s Preparing to unpack .../32-libwebpmux3_1.5.0-0.1_s390x.deb ... 154s Unpacking libwebpmux3:s390x (1.5.0-0.1) ... 154s Selecting previously unselected package libxslt1.1:s390x. 154s Preparing to unpack .../33-libxslt1.1_1.1.39-0exp1ubuntu2_s390x.deb ... 154s Unpacking libxslt1.1:s390x (1.1.39-0exp1ubuntu2) ... 154s Selecting previously unselected package python-tinycss2-common. 154s Preparing to unpack .../34-python-tinycss2-common_1.4.0-1_all.deb ... 154s Unpacking python-tinycss2-common (1.4.0-1) ... 154s Selecting previously unselected package python3-arabic-reshaper. 154s Preparing to unpack .../35-python3-arabic-reshaper_3.0.0-1_all.deb ... 154s Unpacking python3-arabic-reshaper (3.0.0-1) ... 154s Selecting previously unselected package python3-asn1crypto. 154s Preparing to unpack .../36-python3-asn1crypto_1.5.1-3_all.deb ... 154s Unpacking python3-asn1crypto (1.5.1-3) ... 154s Selecting previously unselected package python3-bidi. 154s Preparing to unpack .../37-python3-bidi_0.4.2-8_all.deb ... 154s Unpacking python3-bidi (0.4.2-8) ... 154s Selecting previously unselected package python3-cairo. 154s Preparing to unpack .../38-python3-cairo_1.26.1-2build1_s390x.deb ... 154s Unpacking python3-cairo (1.26.1-2build1) ... 154s Selecting previously unselected package python3-webencodings. 154s Preparing to unpack .../39-python3-webencodings_0.5.1-5_all.deb ... 154s Unpacking python3-webencodings (0.5.1-5) ... 154s Selecting previously unselected package python3-tinycss2. 154s Preparing to unpack .../40-python3-tinycss2_1.4.0-1_all.deb ... 154s Unpacking python3-tinycss2 (1.4.0-1) ... 154s Selecting previously unselected package python3-cssselect2. 154s Preparing to unpack .../41-python3-cssselect2_0.7.0-1_all.deb ... 154s Unpacking python3-cssselect2 (0.7.0-1) ... 154s Selecting previously unselected package python3-freetype. 154s Preparing to unpack .../42-python3-freetype_2.5.1-1_all.deb ... 154s Unpacking python3-freetype (2.5.1-1) ... 154s Selecting previously unselected package python3-html5lib. 154s Preparing to unpack .../43-python3-html5lib_1.2-1_all.deb ... 154s Unpacking python3-html5lib (1.2-1) ... 154s Selecting previously unselected package python3-iniconfig. 154s Preparing to unpack .../44-python3-iniconfig_1.1.1-2_all.deb ... 154s Unpacking python3-iniconfig (1.1.1-2) ... 154s Selecting previously unselected package python3-lxml:s390x. 154s Preparing to unpack .../45-python3-lxml_5.3.1-1_s390x.deb ... 154s Unpacking python3-lxml:s390x (5.3.1-1) ... 154s Selecting previously unselected package python3-oscrypto. 154s Preparing to unpack .../46-python3-oscrypto_1.3.0-7_all.deb ... 154s Unpacking python3-oscrypto (1.3.0-7) ... 154s Selecting previously unselected package python3-packaging. 154s Preparing to unpack .../47-python3-packaging_24.2-1_all.deb ... 154s Unpacking python3-packaging (24.2-1) ... 154s Selecting previously unselected package libopenjp2-7:s390x. 154s Preparing to unpack .../48-libopenjp2-7_2.5.0-2ubuntu3_s390x.deb ... 154s Unpacking libopenjp2-7:s390x (2.5.0-2ubuntu3) ... 154s Selecting previously unselected package python3-pil:s390x. 154s Preparing to unpack .../49-python3-pil_11.1.0-5_s390x.deb ... 154s Unpacking python3-pil:s390x (11.1.0-5) ... 154s Selecting previously unselected package python3-pluggy. 154s Preparing to unpack .../50-python3-pluggy_1.5.0-1_all.deb ... 154s Unpacking python3-pluggy (1.5.0-1) ... 154s Selecting previously unselected package python3-uritools. 154s Preparing to unpack .../51-python3-uritools_4.0.3-1_all.deb ... 154s Unpacking python3-uritools (4.0.3-1) ... 154s Selecting previously unselected package python3-pyhanko-certvalidator. 154s Preparing to unpack .../52-python3-pyhanko-certvalidator_0.26.3-2_all.deb ... 154s Unpacking python3-pyhanko-certvalidator (0.26.3-2) ... 154s Selecting previously unselected package python3-pypdf. 154s Preparing to unpack .../53-python3-pypdf_4.3.1-1_all.deb ... 154s Unpacking python3-pypdf (4.3.1-1) ... 154s Selecting previously unselected package python3-pytest. 154s Preparing to unpack .../54-python3-pytest_8.3.4-1_all.deb ... 154s Unpacking python3-pytest (8.3.4-1) ... 154s Selecting previously unselected package python3-rlpycairo. 154s Preparing to unpack .../55-python3-rlpycairo_0.3.0-3_all.deb ... 154s Unpacking python3-rlpycairo (0.3.0-3) ... 154s Selecting previously unselected package python3-reportlab. 154s Preparing to unpack .../56-python3-reportlab_4.3.0-1_all.deb ... 154s Unpacking python3-reportlab (4.3.0-1) ... 154s Selecting previously unselected package python3-svglib. 154s Preparing to unpack .../57-python3-svglib_1.5.1+dfsg-1_all.deb ... 154s Unpacking python3-svglib (1.5.1+dfsg-1) ... 154s Selecting previously unselected package python3-xhtml2pdf. 154s Preparing to unpack .../58-python3-xhtml2pdf_0.2.16+dfsg-1_all.deb ... 154s Unpacking python3-xhtml2pdf (0.2.16+dfsg-1) ... 154s Setting up libgraphite2-3:s390x (1.3.14-2ubuntu1) ... 154s Setting up liblcms2-2:s390x (2.16-2) ... 154s Setting up python3-iniconfig (1.1.1-2) ... 154s Setting up libpixman-1-0:s390x (0.44.0-3) ... 154s Setting up libsharpyuv0:s390x (1.5.0-0.1) ... 154s Setting up libxrender1:s390x (1:0.9.10-1.1build1) ... 154s Setting up libxcb-render0:s390x (1.17.0-2) ... 154s Setting up x11-common (1:7.7+23ubuntu3) ... 154s Setting up libdeflate0:s390x (1.23-1) ... 154s Setting up libxcb-shm0:s390x (1.17.0-2) ... 154s Setting up libgomp1:s390x (15-20250213-1ubuntu1) ... 154s Setting up libjbig0:s390x (2.1-6.1ubuntu2) ... 154s Setting up python3-webencodings (0.5.1-5) ... 154s Setting up libfontenc1:s390x (1:1.1.8-1build1) ... 154s Setting up python3-packaging (24.2-1) ... 154s Setting up libfreetype6:s390x (2.13.3+dfsg-1) ... 154s Setting up python3-arabic-reshaper (3.0.0-1) ... 155s Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ... 155s Setting up libimagequant0:s390x (2.18.0-1build1) ... 155s Setting up fonts-dejavu-mono (2.37-8) ... 155s Setting up fonts-dejavu-core (2.37-8) ... 155s Setting up python3-pypdf (4.3.1-1) ... 155s Setting up libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 155s Setting up python3-html5lib (1.2-1) ... 155s Setting up python3-pluggy (1.5.0-1) ... 155s Setting up libwebp7:s390x (1.5.0-0.1) ... 155s Setting up python-tinycss2-common (1.4.0-1) ... 155s Setting up libxslt1.1:s390x (1.1.39-0exp1ubuntu2) ... 155s Setting up python3-bidi (0.4.2-8) ... 155s Setting up libopenjp2-7:s390x (2.5.0-2ubuntu3) ... 155s Setting up libharfbuzz0b:s390x (10.2.0-1) ... 155s Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 155s Setting up libwebpmux3:s390x (1.5.0-0.1) ... 155s Setting up python3-asn1crypto (1.5.1-3) ... 155s Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 155s Setting up libjpeg8:s390x (8c-2ubuntu11) ... 155s Setting up python3-tinycss2 (1.4.0-1) ... 155s Setting up fontconfig-config (2.15.0-2ubuntu1) ... 155s Setting up python3-pytest (8.3.4-1) ... 156s Setting up libwebpdemux2:s390x (1.5.0-0.1) ... 156s Setting up python3-freetype (2.5.1-1) ... 156s Setting up xfonts-utils (1:7.7+7) ... 156s Setting up python3-oscrypto (1.3.0-7) ... 156s Setting up python3-cssselect2 (0.7.0-1) ... 156s Setting up libraqm0:s390x (0.10.2-1) ... 156s Setting up libjs-sphinxdoc (8.1.3-4) ... 156s Setting up python3-lxml:s390x (5.3.1-1) ... 156s Setting up libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 156s Setting up libfontconfig1:s390x (2.15.0-2ubuntu1) ... 156s Setting up python3-uritools (4.0.3-1) ... 156s Setting up python3-pyhanko-certvalidator (0.26.3-2) ... 156s Setting up fonts-urw-base35 (20200910-8) ... 156s Setting up libcairo2:s390x (1.18.2-2) ... 156s Setting up python3-pil:s390x (11.1.0-5) ... 157s Setting up python3-cairo (1.26.1-2build1) ... 157s Setting up python3-rlpycairo (0.3.0-3) ... 157s Setting up python3-reportlab (4.3.0-1) ... 157s Setting up python3-svglib (1.5.1+dfsg-1) ... 157s Setting up python3-xhtml2pdf (0.2.16+dfsg-1) ... 158s Processing triggers for man-db (2.13.0-1) ... 158s Processing triggers for libc-bin (2.40-4ubuntu1) ... 158s autopkgtest: DBG: testbed command exited with code 0 158s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-xhtml2pdf'], kind short, sout pipe, serr pipe, env [] 158s autopkgtest: DBG: testbed command exited with code 0 158s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.IQptnO/command1-packages.all"], kind short, sout raw, serr pipe, env [] 158s autopkgtest: DBG: testbed command exited with code 0 158s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.IQptnO/command1-packages.all /tmp/autopkgtest-work.3scdjdk1/out/command1-packages.all 158s autopkgtest: DBG: got reply from testbed: ok 158s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.IQptnO/build.GFR/src'], kind short, sout raw, serr raw, env [] 159s autopkgtest: DBG: testbed command exited with code 0 159s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.IQptnO/build.GFR/src already exists 159s autopkgtest [04:39:06]: test command1: pytest 159s autopkgtest [04:39:06]: test command1: [----------------------- 159s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.IQptnO/wrapper.sh --debug --artifacts=/tmp/autopkgtest.IQptnO/command1-artifacts --chdir=/tmp/autopkgtest.IQptnO/build.GFR/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.IQptnO/command1-stderr --stdout=/tmp/autopkgtest.IQptnO/command1-stdout --tmp=/tmp/autopkgtest.IQptnO/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=xhtml2pdf/0.2.16+dfsg-1 -- bash -ec pytest'], kind test, sout raw, serr raw, env [] 159s /tmp/autopkgtest.IQptnO/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.IQptnO/command1-artifacts 159s /tmp/autopkgtest.IQptnO/wrapper.sh: changing to directory: /tmp/autopkgtest.IQptnO/build.GFR/src 159s /tmp/autopkgtest.IQptnO/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 159s /tmp/autopkgtest.IQptnO/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 159s /tmp/autopkgtest.IQptnO/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 159s /tmp/autopkgtest.IQptnO/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 159s /tmp/autopkgtest.IQptnO/wrapper.sh: setting environment: LANG=C.UTF-8 159s /tmp/autopkgtest.IQptnO/wrapper.sh: unsetting environment: LANGUAGE 159s /tmp/autopkgtest.IQptnO/wrapper.sh: unsetting environment: LC_ADDRESS 159s /tmp/autopkgtest.IQptnO/wrapper.sh: unsetting environment: LC_ALL 159s /tmp/autopkgtest.IQptnO/wrapper.sh: unsetting environment: LC_COLLATE 159s /tmp/autopkgtest.IQptnO/wrapper.sh: unsetting environment: LC_CTYPE 159s /tmp/autopkgtest.IQptnO/wrapper.sh: unsetting environment: LC_IDENTIFICATION 159s /tmp/autopkgtest.IQptnO/wrapper.sh: unsetting environment: LC_MEASUREMENT 159s /tmp/autopkgtest.IQptnO/wrapper.sh: unsetting environment: LC_MESSAGES 159s /tmp/autopkgtest.IQptnO/wrapper.sh: unsetting environment: LC_MONETARY 159s /tmp/autopkgtest.IQptnO/wrapper.sh: unsetting environment: LC_NAME 159s /tmp/autopkgtest.IQptnO/wrapper.sh: unsetting environment: LC_NUMERIC 159s /tmp/autopkgtest.IQptnO/wrapper.sh: unsetting environment: LC_PAPER 159s /tmp/autopkgtest.IQptnO/wrapper.sh: unsetting environment: LC_TELEPHONE 159s /tmp/autopkgtest.IQptnO/wrapper.sh: unsetting environment: LC_TIME 159s /tmp/autopkgtest.IQptnO/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 159s /tmp/autopkgtest.IQptnO/wrapper.sh: pretending to be a login shell 159s /tmp/autopkgtest.IQptnO/wrapper.sh: will write standard error to /tmp/autopkgtest.IQptnO/command1-stderr 159s /tmp/autopkgtest.IQptnO/wrapper.sh: will write stdout to /tmp/autopkgtest.IQptnO/command1-stdout 159s /tmp/autopkgtest.IQptnO/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.IQptnO/autopkgtest_tmp 159s /tmp/autopkgtest.IQptnO/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=xhtml2pdf/0.2.16+dfsg-1 159s /tmp/autopkgtest.IQptnO/wrapper.sh: command to run: bash -ec pytest 159s /tmp/autopkgtest.IQptnO/wrapper.sh: copying /tmp/tmp.KoAaotHbZ3/out to stdout and file: /tmp/autopkgtest.IQptnO/command1-stdout 159s /tmp/autopkgtest.IQptnO/wrapper.sh: copying /tmp/tmp.KoAaotHbZ3/err to standard error and file: /tmp/autopkgtest.IQptnO/command1-stdout 159s /tmp/autopkgtest.IQptnO/wrapper.sh: writing script pid 2468 to /tmp/autopkgtest_script_pid 159s ============================= test session starts ============================== 159s platform linux -- Python 3.13.2, pytest-8.3.4, pluggy-1.5.0 159s rootdir: /tmp/autopkgtest.IQptnO/build.GFR/src 159s configfile: pyproject.toml 159s plugins: typeguard-4.4.1 159s collected 170 items 159s 159s tests/test_asian_font_support.py ... [ 1%] 159s tests/test_css_media_rule.py ... [ 3%] 178s tests/test_document.py ...F....F.. [ 10%] 181s tests/test_http.py . [ 10%] 181s tests/test_paragraph.py . [ 11%] 181s tests/test_parser.py ...... [ 14%] 181s tests/test_reportlab.py ..... [ 17%] 181s tests/test_right_to_left_font_support.py ........ [ 22%] 181s tests/test_selectors.py . [ 22%] 181s tests/test_special_css.py ........................................... [ 48%] 181s tests/test_table_css.py ...... [ 51%] 181s tests/test_tables.py ...................................... [ 74%] 181s tests/test_tags.py .. [ 75%] 181s tests/test_update_face_name.py . [ 75%] 181s tests/test_utils.py ......................................... [100%] 181s 181s =================================== FAILURES =================================== 181s _______________ DocumentTest.test_document_cannot_identify_image _______________ 181s 181s self = 181s 181s def test_document_cannot_identify_image(self) -> None: 181s """Test that images which cannot be identified don't cause stack trace to be printed""" 181s image_path = "https://raw.githubusercontent.com/python-pillow/Pillow/7921da54a73dd4a30c23957369b79cda176005c6/Tests/images/zero_width.gif" 181s extra_html = f'' 181s with open(os.devnull, "wb") as pdf_file, self.assertLogs( 181s "xhtml2pdf.tags", level="WARNING" 181s ) as cm: 181s pisaDocument( 181s src=io.StringIO(HTML_CONTENT.format(head="", extra_html=extra_html)), 181s dest=pdf_file, 181s ) 181s > self.assertEqual( 181s cm.output, 181s [ 181s "WARNING:xhtml2pdf.tags:Cannot identify image file:\n" 181s "'\'' 181s ], 181s ) 181s E AssertionError: Lists differ: ['WAR[16 chars]ags:Could not get image data from src attribut[265 chars]>\''] != ['WAR[16 chars]ags:Cannot identify image file:\n\'\'' 181s E 181s E + ['WARNING:xhtml2pdf.tags:Cannot identify image file:\n' 181s E - ['WARNING:xhtml2pdf.tags:Could not get image data from src attribute: ' 181s E - 'https://raw.githubusercontent.com/python-pillow/Pillow/7921da54a73dd4a30c23957369b79cda176005c6/Tests/images/zero_width.gif\n' 181s E "'\''] 181s 181s tests/test_document.py:189: AssertionError 181s ------------------------------ Captured log call ------------------------------- 181s ERROR xhtml2pdf.files:files.py:243 OSError: [Errno 101] Network is unreachable while extracting data from NetworkFileUri: 'https://raw.githubusercontent.com/python-pillow/Pillow/7921da54a73dd4a30c23957369b79cda176005c6/Tests/images/zero_width.gif' on attempt 1 181s ERROR xhtml2pdf.files:files.py:243 OSError: [Errno 101] Network is unreachable while extracting data from NetworkFileUri: 'https://raw.githubusercontent.com/python-pillow/Pillow/7921da54a73dd4a30c23957369b79cda176005c6/Tests/images/zero_width.gif' on attempt 2 181s ERROR xhtml2pdf.files:files.py:243 OSError: [Errno 101] Network is unreachable while extracting data from NetworkFileUri: 'https://raw.githubusercontent.com/python-pillow/Pillow/7921da54a73dd4a30c23957369b79cda176005c6/Tests/images/zero_width.gif' on attempt 3 181s _________________ DocumentTest.test_document_with_broken_image _________________ 181s 181s self = 181s 181s def test_document_with_broken_image(self) -> None: 181s """Test that broken images don't cause unhandled exception""" 181s # Although this is just html, it will be recognized as svg 181s image_path = "https://raw.githubusercontent.com/xhtml2pdf/xhtml2pdf/b01b1d8f9497dedd0f2454409d03408bdeea997c/tests/samples/images.html" 181s extra_html = f'' 181s with open(os.devnull, "wb") as pdf_file, self.assertLogs( 181s "xhtml2pdf.xhtml2pdf_reportlab", level="WARNING" 181s ) as cm: 181s pisaDocument( 181s src=io.StringIO(HTML_CONTENT.format(head="", extra_html=extra_html)), 181s dest=pdf_file, 181s ) 181s > self.assertEqual( 181s cm.output, 181s [ 181s "WARNING:xhtml2pdf.xhtml2pdf_reportlab:SVG drawing could not be" 181s " resized:" 181s " 'https://raw.githubusercontent.com/xhtml2pdf/xhtml2pdf/b01b1d8f9497dedd0f2454409d03408bdeea997c/tests/samples/images.html'" 181s ], 181s ) 181s E AssertionError: Lists differ: [] != ["WARNING:xhtml2pdf.xhtml2pdf_reportlab:SV[151 chars]ml'"] 181s E 181s E Second list contains 1 additional elements. 181s E First extra element 0: 181s E "WARNING:xhtml2pdf.xhtml2pdf_reportlab:SVG drawing could not be resized: 'https://raw.githubusercontent.com/xhtml2pdf/xhtml2pdf/b01b1d8f9497dedd0f2454409d03408bdeea997c/tests/samples/images.html'" 181s E 181s E - [] 181s E + ['WARNING:xhtml2pdf.xhtml2pdf_reportlab:SVG drawing could not be resized: ' 181s E + "'https://raw.githubusercontent.com/xhtml2pdf/xhtml2pdf/b01b1d8f9497dedd0f2454409d03408bdeea997c/tests/samples/images.html'"] 181s 181s tests/test_document.py:169: AssertionError 181s ------------------------------ Captured log call ------------------------------- 181s ERROR xhtml2pdf.files:files.py:243 OSError: [Errno 101] Network is unreachable while extracting data from NetworkFileUri: 'https://raw.githubusercontent.com/xhtml2pdf/xhtml2pdf/b01b1d8f9497dedd0f2454409d03408bdeea997c/tests/samples/images.html' on attempt 1 181s ERROR xhtml2pdf.files:files.py:243 OSError: [Errno 101] Network is unreachable while extracting data from NetworkFileUri: 'https://raw.githubusercontent.com/xhtml2pdf/xhtml2pdf/b01b1d8f9497dedd0f2454409d03408bdeea997c/tests/samples/images.html' on attempt 2 181s ERROR xhtml2pdf.files:files.py:243 OSError: [Errno 101] Network is unreachable while extracting data from NetworkFileUri: 'https://raw.githubusercontent.com/xhtml2pdf/xhtml2pdf/b01b1d8f9497dedd0f2454409d03408bdeea997c/tests/samples/images.html' on attempt 3 181s WARNING xhtml2pdf.tags:tags.py:445 Could not get image data from src attribute: https://raw.githubusercontent.com/xhtml2pdf/xhtml2pdf/b01b1d8f9497dedd0f2454409d03408bdeea997c/tests/samples/images.html 181s '' 181s =========================== short test summary info ============================ 181s FAILED tests/test_document.py::DocumentTest::test_document_cannot_identify_image 181s FAILED tests/test_document.py::DocumentTest::test_document_with_broken_image 181s ======================== 2 failed, 168 passed in 22.40s ======================== 181s /tmp/autopkgtest.IQptnO/wrapper.sh: checking for leaked background processes... 181s /tmp/autopkgtest.IQptnO/wrapper.sh: waiting for tee/cat subprocesses... 181s /tmp/autopkgtest.IQptnO/wrapper.sh: cleaning up... 181s /tmp/autopkgtest.IQptnO/wrapper.sh: Exit status: 1 181s autopkgtest: DBG: testbed command exited with code 1 182s autopkgtest [04:39:29]: test command1: -----------------------] 182s autopkgtest: DBG: testbed executing test finished with exit status 1 182s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.IQptnO/command1-stdout /tmp/autopkgtest-work.3scdjdk1/out/command1-stdout 182s autopkgtest: DBG: got reply from testbed: ok 182s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.IQptnO/command1-stderr /tmp/autopkgtest-work.3scdjdk1/out/command1-stderr 182s autopkgtest: DBG: got reply from testbed: ok 182s command1 FAIL non-zero exit status 1 182s autopkgtest [04:39:29]: test command1: - - - - - - - - - - results - - - - - - - - - - 182s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.IQptnO/command1-artifacts/ /tmp/autopkgtest-work.3scdjdk1/out/artifacts/ 182s autopkgtest: DBG: got reply from testbed: ok 182s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.IQptnO/command1-artifacts', '/tmp/autopkgtest.IQptnO/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 182s autopkgtest: DBG: testbed command exited with code 0 182s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 182s autopkgtest [04:39:29]: @@@@@@@@@@@@@@@@@@@@ summary 182s command1 FAIL non-zero exit status 1 182s autopkgtest: DBG: testbed stop 182s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.IQptnO 182s autopkgtest: DBG: sending command to testbed: close 199s autopkgtest: DBG: got reply from testbed: ok 199s autopkgtest: DBG: sending command to testbed: quit 199s nova [W] Using flock in prodstack6-s390x 199s flock: timeout while waiting to get lock 199s Creating nova instance adt-plucky-s390x-xhtml2pdf-20250219-043627-juju-7f2275-prod-proposed-migration-environment-15-1dca86d2-597b-4e16-a9b0-9985881dd2d4 from image adt/ubuntu-plucky-s390x-server-20250218.img (UUID d4b3949f-1d31-4fe6-9e99-080adec067af)... 199s nova [W] Timed out waiting for 7c0fd6d9-c4b8-44ad-bd27-7616dc29c8c9 to get deleted.