0s autopkgtest: DBG: testbed init 0s autopkgtest [11:53:59]: starting date and time: 2025-02-19 11:53:59+0000 0s autopkgtest [11:53:59]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [11:53:59]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.1cwxu9yf/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:sphinx --apt-upgrade dolfin --debug --timeout-short=300 --timeout-copy=20000 --timeout-test=20000 --timeout-build=20000 --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-big-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-12.secgroup --name adt-plucky-s390x-dolfin-20250219-115359-juju-7f2275-prod-proposed-migration-environment-15-8bcdf278-e3a4-42ea-888e-30b84fe7694e --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 82s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.7abCGj 82s autopkgtest: DBG: sending command to testbed: print-execute-command 82s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.ev8pc_qq/runcmd 82s autopkgtest: DBG: sending command to testbed: capabilities 82s autopkgtest: DBG: got reply from testbed: ok revert reboot isolation-machine revert-full-system suggested-normal-user=ubuntu root-on-testbed 82s autopkgtest: DBG: testbed capabilities: ['revert', 'reboot', 'isolation-machine', 'revert-full-system', 'suggested-normal-user=ubuntu', 'root-on-testbed', 'has_internet'] 82s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.7abCGj'], kind short, sout raw, serr pipe, env [] 82s autopkgtest: DBG: testbed command exited with code 0 82s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.7abCGj/wrapper.sh 82s autopkgtest: DBG: got reply from testbed: ok 82s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.7abCGj/wrapper.sh'], kind short, sout raw, serr pipe, env [] 82s autopkgtest: DBG: testbed command exited with code 0 82s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 82s autopkgtest: DBG: testbed command exited with code 0 82s autopkgtest [11:55:21]: testbed dpkg architecture: s390x 82s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 82s autopkgtest: DBG: testbed command exited with code 0 82s autopkgtest [11:55:21]: testbed apt version: 2.9.30 82s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 83s autopkgtest: DBG: testbed command exited with code 0 83s autopkgtest: DBG: testbed has eatmydata 83s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 83s autopkgtest: DBG: testbed command exited with code 0 83s autopkgtest [11:55:22]: @@@@@@@@@@@@@@@@@@@@ test bed setup 83s 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 [] 83s autopkgtest: DBG: testbed command exited with code 0 83s autopkgtest [11:55:22]: testbed release detected to be: None 83s 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 [] 83s autopkgtest: DBG: testbed command exited with code 0 83s 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 [] 83s autopkgtest: DBG: testbed command exited with code 0 83s autopkgtest: DBG: adding APT source: Types: deb deb-src 83s URIs: http://ftpmaster.internal/ubuntu/ 83s Suites: plucky-proposed 83s Components: main restricted universe multiverse 83s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 83s 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 [] 83s autopkgtest: DBG: testbed command exited with code 0 83s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 83s Package: * 83s Pin: release plucky-proposed 83s Pin-Priority: 500 83s 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 [] 84s autopkgtest: DBG: testbed command exited with code 0 84s autopkgtest [11:55:23]: updating testbed package index (apt update) 84s 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'] 84s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 84s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 84s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 84s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 84s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.1 kB] 84s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [750 kB] 85s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 85s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.9 kB] 85s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [95.1 kB] 85s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 85s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [646 kB] 85s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4900 B] 85s Fetched 1700 kB in 1s (1830 kB/s) 85s Reading package lists... 86s autopkgtest: DBG: testbed command exited with code 0 86s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 86s Package: * 86s Pin: release plucky-proposed 86s Pin-Priority: 100 86s 86s Package: src:sphinx:any 86s Pin: release plucky-proposed 86s Pin-Priority: 995 86s 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:sphinx:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 86s autopkgtest: DBG: testbed command exited with code 0 86s 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.7abCGj/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 86s autopkgtest: DBG: testbed command exited with code 0 86s 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'] 86s + lsb_release --codename --short 86s + RELEASE=plucky 86s + cat 86s + [ plucky != trusty ] 86s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 86s Reading package lists... 86s Building dependency tree... 86s Reading state information... 86s Calculating upgrade... 86s The following packages were automatically installed and are no longer required: 86s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 86s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 86s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 86s linux-tools-6.11.0-8-generic 86s Use 'sudo apt autoremove' to remove them. 86s The following packages will be upgraded: 86s iproute2 liblsof0 libp11-kit0 lsof 87s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 87s Need to get 1791 kB of archives. 87s After this operation, 17.4 kB of additional disk space will be used. 87s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 87s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 87s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 87s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 87s Preconfiguring packages ... 87s Fetched 1791 kB in 1s (2823 kB/s) 88s (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.) 88s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 88s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 88s Preparing to unpack .../libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 88s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 88s Preparing to unpack .../lsof_4.99.4+dfsg-1_s390x.deb ... 88s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 88s Preparing to unpack .../liblsof0_4.99.4+dfsg-1_s390x.deb ... 88s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 88s Setting up liblsof0 (4.99.4+dfsg-1) ... 88s Setting up iproute2 (6.13.0-1ubuntu1) ... 88s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 88s Setting up lsof (4.99.4+dfsg-1) ... 88s Processing triggers for man-db (2.13.0-1) ... 88s Processing triggers for libc-bin (2.40-4ubuntu1) ... 89s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 89s + /usr/lib/apt/apt-helper analyze-pattern ?true 89s + uname -r 89s + sed s/\./\\./g 89s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 89s + + tail -n+2 89s apt list ?obsolete 89s + cut -d/ -f1 89s + grep -v ^linux-.*6\.12\.0-15-generic.* 89s + true 89s + obsolete_pkgs= 89s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 89s Reading package lists... 89s Building dependency tree... 89s Reading state information... 89s The following packages will be REMOVED: 89s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 89s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 89s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 89s linux-tools-6.11.0-8-generic* 89s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 89s After this operation, 167 MB disk space will be freed. 89s (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 ... 81031 files and directories currently installed.) 89s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 89s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 89s Removing libpython3.12t64:s390x (3.12.9-1) ... 89s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 89s Removing libnsl2:s390x (1.3.0-3build3) ... 89s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 90s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 90s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 91s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 91s Processing triggers for libc-bin (2.40-4ubuntu1) ... 91s (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 ... 55931 files and directories currently installed.) 91s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 91s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 91s + grep -q trusty /etc/lsb-release 91s + [ ! -d /usr/share/doc/unattended-upgrades ] 91s + [ ! -d /usr/share/doc/lxd ] 91s + [ ! -d /usr/share/doc/lxd-client ] 91s + [ ! -d /usr/share/doc/snapd ] 91s + type iptables 91s + cat 91s + chmod 755 /etc/rc.local 91s + . /etc/rc.local 91s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 91s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 91s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 91s + uname -m 91s + [ s390x = ppc64le ] 91s + [ -d /run/systemd/system ] 91s + systemd-detect-virt --quiet --vm 91s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 91s + cat 91s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 91s + echo COMPRESS=lz4 91s autopkgtest: DBG: testbed command exited with code 0 91s autopkgtest [11:55:30]: upgrading testbed (apt dist-upgrade and autopurge) 91s 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'] 91s Reading package lists... 91s Building dependency tree... 91s Reading state information... 92s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 92s Starting 2 pkgProblemResolver with broken count: 0 92s Done 92s Entering ResolveByKeep 92s 92s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 92s autopkgtest: DBG: testbed command exited with code 0 92s 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'] 92s Reading package lists... 92s Building dependency tree... 92s Reading state information... 93s Starting pkgProblemResolver with broken count: 0 93s Starting 2 pkgProblemResolver with broken count: 0 93s Done 93s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 93s autopkgtest: DBG: testbed command exited with code 0 93s 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.7abCGj/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 93s autopkgtest: DBG: testbed command exited with code 1 93s autopkgtest [11:55:32]: rebooting testbed after setup commands that affected boot 93s autopkgtest: DBG: sending command to testbed: reboot 111s autopkgtest: DBG: got reply from testbed: ok 111s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 111s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.7abCGj'], kind short, sout raw, serr pipe, env [] 111s autopkgtest: DBG: testbed command exited with code 0 111s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.7abCGj/autopkgtest-reboot 111s autopkgtest: DBG: got reply from testbed: ok 111s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.7abCGj/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 111s autopkgtest: DBG: testbed command exited with code 0 111s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.7abCGj/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.7abCGj/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.7abCGj'], kind short, sout raw, serr pipe, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.7abCGj/autopkgtest-reboot-prepare 112s autopkgtest: DBG: got reply from testbed: ok 112s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.7abCGj/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.7abCGj/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 112s autopkgtest: DBG: testbed command exited with code 0 112s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 113s autopkgtest: DBG: testbed command exited with code 0 113s autopkgtest [11:55:52]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 113s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 113s autopkgtest: DBG: testbed command exited with code 0 113s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.7abCGj/testbed-packages"], kind short, sout raw, serr pipe, env [] 113s autopkgtest: DBG: testbed command exited with code 0 113s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.7abCGj/testbed-packages /tmp/autopkgtest-work.1cwxu9yf/out/testbed-packages 113s autopkgtest: DBG: got reply from testbed: ok 113s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 113s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.7abCGj'], kind short, sout raw, serr pipe, env [] 113s autopkgtest: DBG: testbed command exited with code 0 113s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.7abCGj/autopkgtest-reboot 113s autopkgtest: DBG: got reply from testbed: ok 113s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.7abCGj/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 114s autopkgtest: DBG: testbed command exited with code 0 114s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.7abCGj/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 114s autopkgtest: DBG: testbed command exited with code 0 114s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.7abCGj/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 114s autopkgtest: DBG: testbed command exited with code 0 114s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.7abCGj'], kind short, sout raw, serr pipe, env [] 114s autopkgtest: DBG: testbed command exited with code 0 114s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.7abCGj/autopkgtest-reboot-prepare 114s autopkgtest: DBG: got reply from testbed: ok 114s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.7abCGj/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 114s autopkgtest: DBG: testbed command exited with code 0 114s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.7abCGj/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 115s autopkgtest: DBG: testbed command exited with code 0 115s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 115s autopkgtest: DBG: testbed command exited with code 0 115s autopkgtest: DBG: Binaries: initialising 115s autopkgtest [11:55:54]: @@@@@@@@@@@@@@@@@@@@ apt-source dolfin 115s autopkgtest: DBG: blame += dolfin 115s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 115s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'dolfin'], kind short, sout pipe, serr pipe, env [] 115s autopkgtest: DBG: testbed command exited with code 0 115s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3-dolfin64-real$'], kind short, sout pipe, serr raw, env [] 115s autopkgtest: DBG: testbed command exited with code 0 115s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3-dolfin64-real=2019.2.0~legacy20240219.1c52e83-18'], kind short, sout pipe, serr raw, env [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libdolfin-dev$'], kind short, sout pipe, serr raw, env [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libdolfin-dev=2019.2.0~legacy20240219.1c52e83-18'], kind short, sout pipe, serr raw, env [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^dolfin-doc$'], kind short, sout pipe, serr raw, env [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'dolfin-doc=2019.2.0~legacy20240219.1c52e83-18'], kind short, sout pipe, serr raw, env [] 116s autopkgtest: DBG: testbed command exited with code 0 116s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3-dolfin$'], kind short, sout pipe, serr raw, env [] 117s autopkgtest: DBG: testbed command exited with code 0 117s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3-dolfin=2019.2.0~legacy20240219.1c52e83-18'], kind short, sout pipe, serr raw, env [] 117s autopkgtest: DBG: testbed command exited with code 0 117s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libdolfin64-dev$'], kind short, sout pipe, serr raw, env [] 117s autopkgtest: DBG: testbed command exited with code 0 117s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libdolfin64-dev=2019.2.0~legacy20240219.1c52e83-18'], kind short, sout pipe, serr raw, env [] 117s autopkgtest: DBG: testbed command exited with code 0 117s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libdolfin-dev-common$'], kind short, sout pipe, serr raw, env [] 118s autopkgtest: DBG: testbed command exited with code 0 118s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libdolfin-dev-common=2019.2.0~legacy20240219.1c52e83-18'], kind short, sout pipe, serr raw, env [] 118s autopkgtest: DBG: testbed command exited with code 0 118s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libdolfin2019\\.2t64$'], kind short, sout pipe, serr raw, env [] 118s autopkgtest: DBG: testbed command exited with code 0 118s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libdolfin2019.2t64=2019.2.0~legacy20240219.1c52e83-18'], kind short, sout pipe, serr raw, env [] 118s autopkgtest: DBG: testbed command exited with code 0 118s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3-dolfin-real$'], kind short, sout pipe, serr raw, env [] 118s autopkgtest: DBG: testbed command exited with code 0 118s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3-dolfin-real=2019.2.0~legacy20240219.1c52e83-18'], kind short, sout pipe, serr raw, env [] 119s autopkgtest: DBG: testbed command exited with code 0 119s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^dolfin-bin$'], kind short, sout pipe, serr raw, env [] 119s autopkgtest: DBG: testbed command exited with code 0 119s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'dolfin-bin=2019.2.0~legacy20240219.1c52e83-18'], kind short, sout pipe, serr raw, env [] 119s autopkgtest: DBG: testbed command exited with code 0 119s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^libdolfin64-2019\\.2t64$'], kind short, sout pipe, serr raw, env [] 119s autopkgtest: DBG: testbed command exited with code 0 119s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'libdolfin64-2019.2t64=2019.2.0~legacy20240219.1c52e83-18'], kind short, sout pipe, serr raw, env [] 120s autopkgtest: DBG: testbed command exited with code 0 120s autopkgtest: DBG: install_deps: deps_new=[] 120s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 120s autopkgtest: DBG: testbed command exited with code 0 120s 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.7abCGj/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source dolfin=2019.2.0~legacy20240219.1c52e83-18 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 dolfin_*.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=sphinx/8.1.3-5'] 120s + cd / 120s + mktemp -d /tmp/autopkgtest.7abCGj/build.XXX 120s + builddir=/tmp/autopkgtest.7abCGj/build.s89 120s + cd /tmp/autopkgtest.7abCGj/build.s89 120s + apt-get source -d -q --only-source dolfin=2019.2.0~legacy20240219.1c52e83-18 121s + OUT=Reading package lists... 121s NOTICE: 'dolfin' packaging is maintained in the 'Git' version control system at: 121s https://salsa.debian.org/science-team/fenics/dolfin.git 121s Please use: 121s git clone https://salsa.debian.org/science-team/fenics/dolfin.git 121s to retrieve the latest (possibly unreleased) updates to the package. 121s Need to get 10.9 MB of source archives. 121s Get:1 http://ftpmaster.internal/ubuntu plucky/universe dolfin 2019.2.0~legacy20240219.1c52e83-18 (dsc) [4091 B] 121s Get:2 http://ftpmaster.internal/ubuntu plucky/universe dolfin 2019.2.0~legacy20240219.1c52e83-18 (tar) [10.9 MB] 121s Get:3 http://ftpmaster.internal/ubuntu plucky/universe dolfin 2019.2.0~legacy20240219.1c52e83-18 (diff) [52.5 kB] 121s Fetched 10.9 MB in 1s (9704 kB/s) 121s Download complete and in download only mode 121s + [ -n ] 121s + + grepecho Reading package lists... 121s NOTICE: 'dolfin' packaging is maintained in the 'Git' version control system at: 121s https://salsa.debian.org/science-team/fenics/dolfin.git 121s Please use: 121s git clone https://salsa.debian.org/science-team/fenics/dolfin.git 121s to retrieve the latest (possibly unreleased) updates to the package. 121s Need to get 10.9 MB of source archives. 121s Get:1 http://ftpmaster.internal/ubuntu plucky/universe dolfin 2019.2.0~legacy20240219.1c52e83-18 (dsc) [4091 B] 121s Get:2 http://ftpmaster.internal/ubuntu plucky/universe dolfin 2019.2.0~legacy20240219.1c52e83-18 (tar) [10.9 MB] 121s Get:3 http://ftpmaster.internal/ubuntu plucky/universe dolfin 2019.2.0~legacy20240219.1c52e83-18 (diff) [52.5 kB] 121s Fetched 10.9 MB in 1s (9704 kB/s) 121s Download complete and in download only mode 121s ^Get: 121s Get:1 http://ftpmaster.internal/ubuntu plucky/universe dolfin 2019.2.0~legacy20240219.1c52e83-18 (dsc) [4091 B] 121s Get:2 http://ftpmaster.internal/ubuntu plucky/universe dolfin 2019.2.0~legacy20240219.1c52e83-18 (tar) [10.9 MB] 121s Get:3 http://ftpmaster.internal/ubuntu plucky/universe dolfin 2019.2.0~legacy20240219.1c52e83-18 (diff) [52.5 kB] 121s + dpkg-source -x dolfin_2019.2.0~legacy20240219.1c52e83-18.dsc src 121s gpgv: Signature made Wed Feb 5 06:25:29 2025 UTC 121s gpgv: using RSA key 1B5D04B1E507BBF03669E2B801F35FC33E73AF8C 121s gpgv: Can't check signature: No public key 121s dpkg-source: warning: cannot verify inline signature for ./dolfin_2019.2.0~legacy20240219.1c52e83-18.dsc: no acceptable signature found 121s + chmod -R a+rX . 121s + cd src/. 121s + pwd 122s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 122s autopkgtest: DBG: testbed command exited with code 0 122s autopkgtest [11:56:01]: testing package dolfin version 2019.2.0~legacy20240219.1c52e83-18 122s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.7abCGj/build.s89/src/debian/ /tmp/autopkgtest-work.1cwxu9yf/out/pkg/debian/ 122s autopkgtest: DBG: got reply from testbed: ok 122s autopkgtest: DBG: processing dependency @ 122s autopkgtest: DBG: synthesised dependency libdolfin-dev 122s autopkgtest: DBG: synthesised dependency libdolfin-dev-common 122s autopkgtest: DBG: synthesised dependency libdolfin2019.2t64 122s autopkgtest: DBG: synthesised dependency python3-dolfin 122s autopkgtest: DBG: synthesised dependency python3-dolfin-real 122s autopkgtest: DBG: synthesised dependency libdolfin64-dev 122s autopkgtest: DBG: synthesised dependency libdolfin64-2019.2t64 122s autopkgtest: DBG: synthesised dependency python3-dolfin64-real 122s autopkgtest: DBG: synthesised dependency dolfin-doc 122s autopkgtest: DBG: synthesised dependency dolfin-bin 122s autopkgtest: DBG: processing dependency @builddeps@ 122s autopkgtest: DBG: synthesised dependency cmake (>= 3.5) 122s autopkgtest: DBG: synthesised dependency debhelper-compat (= 13) 122s autopkgtest: DBG: synthesised dependency dh-python 122s autopkgtest: DBG: synthesised dependency gfortran 122s autopkgtest: DBG: synthesised dependency chrpath 122s autopkgtest: DBG: synthesised dependency libboost-chrono-dev 122s autopkgtest: DBG: synthesised dependency libboost-dev (>= 1.56) 122s autopkgtest: DBG: synthesised dependency libboost-filesystem-dev 122s autopkgtest: DBG: synthesised dependency libboost-iostreams-dev 122s autopkgtest: DBG: synthesised dependency libboost-math-dev 122s autopkgtest: DBG: synthesised dependency libboost-mpi-dev 122s autopkgtest: DBG: synthesised dependency libboost-program-options-dev 122s autopkgtest: DBG: synthesised dependency libboost-serialization-dev 122s autopkgtest: DBG: synthesised dependency libboost-thread-dev 122s autopkgtest: DBG: synthesised dependency libboost-timer-dev 122s autopkgtest: DBG: synthesised dependency libeigen3-dev (>= 3.2.90) 122s autopkgtest: DBG: synthesised dependency libhdf5-mpi-dev 122s autopkgtest: DBG: synthesised dependency libsuitesparse-dev 122s autopkgtest: DBG: synthesised dependency libscotch-dev 122s autopkgtest: DBG: synthesised dependency libxml2-dev 122s autopkgtest: DBG: synthesised dependency mpi-default-dev (>= 1.17) 122s autopkgtest: DBG: synthesised dependency petsc-dev (>= 3.7) 122s autopkgtest: DBG: synthesised dependency slepc-dev (>= 3.7) 122s autopkgtest: DBG: synthesised dependency python3-petsc4py 122s autopkgtest: DBG: synthesised dependency python3-slepc4py 122s autopkgtest: DBG: synthesised dependency python3-petsc4py-real 122s autopkgtest: DBG: synthesised dependency python3-slepc4py-real 122s autopkgtest: DBG: synthesised dependency petsc64-dev (>= 3.7) 122s autopkgtest: DBG: synthesised dependency slepc64-dev (>= 3.7) 122s autopkgtest: DBG: synthesised dependency python3-petsc4py-64-real 122s autopkgtest: DBG: synthesised dependency python3-slepc4py-64-real 122s autopkgtest: DBG: synthesised dependency pybind11-dev (>= 2.2.0) 122s autopkgtest: DBG: synthesised dependency python3-setuptools 122s autopkgtest: DBG: synthesised dependency pkgconf 122s autopkgtest: DBG: synthesised dependency python3-pkgconfig 122s autopkgtest: DBG: synthesised dependency python3-all-dev 122s autopkgtest: DBG: synthesised dependency python3-ffc (>= 2019.2.0~git20210714.a20cbe7-4~) 122s autopkgtest: DBG: synthesised dependency python3-ffc (<< 2019.3) 122s autopkgtest: DBG: synthesised dependency python3-dijitso (>= 2019.2) 122s autopkgtest: DBG: synthesised dependency python3-dijitso (<< 2019.3) 122s autopkgtest: DBG: synthesised dependency python3-ufl-legacy (>= 1:2022.2.0-3~) 122s autopkgtest: DBG: synthesised dependency python3-numpy 122s autopkgtest: DBG: synthesised dependency python3-ply 122s autopkgtest: DBG: synthesised dependency python3-pusimp (>= 0.1.1~) 122s autopkgtest: DBG: synthesised dependency python3-sphinx 122s autopkgtest: DBG: synthesised dependency python3-sphinx-rtd-theme 122s autopkgtest: DBG: synthesised dependency doxygen 122s autopkgtest: DBG: synthesised dependency graphviz 122s autopkgtest: DBG: synthesised dependency libjs-mathjax 122s autopkgtest: DBG: synthesised dependency libjs-modernizr 122s autopkgtest: DBG: synthesised dependency build-essential 122s autopkgtest: DBG: processing dependency libopenblas-pthread-dev [!armel] | libblis-pthread-dev 122s autopkgtest: DBG: Test defined: name test-dolfin-cpp path debian/tests/test-dolfin-cpp command "None" restrictions ['allow-stderr'] features [] depends ['libdolfin-dev', 'libdolfin-dev-common', 'libdolfin2019.2t64', 'python3-dolfin', 'python3-dolfin-real', 'libdolfin64-dev', 'libdolfin64-2019.2t64', 'python3-dolfin64-real', 'dolfin-doc', 'dolfin-bin', 'cmake (>= 3.5)', 'debhelper-compat (= 13)', 'dh-python', 'gfortran', 'chrpath', 'libboost-chrono-dev', 'libboost-dev (>= 1.56)', 'libboost-filesystem-dev', 'libboost-iostreams-dev', 'libboost-math-dev', 'libboost-mpi-dev', 'libboost-program-options-dev', 'libboost-serialization-dev', 'libboost-thread-dev', 'libboost-timer-dev', 'libeigen3-dev (>= 3.2.90)', 'libhdf5-mpi-dev', 'libsuitesparse-dev', 'libscotch-dev', 'libxml2-dev', 'mpi-default-dev (>= 1.17)', 'petsc-dev (>= 3.7)', 'slepc-dev (>= 3.7)', 'python3-petsc4py', 'python3-slepc4py', 'python3-petsc4py-real', 'python3-slepc4py-real', 'petsc64-dev (>= 3.7)', 'slepc64-dev (>= 3.7)', 'python3-petsc4py-64-real', 'python3-slepc4py-64-real', 'pybind11-dev (>= 2.2.0)', 'python3-setuptools', 'pkgconf', 'python3-pkgconfig', 'python3-all-dev', 'python3-ffc (>= 2019.2.0~git20210714.a20cbe7-4~)', 'python3-ffc (<< 2019.3)', 'python3-dijitso (>= 2019.2)', 'python3-dijitso (<< 2019.3)', 'python3-ufl-legacy (>= 1:2022.2.0-3~)', 'python3-numpy', 'python3-ply', 'python3-pusimp (>= 0.1.1~)', 'python3-sphinx', 'python3-sphinx-rtd-theme', 'doxygen', 'graphviz', 'libjs-mathjax', 'libjs-modernizr', 'build-essential', 'libopenblas-pthread-dev [!armel] | libblis-pthread-dev'] 123s autopkgtest: DBG: processing dependency @ 123s autopkgtest: DBG: synthesised dependency libdolfin-dev 123s autopkgtest: DBG: synthesised dependency libdolfin-dev-common 123s autopkgtest: DBG: synthesised dependency libdolfin2019.2t64 123s autopkgtest: DBG: synthesised dependency python3-dolfin 123s autopkgtest: DBG: synthesised dependency python3-dolfin-real 123s autopkgtest: DBG: synthesised dependency libdolfin64-dev 123s autopkgtest: DBG: synthesised dependency libdolfin64-2019.2t64 123s autopkgtest: DBG: synthesised dependency python3-dolfin64-real 123s autopkgtest: DBG: synthesised dependency dolfin-doc 123s autopkgtest: DBG: synthesised dependency dolfin-bin 123s autopkgtest: DBG: processing dependency @builddeps@ 123s autopkgtest: DBG: synthesised dependency cmake (>= 3.5) 123s autopkgtest: DBG: synthesised dependency debhelper-compat (= 13) 123s autopkgtest: DBG: synthesised dependency dh-python 123s autopkgtest: DBG: synthesised dependency gfortran 123s autopkgtest: DBG: synthesised dependency chrpath 123s autopkgtest: DBG: synthesised dependency libboost-chrono-dev 123s autopkgtest: DBG: synthesised dependency libboost-dev (>= 1.56) 123s autopkgtest: DBG: synthesised dependency libboost-filesystem-dev 123s autopkgtest: DBG: synthesised dependency libboost-iostreams-dev 123s autopkgtest: DBG: synthesised dependency libboost-math-dev 123s autopkgtest: DBG: synthesised dependency libboost-mpi-dev 123s autopkgtest: DBG: synthesised dependency libboost-program-options-dev 123s autopkgtest: DBG: synthesised dependency libboost-serialization-dev 123s autopkgtest: DBG: synthesised dependency libboost-thread-dev 123s autopkgtest: DBG: synthesised dependency libboost-timer-dev 123s autopkgtest: DBG: synthesised dependency libeigen3-dev (>= 3.2.90) 123s autopkgtest: DBG: synthesised dependency libhdf5-mpi-dev 123s autopkgtest: DBG: synthesised dependency libsuitesparse-dev 123s autopkgtest: DBG: synthesised dependency libscotch-dev 123s autopkgtest: DBG: synthesised dependency libxml2-dev 123s autopkgtest: DBG: synthesised dependency mpi-default-dev (>= 1.17) 123s autopkgtest: DBG: synthesised dependency petsc-dev (>= 3.7) 123s autopkgtest: DBG: synthesised dependency slepc-dev (>= 3.7) 123s autopkgtest: DBG: synthesised dependency python3-petsc4py 123s autopkgtest: DBG: synthesised dependency python3-slepc4py 123s autopkgtest: DBG: synthesised dependency python3-petsc4py-real 123s autopkgtest: DBG: synthesised dependency python3-slepc4py-real 123s autopkgtest: DBG: synthesised dependency petsc64-dev (>= 3.7) 123s autopkgtest: DBG: synthesised dependency slepc64-dev (>= 3.7) 123s autopkgtest: DBG: synthesised dependency python3-petsc4py-64-real 123s autopkgtest: DBG: synthesised dependency python3-slepc4py-64-real 123s autopkgtest: DBG: synthesised dependency pybind11-dev (>= 2.2.0) 123s autopkgtest: DBG: synthesised dependency python3-setuptools 123s autopkgtest: DBG: synthesised dependency pkgconf 123s autopkgtest: DBG: synthesised dependency python3-pkgconfig 123s autopkgtest: DBG: synthesised dependency python3-all-dev 123s autopkgtest: DBG: synthesised dependency python3-ffc (>= 2019.2.0~git20210714.a20cbe7-4~) 123s autopkgtest: DBG: synthesised dependency python3-ffc (<< 2019.3) 123s autopkgtest: DBG: synthesised dependency python3-dijitso (>= 2019.2) 123s autopkgtest: DBG: synthesised dependency python3-dijitso (<< 2019.3) 123s autopkgtest: DBG: synthesised dependency python3-ufl-legacy (>= 1:2022.2.0-3~) 123s autopkgtest: DBG: synthesised dependency python3-numpy 123s autopkgtest: DBG: synthesised dependency python3-ply 123s autopkgtest: DBG: synthesised dependency python3-pusimp (>= 0.1.1~) 123s autopkgtest: DBG: synthesised dependency python3-sphinx 123s autopkgtest: DBG: synthesised dependency python3-sphinx-rtd-theme 123s autopkgtest: DBG: synthesised dependency doxygen 123s autopkgtest: DBG: synthesised dependency graphviz 123s autopkgtest: DBG: synthesised dependency libjs-mathjax 123s autopkgtest: DBG: synthesised dependency libjs-modernizr 123s autopkgtest: DBG: synthesised dependency build-essential 123s autopkgtest: DBG: processing dependency python3-dev 123s autopkgtest: DBG: processing dependency python3-pytest 123s autopkgtest: DBG: processing dependency python3-decorator 123s autopkgtest: DBG: processing dependency python3-matplotlib 123s autopkgtest: DBG: processing dependency python3-scipy 123s autopkgtest: DBG: processing dependency libopenblas-pthread-dev [!armel] | libblis-pthread-dev 123s autopkgtest: DBG: Test defined: name test-dolfin-python-unittest path debian/tests/test-dolfin-python-unittest command "None" restrictions [] features [] depends ['libdolfin-dev', 'libdolfin-dev-common', 'libdolfin2019.2t64', 'python3-dolfin', 'python3-dolfin-real', 'libdolfin64-dev', 'libdolfin64-2019.2t64', 'python3-dolfin64-real', 'dolfin-doc', 'dolfin-bin', 'cmake (>= 3.5)', 'debhelper-compat (= 13)', 'dh-python', 'gfortran', 'chrpath', 'libboost-chrono-dev', 'libboost-dev (>= 1.56)', 'libboost-filesystem-dev', 'libboost-iostreams-dev', 'libboost-math-dev', 'libboost-mpi-dev', 'libboost-program-options-dev', 'libboost-serialization-dev', 'libboost-thread-dev', 'libboost-timer-dev', 'libeigen3-dev (>= 3.2.90)', 'libhdf5-mpi-dev', 'libsuitesparse-dev', 'libscotch-dev', 'libxml2-dev', 'mpi-default-dev (>= 1.17)', 'petsc-dev (>= 3.7)', 'slepc-dev (>= 3.7)', 'python3-petsc4py', 'python3-slepc4py', 'python3-petsc4py-real', 'python3-slepc4py-real', 'petsc64-dev (>= 3.7)', 'slepc64-dev (>= 3.7)', 'python3-petsc4py-64-real', 'python3-slepc4py-64-real', 'pybind11-dev (>= 2.2.0)', 'python3-setuptools', 'pkgconf', 'python3-pkgconfig', 'python3-all-dev', 'python3-ffc (>= 2019.2.0~git20210714.a20cbe7-4~)', 'python3-ffc (<< 2019.3)', 'python3-dijitso (>= 2019.2)', 'python3-dijitso (<< 2019.3)', 'python3-ufl-legacy (>= 1:2022.2.0-3~)', 'python3-numpy', 'python3-ply', 'python3-pusimp (>= 0.1.1~)', 'python3-sphinx', 'python3-sphinx-rtd-theme', 'doxygen', 'graphviz', 'libjs-mathjax', 'libjs-modernizr', 'build-essential', 'python3-dev', 'python3-pytest', 'python3-decorator', 'python3-matplotlib', 'python3-scipy', 'libopenblas-pthread-dev [!armel] | libblis-pthread-dev'] 123s autopkgtest: DBG: Test defined: name test-dolfin-python-demo path debian/tests/test-dolfin-python-demo command "None" restrictions [] features [] depends ['libdolfin-dev', 'libdolfin-dev-common', 'libdolfin2019.2t64', 'python3-dolfin', 'python3-dolfin-real', 'libdolfin64-dev', 'libdolfin64-2019.2t64', 'python3-dolfin64-real', 'dolfin-doc', 'dolfin-bin', 'cmake (>= 3.5)', 'debhelper-compat (= 13)', 'dh-python', 'gfortran', 'chrpath', 'libboost-chrono-dev', 'libboost-dev (>= 1.56)', 'libboost-filesystem-dev', 'libboost-iostreams-dev', 'libboost-math-dev', 'libboost-mpi-dev', 'libboost-program-options-dev', 'libboost-serialization-dev', 'libboost-thread-dev', 'libboost-timer-dev', 'libeigen3-dev (>= 3.2.90)', 'libhdf5-mpi-dev', 'libsuitesparse-dev', 'libscotch-dev', 'libxml2-dev', 'mpi-default-dev (>= 1.17)', 'petsc-dev (>= 3.7)', 'slepc-dev (>= 3.7)', 'python3-petsc4py', 'python3-slepc4py', 'python3-petsc4py-real', 'python3-slepc4py-real', 'petsc64-dev (>= 3.7)', 'slepc64-dev (>= 3.7)', 'python3-petsc4py-64-real', 'python3-slepc4py-64-real', 'pybind11-dev (>= 2.2.0)', 'python3-setuptools', 'pkgconf', 'python3-pkgconfig', 'python3-all-dev', 'python3-ffc (>= 2019.2.0~git20210714.a20cbe7-4~)', 'python3-ffc (<< 2019.3)', 'python3-dijitso (>= 2019.2)', 'python3-dijitso (<< 2019.3)', 'python3-ufl-legacy (>= 1:2022.2.0-3~)', 'python3-numpy', 'python3-ply', 'python3-pusimp (>= 0.1.1~)', 'python3-sphinx', 'python3-sphinx-rtd-theme', 'doxygen', 'graphviz', 'libjs-mathjax', 'libjs-modernizr', 'build-essential', 'python3-dev', 'python3-pytest', 'python3-decorator', 'python3-matplotlib', 'python3-scipy', 'libopenblas-pthread-dev [!armel] | libblis-pthread-dev'] 123s autopkgtest: DBG: processing dependency @ 123s autopkgtest: DBG: synthesised dependency libdolfin-dev 123s autopkgtest: DBG: synthesised dependency libdolfin-dev-common 123s autopkgtest: DBG: synthesised dependency libdolfin2019.2t64 123s autopkgtest: DBG: synthesised dependency python3-dolfin 123s autopkgtest: DBG: synthesised dependency python3-dolfin-real 123s autopkgtest: DBG: synthesised dependency libdolfin64-dev 123s autopkgtest: DBG: synthesised dependency libdolfin64-2019.2t64 123s autopkgtest: DBG: synthesised dependency python3-dolfin64-real 123s autopkgtest: DBG: synthesised dependency dolfin-doc 123s autopkgtest: DBG: synthesised dependency dolfin-bin 123s autopkgtest: DBG: processing dependency @builddeps@ 123s autopkgtest: DBG: synthesised dependency cmake (>= 3.5) 123s autopkgtest: DBG: synthesised dependency debhelper-compat (= 13) 123s autopkgtest: DBG: synthesised dependency dh-python 123s autopkgtest: DBG: synthesised dependency gfortran 123s autopkgtest: DBG: synthesised dependency chrpath 123s autopkgtest: DBG: synthesised dependency libboost-chrono-dev 123s autopkgtest: DBG: synthesised dependency libboost-dev (>= 1.56) 123s autopkgtest: DBG: synthesised dependency libboost-filesystem-dev 123s autopkgtest: DBG: synthesised dependency libboost-iostreams-dev 123s autopkgtest: DBG: synthesised dependency libboost-math-dev 123s autopkgtest: DBG: synthesised dependency libboost-mpi-dev 123s autopkgtest: DBG: synthesised dependency libboost-program-options-dev 123s autopkgtest: DBG: synthesised dependency libboost-serialization-dev 123s autopkgtest: DBG: synthesised dependency libboost-thread-dev 123s autopkgtest: DBG: synthesised dependency libboost-timer-dev 123s autopkgtest: DBG: synthesised dependency libeigen3-dev (>= 3.2.90) 123s autopkgtest: DBG: synthesised dependency libhdf5-mpi-dev 123s autopkgtest: DBG: synthesised dependency libsuitesparse-dev 123s autopkgtest: DBG: synthesised dependency libscotch-dev 123s autopkgtest: DBG: synthesised dependency libxml2-dev 123s autopkgtest: DBG: synthesised dependency mpi-default-dev (>= 1.17) 123s autopkgtest: DBG: synthesised dependency petsc-dev (>= 3.7) 123s autopkgtest: DBG: synthesised dependency slepc-dev (>= 3.7) 123s autopkgtest: DBG: synthesised dependency python3-petsc4py 123s autopkgtest: DBG: synthesised dependency python3-slepc4py 123s autopkgtest: DBG: synthesised dependency python3-petsc4py-real 123s autopkgtest: DBG: synthesised dependency python3-slepc4py-real 123s autopkgtest: DBG: synthesised dependency petsc64-dev (>= 3.7) 123s autopkgtest: DBG: synthesised dependency slepc64-dev (>= 3.7) 123s autopkgtest: DBG: synthesised dependency python3-petsc4py-64-real 123s autopkgtest: DBG: synthesised dependency python3-slepc4py-64-real 123s autopkgtest: DBG: synthesised dependency pybind11-dev (>= 2.2.0) 123s autopkgtest: DBG: synthesised dependency python3-setuptools 123s autopkgtest: DBG: synthesised dependency pkgconf 123s autopkgtest: DBG: synthesised dependency python3-pkgconfig 123s autopkgtest: DBG: synthesised dependency python3-all-dev 123s autopkgtest: DBG: synthesised dependency python3-ffc (>= 2019.2.0~git20210714.a20cbe7-4~) 123s autopkgtest: DBG: synthesised dependency python3-ffc (<< 2019.3) 123s autopkgtest: DBG: synthesised dependency python3-dijitso (>= 2019.2) 123s autopkgtest: DBG: synthesised dependency python3-dijitso (<< 2019.3) 123s autopkgtest: DBG: synthesised dependency python3-ufl-legacy (>= 1:2022.2.0-3~) 123s autopkgtest: DBG: synthesised dependency python3-numpy 123s autopkgtest: DBG: synthesised dependency python3-ply 123s autopkgtest: DBG: synthesised dependency python3-pusimp (>= 0.1.1~) 123s autopkgtest: DBG: synthesised dependency python3-sphinx 123s autopkgtest: DBG: synthesised dependency python3-sphinx-rtd-theme 123s autopkgtest: DBG: synthesised dependency doxygen 123s autopkgtest: DBG: synthesised dependency graphviz 123s autopkgtest: DBG: synthesised dependency libjs-mathjax 123s autopkgtest: DBG: synthesised dependency libjs-modernizr 123s autopkgtest: DBG: synthesised dependency build-essential 123s autopkgtest: DBG: processing dependency python3-all 123s autopkgtest: DBG: processing dependency python3-pip 123s autopkgtest: DBG: processing dependency python3-pytest 123s autopkgtest: DBG: processing dependency python3-requests 123s autopkgtest: DBG: processing dependency python3-virtualenv 123s autopkgtest: DBG: Test defined: name test-dolfin-python-pusimp path debian/tests/test-dolfin-python-pusimp command "None" restrictions ['needs-internet'] features [] depends ['libdolfin-dev', 'libdolfin-dev-common', 'libdolfin2019.2t64', 'python3-dolfin', 'python3-dolfin-real', 'libdolfin64-dev', 'libdolfin64-2019.2t64', 'python3-dolfin64-real', 'dolfin-doc', 'dolfin-bin', 'cmake (>= 3.5)', 'debhelper-compat (= 13)', 'dh-python', 'gfortran', 'chrpath', 'libboost-chrono-dev', 'libboost-dev (>= 1.56)', 'libboost-filesystem-dev', 'libboost-iostreams-dev', 'libboost-math-dev', 'libboost-mpi-dev', 'libboost-program-options-dev', 'libboost-serialization-dev', 'libboost-thread-dev', 'libboost-timer-dev', 'libeigen3-dev (>= 3.2.90)', 'libhdf5-mpi-dev', 'libsuitesparse-dev', 'libscotch-dev', 'libxml2-dev', 'mpi-default-dev (>= 1.17)', 'petsc-dev (>= 3.7)', 'slepc-dev (>= 3.7)', 'python3-petsc4py', 'python3-slepc4py', 'python3-petsc4py-real', 'python3-slepc4py-real', 'petsc64-dev (>= 3.7)', 'slepc64-dev (>= 3.7)', 'python3-petsc4py-64-real', 'python3-slepc4py-64-real', 'pybind11-dev (>= 2.2.0)', 'python3-setuptools', 'pkgconf', 'python3-pkgconfig', 'python3-all-dev', 'python3-ffc (>= 2019.2.0~git20210714.a20cbe7-4~)', 'python3-ffc (<< 2019.3)', 'python3-dijitso (>= 2019.2)', 'python3-dijitso (<< 2019.3)', 'python3-ufl-legacy (>= 1:2022.2.0-3~)', 'python3-numpy', 'python3-ply', 'python3-pusimp (>= 0.1.1~)', 'python3-sphinx', 'python3-sphinx-rtd-theme', 'doxygen', 'graphviz', 'libjs-mathjax', 'libjs-modernizr', 'build-essential', 'python3-all', 'python3-pip', 'python3-pytest', 'python3-requests', 'python3-virtualenv'] 123s autopkgtest [11:56:02]: build not needed 123s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.7abCGj/build.s89/src/ /tmp/autopkgtest-work.1cwxu9yf/out/tests-tree/ 124s autopkgtest: DBG: got reply from testbed: ok 125s autopkgtest: DBG: processing dependency @ 125s autopkgtest: DBG: synthesised dependency libdolfin-dev 125s autopkgtest: DBG: synthesised dependency libdolfin-dev-common 125s autopkgtest: DBG: synthesised dependency libdolfin2019.2t64 125s autopkgtest: DBG: synthesised dependency python3-dolfin 125s autopkgtest: DBG: synthesised dependency python3-dolfin-real 125s autopkgtest: DBG: synthesised dependency libdolfin64-dev 125s autopkgtest: DBG: synthesised dependency libdolfin64-2019.2t64 125s autopkgtest: DBG: synthesised dependency python3-dolfin64-real 125s autopkgtest: DBG: synthesised dependency dolfin-doc 125s autopkgtest: DBG: synthesised dependency dolfin-bin 125s autopkgtest: DBG: processing dependency @builddeps@ 125s autopkgtest: DBG: synthesised dependency cmake (>= 3.5) 125s autopkgtest: DBG: synthesised dependency debhelper-compat (= 13) 125s autopkgtest: DBG: synthesised dependency dh-python 125s autopkgtest: DBG: synthesised dependency gfortran 125s autopkgtest: DBG: synthesised dependency chrpath 125s autopkgtest: DBG: synthesised dependency libboost-chrono-dev 125s autopkgtest: DBG: synthesised dependency libboost-dev (>= 1.56) 125s autopkgtest: DBG: synthesised dependency libboost-filesystem-dev 125s autopkgtest: DBG: synthesised dependency libboost-iostreams-dev 125s autopkgtest: DBG: synthesised dependency libboost-math-dev 125s autopkgtest: DBG: synthesised dependency libboost-mpi-dev 125s autopkgtest: DBG: synthesised dependency libboost-program-options-dev 125s autopkgtest: DBG: synthesised dependency libboost-serialization-dev 125s autopkgtest: DBG: synthesised dependency libboost-thread-dev 125s autopkgtest: DBG: synthesised dependency libboost-timer-dev 125s autopkgtest: DBG: synthesised dependency libeigen3-dev (>= 3.2.90) 125s autopkgtest: DBG: synthesised dependency libhdf5-mpi-dev 125s autopkgtest: DBG: synthesised dependency libsuitesparse-dev 125s autopkgtest: DBG: synthesised dependency libscotch-dev 125s autopkgtest: DBG: synthesised dependency libxml2-dev 125s autopkgtest: DBG: synthesised dependency mpi-default-dev (>= 1.17) 125s autopkgtest: DBG: synthesised dependency petsc-dev (>= 3.7) 125s autopkgtest: DBG: synthesised dependency slepc-dev (>= 3.7) 125s autopkgtest: DBG: synthesised dependency python3-petsc4py 125s autopkgtest: DBG: synthesised dependency python3-slepc4py 125s autopkgtest: DBG: synthesised dependency python3-petsc4py-real 125s autopkgtest: DBG: synthesised dependency python3-slepc4py-real 125s autopkgtest: DBG: synthesised dependency petsc64-dev (>= 3.7) 125s autopkgtest: DBG: synthesised dependency slepc64-dev (>= 3.7) 125s autopkgtest: DBG: synthesised dependency python3-petsc4py-64-real 125s autopkgtest: DBG: synthesised dependency python3-slepc4py-64-real 125s autopkgtest: DBG: synthesised dependency pybind11-dev (>= 2.2.0) 125s autopkgtest: DBG: synthesised dependency python3-setuptools 125s autopkgtest: DBG: synthesised dependency pkgconf 125s autopkgtest: DBG: synthesised dependency python3-pkgconfig 125s autopkgtest: DBG: synthesised dependency python3-all-dev 125s autopkgtest: DBG: synthesised dependency python3-ffc (>= 2019.2.0~git20210714.a20cbe7-4~) 125s autopkgtest: DBG: synthesised dependency python3-ffc (<< 2019.3) 125s autopkgtest: DBG: synthesised dependency python3-dijitso (>= 2019.2) 125s autopkgtest: DBG: synthesised dependency python3-dijitso (<< 2019.3) 125s autopkgtest: DBG: synthesised dependency python3-ufl-legacy (>= 1:2022.2.0-3~) 125s autopkgtest: DBG: synthesised dependency python3-numpy 125s autopkgtest: DBG: synthesised dependency python3-ply 125s autopkgtest: DBG: synthesised dependency python3-pusimp (>= 0.1.1~) 125s autopkgtest: DBG: synthesised dependency python3-sphinx 125s autopkgtest: DBG: synthesised dependency python3-sphinx-rtd-theme 125s autopkgtest: DBG: synthesised dependency doxygen 125s autopkgtest: DBG: synthesised dependency graphviz 125s autopkgtest: DBG: synthesised dependency libjs-mathjax 125s autopkgtest: DBG: synthesised dependency libjs-modernizr 125s autopkgtest: DBG: synthesised dependency build-essential 125s autopkgtest: DBG: processing dependency libopenblas-pthread-dev [!armel] | libblis-pthread-dev 125s autopkgtest: DBG: Test defined: name test-dolfin-cpp path debian/tests/test-dolfin-cpp command "None" restrictions ['allow-stderr'] features [] depends ['libdolfin-dev', 'libdolfin-dev-common', 'libdolfin2019.2t64', 'python3-dolfin', 'python3-dolfin-real', 'libdolfin64-dev', 'libdolfin64-2019.2t64', 'python3-dolfin64-real', 'dolfin-doc', 'dolfin-bin', 'cmake (>= 3.5)', 'debhelper-compat (= 13)', 'dh-python', 'gfortran', 'chrpath', 'libboost-chrono-dev', 'libboost-dev (>= 1.56)', 'libboost-filesystem-dev', 'libboost-iostreams-dev', 'libboost-math-dev', 'libboost-mpi-dev', 'libboost-program-options-dev', 'libboost-serialization-dev', 'libboost-thread-dev', 'libboost-timer-dev', 'libeigen3-dev (>= 3.2.90)', 'libhdf5-mpi-dev', 'libsuitesparse-dev', 'libscotch-dev', 'libxml2-dev', 'mpi-default-dev (>= 1.17)', 'petsc-dev (>= 3.7)', 'slepc-dev (>= 3.7)', 'python3-petsc4py', 'python3-slepc4py', 'python3-petsc4py-real', 'python3-slepc4py-real', 'petsc64-dev (>= 3.7)', 'slepc64-dev (>= 3.7)', 'python3-petsc4py-64-real', 'python3-slepc4py-64-real', 'pybind11-dev (>= 2.2.0)', 'python3-setuptools', 'pkgconf', 'python3-pkgconfig', 'python3-all-dev', 'python3-ffc (>= 2019.2.0~git20210714.a20cbe7-4~)', 'python3-ffc (<< 2019.3)', 'python3-dijitso (>= 2019.2)', 'python3-dijitso (<< 2019.3)', 'python3-ufl-legacy (>= 1:2022.2.0-3~)', 'python3-numpy', 'python3-ply', 'python3-pusimp (>= 0.1.1~)', 'python3-sphinx', 'python3-sphinx-rtd-theme', 'doxygen', 'graphviz', 'libjs-mathjax', 'libjs-modernizr', 'build-essential', 'libopenblas-pthread-dev [!armel] | libblis-pthread-dev'] 125s autopkgtest: DBG: processing dependency @ 125s autopkgtest: DBG: synthesised dependency libdolfin-dev 125s autopkgtest: DBG: synthesised dependency libdolfin-dev-common 125s autopkgtest: DBG: synthesised dependency libdolfin2019.2t64 125s autopkgtest: DBG: synthesised dependency python3-dolfin 125s autopkgtest: DBG: synthesised dependency python3-dolfin-real 125s autopkgtest: DBG: synthesised dependency libdolfin64-dev 125s autopkgtest: DBG: synthesised dependency libdolfin64-2019.2t64 125s autopkgtest: DBG: synthesised dependency python3-dolfin64-real 125s autopkgtest: DBG: synthesised dependency dolfin-doc 125s autopkgtest: DBG: synthesised dependency dolfin-bin 125s autopkgtest: DBG: processing dependency @builddeps@ 125s autopkgtest: DBG: synthesised dependency cmake (>= 3.5) 125s autopkgtest: DBG: synthesised dependency debhelper-compat (= 13) 125s autopkgtest: DBG: synthesised dependency dh-python 125s autopkgtest: DBG: synthesised dependency gfortran 125s autopkgtest: DBG: synthesised dependency chrpath 125s autopkgtest: DBG: synthesised dependency libboost-chrono-dev 125s autopkgtest: DBG: synthesised dependency libboost-dev (>= 1.56) 125s autopkgtest: DBG: synthesised dependency libboost-filesystem-dev 125s autopkgtest: DBG: synthesised dependency libboost-iostreams-dev 125s autopkgtest: DBG: synthesised dependency libboost-math-dev 125s autopkgtest: DBG: synthesised dependency libboost-mpi-dev 125s autopkgtest: DBG: synthesised dependency libboost-program-options-dev 125s autopkgtest: DBG: synthesised dependency libboost-serialization-dev 125s autopkgtest: DBG: synthesised dependency libboost-thread-dev 125s autopkgtest: DBG: synthesised dependency libboost-timer-dev 125s autopkgtest: DBG: synthesised dependency libeigen3-dev (>= 3.2.90) 125s autopkgtest: DBG: synthesised dependency libhdf5-mpi-dev 125s autopkgtest: DBG: synthesised dependency libsuitesparse-dev 125s autopkgtest: DBG: synthesised dependency libscotch-dev 125s autopkgtest: DBG: synthesised dependency libxml2-dev 125s autopkgtest: DBG: synthesised dependency mpi-default-dev (>= 1.17) 125s autopkgtest: DBG: synthesised dependency petsc-dev (>= 3.7) 125s autopkgtest: DBG: synthesised dependency slepc-dev (>= 3.7) 125s autopkgtest: DBG: synthesised dependency python3-petsc4py 125s autopkgtest: DBG: synthesised dependency python3-slepc4py 125s autopkgtest: DBG: synthesised dependency python3-petsc4py-real 125s autopkgtest: DBG: synthesised dependency python3-slepc4py-real 125s autopkgtest: DBG: synthesised dependency petsc64-dev (>= 3.7) 125s autopkgtest: DBG: synthesised dependency slepc64-dev (>= 3.7) 125s autopkgtest: DBG: synthesised dependency python3-petsc4py-64-real 125s autopkgtest: DBG: synthesised dependency python3-slepc4py-64-real 125s autopkgtest: DBG: synthesised dependency pybind11-dev (>= 2.2.0) 125s autopkgtest: DBG: synthesised dependency python3-setuptools 125s autopkgtest: DBG: synthesised dependency pkgconf 125s autopkgtest: DBG: synthesised dependency python3-pkgconfig 125s autopkgtest: DBG: synthesised dependency python3-all-dev 125s autopkgtest: DBG: synthesised dependency python3-ffc (>= 2019.2.0~git20210714.a20cbe7-4~) 125s autopkgtest: DBG: synthesised dependency python3-ffc (<< 2019.3) 125s autopkgtest: DBG: synthesised dependency python3-dijitso (>= 2019.2) 125s autopkgtest: DBG: synthesised dependency python3-dijitso (<< 2019.3) 125s autopkgtest: DBG: synthesised dependency python3-ufl-legacy (>= 1:2022.2.0-3~) 125s autopkgtest: DBG: synthesised dependency python3-numpy 125s autopkgtest: DBG: synthesised dependency python3-ply 125s autopkgtest: DBG: synthesised dependency python3-pusimp (>= 0.1.1~) 125s autopkgtest: DBG: synthesised dependency python3-sphinx 125s autopkgtest: DBG: synthesised dependency python3-sphinx-rtd-theme 125s autopkgtest: DBG: synthesised dependency doxygen 125s autopkgtest: DBG: synthesised dependency graphviz 125s autopkgtest: DBG: synthesised dependency libjs-mathjax 125s autopkgtest: DBG: synthesised dependency libjs-modernizr 125s autopkgtest: DBG: synthesised dependency build-essential 125s autopkgtest: DBG: processing dependency python3-dev 125s autopkgtest: DBG: processing dependency python3-pytest 125s autopkgtest: DBG: processing dependency python3-decorator 125s autopkgtest: DBG: processing dependency python3-matplotlib 125s autopkgtest: DBG: processing dependency python3-scipy 125s autopkgtest: DBG: processing dependency libopenblas-pthread-dev [!armel] | libblis-pthread-dev 125s autopkgtest: DBG: Test defined: name test-dolfin-python-unittest path debian/tests/test-dolfin-python-unittest command "None" restrictions [] features [] depends ['libdolfin-dev', 'libdolfin-dev-common', 'libdolfin2019.2t64', 'python3-dolfin', 'python3-dolfin-real', 'libdolfin64-dev', 'libdolfin64-2019.2t64', 'python3-dolfin64-real', 'dolfin-doc', 'dolfin-bin', 'cmake (>= 3.5)', 'debhelper-compat (= 13)', 'dh-python', 'gfortran', 'chrpath', 'libboost-chrono-dev', 'libboost-dev (>= 1.56)', 'libboost-filesystem-dev', 'libboost-iostreams-dev', 'libboost-math-dev', 'libboost-mpi-dev', 'libboost-program-options-dev', 'libboost-serialization-dev', 'libboost-thread-dev', 'libboost-timer-dev', 'libeigen3-dev (>= 3.2.90)', 'libhdf5-mpi-dev', 'libsuitesparse-dev', 'libscotch-dev', 'libxml2-dev', 'mpi-default-dev (>= 1.17)', 'petsc-dev (>= 3.7)', 'slepc-dev (>= 3.7)', 'python3-petsc4py', 'python3-slepc4py', 'python3-petsc4py-real', 'python3-slepc4py-real', 'petsc64-dev (>= 3.7)', 'slepc64-dev (>= 3.7)', 'python3-petsc4py-64-real', 'python3-slepc4py-64-real', 'pybind11-dev (>= 2.2.0)', 'python3-setuptools', 'pkgconf', 'python3-pkgconfig', 'python3-all-dev', 'python3-ffc (>= 2019.2.0~git20210714.a20cbe7-4~)', 'python3-ffc (<< 2019.3)', 'python3-dijitso (>= 2019.2)', 'python3-dijitso (<< 2019.3)', 'python3-ufl-legacy (>= 1:2022.2.0-3~)', 'python3-numpy', 'python3-ply', 'python3-pusimp (>= 0.1.1~)', 'python3-sphinx', 'python3-sphinx-rtd-theme', 'doxygen', 'graphviz', 'libjs-mathjax', 'libjs-modernizr', 'build-essential', 'python3-dev', 'python3-pytest', 'python3-decorator', 'python3-matplotlib', 'python3-scipy', 'libopenblas-pthread-dev [!armel] | libblis-pthread-dev'] 125s autopkgtest: DBG: Test defined: name test-dolfin-python-demo path debian/tests/test-dolfin-python-demo command "None" restrictions [] features [] depends ['libdolfin-dev', 'libdolfin-dev-common', 'libdolfin2019.2t64', 'python3-dolfin', 'python3-dolfin-real', 'libdolfin64-dev', 'libdolfin64-2019.2t64', 'python3-dolfin64-real', 'dolfin-doc', 'dolfin-bin', 'cmake (>= 3.5)', 'debhelper-compat (= 13)', 'dh-python', 'gfortran', 'chrpath', 'libboost-chrono-dev', 'libboost-dev (>= 1.56)', 'libboost-filesystem-dev', 'libboost-iostreams-dev', 'libboost-math-dev', 'libboost-mpi-dev', 'libboost-program-options-dev', 'libboost-serialization-dev', 'libboost-thread-dev', 'libboost-timer-dev', 'libeigen3-dev (>= 3.2.90)', 'libhdf5-mpi-dev', 'libsuitesparse-dev', 'libscotch-dev', 'libxml2-dev', 'mpi-default-dev (>= 1.17)', 'petsc-dev (>= 3.7)', 'slepc-dev (>= 3.7)', 'python3-petsc4py', 'python3-slepc4py', 'python3-petsc4py-real', 'python3-slepc4py-real', 'petsc64-dev (>= 3.7)', 'slepc64-dev (>= 3.7)', 'python3-petsc4py-64-real', 'python3-slepc4py-64-real', 'pybind11-dev (>= 2.2.0)', 'python3-setuptools', 'pkgconf', 'python3-pkgconfig', 'python3-all-dev', 'python3-ffc (>= 2019.2.0~git20210714.a20cbe7-4~)', 'python3-ffc (<< 2019.3)', 'python3-dijitso (>= 2019.2)', 'python3-dijitso (<< 2019.3)', 'python3-ufl-legacy (>= 1:2022.2.0-3~)', 'python3-numpy', 'python3-ply', 'python3-pusimp (>= 0.1.1~)', 'python3-sphinx', 'python3-sphinx-rtd-theme', 'doxygen', 'graphviz', 'libjs-mathjax', 'libjs-modernizr', 'build-essential', 'python3-dev', 'python3-pytest', 'python3-decorator', 'python3-matplotlib', 'python3-scipy', 'libopenblas-pthread-dev [!armel] | libblis-pthread-dev'] 126s autopkgtest: DBG: processing dependency @ 126s autopkgtest: DBG: synthesised dependency libdolfin-dev 126s autopkgtest: DBG: synthesised dependency libdolfin-dev-common 126s autopkgtest: DBG: synthesised dependency libdolfin2019.2t64 126s autopkgtest: DBG: synthesised dependency python3-dolfin 126s autopkgtest: DBG: synthesised dependency python3-dolfin-real 126s autopkgtest: DBG: synthesised dependency libdolfin64-dev 126s autopkgtest: DBG: synthesised dependency libdolfin64-2019.2t64 126s autopkgtest: DBG: synthesised dependency python3-dolfin64-real 126s autopkgtest: DBG: synthesised dependency dolfin-doc 126s autopkgtest: DBG: synthesised dependency dolfin-bin 126s autopkgtest: DBG: processing dependency @builddeps@ 126s autopkgtest: DBG: synthesised dependency cmake (>= 3.5) 126s autopkgtest: DBG: synthesised dependency debhelper-compat (= 13) 126s autopkgtest: DBG: synthesised dependency dh-python 126s autopkgtest: DBG: synthesised dependency gfortran 126s autopkgtest: DBG: synthesised dependency chrpath 126s autopkgtest: DBG: synthesised dependency libboost-chrono-dev 126s autopkgtest: DBG: synthesised dependency libboost-dev (>= 1.56) 126s autopkgtest: DBG: synthesised dependency libboost-filesystem-dev 126s autopkgtest: DBG: synthesised dependency libboost-iostreams-dev 126s autopkgtest: DBG: synthesised dependency libboost-math-dev 126s autopkgtest: DBG: synthesised dependency libboost-mpi-dev 126s autopkgtest: DBG: synthesised dependency libboost-program-options-dev 126s autopkgtest: DBG: synthesised dependency libboost-serialization-dev 126s autopkgtest: DBG: synthesised dependency libboost-thread-dev 126s autopkgtest: DBG: synthesised dependency libboost-timer-dev 126s autopkgtest: DBG: synthesised dependency libeigen3-dev (>= 3.2.90) 126s autopkgtest: DBG: synthesised dependency libhdf5-mpi-dev 126s autopkgtest: DBG: synthesised dependency libsuitesparse-dev 126s autopkgtest: DBG: synthesised dependency libscotch-dev 126s autopkgtest: DBG: synthesised dependency libxml2-dev 126s autopkgtest: DBG: synthesised dependency mpi-default-dev (>= 1.17) 126s autopkgtest: DBG: synthesised dependency petsc-dev (>= 3.7) 126s autopkgtest: DBG: synthesised dependency slepc-dev (>= 3.7) 126s autopkgtest: DBG: synthesised dependency python3-petsc4py 126s autopkgtest: DBG: synthesised dependency python3-slepc4py 126s autopkgtest: DBG: synthesised dependency python3-petsc4py-real 126s autopkgtest: DBG: synthesised dependency python3-slepc4py-real 126s autopkgtest: DBG: synthesised dependency petsc64-dev (>= 3.7) 126s autopkgtest: DBG: synthesised dependency slepc64-dev (>= 3.7) 126s autopkgtest: DBG: synthesised dependency python3-petsc4py-64-real 126s autopkgtest: DBG: synthesised dependency python3-slepc4py-64-real 126s autopkgtest: DBG: synthesised dependency pybind11-dev (>= 2.2.0) 126s autopkgtest: DBG: synthesised dependency python3-setuptools 126s autopkgtest: DBG: synthesised dependency pkgconf 126s autopkgtest: DBG: synthesised dependency python3-pkgconfig 126s autopkgtest: DBG: synthesised dependency python3-all-dev 126s autopkgtest: DBG: synthesised dependency python3-ffc (>= 2019.2.0~git20210714.a20cbe7-4~) 126s autopkgtest: DBG: synthesised dependency python3-ffc (<< 2019.3) 126s autopkgtest: DBG: synthesised dependency python3-dijitso (>= 2019.2) 126s autopkgtest: DBG: synthesised dependency python3-dijitso (<< 2019.3) 126s autopkgtest: DBG: synthesised dependency python3-ufl-legacy (>= 1:2022.2.0-3~) 126s autopkgtest: DBG: synthesised dependency python3-numpy 126s autopkgtest: DBG: synthesised dependency python3-ply 126s autopkgtest: DBG: synthesised dependency python3-pusimp (>= 0.1.1~) 126s autopkgtest: DBG: synthesised dependency python3-sphinx 126s autopkgtest: DBG: synthesised dependency python3-sphinx-rtd-theme 126s autopkgtest: DBG: synthesised dependency doxygen 126s autopkgtest: DBG: synthesised dependency graphviz 126s autopkgtest: DBG: synthesised dependency libjs-mathjax 126s autopkgtest: DBG: synthesised dependency libjs-modernizr 126s autopkgtest: DBG: synthesised dependency build-essential 126s autopkgtest: DBG: processing dependency python3-all 126s autopkgtest: DBG: processing dependency python3-pip 126s autopkgtest: DBG: processing dependency python3-pytest 126s autopkgtest: DBG: processing dependency python3-requests 126s autopkgtest: DBG: processing dependency python3-virtualenv 126s autopkgtest: DBG: Test defined: name test-dolfin-python-pusimp path debian/tests/test-dolfin-python-pusimp command "None" restrictions ['needs-internet'] features [] depends ['libdolfin-dev', 'libdolfin-dev-common', 'libdolfin2019.2t64', 'python3-dolfin', 'python3-dolfin-real', 'libdolfin64-dev', 'libdolfin64-2019.2t64', 'python3-dolfin64-real', 'dolfin-doc', 'dolfin-bin', 'cmake (>= 3.5)', 'debhelper-compat (= 13)', 'dh-python', 'gfortran', 'chrpath', 'libboost-chrono-dev', 'libboost-dev (>= 1.56)', 'libboost-filesystem-dev', 'libboost-iostreams-dev', 'libboost-math-dev', 'libboost-mpi-dev', 'libboost-program-options-dev', 'libboost-serialization-dev', 'libboost-thread-dev', 'libboost-timer-dev', 'libeigen3-dev (>= 3.2.90)', 'libhdf5-mpi-dev', 'libsuitesparse-dev', 'libscotch-dev', 'libxml2-dev', 'mpi-default-dev (>= 1.17)', 'petsc-dev (>= 3.7)', 'slepc-dev (>= 3.7)', 'python3-petsc4py', 'python3-slepc4py', 'python3-petsc4py-real', 'python3-slepc4py-real', 'petsc64-dev (>= 3.7)', 'slepc64-dev (>= 3.7)', 'python3-petsc4py-64-real', 'python3-slepc4py-64-real', 'pybind11-dev (>= 2.2.0)', 'python3-setuptools', 'pkgconf', 'python3-pkgconfig', 'python3-all-dev', 'python3-ffc (>= 2019.2.0~git20210714.a20cbe7-4~)', 'python3-ffc (<< 2019.3)', 'python3-dijitso (>= 2019.2)', 'python3-dijitso (<< 2019.3)', 'python3-ufl-legacy (>= 1:2022.2.0-3~)', 'python3-numpy', 'python3-ply', 'python3-pusimp (>= 0.1.1~)', 'python3-sphinx', 'python3-sphinx-rtd-theme', 'doxygen', 'graphviz', 'libjs-mathjax', 'libjs-modernizr', 'build-essential', 'python3-all', 'python3-pip', 'python3-pytest', 'python3-requests', 'python3-virtualenv'] 126s autopkgtest [11:56:05]: test test-dolfin-cpp: preparing testbed 126s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['libdolfin-dev', 'libdolfin-dev-common', 'libdolfin2019.2t64', 'python3-dolfin', 'python3-dolfin-real', 'libdolfin64-dev', 'libdolfin64-2019.2t64', 'python3-dolfin64-real', 'dolfin-doc', 'dolfin-bin', 'cmake (>= 3.5)', 'debhelper-compat (= 13)', 'dh-python', 'gfortran', 'chrpath', 'libboost-chrono-dev', 'libboost-dev (>= 1.56)', 'libboost-filesystem-dev', 'libboost-iostreams-dev', 'libboost-math-dev', 'libboost-mpi-dev', 'libboost-program-options-dev', 'libboost-serialization-dev', 'libboost-thread-dev', 'libboost-timer-dev', 'libeigen3-dev (>= 3.2.90)', 'libhdf5-mpi-dev', 'libsuitesparse-dev', 'libscotch-dev', 'libxml2-dev', 'mpi-default-dev (>= 1.17)', 'petsc-dev (>= 3.7)', 'slepc-dev (>= 3.7)', 'python3-petsc4py', 'python3-slepc4py', 'python3-petsc4py-real', 'python3-slepc4py-real', 'petsc64-dev (>= 3.7)', 'slepc64-dev (>= 3.7)', 'python3-petsc4py-64-real', 'python3-slepc4py-64-real', 'pybind11-dev (>= 2.2.0)', 'python3-setuptools', 'pkgconf', 'python3-pkgconfig', 'python3-all-dev', 'python3-ffc (>= 2019.2.0~git20210714.a20cbe7-4~)', 'python3-ffc (<< 2019.3)', 'python3-dijitso (>= 2019.2)', 'python3-dijitso (<< 2019.3)', 'python3-ufl-legacy (>= 1:2022.2.0-3~)', 'python3-numpy', 'python3-ply', 'python3-pusimp (>= 0.1.1~)', 'python3-sphinx', 'python3-sphinx-rtd-theme', 'doxygen', 'graphviz', 'libjs-mathjax', 'libjs-modernizr', 'build-essential', 'libopenblas-pthread-dev [!armel] | libblis-pthread-dev'] 126s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 126s autopkgtest: DBG: install_deps: deps_new=['libdolfin-dev', 'libdolfin-dev-common', 'libdolfin2019.2t64', 'python3-dolfin', 'python3-dolfin-real', 'libdolfin64-dev', 'libdolfin64-2019.2t64', 'python3-dolfin64-real', 'dolfin-doc', 'dolfin-bin', 'cmake (>= 3.5)', 'debhelper-compat (= 13)', 'dh-python', 'gfortran', 'chrpath', 'libboost-chrono-dev', 'libboost-dev (>= 1.56)', 'libboost-filesystem-dev', 'libboost-iostreams-dev', 'libboost-math-dev', 'libboost-mpi-dev', 'libboost-program-options-dev', 'libboost-serialization-dev', 'libboost-thread-dev', 'libboost-timer-dev', 'libeigen3-dev (>= 3.2.90)', 'libhdf5-mpi-dev', 'libsuitesparse-dev', 'libscotch-dev', 'libxml2-dev', 'mpi-default-dev (>= 1.17)', 'petsc-dev (>= 3.7)', 'slepc-dev (>= 3.7)', 'python3-petsc4py', 'python3-slepc4py', 'python3-petsc4py-real', 'python3-slepc4py-real', 'petsc64-dev (>= 3.7)', 'slepc64-dev (>= 3.7)', 'python3-petsc4py-64-real', 'python3-slepc4py-64-real', 'pybind11-dev (>= 2.2.0)', 'python3-setuptools', 'pkgconf', 'python3-pkgconfig', 'python3-all-dev', 'python3-ffc (>= 2019.2.0~git20210714.a20cbe7-4~)', 'python3-ffc (<< 2019.3)', 'python3-dijitso (>= 2019.2)', 'python3-dijitso (<< 2019.3)', 'python3-ufl-legacy (>= 1:2022.2.0-3~)', 'python3-numpy', 'python3-ply', 'python3-pusimp (>= 0.1.1~)', 'python3-sphinx', 'python3-sphinx-rtd-theme', 'doxygen', 'graphviz', 'libjs-mathjax', 'libjs-modernizr', 'build-essential', 'libopenblas-pthread-dev [!armel] | libblis-pthread-dev'] 126s autopkgtest: DBG: install-deps: satisfying libdolfin-dev, libdolfin-dev-common, libdolfin2019.2t64, python3-dolfin, python3-dolfin-real, libdolfin64-dev, libdolfin64-2019.2t64, python3-dolfin64-real, dolfin-doc, dolfin-bin, cmake (>= 3.5), debhelper-compat (= 13), dh-python, gfortran, chrpath, libboost-chrono-dev, libboost-dev (>= 1.56), libboost-filesystem-dev, libboost-iostreams-dev, libboost-math-dev, libboost-mpi-dev, libboost-program-options-dev, libboost-serialization-dev, libboost-thread-dev, libboost-timer-dev, libeigen3-dev (>= 3.2.90), libhdf5-mpi-dev, libsuitesparse-dev, libscotch-dev, libxml2-dev, mpi-default-dev (>= 1.17), petsc-dev (>= 3.7), slepc-dev (>= 3.7), python3-petsc4py, python3-slepc4py, python3-petsc4py-real, python3-slepc4py-real, petsc64-dev (>= 3.7), slepc64-dev (>= 3.7), python3-petsc4py-64-real, python3-slepc4py-64-real, pybind11-dev (>= 2.2.0), python3-setuptools, pkgconf, python3-pkgconfig, python3-all-dev, python3-ffc (>= 2019.2.0~git20210714.a20cbe7-4~), python3-ffc (<< 2019.3), python3-dijitso (>= 2019.2), python3-dijitso (<< 2019.3), python3-ufl-legacy (>= 1:2022.2.0-3~), python3-numpy, python3-ply, python3-pusimp (>= 0.1.1~), python3-sphinx, python3-sphinx-rtd-theme, doxygen, graphviz, libjs-mathjax, libjs-modernizr, build-essential, libopenblas-pthread-dev [!armel] | libblis-pthread-dev 126s autopkgtest: DBG: can use apt-get on testbed: True 126s 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', 'libdolfin-dev, libdolfin-dev-common, libdolfin2019.2t64, python3-dolfin, python3-dolfin-real, libdolfin64-dev, libdolfin64-2019.2t64, python3-dolfin64-real, dolfin-doc, dolfin-bin, cmake (>= 3.5), debhelper-compat (= 13), dh-python, gfortran, chrpath, libboost-chrono-dev, libboost-dev (>= 1.56), libboost-filesystem-dev, libboost-iostreams-dev, libboost-math-dev, libboost-mpi-dev, libboost-program-options-dev, libboost-serialization-dev, libboost-thread-dev, libboost-timer-dev, libeigen3-dev (>= 3.2.90), libhdf5-mpi-dev, libsuitesparse-dev, libscotch-dev, libxml2-dev, mpi-default-dev (>= 1.17), petsc-dev (>= 3.7), slepc-dev (>= 3.7), python3-petsc4py, python3-slepc4py, python3-petsc4py-real, python3-slepc4py-real, petsc64-dev (>= 3.7), slepc64-dev (>= 3.7), python3-petsc4py-64-real, python3-slepc4py-64-real, pybind11-dev (>= 2.2.0), python3-setuptools, pkgconf, python3-pkgconfig, python3-all-dev, python3-ffc (>= 2019.2.0~git20210714.a20cbe7-4~), python3-ffc (<< 2019.3), python3-dijitso (>= 2019.2), python3-dijitso (<< 2019.3), python3-ufl-legacy (>= 1:2022.2.0-3~), python3-numpy, python3-ply, python3-pusimp (>= 0.1.1~), python3-sphinx, python3-sphinx-rtd-theme, doxygen, graphviz, libjs-mathjax, libjs-modernizr, build-essential, libopenblas-pthread-dev [!armel] | libblis-pthread-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 126s Reading package lists... 126s Building dependency tree... 126s Reading state information... 126s Starting pkgProblemResolver with broken count: 0 126s Starting 2 pkgProblemResolver with broken count: 0 126s Done 127s The following NEW packages will be installed: 127s autoconf automake autopoint autotools-dev build-essential chrpath cmake 127s cmake-data comerr-dev cpp cpp-14 cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu 127s debhelper debugedit dh-autoreconf dh-python dh-strip-nondeterminism 127s docutils-common dolfin-bin dolfin-doc doxygen dwz fontconfig 127s fontconfig-config fonts-dejavu-core fonts-dejavu-mono fonts-font-awesome 127s fonts-lato fonts-mathjax g++ g++-14 g++-14-s390x-linux-gnu 127s g++-s390x-linux-gnu gcc gcc-14 gcc-14-s390x-linux-gnu gcc-s390x-linux-gnu 127s gettext gfortran gfortran-14 gfortran-14-s390x-linux-gnu 127s gfortran-s390x-linux-gnu graphviz icu-devtools intltool-debian krb5-multidev 127s libaec-dev libaec0 libamd3 libann0 libaom3 libarchive-zip-perl 127s libarpack2-dev libarpack2t64 libasan8 libblas-dev libblas3 libblas64-3 127s libboost-atomic1.83-dev libboost-atomic1.83.0 libboost-chrono-dev 127s libboost-chrono1.83-dev libboost-chrono1.83.0t64 libboost-date-time1.83-dev 127s libboost-date-time1.83.0 libboost-dev libboost-filesystem-dev 127s libboost-filesystem1.83-dev libboost-filesystem1.83.0 libboost-iostreams-dev 127s libboost-iostreams1.83-dev libboost-iostreams1.83.0 libboost-math-dev 127s libboost-math1.83-dev libboost-math1.83.0 libboost-mpi-dev 127s libboost-mpi1.83-dev libboost-mpi1.83.0 libboost-program-options-dev 127s libboost-program-options1.83-dev libboost-program-options1.83.0 127s libboost-regex1.83-dev libboost-regex1.83.0 libboost-serialization-dev 127s libboost-serialization1.83-dev libboost-serialization1.83.0 127s libboost-system1.83-dev libboost-system1.83.0 libboost-thread-dev 127s libboost-thread1.83-dev libboost-thread1.83.0 libboost-timer-dev 127s libboost-timer1.83-dev libboost-timer1.83.0 libboost1.83-dev libbrotli-dev 127s libbtf2 libc6-dbg libcairo2 libcamd3 libcc1-0 libccolamd3 libcdt5 libcgraph6 127s libcholmod5 libclang-cpp19 libcolamd3 libcombblas2.0.0t64 127s libcurl4-openssl-dev libcxsparse4 libdatrie1 libde265-0 libdebhelper-perl 127s libdeflate0 libdolfin-dev libdolfin-dev-common libdolfin2019.2t64 127s libdolfin64-2019.2t64 libdolfin64-dev libeigen3-dev libevent-2.1-7t64 127s libevent-dev libevent-extra-2.1-7t64 libevent-openssl-2.1-7t64 127s libevent-pthreads-2.1-7t64 libexpat1-dev libfabric1 libfftw3-bin 127s libfftw3-dev libfftw3-double3 libfftw3-long3 libfftw3-mpi-dev libfftw3-mpi3 127s libfftw3-single3 libfile-stripnondeterminism-perl libfmt10 libfontconfig1 127s libfreetype6 libgcc-14-dev libgd3 libgfortran-14-dev libgfortran5 libgmp-dev 127s libgmpxx4ldbl libgnutls-dane0t64 libgnutls-openssl27t64 libgnutls28-dev 127s libgomp1 libgraphite2-3 libgssrpc4t64 libgts-0.7-5t64 libgvc6 libgvpr2 127s libharfbuzz0b libhdf5-mpi-dev libhdf5-openmpi-310 libhdf5-openmpi-cpp-310 127s libhdf5-openmpi-dev libhdf5-openmpi-fortran-310 libhdf5-openmpi-hl-310 127s libhdf5-openmpi-hl-cpp-310 libhdf5-openmpi-hl-fortran-310 127s libheif-plugin-aomdec libheif-plugin-libde265 libheif1 libhwloc-dev 127s libhwloc-plugins libhwloc15 libhypre-2.32.0 libhypre-dev libhypre64m-2.32.0 127s libhypre64m-dev libibverbs-dev libice6 libicu-dev libidn2-dev libimagequant0 127s libisl23 libitm1 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev 127s libjpeg8 libjpeg8-dev libjs-jquery libjs-jquery-ui libjs-mathjax 127s libjs-modernizr libjs-sphinxdoc libjs-underscore libjson-perl libjsoncpp26 127s libkadm5clnt-mit12 libkadm5srv-mit12 libkdb5-10t64 libklu2 libkrb5-dev 127s liblab-gamut1 liblapack-dev liblapack3 liblapack64-3 libldap-dev libldl3 127s libltdl-dev libltdl7 libmetis5 libmpc3 libmumps-5.7 libmumps-64pord-5.7 127s libmumps-dev libmumps-headers-dev libmumps64-dev libmunge2 libnghttp2-dev 127s libnl-3-dev libnl-route-3-dev libnsl2 libnuma-dev libopenblas-pthread-dev 127s libopenblas0-pthread libopenblas64-0 libopenblas64-0-pthread 127s libopenblas64-dev libopenblas64-pthread-dev libopenmpi-dev libopenmpi40 127s libp11-kit-dev libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 127s libparpack2-dev libparpack2t64 libparu1 libpathplan4 libpciaccess0 127s libpetsc-real-dev libpetsc-real3.22 libpetsc-real3.22-dev 127s libpetsc3.22-dev-common libpetsc64-real-dev libpetsc64-real3.22 127s libpetsc64-real3.22-dev libpixman-1-0 libpkgconf3 libpmix-dev libpmix2t64 127s libpsl-dev libptscotch-7.0 libptscotch-dev libpython3-all-dev libpython3-dev 127s libpython3.12-dev libpython3.12-minimal libpython3.12-stdlib 127s libpython3.12t64 libpython3.13-dev libraqm0 librbio4 librdmacm1t64 librhash1 127s librtmp-dev libscalapack-mpi-dev libscalapack-openmpi-dev 127s libscalapack-openmpi2.2 libscotch-7.0 libscotch-dev libsharpyuv0 127s libslepc-real3.22 libslepc-real3.22-dev libslepc64-real3.22 127s libslepc64-real3.22-dev libsm6 libspex3 libspqr4 libssh2-1-dev libssl-dev 127s libstdc++-14-dev libsuitesparse-dev libsuitesparse-mongoose3 127s libsuitesparseconfig7 libsuperlu-dev libsuperlu-dist-dev libsuperlu-dist8 127s libsuperlu7 libsz2 libtasn1-6-dev libthai-data libthai0 libtiff6 libtool 127s libubsan1 libumfpack6 libunbound8 libwebp7 libx11-dev libxapian30 libxau-dev 127s libxaw7 libxcb-render0 libxcb-shm0 libxcb1-dev libxdmcp-dev libxml2-dev 127s libxmu6 libxnvctrl0 libxpm4 libxrender1 libxt6t64 libyaml-dev libzstd-dev m4 127s mpi-default-bin mpi-default-dev nettle-dev ocl-icd-libopencl1 127s ocl-icd-opencl-dev opencl-c-headers opencl-clhpp-headers openmpi-bin 127s openmpi-common petsc-dev petsc64-dev pkg-config pkgconf pkgconf-bin 127s po-debconf pybind11-dev python-petsc4py-doc python3-alabaster python3-all 127s python3-all-dev python3-defusedxml python3-dev python3-dijitso 127s python3-docutils python3-dolfin python3-dolfin-real python3-dolfin64-real 127s python3-ffc python3-fiat python3-imagesize python3-mpi4py python3-mpmath 127s python3-numpy python3-packaging python3-petsc4py python3-petsc4py-64-real 127s python3-petsc4py-64-real3.22 python3-petsc4py-real python3-petsc4py-real3.22 127s python3-pkgconfig python3-ply python3-pusimp python3-pybind11 python3-roman 127s python3-six python3-slepc4py python3-slepc4py-64-real 127s python3-slepc4py-64-real3.22 python3-slepc4py-real python3-slepc4py-real3.22 127s python3-snowballstemmer python3-sphinx python3-sphinx-rtd-theme 127s python3-sphinxcontrib.jquery python3-sympy python3-ufl-legacy python3.12 127s python3.12-dev python3.12-minimal python3.13-dev sgml-base slepc-dev 127s slepc64-dev sphinx-common sphinx-rtd-theme-common swig valgrind valgrind-mpi 127s x11-common x11proto-dev xml-core xorg-sgml-doctools xtrans-dev zlib1g-dev 127s 0 upgraded, 387 newly installed, 0 to remove and 0 not upgraded. 127s Need to get 386 MB of archives. 127s After this operation, 1633 MB of additional disk space will be used. 127s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-minimal s390x 3.12.9-1 [836 kB] 127s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-minimal s390x 3.12.9-1 [2403 kB] 127s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-lato all 2.015-1 [2781 kB] 127s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x sgml-base all 1.31 [11.4 kB] 127s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libnsl2 s390x 1.3.0-3build3 [44.1 kB] 127s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-stdlib s390x 3.12.9-1 [2071 kB] 127s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12 s390x 3.12.9-1 [671 kB] 127s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x m4 s390x 1.4.19-5 [259 kB] 127s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x autoconf all 2.72-3 [382 kB] 127s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x autotools-dev all 20220109.1 [44.9 kB] 127s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x automake all 1:1.17-3 [572 kB] 127s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x autopoint all 0.23.1-1 [619 kB] 127s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 127s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 127s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [9571 kB] 128s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-17ubuntu1 [1030 B] 128s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [5556 B] 128s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.2.0-1ubuntu1 [22.4 kB] 128s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 15-20250213-1ubuntu1 [49.2 kB] 128s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 15-20250213-1ubuntu1 [151 kB] 128s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 15-20250213-1ubuntu1 [31.2 kB] 128s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 15-20250213-1ubuntu1 [2970 kB] 128s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 15-20250213-1ubuntu1 [1213 kB] 128s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-17ubuntu1 [1037 kB] 128s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [18.7 MB] 130s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-17ubuntu1 [526 kB] 130s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1204 B] 130s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.2.0-1ubuntu1 [5004 B] 130s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-17ubuntu1 [2611 kB] 130s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [11.0 MB] 131s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14 s390x 14.2.0-17ubuntu1 [21.8 kB] 131s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x g++-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [956 B] 131s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x g++ s390x 4:14.2.0-1ubuntu1 [1080 B] 131s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x build-essential s390x 12.10ubuntu1 [4930 B] 131s Get:35 http://ftpmaster.internal/ubuntu plucky/universe s390x chrpath s390x 0.18-1 [14.0 kB] 131s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x cmake-data all 3.31.5-2ubuntu3 [2293 kB] 131s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x libjsoncpp26 s390x 1.9.6-3 [80.8 kB] 131s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x librhash1 s390x 1.4.5-1 [132 kB] 131s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x cmake s390x 3.31.5-2ubuntu3 [12.9 MB] 131s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x libdebhelper-perl all 13.24.1ubuntu2 [95.4 kB] 131s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x libtool all 2.5.4-3build1 [168 kB] 131s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x dh-autoreconf all 20 [16.1 kB] 131s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x libarchive-zip-perl all 1.68-1 [90.2 kB] 131s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x libfile-stripnondeterminism-perl all 1.14.1-2 [20.3 kB] 131s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x dh-strip-nondeterminism all 1.14.1-2 [5064 B] 131s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x debugedit s390x 1:5.1-2 [50.1 kB] 131s Get:47 http://ftpmaster.internal/ubuntu plucky/main s390x dwz s390x 0.15-1build6 [122 kB] 131s Get:48 http://ftpmaster.internal/ubuntu plucky/main s390x gettext s390x 0.23.1-1 [1065 kB] 131s Get:49 http://ftpmaster.internal/ubuntu plucky/main s390x intltool-debian all 0.35.0+20060710.6 [23.2 kB] 132s Get:50 http://ftpmaster.internal/ubuntu plucky/main s390x po-debconf all 1.0.21+nmu1 [233 kB] 132s Get:51 http://ftpmaster.internal/ubuntu plucky/main s390x debhelper all 13.24.1ubuntu2 [895 kB] 132s Get:52 http://ftpmaster.internal/ubuntu plucky/universe s390x dh-python all 6.20250108 [117 kB] 132s Get:53 http://ftpmaster.internal/ubuntu plucky/main s390x xml-core all 0.19 [20.3 kB] 132s Get:54 http://ftpmaster.internal/ubuntu plucky/main s390x docutils-common all 0.21.2+dfsg-2 [131 kB] 132s Get:55 http://ftpmaster.internal/ubuntu plucky/universe s390x libclang-cpp19 s390x 1:19.1.7-1ubuntu1 [16.7 MB] 133s Get:56 http://ftpmaster.internal/ubuntu plucky/universe s390x libfmt10 s390x 10.1.1+ds1-4 [82.6 kB] 133s Get:57 http://ftpmaster.internal/ubuntu plucky/universe s390x libxapian30 s390x 1.4.25-2 [743 kB] 133s Get:58 http://ftpmaster.internal/ubuntu plucky/universe s390x doxygen s390x 1.9.8+ds-2.1 [5408 kB] 133s Get:59 http://ftpmaster.internal/ubuntu plucky/main s390x libfreetype6 s390x 2.13.3+dfsg-1 [431 kB] 133s Get:60 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-mono all 2.37-8 [502 kB] 133s Get:61 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-core all 2.37-8 [835 kB] 133s Get:62 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig-config s390x 2.15.0-2ubuntu1 [37.5 kB] 133s Get:63 http://ftpmaster.internal/ubuntu plucky/main s390x libfontconfig1 s390x 2.15.0-2ubuntu1 [150 kB] 133s Get:64 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig s390x 2.15.0-2ubuntu1 [191 kB] 133s Get:65 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-font-awesome all 5.0.10+really4.7.0~dfsg-4.1 [516 kB] 133s Get:66 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-mathjax all 2.7.9+dfsg-1 [2208 kB] 133s Get:67 http://ftpmaster.internal/ubuntu plucky/main s390x libgfortran5 s390x 15-20250213-1ubuntu1 [620 kB] 133s Get:68 http://ftpmaster.internal/ubuntu plucky/main s390x libgfortran-14-dev s390x 14.2.0-17ubuntu1 [654 kB] 134s Get:69 http://ftpmaster.internal/ubuntu plucky/main s390x gfortran-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [10.3 MB] 134s Get:70 http://ftpmaster.internal/ubuntu plucky/main s390x gfortran-14 s390x 14.2.0-17ubuntu1 [13.6 kB] 134s Get:71 http://ftpmaster.internal/ubuntu plucky/main s390x gfortran-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1012 B] 134s Get:72 http://ftpmaster.internal/ubuntu plucky/main s390x gfortran s390x 4:14.2.0-1ubuntu1 [1160 B] 134s Get:73 http://ftpmaster.internal/ubuntu plucky/universe s390x libann0 s390x 1.1.2+doc-9build1 [28.8 kB] 134s Get:74 http://ftpmaster.internal/ubuntu plucky/universe s390x libcdt5 s390x 2.42.4-2build4 [23.3 kB] 134s Get:75 http://ftpmaster.internal/ubuntu plucky/universe s390x libcgraph6 s390x 2.42.4-2build4 [47.0 kB] 134s Get:76 http://ftpmaster.internal/ubuntu plucky/main s390x libsharpyuv0 s390x 1.5.0-0.1 [16.7 kB] 134s Get:77 http://ftpmaster.internal/ubuntu plucky/main s390x libaom3 s390x 3.12.0-1 [1492 kB] 134s Get:78 http://ftpmaster.internal/ubuntu plucky/main s390x libheif-plugin-aomdec s390x 1.19.5-1build1 [11.6 kB] 134s Get:79 http://ftpmaster.internal/ubuntu plucky/main s390x libde265-0 s390x 1.0.15-1build4 [175 kB] 134s Get:80 http://ftpmaster.internal/ubuntu plucky/main s390x libheif-plugin-libde265 s390x 1.19.5-1build1 [9066 B] 134s Get:81 http://ftpmaster.internal/ubuntu plucky/main s390x libheif1 s390x 1.19.5-1build1 [410 kB] 134s Get:82 http://ftpmaster.internal/ubuntu plucky/main s390x libimagequant0 s390x 2.18.0-1build1 [43.3 kB] 134s Get:83 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg-turbo8 s390x 2.1.5-3ubuntu2 [147 kB] 134s Get:84 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg8 s390x 8c-2ubuntu11 [2146 B] 134s Get:85 http://ftpmaster.internal/ubuntu plucky/main s390x libgraphite2-3 s390x 1.3.14-2ubuntu1 [79.8 kB] 134s Get:86 http://ftpmaster.internal/ubuntu plucky/main s390x libharfbuzz0b s390x 10.2.0-1 [538 kB] 134s Get:87 http://ftpmaster.internal/ubuntu plucky/main s390x libraqm0 s390x 0.10.2-1 [15.8 kB] 134s Get:88 http://ftpmaster.internal/ubuntu plucky/main s390x libdeflate0 s390x 1.23-1 [46.1 kB] 134s Get:89 http://ftpmaster.internal/ubuntu plucky/main s390x libjbig0 s390x 2.1-6.1ubuntu2 [33.1 kB] 134s Get:90 http://ftpmaster.internal/ubuntu plucky/main s390x libwebp7 s390x 1.5.0-0.1 [210 kB] 134s Get:91 http://ftpmaster.internal/ubuntu plucky/main s390x libtiff6 s390x 4.5.1+git230720-4ubuntu4 [217 kB] 134s Get:92 http://ftpmaster.internal/ubuntu plucky/main s390x libxpm4 s390x 1:3.5.17-1build2 [41.2 kB] 134s Get:93 http://ftpmaster.internal/ubuntu plucky/main s390x libgd3 s390x 2.3.3-12ubuntu3 [141 kB] 134s Get:94 http://ftpmaster.internal/ubuntu plucky/universe s390x libgts-0.7-5t64 s390x 0.7.6+darcs121130-5.2build1 [164 kB] 134s Get:95 http://ftpmaster.internal/ubuntu plucky/main s390x libpixman-1-0 s390x 0.44.0-3 [201 kB] 134s Get:96 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-render0 s390x 1.17.0-2 [17.0 kB] 134s Get:97 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-shm0 s390x 1.17.0-2 [5862 B] 134s Get:98 http://ftpmaster.internal/ubuntu plucky/main s390x libxrender1 s390x 1:0.9.10-1.1build1 [20.4 kB] 134s Get:99 http://ftpmaster.internal/ubuntu plucky/main s390x libcairo2 s390x 1.18.2-2 [580 kB] 135s Get:100 http://ftpmaster.internal/ubuntu plucky/main s390x libltdl7 s390x 2.5.4-3build1 [43.9 kB] 135s Get:101 http://ftpmaster.internal/ubuntu plucky/main s390x libthai-data all 0.1.29-2build1 [158 kB] 135s Get:102 http://ftpmaster.internal/ubuntu plucky/main s390x libdatrie1 s390x 0.2.13-3build1 [20.6 kB] 135s Get:103 http://ftpmaster.internal/ubuntu plucky/main s390x libthai0 s390x 0.1.29-2build1 [20.7 kB] 135s Get:104 http://ftpmaster.internal/ubuntu plucky/main s390x libpango-1.0-0 s390x 1.56.1-1 [253 kB] 135s Get:105 http://ftpmaster.internal/ubuntu plucky/main s390x libpangoft2-1.0-0 s390x 1.56.1-1 [50.3 kB] 135s Get:106 http://ftpmaster.internal/ubuntu plucky/main s390x libpangocairo-1.0-0 s390x 1.56.1-1 [28.3 kB] 135s Get:107 http://ftpmaster.internal/ubuntu plucky/universe s390x libpathplan4 s390x 2.42.4-2build4 [26.6 kB] 135s Get:108 http://ftpmaster.internal/ubuntu plucky/universe s390x libgvc6 s390x 2.42.4-2build4 [789 kB] 135s Get:109 http://ftpmaster.internal/ubuntu plucky/universe s390x libgvpr2 s390x 2.42.4-2build4 [194 kB] 135s Get:110 http://ftpmaster.internal/ubuntu plucky/universe s390x liblab-gamut1 s390x 2.42.4-2build4 [1837 kB] 136s Get:111 http://ftpmaster.internal/ubuntu plucky/main s390x x11-common all 1:7.7+23ubuntu3 [21.7 kB] 136s Get:112 http://ftpmaster.internal/ubuntu plucky/main s390x libice6 s390x 2:1.1.1-1 [45.4 kB] 136s Get:113 http://ftpmaster.internal/ubuntu plucky/main s390x libsm6 s390x 2:1.2.4-1 [18.4 kB] 136s Get:114 http://ftpmaster.internal/ubuntu plucky/main s390x libxt6t64 s390x 1:1.2.1-1.2build1 [184 kB] 136s Get:115 http://ftpmaster.internal/ubuntu plucky/main s390x libxmu6 s390x 2:1.1.3-3build2 [53.0 kB] 136s Get:116 http://ftpmaster.internal/ubuntu plucky/main s390x libxaw7 s390x 2:1.0.16-1 [201 kB] 136s Get:117 http://ftpmaster.internal/ubuntu plucky/universe s390x graphviz s390x 2.42.4-2build4 [699 kB] 136s Get:118 http://ftpmaster.internal/ubuntu plucky/main s390x icu-devtools s390x 76.1-1ubuntu2 [225 kB] 136s Get:119 http://ftpmaster.internal/ubuntu plucky/main s390x comerr-dev s390x 2.1-1.47.2-1ubuntu1 [44.7 kB] 136s Get:120 http://ftpmaster.internal/ubuntu plucky/main s390x libgssrpc4t64 s390x 1.21.3-4ubuntu1 [59.1 kB] 136s Get:121 http://ftpmaster.internal/ubuntu plucky/main s390x libkadm5clnt-mit12 s390x 1.21.3-4ubuntu1 [40.5 kB] 136s Get:122 http://ftpmaster.internal/ubuntu plucky/main s390x libkdb5-10t64 s390x 1.21.3-4ubuntu1 [41.9 kB] 136s Get:123 http://ftpmaster.internal/ubuntu plucky/main s390x libkadm5srv-mit12 s390x 1.21.3-4ubuntu1 [55.6 kB] 136s Get:124 http://ftpmaster.internal/ubuntu plucky/main s390x krb5-multidev s390x 1.21.3-4ubuntu1 [125 kB] 136s Get:125 http://ftpmaster.internal/ubuntu plucky/universe s390x libaec0 s390x 1.1.3-1 [25.7 kB] 136s Get:126 http://ftpmaster.internal/ubuntu plucky/main s390x libsuitesparseconfig7 s390x 1:7.8.3+dfsg-3 [13.2 kB] 136s Get:127 http://ftpmaster.internal/ubuntu plucky/universe s390x libamd3 s390x 1:7.8.3+dfsg-3 [35.1 kB] 136s Get:128 http://ftpmaster.internal/ubuntu plucky/main s390x libblas3 s390x 3.12.1-2 [252 kB] 136s Get:129 http://ftpmaster.internal/ubuntu plucky/universe s390x libopenblas0-pthread s390x 0.3.29+ds-2 [6952 kB] 137s Get:130 http://ftpmaster.internal/ubuntu plucky/main s390x liblapack3 s390x 3.12.1-2 [2971 kB] 137s Get:131 http://ftpmaster.internal/ubuntu plucky/universe s390x libarpack2t64 s390x 3.9.1-4 [110 kB] 137s Get:132 http://ftpmaster.internal/ubuntu plucky/main s390x libblas-dev s390x 3.12.1-2 [254 kB] 137s Get:133 http://ftpmaster.internal/ubuntu plucky/universe s390x libopenblas-pthread-dev s390x 0.3.29+ds-2 [4326 kB] 137s Get:134 http://ftpmaster.internal/ubuntu plucky/main s390x liblapack-dev s390x 3.12.1-2 [5967 kB] 137s Get:135 http://ftpmaster.internal/ubuntu plucky/universe s390x libarpack2-dev s390x 3.9.1-4 [127 kB] 137s Get:136 http://ftpmaster.internal/ubuntu plucky/main s390x libblas64-3 s390x 3.12.1-2 [236 kB] 138s Get:137 http://ftpmaster.internal/ubuntu plucky/main s390x libboost1.83-dev s390x 1.83.0-4.1ubuntu1 [10.7 MB] 138s Get:138 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-atomic1.83.0 s390x 1.83.0-4.1ubuntu1 [240 kB] 138s Get:139 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-atomic1.83-dev s390x 1.83.0-4.1ubuntu1 [234 kB] 138s Get:140 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-chrono1.83.0t64 s390x 1.83.0-4.1ubuntu1 [245 kB] 138s Get:141 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-chrono1.83-dev s390x 1.83.0-4.1ubuntu1 [247 kB] 138s Get:142 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-chrono-dev s390x 1.83.0.2ubuntu1 [4832 B] 138s Get:143 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-date-time1.83.0 s390x 1.83.0-4.1ubuntu1 [237 kB] 138s Get:144 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-serialization1.83.0 s390x 1.83.0-4.1ubuntu1 [350 kB] 138s Get:145 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-serialization1.83-dev s390x 1.83.0-4.1ubuntu1 [402 kB] 138s Get:146 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-date-time1.83-dev s390x 1.83.0-4.1ubuntu1 [239 kB] 138s Get:147 http://ftpmaster.internal/ubuntu plucky/main s390x libboost-dev s390x 1.83.0.2ubuntu1 [4470 B] 138s Get:148 http://ftpmaster.internal/ubuntu plucky/main s390x libboost-filesystem1.83.0 s390x 1.83.0-4.1ubuntu1 [288 kB] 138s Get:149 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-system1.83.0 s390x 1.83.0-4.1ubuntu1 [237 kB] 138s Get:150 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-system1.83-dev s390x 1.83.0-4.1ubuntu1 [231 kB] 138s Get:151 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-filesystem1.83-dev s390x 1.83.0-4.1ubuntu1 [305 kB] 138s Get:152 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-filesystem-dev s390x 1.83.0.2ubuntu1 [4258 B] 138s Get:153 http://ftpmaster.internal/ubuntu plucky/main s390x libboost-regex1.83.0 s390x 1.83.0-4.1ubuntu1 [351 kB] 138s Get:154 http://ftpmaster.internal/ubuntu plucky/main s390x libicu-dev s390x 76.1-1ubuntu2 [12.2 MB] 140s Get:155 http://ftpmaster.internal/ubuntu plucky/main s390x libboost-regex1.83-dev s390x 1.83.0-4.1ubuntu1 [372 kB] 140s Get:156 http://ftpmaster.internal/ubuntu plucky/main s390x libboost-iostreams1.83.0 s390x 1.83.0-4.1ubuntu1 [259 kB] 140s Get:157 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-iostreams1.83-dev s390x 1.83.0-4.1ubuntu1 [263 kB] 140s Get:158 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-iostreams-dev s390x 1.83.0.2ubuntu1 [4214 B] 140s Get:159 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-math1.83.0 s390x 1.83.0-4.1ubuntu1 [459 kB] 140s Get:160 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-math1.83-dev s390x 1.83.0-4.1ubuntu1 [556 kB] 140s Get:161 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-math-dev s390x 1.83.0.2ubuntu1 [4434 B] 140s Get:162 http://ftpmaster.internal/ubuntu plucky/main s390x libevent-pthreads-2.1-7t64 s390x 2.1.12-stable-10 [7870 B] 140s Get:163 http://ftpmaster.internal/ubuntu plucky/main s390x librdmacm1t64 s390x 55.0-1ubuntu1 [73.7 kB] 140s Get:164 http://ftpmaster.internal/ubuntu plucky/universe s390x libfabric1 s390x 1.17.0-3ubuntu1 [558 kB] 140s Get:165 http://ftpmaster.internal/ubuntu plucky/universe s390x libhwloc15 s390x 2.12.0-1 [176 kB] 140s Get:166 http://ftpmaster.internal/ubuntu plucky/universe s390x libmunge2 s390x 0.5.16-1 [15.2 kB] 140s Get:167 http://ftpmaster.internal/ubuntu plucky/main s390x libpciaccess0 s390x 0.17-3build1 [19.0 kB] 140s Get:168 http://ftpmaster.internal/ubuntu plucky/main s390x libxnvctrl0 s390x 510.47.03-0ubuntu4 [12.7 kB] 140s Get:169 http://ftpmaster.internal/ubuntu plucky/universe s390x ocl-icd-libopencl1 s390x 2.3.2-1build1 [41.1 kB] 140s Get:170 http://ftpmaster.internal/ubuntu plucky/universe s390x libhwloc-plugins s390x 2.12.0-1 [16.1 kB] 140s Get:171 http://ftpmaster.internal/ubuntu plucky/universe s390x libpmix2t64 s390x 5.0.6-3 [715 kB] 140s Get:172 http://ftpmaster.internal/ubuntu plucky/universe s390x libopenmpi40 s390x 5.0.6-4 [2194 kB] 141s Get:173 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-mpi1.83.0 s390x 1.83.0-4.1ubuntu1 [271 kB] 141s Get:174 http://ftpmaster.internal/ubuntu plucky/universe s390x openmpi-common all 5.0.6-4 [97.7 kB] 141s Get:175 http://ftpmaster.internal/ubuntu plucky/main s390x libnl-3-dev s390x 3.7.0-0.3build2 [103 kB] 141s Get:176 http://ftpmaster.internal/ubuntu plucky/main s390x libnl-route-3-dev s390x 3.7.0-0.3build2 [214 kB] 141s Get:177 http://ftpmaster.internal/ubuntu plucky/main s390x libibverbs-dev s390x 55.0-1ubuntu1 [713 kB] 141s Get:178 http://ftpmaster.internal/ubuntu plucky/main s390x libnuma-dev s390x 2.0.18-1build1 [38.9 kB] 141s Get:179 http://ftpmaster.internal/ubuntu plucky/main s390x libltdl-dev s390x 2.5.4-3build1 [173 kB] 141s Get:180 http://ftpmaster.internal/ubuntu plucky/universe s390x libhwloc-dev s390x 2.12.0-1 [275 kB] 141s Get:181 http://ftpmaster.internal/ubuntu plucky/main s390x libevent-2.1-7t64 s390x 2.1.12-stable-10 [145 kB] 141s Get:182 http://ftpmaster.internal/ubuntu plucky/main s390x libevent-extra-2.1-7t64 s390x 2.1.12-stable-10 [64.1 kB] 141s Get:183 http://ftpmaster.internal/ubuntu plucky/main s390x libevent-openssl-2.1-7t64 s390x 2.1.12-stable-10 [14.9 kB] 141s Get:184 http://ftpmaster.internal/ubuntu plucky/main s390x libevent-dev s390x 2.1.12-stable-10 [276 kB] 141s Get:185 http://ftpmaster.internal/ubuntu plucky/main s390x zlib1g-dev s390x 1:1.3.dfsg+really1.3.1-1ubuntu1 [898 kB] 141s Get:186 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB] 141s Get:187 http://ftpmaster.internal/ubuntu plucky/universe s390x libpmix-dev s390x 5.0.6-3 [4058 kB] 142s Get:188 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-jquery-ui all 1.13.2+dfsg-1 [252 kB] 142s Get:189 http://ftpmaster.internal/ubuntu plucky/universe s390x openmpi-bin s390x 5.0.6-4 [200 kB] 142s Get:190 http://ftpmaster.internal/ubuntu plucky/universe s390x libopenmpi-dev s390x 5.0.6-4 [1023 kB] 142s Get:191 http://ftpmaster.internal/ubuntu plucky/universe s390x mpi-default-dev s390x 1.18 [3324 B] 142s Get:192 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-mpi1.83-dev s390x 1.83.0-4.1ubuntu1 [297 kB] 142s Get:193 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-mpi-dev s390x 1.83.0.2ubuntu1 [4306 B] 142s Get:194 http://ftpmaster.internal/ubuntu plucky/main s390x libboost-program-options1.83.0 s390x 1.83.0-4.1ubuntu1 [326 kB] 142s Get:195 http://ftpmaster.internal/ubuntu plucky/main s390x libboost-program-options1.83-dev s390x 1.83.0-4.1ubuntu1 [393 kB] 142s Get:196 http://ftpmaster.internal/ubuntu plucky/main s390x libboost-program-options-dev s390x 1.83.0.2ubuntu1 [4252 B] 142s Get:197 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-serialization-dev s390x 1.83.0.2ubuntu1 [4446 B] 142s Get:198 http://ftpmaster.internal/ubuntu plucky/main s390x libboost-thread1.83.0 s390x 1.83.0-4.1ubuntu1 [279 kB] 142s Get:199 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-thread1.83-dev s390x 1.83.0-4.1ubuntu1 [282 kB] 142s Get:200 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-thread-dev s390x 1.83.0.2ubuntu1 [4246 B] 142s Get:201 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-timer1.83.0 s390x 1.83.0-4.1ubuntu1 [241 kB] 142s Get:202 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-timer1.83-dev s390x 1.83.0-4.1ubuntu1 [236 kB] 142s Get:203 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-timer-dev s390x 1.83.0.2ubuntu1 [4350 B] 142s Get:204 http://ftpmaster.internal/ubuntu plucky/main s390x libbrotli-dev s390x 1.1.0-2build3 [395 kB] 142s Get:205 http://ftpmaster.internal/ubuntu plucky/universe s390x libbtf2 s390x 1:7.8.3+dfsg-3 [16.4 kB] 142s Get:206 http://ftpmaster.internal/ubuntu plucky/universe s390x libcamd3 s390x 1:7.8.3+dfsg-3 [29.7 kB] 142s Get:207 http://ftpmaster.internal/ubuntu plucky/universe s390x libccolamd3 s390x 1:7.8.3+dfsg-3 [32.7 kB] 143s Get:208 http://ftpmaster.internal/ubuntu plucky/main s390x libcolamd3 s390x 1:7.8.3+dfsg-3 [23.4 kB] 143s Get:209 http://ftpmaster.internal/ubuntu plucky/universe s390x libcholmod5 s390x 1:7.8.3+dfsg-3 [920 kB] 143s Get:210 http://ftpmaster.internal/ubuntu plucky/universe s390x libcombblas2.0.0t64 s390x 2.0.0-6build1 [251 kB] 143s Get:211 http://ftpmaster.internal/ubuntu plucky/main s390x libidn2-dev s390x 2.3.7-2build2 [122 kB] 143s Get:212 http://ftpmaster.internal/ubuntu plucky/main s390x libkrb5-dev s390x 1.21.3-4ubuntu1 [11.9 kB] 143s Get:213 http://ftpmaster.internal/ubuntu plucky/main s390x libldap-dev s390x 2.6.9+dfsg-1~exp2ubuntu1 [316 kB] 143s Get:214 http://ftpmaster.internal/ubuntu plucky/main s390x libpkgconf3 s390x 1.8.1-4 [31.2 kB] 143s Get:215 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf-bin s390x 1.8.1-4 [21.5 kB] 143s Get:216 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf s390x 1.8.1-4 [16.7 kB] 143s Get:217 http://ftpmaster.internal/ubuntu plucky/main s390x libnghttp2-dev s390x 1.64.0-1 [121 kB] 143s Get:218 http://ftpmaster.internal/ubuntu plucky/main s390x libpsl-dev s390x 0.21.2-1.1build1 [77.3 kB] 143s Get:219 http://ftpmaster.internal/ubuntu plucky/main s390x libgmpxx4ldbl s390x 2:6.3.0+dfsg-2ubuntu7 [10.1 kB] 143s Get:220 http://ftpmaster.internal/ubuntu plucky/main s390x libgmp-dev s390x 2:6.3.0+dfsg-2ubuntu7 [424 kB] 143s Get:221 http://ftpmaster.internal/ubuntu plucky/main s390x libunbound8 s390x 1.22.0-1ubuntu1 [462 kB] 143s Get:222 http://ftpmaster.internal/ubuntu plucky/main s390x libgnutls-dane0t64 s390x 3.8.9-2ubuntu1 [24.5 kB] 143s Get:223 http://ftpmaster.internal/ubuntu plucky/main s390x libgnutls-openssl27t64 s390x 3.8.9-2ubuntu1 [24.5 kB] 143s Get:224 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit-dev s390x 0.25.5-2ubuntu3 [23.5 kB] 143s Get:225 http://ftpmaster.internal/ubuntu plucky/main s390x libtasn1-6-dev s390x 4.20.0-2 [94.8 kB] 143s Get:226 http://ftpmaster.internal/ubuntu plucky/main s390x nettle-dev s390x 3.10.1-1 [1198 kB] 143s Get:227 http://ftpmaster.internal/ubuntu plucky/main s390x libgnutls28-dev s390x 3.8.9-2ubuntu1 [1016 kB] 143s Get:228 http://ftpmaster.internal/ubuntu plucky/main s390x librtmp-dev s390x 2.4+20151223.gitfa8646d.1-2build7 [69.2 kB] 143s Get:229 http://ftpmaster.internal/ubuntu plucky/main s390x libssl-dev s390x 3.4.0-1ubuntu2 [2427 kB] 143s Get:230 http://ftpmaster.internal/ubuntu plucky/main s390x libssh2-1-dev s390x 1.11.1-1 [287 kB] 144s Get:231 http://ftpmaster.internal/ubuntu plucky/main s390x libzstd-dev s390x 1.5.6+dfsg-2 [408 kB] 144s Get:232 http://ftpmaster.internal/ubuntu plucky/main s390x libcurl4-openssl-dev s390x 8.12.0+git20250209.89ed161+ds-1ubuntu1 [513 kB] 144s Get:233 http://ftpmaster.internal/ubuntu plucky/universe s390x libcxsparse4 s390x 1:7.8.3+dfsg-3 [89.6 kB] 144s Get:234 http://ftpmaster.internal/ubuntu plucky/universe s390x libdolfin-dev-common all 2019.2.0~legacy20240219.1c52e83-18 [197 kB] 144s Get:235 http://ftpmaster.internal/ubuntu plucky/universe s390x libsz2 s390x 1.1.3-1 [5442 B] 144s Get:236 http://ftpmaster.internal/ubuntu plucky/universe s390x libhdf5-openmpi-310 s390x 1.14.5+repack-3 [1539 kB] 144s Get:237 http://ftpmaster.internal/ubuntu plucky/main s390x libfftw3-double3 s390x 3.3.10-2fakesync1build1 [511 kB] 145s Get:238 http://ftpmaster.internal/ubuntu plucky/main s390x libfftw3-long3 s390x 3.3.10-2fakesync1build1 [533 kB] 145s Get:239 http://ftpmaster.internal/ubuntu plucky/main s390x libfftw3-single3 s390x 3.3.10-2fakesync1build1 [483 kB] 145s Get:240 http://ftpmaster.internal/ubuntu plucky/universe s390x libfftw3-mpi3 s390x 3.3.10-2fakesync1build1 [56.7 kB] 145s Get:241 http://ftpmaster.internal/ubuntu plucky/universe s390x libmetis5 s390x 5.1.0.dfsg-7build3 [232 kB] 145s Get:242 http://ftpmaster.internal/ubuntu plucky/universe s390x libptscotch-7.0 s390x 7.0.5-1ubuntu2 [820 kB] 145s Get:243 http://ftpmaster.internal/ubuntu plucky/universe s390x libsuperlu-dist8 s390x 8.2.1+dfsg1-5build1 [768 kB] 145s Get:244 http://ftpmaster.internal/ubuntu plucky/universe s390x libhypre-2.32.0 s390x 2.32.0-4 [2235 kB] 146s Get:245 http://ftpmaster.internal/ubuntu plucky/universe s390x libklu2 s390x 1:7.8.3+dfsg-3 [106 kB] 146s Get:246 http://ftpmaster.internal/ubuntu plucky/universe s390x mpi-default-bin s390x 1.18 [2510 B] 146s Get:247 http://ftpmaster.internal/ubuntu plucky/universe s390x libscalapack-openmpi2.2 s390x 2.2.2-1ubuntu1 [1992 kB] 146s Get:248 http://ftpmaster.internal/ubuntu plucky/universe s390x libmumps-5.7 s390x 5.7.3-3build2 [2418 kB] 146s Get:249 http://ftpmaster.internal/ubuntu plucky/universe s390x libspqr4 s390x 1:7.8.3+dfsg-3 [171 kB] 146s Get:250 http://ftpmaster.internal/ubuntu plucky/universe s390x libsuperlu7 s390x 7.0.0+dfsg1-2 [233 kB] 146s Get:251 http://ftpmaster.internal/ubuntu plucky/universe s390x libumfpack6 s390x 1:7.8.3+dfsg-3 [371 kB] 146s Get:252 http://ftpmaster.internal/ubuntu plucky/universe s390x libpetsc-real3.22 s390x 3.22.2+dfsg1-1ubuntu2 [7918 kB] 146s Get:253 http://ftpmaster.internal/ubuntu plucky/universe s390x libparpack2t64 s390x 3.9.1-4 [102 kB] 146s Get:254 http://ftpmaster.internal/ubuntu plucky/universe s390x libslepc-real3.22 s390x 3.22.2+dfsg1-1build1 [1353 kB] 147s Get:255 http://ftpmaster.internal/ubuntu plucky/universe s390x libdolfin2019.2t64 s390x 2019.2.0~legacy20240219.1c52e83-18 [2242 kB] 147s Get:256 http://ftpmaster.internal/ubuntu plucky/universe s390x libopenblas64-0-pthread s390x 0.3.29+ds-2 [6714 kB] 147s Get:257 http://ftpmaster.internal/ubuntu plucky/main s390x liblapack64-3 s390x 3.12.1-2 [2853 kB] 147s Get:258 http://ftpmaster.internal/ubuntu plucky/universe s390x libhypre64m-2.32.0 s390x 2.32.0-4 [2071 kB] 147s Get:259 http://ftpmaster.internal/ubuntu plucky/universe s390x libmumps-64pord-5.7 s390x 5.7.3-3build2 [2418 kB] 147s Get:260 http://ftpmaster.internal/ubuntu plucky/universe s390x libpetsc64-real3.22 s390x 3.22.2+dfsg1-1ubuntu2 [7831 kB] 148s Get:261 http://ftpmaster.internal/ubuntu plucky/universe s390x libslepc64-real3.22 s390x 3.22.2+dfsg1-1build1 [1342 kB] 148s Get:262 http://ftpmaster.internal/ubuntu plucky/universe s390x libdolfin64-2019.2t64 s390x 2019.2.0~legacy20240219.1c52e83-18 [2241 kB] 148s Get:263 http://ftpmaster.internal/ubuntu plucky/main s390x pkg-config s390x 1.8.1-4 [7362 B] 148s Get:264 http://ftpmaster.internal/ubuntu plucky/universe s390x libeigen3-dev all 3.4.0-4build1 [1055 kB] 148s Get:265 http://ftpmaster.internal/ubuntu plucky/universe s390x libhdf5-openmpi-fortran-310 s390x 1.14.5+repack-3 [117 kB] 148s Get:266 http://ftpmaster.internal/ubuntu plucky/universe s390x libhdf5-openmpi-hl-310 s390x 1.14.5+repack-3 [61.0 kB] 148s Get:267 http://ftpmaster.internal/ubuntu plucky/universe s390x libhdf5-openmpi-hl-fortran-310 s390x 1.14.5+repack-3 [32.5 kB] 148s Get:268 http://ftpmaster.internal/ubuntu plucky/universe s390x libhdf5-openmpi-cpp-310 s390x 1.14.5+repack-3 [117 kB] 148s Get:269 http://ftpmaster.internal/ubuntu plucky/universe s390x libhdf5-openmpi-hl-cpp-310 s390x 1.14.5+repack-3 [11.7 kB] 148s Get:270 http://ftpmaster.internal/ubuntu plucky/universe s390x libaec-dev s390x 1.1.3-1 [23.3 kB] 148s Get:271 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg-turbo8-dev s390x 2.1.5-3ubuntu2 [281 kB] 148s Get:272 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg8-dev s390x 8c-2ubuntu11 [1484 B] 148s Get:273 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg-dev s390x 8c-2ubuntu11 [1484 B] 148s Get:274 http://ftpmaster.internal/ubuntu plucky/universe s390x libhdf5-openmpi-dev s390x 1.14.5+repack-3 [3506 kB] 148s Get:275 http://ftpmaster.internal/ubuntu plucky/universe s390x libhdf5-mpi-dev s390x 1.14.5+repack-3 [5254 B] 148s Get:276 http://ftpmaster.internal/ubuntu plucky/universe s390x libldl3 s390x 1:7.8.3+dfsg-3 [16.1 kB] 148s Get:277 http://ftpmaster.internal/ubuntu plucky/universe s390x libsuitesparse-mongoose3 s390x 1:7.8.3+dfsg-3 [37.1 kB] 148s Get:278 http://ftpmaster.internal/ubuntu plucky/universe s390x librbio4 s390x 1:7.8.3+dfsg-3 [30.1 kB] 148s Get:279 http://ftpmaster.internal/ubuntu plucky/universe s390x libspex3 s390x 1:7.8.3+dfsg-3 [51.6 kB] 148s Get:280 http://ftpmaster.internal/ubuntu plucky/universe s390x libparu1 s390x 1:7.8.3+dfsg-3 [60.0 kB] 148s Get:281 http://ftpmaster.internal/ubuntu plucky/universe s390x libsuitesparse-dev s390x 1:7.8.3+dfsg-3 [2020 kB] 148s Get:282 http://ftpmaster.internal/ubuntu plucky/universe s390x libscotch-7.0 s390x 7.0.5-1ubuntu2 [519 kB] 148s Get:283 http://ftpmaster.internal/ubuntu plucky/universe s390x libscotch-dev s390x 7.0.5-1ubuntu2 [1675 kB] 148s Get:284 http://ftpmaster.internal/ubuntu plucky/main s390x libxml2-dev s390x 2.12.7+dfsg+really2.9.14-0.2ubuntu3 [823 kB] 149s Get:285 http://ftpmaster.internal/ubuntu plucky/main s390x python3-numpy s390x 1:1.26.4+ds-13 [4601 kB] 149s Get:286 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-mpi4py s390x 4.0.1-6ubuntu1 [1128 kB] 149s Get:287 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-dijitso all 2019.2.0~git20190418.c92dcb0-4 [24.3 kB] 149s Get:288 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-mpmath all 1.3.0-1 [425 kB] 149s Get:289 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-sympy all 1.13.3-1 [4228 kB] 149s Get:290 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-fiat all 2019.2.0~git20210419.7d418fa-6 [69.3 kB] 149s Get:291 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-ufl-legacy all 1:2022.3.0-3 [154 kB] 149s Get:292 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-ffc all 2019.2.0~legacy20230509.35df986-4 [227 kB] 149s Get:293 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-mathjax all 2.7.9+dfsg-1 [5665 kB] 150s Get:294 http://ftpmaster.internal/ubuntu plucky/universe s390x libptscotch-dev s390x 7.0.5-1ubuntu2 [1488 kB] 150s Get:295 http://ftpmaster.internal/ubuntu plucky/universe s390x libscalapack-openmpi-dev s390x 2.2.2-1ubuntu1 [7494 B] 150s Get:296 http://ftpmaster.internal/ubuntu plucky/universe s390x libscalapack-mpi-dev s390x 2.2.2-1ubuntu1 [2330 B] 150s Get:297 http://ftpmaster.internal/ubuntu plucky/main s390x libfftw3-bin s390x 3.3.10-2fakesync1build1 [36.5 kB] 150s Get:298 http://ftpmaster.internal/ubuntu plucky/main s390x libfftw3-dev s390x 3.3.10-2fakesync1build1 [1329 kB] 150s Get:299 http://ftpmaster.internal/ubuntu plucky/universe s390x libfftw3-mpi-dev s390x 3.3.10-2fakesync1build1 [61.4 kB] 150s Get:300 http://ftpmaster.internal/ubuntu plucky/universe s390x opencl-c-headers all 3.0~2024.10.24-2 [48.2 kB] 150s Get:301 http://ftpmaster.internal/ubuntu plucky/universe s390x opencl-clhpp-headers all 3.0~2024.10.24-2ubuntu1 [51.9 kB] 150s Get:302 http://ftpmaster.internal/ubuntu plucky/universe s390x ocl-icd-opencl-dev s390x 2.3.2-1build1 [2450 B] 150s Get:303 http://ftpmaster.internal/ubuntu plucky/universe s390x libsuperlu-dev s390x 7.0.0+dfsg1-2 [20.8 kB] 150s Get:304 http://ftpmaster.internal/ubuntu plucky/universe s390x libsuperlu-dist-dev s390x 8.2.1+dfsg1-5build1 [1125 kB] 151s Get:305 http://ftpmaster.internal/ubuntu plucky/main s390x xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB] 151s Get:306 http://ftpmaster.internal/ubuntu plucky/main s390x x11proto-dev all 2024.1-1 [606 kB] 151s Get:307 http://ftpmaster.internal/ubuntu plucky/main s390x libxau-dev s390x 1:1.0.11-1 [9752 B] 151s Get:308 http://ftpmaster.internal/ubuntu plucky/main s390x libxdmcp-dev s390x 1:1.1.5-1 [26.9 kB] 151s Get:309 http://ftpmaster.internal/ubuntu plucky/main s390x xtrans-dev all 1.4.0-1 [68.9 kB] 151s Get:310 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb1-dev s390x 1.17.0-2 [88.9 kB] 151s Get:311 http://ftpmaster.internal/ubuntu plucky/main s390x libx11-dev s390x 2:1.8.10-2 [761 kB] 151s Get:312 http://ftpmaster.internal/ubuntu plucky/main s390x libyaml-dev s390x 0.2.5-2 [65.9 kB] 151s Get:313 http://ftpmaster.internal/ubuntu plucky/universe s390x libpetsc3.22-dev-common all 3.22.2+dfsg1-1ubuntu2 [318 kB] 151s Get:314 http://ftpmaster.internal/ubuntu plucky/universe s390x libhypre-dev s390x 2.32.0-4 [2555 kB] 151s Get:315 http://ftpmaster.internal/ubuntu plucky/universe s390x libmumps-headers-dev all 5.7.3-3build2 [21.9 kB] 151s Get:316 http://ftpmaster.internal/ubuntu plucky/universe s390x libmumps-dev s390x 5.7.3-3build2 [2423 kB] 152s Get:317 http://ftpmaster.internal/ubuntu plucky/main s390x libc6-dbg s390x 2.40-4ubuntu1 [7794 kB] 153s Get:318 http://ftpmaster.internal/ubuntu plucky/main s390x valgrind s390x 1:3.24.0-0ubuntu1 [9636 kB] 154s Get:319 http://ftpmaster.internal/ubuntu plucky/universe s390x valgrind-mpi s390x 1:3.24.0-0ubuntu1 [47.2 kB] 154s Get:320 http://ftpmaster.internal/ubuntu plucky/universe s390x libpetsc-real3.22-dev s390x 3.22.2+dfsg1-1ubuntu2 [8004 kB] 155s Get:321 http://ftpmaster.internal/ubuntu plucky/universe s390x libparpack2-dev s390x 3.9.1-4 [115 kB] 155s Get:322 http://ftpmaster.internal/ubuntu plucky/universe s390x libslepc-real3.22-dev s390x 3.22.2+dfsg1-1build1 [6392 kB] 155s Get:323 http://ftpmaster.internal/ubuntu plucky/universe s390x libdolfin-dev s390x 2019.2.0~legacy20240219.1c52e83-18 [14.8 kB] 155s Get:324 http://ftpmaster.internal/ubuntu plucky/universe s390x libopenblas64-0 s390x 0.3.29+ds-2 [5050 B] 155s Get:325 http://ftpmaster.internal/ubuntu plucky/universe s390x libopenblas64-pthread-dev s390x 0.3.29+ds-2 [4179 kB] 156s Get:326 http://ftpmaster.internal/ubuntu plucky/universe s390x libopenblas64-dev s390x 0.3.29+ds-2 [5114 B] 156s Get:327 http://ftpmaster.internal/ubuntu plucky/universe s390x libhypre64m-dev s390x 2.32.0-4 [2360 kB] 156s Get:328 http://ftpmaster.internal/ubuntu plucky/universe s390x libmumps64-dev s390x 5.7.3-3build2 [2423 kB] 156s Get:329 http://ftpmaster.internal/ubuntu plucky/universe s390x libpetsc64-real3.22-dev s390x 3.22.2+dfsg1-1ubuntu2 [8033 kB] 156s Get:330 http://ftpmaster.internal/ubuntu plucky/universe s390x libslepc64-real3.22-dev s390x 3.22.2+dfsg1-1build1 [6465 kB] 157s Get:331 http://ftpmaster.internal/ubuntu plucky/universe s390x libdolfin64-dev s390x 2019.2.0~legacy20240219.1c52e83-18 [6812 B] 157s Get:332 http://ftpmaster.internal/ubuntu plucky/main s390x libexpat1-dev s390x 2.6.4-1 [146 kB] 157s Get:333 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [118 kB] 157s Get:334 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libjs-sphinxdoc all 8.1.3-5 [31.0 kB] 157s Get:335 http://ftpmaster.internal/ubuntu plucky/main s390x libjson-perl all 4.10000-1 [81.9 kB] 157s Get:336 http://ftpmaster.internal/ubuntu plucky/universe s390x libpetsc-real-dev all 3.22.2+dfsg1-1ubuntu2 [3926 B] 157s Get:337 http://ftpmaster.internal/ubuntu plucky/universe s390x libpetsc64-real-dev all 3.22.2+dfsg1-1ubuntu2 [3946 B] 157s Get:338 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.13-dev s390x 3.13.2-1 [5596 kB] 157s Get:339 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3-dev s390x 3.13.1-1~exp2 [10.5 kB] 157s Get:340 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12t64 s390x 3.12.9-1 [2508 kB] 157s Get:341 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-dev s390x 3.12.9-1 [5849 kB] 157s Get:342 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3-all-dev s390x 3.13.1-1~exp2 [922 B] 157s Get:343 http://ftpmaster.internal/ubuntu plucky/universe s390x petsc64-dev all 3.22.2+dfsg1-1ubuntu2 [3964 B] 157s Get:344 http://ftpmaster.internal/ubuntu plucky/universe s390x pybind11-dev all 2.13.6-2 [168 kB] 157s Get:345 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x sphinx-common all 8.1.3-5 [663 kB] 157s Get:346 http://ftpmaster.internal/ubuntu plucky/universe s390x python-petsc4py-doc all 3.22.1-2ubuntu3 [753 kB] 157s Get:347 http://ftpmaster.internal/ubuntu plucky/main s390x python3-all s390x 3.13.1-1~exp2 [898 B] 157s Get:348 http://ftpmaster.internal/ubuntu plucky/main s390x python3.13-dev s390x 3.13.2-1 [508 kB] 157s Get:349 http://ftpmaster.internal/ubuntu plucky/main s390x python3-dev s390x 3.13.1-1~exp2 [26.7 kB] 157s Get:350 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-dev s390x 3.12.9-1 [504 kB] 157s Get:351 http://ftpmaster.internal/ubuntu plucky/main s390x python3-all-dev s390x 3.13.1-1~exp2 [918 B] 157s Get:352 http://ftpmaster.internal/ubuntu plucky/main s390x python3-defusedxml all 0.7.1-3 [42.2 kB] 157s Get:353 http://ftpmaster.internal/ubuntu plucky/main s390x python3-roman all 5.0-1 [10.3 kB] 157s Get:354 http://ftpmaster.internal/ubuntu plucky/main s390x python3-docutils all 0.21.2+dfsg-2 [409 kB] 157s Get:355 http://ftpmaster.internal/ubuntu plucky/universe s390x swig s390x 4.3.0-0ubuntu2 [1227 kB] 157s Get:356 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-petsc4py-real3.22 s390x 3.22.1-2ubuntu3 [2202 kB] 157s Get:357 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-petsc4py-real all 3.22.1-2ubuntu3 [2658 B] 157s Get:358 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-slepc4py-real3.22 s390x 3.22.1-2ubuntu2 [574 kB] 157s Get:359 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-slepc4py-real all 3.22.1-2ubuntu2 [2578 B] 157s Get:360 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-dolfin-real s390x 2019.2.0~legacy20240219.1c52e83-18 [1054 kB] 157s Get:361 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-petsc4py-64-real3.22 s390x 3.22.1-2ubuntu3 [2181 kB] 157s Get:362 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-petsc4py-64-real all 3.22.1-2ubuntu3 [2508 B] 157s Get:363 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-slepc4py-64-real3.22 s390x 3.22.1-2ubuntu2 [573 kB] 157s Get:364 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-slepc4py-64-real all 3.22.1-2ubuntu2 [2556 B] 157s Get:365 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pkgconfig all 1.5.5-2 [7888 B] 157s Get:366 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pybind11 all 2.13.6-2 [176 kB] 157s Get:367 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-dolfin64-real s390x 2019.2.0~legacy20240219.1c52e83-18 [1138 kB] 157s Get:368 http://ftpmaster.internal/ubuntu plucky/main s390x python3-imagesize all 1.4.1-1 [6844 B] 157s Get:369 http://ftpmaster.internal/ubuntu plucky/main s390x python3-packaging all 24.2-1 [51.5 kB] 157s Get:370 http://ftpmaster.internal/ubuntu plucky/main s390x python3-ply all 3.11-7 [45.4 kB] 157s Get:371 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pusimp all 0.1.1-1 [10.3 kB] 157s Get:372 http://ftpmaster.internal/ubuntu plucky/main s390x python3-six all 1.17.0-1 [13.2 kB] 157s Get:373 http://ftpmaster.internal/ubuntu plucky/main s390x python3-snowballstemmer all 2.2.0-4build1 [59.8 kB] 158s Get:374 http://ftpmaster.internal/ubuntu plucky/main s390x python3-alabaster all 0.7.16-0.1 [18.5 kB] 158s Get:375 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x python3-sphinx all 8.1.3-5 [474 kB] 158s Get:376 http://ftpmaster.internal/ubuntu plucky/main s390x sphinx-rtd-theme-common all 3.0.2+dfsg-2 [1014 kB] 158s Get:377 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-sphinxcontrib.jquery all 4.1-5 [6678 B] 158s Get:378 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-sphinx-rtd-theme all 3.0.2+dfsg-2 [23.5 kB] 158s Get:379 http://ftpmaster.internal/ubuntu plucky/universe s390x slepc64-dev s390x 3.22.2+dfsg1-1build1 [2238 B] 158s Get:380 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-petsc4py all 3.22.1-2ubuntu3 [2312 B] 158s Get:381 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-slepc4py all 3.22.1-2ubuntu2 [2254 B] 158s Get:382 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-dolfin s390x 2019.2.0~legacy20240219.1c52e83-18 [26.9 kB] 158s Get:383 http://ftpmaster.internal/ubuntu plucky/universe s390x dolfin-bin all 2019.2.0~legacy20240219.1c52e83-18 [12.1 kB] 158s Get:384 http://ftpmaster.internal/ubuntu plucky/universe s390x dolfin-doc all 2019.2.0~legacy20240219.1c52e83-18 [13.0 MB] 158s Get:385 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-modernizr all 3.13.0-0.1 [101 kB] 158s Get:386 http://ftpmaster.internal/ubuntu plucky/universe s390x petsc-dev all 3.22.2+dfsg1-1ubuntu2 [7492 B] 158s Get:387 http://ftpmaster.internal/ubuntu plucky/universe s390x slepc-dev s390x 3.22.2+dfsg1-1build1 [4838 B] 159s Fetched 386 MB in 32s (12.3 MB/s) 159s Selecting previously unselected package libpython3.12-minimal:s390x. 159s (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 ... 55929 files and directories currently installed.) 159s Preparing to unpack .../000-libpython3.12-minimal_3.12.9-1_s390x.deb ... 159s Unpacking libpython3.12-minimal:s390x (3.12.9-1) ... 159s Selecting previously unselected package python3.12-minimal. 159s Preparing to unpack .../001-python3.12-minimal_3.12.9-1_s390x.deb ... 159s Unpacking python3.12-minimal (3.12.9-1) ... 159s Selecting previously unselected package fonts-lato. 159s Preparing to unpack .../002-fonts-lato_2.015-1_all.deb ... 159s Unpacking fonts-lato (2.015-1) ... 160s Selecting previously unselected package sgml-base. 160s Preparing to unpack .../003-sgml-base_1.31_all.deb ... 160s Unpacking sgml-base (1.31) ... 160s Selecting previously unselected package libnsl2:s390x. 160s Preparing to unpack .../004-libnsl2_1.3.0-3build3_s390x.deb ... 160s Unpacking libnsl2:s390x (1.3.0-3build3) ... 160s Selecting previously unselected package libpython3.12-stdlib:s390x. 160s Preparing to unpack .../005-libpython3.12-stdlib_3.12.9-1_s390x.deb ... 160s Unpacking libpython3.12-stdlib:s390x (3.12.9-1) ... 160s Selecting previously unselected package python3.12. 160s Preparing to unpack .../006-python3.12_3.12.9-1_s390x.deb ... 160s Unpacking python3.12 (3.12.9-1) ... 160s Selecting previously unselected package m4. 160s Preparing to unpack .../007-m4_1.4.19-5_s390x.deb ... 160s Unpacking m4 (1.4.19-5) ... 160s Selecting previously unselected package autoconf. 160s Preparing to unpack .../008-autoconf_2.72-3_all.deb ... 160s Unpacking autoconf (2.72-3) ... 160s Selecting previously unselected package autotools-dev. 160s Preparing to unpack .../009-autotools-dev_20220109.1_all.deb ... 160s Unpacking autotools-dev (20220109.1) ... 160s Selecting previously unselected package automake. 160s Preparing to unpack .../010-automake_1%3a1.17-3_all.deb ... 160s Unpacking automake (1:1.17-3) ... 160s Selecting previously unselected package autopoint. 160s Preparing to unpack .../011-autopoint_0.23.1-1_all.deb ... 160s Unpacking autopoint (0.23.1-1) ... 160s Selecting previously unselected package libisl23:s390x. 160s Preparing to unpack .../012-libisl23_0.27-1_s390x.deb ... 160s Unpacking libisl23:s390x (0.27-1) ... 160s Selecting previously unselected package libmpc3:s390x. 160s Preparing to unpack .../013-libmpc3_1.3.1-1build2_s390x.deb ... 160s Unpacking libmpc3:s390x (1.3.1-1build2) ... 160s Selecting previously unselected package cpp-14-s390x-linux-gnu. 160s Preparing to unpack .../014-cpp-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 160s Unpacking cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 160s Selecting previously unselected package cpp-14. 160s Preparing to unpack .../015-cpp-14_14.2.0-17ubuntu1_s390x.deb ... 160s Unpacking cpp-14 (14.2.0-17ubuntu1) ... 160s Selecting previously unselected package cpp-s390x-linux-gnu. 160s Preparing to unpack .../016-cpp-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 160s Unpacking cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 160s Selecting previously unselected package cpp. 160s Preparing to unpack .../017-cpp_4%3a14.2.0-1ubuntu1_s390x.deb ... 160s Unpacking cpp (4:14.2.0-1ubuntu1) ... 160s Selecting previously unselected package libcc1-0:s390x. 160s Preparing to unpack .../018-libcc1-0_15-20250213-1ubuntu1_s390x.deb ... 160s Unpacking libcc1-0:s390x (15-20250213-1ubuntu1) ... 160s Selecting previously unselected package libgomp1:s390x. 160s Preparing to unpack .../019-libgomp1_15-20250213-1ubuntu1_s390x.deb ... 160s Unpacking libgomp1:s390x (15-20250213-1ubuntu1) ... 160s Selecting previously unselected package libitm1:s390x. 160s Preparing to unpack .../020-libitm1_15-20250213-1ubuntu1_s390x.deb ... 160s Unpacking libitm1:s390x (15-20250213-1ubuntu1) ... 160s Selecting previously unselected package libasan8:s390x. 160s Preparing to unpack .../021-libasan8_15-20250213-1ubuntu1_s390x.deb ... 160s Unpacking libasan8:s390x (15-20250213-1ubuntu1) ... 160s Selecting previously unselected package libubsan1:s390x. 160s Preparing to unpack .../022-libubsan1_15-20250213-1ubuntu1_s390x.deb ... 160s Unpacking libubsan1:s390x (15-20250213-1ubuntu1) ... 160s Selecting previously unselected package libgcc-14-dev:s390x. 160s Preparing to unpack .../023-libgcc-14-dev_14.2.0-17ubuntu1_s390x.deb ... 160s Unpacking libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 160s Selecting previously unselected package gcc-14-s390x-linux-gnu. 160s Preparing to unpack .../024-gcc-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 160s Unpacking gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 160s Selecting previously unselected package gcc-14. 160s Preparing to unpack .../025-gcc-14_14.2.0-17ubuntu1_s390x.deb ... 160s Unpacking gcc-14 (14.2.0-17ubuntu1) ... 160s Selecting previously unselected package gcc-s390x-linux-gnu. 160s Preparing to unpack .../026-gcc-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 160s Unpacking gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 160s Selecting previously unselected package gcc. 160s Preparing to unpack .../027-gcc_4%3a14.2.0-1ubuntu1_s390x.deb ... 160s Unpacking gcc (4:14.2.0-1ubuntu1) ... 160s Selecting previously unselected package libstdc++-14-dev:s390x. 160s Preparing to unpack .../028-libstdc++-14-dev_14.2.0-17ubuntu1_s390x.deb ... 160s Unpacking libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 161s Selecting previously unselected package g++-14-s390x-linux-gnu. 161s Preparing to unpack .../029-g++-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 161s Unpacking g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 161s Selecting previously unselected package g++-14. 161s Preparing to unpack .../030-g++-14_14.2.0-17ubuntu1_s390x.deb ... 161s Unpacking g++-14 (14.2.0-17ubuntu1) ... 161s Selecting previously unselected package g++-s390x-linux-gnu. 161s Preparing to unpack .../031-g++-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 161s Unpacking g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 161s Selecting previously unselected package g++. 161s Preparing to unpack .../032-g++_4%3a14.2.0-1ubuntu1_s390x.deb ... 161s Unpacking g++ (4:14.2.0-1ubuntu1) ... 161s Selecting previously unselected package build-essential. 161s Preparing to unpack .../033-build-essential_12.10ubuntu1_s390x.deb ... 161s Unpacking build-essential (12.10ubuntu1) ... 161s Selecting previously unselected package chrpath. 161s Preparing to unpack .../034-chrpath_0.18-1_s390x.deb ... 161s Unpacking chrpath (0.18-1) ... 161s Selecting previously unselected package cmake-data. 161s Preparing to unpack .../035-cmake-data_3.31.5-2ubuntu3_all.deb ... 161s Unpacking cmake-data (3.31.5-2ubuntu3) ... 161s Selecting previously unselected package libjsoncpp26:s390x. 161s Preparing to unpack .../036-libjsoncpp26_1.9.6-3_s390x.deb ... 161s Unpacking libjsoncpp26:s390x (1.9.6-3) ... 161s Selecting previously unselected package librhash1:s390x. 161s Preparing to unpack .../037-librhash1_1.4.5-1_s390x.deb ... 161s Unpacking librhash1:s390x (1.4.5-1) ... 161s Selecting previously unselected package cmake. 161s Preparing to unpack .../038-cmake_3.31.5-2ubuntu3_s390x.deb ... 161s Unpacking cmake (3.31.5-2ubuntu3) ... 161s Selecting previously unselected package libdebhelper-perl. 161s Preparing to unpack .../039-libdebhelper-perl_13.24.1ubuntu2_all.deb ... 161s Unpacking libdebhelper-perl (13.24.1ubuntu2) ... 161s Selecting previously unselected package libtool. 161s Preparing to unpack .../040-libtool_2.5.4-3build1_all.deb ... 161s Unpacking libtool (2.5.4-3build1) ... 161s Selecting previously unselected package dh-autoreconf. 161s Preparing to unpack .../041-dh-autoreconf_20_all.deb ... 161s Unpacking dh-autoreconf (20) ... 161s Selecting previously unselected package libarchive-zip-perl. 161s Preparing to unpack .../042-libarchive-zip-perl_1.68-1_all.deb ... 161s Unpacking libarchive-zip-perl (1.68-1) ... 161s Selecting previously unselected package libfile-stripnondeterminism-perl. 161s Preparing to unpack .../043-libfile-stripnondeterminism-perl_1.14.1-2_all.deb ... 161s Unpacking libfile-stripnondeterminism-perl (1.14.1-2) ... 161s Selecting previously unselected package dh-strip-nondeterminism. 161s Preparing to unpack .../044-dh-strip-nondeterminism_1.14.1-2_all.deb ... 161s Unpacking dh-strip-nondeterminism (1.14.1-2) ... 161s Selecting previously unselected package debugedit. 161s Preparing to unpack .../045-debugedit_1%3a5.1-2_s390x.deb ... 161s Unpacking debugedit (1:5.1-2) ... 161s Selecting previously unselected package dwz. 161s Preparing to unpack .../046-dwz_0.15-1build6_s390x.deb ... 161s Unpacking dwz (0.15-1build6) ... 161s Selecting previously unselected package gettext. 161s Preparing to unpack .../047-gettext_0.23.1-1_s390x.deb ... 161s Unpacking gettext (0.23.1-1) ... 161s Selecting previously unselected package intltool-debian. 161s Preparing to unpack .../048-intltool-debian_0.35.0+20060710.6_all.deb ... 161s Unpacking intltool-debian (0.35.0+20060710.6) ... 161s Selecting previously unselected package po-debconf. 161s Preparing to unpack .../049-po-debconf_1.0.21+nmu1_all.deb ... 161s Unpacking po-debconf (1.0.21+nmu1) ... 161s Selecting previously unselected package debhelper. 161s Preparing to unpack .../050-debhelper_13.24.1ubuntu2_all.deb ... 161s Unpacking debhelper (13.24.1ubuntu2) ... 161s Selecting previously unselected package dh-python. 161s Preparing to unpack .../051-dh-python_6.20250108_all.deb ... 161s Unpacking dh-python (6.20250108) ... 161s Selecting previously unselected package xml-core. 162s Preparing to unpack .../052-xml-core_0.19_all.deb ... 162s Unpacking xml-core (0.19) ... 162s Selecting previously unselected package docutils-common. 162s Preparing to unpack .../053-docutils-common_0.21.2+dfsg-2_all.deb ... 162s Unpacking docutils-common (0.21.2+dfsg-2) ... 162s Selecting previously unselected package libclang-cpp19. 162s Preparing to unpack .../054-libclang-cpp19_1%3a19.1.7-1ubuntu1_s390x.deb ... 162s Unpacking libclang-cpp19 (1:19.1.7-1ubuntu1) ... 162s Selecting previously unselected package libfmt10:s390x. 162s Preparing to unpack .../055-libfmt10_10.1.1+ds1-4_s390x.deb ... 162s Unpacking libfmt10:s390x (10.1.1+ds1-4) ... 162s Selecting previously unselected package libxapian30:s390x. 162s Preparing to unpack .../056-libxapian30_1.4.25-2_s390x.deb ... 162s Unpacking libxapian30:s390x (1.4.25-2) ... 162s Selecting previously unselected package doxygen. 162s Preparing to unpack .../057-doxygen_1.9.8+ds-2.1_s390x.deb ... 162s Unpacking doxygen (1.9.8+ds-2.1) ... 162s Selecting previously unselected package libfreetype6:s390x. 162s Preparing to unpack .../058-libfreetype6_2.13.3+dfsg-1_s390x.deb ... 162s Unpacking libfreetype6:s390x (2.13.3+dfsg-1) ... 162s Selecting previously unselected package fonts-dejavu-mono. 162s Preparing to unpack .../059-fonts-dejavu-mono_2.37-8_all.deb ... 162s Unpacking fonts-dejavu-mono (2.37-8) ... 162s Selecting previously unselected package fonts-dejavu-core. 162s Preparing to unpack .../060-fonts-dejavu-core_2.37-8_all.deb ... 162s Unpacking fonts-dejavu-core (2.37-8) ... 162s Selecting previously unselected package fontconfig-config. 162s Preparing to unpack .../061-fontconfig-config_2.15.0-2ubuntu1_s390x.deb ... 162s Unpacking fontconfig-config (2.15.0-2ubuntu1) ... 162s Selecting previously unselected package libfontconfig1:s390x. 162s Preparing to unpack .../062-libfontconfig1_2.15.0-2ubuntu1_s390x.deb ... 162s Unpacking libfontconfig1:s390x (2.15.0-2ubuntu1) ... 162s Selecting previously unselected package fontconfig. 162s Preparing to unpack .../063-fontconfig_2.15.0-2ubuntu1_s390x.deb ... 162s Unpacking fontconfig (2.15.0-2ubuntu1) ... 162s Selecting previously unselected package fonts-font-awesome. 162s Preparing to unpack .../064-fonts-font-awesome_5.0.10+really4.7.0~dfsg-4.1_all.deb ... 162s Unpacking fonts-font-awesome (5.0.10+really4.7.0~dfsg-4.1) ... 162s Selecting previously unselected package fonts-mathjax. 162s Preparing to unpack .../065-fonts-mathjax_2.7.9+dfsg-1_all.deb ... 162s Unpacking fonts-mathjax (2.7.9+dfsg-1) ... 163s Selecting previously unselected package libgfortran5:s390x. 163s Preparing to unpack .../066-libgfortran5_15-20250213-1ubuntu1_s390x.deb ... 163s Unpacking libgfortran5:s390x (15-20250213-1ubuntu1) ... 163s Selecting previously unselected package libgfortran-14-dev:s390x. 163s Preparing to unpack .../067-libgfortran-14-dev_14.2.0-17ubuntu1_s390x.deb ... 163s Unpacking libgfortran-14-dev:s390x (14.2.0-17ubuntu1) ... 163s Selecting previously unselected package gfortran-14-s390x-linux-gnu. 163s Preparing to unpack .../068-gfortran-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 163s Unpacking gfortran-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 163s Selecting previously unselected package gfortran-14. 163s Preparing to unpack .../069-gfortran-14_14.2.0-17ubuntu1_s390x.deb ... 163s Unpacking gfortran-14 (14.2.0-17ubuntu1) ... 163s Selecting previously unselected package gfortran-s390x-linux-gnu. 163s Preparing to unpack .../070-gfortran-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 163s Unpacking gfortran-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 163s Selecting previously unselected package gfortran. 163s Preparing to unpack .../071-gfortran_4%3a14.2.0-1ubuntu1_s390x.deb ... 163s Unpacking gfortran (4:14.2.0-1ubuntu1) ... 163s Selecting previously unselected package libann0. 163s Preparing to unpack .../072-libann0_1.1.2+doc-9build1_s390x.deb ... 163s Unpacking libann0 (1.1.2+doc-9build1) ... 163s Selecting previously unselected package libcdt5:s390x. 163s Preparing to unpack .../073-libcdt5_2.42.4-2build4_s390x.deb ... 163s Unpacking libcdt5:s390x (2.42.4-2build4) ... 163s Selecting previously unselected package libcgraph6:s390x. 163s Preparing to unpack .../074-libcgraph6_2.42.4-2build4_s390x.deb ... 163s Unpacking libcgraph6:s390x (2.42.4-2build4) ... 163s Selecting previously unselected package libsharpyuv0:s390x. 163s Preparing to unpack .../075-libsharpyuv0_1.5.0-0.1_s390x.deb ... 163s Unpacking libsharpyuv0:s390x (1.5.0-0.1) ... 163s Selecting previously unselected package libaom3:s390x. 163s Preparing to unpack .../076-libaom3_3.12.0-1_s390x.deb ... 163s Unpacking libaom3:s390x (3.12.0-1) ... 163s Selecting previously unselected package libheif-plugin-aomdec:s390x. 163s Preparing to unpack .../077-libheif-plugin-aomdec_1.19.5-1build1_s390x.deb ... 163s Unpacking libheif-plugin-aomdec:s390x (1.19.5-1build1) ... 163s Selecting previously unselected package libde265-0:s390x. 163s Preparing to unpack .../078-libde265-0_1.0.15-1build4_s390x.deb ... 163s Unpacking libde265-0:s390x (1.0.15-1build4) ... 163s Selecting previously unselected package libheif-plugin-libde265:s390x. 163s Preparing to unpack .../079-libheif-plugin-libde265_1.19.5-1build1_s390x.deb ... 163s Unpacking libheif-plugin-libde265:s390x (1.19.5-1build1) ... 163s Selecting previously unselected package libheif1:s390x. 163s Preparing to unpack .../080-libheif1_1.19.5-1build1_s390x.deb ... 163s Unpacking libheif1:s390x (1.19.5-1build1) ... 163s Selecting previously unselected package libimagequant0:s390x. 163s Preparing to unpack .../081-libimagequant0_2.18.0-1build1_s390x.deb ... 163s Unpacking libimagequant0:s390x (2.18.0-1build1) ... 163s Selecting previously unselected package libjpeg-turbo8:s390x. 163s Preparing to unpack .../082-libjpeg-turbo8_2.1.5-3ubuntu2_s390x.deb ... 163s Unpacking libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 163s Selecting previously unselected package libjpeg8:s390x. 163s Preparing to unpack .../083-libjpeg8_8c-2ubuntu11_s390x.deb ... 163s Unpacking libjpeg8:s390x (8c-2ubuntu11) ... 163s Selecting previously unselected package libgraphite2-3:s390x. 163s Preparing to unpack .../084-libgraphite2-3_1.3.14-2ubuntu1_s390x.deb ... 163s Unpacking libgraphite2-3:s390x (1.3.14-2ubuntu1) ... 163s Selecting previously unselected package libharfbuzz0b:s390x. 163s Preparing to unpack .../085-libharfbuzz0b_10.2.0-1_s390x.deb ... 163s Unpacking libharfbuzz0b:s390x (10.2.0-1) ... 163s Selecting previously unselected package libraqm0:s390x. 163s Preparing to unpack .../086-libraqm0_0.10.2-1_s390x.deb ... 163s Unpacking libraqm0:s390x (0.10.2-1) ... 163s Selecting previously unselected package libdeflate0:s390x. 163s Preparing to unpack .../087-libdeflate0_1.23-1_s390x.deb ... 163s Unpacking libdeflate0:s390x (1.23-1) ... 163s Selecting previously unselected package libjbig0:s390x. 163s Preparing to unpack .../088-libjbig0_2.1-6.1ubuntu2_s390x.deb ... 163s Unpacking libjbig0:s390x (2.1-6.1ubuntu2) ... 163s Selecting previously unselected package libwebp7:s390x. 163s Preparing to unpack .../089-libwebp7_1.5.0-0.1_s390x.deb ... 163s Unpacking libwebp7:s390x (1.5.0-0.1) ... 163s Selecting previously unselected package libtiff6:s390x. 163s Preparing to unpack .../090-libtiff6_4.5.1+git230720-4ubuntu4_s390x.deb ... 163s Unpacking libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 163s Selecting previously unselected package libxpm4:s390x. 163s Preparing to unpack .../091-libxpm4_1%3a3.5.17-1build2_s390x.deb ... 163s Unpacking libxpm4:s390x (1:3.5.17-1build2) ... 163s Selecting previously unselected package libgd3:s390x. 163s Preparing to unpack .../092-libgd3_2.3.3-12ubuntu3_s390x.deb ... 163s Unpacking libgd3:s390x (2.3.3-12ubuntu3) ... 163s Selecting previously unselected package libgts-0.7-5t64:s390x. 163s Preparing to unpack .../093-libgts-0.7-5t64_0.7.6+darcs121130-5.2build1_s390x.deb ... 163s Unpacking libgts-0.7-5t64:s390x (0.7.6+darcs121130-5.2build1) ... 163s Selecting previously unselected package libpixman-1-0:s390x. 163s Preparing to unpack .../094-libpixman-1-0_0.44.0-3_s390x.deb ... 163s Unpacking libpixman-1-0:s390x (0.44.0-3) ... 163s Selecting previously unselected package libxcb-render0:s390x. 163s Preparing to unpack .../095-libxcb-render0_1.17.0-2_s390x.deb ... 163s Unpacking libxcb-render0:s390x (1.17.0-2) ... 163s Selecting previously unselected package libxcb-shm0:s390x. 163s Preparing to unpack .../096-libxcb-shm0_1.17.0-2_s390x.deb ... 163s Unpacking libxcb-shm0:s390x (1.17.0-2) ... 163s Selecting previously unselected package libxrender1:s390x. 163s Preparing to unpack .../097-libxrender1_1%3a0.9.10-1.1build1_s390x.deb ... 163s Unpacking libxrender1:s390x (1:0.9.10-1.1build1) ... 163s Selecting previously unselected package libcairo2:s390x. 163s Preparing to unpack .../098-libcairo2_1.18.2-2_s390x.deb ... 163s Unpacking libcairo2:s390x (1.18.2-2) ... 163s Selecting previously unselected package libltdl7:s390x. 163s Preparing to unpack .../099-libltdl7_2.5.4-3build1_s390x.deb ... 163s Unpacking libltdl7:s390x (2.5.4-3build1) ... 163s Selecting previously unselected package libthai-data. 163s Preparing to unpack .../100-libthai-data_0.1.29-2build1_all.deb ... 163s Unpacking libthai-data (0.1.29-2build1) ... 163s Selecting previously unselected package libdatrie1:s390x. 163s Preparing to unpack .../101-libdatrie1_0.2.13-3build1_s390x.deb ... 163s Unpacking libdatrie1:s390x (0.2.13-3build1) ... 163s Selecting previously unselected package libthai0:s390x. 163s Preparing to unpack .../102-libthai0_0.1.29-2build1_s390x.deb ... 163s Unpacking libthai0:s390x (0.1.29-2build1) ... 163s Selecting previously unselected package libpango-1.0-0:s390x. 163s Preparing to unpack .../103-libpango-1.0-0_1.56.1-1_s390x.deb ... 163s Unpacking libpango-1.0-0:s390x (1.56.1-1) ... 163s Selecting previously unselected package libpangoft2-1.0-0:s390x. 163s Preparing to unpack .../104-libpangoft2-1.0-0_1.56.1-1_s390x.deb ... 163s Unpacking libpangoft2-1.0-0:s390x (1.56.1-1) ... 163s Selecting previously unselected package libpangocairo-1.0-0:s390x. 163s Preparing to unpack .../105-libpangocairo-1.0-0_1.56.1-1_s390x.deb ... 163s Unpacking libpangocairo-1.0-0:s390x (1.56.1-1) ... 163s Selecting previously unselected package libpathplan4:s390x. 163s Preparing to unpack .../106-libpathplan4_2.42.4-2build4_s390x.deb ... 163s Unpacking libpathplan4:s390x (2.42.4-2build4) ... 163s Selecting previously unselected package libgvc6. 163s Preparing to unpack .../107-libgvc6_2.42.4-2build4_s390x.deb ... 163s Unpacking libgvc6 (2.42.4-2build4) ... 163s Selecting previously unselected package libgvpr2:s390x. 163s Preparing to unpack .../108-libgvpr2_2.42.4-2build4_s390x.deb ... 163s Unpacking libgvpr2:s390x (2.42.4-2build4) ... 163s Selecting previously unselected package liblab-gamut1:s390x. 163s Preparing to unpack .../109-liblab-gamut1_2.42.4-2build4_s390x.deb ... 163s Unpacking liblab-gamut1:s390x (2.42.4-2build4) ... 163s Selecting previously unselected package x11-common. 163s Preparing to unpack .../110-x11-common_1%3a7.7+23ubuntu3_all.deb ... 163s Unpacking x11-common (1:7.7+23ubuntu3) ... 163s Selecting previously unselected package libice6:s390x. 163s Preparing to unpack .../111-libice6_2%3a1.1.1-1_s390x.deb ... 163s Unpacking libice6:s390x (2:1.1.1-1) ... 163s Selecting previously unselected package libsm6:s390x. 163s Preparing to unpack .../112-libsm6_2%3a1.2.4-1_s390x.deb ... 163s Unpacking libsm6:s390x (2:1.2.4-1) ... 163s Selecting previously unselected package libxt6t64:s390x. 163s Preparing to unpack .../113-libxt6t64_1%3a1.2.1-1.2build1_s390x.deb ... 163s Unpacking libxt6t64:s390x (1:1.2.1-1.2build1) ... 163s Selecting previously unselected package libxmu6:s390x. 163s Preparing to unpack .../114-libxmu6_2%3a1.1.3-3build2_s390x.deb ... 163s Unpacking libxmu6:s390x (2:1.1.3-3build2) ... 163s Selecting previously unselected package libxaw7:s390x. 163s Preparing to unpack .../115-libxaw7_2%3a1.0.16-1_s390x.deb ... 163s Unpacking libxaw7:s390x (2:1.0.16-1) ... 163s Selecting previously unselected package graphviz. 163s Preparing to unpack .../116-graphviz_2.42.4-2build4_s390x.deb ... 163s Unpacking graphviz (2.42.4-2build4) ... 163s Selecting previously unselected package icu-devtools. 163s Preparing to unpack .../117-icu-devtools_76.1-1ubuntu2_s390x.deb ... 163s Unpacking icu-devtools (76.1-1ubuntu2) ... 163s Selecting previously unselected package comerr-dev:s390x. 163s Preparing to unpack .../118-comerr-dev_2.1-1.47.2-1ubuntu1_s390x.deb ... 163s Unpacking comerr-dev:s390x (2.1-1.47.2-1ubuntu1) ... 163s Selecting previously unselected package libgssrpc4t64:s390x. 163s Preparing to unpack .../119-libgssrpc4t64_1.21.3-4ubuntu1_s390x.deb ... 163s Unpacking libgssrpc4t64:s390x (1.21.3-4ubuntu1) ... 163s Selecting previously unselected package libkadm5clnt-mit12:s390x. 163s Preparing to unpack .../120-libkadm5clnt-mit12_1.21.3-4ubuntu1_s390x.deb ... 163s Unpacking libkadm5clnt-mit12:s390x (1.21.3-4ubuntu1) ... 163s Selecting previously unselected package libkdb5-10t64:s390x. 163s Preparing to unpack .../121-libkdb5-10t64_1.21.3-4ubuntu1_s390x.deb ... 163s Unpacking libkdb5-10t64:s390x (1.21.3-4ubuntu1) ... 164s Selecting previously unselected package libkadm5srv-mit12:s390x. 164s Preparing to unpack .../122-libkadm5srv-mit12_1.21.3-4ubuntu1_s390x.deb ... 164s Unpacking libkadm5srv-mit12:s390x (1.21.3-4ubuntu1) ... 164s Selecting previously unselected package krb5-multidev:s390x. 164s Preparing to unpack .../123-krb5-multidev_1.21.3-4ubuntu1_s390x.deb ... 164s Unpacking krb5-multidev:s390x (1.21.3-4ubuntu1) ... 164s Selecting previously unselected package libaec0:s390x. 164s Preparing to unpack .../124-libaec0_1.1.3-1_s390x.deb ... 164s Unpacking libaec0:s390x (1.1.3-1) ... 164s Selecting previously unselected package libsuitesparseconfig7:s390x. 164s Preparing to unpack .../125-libsuitesparseconfig7_1%3a7.8.3+dfsg-3_s390x.deb ... 164s Unpacking libsuitesparseconfig7:s390x (1:7.8.3+dfsg-3) ... 164s Selecting previously unselected package libamd3:s390x. 164s Preparing to unpack .../126-libamd3_1%3a7.8.3+dfsg-3_s390x.deb ... 164s Unpacking libamd3:s390x (1:7.8.3+dfsg-3) ... 164s Selecting previously unselected package libblas3:s390x. 164s Preparing to unpack .../127-libblas3_3.12.1-2_s390x.deb ... 164s Unpacking libblas3:s390x (3.12.1-2) ... 164s Selecting previously unselected package libopenblas0-pthread:s390x. 164s Preparing to unpack .../128-libopenblas0-pthread_0.3.29+ds-2_s390x.deb ... 164s Unpacking libopenblas0-pthread:s390x (0.3.29+ds-2) ... 164s Selecting previously unselected package liblapack3:s390x. 164s Preparing to unpack .../129-liblapack3_3.12.1-2_s390x.deb ... 164s Unpacking liblapack3:s390x (3.12.1-2) ... 164s Selecting previously unselected package libarpack2t64:s390x. 164s Preparing to unpack .../130-libarpack2t64_3.9.1-4_s390x.deb ... 164s Unpacking libarpack2t64:s390x (3.9.1-4) ... 164s Selecting previously unselected package libblas-dev:s390x. 164s Preparing to unpack .../131-libblas-dev_3.12.1-2_s390x.deb ... 164s Unpacking libblas-dev:s390x (3.12.1-2) ... 164s Selecting previously unselected package libopenblas-pthread-dev:s390x. 164s Preparing to unpack .../132-libopenblas-pthread-dev_0.3.29+ds-2_s390x.deb ... 164s Unpacking libopenblas-pthread-dev:s390x (0.3.29+ds-2) ... 164s Selecting previously unselected package liblapack-dev:s390x. 164s Preparing to unpack .../133-liblapack-dev_3.12.1-2_s390x.deb ... 164s Unpacking liblapack-dev:s390x (3.12.1-2) ... 164s Selecting previously unselected package libarpack2-dev:s390x. 164s Preparing to unpack .../134-libarpack2-dev_3.9.1-4_s390x.deb ... 164s Unpacking libarpack2-dev:s390x (3.9.1-4) ... 164s Selecting previously unselected package libblas64-3:s390x. 164s Preparing to unpack .../135-libblas64-3_3.12.1-2_s390x.deb ... 164s Unpacking libblas64-3:s390x (3.12.1-2) ... 164s Selecting previously unselected package libboost1.83-dev:s390x. 164s Preparing to unpack .../136-libboost1.83-dev_1.83.0-4.1ubuntu1_s390x.deb ... 164s Unpacking libboost1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 165s Selecting previously unselected package libboost-atomic1.83.0:s390x. 165s Preparing to unpack .../137-libboost-atomic1.83.0_1.83.0-4.1ubuntu1_s390x.deb ... 165s Unpacking libboost-atomic1.83.0:s390x (1.83.0-4.1ubuntu1) ... 165s Selecting previously unselected package libboost-atomic1.83-dev:s390x. 165s Preparing to unpack .../138-libboost-atomic1.83-dev_1.83.0-4.1ubuntu1_s390x.deb ... 165s Unpacking libboost-atomic1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 165s Selecting previously unselected package libboost-chrono1.83.0t64:s390x. 165s Preparing to unpack .../139-libboost-chrono1.83.0t64_1.83.0-4.1ubuntu1_s390x.deb ... 165s Unpacking libboost-chrono1.83.0t64:s390x (1.83.0-4.1ubuntu1) ... 165s Selecting previously unselected package libboost-chrono1.83-dev:s390x. 165s Preparing to unpack .../140-libboost-chrono1.83-dev_1.83.0-4.1ubuntu1_s390x.deb ... 165s Unpacking libboost-chrono1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 165s Selecting previously unselected package libboost-chrono-dev:s390x. 165s Preparing to unpack .../141-libboost-chrono-dev_1.83.0.2ubuntu1_s390x.deb ... 165s Unpacking libboost-chrono-dev:s390x (1.83.0.2ubuntu1) ... 165s Selecting previously unselected package libboost-date-time1.83.0:s390x. 165s Preparing to unpack .../142-libboost-date-time1.83.0_1.83.0-4.1ubuntu1_s390x.deb ... 165s Unpacking libboost-date-time1.83.0:s390x (1.83.0-4.1ubuntu1) ... 166s Selecting previously unselected package libboost-serialization1.83.0:s390x. 166s Preparing to unpack .../143-libboost-serialization1.83.0_1.83.0-4.1ubuntu1_s390x.deb ... 166s Unpacking libboost-serialization1.83.0:s390x (1.83.0-4.1ubuntu1) ... 166s Selecting previously unselected package libboost-serialization1.83-dev:s390x. 166s Preparing to unpack .../144-libboost-serialization1.83-dev_1.83.0-4.1ubuntu1_s390x.deb ... 166s Unpacking libboost-serialization1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 166s Selecting previously unselected package libboost-date-time1.83-dev:s390x. 166s Preparing to unpack .../145-libboost-date-time1.83-dev_1.83.0-4.1ubuntu1_s390x.deb ... 166s Unpacking libboost-date-time1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 166s Selecting previously unselected package libboost-dev:s390x. 166s Preparing to unpack .../146-libboost-dev_1.83.0.2ubuntu1_s390x.deb ... 166s Unpacking libboost-dev:s390x (1.83.0.2ubuntu1) ... 166s Selecting previously unselected package libboost-filesystem1.83.0:s390x. 166s Preparing to unpack .../147-libboost-filesystem1.83.0_1.83.0-4.1ubuntu1_s390x.deb ... 166s Unpacking libboost-filesystem1.83.0:s390x (1.83.0-4.1ubuntu1) ... 166s Selecting previously unselected package libboost-system1.83.0:s390x. 166s Preparing to unpack .../148-libboost-system1.83.0_1.83.0-4.1ubuntu1_s390x.deb ... 166s Unpacking libboost-system1.83.0:s390x (1.83.0-4.1ubuntu1) ... 166s Selecting previously unselected package libboost-system1.83-dev:s390x. 166s Preparing to unpack .../149-libboost-system1.83-dev_1.83.0-4.1ubuntu1_s390x.deb ... 166s Unpacking libboost-system1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 166s Selecting previously unselected package libboost-filesystem1.83-dev:s390x. 166s Preparing to unpack .../150-libboost-filesystem1.83-dev_1.83.0-4.1ubuntu1_s390x.deb ... 166s Unpacking libboost-filesystem1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 166s Selecting previously unselected package libboost-filesystem-dev:s390x. 166s Preparing to unpack .../151-libboost-filesystem-dev_1.83.0.2ubuntu1_s390x.deb ... 166s Unpacking libboost-filesystem-dev:s390x (1.83.0.2ubuntu1) ... 166s Selecting previously unselected package libboost-regex1.83.0:s390x. 166s Preparing to unpack .../152-libboost-regex1.83.0_1.83.0-4.1ubuntu1_s390x.deb ... 166s Unpacking libboost-regex1.83.0:s390x (1.83.0-4.1ubuntu1) ... 166s Selecting previously unselected package libicu-dev:s390x. 166s Preparing to unpack .../153-libicu-dev_76.1-1ubuntu2_s390x.deb ... 166s Unpacking libicu-dev:s390x (76.1-1ubuntu2) ... 166s Selecting previously unselected package libboost-regex1.83-dev:s390x. 166s Preparing to unpack .../154-libboost-regex1.83-dev_1.83.0-4.1ubuntu1_s390x.deb ... 166s Unpacking libboost-regex1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 166s Selecting previously unselected package libboost-iostreams1.83.0:s390x. 166s Preparing to unpack .../155-libboost-iostreams1.83.0_1.83.0-4.1ubuntu1_s390x.deb ... 166s Unpacking libboost-iostreams1.83.0:s390x (1.83.0-4.1ubuntu1) ... 166s Selecting previously unselected package libboost-iostreams1.83-dev:s390x. 166s Preparing to unpack .../156-libboost-iostreams1.83-dev_1.83.0-4.1ubuntu1_s390x.deb ... 166s Unpacking libboost-iostreams1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 166s Selecting previously unselected package libboost-iostreams-dev:s390x. 166s Preparing to unpack .../157-libboost-iostreams-dev_1.83.0.2ubuntu1_s390x.deb ... 166s Unpacking libboost-iostreams-dev:s390x (1.83.0.2ubuntu1) ... 166s Selecting previously unselected package libboost-math1.83.0:s390x. 166s Preparing to unpack .../158-libboost-math1.83.0_1.83.0-4.1ubuntu1_s390x.deb ... 166s Unpacking libboost-math1.83.0:s390x (1.83.0-4.1ubuntu1) ... 166s Selecting previously unselected package libboost-math1.83-dev:s390x. 166s Preparing to unpack .../159-libboost-math1.83-dev_1.83.0-4.1ubuntu1_s390x.deb ... 166s Unpacking libboost-math1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 166s Selecting previously unselected package libboost-math-dev:s390x. 166s Preparing to unpack .../160-libboost-math-dev_1.83.0.2ubuntu1_s390x.deb ... 166s Unpacking libboost-math-dev:s390x (1.83.0.2ubuntu1) ... 166s Selecting previously unselected package libevent-pthreads-2.1-7t64:s390x. 166s Preparing to unpack .../161-libevent-pthreads-2.1-7t64_2.1.12-stable-10_s390x.deb ... 166s Unpacking libevent-pthreads-2.1-7t64:s390x (2.1.12-stable-10) ... 166s Selecting previously unselected package librdmacm1t64:s390x. 166s Preparing to unpack .../162-librdmacm1t64_55.0-1ubuntu1_s390x.deb ... 166s Unpacking librdmacm1t64:s390x (55.0-1ubuntu1) ... 166s Selecting previously unselected package libfabric1:s390x. 166s Preparing to unpack .../163-libfabric1_1.17.0-3ubuntu1_s390x.deb ... 166s Unpacking libfabric1:s390x (1.17.0-3ubuntu1) ... 166s Selecting previously unselected package libhwloc15:s390x. 166s Preparing to unpack .../164-libhwloc15_2.12.0-1_s390x.deb ... 166s Unpacking libhwloc15:s390x (2.12.0-1) ... 166s Selecting previously unselected package libmunge2:s390x. 166s Preparing to unpack .../165-libmunge2_0.5.16-1_s390x.deb ... 166s Unpacking libmunge2:s390x (0.5.16-1) ... 166s Selecting previously unselected package libpciaccess0:s390x. 166s Preparing to unpack .../166-libpciaccess0_0.17-3build1_s390x.deb ... 166s Unpacking libpciaccess0:s390x (0.17-3build1) ... 166s Selecting previously unselected package libxnvctrl0:s390x. 166s Preparing to unpack .../167-libxnvctrl0_510.47.03-0ubuntu4_s390x.deb ... 166s Unpacking libxnvctrl0:s390x (510.47.03-0ubuntu4) ... 166s Selecting previously unselected package ocl-icd-libopencl1:s390x. 166s Preparing to unpack .../168-ocl-icd-libopencl1_2.3.2-1build1_s390x.deb ... 166s Unpacking ocl-icd-libopencl1:s390x (2.3.2-1build1) ... 166s Selecting previously unselected package libhwloc-plugins:s390x. 166s Preparing to unpack .../169-libhwloc-plugins_2.12.0-1_s390x.deb ... 166s Unpacking libhwloc-plugins:s390x (2.12.0-1) ... 166s Selecting previously unselected package libpmix2t64:s390x. 166s Preparing to unpack .../170-libpmix2t64_5.0.6-3_s390x.deb ... 166s Unpacking libpmix2t64:s390x (5.0.6-3) ... 166s Selecting previously unselected package libopenmpi40:s390x. 166s Preparing to unpack .../171-libopenmpi40_5.0.6-4_s390x.deb ... 166s Unpacking libopenmpi40:s390x (5.0.6-4) ... 166s Selecting previously unselected package libboost-mpi1.83.0. 166s Preparing to unpack .../172-libboost-mpi1.83.0_1.83.0-4.1ubuntu1_s390x.deb ... 166s Unpacking libboost-mpi1.83.0 (1.83.0-4.1ubuntu1) ... 166s Selecting previously unselected package openmpi-common. 166s Preparing to unpack .../173-openmpi-common_5.0.6-4_all.deb ... 166s Unpacking openmpi-common (5.0.6-4) ... 166s Selecting previously unselected package libnl-3-dev:s390x. 166s Preparing to unpack .../174-libnl-3-dev_3.7.0-0.3build2_s390x.deb ... 166s Unpacking libnl-3-dev:s390x (3.7.0-0.3build2) ... 166s Selecting previously unselected package libnl-route-3-dev:s390x. 166s Preparing to unpack .../175-libnl-route-3-dev_3.7.0-0.3build2_s390x.deb ... 166s Unpacking libnl-route-3-dev:s390x (3.7.0-0.3build2) ... 166s Selecting previously unselected package libibverbs-dev:s390x. 166s Preparing to unpack .../176-libibverbs-dev_55.0-1ubuntu1_s390x.deb ... 166s Unpacking libibverbs-dev:s390x (55.0-1ubuntu1) ... 166s Selecting previously unselected package libnuma-dev:s390x. 166s Preparing to unpack .../177-libnuma-dev_2.0.18-1build1_s390x.deb ... 166s Unpacking libnuma-dev:s390x (2.0.18-1build1) ... 167s Selecting previously unselected package libltdl-dev:s390x. 167s Preparing to unpack .../178-libltdl-dev_2.5.4-3build1_s390x.deb ... 167s Unpacking libltdl-dev:s390x (2.5.4-3build1) ... 167s Selecting previously unselected package libhwloc-dev:s390x. 167s Preparing to unpack .../179-libhwloc-dev_2.12.0-1_s390x.deb ... 167s Unpacking libhwloc-dev:s390x (2.12.0-1) ... 167s Selecting previously unselected package libevent-2.1-7t64:s390x. 167s Preparing to unpack .../180-libevent-2.1-7t64_2.1.12-stable-10_s390x.deb ... 167s Unpacking libevent-2.1-7t64:s390x (2.1.12-stable-10) ... 167s Selecting previously unselected package libevent-extra-2.1-7t64:s390x. 167s Preparing to unpack .../181-libevent-extra-2.1-7t64_2.1.12-stable-10_s390x.deb ... 167s Unpacking libevent-extra-2.1-7t64:s390x (2.1.12-stable-10) ... 167s Selecting previously unselected package libevent-openssl-2.1-7t64:s390x. 167s Preparing to unpack .../182-libevent-openssl-2.1-7t64_2.1.12-stable-10_s390x.deb ... 167s Unpacking libevent-openssl-2.1-7t64:s390x (2.1.12-stable-10) ... 167s Selecting previously unselected package libevent-dev. 167s Preparing to unpack .../183-libevent-dev_2.1.12-stable-10_s390x.deb ... 167s Unpacking libevent-dev (2.1.12-stable-10) ... 167s Selecting previously unselected package zlib1g-dev:s390x. 167s Preparing to unpack .../184-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_s390x.deb ... 167s Unpacking zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 167s Selecting previously unselected package libjs-jquery. 167s Preparing to unpack .../185-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... 167s Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 167s Selecting previously unselected package libpmix-dev:s390x. 167s Preparing to unpack .../186-libpmix-dev_5.0.6-3_s390x.deb ... 167s Unpacking libpmix-dev:s390x (5.0.6-3) ... 167s Selecting previously unselected package libjs-jquery-ui. 167s Preparing to unpack .../187-libjs-jquery-ui_1.13.2+dfsg-1_all.deb ... 167s Unpacking libjs-jquery-ui (1.13.2+dfsg-1) ... 167s Selecting previously unselected package openmpi-bin. 167s Preparing to unpack .../188-openmpi-bin_5.0.6-4_s390x.deb ... 167s Unpacking openmpi-bin (5.0.6-4) ... 167s Selecting previously unselected package libopenmpi-dev:s390x. 167s Preparing to unpack .../189-libopenmpi-dev_5.0.6-4_s390x.deb ... 167s Unpacking libopenmpi-dev:s390x (5.0.6-4) ... 167s Selecting previously unselected package mpi-default-dev. 167s Preparing to unpack .../190-mpi-default-dev_1.18_s390x.deb ... 167s Unpacking mpi-default-dev (1.18) ... 167s Selecting previously unselected package libboost-mpi1.83-dev. 167s Preparing to unpack .../191-libboost-mpi1.83-dev_1.83.0-4.1ubuntu1_s390x.deb ... 167s Unpacking libboost-mpi1.83-dev (1.83.0-4.1ubuntu1) ... 167s Selecting previously unselected package libboost-mpi-dev. 167s Preparing to unpack .../192-libboost-mpi-dev_1.83.0.2ubuntu1_s390x.deb ... 167s Unpacking libboost-mpi-dev (1.83.0.2ubuntu1) ... 167s Selecting previously unselected package libboost-program-options1.83.0:s390x. 167s Preparing to unpack .../193-libboost-program-options1.83.0_1.83.0-4.1ubuntu1_s390x.deb ... 167s Unpacking libboost-program-options1.83.0:s390x (1.83.0-4.1ubuntu1) ... 167s Selecting previously unselected package libboost-program-options1.83-dev:s390x. 167s Preparing to unpack .../194-libboost-program-options1.83-dev_1.83.0-4.1ubuntu1_s390x.deb ... 167s Unpacking libboost-program-options1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 167s Selecting previously unselected package libboost-program-options-dev:s390x. 167s Preparing to unpack .../195-libboost-program-options-dev_1.83.0.2ubuntu1_s390x.deb ... 167s Unpacking libboost-program-options-dev:s390x (1.83.0.2ubuntu1) ... 167s Selecting previously unselected package libboost-serialization-dev:s390x. 167s Preparing to unpack .../196-libboost-serialization-dev_1.83.0.2ubuntu1_s390x.deb ... 167s Unpacking libboost-serialization-dev:s390x (1.83.0.2ubuntu1) ... 167s Selecting previously unselected package libboost-thread1.83.0:s390x. 167s Preparing to unpack .../197-libboost-thread1.83.0_1.83.0-4.1ubuntu1_s390x.deb ... 167s Unpacking libboost-thread1.83.0:s390x (1.83.0-4.1ubuntu1) ... 167s Selecting previously unselected package libboost-thread1.83-dev:s390x. 167s Preparing to unpack .../198-libboost-thread1.83-dev_1.83.0-4.1ubuntu1_s390x.deb ... 167s Unpacking libboost-thread1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 167s Selecting previously unselected package libboost-thread-dev:s390x. 167s Preparing to unpack .../199-libboost-thread-dev_1.83.0.2ubuntu1_s390x.deb ... 167s Unpacking libboost-thread-dev:s390x (1.83.0.2ubuntu1) ... 167s Selecting previously unselected package libboost-timer1.83.0:s390x. 167s Preparing to unpack .../200-libboost-timer1.83.0_1.83.0-4.1ubuntu1_s390x.deb ... 167s Unpacking libboost-timer1.83.0:s390x (1.83.0-4.1ubuntu1) ... 167s Selecting previously unselected package libboost-timer1.83-dev:s390x. 167s Preparing to unpack .../201-libboost-timer1.83-dev_1.83.0-4.1ubuntu1_s390x.deb ... 167s Unpacking libboost-timer1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 167s Selecting previously unselected package libboost-timer-dev:s390x. 167s Preparing to unpack .../202-libboost-timer-dev_1.83.0.2ubuntu1_s390x.deb ... 167s Unpacking libboost-timer-dev:s390x (1.83.0.2ubuntu1) ... 167s Selecting previously unselected package libbrotli-dev:s390x. 167s Preparing to unpack .../203-libbrotli-dev_1.1.0-2build3_s390x.deb ... 167s Unpacking libbrotli-dev:s390x (1.1.0-2build3) ... 167s Selecting previously unselected package libbtf2:s390x. 167s Preparing to unpack .../204-libbtf2_1%3a7.8.3+dfsg-3_s390x.deb ... 167s Unpacking libbtf2:s390x (1:7.8.3+dfsg-3) ... 167s Selecting previously unselected package libcamd3:s390x. 167s Preparing to unpack .../205-libcamd3_1%3a7.8.3+dfsg-3_s390x.deb ... 167s Unpacking libcamd3:s390x (1:7.8.3+dfsg-3) ... 167s Selecting previously unselected package libccolamd3:s390x. 167s Preparing to unpack .../206-libccolamd3_1%3a7.8.3+dfsg-3_s390x.deb ... 167s Unpacking libccolamd3:s390x (1:7.8.3+dfsg-3) ... 167s Selecting previously unselected package libcolamd3:s390x. 167s Preparing to unpack .../207-libcolamd3_1%3a7.8.3+dfsg-3_s390x.deb ... 167s Unpacking libcolamd3:s390x (1:7.8.3+dfsg-3) ... 167s Selecting previously unselected package libcholmod5:s390x. 167s Preparing to unpack .../208-libcholmod5_1%3a7.8.3+dfsg-3_s390x.deb ... 167s Unpacking libcholmod5:s390x (1:7.8.3+dfsg-3) ... 167s Selecting previously unselected package libcombblas2.0.0t64:s390x. 167s Preparing to unpack .../209-libcombblas2.0.0t64_2.0.0-6build1_s390x.deb ... 167s Unpacking libcombblas2.0.0t64:s390x (2.0.0-6build1) ... 167s Selecting previously unselected package libidn2-dev:s390x. 167s Preparing to unpack .../210-libidn2-dev_2.3.7-2build2_s390x.deb ... 167s Unpacking libidn2-dev:s390x (2.3.7-2build2) ... 167s Selecting previously unselected package libkrb5-dev:s390x. 167s Preparing to unpack .../211-libkrb5-dev_1.21.3-4ubuntu1_s390x.deb ... 167s Unpacking libkrb5-dev:s390x (1.21.3-4ubuntu1) ... 167s Selecting previously unselected package libldap-dev:s390x. 167s Preparing to unpack .../212-libldap-dev_2.6.9+dfsg-1~exp2ubuntu1_s390x.deb ... 167s Unpacking libldap-dev:s390x (2.6.9+dfsg-1~exp2ubuntu1) ... 167s Selecting previously unselected package libpkgconf3:s390x. 167s Preparing to unpack .../213-libpkgconf3_1.8.1-4_s390x.deb ... 167s Unpacking libpkgconf3:s390x (1.8.1-4) ... 167s Selecting previously unselected package pkgconf-bin. 167s Preparing to unpack .../214-pkgconf-bin_1.8.1-4_s390x.deb ... 167s Unpacking pkgconf-bin (1.8.1-4) ... 167s Selecting previously unselected package pkgconf:s390x. 167s Preparing to unpack .../215-pkgconf_1.8.1-4_s390x.deb ... 167s Unpacking pkgconf:s390x (1.8.1-4) ... 167s Selecting previously unselected package libnghttp2-dev:s390x. 167s Preparing to unpack .../216-libnghttp2-dev_1.64.0-1_s390x.deb ... 167s Unpacking libnghttp2-dev:s390x (1.64.0-1) ... 167s Selecting previously unselected package libpsl-dev:s390x. 167s Preparing to unpack .../217-libpsl-dev_0.21.2-1.1build1_s390x.deb ... 167s Unpacking libpsl-dev:s390x (0.21.2-1.1build1) ... 167s Selecting previously unselected package libgmpxx4ldbl:s390x. 167s Preparing to unpack .../218-libgmpxx4ldbl_2%3a6.3.0+dfsg-2ubuntu7_s390x.deb ... 167s Unpacking libgmpxx4ldbl:s390x (2:6.3.0+dfsg-2ubuntu7) ... 167s Selecting previously unselected package libgmp-dev:s390x. 167s Preparing to unpack .../219-libgmp-dev_2%3a6.3.0+dfsg-2ubuntu7_s390x.deb ... 167s Unpacking libgmp-dev:s390x (2:6.3.0+dfsg-2ubuntu7) ... 167s Selecting previously unselected package libunbound8:s390x. 167s Preparing to unpack .../220-libunbound8_1.22.0-1ubuntu1_s390x.deb ... 167s Unpacking libunbound8:s390x (1.22.0-1ubuntu1) ... 167s Selecting previously unselected package libgnutls-dane0t64:s390x. 167s Preparing to unpack .../221-libgnutls-dane0t64_3.8.9-2ubuntu1_s390x.deb ... 167s Unpacking libgnutls-dane0t64:s390x (3.8.9-2ubuntu1) ... 167s Selecting previously unselected package libgnutls-openssl27t64:s390x. 167s Preparing to unpack .../222-libgnutls-openssl27t64_3.8.9-2ubuntu1_s390x.deb ... 167s Unpacking libgnutls-openssl27t64:s390x (3.8.9-2ubuntu1) ... 167s Selecting previously unselected package libp11-kit-dev:s390x. 167s Preparing to unpack .../223-libp11-kit-dev_0.25.5-2ubuntu3_s390x.deb ... 167s Unpacking libp11-kit-dev:s390x (0.25.5-2ubuntu3) ... 167s Selecting previously unselected package libtasn1-6-dev:s390x. 167s Preparing to unpack .../224-libtasn1-6-dev_4.20.0-2_s390x.deb ... 167s Unpacking libtasn1-6-dev:s390x (4.20.0-2) ... 168s Selecting previously unselected package nettle-dev:s390x. 168s Preparing to unpack .../225-nettle-dev_3.10.1-1_s390x.deb ... 168s Unpacking nettle-dev:s390x (3.10.1-1) ... 168s Selecting previously unselected package libgnutls28-dev:s390x. 168s Preparing to unpack .../226-libgnutls28-dev_3.8.9-2ubuntu1_s390x.deb ... 168s Unpacking libgnutls28-dev:s390x (3.8.9-2ubuntu1) ... 168s Selecting previously unselected package librtmp-dev:s390x. 168s Preparing to unpack .../227-librtmp-dev_2.4+20151223.gitfa8646d.1-2build7_s390x.deb ... 168s Unpacking librtmp-dev:s390x (2.4+20151223.gitfa8646d.1-2build7) ... 168s Selecting previously unselected package libssl-dev:s390x. 168s Preparing to unpack .../228-libssl-dev_3.4.0-1ubuntu2_s390x.deb ... 168s Unpacking libssl-dev:s390x (3.4.0-1ubuntu2) ... 168s Selecting previously unselected package libssh2-1-dev:s390x. 168s Preparing to unpack .../229-libssh2-1-dev_1.11.1-1_s390x.deb ... 168s Unpacking libssh2-1-dev:s390x (1.11.1-1) ... 168s Selecting previously unselected package libzstd-dev:s390x. 168s Preparing to unpack .../230-libzstd-dev_1.5.6+dfsg-2_s390x.deb ... 168s Unpacking libzstd-dev:s390x (1.5.6+dfsg-2) ... 168s Selecting previously unselected package libcurl4-openssl-dev:s390x. 168s Preparing to unpack .../231-libcurl4-openssl-dev_8.12.0+git20250209.89ed161+ds-1ubuntu1_s390x.deb ... 168s Unpacking libcurl4-openssl-dev:s390x (8.12.0+git20250209.89ed161+ds-1ubuntu1) ... 168s Selecting previously unselected package libcxsparse4:s390x. 168s Preparing to unpack .../232-libcxsparse4_1%3a7.8.3+dfsg-3_s390x.deb ... 168s Unpacking libcxsparse4:s390x (1:7.8.3+dfsg-3) ... 168s Selecting previously unselected package libdolfin-dev-common. 168s Preparing to unpack .../233-libdolfin-dev-common_2019.2.0~legacy20240219.1c52e83-18_all.deb ... 168s Unpacking libdolfin-dev-common (2019.2.0~legacy20240219.1c52e83-18) ... 168s Selecting previously unselected package libsz2:s390x. 168s Preparing to unpack .../234-libsz2_1.1.3-1_s390x.deb ... 168s Unpacking libsz2:s390x (1.1.3-1) ... 168s Selecting previously unselected package libhdf5-openmpi-310:s390x. 168s Preparing to unpack .../235-libhdf5-openmpi-310_1.14.5+repack-3_s390x.deb ... 168s Unpacking libhdf5-openmpi-310:s390x (1.14.5+repack-3) ... 168s Selecting previously unselected package libfftw3-double3:s390x. 168s Preparing to unpack .../236-libfftw3-double3_3.3.10-2fakesync1build1_s390x.deb ... 168s Unpacking libfftw3-double3:s390x (3.3.10-2fakesync1build1) ... 168s Selecting previously unselected package libfftw3-long3:s390x. 168s Preparing to unpack .../237-libfftw3-long3_3.3.10-2fakesync1build1_s390x.deb ... 168s Unpacking libfftw3-long3:s390x (3.3.10-2fakesync1build1) ... 168s Selecting previously unselected package libfftw3-single3:s390x. 168s Preparing to unpack .../238-libfftw3-single3_3.3.10-2fakesync1build1_s390x.deb ... 168s Unpacking libfftw3-single3:s390x (3.3.10-2fakesync1build1) ... 168s Selecting previously unselected package libfftw3-mpi3:s390x. 168s Preparing to unpack .../239-libfftw3-mpi3_3.3.10-2fakesync1build1_s390x.deb ... 168s Unpacking libfftw3-mpi3:s390x (3.3.10-2fakesync1build1) ... 168s Selecting previously unselected package libmetis5:s390x. 168s Preparing to unpack .../240-libmetis5_5.1.0.dfsg-7build3_s390x.deb ... 168s Unpacking libmetis5:s390x (5.1.0.dfsg-7build3) ... 168s Selecting previously unselected package libptscotch-7.0:s390x. 168s Preparing to unpack .../241-libptscotch-7.0_7.0.5-1ubuntu2_s390x.deb ... 168s Unpacking libptscotch-7.0:s390x (7.0.5-1ubuntu2) ... 168s Selecting previously unselected package libsuperlu-dist8:s390x. 168s Preparing to unpack .../242-libsuperlu-dist8_8.2.1+dfsg1-5build1_s390x.deb ... 168s Unpacking libsuperlu-dist8:s390x (8.2.1+dfsg1-5build1) ... 168s Selecting previously unselected package libhypre-2.32.0:s390x. 168s Preparing to unpack .../243-libhypre-2.32.0_2.32.0-4_s390x.deb ... 168s Unpacking libhypre-2.32.0:s390x (2.32.0-4) ... 168s Selecting previously unselected package libklu2:s390x. 168s Preparing to unpack .../244-libklu2_1%3a7.8.3+dfsg-3_s390x.deb ... 168s Unpacking libklu2:s390x (1:7.8.3+dfsg-3) ... 168s Selecting previously unselected package mpi-default-bin. 168s Preparing to unpack .../245-mpi-default-bin_1.18_s390x.deb ... 168s Unpacking mpi-default-bin (1.18) ... 168s Selecting previously unselected package libscalapack-openmpi2.2:s390x. 168s Preparing to unpack .../246-libscalapack-openmpi2.2_2.2.2-1ubuntu1_s390x.deb ... 168s Unpacking libscalapack-openmpi2.2:s390x (2.2.2-1ubuntu1) ... 168s Selecting previously unselected package libmumps-5.7:s390x. 168s Preparing to unpack .../247-libmumps-5.7_5.7.3-3build2_s390x.deb ... 168s Unpacking libmumps-5.7:s390x (5.7.3-3build2) ... 168s Selecting previously unselected package libspqr4:s390x. 168s Preparing to unpack .../248-libspqr4_1%3a7.8.3+dfsg-3_s390x.deb ... 168s Unpacking libspqr4:s390x (1:7.8.3+dfsg-3) ... 168s Selecting previously unselected package libsuperlu7:s390x. 168s Preparing to unpack .../249-libsuperlu7_7.0.0+dfsg1-2_s390x.deb ... 168s Unpacking libsuperlu7:s390x (7.0.0+dfsg1-2) ... 168s Selecting previously unselected package libumfpack6:s390x. 168s Preparing to unpack .../250-libumfpack6_1%3a7.8.3+dfsg-3_s390x.deb ... 168s Unpacking libumfpack6:s390x (1:7.8.3+dfsg-3) ... 168s Selecting previously unselected package libpetsc-real3.22:s390x. 168s Preparing to unpack .../251-libpetsc-real3.22_3.22.2+dfsg1-1ubuntu2_s390x.deb ... 168s Unpacking libpetsc-real3.22:s390x (3.22.2+dfsg1-1ubuntu2) ... 168s Selecting previously unselected package libparpack2t64:s390x. 168s Preparing to unpack .../252-libparpack2t64_3.9.1-4_s390x.deb ... 168s Unpacking libparpack2t64:s390x (3.9.1-4) ... 168s Selecting previously unselected package libslepc-real3.22. 168s Preparing to unpack .../253-libslepc-real3.22_3.22.2+dfsg1-1build1_s390x.deb ... 168s Unpacking libslepc-real3.22 (3.22.2+dfsg1-1build1) ... 168s Selecting previously unselected package libdolfin2019.2t64:s390x. 168s Preparing to unpack .../254-libdolfin2019.2t64_2019.2.0~legacy20240219.1c52e83-18_s390x.deb ... 168s Unpacking libdolfin2019.2t64:s390x (2019.2.0~legacy20240219.1c52e83-18) ... 168s Selecting previously unselected package libopenblas64-0-pthread:s390x. 168s Preparing to unpack .../255-libopenblas64-0-pthread_0.3.29+ds-2_s390x.deb ... 168s Unpacking libopenblas64-0-pthread:s390x (0.3.29+ds-2) ... 169s Selecting previously unselected package liblapack64-3:s390x. 169s Preparing to unpack .../256-liblapack64-3_3.12.1-2_s390x.deb ... 169s Unpacking liblapack64-3:s390x (3.12.1-2) ... 169s Selecting previously unselected package libhypre64m-2.32.0:s390x. 169s Preparing to unpack .../257-libhypre64m-2.32.0_2.32.0-4_s390x.deb ... 169s Unpacking libhypre64m-2.32.0:s390x (2.32.0-4) ... 169s Selecting previously unselected package libmumps-64pord-5.7:s390x. 169s Preparing to unpack .../258-libmumps-64pord-5.7_5.7.3-3build2_s390x.deb ... 169s Unpacking libmumps-64pord-5.7:s390x (5.7.3-3build2) ... 169s Selecting previously unselected package libpetsc64-real3.22:s390x. 169s Preparing to unpack .../259-libpetsc64-real3.22_3.22.2+dfsg1-1ubuntu2_s390x.deb ... 169s Unpacking libpetsc64-real3.22:s390x (3.22.2+dfsg1-1ubuntu2) ... 169s Selecting previously unselected package libslepc64-real3.22. 169s Preparing to unpack .../260-libslepc64-real3.22_3.22.2+dfsg1-1build1_s390x.deb ... 169s Unpacking libslepc64-real3.22 (3.22.2+dfsg1-1build1) ... 169s Selecting previously unselected package libdolfin64-2019.2t64:s390x. 169s Preparing to unpack .../261-libdolfin64-2019.2t64_2019.2.0~legacy20240219.1c52e83-18_s390x.deb ... 169s Unpacking libdolfin64-2019.2t64:s390x (2019.2.0~legacy20240219.1c52e83-18) ... 169s Selecting previously unselected package pkg-config:s390x. 169s Preparing to unpack .../262-pkg-config_1.8.1-4_s390x.deb ... 169s Unpacking pkg-config:s390x (1.8.1-4) ... 169s Selecting previously unselected package libeigen3-dev. 169s Preparing to unpack .../263-libeigen3-dev_3.4.0-4build1_all.deb ... 169s Unpacking libeigen3-dev (3.4.0-4build1) ... 169s Selecting previously unselected package libhdf5-openmpi-fortran-310:s390x. 169s Preparing to unpack .../264-libhdf5-openmpi-fortran-310_1.14.5+repack-3_s390x.deb ... 169s Unpacking libhdf5-openmpi-fortran-310:s390x (1.14.5+repack-3) ... 169s Selecting previously unselected package libhdf5-openmpi-hl-310:s390x. 169s Preparing to unpack .../265-libhdf5-openmpi-hl-310_1.14.5+repack-3_s390x.deb ... 169s Unpacking libhdf5-openmpi-hl-310:s390x (1.14.5+repack-3) ... 169s Selecting previously unselected package libhdf5-openmpi-hl-fortran-310:s390x. 169s Preparing to unpack .../266-libhdf5-openmpi-hl-fortran-310_1.14.5+repack-3_s390x.deb ... 169s Unpacking libhdf5-openmpi-hl-fortran-310:s390x (1.14.5+repack-3) ... 169s Selecting previously unselected package libhdf5-openmpi-cpp-310:s390x. 169s Preparing to unpack .../267-libhdf5-openmpi-cpp-310_1.14.5+repack-3_s390x.deb ... 169s Unpacking libhdf5-openmpi-cpp-310:s390x (1.14.5+repack-3) ... 169s Selecting previously unselected package libhdf5-openmpi-hl-cpp-310:s390x. 169s Preparing to unpack .../268-libhdf5-openmpi-hl-cpp-310_1.14.5+repack-3_s390x.deb ... 169s Unpacking libhdf5-openmpi-hl-cpp-310:s390x (1.14.5+repack-3) ... 169s Selecting previously unselected package libaec-dev:s390x. 169s Preparing to unpack .../269-libaec-dev_1.1.3-1_s390x.deb ... 169s Unpacking libaec-dev:s390x (1.1.3-1) ... 169s Selecting previously unselected package libjpeg-turbo8-dev:s390x. 169s Preparing to unpack .../270-libjpeg-turbo8-dev_2.1.5-3ubuntu2_s390x.deb ... 169s Unpacking libjpeg-turbo8-dev:s390x (2.1.5-3ubuntu2) ... 169s Selecting previously unselected package libjpeg8-dev:s390x. 169s Preparing to unpack .../271-libjpeg8-dev_8c-2ubuntu11_s390x.deb ... 169s Unpacking libjpeg8-dev:s390x (8c-2ubuntu11) ... 169s Selecting previously unselected package libjpeg-dev:s390x. 169s Preparing to unpack .../272-libjpeg-dev_8c-2ubuntu11_s390x.deb ... 169s Unpacking libjpeg-dev:s390x (8c-2ubuntu11) ... 169s Selecting previously unselected package libhdf5-openmpi-dev. 169s Preparing to unpack .../273-libhdf5-openmpi-dev_1.14.5+repack-3_s390x.deb ... 169s Unpacking libhdf5-openmpi-dev (1.14.5+repack-3) ... 169s Selecting previously unselected package libhdf5-mpi-dev:s390x. 169s Preparing to unpack .../274-libhdf5-mpi-dev_1.14.5+repack-3_s390x.deb ... 169s Unpacking libhdf5-mpi-dev:s390x (1.14.5+repack-3) ... 169s Selecting previously unselected package libldl3:s390x. 169s Preparing to unpack .../275-libldl3_1%3a7.8.3+dfsg-3_s390x.deb ... 169s Unpacking libldl3:s390x (1:7.8.3+dfsg-3) ... 169s Selecting previously unselected package libsuitesparse-mongoose3:s390x. 169s Preparing to unpack .../276-libsuitesparse-mongoose3_1%3a7.8.3+dfsg-3_s390x.deb ... 169s Unpacking libsuitesparse-mongoose3:s390x (1:7.8.3+dfsg-3) ... 169s Selecting previously unselected package librbio4:s390x. 169s Preparing to unpack .../277-librbio4_1%3a7.8.3+dfsg-3_s390x.deb ... 169s Unpacking librbio4:s390x (1:7.8.3+dfsg-3) ... 169s Selecting previously unselected package libspex3:s390x. 169s Preparing to unpack .../278-libspex3_1%3a7.8.3+dfsg-3_s390x.deb ... 169s Unpacking libspex3:s390x (1:7.8.3+dfsg-3) ... 169s Selecting previously unselected package libparu1:s390x. 169s Preparing to unpack .../279-libparu1_1%3a7.8.3+dfsg-3_s390x.deb ... 169s Unpacking libparu1:s390x (1:7.8.3+dfsg-3) ... 169s Selecting previously unselected package libsuitesparse-dev:s390x. 169s Preparing to unpack .../280-libsuitesparse-dev_1%3a7.8.3+dfsg-3_s390x.deb ... 169s Unpacking libsuitesparse-dev:s390x (1:7.8.3+dfsg-3) ... 169s Selecting previously unselected package libscotch-7.0:s390x. 169s Preparing to unpack .../281-libscotch-7.0_7.0.5-1ubuntu2_s390x.deb ... 169s Unpacking libscotch-7.0:s390x (7.0.5-1ubuntu2) ... 169s Selecting previously unselected package libscotch-dev. 169s Preparing to unpack .../282-libscotch-dev_7.0.5-1ubuntu2_s390x.deb ... 169s Unpacking libscotch-dev (7.0.5-1ubuntu2) ... 169s Selecting previously unselected package libxml2-dev:s390x. 169s Preparing to unpack .../283-libxml2-dev_2.12.7+dfsg+really2.9.14-0.2ubuntu3_s390x.deb ... 169s Unpacking libxml2-dev:s390x (2.12.7+dfsg+really2.9.14-0.2ubuntu3) ... 170s Selecting previously unselected package python3-numpy. 170s Preparing to unpack .../284-python3-numpy_1%3a1.26.4+ds-13_s390x.deb ... 170s Unpacking python3-numpy (1:1.26.4+ds-13) ... 170s Selecting previously unselected package python3-mpi4py. 170s Preparing to unpack .../285-python3-mpi4py_4.0.1-6ubuntu1_s390x.deb ... 170s Unpacking python3-mpi4py (4.0.1-6ubuntu1) ... 170s Selecting previously unselected package python3-dijitso. 170s Preparing to unpack .../286-python3-dijitso_2019.2.0~git20190418.c92dcb0-4_all.deb ... 170s Unpacking python3-dijitso (2019.2.0~git20190418.c92dcb0-4) ... 170s Selecting previously unselected package python3-mpmath. 170s Preparing to unpack .../287-python3-mpmath_1.3.0-1_all.deb ... 170s Unpacking python3-mpmath (1.3.0-1) ... 170s Selecting previously unselected package python3-sympy. 170s Preparing to unpack .../288-python3-sympy_1.13.3-1_all.deb ... 170s Unpacking python3-sympy (1.13.3-1) ... 170s Selecting previously unselected package python3-fiat. 170s Preparing to unpack .../289-python3-fiat_2019.2.0~git20210419.7d418fa-6_all.deb ... 170s Unpacking python3-fiat (2019.2.0~git20210419.7d418fa-6) ... 170s Selecting previously unselected package python3-ufl-legacy. 170s Preparing to unpack .../290-python3-ufl-legacy_1%3a2022.3.0-3_all.deb ... 170s Unpacking python3-ufl-legacy (1:2022.3.0-3) ... 170s Selecting previously unselected package python3-ffc. 170s Preparing to unpack .../291-python3-ffc_2019.2.0~legacy20230509.35df986-4_all.deb ... 170s Unpacking python3-ffc (2019.2.0~legacy20230509.35df986-4) ... 170s Selecting previously unselected package libjs-mathjax. 170s Preparing to unpack .../292-libjs-mathjax_2.7.9+dfsg-1_all.deb ... 170s Unpacking libjs-mathjax (2.7.9+dfsg-1) ... 170s Selecting previously unselected package libptscotch-dev. 170s Preparing to unpack .../293-libptscotch-dev_7.0.5-1ubuntu2_s390x.deb ... 170s Unpacking libptscotch-dev (7.0.5-1ubuntu2) ... 170s Selecting previously unselected package libscalapack-openmpi-dev:s390x. 170s Preparing to unpack .../294-libscalapack-openmpi-dev_2.2.2-1ubuntu1_s390x.deb ... 170s Unpacking libscalapack-openmpi-dev:s390x (2.2.2-1ubuntu1) ... 170s Selecting previously unselected package libscalapack-mpi-dev:s390x. 170s Preparing to unpack .../295-libscalapack-mpi-dev_2.2.2-1ubuntu1_s390x.deb ... 170s Unpacking libscalapack-mpi-dev:s390x (2.2.2-1ubuntu1) ... 171s Selecting previously unselected package libfftw3-bin. 171s Preparing to unpack .../296-libfftw3-bin_3.3.10-2fakesync1build1_s390x.deb ... 171s Unpacking libfftw3-bin (3.3.10-2fakesync1build1) ... 171s Selecting previously unselected package libfftw3-dev:s390x. 171s Preparing to unpack .../297-libfftw3-dev_3.3.10-2fakesync1build1_s390x.deb ... 171s Unpacking libfftw3-dev:s390x (3.3.10-2fakesync1build1) ... 171s Selecting previously unselected package libfftw3-mpi-dev:s390x. 171s Preparing to unpack .../298-libfftw3-mpi-dev_3.3.10-2fakesync1build1_s390x.deb ... 171s Unpacking libfftw3-mpi-dev:s390x (3.3.10-2fakesync1build1) ... 171s Selecting previously unselected package opencl-c-headers. 171s Preparing to unpack .../299-opencl-c-headers_3.0~2024.10.24-2_all.deb ... 171s Unpacking opencl-c-headers (3.0~2024.10.24-2) ... 171s Selecting previously unselected package opencl-clhpp-headers. 171s Preparing to unpack .../300-opencl-clhpp-headers_3.0~2024.10.24-2ubuntu1_all.deb ... 171s Unpacking opencl-clhpp-headers (3.0~2024.10.24-2ubuntu1) ... 171s Selecting previously unselected package ocl-icd-opencl-dev:s390x. 171s Preparing to unpack .../301-ocl-icd-opencl-dev_2.3.2-1build1_s390x.deb ... 171s Unpacking ocl-icd-opencl-dev:s390x (2.3.2-1build1) ... 171s Selecting previously unselected package libsuperlu-dev:s390x. 171s Preparing to unpack .../302-libsuperlu-dev_7.0.0+dfsg1-2_s390x.deb ... 171s Unpacking libsuperlu-dev:s390x (7.0.0+dfsg1-2) ... 171s Selecting previously unselected package libsuperlu-dist-dev:s390x. 171s Preparing to unpack .../303-libsuperlu-dist-dev_8.2.1+dfsg1-5build1_s390x.deb ... 171s Unpacking libsuperlu-dist-dev:s390x (8.2.1+dfsg1-5build1) ... 171s Selecting previously unselected package xorg-sgml-doctools. 171s Preparing to unpack .../304-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ... 171s Unpacking xorg-sgml-doctools (1:1.11-1.1) ... 171s Selecting previously unselected package x11proto-dev. 171s Preparing to unpack .../305-x11proto-dev_2024.1-1_all.deb ... 171s Unpacking x11proto-dev (2024.1-1) ... 171s Selecting previously unselected package libxau-dev:s390x. 171s Preparing to unpack .../306-libxau-dev_1%3a1.0.11-1_s390x.deb ... 171s Unpacking libxau-dev:s390x (1:1.0.11-1) ... 171s Selecting previously unselected package libxdmcp-dev:s390x. 171s Preparing to unpack .../307-libxdmcp-dev_1%3a1.1.5-1_s390x.deb ... 171s Unpacking libxdmcp-dev:s390x (1:1.1.5-1) ... 171s Selecting previously unselected package xtrans-dev. 171s Preparing to unpack .../308-xtrans-dev_1.4.0-1_all.deb ... 171s Unpacking xtrans-dev (1.4.0-1) ... 171s Selecting previously unselected package libxcb1-dev:s390x. 171s Preparing to unpack .../309-libxcb1-dev_1.17.0-2_s390x.deb ... 171s Unpacking libxcb1-dev:s390x (1.17.0-2) ... 171s Selecting previously unselected package libx11-dev:s390x. 171s Preparing to unpack .../310-libx11-dev_2%3a1.8.10-2_s390x.deb ... 171s Unpacking libx11-dev:s390x (2:1.8.10-2) ... 171s Selecting previously unselected package libyaml-dev:s390x. 171s Preparing to unpack .../311-libyaml-dev_0.2.5-2_s390x.deb ... 171s Unpacking libyaml-dev:s390x (0.2.5-2) ... 171s Selecting previously unselected package libpetsc3.22-dev-common. 171s Preparing to unpack .../312-libpetsc3.22-dev-common_3.22.2+dfsg1-1ubuntu2_all.deb ... 171s Unpacking libpetsc3.22-dev-common (3.22.2+dfsg1-1ubuntu2) ... 171s Selecting previously unselected package libhypre-dev:s390x. 171s Preparing to unpack .../313-libhypre-dev_2.32.0-4_s390x.deb ... 171s Unpacking libhypre-dev:s390x (2.32.0-4) ... 171s Selecting previously unselected package libmumps-headers-dev. 171s Preparing to unpack .../314-libmumps-headers-dev_5.7.3-3build2_all.deb ... 171s Unpacking libmumps-headers-dev (5.7.3-3build2) ... 171s Selecting previously unselected package libmumps-dev:s390x. 171s Preparing to unpack .../315-libmumps-dev_5.7.3-3build2_s390x.deb ... 171s Unpacking libmumps-dev:s390x (5.7.3-3build2) ... 171s Selecting previously unselected package libc6-dbg:s390x. 171s Preparing to unpack .../316-libc6-dbg_2.40-4ubuntu1_s390x.deb ... 171s Unpacking libc6-dbg:s390x (2.40-4ubuntu1) ... 171s Selecting previously unselected package valgrind. 171s Preparing to unpack .../317-valgrind_1%3a3.24.0-0ubuntu1_s390x.deb ... 171s Unpacking valgrind (1:3.24.0-0ubuntu1) ... 171s Selecting previously unselected package valgrind-mpi. 171s Preparing to unpack .../318-valgrind-mpi_1%3a3.24.0-0ubuntu1_s390x.deb ... 171s Unpacking valgrind-mpi (1:3.24.0-0ubuntu1) ... 171s Selecting previously unselected package libpetsc-real3.22-dev:s390x. 171s Preparing to unpack .../319-libpetsc-real3.22-dev_3.22.2+dfsg1-1ubuntu2_s390x.deb ... 171s Unpacking libpetsc-real3.22-dev:s390x (3.22.2+dfsg1-1ubuntu2) ... 171s Selecting previously unselected package libparpack2-dev:s390x. 171s Preparing to unpack .../320-libparpack2-dev_3.9.1-4_s390x.deb ... 171s Unpacking libparpack2-dev:s390x (3.9.1-4) ... 172s Selecting previously unselected package libslepc-real3.22-dev. 172s Preparing to unpack .../321-libslepc-real3.22-dev_3.22.2+dfsg1-1build1_s390x.deb ... 172s Unpacking libslepc-real3.22-dev (3.22.2+dfsg1-1build1) ... 172s Selecting previously unselected package libdolfin-dev:s390x. 172s Preparing to unpack .../322-libdolfin-dev_2019.2.0~legacy20240219.1c52e83-18_s390x.deb ... 172s Unpacking libdolfin-dev:s390x (2019.2.0~legacy20240219.1c52e83-18) ... 172s Selecting previously unselected package libopenblas64-0:s390x. 172s Preparing to unpack .../323-libopenblas64-0_0.3.29+ds-2_s390x.deb ... 172s Unpacking libopenblas64-0:s390x (0.3.29+ds-2) ... 172s Selecting previously unselected package libopenblas64-pthread-dev:s390x. 172s Preparing to unpack .../324-libopenblas64-pthread-dev_0.3.29+ds-2_s390x.deb ... 172s Unpacking libopenblas64-pthread-dev:s390x (0.3.29+ds-2) ... 172s Selecting previously unselected package libopenblas64-dev:s390x. 172s Preparing to unpack .../325-libopenblas64-dev_0.3.29+ds-2_s390x.deb ... 172s Unpacking libopenblas64-dev:s390x (0.3.29+ds-2) ... 172s Selecting previously unselected package libhypre64m-dev:s390x. 172s Preparing to unpack .../326-libhypre64m-dev_2.32.0-4_s390x.deb ... 172s Unpacking libhypre64m-dev:s390x (2.32.0-4) ... 172s Selecting previously unselected package libmumps64-dev:s390x. 172s Preparing to unpack .../327-libmumps64-dev_5.7.3-3build2_s390x.deb ... 172s Unpacking libmumps64-dev:s390x (5.7.3-3build2) ... 172s Selecting previously unselected package libpetsc64-real3.22-dev:s390x. 172s Preparing to unpack .../328-libpetsc64-real3.22-dev_3.22.2+dfsg1-1ubuntu2_s390x.deb ... 172s Unpacking libpetsc64-real3.22-dev:s390x (3.22.2+dfsg1-1ubuntu2) ... 172s Selecting previously unselected package libslepc64-real3.22-dev. 172s Preparing to unpack .../329-libslepc64-real3.22-dev_3.22.2+dfsg1-1build1_s390x.deb ... 172s Unpacking libslepc64-real3.22-dev (3.22.2+dfsg1-1build1) ... 172s Selecting previously unselected package libdolfin64-dev:s390x. 172s Preparing to unpack .../330-libdolfin64-dev_2019.2.0~legacy20240219.1c52e83-18_s390x.deb ... 172s Unpacking libdolfin64-dev:s390x (2019.2.0~legacy20240219.1c52e83-18) ... 172s Selecting previously unselected package libexpat1-dev:s390x. 172s Preparing to unpack .../331-libexpat1-dev_2.6.4-1_s390x.deb ... 172s Unpacking libexpat1-dev:s390x (2.6.4-1) ... 172s Selecting previously unselected package libjs-underscore. 172s Preparing to unpack .../332-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ... 172s Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 172s Selecting previously unselected package libjs-sphinxdoc. 172s Preparing to unpack .../333-libjs-sphinxdoc_8.1.3-5_all.deb ... 172s Unpacking libjs-sphinxdoc (8.1.3-5) ... 172s Selecting previously unselected package libjson-perl. 172s Preparing to unpack .../334-libjson-perl_4.10000-1_all.deb ... 172s Unpacking libjson-perl (4.10000-1) ... 172s Selecting previously unselected package libpetsc-real-dev. 172s Preparing to unpack .../335-libpetsc-real-dev_3.22.2+dfsg1-1ubuntu2_all.deb ... 172s Unpacking libpetsc-real-dev (3.22.2+dfsg1-1ubuntu2) ... 172s Selecting previously unselected package libpetsc64-real-dev. 172s Preparing to unpack .../336-libpetsc64-real-dev_3.22.2+dfsg1-1ubuntu2_all.deb ... 172s Unpacking libpetsc64-real-dev (3.22.2+dfsg1-1ubuntu2) ... 172s Selecting previously unselected package libpython3.13-dev:s390x. 172s Preparing to unpack .../337-libpython3.13-dev_3.13.2-1_s390x.deb ... 172s Unpacking libpython3.13-dev:s390x (3.13.2-1) ... 172s Selecting previously unselected package libpython3-dev:s390x. 172s Preparing to unpack .../338-libpython3-dev_3.13.1-1~exp2_s390x.deb ... 172s Unpacking libpython3-dev:s390x (3.13.1-1~exp2) ... 172s Selecting previously unselected package libpython3.12t64:s390x. 172s Preparing to unpack .../339-libpython3.12t64_3.12.9-1_s390x.deb ... 172s Unpacking libpython3.12t64:s390x (3.12.9-1) ... 172s Selecting previously unselected package libpython3.12-dev:s390x. 172s Preparing to unpack .../340-libpython3.12-dev_3.12.9-1_s390x.deb ... 172s Unpacking libpython3.12-dev:s390x (3.12.9-1) ... 173s Selecting previously unselected package libpython3-all-dev:s390x. 173s Preparing to unpack .../341-libpython3-all-dev_3.13.1-1~exp2_s390x.deb ... 173s Unpacking libpython3-all-dev:s390x (3.13.1-1~exp2) ... 173s Selecting previously unselected package petsc64-dev. 173s Preparing to unpack .../342-petsc64-dev_3.22.2+dfsg1-1ubuntu2_all.deb ... 173s Unpacking petsc64-dev (3.22.2+dfsg1-1ubuntu2) ... 173s Selecting previously unselected package pybind11-dev. 173s Preparing to unpack .../343-pybind11-dev_2.13.6-2_all.deb ... 173s Unpacking pybind11-dev (2.13.6-2) ... 173s Selecting previously unselected package sphinx-common. 173s Preparing to unpack .../344-sphinx-common_8.1.3-5_all.deb ... 173s Unpacking sphinx-common (8.1.3-5) ... 173s Selecting previously unselected package python-petsc4py-doc. 173s Preparing to unpack .../345-python-petsc4py-doc_3.22.1-2ubuntu3_all.deb ... 173s Unpacking python-petsc4py-doc (3.22.1-2ubuntu3) ... 173s Selecting previously unselected package python3-all. 173s Preparing to unpack .../346-python3-all_3.13.1-1~exp2_s390x.deb ... 173s Unpacking python3-all (3.13.1-1~exp2) ... 173s Selecting previously unselected package python3.13-dev. 173s Preparing to unpack .../347-python3.13-dev_3.13.2-1_s390x.deb ... 173s Unpacking python3.13-dev (3.13.2-1) ... 173s Selecting previously unselected package python3-dev. 173s Preparing to unpack .../348-python3-dev_3.13.1-1~exp2_s390x.deb ... 173s Unpacking python3-dev (3.13.1-1~exp2) ... 173s Selecting previously unselected package python3.12-dev. 173s Preparing to unpack .../349-python3.12-dev_3.12.9-1_s390x.deb ... 173s Unpacking python3.12-dev (3.12.9-1) ... 173s Selecting previously unselected package python3-all-dev. 173s Preparing to unpack .../350-python3-all-dev_3.13.1-1~exp2_s390x.deb ... 173s Unpacking python3-all-dev (3.13.1-1~exp2) ... 173s Selecting previously unselected package python3-defusedxml. 173s Preparing to unpack .../351-python3-defusedxml_0.7.1-3_all.deb ... 173s Unpacking python3-defusedxml (0.7.1-3) ... 173s Selecting previously unselected package python3-roman. 173s Preparing to unpack .../352-python3-roman_5.0-1_all.deb ... 173s Unpacking python3-roman (5.0-1) ... 173s Selecting previously unselected package python3-docutils. 173s Preparing to unpack .../353-python3-docutils_0.21.2+dfsg-2_all.deb ... 173s Unpacking python3-docutils (0.21.2+dfsg-2) ... 173s Selecting previously unselected package swig. 173s Preparing to unpack .../354-swig_4.3.0-0ubuntu2_s390x.deb ... 173s Unpacking swig (4.3.0-0ubuntu2) ... 173s Selecting previously unselected package python3-petsc4py-real3.22. 173s Preparing to unpack .../355-python3-petsc4py-real3.22_3.22.1-2ubuntu3_s390x.deb ... 173s Unpacking python3-petsc4py-real3.22 (3.22.1-2ubuntu3) ... 173s Selecting previously unselected package python3-petsc4py-real. 173s Preparing to unpack .../356-python3-petsc4py-real_3.22.1-2ubuntu3_all.deb ... 173s Unpacking python3-petsc4py-real (3.22.1-2ubuntu3) ... 173s Selecting previously unselected package python3-slepc4py-real3.22. 173s Preparing to unpack .../357-python3-slepc4py-real3.22_3.22.1-2ubuntu2_s390x.deb ... 173s Unpacking python3-slepc4py-real3.22 (3.22.1-2ubuntu2) ... 173s Selecting previously unselected package python3-slepc4py-real. 173s Preparing to unpack .../358-python3-slepc4py-real_3.22.1-2ubuntu2_all.deb ... 173s Unpacking python3-slepc4py-real (3.22.1-2ubuntu2) ... 173s Selecting previously unselected package python3-dolfin-real. 173s Preparing to unpack .../359-python3-dolfin-real_2019.2.0~legacy20240219.1c52e83-18_s390x.deb ... 173s Unpacking python3-dolfin-real (2019.2.0~legacy20240219.1c52e83-18) ... 173s Selecting previously unselected package python3-petsc4py-64-real3.22. 173s Preparing to unpack .../360-python3-petsc4py-64-real3.22_3.22.1-2ubuntu3_s390x.deb ... 173s Unpacking python3-petsc4py-64-real3.22 (3.22.1-2ubuntu3) ... 173s Selecting previously unselected package python3-petsc4py-64-real. 173s Preparing to unpack .../361-python3-petsc4py-64-real_3.22.1-2ubuntu3_all.deb ... 173s Unpacking python3-petsc4py-64-real (3.22.1-2ubuntu3) ... 173s Selecting previously unselected package python3-slepc4py-64-real3.22. 173s Preparing to unpack .../362-python3-slepc4py-64-real3.22_3.22.1-2ubuntu2_s390x.deb ... 173s Unpacking python3-slepc4py-64-real3.22 (3.22.1-2ubuntu2) ... 173s Selecting previously unselected package python3-slepc4py-64-real. 173s Preparing to unpack .../363-python3-slepc4py-64-real_3.22.1-2ubuntu2_all.deb ... 173s Unpacking python3-slepc4py-64-real (3.22.1-2ubuntu2) ... 173s Selecting previously unselected package python3-pkgconfig. 173s Preparing to unpack .../364-python3-pkgconfig_1.5.5-2_all.deb ... 173s Unpacking python3-pkgconfig (1.5.5-2) ... 173s Selecting previously unselected package python3-pybind11. 173s Preparing to unpack .../365-python3-pybind11_2.13.6-2_all.deb ... 173s Unpacking python3-pybind11 (2.13.6-2) ... 173s Selecting previously unselected package python3-dolfin64-real. 173s Preparing to unpack .../366-python3-dolfin64-real_2019.2.0~legacy20240219.1c52e83-18_s390x.deb ... 173s Unpacking python3-dolfin64-real (2019.2.0~legacy20240219.1c52e83-18) ... 173s Selecting previously unselected package python3-imagesize. 173s Preparing to unpack .../367-python3-imagesize_1.4.1-1_all.deb ... 173s Unpacking python3-imagesize (1.4.1-1) ... 173s Selecting previously unselected package python3-packaging. 173s Preparing to unpack .../368-python3-packaging_24.2-1_all.deb ... 173s Unpacking python3-packaging (24.2-1) ... 173s Selecting previously unselected package python3-ply. 173s Preparing to unpack .../369-python3-ply_3.11-7_all.deb ... 173s Unpacking python3-ply (3.11-7) ... 173s Selecting previously unselected package python3-pusimp. 173s Preparing to unpack .../370-python3-pusimp_0.1.1-1_all.deb ... 173s Unpacking python3-pusimp (0.1.1-1) ... 173s Selecting previously unselected package python3-six. 173s Preparing to unpack .../371-python3-six_1.17.0-1_all.deb ... 173s Unpacking python3-six (1.17.0-1) ... 173s Selecting previously unselected package python3-snowballstemmer. 173s Preparing to unpack .../372-python3-snowballstemmer_2.2.0-4build1_all.deb ... 173s Unpacking python3-snowballstemmer (2.2.0-4build1) ... 173s Selecting previously unselected package python3-alabaster. 173s Preparing to unpack .../373-python3-alabaster_0.7.16-0.1_all.deb ... 173s Unpacking python3-alabaster (0.7.16-0.1) ... 173s Selecting previously unselected package python3-sphinx. 173s Preparing to unpack .../374-python3-sphinx_8.1.3-5_all.deb ... 173s Unpacking python3-sphinx (8.1.3-5) ... 174s Selecting previously unselected package sphinx-rtd-theme-common. 174s Preparing to unpack .../375-sphinx-rtd-theme-common_3.0.2+dfsg-2_all.deb ... 174s Unpacking sphinx-rtd-theme-common (3.0.2+dfsg-2) ... 174s Selecting previously unselected package python3-sphinxcontrib.jquery. 174s Preparing to unpack .../376-python3-sphinxcontrib.jquery_4.1-5_all.deb ... 174s Unpacking python3-sphinxcontrib.jquery (4.1-5) ... 174s Selecting previously unselected package python3-sphinx-rtd-theme. 174s Preparing to unpack .../377-python3-sphinx-rtd-theme_3.0.2+dfsg-2_all.deb ... 174s Unpacking python3-sphinx-rtd-theme (3.0.2+dfsg-2) ... 174s Selecting previously unselected package slepc64-dev. 174s Preparing to unpack .../378-slepc64-dev_3.22.2+dfsg1-1build1_s390x.deb ... 174s Unpacking slepc64-dev (3.22.2+dfsg1-1build1) ... 174s Selecting previously unselected package python3-petsc4py. 174s Preparing to unpack .../379-python3-petsc4py_3.22.1-2ubuntu3_all.deb ... 174s Unpacking python3-petsc4py (3.22.1-2ubuntu3) ... 174s Selecting previously unselected package python3-slepc4py. 174s Preparing to unpack .../380-python3-slepc4py_3.22.1-2ubuntu2_all.deb ... 174s Unpacking python3-slepc4py (3.22.1-2ubuntu2) ... 174s Selecting previously unselected package python3-dolfin. 174s Preparing to unpack .../381-python3-dolfin_2019.2.0~legacy20240219.1c52e83-18_s390x.deb ... 174s Unpacking python3-dolfin (2019.2.0~legacy20240219.1c52e83-18) ... 174s Selecting previously unselected package dolfin-bin. 174s Preparing to unpack .../382-dolfin-bin_2019.2.0~legacy20240219.1c52e83-18_all.deb ... 174s Unpacking dolfin-bin (2019.2.0~legacy20240219.1c52e83-18) ... 174s Selecting previously unselected package dolfin-doc. 174s Preparing to unpack .../383-dolfin-doc_2019.2.0~legacy20240219.1c52e83-18_all.deb ... 174s Unpacking dolfin-doc (2019.2.0~legacy20240219.1c52e83-18) ... 174s Selecting previously unselected package libjs-modernizr. 174s Preparing to unpack .../384-libjs-modernizr_3.13.0-0.1_all.deb ... 174s Unpacking libjs-modernizr (3.13.0-0.1) ... 174s Selecting previously unselected package petsc-dev. 174s Preparing to unpack .../385-petsc-dev_3.22.2+dfsg1-1ubuntu2_all.deb ... 174s Unpacking petsc-dev (3.22.2+dfsg1-1ubuntu2) ... 174s Selecting previously unselected package slepc-dev. 174s Preparing to unpack .../386-slepc-dev_3.22.2+dfsg1-1build1_s390x.deb ... 174s Unpacking slepc-dev (3.22.2+dfsg1-1build1) ... 174s Setting up dh-python (6.20250108) ... 174s Setting up libgraphite2-3:s390x (1.3.14-2ubuntu1) ... 174s Setting up libgnutls-openssl27t64:s390x (3.8.9-2ubuntu1) ... 174s Setting up libboost-program-options1.83.0:s390x (1.83.0-4.1ubuntu1) ... 174s Setting up libpixman-1-0:s390x (0.44.0-3) ... 174s Setting up libxapian30:s390x (1.4.25-2) ... 174s Setting up libsharpyuv0:s390x (1.5.0-0.1) ... 174s Setting up libaom3:s390x (3.12.0-1) ... 174s Setting up libpciaccess0:s390x (0.17-3build1) ... 174s Setting up fonts-lato (2.015-1) ... 174s Setting up fonts-mathjax (2.7.9+dfsg-1) ... 174s Setting up swig (4.3.0-0ubuntu2) ... 174s Setting up libzstd-dev:s390x (1.5.6+dfsg-2) ... 174s Setting up libxpm4:s390x (1:3.5.17-1build2) ... 174s Setting up libjs-mathjax (2.7.9+dfsg-1) ... 174s Setting up libboost-date-time1.83.0:s390x (1.83.0-4.1ubuntu1) ... 174s Setting up libxrender1:s390x (1:0.9.10-1.1build1) ... 174s Setting up libdatrie1:s390x (0.2.13-3build1) ... 174s Setting up libyaml-dev:s390x (0.2.5-2) ... 174s Setting up libboost-timer1.83.0:s390x (1.83.0-4.1ubuntu1) ... 174s Setting up libxcb-render0:s390x (1.17.0-2) ... 174s Setting up python3-defusedxml (0.7.1-3) ... 175s Setting up libarchive-zip-perl (1.68-1) ... 175s Setting up libevent-pthreads-2.1-7t64:s390x (2.1.12-stable-10) ... 175s Setting up python3-alabaster (0.7.16-0.1) ... 175s Setting up libscotch-7.0:s390x (7.0.5-1ubuntu2) ... 175s Setting up libboost-regex1.83.0:s390x (1.83.0-4.1ubuntu1) ... 175s Setting up libdebhelper-perl (13.24.1ubuntu2) ... 175s Setting up python3-ply (3.11-7) ... 175s Setting up libevent-openssl-2.1-7t64:s390x (2.1.12-stable-10) ... 175s Setting up libboost-system1.83.0:s390x (1.83.0-4.1ubuntu1) ... 175s Setting up liblab-gamut1:s390x (2.42.4-2build4) ... 175s Setting up libpython3.12-minimal:s390x (3.12.9-1) ... 175s Setting up x11-common (1:7.7+23ubuntu3) ... 175s Setting up libdeflate0:s390x (1.23-1) ... 175s Setting up libboost-thread1.83.0:s390x (1.83.0-4.1ubuntu1) ... 175s Setting up m4 (1.4.19-5) ... 175s Setting up libevent-2.1-7t64:s390x (2.1.12-stable-10) ... 175s Setting up libmetis5:s390x (5.1.0.dfsg-7build3) ... 175s Setting up libxcb-shm0:s390x (1.17.0-2) ... 175s Setting up libldl3:s390x (1:7.8.3+dfsg-3) ... 175s Setting up libboost-filesystem1.83.0:s390x (1.83.0-4.1ubuntu1) ... 175s Setting up libdolfin-dev-common (2019.2.0~legacy20240219.1c52e83-18) ... 175s Setting up libgomp1:s390x (15-20250213-1ubuntu1) ... 175s Setting up libjs-modernizr (3.13.0-0.1) ... 175s Setting up libjbig0:s390x (2.1-6.1ubuntu2) ... 175s Setting up libaec0:s390x (1.1.3-1) ... 175s Setting up libpsl-dev:s390x (0.21.2-1.1build1) ... 175s Setting up libc6-dbg:s390x (2.40-4ubuntu1) ... 175s Setting up libnuma-dev:s390x (2.0.18-1build1) ... 175s Setting up libxnvctrl0:s390x (510.47.03-0ubuntu4) ... 175s Setting up libboost-atomic1.83.0:s390x (1.83.0-4.1ubuntu1) ... 175s Setting up python3-six (1.17.0-1) ... 175s Setting up libboost-serialization1.83.0:s390x (1.83.0-4.1ubuntu1) ... 175s Setting up libbtf2:s390x (1:7.8.3+dfsg-3) ... 175s Setting up python3-roman (5.0-1) ... 175s Setting up xtrans-dev (1.4.0-1) ... 175s Setting up autotools-dev (20220109.1) ... 175s Setting up libxml2-dev:s390x (2.12.7+dfsg+really2.9.14-0.2ubuntu3) ... 175s Setting up libblas3:s390x (3.12.1-2) ... 175s update-alternatives: using /usr/lib/s390x-linux-gnu/blas/libblas.so.3 to provide /usr/lib/s390x-linux-gnu/libblas.so.3 (libblas.so.3-s390x-linux-gnu) in auto mode 175s Setting up python3-packaging (24.2-1) ... 176s Setting up libunbound8:s390x (1.22.0-1ubuntu1) ... 176s Setting up libpkgconf3:s390x (1.8.1-4) ... 176s Setting up libgmpxx4ldbl:s390x (2:6.3.0+dfsg-2ubuntu7) ... 176s Setting up libmunge2:s390x (0.5.16-1) ... 176s Setting up libexpat1-dev:s390x (2.6.4-1) ... 176s Setting up libgnutls-dane0t64:s390x (3.8.9-2ubuntu1) ... 176s Setting up libfreetype6:s390x (2.13.3+dfsg-1) ... 176s Setting up libboost-chrono1.83.0t64:s390x (1.83.0-4.1ubuntu1) ... 176s Setting up python3-snowballstemmer (2.2.0-4build1) ... 176s Setting up libboost-iostreams1.83.0:s390x (1.83.0-4.1ubuntu1) ... 176s Setting up libgssrpc4t64:s390x (1.21.3-4ubuntu1) ... 176s Setting up libjsoncpp26:s390x (1.9.6-3) ... 176s Setting up libldap-dev:s390x (2.6.9+dfsg-1~exp2ubuntu1) ... 176s Setting up libpathplan4:s390x (2.42.4-2build4) ... 176s Setting up libann0 (1.1.2+doc-9build1) ... 176s Setting up libimagequant0:s390x (2.18.0-1build1) ... 176s Setting up comerr-dev:s390x (2.1-1.47.2-1ubuntu1) ... 176s Setting up fonts-dejavu-mono (2.37-8) ... 176s Setting up libssl-dev:s390x (3.4.0-1ubuntu2) ... 176s Setting up libhwloc15:s390x (2.12.0-1) ... 176s Setting up libmpc3:s390x (1.3.1-1build2) ... 176s Setting up autopoint (0.23.1-1) ... 176s Setting up icu-devtools (76.1-1ubuntu2) ... 176s Setting up fonts-dejavu-core (2.37-8) ... 176s Setting up pkgconf-bin (1.8.1-4) ... 176s Setting up libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 176s Setting up libltdl7:s390x (2.5.4-3build1) ... 176s Setting up opencl-c-headers (3.0~2024.10.24-2) ... 176s Setting up libidn2-dev:s390x (2.3.7-2build2) ... 176s Setting up libfftw3-double3:s390x (3.3.10-2fakesync1build1) ... 176s Setting up libgfortran5:s390x (15-20250213-1ubuntu1) ... 176s Setting up autoconf (2.72-3) ... 176s Setting up libevent-extra-2.1-7t64:s390x (2.1.12-stable-10) ... 176s Setting up libwebp7:s390x (1.5.0-0.1) ... 176s Setting up libmumps-headers-dev (5.7.3-3build2) ... 176s Setting up libubsan1:s390x (15-20250213-1ubuntu1) ... 176s Setting up zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 176s Setting up dwz (0.15-1build6) ... 176s Setting up libnl-3-dev:s390x (3.7.0-0.3build2) ... 176s Setting up ocl-icd-libopencl1:s390x (2.3.2-1build1) ... 176s Setting up libasan8:s390x (15-20250213-1ubuntu1) ... 176s Setting up libjson-perl (4.10000-1) ... 176s Setting up libnsl2:s390x (1.3.0-3build3) ... 176s Setting up openmpi-common (5.0.6-4) ... 176s Setting up debugedit (1:5.1-2) ... 176s Setting up libsuitesparseconfig7:s390x (1:7.8.3+dfsg-3) ... 176s Setting up librdmacm1t64:s390x (55.0-1ubuntu1) ... 176s Setting up libharfbuzz0b:s390x (10.2.0-1) ... 176s Setting up libthai-data (0.1.29-2build1) ... 176s Setting up xorg-sgml-doctools (1:1.11-1.1) ... 176s Setting up libgts-0.7-5t64:s390x (0.7.6+darcs121130-5.2build1) ... 176s Setting up sgml-base (1.31) ... 176s Setting up cmake-data (3.31.5-2ubuntu3) ... 176s Setting up librhash1:s390x (1.4.5-1) ... 176s Setting up libcdt5:s390x (2.42.4-2build4) ... 176s Setting up libcgraph6:s390x (2.42.4-2build4) ... 176s Setting up libboost-math1.83.0:s390x (1.83.0-4.1ubuntu1) ... 176s Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 176s Setting up python3-mpmath (1.3.0-1) ... 177s Setting up libisl23:s390x (0.27-1) ... 177s Setting up libde265-0:s390x (1.0.15-1build4) ... 177s Setting up valgrind (1:3.24.0-0ubuntu1) ... 177s Setting up libtasn1-6-dev:s390x (4.20.0-2) ... 177s Setting up valgrind-mpi (1:3.24.0-0ubuntu1) ... 177s Setting up libicu-dev:s390x (76.1-1ubuntu2) ... 177s Setting up fonts-font-awesome (5.0.10+really4.7.0~dfsg-4.1) ... 177s Setting up sphinx-rtd-theme-common (3.0.2+dfsg-2) ... 177s Setting up libcc1-0:s390x (15-20250213-1ubuntu1) ... 177s Setting up python3-pusimp (0.1.1-1) ... 177s Setting up libbrotli-dev:s390x (1.1.0-2build3) ... 177s Setting up libfmt10:s390x (10.1.1+ds1-4) ... 177s Setting up chrpath (0.18-1) ... 177s Setting up libp11-kit-dev:s390x (0.25.5-2ubuntu3) ... 177s Setting up libblas-dev:s390x (3.12.1-2) ... 177s update-alternatives: using /usr/lib/s390x-linux-gnu/blas/libblas.so to provide /usr/lib/s390x-linux-gnu/libblas.so (libblas.so-s390x-linux-gnu) in auto mode 177s Setting up libsz2:s390x (1.1.3-1) ... 177s Setting up libitm1:s390x (15-20250213-1ubuntu1) ... 177s Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 177s Setting up libclang-cpp19 (1:19.1.7-1ubuntu1) ... 177s Setting up libkadm5clnt-mit12:s390x (1.21.3-4ubuntu1) ... 177s Setting up python3-imagesize (1.4.1-1) ... 177s Setting up libblas64-3:s390x (3.12.1-2) ... 177s update-alternatives: using /usr/lib/s390x-linux-gnu/blas64/libblas64.so.3 to provide /usr/lib/s390x-linux-gnu/libblas64.so.3 (libblas64.so.3-s390x-linux-gnu) in auto mode 177s Setting up libjpeg8:s390x (8c-2ubuntu11) ... 177s Setting up automake (1:1.17-3) ... 177s update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode 177s Setting up x11proto-dev (2024.1-1) ... 177s Setting up libfile-stripnondeterminism-perl (1.14.1-2) ... 177s Setting up libfabric1:s390x (1.17.0-3ubuntu1) ... 177s Setting up python3-sympy (1.13.3-1) ... 190s Setting up python3.12-minimal (3.12.9-1) ... 191s Setting up libice6:s390x (2:1.1.1-1) ... 191s Setting up libjpeg-turbo8-dev:s390x (2.1.5-3ubuntu2) ... 191s Setting up liblapack3:s390x (3.12.1-2) ... 191s update-alternatives: using /usr/lib/s390x-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/s390x-linux-gnu/liblapack.so.3 (liblapack.so.3-s390x-linux-gnu) in auto mode 191s Setting up gettext (0.23.1-1) ... 191s Setting up libarpack2t64:s390x (3.9.1-4) ... 191s Setting up libfftw3-single3:s390x (3.3.10-2fakesync1build1) ... 191s Setting up libopenblas0-pthread:s390x (0.3.29+ds-2) ... 191s update-alternatives: using /usr/lib/s390x-linux-gnu/openblas-pthread/libblas.so.3 to provide /usr/lib/s390x-linux-gnu/libblas.so.3 (libblas.so.3-s390x-linux-gnu) in auto mode 191s update-alternatives: using /usr/lib/s390x-linux-gnu/openblas-pthread/liblapack.so.3 to provide /usr/lib/s390x-linux-gnu/liblapack.so.3 (liblapack.so.3-s390x-linux-gnu) in auto mode 191s update-alternatives: using /usr/lib/s390x-linux-gnu/openblas-pthread/libopenblas.so.0 to provide /usr/lib/s390x-linux-gnu/libopenblas.so.0 (libopenblas.so.0-s390x-linux-gnu) in auto mode 191s Setting up libgmp-dev:s390x (2:6.3.0+dfsg-2ubuntu7) ... 191s Setting up libamd3:s390x (1:7.8.3+dfsg-3) ... 191s Setting up libxau-dev:s390x (1:1.0.11-1) ... 191s Setting up libpython3.12-stdlib:s390x (3.12.9-1) ... 191s Setting up nettle-dev:s390x (3.10.1-1) ... 191s Setting up libkdb5-10t64:s390x (1.21.3-4ubuntu1) ... 191s Setting up libcolamd3:s390x (1:7.8.3+dfsg-3) ... 191s Setting up libspex3:s390x (1:7.8.3+dfsg-3) ... 191s Setting up libsuitesparse-mongoose3:s390x (1:7.8.3+dfsg-3) ... 191s Setting up fontconfig-config (2.15.0-2ubuntu1) ... 191s Setting up libopenblas64-0-pthread:s390x (0.3.29+ds-2) ... 191s update-alternatives: using /usr/lib/s390x-linux-gnu/openblas64-pthread/libblas64.so.3 to provide /usr/lib/s390x-linux-gnu/libblas64.so.3 (libblas64.so.3-s390x-linux-gnu) in auto mode 191s update-alternatives: using /usr/lib/s390x-linux-gnu/openblas64-pthread/liblapack64.so.3 to provide /usr/lib/s390x-linux-gnu/liblapack64.so.3 (liblapack64.so.3-s390x-linux-gnu) in auto mode 191s update-alternatives: using /usr/lib/s390x-linux-gnu/openblas64-pthread/libopenblas64.so.0 to provide /usr/lib/s390x-linux-gnu/libopenblas64.so.0 (libopenblas64.so.0-s390x-linux-gnu) in auto mode 191s Setting up python3.12 (3.12.9-1) ... 192s Setting up libaec-dev:s390x (1.1.3-1) ... 192s Setting up libcxsparse4:s390x (1:7.8.3+dfsg-3) ... 192s Setting up libfftw3-long3:s390x (3.3.10-2fakesync1build1) ... 192s Setting up python3-all (3.13.1-1~exp2) ... 192s Setting up libopenblas64-pthread-dev:s390x (0.3.29+ds-2) ... 192s update-alternatives: using /usr/lib/s390x-linux-gnu/openblas64-pthread/libblas64.so to provide /usr/lib/s390x-linux-gnu/libblas64.so (libblas64.so-s390x-linux-gnu) in auto mode 192s update-alternatives: using /usr/lib/s390x-linux-gnu/openblas64-pthread/liblapack64.so to provide /usr/lib/s390x-linux-gnu/liblapack64.so (liblapack64.so-s390x-linux-gnu) in auto mode 192s update-alternatives: using /usr/lib/s390x-linux-gnu/openblas64-pthread/libopenblas64.so to provide /usr/lib/s390x-linux-gnu/libopenblas64.so (libopenblas64.so-s390x-linux-gnu) in auto mode 192s Setting up liblapack64-3:s390x (3.12.1-2) ... 192s Setting up libhwloc-plugins:s390x (2.12.0-1) ... 192s Setting up libcamd3:s390x (1:7.8.3+dfsg-3) ... 192s Setting up libsuperlu7:s390x (7.0.0+dfsg1-2) ... 192s Setting up pkgconf:s390x (1.8.1-4) ... 192s Setting up intltool-debian (0.35.0+20060710.6) ... 192s Setting up libpython3.12t64:s390x (3.12.9-1) ... 192s Setting up libnl-route-3-dev:s390x (3.7.0-0.3build2) ... 192s Setting up libltdl-dev:s390x (2.5.4-3build1) ... 192s Setting up libthai0:s390x (0.1.29-2build1) ... 192s Setting up libxdmcp-dev:s390x (1:1.1.5-1) ... 192s Setting up doxygen (1.9.8+ds-2.1) ... 192s Setting up libjs-jquery-ui (1.13.2+dfsg-1) ... 192s Setting up librbio4:s390x (1:7.8.3+dfsg-3) ... 192s Setting up libraqm0:s390x (0.10.2-1) ... 192s Setting up libpython3.13-dev:s390x (3.13.2-1) ... 192s Setting up opencl-clhpp-headers (3.0~2024.10.24-2ubuntu1) ... 192s Setting up libevent-dev (2.1.12-stable-10) ... 192s Setting up liblapack-dev:s390x (3.12.1-2) ... 192s update-alternatives: using /usr/lib/s390x-linux-gnu/lapack/liblapack.so to provide /usr/lib/s390x-linux-gnu/liblapack.so (liblapack.so-s390x-linux-gnu) in auto mode 192s Setting up libeigen3-dev (3.4.0-4build1) ... 192s Setting up pkg-config:s390x (1.8.1-4) ... 192s Setting up libpmix2t64:s390x (5.0.6-3) ... 192s Setting up libssh2-1-dev:s390x (1.11.1-1) ... 192s Setting up python3-numpy (1:1.26.4+ds-13) ... 196s Setting up libjs-sphinxdoc (8.1.3-5) ... 196s Setting up ocl-icd-opencl-dev:s390x (2.3.2-1build1) ... 196s Setting up cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 196s Setting up cpp-14 (14.2.0-17ubuntu1) ... 196s Setting up libccolamd3:s390x (1:7.8.3+dfsg-3) ... 196s Setting up dh-strip-nondeterminism (1.14.1-2) ... 196s Setting up libopenblas64-0:s390x (0.3.29+ds-2) ... 196s Setting up libgvpr2:s390x (2.42.4-2build4) ... 196s Setting up python3-ufl-legacy (1:2022.3.0-3) ... 196s Setting up libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 196s Setting up xml-core (0.19) ... 196s Setting up libkadm5srv-mit12:s390x (1.21.3-4ubuntu1) ... 196s Setting up cmake (3.31.5-2ubuntu3) ... 196s Setting up libhwloc-dev:s390x (2.12.0-1) ... 196s Setting up libfontconfig1:s390x (2.15.0-2ubuntu1) ... 196s Setting up python3-pkgconfig (1.5.5-2) ... 197s Setting up libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 197s Setting up libjpeg8-dev:s390x (8c-2ubuntu11) ... 197s Setting up libsuperlu-dev:s390x (7.0.0+dfsg1-2) ... 197s Setting up libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 197s Setting up libsm6:s390x (2:1.2.4-1) ... 197s Setting up libpmix-dev:s390x (5.0.6-3) ... 197s Setting up krb5-multidev:s390x (1.21.3-4ubuntu1) ... 197s Setting up libopenblas-pthread-dev:s390x (0.3.29+ds-2) ... 197s update-alternatives: using /usr/lib/s390x-linux-gnu/openblas-pthread/libblas.so to provide /usr/lib/s390x-linux-gnu/libblas.so (libblas.so-s390x-linux-gnu) in auto mode 197s update-alternatives: using /usr/lib/s390x-linux-gnu/openblas-pthread/liblapack.so to provide /usr/lib/s390x-linux-gnu/liblapack.so (liblapack.so-s390x-linux-gnu) in auto mode 197s update-alternatives: using /usr/lib/s390x-linux-gnu/openblas-pthread/libopenblas.so to provide /usr/lib/s390x-linux-gnu/libopenblas.so (libopenblas.so-s390x-linux-gnu) in auto mode 197s Setting up libgfortran-14-dev:s390x (14.2.0-17ubuntu1) ... 197s Setting up libgnutls28-dev:s390x (3.8.9-2ubuntu1) ... 197s Setting up libopenmpi40:s390x (5.0.6-4) ... 197s Setting up libnghttp2-dev:s390x (1.64.0-1) ... 197s Setting up fontconfig (2.15.0-2ubuntu1) ... 199s Regenerating fonts cache... done. 199s Setting up libcholmod5:s390x (1:7.8.3+dfsg-3) ... 199s Setting up libptscotch-7.0:s390x (7.0.5-1ubuntu2) ... 199s Setting up libboost1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 199s Setting up python3-fiat (2019.2.0~git20210419.7d418fa-6) ... 199s Setting up libarpack2-dev:s390x (3.9.1-4) ... 199s Setting up libpython3-dev:s390x (3.13.1-1~exp2) ... 199s Setting up libxcb1-dev:s390x (1.17.0-2) ... 199s Setting up libopenblas64-dev:s390x (0.3.29+ds-2) ... 199s Setting up libboost-chrono1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 199s Setting up cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 199s Setting up libboost-math1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 199s Setting up libspqr4:s390x (1:7.8.3+dfsg-3) ... 199s Setting up libboost-chrono-dev:s390x (1.83.0.2ubuntu1) ... 199s Setting up libfftw3-bin (3.3.10-2fakesync1build1) ... 199s Setting up python3.13-dev (3.13.2-1) ... 199s Setting up libboost-math-dev:s390x (1.83.0.2ubuntu1) ... 199s Setting up po-debconf (1.0.21+nmu1) ... 199s Setting up libpango-1.0-0:s390x (1.56.1-1) ... 199s Setting up libboost-program-options1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 199s Setting up libboost-serialization1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 199s Setting up libjpeg-dev:s390x (8c-2ubuntu11) ... 199s Setting up libx11-dev:s390x (2:1.8.10-2) ... 199s Setting up libcombblas2.0.0t64:s390x (2.0.0-6build1) ... 199s Setting up libfftw3-mpi3:s390x (3.3.10-2fakesync1build1) ... 199s Setting up libpython3.12-dev:s390x (3.12.9-1) ... 199s Setting up libibverbs-dev:s390x (55.0-1ubuntu1) ... 199s Setting up libhdf5-openmpi-310:s390x (1.14.5+repack-3) ... 199s Setting up pybind11-dev (2.13.6-2) ... 199s Setting up libcairo2:s390x (1.18.2-2) ... 199s Setting up libkrb5-dev:s390x (1.21.3-4ubuntu1) ... 199s Setting up libhdf5-openmpi-fortran-310:s390x (1.14.5+repack-3) ... 199s Setting up gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 199s Setting up libboost-timer1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 199s Setting up gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 199s Setting up libboost-program-options-dev:s390x (1.83.0.2ubuntu1) ... 199s Setting up libklu2:s390x (1:7.8.3+dfsg-3) ... 199s Setting up libpython3-all-dev:s390x (3.13.1-1~exp2) ... 199s Setting up libboost-date-time1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 199s Setting up sphinx-common (8.1.3-5) ... 199s Setting up python3-dev (3.13.1-1~exp2) ... 199s Setting up libxt6t64:s390x (1:1.2.1-1.2build1) ... 199s Setting up librtmp-dev:s390x (2.4+20151223.gitfa8646d.1-2build7) ... 199s Setting up g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 199s Setting up python3.12-dev (3.12.9-1) ... 199s Setting up libboost-regex1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 199s Setting up libboost-serialization-dev:s390x (1.83.0.2ubuntu1) ... 199s Setting up libboost-atomic1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 199s Setting up libumfpack6:s390x (1:7.8.3+dfsg-3) ... 199s Setting up libparpack2t64:s390x (3.9.1-4) ... 199s Setting up cpp (4:14.2.0-1ubuntu1) ... 199s Setting up libboost-dev:s390x (1.83.0.2ubuntu1) ... 199s Setting up libboost-system1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 199s Setting up libpangoft2-1.0-0:s390x (1.56.1-1) ... 199s Setting up libboost-mpi1.83.0 (1.83.0-4.1ubuntu1) ... 199s Setting up libfftw3-dev:s390x (3.3.10-2fakesync1build1) ... 199s Setting up libboost-timer-dev:s390x (1.83.0.2ubuntu1) ... 199s Setting up openmpi-bin (5.0.6-4) ... 199s update-alternatives: using /usr/bin/mpirun.openmpi to provide /usr/bin/mpirun (mpirun) in auto mode 199s update-alternatives: warning: skip creation of /usr/share/man/man1/mpiexec.1.gz because associated file /usr/share/man/man1/mpiexec.openmpi.1.gz (of link group mpirun) doesn't exist 199s update-alternatives: using /usr/bin/mpicc.openmpi to provide /usr/bin/mpicc (mpi) in auto mode 199s Setting up python3-pybind11 (2.13.6-2) ... 199s Setting up libpangocairo-1.0-0:s390x (1.56.1-1) ... 199s Setting up python3-all-dev (3.13.1-1~exp2) ... 199s Setting up libboost-thread1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 199s Setting up libhdf5-openmpi-hl-310:s390x (1.14.5+repack-3) ... 199s Setting up libxmu6:s390x (2:1.1.3-3build2) ... 199s Setting up libhdf5-openmpi-hl-fortran-310:s390x (1.14.5+repack-3) ... 199s Setting up libhdf5-openmpi-hl-cpp-310:s390x (1.14.5+repack-3) ... 199s Setting up libsuperlu-dist8:s390x (8.2.1+dfsg1-5build1) ... 199s Setting up libboost-iostreams1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 199s Setting up libhdf5-openmpi-cpp-310:s390x (1.14.5+repack-3) ... 199s Setting up gfortran-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 199s Setting up libfftw3-mpi-dev:s390x (3.3.10-2fakesync1build1) ... 199s Setting up mpi-default-bin (1.18) ... 199s Setting up g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 199s Setting up libboost-filesystem1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 199s Setting up libhypre-2.32.0:s390x (2.32.0-4) ... 199s Setting up libxaw7:s390x (2:1.0.16-1) ... 199s Setting up libboost-iostreams-dev:s390x (1.83.0.2ubuntu1) ... 199s Setting up python-petsc4py-doc (3.22.1-2ubuntu3) ... 199s Setting up python3-mpi4py (4.0.1-6ubuntu1) ... 199s Setting up libparu1:s390x (1:7.8.3+dfsg-3) ... 199s Setting up gcc-14 (14.2.0-17ubuntu1) ... 199s Setting up libcurl4-openssl-dev:s390x (8.12.0+git20250209.89ed161+ds-1ubuntu1) ... 199s Setting up g++-14 (14.2.0-17ubuntu1) ... 199s Setting up gfortran-14 (14.2.0-17ubuntu1) ... 199s Setting up libboost-filesystem-dev:s390x (1.83.0.2ubuntu1) ... 199s Setting up libhypre64m-2.32.0:s390x (2.32.0-4) ... 199s Setting up libboost-thread-dev:s390x (1.83.0.2ubuntu1) ... 199s Setting up libscalapack-openmpi2.2:s390x (2.2.2-1ubuntu1) ... 199s Setting up gfortran-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 199s Setting up python3-dijitso (2019.2.0~git20190418.c92dcb0-4) ... 199s Setting up libsuitesparse-dev:s390x (1:7.8.3+dfsg-3) ... 199s Setting up libtool (2.5.4-3build1) ... 199s Setting up python3-ffc (2019.2.0~legacy20230509.35df986-4) ... 200s Setting up gcc (4:14.2.0-1ubuntu1) ... 200s Setting up libsuperlu-dist-dev:s390x (8.2.1+dfsg1-5build1) ... 200s Setting up libmumps-64pord-5.7:s390x (5.7.3-3build2) ... 200s Setting up dh-autoreconf (20) ... 200s Setting up libmumps-5.7:s390x (5.7.3-3build2) ... 200s Setting up libpetsc64-real3.22:s390x (3.22.2+dfsg1-1ubuntu2) ... 200s update-alternatives: using /usr/lib/s390x-linux-gnu/libpetsc64_real.so.3.22.2 to provide /usr/lib/s390x-linux-gnu/libpetsc64.so.3.22 (libpetsc64.so.3.22) in auto mode 200s Setting up libscalapack-openmpi-dev:s390x (2.2.2-1ubuntu1) ... 200s Setting up g++ (4:14.2.0-1ubuntu1) ... 200s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 200s Setting up build-essential (12.10ubuntu1) ... 200s Setting up libopenmpi-dev:s390x (5.0.6-4) ... 200s update-alternatives: using /usr/lib/s390x-linux-gnu/openmpi/include to provide /usr/include/s390x-linux-gnu/mpi (mpi-s390x-linux-gnu) in auto mode 200s Setting up libhdf5-openmpi-dev (1.14.5+repack-3) ... 200s update-alternatives: using /usr/bin/h5pcc.openmpi to provide /usr/bin/h5pcc (h5pcc) in auto mode 200s update-alternatives: using /usr/lib/s390x-linux-gnu/pkgconfig/hdf5-openmpi.pc to provide /usr/lib/s390x-linux-gnu/pkgconfig/hdf5.pc (hdf5.pc) in auto mode 200s update-alternatives: updating alternative /usr/bin/mpicc.openmpi because link group mpi has changed slave links 200s update-alternatives: using /usr/lib/s390x-linux-gnu/pkgconfig/hdf5-mpi.pc to provide /usr/lib/s390x-linux-gnu/pkgconfig/hdf5.pc (hdf5.pc) in auto mode 200s Setting up libslepc64-real3.22 (3.22.2+dfsg1-1build1) ... 200s update-alternatives: using /usr/lib/s390x-linux-gnu/libslepc64_real.so.3.22.2 to provide /usr/lib/s390x-linux-gnu/libslepc64.so.3.22 (libslepc64.so.3.22) in auto mode 200s Setting up libpetsc-real3.22:s390x (3.22.2+dfsg1-1ubuntu2) ... 200s update-alternatives: using /usr/lib/s390x-linux-gnu/libpetsc_real.so.3.22.2 to provide /usr/lib/s390x-linux-gnu/libpetsc.so.3.22 (libpetsc.so.3.22) in auto mode 200s Setting up debhelper (13.24.1ubuntu2) ... 200s Setting up gfortran (4:14.2.0-1ubuntu1) ... 200s update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode 200s update-alternatives: warning: skip creation of /usr/share/man/man1/f95.1.gz because associated file /usr/share/man/man1/gfortran.1.gz (of link group f95) doesn't exist 200s update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode 200s update-alternatives: warning: skip creation of /usr/share/man/man1/f77.1.gz because associated file /usr/share/man/man1/gfortran.1.gz (of link group f77) doesn't exist 200s Setting up python3-petsc4py-real3.22 (3.22.1-2ubuntu3) ... 200s Setting up python3-petsc4py-64-real3.22 (3.22.1-2ubuntu3) ... 200s Setting up python3-petsc4py-64-real (3.22.1-2ubuntu3) ... 200s Setting up libdolfin64-2019.2t64:s390x (2019.2.0~legacy20240219.1c52e83-18) ... 200s Setting up mpi-default-dev (1.18) ... 200s Setting up libhypre64m-dev:s390x (2.32.0-4) ... 200s Setting up libscalapack-mpi-dev:s390x (2.2.2-1ubuntu1) ... 200s Setting up python3-petsc4py (3.22.1-2ubuntu3) ... 200s Setting up libslepc-real3.22 (3.22.2+dfsg1-1build1) ... 200s update-alternatives: using /usr/lib/s390x-linux-gnu/libslepc_real.so.3.22.2 to provide /usr/lib/s390x-linux-gnu/libslepc.so.3.22 (libslepc.so.3.22) in auto mode 200s Setting up libmumps64-dev:s390x (5.7.3-3build2) ... 200s Setting up libmumps-dev:s390x (5.7.3-3build2) ... 200s Setting up libscotch-dev (7.0.5-1ubuntu2) ... 200s Setting up libparpack2-dev:s390x (3.9.1-4) ... 200s Setting up python3-petsc4py-real (3.22.1-2ubuntu3) ... 200s Setting up libdolfin2019.2t64:s390x (2019.2.0~legacy20240219.1c52e83-18) ... 200s Setting up libhypre-dev:s390x (2.32.0-4) ... 200s Setting up libptscotch-dev (7.0.5-1ubuntu2) ... 200s Setting up python3-slepc4py-64-real3.22 (3.22.1-2ubuntu2) ... 200s Setting up libboost-mpi1.83-dev (1.83.0-4.1ubuntu1) ... 200s Setting up libboost-mpi-dev (1.83.0.2ubuntu1) ... 200s Setting up libhdf5-mpi-dev:s390x (1.14.5+repack-3) ... 200s Setting up python3-slepc4py-real3.22 (3.22.1-2ubuntu2) ... 200s Setting up libpetsc3.22-dev-common (3.22.2+dfsg1-1ubuntu2) ... 200s /usr/share/petsc/3.22/lib/petsc/bin/petsc_tas_analysis.py:779: SyntaxWarning: invalid escape sequence '\l' 200s axMeshConv.set(xlabel='Problem Size $\log N$', ylabel='Error $\log |x - x^*|$', title='Mesh Convergence') 200s /usr/share/petsc/3.22/lib/petsc/bin/petsc_tas_analysis.py:779: SyntaxWarning: invalid escape sequence '\l' 200s axMeshConv.set(xlabel='Problem Size $\log N$', ylabel='Error $\log |x - x^*|$', title='Mesh Convergence') 200s /usr/share/petsc/3.22/lib/petsc/bin/petsclogformat.py:253: SyntaxWarning: invalid escape sequence '\d' 200s print("\documentclass{article}") 200s /usr/share/petsc/3.22/lib/petsc/bin/petsclogformat.py:256: SyntaxWarning: invalid escape sequence '\c' 200s print("\centering") 200s /usr/share/petsc/3.22/lib/petsc/bin/petsclogformat.py:259: SyntaxWarning: invalid escape sequence '\m' 200s print(" & & \multicolumn{4}{c}{--------------- Percent of -------------} & \\\\") 200s /usr/share/petsc/3.22/lib/petsc/bin/petsclogformat.py:261: SyntaxWarning: invalid escape sequence '\h' 200s print("\hline") 200s /usr/share/petsc/3.22/lib/petsc/bin/petsclogformat.py:321: SyntaxWarning: invalid escape sequence '\e' 200s print("\end{tabular}") 200s /usr/share/petsc/3.22/lib/petsc/bin/petsclogformat.py:322: SyntaxWarning: invalid escape sequence '\e' 200s print("\end{table}") 200s /usr/share/petsc/3.22/lib/petsc/bin/petsclogformat.py:323: SyntaxWarning: invalid escape sequence '\e' 200s print("\end{document}") 200s Setting up python3-slepc4py (3.22.1-2ubuntu2) ... 200s Setting up python3-slepc4py-real (3.22.1-2ubuntu2) ... 200s Setting up python3-slepc4py-64-real (3.22.1-2ubuntu2) ... 200s Setting up libpetsc-real3.22-dev:s390x (3.22.2+dfsg1-1ubuntu2) ... 200s update-alternatives: error: no alternatives for petsc 200s update-alternatives: using /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real to provide /usr/lib/petsc (petsc) in auto mode 200s update-alternatives: using /usr/lib/s390x-linux-gnu/libpetsc_real.so.3.22.2 to provide /usr/lib/s390x-linux-gnu/libpetsc_real.so (libpetsc_real.so) in auto mode 200s update-alternatives: using /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real to provide /usr/lib/petscdir/3.22 (petsc3.22) in auto mode 200s Setting up libpetsc64-real3.22-dev:s390x (3.22.2+dfsg1-1ubuntu2) ... 200s update-alternatives: using /usr/lib/petscdir/petsc64-3.22/s390x-linux-gnu-real to provide /usr/lib/petsc64 (petsc64) in auto mode 200s update-alternatives: using /usr/lib/s390x-linux-gnu/libpetsc64_real.so.3.22.2 to provide /usr/lib/s390x-linux-gnu/libpetsc64_real.so (libpetsc64_real.so) in auto mode 200s update-alternatives: using /usr/lib/petscdir/petsc64-3.22/s390x-linux-gnu-real to provide /usr/lib/petscdir/64-3.22 (petsc64-3.22) in auto mode 200s Setting up libpetsc-real-dev (3.22.2+dfsg1-1ubuntu2) ... 200s Setting up libslepc-real3.22-dev (3.22.2+dfsg1-1build1) ... 200s update-alternatives: error: no alternatives for slepc 200s update-alternatives: using /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real to provide /usr/lib/slepc (slepc) in auto mode 200s update-alternatives: using /usr/lib/s390x-linux-gnu/libslepc_real.so.3.22.2 to provide /usr/lib/s390x-linux-gnu/libslepc_real.so (libslepc_real.so) in auto mode 200s update-alternatives: using /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real to provide /usr/lib/slepcdir/3.22 (slepc3.22) in auto mode 200s Setting up libpetsc64-real-dev (3.22.2+dfsg1-1ubuntu2) ... 200s Setting up libdolfin-dev:s390x (2019.2.0~legacy20240219.1c52e83-18) ... 200s Setting up petsc64-dev (3.22.2+dfsg1-1ubuntu2) ... 200s Setting up petsc-dev (3.22.2+dfsg1-1ubuntu2) ... 200s Setting up libslepc64-real3.22-dev (3.22.2+dfsg1-1build1) ... 200s update-alternatives: using /usr/lib/slepcdir/slepc64-3.22/s390x-linux-gnu-real to provide /usr/lib/slepc64 (slepc64) in auto mode 200s update-alternatives: using /usr/lib/s390x-linux-gnu/libslepc64_real.so.3.22.2 to provide /usr/lib/s390x-linux-gnu/libslepc64_real.so (libslepc64_real.so) in auto mode 200s update-alternatives: using /usr/lib/slepcdir/slepc64-3.22/s390x-linux-gnu-real to provide /usr/lib/slepcdir/64bit-3.22 (slepc64-3.22) in auto mode 200s Setting up slepc-dev (3.22.2+dfsg1-1build1) ... 200s Setting up python3-dolfin-real (2019.2.0~legacy20240219.1c52e83-18) ... 200s Setting up slepc64-dev (3.22.2+dfsg1-1build1) ... 200s Setting up libdolfin64-dev:s390x (2019.2.0~legacy20240219.1c52e83-18) ... 200s Setting up python3-dolfin (2019.2.0~legacy20240219.1c52e83-18) ... 200s Setting up python3-dolfin64-real (2019.2.0~legacy20240219.1c52e83-18) ... 201s Setting up dolfin-doc (2019.2.0~legacy20240219.1c52e83-18) ... 201s Setting up dolfin-bin (2019.2.0~legacy20240219.1c52e83-18) ... 201s Setting up libheif-plugin-aomdec:s390x (1.19.5-1build1) ... 201s Setting up libheif-plugin-libde265:s390x (1.19.5-1build1) ... 201s Setting up libheif1:s390x (1.19.5-1build1) ... 201s Setting up libgd3:s390x (2.3.3-12ubuntu3) ... 201s Setting up libgvc6 (2.42.4-2build4) ... 201s Setting up graphviz (2.42.4-2build4) ... 201s Processing triggers for libc-bin (2.40-4ubuntu1) ... 201s Processing triggers for systemd (257.2-3ubuntu1) ... 201s Processing triggers for man-db (2.13.0-1) ... 202s Processing triggers for install-info (7.1.1-1) ... 203s Processing triggers for sgml-base (1.31) ... 203s Setting up docutils-common (0.21.2+dfsg-2) ... 203s Processing triggers for sgml-base (1.31) ... 203s Setting up python3-docutils (0.21.2+dfsg-2) ... 203s Setting up python3-sphinx (8.1.3-5) ... 204s Setting up python3-sphinxcontrib.jquery (4.1-5) ... 205s Setting up python3-sphinx-rtd-theme (3.0.2+dfsg-2) ... 205s autopkgtest: DBG: testbed command exited with code 0 205s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libdolfin-dev'], kind short, sout pipe, serr pipe, env [] 205s autopkgtest: DBG: testbed command exited with code 0 205s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libdolfin-dev-common'], kind short, sout pipe, serr pipe, env [] 205s autopkgtest: DBG: testbed command exited with code 0 205s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libdolfin2019.2t64'], kind short, sout pipe, serr pipe, env [] 205s autopkgtest: DBG: testbed command exited with code 0 205s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-dolfin'], kind short, sout pipe, serr pipe, env [] 206s autopkgtest: DBG: testbed command exited with code 0 206s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-dolfin-real'], kind short, sout pipe, serr pipe, env [] 206s autopkgtest: DBG: testbed command exited with code 0 206s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libdolfin64-dev'], kind short, sout pipe, serr pipe, env [] 206s autopkgtest: DBG: testbed command exited with code 0 206s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libdolfin64-2019.2t64'], kind short, sout pipe, serr pipe, env [] 206s autopkgtest: DBG: testbed command exited with code 0 206s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-dolfin64-real'], kind short, sout pipe, serr pipe, env [] 206s autopkgtest: DBG: testbed command exited with code 0 206s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'dolfin-doc'], kind short, sout pipe, serr pipe, env [] 206s autopkgtest: DBG: testbed command exited with code 0 206s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'dolfin-bin'], kind short, sout pipe, serr pipe, env [] 207s autopkgtest: DBG: testbed command exited with code 0 207s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.7abCGj/test-dolfin-cpp-packages.all"], kind short, sout raw, serr pipe, env [] 207s autopkgtest: DBG: testbed command exited with code 0 207s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.7abCGj/test-dolfin-cpp-packages.all /tmp/autopkgtest-work.1cwxu9yf/out/test-dolfin-cpp-packages.all 207s autopkgtest: DBG: got reply from testbed: ok 207s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.7abCGj/build.s89/src'], kind short, sout raw, serr raw, env [] 207s autopkgtest: DBG: testbed command exited with code 0 207s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.7abCGj/build.s89/src already exists 207s autopkgtest [11:57:26]: test test-dolfin-cpp: [----------------------- 207s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.7abCGj/wrapper.sh --debug --artifacts=/tmp/autopkgtest.7abCGj/test-dolfin-cpp-artifacts --chdir=/tmp/autopkgtest.7abCGj/build.s89/src --env=AUTOPKGTEST_TESTBED_ARCH=s390x --env=AUTOPKGTEST_TEST_ARCH=s390x --env=DEB_BUILD_OPTIONS=parallel=4 --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.7abCGj/test-dolfin-cpp-stderr --stdout=/tmp/autopkgtest.7abCGj/test-dolfin-cpp-stdout --tmp=/tmp/autopkgtest.7abCGj/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 --make-executable=/tmp/autopkgtest.7abCGj/build.s89/src/debian/tests/test-dolfin-cpp -- /tmp/autopkgtest.7abCGj/build.s89/src/debian/tests/test-dolfin-cpp'], kind test, sout raw, serr raw, env [] 207s /tmp/autopkgtest.7abCGj/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.7abCGj/test-dolfin-cpp-artifacts 207s /tmp/autopkgtest.7abCGj/wrapper.sh: changing to directory: /tmp/autopkgtest.7abCGj/build.s89/src 207s /tmp/autopkgtest.7abCGj/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 207s /tmp/autopkgtest.7abCGj/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 207s /tmp/autopkgtest.7abCGj/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=4 207s /tmp/autopkgtest.7abCGj/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 207s /tmp/autopkgtest.7abCGj/wrapper.sh: setting environment: LANG=C.UTF-8 207s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LANGUAGE 207s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_ADDRESS 207s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_ALL 207s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_COLLATE 207s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_CTYPE 207s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_IDENTIFICATION 207s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_MEASUREMENT 207s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_MESSAGES 207s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_MONETARY 207s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_NAME 207s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_NUMERIC 207s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_PAPER 207s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_TELEPHONE 207s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_TIME 207s /tmp/autopkgtest.7abCGj/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 207s /tmp/autopkgtest.7abCGj/wrapper.sh: pretending to be a login shell 207s /tmp/autopkgtest.7abCGj/wrapper.sh: will write standard error to /tmp/autopkgtest.7abCGj/test-dolfin-cpp-stderr 207s /tmp/autopkgtest.7abCGj/wrapper.sh: will write stdout to /tmp/autopkgtest.7abCGj/test-dolfin-cpp-stdout 207s /tmp/autopkgtest.7abCGj/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.7abCGj/autopkgtest_tmp 207s /tmp/autopkgtest.7abCGj/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 207s /tmp/autopkgtest.7abCGj/wrapper.sh: marking as executable: /tmp/autopkgtest.7abCGj/build.s89/src/debian/tests/test-dolfin-cpp 207s /tmp/autopkgtest.7abCGj/wrapper.sh: command to run: /tmp/autopkgtest.7abCGj/build.s89/src/debian/tests/test-dolfin-cpp 207s /tmp/autopkgtest.7abCGj/wrapper.sh: copying /tmp/tmp.R2me410BcU/out to stdout and file: /tmp/autopkgtest.7abCGj/test-dolfin-cpp-stdout 207s /tmp/autopkgtest.7abCGj/wrapper.sh: copying /tmp/tmp.R2me410BcU/err to standard error and file: /tmp/autopkgtest.7abCGj/test-dolfin-cpp-stdout 207s /tmp/autopkgtest.7abCGj/wrapper.sh: writing script pid 6281 to /tmp/autopkgtest_script_pid 207s CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): 207s Compatibility with CMake < 3.10 will be removed from a future version of 207s CMake. 207s 207s Update the VERSION argument value. Or, use the ... syntax 207s to tell CMake that the project requires at least but has been updated 207s to work with policies introduced by or earlier. 207s 207s 207s -- The C compiler identification is GNU 14.2.0 208s -- The CXX compiler identification is GNU 14.2.0 208s -- Detecting C compiler ABI info 208s -- Detecting C compiler ABI info - done 208s -- Check for working C compiler: /usr/bin/mpicc - skipped 208s -- Detecting C compile features 208s -- Detecting C compile features - done 208s -- Detecting CXX compiler ABI info 208s -- Detecting CXX compiler ABI info - done 208s -- Check for working CXX compiler: /usr/bin/c++ - skipped 208s -- Detecting CXX compile features 208s -- Detecting CXX compile features - done 208s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 208s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 208s --help-policy CMP0167" for policy details. Use the cmake_policy command to 208s set the policy and suppress this warning. 208s 208s Call Stack (most recent call first): 208s CMakeLists.txt:5 (include) 208s This warning is for project developers. Use -Wno-dev to suppress it. 208s 208s -- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1") 208s -- Checking for one of the modules 'craypetsc_real;petsc;PETSc' 208s -- Looking for sys/types.h 208s -- Looking for sys/types.h - found 208s -- Looking for stdint.h 208s -- Looking for stdint.h - found 208s -- Looking for stddef.h 208s -- Looking for stddef.h - found 208s -- Check size of PetscInt 208s -- Check size of PetscInt - done 208s -- Checking for one of the modules 'crayslepc_real;slepc;SLEPc' 208s CMake Warning (dev) at CMakeLists.txt:39 (find_package): 208s Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules 208s are removed. Run "cmake --help-policy CMP0148" for policy details. Use 208s the cmake_policy command to set the policy and suppress this warning. 208s 208s This warning is for project developers. Use -Wno-dev to suppress it. 208s 208s -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.13.2", minimum required is "3") 210s -- Found UFC: /usr/lib/python3/dist-packages/ffc/backends/ufc (Required is at least version "2019.2") 210s -- Generating form files in test directories. May take some time... 227s -- Configuring done (19.3s) 227s -- Generating done (0.0s) 227s -- Build files have been written to: /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-unittests 227s /usr/bin/cmake -S/tmp/autopkgtest.7abCGj/build.s89/src/test/unit/cpp -B/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-unittests --check-build-system CMakeFiles/Makefile.cmake 0 227s make -f CMakeFiles/Makefile2 unittests 227s make[1]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-unittests' 227s /usr/bin/cmake -S/tmp/autopkgtest.7abCGj/build.s89/src/test/unit/cpp -B/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-unittests --check-build-system CMakeFiles/Makefile.cmake 0 227s /usr/bin/cmake -E cmake_progress_start /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-unittests/CMakeFiles 16 227s make -f CMakeFiles/Makefile2 CMakeFiles/unittests.dir/all 227s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-unittests' 227s make -f CMakeFiles/unittests.dir/build.make CMakeFiles/unittests.dir/depend 227s make[3]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-unittests' 227s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-unittests && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/test/unit/cpp /tmp/autopkgtest.7abCGj/build.s89/src/test/unit/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-unittests /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-unittests /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-unittests/CMakeFiles/unittests.dir/DependInfo.cmake "--color=" 227s make[3]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-unittests' 227s make -f CMakeFiles/unittests.dir/build.make CMakeFiles/unittests.dir/build 227s make[3]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-unittests' 227s [ 18%] Building CXX object CMakeFiles/unittests.dir/function/Expression.cpp.o 227s [ 18%] Building CXX object CMakeFiles/unittests.dir/geometry/ConvexTriangulation.cpp.o 227s [ 18%] Building CXX object CMakeFiles/unittests.dir/common/SubSystemsManager.cpp.o 227s /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -I/tmp/autopkgtest.7abCGj/build.s89/src/test/unit/cpp/catch -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -std=c++11 -MD -MT CMakeFiles/unittests.dir/function/Expression.cpp.o -MF CMakeFiles/unittests.dir/function/Expression.cpp.o.d -o CMakeFiles/unittests.dir/function/Expression.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/test/unit/cpp/function/Expression.cpp 227s /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -I/tmp/autopkgtest.7abCGj/build.s89/src/test/unit/cpp/catch -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -std=c++11 -MD -MT CMakeFiles/unittests.dir/geometry/ConvexTriangulation.cpp.o -MF CMakeFiles/unittests.dir/geometry/ConvexTriangulation.cpp.o.d -o CMakeFiles/unittests.dir/geometry/ConvexTriangulation.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/test/unit/cpp/geometry/ConvexTriangulation.cpp 227s /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -I/tmp/autopkgtest.7abCGj/build.s89/src/test/unit/cpp/catch -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -std=c++11 -MD -MT CMakeFiles/unittests.dir/common/SubSystemsManager.cpp.o -MF CMakeFiles/unittests.dir/common/SubSystemsManager.cpp.o.d -o CMakeFiles/unittests.dir/common/SubSystemsManager.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/test/unit/cpp/common/SubSystemsManager.cpp 227s [ 25%] Building CXX object CMakeFiles/unittests.dir/main.cpp.o 227s /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -I/tmp/autopkgtest.7abCGj/build.s89/src/test/unit/cpp/catch -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -std=c++11 -MD -MT CMakeFiles/unittests.dir/main.cpp.o -MF CMakeFiles/unittests.dir/main.cpp.o.d -o CMakeFiles/unittests.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/test/unit/cpp/main.cpp 227s [ 31%] Building CXX object CMakeFiles/unittests.dir/geometry/IntersectionConstruction.cpp.o 227s /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -I/tmp/autopkgtest.7abCGj/build.s89/src/test/unit/cpp/catch -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -std=c++11 -MD -MT CMakeFiles/unittests.dir/geometry/IntersectionConstruction.cpp.o -MF CMakeFiles/unittests.dir/geometry/IntersectionConstruction.cpp.o.d -o CMakeFiles/unittests.dir/geometry/IntersectionConstruction.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/test/unit/cpp/geometry/IntersectionConstruction.cpp 228s [ 37%] Building CXX object CMakeFiles/unittests.dir/io/XMLMeshData.cpp.o 228s /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -I/tmp/autopkgtest.7abCGj/build.s89/src/test/unit/cpp/catch -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -std=c++11 -MD -MT CMakeFiles/unittests.dir/io/XMLMeshData.cpp.o -MF CMakeFiles/unittests.dir/io/XMLMeshData.cpp.o.d -o CMakeFiles/unittests.dir/io/XMLMeshData.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/test/unit/cpp/io/XMLMeshData.cpp 231s [ 43%] Building CXX object CMakeFiles/unittests.dir/io/XMLMeshValueCollection.cpp.o 231s /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -I/tmp/autopkgtest.7abCGj/build.s89/src/test/unit/cpp/catch -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -std=c++11 -MD -MT CMakeFiles/unittests.dir/io/XMLMeshValueCollection.cpp.o -MF CMakeFiles/unittests.dir/io/XMLMeshValueCollection.cpp.o.d -o CMakeFiles/unittests.dir/io/XMLMeshValueCollection.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/test/unit/cpp/io/XMLMeshValueCollection.cpp 232s [ 50%] Building CXX object CMakeFiles/unittests.dir/la/LinearOperator.cpp.o 232s /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -I/tmp/autopkgtest.7abCGj/build.s89/src/test/unit/cpp/catch -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -std=c++11 -MD -MT CMakeFiles/unittests.dir/la/LinearOperator.cpp.o -MF CMakeFiles/unittests.dir/la/LinearOperator.cpp.o.d -o CMakeFiles/unittests.dir/la/LinearOperator.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/test/unit/cpp/la/LinearOperator.cpp 233s [ 56%] Building CXX object CMakeFiles/unittests.dir/la/Vector.cpp.o 233s /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -I/tmp/autopkgtest.7abCGj/build.s89/src/test/unit/cpp/catch -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -std=c++11 -MD -MT CMakeFiles/unittests.dir/la/Vector.cpp.o -MF CMakeFiles/unittests.dir/la/Vector.cpp.o.d -o CMakeFiles/unittests.dir/la/Vector.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/test/unit/cpp/la/Vector.cpp 233s [ 62%] Building CXX object CMakeFiles/unittests.dir/mesh/Mesh.cpp.o 233s /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -I/tmp/autopkgtest.7abCGj/build.s89/src/test/unit/cpp/catch -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -std=c++11 -MD -MT CMakeFiles/unittests.dir/mesh/Mesh.cpp.o -MF CMakeFiles/unittests.dir/mesh/Mesh.cpp.o.d -o CMakeFiles/unittests.dir/mesh/Mesh.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/test/unit/cpp/mesh/Mesh.cpp 237s [ 68%] Building CXX object CMakeFiles/unittests.dir/mesh/MeshColoring.cpp.o 237s /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -I/tmp/autopkgtest.7abCGj/build.s89/src/test/unit/cpp/catch -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -std=c++11 -MD -MT CMakeFiles/unittests.dir/mesh/MeshColoring.cpp.o -MF CMakeFiles/unittests.dir/mesh/MeshColoring.cpp.o.d -o CMakeFiles/unittests.dir/mesh/MeshColoring.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/test/unit/cpp/mesh/MeshColoring.cpp 239s [ 75%] Building CXX object CMakeFiles/unittests.dir/mesh/MeshFunction.cpp.o 239s /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -I/tmp/autopkgtest.7abCGj/build.s89/src/test/unit/cpp/catch -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -std=c++11 -MD -MT CMakeFiles/unittests.dir/mesh/MeshFunction.cpp.o -MF CMakeFiles/unittests.dir/mesh/MeshFunction.cpp.o.d -o CMakeFiles/unittests.dir/mesh/MeshFunction.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/test/unit/cpp/mesh/MeshFunction.cpp 239s [ 81%] Building CXX object CMakeFiles/unittests.dir/mesh/MeshValueCollection.cpp.o 239s /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -I/tmp/autopkgtest.7abCGj/build.s89/src/test/unit/cpp/catch -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -std=c++11 -MD -MT CMakeFiles/unittests.dir/mesh/MeshValueCollection.cpp.o -MF CMakeFiles/unittests.dir/mesh/MeshValueCollection.cpp.o.d -o CMakeFiles/unittests.dir/mesh/MeshValueCollection.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/test/unit/cpp/mesh/MeshValueCollection.cpp 239s [ 87%] Building CXX object CMakeFiles/unittests.dir/mesh/MultiMesh.cpp.o 239s /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -I/tmp/autopkgtest.7abCGj/build.s89/src/test/unit/cpp/catch -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -std=c++11 -MD -MT CMakeFiles/unittests.dir/mesh/MultiMesh.cpp.o -MF CMakeFiles/unittests.dir/mesh/MultiMesh.cpp.o.d -o CMakeFiles/unittests.dir/mesh/MultiMesh.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/test/unit/cpp/mesh/MultiMesh.cpp 242s [ 93%] Building CXX object CMakeFiles/unittests.dir/parameter/Parameters.cpp.o 242s /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -I/tmp/autopkgtest.7abCGj/build.s89/src/test/unit/cpp/catch -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -std=c++11 -MD -MT CMakeFiles/unittests.dir/parameter/Parameters.cpp.o -MF CMakeFiles/unittests.dir/parameter/Parameters.cpp.o.d -o CMakeFiles/unittests.dir/parameter/Parameters.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/test/unit/cpp/parameter/Parameters.cpp 248s [100%] Linking CXX executable unittests 248s /usr/bin/cmake -E cmake_link_script CMakeFiles/unittests.dir/link.txt --verbose=1 248s /usr/bin/c++ -Wl,--dependency-file=CMakeFiles/unittests.dir/link.d CMakeFiles/unittests.dir/main.cpp.o CMakeFiles/unittests.dir/common/SubSystemsManager.cpp.o CMakeFiles/unittests.dir/function/Expression.cpp.o CMakeFiles/unittests.dir/geometry/ConvexTriangulation.cpp.o CMakeFiles/unittests.dir/geometry/IntersectionConstruction.cpp.o CMakeFiles/unittests.dir/io/XMLMeshData.cpp.o CMakeFiles/unittests.dir/io/XMLMeshValueCollection.cpp.o CMakeFiles/unittests.dir/la/LinearOperator.cpp.o CMakeFiles/unittests.dir/la/Vector.cpp.o CMakeFiles/unittests.dir/mesh/Mesh.cpp.o CMakeFiles/unittests.dir/mesh/MeshColoring.cpp.o CMakeFiles/unittests.dir/mesh/MeshFunction.cpp.o CMakeFiles/unittests.dir/mesh/MeshValueCollection.cpp.o CMakeFiles/unittests.dir/mesh/MultiMesh.cpp.o CMakeFiles/unittests.dir/parameter/Parameters.cpp.o -o unittests -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 248s make[3]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-unittests' 248s [100%] Built target unittests 248s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-unittests' 248s /usr/bin/cmake -E cmake_progress_start /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-unittests/CMakeFiles 0 248s make[1]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-unittests' 248s Run C++ unit tests (serial) 248s Test project /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-unittests 248s Start 1: unittests 249s 1/1 Test #1: unittests ........................ Passed 1.26 sec 249s 249s 100% tests passed, 0 tests failed out of 1 249s 249s Total Test time (real) = 1.26 sec 249s CMake Warning (dev) at CMakeLists.txt:1 (project): 249s cmake_minimum_required() should be called prior to this top-level project() 249s call. Please see the cmake-commands(7) manual for usage documentation of 249s both commands. 249s This warning is for project developers. Use -Wno-dev to suppress it. 249s 249s -- The C compiler identification is GNU 14.2.0 250s -- The CXX compiler identification is GNU 14.2.0 250s -- Detecting C compiler ABI info 250s -- Detecting C compiler ABI info - done 250s -- Check for working C compiler: /usr/bin/mpicc - skipped 250s -- Detecting C compile features 250s -- Detecting C compile features - done 250s -- Detecting CXX compiler ABI info 250s -- Detecting CXX compiler ABI info - done 250s -- Check for working CXX compiler: /usr/bin/c++ - skipped 250s -- Detecting CXX compile features 250s -- Detecting CXX compile features - done 250s CMake Deprecation Warning at CMakeLists.txt:4 (cmake_minimum_required): 250s Compatibility with CMake < 3.10 will be removed from a future version of 250s CMake. 250s 250s Update the VERSION argument value. Or, use the ... syntax 250s to tell CMake that the project requires at least but has been updated 250s to work with policies introduced by or earlier. 250s 250s 250s CMake Deprecation Warning at documented/auto-adaptive-poisson/cpp/CMakeLists.txt:6 (cmake_minimum_required): 250s Compatibility with CMake < 3.10 will be removed from a future version of 250s CMake. 250s 250s Update the VERSION argument value. Or, use the ... syntax 250s to tell CMake that the project requires at least but has been updated 250s to work with policies introduced by or earlier. 250s 250s 250s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 250s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 250s --help-policy CMP0167" for policy details. Use the cmake_policy command to 250s set the policy and suppress this warning. 250s 250s Call Stack (most recent call first): 250s documented/auto-adaptive-poisson/cpp/CMakeLists.txt:18 (include) 250s This warning is for project developers. Use -Wno-dev to suppress it. 250s 250s -- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1") 250s -- Checking for one of the modules 'craypetsc_real;petsc;PETSc' 250s -- Looking for sys/types.h 250s -- Looking for sys/types.h - found 250s -- Looking for stdint.h 250s -- Looking for stdint.h - found 250s -- Looking for stddef.h 250s -- Looking for stddef.h - found 250s -- Check size of PetscInt 250s -- Check size of PetscInt - done 250s -- Checking for one of the modules 'crayslepc_real;slepc;SLEPc' 250s -- Performing Test HAVE_NO_MULTLINE 250s -- Performing Test HAVE_NO_MULTLINE - Success 250s CMake Deprecation Warning at documented/bcs/cpp/CMakeLists.txt:6 (cmake_minimum_required): 250s Compatibility with CMake < 3.10 will be removed from a future version of 250s CMake. 250s 250s Update the VERSION argument value. Or, use the ... syntax 250s to tell CMake that the project requires at least but has been updated 250s to work with policies introduced by or earlier. 250s 250s 250s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 250s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 250s --help-policy CMP0167" for policy details. Use the cmake_policy command to 250s set the policy and suppress this warning. 250s 250s Call Stack (most recent call first): 250s documented/bcs/cpp/CMakeLists.txt:18 (include) 250s This warning is for project developers. Use -Wno-dev to suppress it. 250s 250s CMake Deprecation Warning at documented/biharmonic/cpp/CMakeLists.txt:6 (cmake_minimum_required): 250s Compatibility with CMake < 3.10 will be removed from a future version of 250s CMake. 250s 250s Update the VERSION argument value. Or, use the ... syntax 250s to tell CMake that the project requires at least but has been updated 250s to work with policies introduced by or earlier. 250s 250s 250s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 250s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 250s --help-policy CMP0167" for policy details. Use the cmake_policy command to 250s set the policy and suppress this warning. 250s 250s Call Stack (most recent call first): 250s documented/biharmonic/cpp/CMakeLists.txt:18 (include) 250s This warning is for project developers. Use -Wno-dev to suppress it. 250s 250s CMake Deprecation Warning at documented/built-in-meshes/cpp/CMakeLists.txt:6 (cmake_minimum_required): 250s Compatibility with CMake < 3.10 will be removed from a future version of 250s CMake. 250s 250s Update the VERSION argument value. Or, use the ... syntax 250s to tell CMake that the project requires at least but has been updated 250s to work with policies introduced by or earlier. 250s 250s 250s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 250s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 250s --help-policy CMP0167" for policy details. Use the cmake_policy command to 250s set the policy and suppress this warning. 250s 250s Call Stack (most recent call first): 250s documented/built-in-meshes/cpp/CMakeLists.txt:18 (include) 250s This warning is for project developers. Use -Wno-dev to suppress it. 250s 250s CMake Deprecation Warning at documented/cahn-hilliard/cpp/CMakeLists.txt:6 (cmake_minimum_required): 250s Compatibility with CMake < 3.10 will be removed from a future version of 250s CMake. 250s 250s Update the VERSION argument value. Or, use the ... syntax 250s to tell CMake that the project requires at least but has been updated 250s to work with policies introduced by or earlier. 250s 250s 250s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 250s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 250s --help-policy CMP0167" for policy details. Use the cmake_policy command to 250s set the policy and suppress this warning. 250s 250s Call Stack (most recent call first): 250s documented/cahn-hilliard/cpp/CMakeLists.txt:18 (include) 250s This warning is for project developers. Use -Wno-dev to suppress it. 250s 250s CMake Deprecation Warning at documented/eigenvalue/cpp/CMakeLists.txt:6 (cmake_minimum_required): 250s Compatibility with CMake < 3.10 will be removed from a future version of 250s CMake. 250s 250s Update the VERSION argument value. Or, use the ... syntax 250s to tell CMake that the project requires at least but has been updated 250s to work with policies introduced by or earlier. 250s 250s 250s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 250s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 250s --help-policy CMP0167" for policy details. Use the cmake_policy command to 250s set the policy and suppress this warning. 250s 250s Call Stack (most recent call first): 250s documented/eigenvalue/cpp/CMakeLists.txt:18 (include) 250s This warning is for project developers. Use -Wno-dev to suppress it. 250s 251s CMake Deprecation Warning at documented/hyperelasticity/cpp/CMakeLists.txt:6 (cmake_minimum_required): 251s Compatibility with CMake < 3.10 will be removed from a future version of 251s CMake. 251s 251s Update the VERSION argument value. Or, use the ... syntax 251s to tell CMake that the project requires at least but has been updated 251s to work with policies introduced by or earlier. 251s 251s 251s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 251s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 251s --help-policy CMP0167" for policy details. Use the cmake_policy command to 251s set the policy and suppress this warning. 251s 251s Call Stack (most recent call first): 251s documented/hyperelasticity/cpp/CMakeLists.txt:18 (include) 251s This warning is for project developers. Use -Wno-dev to suppress it. 251s 251s CMake Deprecation Warning at documented/mixed-poisson/cpp/CMakeLists.txt:6 (cmake_minimum_required): 251s Compatibility with CMake < 3.10 will be removed from a future version of 251s CMake. 251s 251s Update the VERSION argument value. Or, use the ... syntax 251s to tell CMake that the project requires at least but has been updated 251s to work with policies introduced by or earlier. 251s 251s 251s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 251s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 251s --help-policy CMP0167" for policy details. Use the cmake_policy command to 251s set the policy and suppress this warning. 251s 251s Call Stack (most recent call first): 251s documented/mixed-poisson/cpp/CMakeLists.txt:18 (include) 251s This warning is for project developers. Use -Wno-dev to suppress it. 251s 251s CMake Deprecation Warning at documented/navier-stokes/cpp/CMakeLists.txt:6 (cmake_minimum_required): 251s Compatibility with CMake < 3.10 will be removed from a future version of 251s CMake. 251s 251s Update the VERSION argument value. Or, use the ... syntax 251s to tell CMake that the project requires at least but has been updated 251s to work with policies introduced by or earlier. 251s 251s 251s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 251s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 251s --help-policy CMP0167" for policy details. Use the cmake_policy command to 251s set the policy and suppress this warning. 251s 251s Call Stack (most recent call first): 251s documented/navier-stokes/cpp/CMakeLists.txt:18 (include) 251s This warning is for project developers. Use -Wno-dev to suppress it. 251s 251s CMake Deprecation Warning at documented/neumann-poisson/cpp/CMakeLists.txt:6 (cmake_minimum_required): 251s Compatibility with CMake < 3.10 will be removed from a future version of 251s CMake. 251s 251s Update the VERSION argument value. Or, use the ... syntax 251s to tell CMake that the project requires at least but has been updated 251s to work with policies introduced by or earlier. 251s 251s 251s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 251s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 251s --help-policy CMP0167" for policy details. Use the cmake_policy command to 251s set the policy and suppress this warning. 251s 251s Call Stack (most recent call first): 251s documented/neumann-poisson/cpp/CMakeLists.txt:18 (include) 251s This warning is for project developers. Use -Wno-dev to suppress it. 251s 251s CMake Deprecation Warning at documented/nonlinear-poisson/cpp/CMakeLists.txt:6 (cmake_minimum_required): 251s Compatibility with CMake < 3.10 will be removed from a future version of 251s CMake. 251s 251s Update the VERSION argument value. Or, use the ... syntax 251s to tell CMake that the project requires at least but has been updated 251s to work with policies introduced by or earlier. 251s 251s 251s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 251s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 251s --help-policy CMP0167" for policy details. Use the cmake_policy command to 251s set the policy and suppress this warning. 251s 251s Call Stack (most recent call first): 251s documented/nonlinear-poisson/cpp/CMakeLists.txt:18 (include) 251s This warning is for project developers. Use -Wno-dev to suppress it. 251s 251s CMake Deprecation Warning at documented/nonmatching-interpolation/cpp/CMakeLists.txt:6 (cmake_minimum_required): 251s Compatibility with CMake < 3.10 will be removed from a future version of 251s CMake. 251s 251s Update the VERSION argument value. Or, use the ... syntax 251s to tell CMake that the project requires at least but has been updated 251s to work with policies introduced by or earlier. 251s 251s 251s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 251s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 251s --help-policy CMP0167" for policy details. Use the cmake_policy command to 251s set the policy and suppress this warning. 251s 251s Call Stack (most recent call first): 251s documented/nonmatching-interpolation/cpp/CMakeLists.txt:18 (include) 251s This warning is for project developers. Use -Wno-dev to suppress it. 251s 251s CMake Deprecation Warning at documented/periodic/cpp/CMakeLists.txt:6 (cmake_minimum_required): 251s Compatibility with CMake < 3.10 will be removed from a future version of 251s CMake. 251s 251s Update the VERSION argument value. Or, use the ... syntax 251s to tell CMake that the project requires at least but has been updated 251s to work with policies introduced by or earlier. 251s 251s 251s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 251s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 251s --help-policy CMP0167" for policy details. Use the cmake_policy command to 251s set the policy and suppress this warning. 251s 251s Call Stack (most recent call first): 251s documented/periodic/cpp/CMakeLists.txt:18 (include) 251s This warning is for project developers. Use -Wno-dev to suppress it. 251s 251s CMake Deprecation Warning at documented/poisson/cpp/CMakeLists.txt:6 (cmake_minimum_required): 251s Compatibility with CMake < 3.10 will be removed from a future version of 251s CMake. 251s 251s Update the VERSION argument value. Or, use the ... syntax 251s to tell CMake that the project requires at least but has been updated 251s to work with policies introduced by or earlier. 251s 251s 251s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 251s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 251s --help-policy CMP0167" for policy details. Use the cmake_policy command to 251s set the policy and suppress this warning. 251s 251s Call Stack (most recent call first): 251s documented/poisson/cpp/CMakeLists.txt:18 (include) 251s This warning is for project developers. Use -Wno-dev to suppress it. 251s 251s CMake Deprecation Warning at documented/singular-poisson/cpp/CMakeLists.txt:6 (cmake_minimum_required): 251s Compatibility with CMake < 3.10 will be removed from a future version of 251s CMake. 251s 251s Update the VERSION argument value. Or, use the ... syntax 251s to tell CMake that the project requires at least but has been updated 251s to work with policies introduced by or earlier. 251s 251s 251s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 251s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 251s --help-policy CMP0167" for policy details. Use the cmake_policy command to 251s set the policy and suppress this warning. 251s 251s Call Stack (most recent call first): 251s documented/singular-poisson/cpp/CMakeLists.txt:18 (include) 251s This warning is for project developers. Use -Wno-dev to suppress it. 251s 251s CMake Deprecation Warning at documented/stokes-iterative/cpp/CMakeLists.txt:6 (cmake_minimum_required): 251s Compatibility with CMake < 3.10 will be removed from a future version of 251s CMake. 251s 251s Update the VERSION argument value. Or, use the ... syntax 251s to tell CMake that the project requires at least but has been updated 251s to work with policies introduced by or earlier. 251s 251s 251s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 251s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 251s --help-policy CMP0167" for policy details. Use the cmake_policy command to 251s set the policy and suppress this warning. 251s 251s Call Stack (most recent call first): 251s documented/stokes-iterative/cpp/CMakeLists.txt:18 (include) 251s This warning is for project developers. Use -Wno-dev to suppress it. 251s 251s CMake Deprecation Warning at documented/stokes-taylor-hood/cpp/CMakeLists.txt:6 (cmake_minimum_required): 251s Compatibility with CMake < 3.10 will be removed from a future version of 251s CMake. 251s 251s Update the VERSION argument value. Or, use the ... syntax 251s to tell CMake that the project requires at least but has been updated 251s to work with policies introduced by or earlier. 251s 251s 251s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 251s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 251s --help-policy CMP0167" for policy details. Use the cmake_policy command to 251s set the policy and suppress this warning. 251s 251s Call Stack (most recent call first): 251s documented/stokes-taylor-hood/cpp/CMakeLists.txt:18 (include) 251s This warning is for project developers. Use -Wno-dev to suppress it. 251s 251s CMake Deprecation Warning at documented/subdomains/cpp/CMakeLists.txt:6 (cmake_minimum_required): 251s Compatibility with CMake < 3.10 will be removed from a future version of 251s CMake. 251s 251s Update the VERSION argument value. Or, use the ... syntax 251s to tell CMake that the project requires at least but has been updated 251s to work with policies introduced by or earlier. 251s 251s 251s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 251s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 251s --help-policy CMP0167" for policy details. Use the cmake_policy command to 251s set the policy and suppress this warning. 251s 251s Call Stack (most recent call first): 251s documented/subdomains/cpp/CMakeLists.txt:18 (include) 251s This warning is for project developers. Use -Wno-dev to suppress it. 251s 251s CMake Deprecation Warning at undocumented/advection-diffusion/cpp/CMakeLists.txt:6 (cmake_minimum_required): 251s Compatibility with CMake < 3.10 will be removed from a future version of 251s CMake. 251s 251s Update the VERSION argument value. Or, use the ... syntax 251s to tell CMake that the project requires at least but has been updated 251s to work with policies introduced by or earlier. 251s 251s 251s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 251s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 251s --help-policy CMP0167" for policy details. Use the cmake_policy command to 251s set the policy and suppress this warning. 251s 251s Call Stack (most recent call first): 251s undocumented/advection-diffusion/cpp/CMakeLists.txt:18 (include) 251s This warning is for project developers. Use -Wno-dev to suppress it. 251s 251s CMake Deprecation Warning at undocumented/ale/cpp/CMakeLists.txt:6 (cmake_minimum_required): 251s Compatibility with CMake < 3.10 will be removed from a future version of 251s CMake. 251s 251s Update the VERSION argument value. Or, use the ... syntax 251s to tell CMake that the project requires at least but has been updated 251s to work with policies introduced by or earlier. 251s 251s 251s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 251s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 251s --help-policy CMP0167" for policy details. Use the cmake_policy command to 251s set the policy and suppress this warning. 251s 251s Call Stack (most recent call first): 251s undocumented/ale/cpp/CMakeLists.txt:18 (include) 251s This warning is for project developers. Use -Wno-dev to suppress it. 251s 251s CMake Deprecation Warning at undocumented/auto-adaptive-navier-stokes/cpp/CMakeLists.txt:6 (cmake_minimum_required): 251s Compatibility with CMake < 3.10 will be removed from a future version of 251s CMake. 251s 251s Update the VERSION argument value. Or, use the ... syntax 251s to tell CMake that the project requires at least but has been updated 251s to work with policies introduced by or earlier. 251s 251s 251s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 251s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 251s --help-policy CMP0167" for policy details. Use the cmake_policy command to 251s set the policy and suppress this warning. 251s 251s Call Stack (most recent call first): 251s undocumented/auto-adaptive-navier-stokes/cpp/CMakeLists.txt:18 (include) 251s This warning is for project developers. Use -Wno-dev to suppress it. 251s 251s CMake Deprecation Warning at undocumented/block-matrix/cpp/CMakeLists.txt:6 (cmake_minimum_required): 251s Compatibility with CMake < 3.10 will be removed from a future version of 251s CMake. 251s 251s Update the VERSION argument value. Or, use the ... syntax 251s to tell CMake that the project requires at least but has been updated 251s to work with policies introduced by or earlier. 251s 251s 251s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 251s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 251s --help-policy CMP0167" for policy details. Use the cmake_policy command to 251s set the policy and suppress this warning. 251s 251s Call Stack (most recent call first): 251s undocumented/block-matrix/cpp/CMakeLists.txt:18 (include) 251s This warning is for project developers. Use -Wno-dev to suppress it. 251s 251s CMake Deprecation Warning at undocumented/conditional/cpp/CMakeLists.txt:6 (cmake_minimum_required): 251s Compatibility with CMake < 3.10 will be removed from a future version of 251s CMake. 251s 251s Update the VERSION argument value. Or, use the ... syntax 251s to tell CMake that the project requires at least but has been updated 251s to work with policies introduced by or earlier. 251s 251s 251s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 251s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 251s --help-policy CMP0167" for policy details. Use the cmake_policy command to 251s set the policy and suppress this warning. 251s 251s Call Stack (most recent call first): 251s undocumented/conditional/cpp/CMakeLists.txt:18 (include) 251s This warning is for project developers. Use -Wno-dev to suppress it. 251s 251s CMake Deprecation Warning at undocumented/contact-vi-snes/cpp/CMakeLists.txt:6 (cmake_minimum_required): 251s Compatibility with CMake < 3.10 will be removed from a future version of 251s CMake. 251s 251s Update the VERSION argument value. Or, use the ... syntax 251s to tell CMake that the project requires at least but has been updated 251s to work with policies introduced by or earlier. 251s 251s 251s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 251s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 251s --help-policy CMP0167" for policy details. Use the cmake_policy command to 251s set the policy and suppress this warning. 251s 251s Call Stack (most recent call first): 251s undocumented/contact-vi-snes/cpp/CMakeLists.txt:18 (include) 251s This warning is for project developers. Use -Wno-dev to suppress it. 251s 251s CMake Deprecation Warning at undocumented/contact-vi-tao/cpp/CMakeLists.txt:6 (cmake_minimum_required): 251s Compatibility with CMake < 3.10 will be removed from a future version of 251s CMake. 251s 251s Update the VERSION argument value. Or, use the ... syntax 251s to tell CMake that the project requires at least but has been updated 251s to work with policies introduced by or earlier. 251s 251s 251s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 251s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 251s --help-policy CMP0167" for policy details. Use the cmake_policy command to 251s set the policy and suppress this warning. 251s 251s Call Stack (most recent call first): 251s undocumented/contact-vi-tao/cpp/CMakeLists.txt:18 (include) 251s This warning is for project developers. Use -Wno-dev to suppress it. 251s 251s CMake Deprecation Warning at undocumented/curl-curl/cpp/CMakeLists.txt:6 (cmake_minimum_required): 251s Compatibility with CMake < 3.10 will be removed from a future version of 251s CMake. 251s 251s Update the VERSION argument value. Or, use the ... syntax 251s to tell CMake that the project requires at least but has been updated 251s to work with policies introduced by or earlier. 251s 251s 251s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 251s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 251s --help-policy CMP0167" for policy details. Use the cmake_policy command to 251s set the policy and suppress this warning. 251s 251s Call Stack (most recent call first): 251s undocumented/curl-curl/cpp/CMakeLists.txt:18 (include) 251s This warning is for project developers. Use -Wno-dev to suppress it. 251s 251s CMake Deprecation Warning at undocumented/dg-advection-diffusion/cpp/CMakeLists.txt:6 (cmake_minimum_required): 251s Compatibility with CMake < 3.10 will be removed from a future version of 251s CMake. 251s 251s Update the VERSION argument value. Or, use the ... syntax 251s to tell CMake that the project requires at least but has been updated 251s to work with policies introduced by or earlier. 251s 251s 251s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 251s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 251s --help-policy CMP0167" for policy details. Use the cmake_policy command to 251s set the policy and suppress this warning. 251s 251s Call Stack (most recent call first): 251s undocumented/dg-advection-diffusion/cpp/CMakeLists.txt:18 (include) 251s This warning is for project developers. Use -Wno-dev to suppress it. 251s 251s CMake Deprecation Warning at undocumented/dg-poisson/cpp/CMakeLists.txt:6 (cmake_minimum_required): 251s Compatibility with CMake < 3.10 will be removed from a future version of 251s CMake. 251s 251s Update the VERSION argument value. Or, use the ... syntax 251s to tell CMake that the project requires at least but has been updated 251s to work with policies introduced by or earlier. 251s 251s 251s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 251s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 251s --help-policy CMP0167" for policy details. Use the cmake_policy command to 251s set the policy and suppress this warning. 251s 251s Call Stack (most recent call first): 251s undocumented/dg-poisson/cpp/CMakeLists.txt:18 (include) 251s This warning is for project developers. Use -Wno-dev to suppress it. 251s 251s CMake Deprecation Warning at undocumented/elasticity/cpp/CMakeLists.txt:6 (cmake_minimum_required): 251s Compatibility with CMake < 3.10 will be removed from a future version of 251s CMake. 251s 251s Update the VERSION argument value. Or, use the ... syntax 251s to tell CMake that the project requires at least but has been updated 251s to work with policies introduced by or earlier. 251s 251s 251s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 251s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 251s --help-policy CMP0167" for policy details. Use the cmake_policy command to 251s set the policy and suppress this warning. 251s 251s Call Stack (most recent call first): 251s undocumented/elasticity/cpp/CMakeLists.txt:18 (include) 251s This warning is for project developers. Use -Wno-dev to suppress it. 251s 251s CMake Deprecation Warning at undocumented/elastodynamics/cpp/CMakeLists.txt:6 (cmake_minimum_required): 251s Compatibility with CMake < 3.10 will be removed from a future version of 251s CMake. 251s 251s Update the VERSION argument value. Or, use the ... syntax 251s to tell CMake that the project requires at least but has been updated 251s to work with policies introduced by or earlier. 251s 251s 251s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 251s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 251s --help-policy CMP0167" for policy details. Use the cmake_policy command to 251s set the policy and suppress this warning. 251s 251s Call Stack (most recent call first): 251s undocumented/elastodynamics/cpp/CMakeLists.txt:18 (include) 251s This warning is for project developers. Use -Wno-dev to suppress it. 251s 251s CMake Deprecation Warning at undocumented/eval/cpp/CMakeLists.txt:6 (cmake_minimum_required): 251s Compatibility with CMake < 3.10 will be removed from a future version of 251s CMake. 251s 251s Update the VERSION argument value. Or, use the ... syntax 251s to tell CMake that the project requires at least but has been updated 251s to work with policies introduced by or earlier. 251s 251s 251s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 251s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 251s --help-policy CMP0167" for policy details. Use the cmake_policy command to 251s set the policy and suppress this warning. 251s 251s Call Stack (most recent call first): 251s undocumented/eval/cpp/CMakeLists.txt:18 (include) 251s This warning is for project developers. Use -Wno-dev to suppress it. 251s 251s CMake Deprecation Warning at undocumented/extrapolation/cpp/CMakeLists.txt:6 (cmake_minimum_required): 251s Compatibility with CMake < 3.10 will be removed from a future version of 251s CMake. 251s 251s Update the VERSION argument value. Or, use the ... syntax 251s to tell CMake that the project requires at least but has been updated 251s to work with policies introduced by or earlier. 251s 251s 251s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 251s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 251s --help-policy CMP0167" for policy details. Use the cmake_policy command to 251s set the policy and suppress this warning. 251s 251s Call Stack (most recent call first): 251s undocumented/extrapolation/cpp/CMakeLists.txt:18 (include) 251s This warning is for project developers. Use -Wno-dev to suppress it. 251s 251s CMake Deprecation Warning at undocumented/functional/cpp/CMakeLists.txt:6 (cmake_minimum_required): 251s Compatibility with CMake < 3.10 will be removed from a future version of 251s CMake. 251s 251s Update the VERSION argument value. Or, use the ... syntax 251s to tell CMake that the project requires at least but has been updated 251s to work with policies introduced by or earlier. 251s 251s 251s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 251s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 251s --help-policy CMP0167" for policy details. Use the cmake_policy command to 251s set the policy and suppress this warning. 251s 251s Call Stack (most recent call first): 251s undocumented/functional/cpp/CMakeLists.txt:18 (include) 251s This warning is for project developers. Use -Wno-dev to suppress it. 251s 251s CMake Deprecation Warning at undocumented/gmg-poisson/cpp/CMakeLists.txt:6 (cmake_minimum_required): 251s Compatibility with CMake < 3.10 will be removed from a future version of 251s CMake. 251s 251s Update the VERSION argument value. Or, use the ... syntax 251s to tell CMake that the project requires at least but has been updated 251s to work with policies introduced by or earlier. 251s 251s 251s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 251s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 251s --help-policy CMP0167" for policy details. Use the cmake_policy command to 251s set the policy and suppress this warning. 251s 251s Call Stack (most recent call first): 251s undocumented/gmg-poisson/cpp/CMakeLists.txt:18 (include) 251s This warning is for project developers. Use -Wno-dev to suppress it. 251s 251s CMake Deprecation Warning at undocumented/lift-drag/cpp/CMakeLists.txt:6 (cmake_minimum_required): 251s Compatibility with CMake < 3.10 will be removed from a future version of 251s CMake. 251s 251s Update the VERSION argument value. Or, use the ... syntax 251s to tell CMake that the project requires at least but has been updated 251s to work with policies introduced by or earlier. 251s 251s 251s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 251s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 251s --help-policy CMP0167" for policy details. Use the cmake_policy command to 251s set the policy and suppress this warning. 251s 251s Call Stack (most recent call first): 251s undocumented/lift-drag/cpp/CMakeLists.txt:18 (include) 251s This warning is for project developers. Use -Wno-dev to suppress it. 251s 251s CMake Deprecation Warning at undocumented/mesh-quality/cpp/CMakeLists.txt:6 (cmake_minimum_required): 251s Compatibility with CMake < 3.10 will be removed from a future version of 251s CMake. 251s 251s Update the VERSION argument value. Or, use the ... syntax 251s to tell CMake that the project requires at least but has been updated 251s to work with policies introduced by or earlier. 251s 251s 251s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 251s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 251s --help-policy CMP0167" for policy details. Use the cmake_policy command to 251s set the policy and suppress this warning. 251s 251s Call Stack (most recent call first): 251s undocumented/mesh-quality/cpp/CMakeLists.txt:18 (include) 251s This warning is for project developers. Use -Wno-dev to suppress it. 251s 251s CMake Deprecation Warning at undocumented/meshfunction-refinement/cpp/CMakeLists.txt:6 (cmake_minimum_required): 251s Compatibility with CMake < 3.10 will be removed from a future version of 251s CMake. 251s 251s Update the VERSION argument value. Or, use the ... syntax 251s to tell CMake that the project requires at least but has been updated 251s to work with policies introduced by or earlier. 251s 251s 251s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 251s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 251s --help-policy CMP0167" for policy details. Use the cmake_policy command to 251s set the policy and suppress this warning. 251s 251s Call Stack (most recent call first): 251s undocumented/meshfunction-refinement/cpp/CMakeLists.txt:18 (include) 251s This warning is for project developers. Use -Wno-dev to suppress it. 251s 251s CMake Deprecation Warning at undocumented/multimesh-poisson/cpp/CMakeLists.txt:6 (cmake_minimum_required): 251s Compatibility with CMake < 3.10 will be removed from a future version of 251s CMake. 251s 251s Update the VERSION argument value. Or, use the ... syntax 251s to tell CMake that the project requires at least but has been updated 251s to work with policies introduced by or earlier. 251s 251s 251s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 251s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 251s --help-policy CMP0167" for policy details. Use the cmake_policy command to 251s set the policy and suppress this warning. 251s 251s Call Stack (most recent call first): 251s undocumented/multimesh-poisson/cpp/CMakeLists.txt:18 (include) 251s This warning is for project developers. Use -Wno-dev to suppress it. 251s 251s CMake Deprecation Warning at undocumented/multimesh-stokes/cpp/CMakeLists.txt:6 (cmake_minimum_required): 251s Compatibility with CMake < 3.10 will be removed from a future version of 251s CMake. 251s 251s Update the VERSION argument value. Or, use the ... syntax 251s to tell CMake that the project requires at least but has been updated 251s to work with policies introduced by or earlier. 251s 251s 251s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 251s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 251s --help-policy CMP0167" for policy details. Use the cmake_policy command to 251s set the policy and suppress this warning. 251s 251s Call Stack (most recent call first): 251s undocumented/multimesh-stokes/cpp/CMakeLists.txt:18 (include) 251s This warning is for project developers. Use -Wno-dev to suppress it. 251s 251s CMake Deprecation Warning at undocumented/nonmatching-projection/cpp/CMakeLists.txt:6 (cmake_minimum_required): 251s Compatibility with CMake < 3.10 will be removed from a future version of 251s CMake. 251s 251s Update the VERSION argument value. Or, use the ... syntax 251s to tell CMake that the project requires at least but has been updated 251s to work with policies introduced by or earlier. 251s 251s 251s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 251s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 251s --help-policy CMP0167" for policy details. Use the cmake_policy command to 251s set the policy and suppress this warning. 251s 251s Call Stack (most recent call first): 251s undocumented/nonmatching-projection/cpp/CMakeLists.txt:18 (include) 251s This warning is for project developers. Use -Wno-dev to suppress it. 251s 251s CMake Deprecation Warning at undocumented/parallel-refinement/cpp/CMakeLists.txt:6 (cmake_minimum_required): 251s Compatibility with CMake < 3.10 will be removed from a future version of 251s CMake. 251s 251s Update the VERSION argument value. Or, use the ... syntax 251s to tell CMake that the project requires at least but has been updated 251s to work with policies introduced by or earlier. 251s 251s 251s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 251s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 251s --help-policy CMP0167" for policy details. Use the cmake_policy command to 251s set the policy and suppress this warning. 251s 251s Call Stack (most recent call first): 251s undocumented/parallel-refinement/cpp/CMakeLists.txt:18 (include) 251s This warning is for project developers. Use -Wno-dev to suppress it. 251s 251s CMake Deprecation Warning at undocumented/parameters/cpp/CMakeLists.txt:6 (cmake_minimum_required): 251s Compatibility with CMake < 3.10 will be removed from a future version of 251s CMake. 251s 251s Update the VERSION argument value. Or, use the ... syntax 251s to tell CMake that the project requires at least but has been updated 251s to work with policies introduced by or earlier. 251s 251s 252s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 252s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 252s --help-policy CMP0167" for policy details. Use the cmake_policy command to 252s set the policy and suppress this warning. 252s 252s Call Stack (most recent call first): 252s undocumented/parameters/cpp/CMakeLists.txt:18 (include) 252s This warning is for project developers. Use -Wno-dev to suppress it. 252s 252s CMake Deprecation Warning at undocumented/poisson1D/cpp/CMakeLists.txt:6 (cmake_minimum_required): 252s Compatibility with CMake < 3.10 will be removed from a future version of 252s CMake. 252s 252s Update the VERSION argument value. Or, use the ... syntax 252s to tell CMake that the project requires at least but has been updated 252s to work with policies introduced by or earlier. 252s 252s 252s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 252s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 252s --help-policy CMP0167" for policy details. Use the cmake_policy command to 252s set the policy and suppress this warning. 252s 252s Call Stack (most recent call first): 252s undocumented/poisson1D/cpp/CMakeLists.txt:18 (include) 252s This warning is for project developers. Use -Wno-dev to suppress it. 252s 252s CMake Deprecation Warning at undocumented/poisson1D-in-2D/cpp/CMakeLists.txt:6 (cmake_minimum_required): 252s Compatibility with CMake < 3.10 will be removed from a future version of 252s CMake. 252s 252s Update the VERSION argument value. Or, use the ... syntax 252s to tell CMake that the project requires at least but has been updated 252s to work with policies introduced by or earlier. 252s 252s 252s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 252s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 252s --help-policy CMP0167" for policy details. Use the cmake_policy command to 252s set the policy and suppress this warning. 252s 252s Call Stack (most recent call first): 252s undocumented/poisson1D-in-2D/cpp/CMakeLists.txt:18 (include) 252s This warning is for project developers. Use -Wno-dev to suppress it. 252s 252s CMake Deprecation Warning at undocumented/poisson-disc/cpp/CMakeLists.txt:6 (cmake_minimum_required): 252s Compatibility with CMake < 3.10 will be removed from a future version of 252s CMake. 252s 252s Update the VERSION argument value. Or, use the ... syntax 252s to tell CMake that the project requires at least but has been updated 252s to work with policies introduced by or earlier. 252s 252s 252s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 252s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 252s --help-policy CMP0167" for policy details. Use the cmake_policy command to 252s set the policy and suppress this warning. 252s 252s Call Stack (most recent call first): 252s undocumented/poisson-disc/cpp/CMakeLists.txt:18 (include) 252s This warning is for project developers. Use -Wno-dev to suppress it. 252s 252s CMake Deprecation Warning at undocumented/refinement/cpp/CMakeLists.txt:6 (cmake_minimum_required): 252s Compatibility with CMake < 3.10 will be removed from a future version of 252s CMake. 252s 252s Update the VERSION argument value. Or, use the ... syntax 252s to tell CMake that the project requires at least but has been updated 252s to work with policies introduced by or earlier. 252s 252s 252s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 252s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 252s --help-policy CMP0167" for policy details. Use the cmake_policy command to 252s set the policy and suppress this warning. 252s 252s Call Stack (most recent call first): 252s undocumented/refinement/cpp/CMakeLists.txt:18 (include) 252s This warning is for project developers. Use -Wno-dev to suppress it. 252s 252s CMake Deprecation Warning at undocumented/spatial-coordinates/cpp/CMakeLists.txt:6 (cmake_minimum_required): 252s Compatibility with CMake < 3.10 will be removed from a future version of 252s CMake. 252s 252s Update the VERSION argument value. Or, use the ... syntax 252s to tell CMake that the project requires at least but has been updated 252s to work with policies introduced by or earlier. 252s 252s 252s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 252s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 252s --help-policy CMP0167" for policy details. Use the cmake_policy command to 252s set the policy and suppress this warning. 252s 252s Call Stack (most recent call first): 252s undocumented/spatial-coordinates/cpp/CMakeLists.txt:18 (include) 252s This warning is for project developers. Use -Wno-dev to suppress it. 252s 252s CMake Deprecation Warning at undocumented/submesh/cpp/CMakeLists.txt:6 (cmake_minimum_required): 252s Compatibility with CMake < 3.10 will be removed from a future version of 252s CMake. 252s 252s Update the VERSION argument value. Or, use the ... syntax 252s to tell CMake that the project requires at least but has been updated 252s to work with policies introduced by or earlier. 252s 252s 252s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 252s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 252s --help-policy CMP0167" for policy details. Use the cmake_policy command to 252s set the policy and suppress this warning. 252s 252s Call Stack (most recent call first): 252s undocumented/submesh/cpp/CMakeLists.txt:18 (include) 252s This warning is for project developers. Use -Wno-dev to suppress it. 252s 252s CMake Deprecation Warning at undocumented/sym-dirichlet-bc/cpp/CMakeLists.txt:6 (cmake_minimum_required): 252s Compatibility with CMake < 3.10 will be removed from a future version of 252s CMake. 252s 252s Update the VERSION argument value. Or, use the ... syntax 252s to tell CMake that the project requires at least but has been updated 252s to work with policies introduced by or earlier. 252s 252s 252s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 252s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 252s --help-policy CMP0167" for policy details. Use the cmake_policy command to 252s set the policy and suppress this warning. 252s 252s Call Stack (most recent call first): 252s undocumented/sym-dirichlet-bc/cpp/CMakeLists.txt:18 (include) 252s This warning is for project developers. Use -Wno-dev to suppress it. 252s 252s CMake Deprecation Warning at undocumented/time-series/cpp/CMakeLists.txt:6 (cmake_minimum_required): 252s Compatibility with CMake < 3.10 will be removed from a future version of 252s CMake. 252s 252s Update the VERSION argument value. Or, use the ... syntax 252s to tell CMake that the project requires at least but has been updated 252s to work with policies introduced by or earlier. 252s 252s 252s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 252s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 252s --help-policy CMP0167" for policy details. Use the cmake_policy command to 252s set the policy and suppress this warning. 252s 252s Call Stack (most recent call first): 252s undocumented/time-series/cpp/CMakeLists.txt:18 (include) 252s This warning is for project developers. Use -Wno-dev to suppress it. 252s 252s CMake Deprecation Warning at undocumented/waveguide/cpp/CMakeLists.txt:6 (cmake_minimum_required): 252s Compatibility with CMake < 3.10 will be removed from a future version of 252s CMake. 252s 252s Update the VERSION argument value. Or, use the ... syntax 252s to tell CMake that the project requires at least but has been updated 252s to work with policies introduced by or earlier. 252s 252s 252s CMake Warning (dev) at /usr/lib/s390x-linux-gnu/cmake/dolfin/UseDOLFIN.cmake:34 (find_package): 252s Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake 252s --help-policy CMP0167" for policy details. Use the cmake_policy command to 252s set the policy and suppress this warning. 252s 252s Call Stack (most recent call first): 252s undocumented/waveguide/cpp/CMakeLists.txt:18 (include) 252s This warning is for project developers. Use -Wno-dev to suppress it. 252s 252s -- Configuring done (2.5s) 252s -- Generating done (0.2s) 252s -- Build files have been written to: /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo 252s /usr/bin/cmake -S/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo -B/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo --check-build-system CMakeFiles/Makefile.cmake 0 252s /usr/bin/cmake -E cmake_progress_start /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/CMakeFiles /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo//CMakeFiles/progress.marks 252s make -f CMakeFiles/Makefile2 all 252s make[1]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 252s make -f documented/auto-adaptive-poisson/cpp/CMakeFiles/demo_auto-adaptive-poisson.dir/build.make documented/auto-adaptive-poisson/cpp/CMakeFiles/demo_auto-adaptive-poisson.dir/depend 252s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 252s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/auto-adaptive-poisson/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/auto-adaptive-poisson/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/auto-adaptive-poisson/cpp/CMakeFiles/demo_auto-adaptive-poisson.dir/DependInfo.cmake "--color=" 252s make -f documented/bcs/cpp/CMakeFiles/demo_bcs.dir/build.make documented/bcs/cpp/CMakeFiles/demo_bcs.dir/depend 252s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 252s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/bcs/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/bcs/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/bcs/cpp/CMakeFiles/demo_bcs.dir/DependInfo.cmake "--color=" 252s make -f documented/biharmonic/cpp/CMakeFiles/demo_biharmonic.dir/build.make documented/biharmonic/cpp/CMakeFiles/demo_biharmonic.dir/depend 252s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 252s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/biharmonic/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/biharmonic/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/biharmonic/cpp/CMakeFiles/demo_biharmonic.dir/DependInfo.cmake "--color=" 252s make -f documented/built-in-meshes/cpp/CMakeFiles/demo_built-in-meshes.dir/build.make documented/built-in-meshes/cpp/CMakeFiles/demo_built-in-meshes.dir/depend 252s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 252s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/built-in-meshes/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/built-in-meshes/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/built-in-meshes/cpp/CMakeFiles/demo_built-in-meshes.dir/DependInfo.cmake "--color=" 252s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 252s make -f documented/auto-adaptive-poisson/cpp/CMakeFiles/demo_auto-adaptive-poisson.dir/build.make documented/auto-adaptive-poisson/cpp/CMakeFiles/demo_auto-adaptive-poisson.dir/build 252s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 252s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 252s make -f documented/bcs/cpp/CMakeFiles/demo_bcs.dir/build.make documented/bcs/cpp/CMakeFiles/demo_bcs.dir/build 252s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 252s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 252s make -f documented/biharmonic/cpp/CMakeFiles/demo_biharmonic.dir/build.make documented/biharmonic/cpp/CMakeFiles/demo_biharmonic.dir/build 252s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 252s make -f documented/built-in-meshes/cpp/CMakeFiles/demo_built-in-meshes.dir/build.make documented/built-in-meshes/cpp/CMakeFiles/demo_built-in-meshes.dir/build 252s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 252s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 252s [ 1%] Building CXX object documented/auto-adaptive-poisson/cpp/CMakeFiles/demo_auto-adaptive-poisson.dir/main.cpp.o 252s [ 2%] Building CXX object documented/bcs/cpp/CMakeFiles/demo_bcs.dir/main.cpp.o 252s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/auto-adaptive-poisson/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT documented/auto-adaptive-poisson/cpp/CMakeFiles/demo_auto-adaptive-poisson.dir/main.cpp.o -MF CMakeFiles/demo_auto-adaptive-poisson.dir/main.cpp.o.d -o CMakeFiles/demo_auto-adaptive-poisson.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/auto-adaptive-poisson/cpp/main.cpp 252s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/bcs/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT documented/bcs/cpp/CMakeFiles/demo_bcs.dir/main.cpp.o -MF CMakeFiles/demo_bcs.dir/main.cpp.o.d -o CMakeFiles/demo_bcs.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/bcs/cpp/main.cpp 252s [ 3%] Building CXX object documented/built-in-meshes/cpp/CMakeFiles/demo_built-in-meshes.dir/main.cpp.o 252s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/built-in-meshes/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT documented/built-in-meshes/cpp/CMakeFiles/demo_built-in-meshes.dir/main.cpp.o -MF CMakeFiles/demo_built-in-meshes.dir/main.cpp.o.d -o CMakeFiles/demo_built-in-meshes.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/built-in-meshes/cpp/main.cpp 252s [ 4%] Building CXX object documented/biharmonic/cpp/CMakeFiles/demo_biharmonic.dir/main.cpp.o 252s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/biharmonic/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT documented/biharmonic/cpp/CMakeFiles/demo_biharmonic.dir/main.cpp.o -MF CMakeFiles/demo_biharmonic.dir/main.cpp.o.d -o CMakeFiles/demo_biharmonic.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/biharmonic/cpp/main.cpp 258s [ 5%] Linking CXX executable demo_built-in-meshes 258s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/built-in-meshes/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_built-in-meshes.dir/link.txt --verbose=1 258s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_built-in-meshes.dir/link.d "CMakeFiles/demo_built-in-meshes.dir/main.cpp.o" -o demo_built-in-meshes -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 258s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 258s [ 5%] Built target demo_built-in-meshes 258s make -f documented/cahn-hilliard/cpp/CMakeFiles/demo_cahn-hilliard.dir/build.make documented/cahn-hilliard/cpp/CMakeFiles/demo_cahn-hilliard.dir/depend 258s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 258s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/cahn-hilliard/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/cahn-hilliard/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/cahn-hilliard/cpp/CMakeFiles/demo_cahn-hilliard.dir/DependInfo.cmake "--color=" 258s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 258s make -f documented/cahn-hilliard/cpp/CMakeFiles/demo_cahn-hilliard.dir/build.make documented/cahn-hilliard/cpp/CMakeFiles/demo_cahn-hilliard.dir/build 258s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 258s [ 6%] Building CXX object documented/cahn-hilliard/cpp/CMakeFiles/demo_cahn-hilliard.dir/CahnHilliard2D.cpp.o 258s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/cahn-hilliard/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT documented/cahn-hilliard/cpp/CMakeFiles/demo_cahn-hilliard.dir/CahnHilliard2D.cpp.o -MF CMakeFiles/demo_cahn-hilliard.dir/CahnHilliard2D.cpp.o.d -o CMakeFiles/demo_cahn-hilliard.dir/CahnHilliard2D.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/cahn-hilliard/cpp/CahnHilliard2D.cpp 261s [ 7%] Linking CXX executable demo_bcs 261s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/bcs/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_bcs.dir/link.txt --verbose=1 262s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_bcs.dir/link.d CMakeFiles/demo_bcs.dir/main.cpp.o -o demo_bcs -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 262s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 262s [ 7%] Built target demo_bcs 262s make -f documented/eigenvalue/cpp/CMakeFiles/demo_eigenvalue.dir/build.make documented/eigenvalue/cpp/CMakeFiles/demo_eigenvalue.dir/depend 262s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 262s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/eigenvalue/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/eigenvalue/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/eigenvalue/cpp/CMakeFiles/demo_eigenvalue.dir/DependInfo.cmake "--color=" 262s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 262s make -f documented/eigenvalue/cpp/CMakeFiles/demo_eigenvalue.dir/build.make documented/eigenvalue/cpp/CMakeFiles/demo_eigenvalue.dir/build 262s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 262s [ 8%] Building CXX object documented/eigenvalue/cpp/CMakeFiles/demo_eigenvalue.dir/main.cpp.o 262s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/eigenvalue/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT documented/eigenvalue/cpp/CMakeFiles/demo_eigenvalue.dir/main.cpp.o -MF CMakeFiles/demo_eigenvalue.dir/main.cpp.o.d -o CMakeFiles/demo_eigenvalue.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/eigenvalue/cpp/main.cpp 262s [ 9%] Building CXX object documented/cahn-hilliard/cpp/CMakeFiles/demo_cahn-hilliard.dir/CahnHilliard3D.cpp.o 262s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/cahn-hilliard/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT documented/cahn-hilliard/cpp/CMakeFiles/demo_cahn-hilliard.dir/CahnHilliard3D.cpp.o -MF CMakeFiles/demo_cahn-hilliard.dir/CahnHilliard3D.cpp.o.d -o CMakeFiles/demo_cahn-hilliard.dir/CahnHilliard3D.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/cahn-hilliard/cpp/CahnHilliard3D.cpp 267s [ 10%] Linking CXX executable demo_biharmonic 267s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/biharmonic/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_biharmonic.dir/link.txt --verbose=1 267s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_biharmonic.dir/link.d CMakeFiles/demo_biharmonic.dir/main.cpp.o -o demo_biharmonic -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 267s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 267s [ 10%] Built target demo_biharmonic 267s make -f documented/hyperelasticity/cpp/CMakeFiles/demo_hyperelasticity.dir/build.make documented/hyperelasticity/cpp/CMakeFiles/demo_hyperelasticity.dir/depend 267s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 267s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/hyperelasticity/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/hyperelasticity/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/hyperelasticity/cpp/CMakeFiles/demo_hyperelasticity.dir/DependInfo.cmake "--color=" 267s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 267s make -f documented/hyperelasticity/cpp/CMakeFiles/demo_hyperelasticity.dir/build.make documented/hyperelasticity/cpp/CMakeFiles/demo_hyperelasticity.dir/build 267s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 267s [ 11%] Building CXX object documented/hyperelasticity/cpp/CMakeFiles/demo_hyperelasticity.dir/main.cpp.o 267s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/hyperelasticity/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT documented/hyperelasticity/cpp/CMakeFiles/demo_hyperelasticity.dir/main.cpp.o -MF CMakeFiles/demo_hyperelasticity.dir/main.cpp.o.d -o CMakeFiles/demo_hyperelasticity.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/hyperelasticity/cpp/main.cpp 268s [ 12%] Building CXX object documented/cahn-hilliard/cpp/CMakeFiles/demo_cahn-hilliard.dir/main.cpp.o 268s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/cahn-hilliard/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT documented/cahn-hilliard/cpp/CMakeFiles/demo_cahn-hilliard.dir/main.cpp.o -MF CMakeFiles/demo_cahn-hilliard.dir/main.cpp.o.d -o CMakeFiles/demo_cahn-hilliard.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/cahn-hilliard/cpp/main.cpp 269s [ 13%] Linking CXX executable demo_auto-adaptive-poisson 269s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/auto-adaptive-poisson/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_auto-adaptive-poisson.dir/link.txt --verbose=1 269s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_auto-adaptive-poisson.dir/link.d "CMakeFiles/demo_auto-adaptive-poisson.dir/main.cpp.o" -o demo_auto-adaptive-poisson -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 269s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 269s [ 13%] Built target demo_auto-adaptive-poisson 269s make -f documented/mixed-poisson/cpp/CMakeFiles/demo_mixed-poisson.dir/build.make documented/mixed-poisson/cpp/CMakeFiles/demo_mixed-poisson.dir/depend 269s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 269s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/mixed-poisson/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/mixed-poisson/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/mixed-poisson/cpp/CMakeFiles/demo_mixed-poisson.dir/DependInfo.cmake "--color=" 269s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 269s make -f documented/mixed-poisson/cpp/CMakeFiles/demo_mixed-poisson.dir/build.make documented/mixed-poisson/cpp/CMakeFiles/demo_mixed-poisson.dir/build 269s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 269s [ 14%] Building CXX object documented/mixed-poisson/cpp/CMakeFiles/demo_mixed-poisson.dir/main.cpp.o 269s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/mixed-poisson/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT documented/mixed-poisson/cpp/CMakeFiles/demo_mixed-poisson.dir/main.cpp.o -MF CMakeFiles/demo_mixed-poisson.dir/main.cpp.o.d -o CMakeFiles/demo_mixed-poisson.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/mixed-poisson/cpp/main.cpp 271s [ 15%] Linking CXX executable demo_eigenvalue 271s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/eigenvalue/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_eigenvalue.dir/link.txt --verbose=1 272s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_eigenvalue.dir/link.d CMakeFiles/demo_eigenvalue.dir/main.cpp.o -o demo_eigenvalue -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 272s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 272s [ 15%] Built target demo_eigenvalue 272s make -f documented/navier-stokes/cpp/CMakeFiles/demo_navier-stokes.dir/build.make documented/navier-stokes/cpp/CMakeFiles/demo_navier-stokes.dir/depend 272s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 272s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/navier-stokes/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/navier-stokes/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/navier-stokes/cpp/CMakeFiles/demo_navier-stokes.dir/DependInfo.cmake "--color=" 272s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 272s make -f documented/navier-stokes/cpp/CMakeFiles/demo_navier-stokes.dir/build.make documented/navier-stokes/cpp/CMakeFiles/demo_navier-stokes.dir/build 272s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 272s [ 16%] Building CXX object documented/navier-stokes/cpp/CMakeFiles/demo_navier-stokes.dir/main.cpp.o 272s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/navier-stokes/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT documented/navier-stokes/cpp/CMakeFiles/demo_navier-stokes.dir/main.cpp.o -MF CMakeFiles/demo_navier-stokes.dir/main.cpp.o.d -o CMakeFiles/demo_navier-stokes.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/navier-stokes/cpp/main.cpp 276s [ 17%] Linking CXX executable demo_cahn-hilliard 276s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/cahn-hilliard/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_cahn-hilliard.dir/link.txt --verbose=1 276s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_cahn-hilliard.dir/link.d "CMakeFiles/demo_cahn-hilliard.dir/CahnHilliard2D.cpp.o" "CMakeFiles/demo_cahn-hilliard.dir/CahnHilliard3D.cpp.o" "CMakeFiles/demo_cahn-hilliard.dir/main.cpp.o" -o demo_cahn-hilliard -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 276s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 277s [ 17%] Built target demo_cahn-hilliard 277s make -f documented/neumann-poisson/cpp/CMakeFiles/demo_neumann-poisson.dir/build.make documented/neumann-poisson/cpp/CMakeFiles/demo_neumann-poisson.dir/depend 277s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 277s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/neumann-poisson/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/neumann-poisson/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/neumann-poisson/cpp/CMakeFiles/demo_neumann-poisson.dir/DependInfo.cmake "--color=" 277s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 277s make -f documented/neumann-poisson/cpp/CMakeFiles/demo_neumann-poisson.dir/build.make documented/neumann-poisson/cpp/CMakeFiles/demo_neumann-poisson.dir/build 277s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 277s [ 18%] Building CXX object documented/neumann-poisson/cpp/CMakeFiles/demo_neumann-poisson.dir/main.cpp.o 277s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/neumann-poisson/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT documented/neumann-poisson/cpp/CMakeFiles/demo_neumann-poisson.dir/main.cpp.o -MF CMakeFiles/demo_neumann-poisson.dir/main.cpp.o.d -o CMakeFiles/demo_neumann-poisson.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/neumann-poisson/cpp/main.cpp 277s [ 19%] Linking CXX executable demo_hyperelasticity 277s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/hyperelasticity/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_hyperelasticity.dir/link.txt --verbose=1 278s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_hyperelasticity.dir/link.d CMakeFiles/demo_hyperelasticity.dir/main.cpp.o -o demo_hyperelasticity -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 278s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 278s [ 19%] Built target demo_hyperelasticity 278s make -f documented/nonlinear-poisson/cpp/CMakeFiles/demo_nonlinear-poisson.dir/build.make documented/nonlinear-poisson/cpp/CMakeFiles/demo_nonlinear-poisson.dir/depend 278s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 278s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/nonlinear-poisson/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/nonlinear-poisson/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/nonlinear-poisson/cpp/CMakeFiles/demo_nonlinear-poisson.dir/DependInfo.cmake "--color=" 278s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 278s make -f documented/nonlinear-poisson/cpp/CMakeFiles/demo_nonlinear-poisson.dir/build.make documented/nonlinear-poisson/cpp/CMakeFiles/demo_nonlinear-poisson.dir/build 278s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 278s [ 20%] Building CXX object documented/nonlinear-poisson/cpp/CMakeFiles/demo_nonlinear-poisson.dir/main.cpp.o 278s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/nonlinear-poisson/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT documented/nonlinear-poisson/cpp/CMakeFiles/demo_nonlinear-poisson.dir/main.cpp.o -MF CMakeFiles/demo_nonlinear-poisson.dir/main.cpp.o.d -o CMakeFiles/demo_nonlinear-poisson.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/nonlinear-poisson/cpp/main.cpp 280s [ 21%] Linking CXX executable demo_mixed-poisson 280s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/mixed-poisson/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_mixed-poisson.dir/link.txt --verbose=1 280s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_mixed-poisson.dir/link.d "CMakeFiles/demo_mixed-poisson.dir/main.cpp.o" -o demo_mixed-poisson -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 280s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 280s [ 21%] Built target demo_mixed-poisson 280s make -f documented/nonmatching-interpolation/cpp/CMakeFiles/demo_nonmatching-interpolation.dir/build.make documented/nonmatching-interpolation/cpp/CMakeFiles/demo_nonmatching-interpolation.dir/depend 280s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 280s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/nonmatching-interpolation/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/nonmatching-interpolation/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/nonmatching-interpolation/cpp/CMakeFiles/demo_nonmatching-interpolation.dir/DependInfo.cmake "--color=" 280s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 280s make -f documented/nonmatching-interpolation/cpp/CMakeFiles/demo_nonmatching-interpolation.dir/build.make documented/nonmatching-interpolation/cpp/CMakeFiles/demo_nonmatching-interpolation.dir/build 280s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 280s [ 22%] Building CXX object documented/nonmatching-interpolation/cpp/CMakeFiles/demo_nonmatching-interpolation.dir/main.cpp.o 281s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/nonmatching-interpolation/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT documented/nonmatching-interpolation/cpp/CMakeFiles/demo_nonmatching-interpolation.dir/main.cpp.o -MF CMakeFiles/demo_nonmatching-interpolation.dir/main.cpp.o.d -o CMakeFiles/demo_nonmatching-interpolation.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/nonmatching-interpolation/cpp/main.cpp 284s [ 23%] Linking CXX executable demo_neumann-poisson 284s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/neumann-poisson/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_neumann-poisson.dir/link.txt --verbose=1 284s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_neumann-poisson.dir/link.d "CMakeFiles/demo_neumann-poisson.dir/main.cpp.o" -o demo_neumann-poisson -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 284s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 284s [ 23%] Built target demo_neumann-poisson 284s make -f documented/periodic/cpp/CMakeFiles/demo_periodic.dir/build.make documented/periodic/cpp/CMakeFiles/demo_periodic.dir/depend 284s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 284s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/periodic/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/periodic/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/periodic/cpp/CMakeFiles/demo_periodic.dir/DependInfo.cmake "--color=" 284s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 284s make -f documented/periodic/cpp/CMakeFiles/demo_periodic.dir/build.make documented/periodic/cpp/CMakeFiles/demo_periodic.dir/build 284s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 284s [ 24%] Building CXX object documented/periodic/cpp/CMakeFiles/demo_periodic.dir/main.cpp.o 284s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/periodic/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT documented/periodic/cpp/CMakeFiles/demo_periodic.dir/main.cpp.o -MF CMakeFiles/demo_periodic.dir/main.cpp.o.d -o CMakeFiles/demo_periodic.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/periodic/cpp/main.cpp 286s [ 25%] Linking CXX executable demo_nonlinear-poisson 286s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/nonlinear-poisson/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_nonlinear-poisson.dir/link.txt --verbose=1 286s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_nonlinear-poisson.dir/link.d "CMakeFiles/demo_nonlinear-poisson.dir/main.cpp.o" -o demo_nonlinear-poisson -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 286s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 286s [ 25%] Built target demo_nonlinear-poisson 286s make -f documented/poisson/cpp/CMakeFiles/demo_poisson.dir/build.make documented/poisson/cpp/CMakeFiles/demo_poisson.dir/depend 286s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 286s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/poisson/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/poisson/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/poisson/cpp/CMakeFiles/demo_poisson.dir/DependInfo.cmake "--color=" 286s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 286s make -f documented/poisson/cpp/CMakeFiles/demo_poisson.dir/build.make documented/poisson/cpp/CMakeFiles/demo_poisson.dir/build 286s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 286s [ 26%] Building CXX object documented/poisson/cpp/CMakeFiles/demo_poisson.dir/main.cpp.o 286s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/poisson/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT documented/poisson/cpp/CMakeFiles/demo_poisson.dir/main.cpp.o -MF CMakeFiles/demo_poisson.dir/main.cpp.o.d -o CMakeFiles/demo_poisson.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/poisson/cpp/main.cpp 289s [ 27%] Linking CXX executable demo_nonmatching-interpolation 289s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/nonmatching-interpolation/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_nonmatching-interpolation.dir/link.txt --verbose=1 290s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_nonmatching-interpolation.dir/link.d "CMakeFiles/demo_nonmatching-interpolation.dir/main.cpp.o" -o demo_nonmatching-interpolation -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 290s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 290s [ 27%] Built target demo_nonmatching-interpolation 290s make -f documented/singular-poisson/cpp/CMakeFiles/demo_singular-poisson.dir/build.make documented/singular-poisson/cpp/CMakeFiles/demo_singular-poisson.dir/depend 290s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 290s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/singular-poisson/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/singular-poisson/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/singular-poisson/cpp/CMakeFiles/demo_singular-poisson.dir/DependInfo.cmake "--color=" 290s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 290s make -f documented/singular-poisson/cpp/CMakeFiles/demo_singular-poisson.dir/build.make documented/singular-poisson/cpp/CMakeFiles/demo_singular-poisson.dir/build 290s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 290s [ 28%] Building CXX object documented/singular-poisson/cpp/CMakeFiles/demo_singular-poisson.dir/main.cpp.o 290s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/singular-poisson/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT documented/singular-poisson/cpp/CMakeFiles/demo_singular-poisson.dir/main.cpp.o -MF CMakeFiles/demo_singular-poisson.dir/main.cpp.o.d -o CMakeFiles/demo_singular-poisson.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/singular-poisson/cpp/main.cpp 293s [ 29%] Linking CXX executable demo_periodic 293s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/periodic/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_periodic.dir/link.txt --verbose=1 293s [ 30%] Linking CXX executable demo_poisson 293s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/poisson/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_poisson.dir/link.txt --verbose=1 294s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_poisson.dir/link.d CMakeFiles/demo_poisson.dir/main.cpp.o -o demo_poisson -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 294s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 294s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_periodic.dir/link.d CMakeFiles/demo_periodic.dir/main.cpp.o -o demo_periodic -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 294s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 294s [ 30%] Built target demo_poisson 294s make -f documented/stokes-iterative/cpp/CMakeFiles/demo_stokes-iterative.dir/build.make documented/stokes-iterative/cpp/CMakeFiles/demo_stokes-iterative.dir/depend 294s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 294s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/stokes-iterative/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/stokes-iterative/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/stokes-iterative/cpp/CMakeFiles/demo_stokes-iterative.dir/DependInfo.cmake "--color=" 294s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 294s [ 30%] Built target demo_periodic 294s make -f documented/stokes-iterative/cpp/CMakeFiles/demo_stokes-iterative.dir/build.make documented/stokes-iterative/cpp/CMakeFiles/demo_stokes-iterative.dir/build 294s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 294s make -f documented/stokes-taylor-hood/cpp/CMakeFiles/demo_stokes-taylor-hood.dir/build.make documented/stokes-taylor-hood/cpp/CMakeFiles/demo_stokes-taylor-hood.dir/depend 294s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 294s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/stokes-taylor-hood/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/stokes-taylor-hood/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/stokes-taylor-hood/cpp/CMakeFiles/demo_stokes-taylor-hood.dir/DependInfo.cmake "--color=" 294s [ 31%] Building CXX object documented/stokes-iterative/cpp/CMakeFiles/demo_stokes-iterative.dir/main.cpp.o 294s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 294s make -f documented/stokes-taylor-hood/cpp/CMakeFiles/demo_stokes-taylor-hood.dir/build.make documented/stokes-taylor-hood/cpp/CMakeFiles/demo_stokes-taylor-hood.dir/build 294s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 294s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/stokes-iterative/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT documented/stokes-iterative/cpp/CMakeFiles/demo_stokes-iterative.dir/main.cpp.o -MF CMakeFiles/demo_stokes-iterative.dir/main.cpp.o.d -o CMakeFiles/demo_stokes-iterative.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/stokes-iterative/cpp/main.cpp 294s [ 32%] Building CXX object documented/stokes-taylor-hood/cpp/CMakeFiles/demo_stokes-taylor-hood.dir/main.cpp.o 294s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/stokes-taylor-hood/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT documented/stokes-taylor-hood/cpp/CMakeFiles/demo_stokes-taylor-hood.dir/main.cpp.o -MF CMakeFiles/demo_stokes-taylor-hood.dir/main.cpp.o.d -o CMakeFiles/demo_stokes-taylor-hood.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/stokes-taylor-hood/cpp/main.cpp 296s [ 33%] Linking CXX executable demo_navier-stokes 296s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/navier-stokes/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_navier-stokes.dir/link.txt --verbose=1 297s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_navier-stokes.dir/link.d "CMakeFiles/demo_navier-stokes.dir/main.cpp.o" -o demo_navier-stokes -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 297s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 297s [ 33%] Built target demo_navier-stokes 297s make -f documented/subdomains/cpp/CMakeFiles/demo_subdomains.dir/build.make documented/subdomains/cpp/CMakeFiles/demo_subdomains.dir/depend 297s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 297s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/subdomains/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/subdomains/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/subdomains/cpp/CMakeFiles/demo_subdomains.dir/DependInfo.cmake "--color=" 297s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 297s make -f documented/subdomains/cpp/CMakeFiles/demo_subdomains.dir/build.make documented/subdomains/cpp/CMakeFiles/demo_subdomains.dir/build 297s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 297s [ 34%] Building CXX object documented/subdomains/cpp/CMakeFiles/demo_subdomains.dir/main.cpp.o 297s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/subdomains/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT documented/subdomains/cpp/CMakeFiles/demo_subdomains.dir/main.cpp.o -MF CMakeFiles/demo_subdomains.dir/main.cpp.o.d -o CMakeFiles/demo_subdomains.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/subdomains/cpp/main.cpp 299s [ 35%] Linking CXX executable demo_singular-poisson 299s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/singular-poisson/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_singular-poisson.dir/link.txt --verbose=1 299s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_singular-poisson.dir/link.d "CMakeFiles/demo_singular-poisson.dir/main.cpp.o" -o demo_singular-poisson -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 299s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 299s [ 35%] Built target demo_singular-poisson 299s make -f undocumented/advection-diffusion/cpp/CMakeFiles/demo_advection-diffusion.dir/build.make undocumented/advection-diffusion/cpp/CMakeFiles/demo_advection-diffusion.dir/depend 299s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 299s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/advection-diffusion/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/advection-diffusion/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/advection-diffusion/cpp/CMakeFiles/demo_advection-diffusion.dir/DependInfo.cmake "--color=" 299s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 299s make -f undocumented/advection-diffusion/cpp/CMakeFiles/demo_advection-diffusion.dir/build.make undocumented/advection-diffusion/cpp/CMakeFiles/demo_advection-diffusion.dir/build 299s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 300s [ 35%] Building CXX object undocumented/advection-diffusion/cpp/CMakeFiles/demo_advection-diffusion.dir/main.cpp.o 300s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/advection-diffusion/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT undocumented/advection-diffusion/cpp/CMakeFiles/demo_advection-diffusion.dir/main.cpp.o -MF CMakeFiles/demo_advection-diffusion.dir/main.cpp.o.d -o CMakeFiles/demo_advection-diffusion.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/advection-diffusion/cpp/main.cpp 305s [ 36%] Linking CXX executable demo_subdomains 305s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/subdomains/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_subdomains.dir/link.txt --verbose=1 305s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_subdomains.dir/link.d CMakeFiles/demo_subdomains.dir/main.cpp.o -o demo_subdomains -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 305s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 305s [ 36%] Built target demo_subdomains 305s make -f undocumented/ale/cpp/CMakeFiles/demo_ale.dir/build.make undocumented/ale/cpp/CMakeFiles/demo_ale.dir/depend 305s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 305s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/ale/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/ale/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/ale/cpp/CMakeFiles/demo_ale.dir/DependInfo.cmake "--color=" 305s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 305s make -f undocumented/ale/cpp/CMakeFiles/demo_ale.dir/build.make undocumented/ale/cpp/CMakeFiles/demo_ale.dir/build 305s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 305s [ 37%] Building CXX object undocumented/ale/cpp/CMakeFiles/demo_ale.dir/main.cpp.o 306s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/ale/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT undocumented/ale/cpp/CMakeFiles/demo_ale.dir/main.cpp.o -MF CMakeFiles/demo_ale.dir/main.cpp.o.d -o CMakeFiles/demo_ale.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/ale/cpp/main.cpp 310s [ 38%] Linking CXX executable demo_stokes-taylor-hood 310s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/stokes-taylor-hood/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_stokes-taylor-hood.dir/link.txt --verbose=1 310s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_stokes-taylor-hood.dir/link.d "CMakeFiles/demo_stokes-taylor-hood.dir/main.cpp.o" -o demo_stokes-taylor-hood -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 310s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 310s [ 38%] Built target demo_stokes-taylor-hood 310s make -f undocumented/auto-adaptive-navier-stokes/cpp/CMakeFiles/demo_auto-adaptive-navier-stokes.dir/build.make undocumented/auto-adaptive-navier-stokes/cpp/CMakeFiles/demo_auto-adaptive-navier-stokes.dir/depend 310s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 310s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/auto-adaptive-navier-stokes/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/auto-adaptive-navier-stokes/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/auto-adaptive-navier-stokes/cpp/CMakeFiles/demo_auto-adaptive-navier-stokes.dir/DependInfo.cmake "--color=" 310s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 310s make -f undocumented/auto-adaptive-navier-stokes/cpp/CMakeFiles/demo_auto-adaptive-navier-stokes.dir/build.make undocumented/auto-adaptive-navier-stokes/cpp/CMakeFiles/demo_auto-adaptive-navier-stokes.dir/build 310s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 310s [ 39%] Building CXX object undocumented/auto-adaptive-navier-stokes/cpp/CMakeFiles/demo_auto-adaptive-navier-stokes.dir/main.cpp.o 311s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/auto-adaptive-navier-stokes/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT undocumented/auto-adaptive-navier-stokes/cpp/CMakeFiles/demo_auto-adaptive-navier-stokes.dir/main.cpp.o -MF CMakeFiles/demo_auto-adaptive-navier-stokes.dir/main.cpp.o.d -o CMakeFiles/demo_auto-adaptive-navier-stokes.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/auto-adaptive-navier-stokes/cpp/main.cpp 312s [ 40%] Linking CXX executable demo_stokes-iterative 312s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/documented/stokes-iterative/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_stokes-iterative.dir/link.txt --verbose=1 312s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_stokes-iterative.dir/link.d "CMakeFiles/demo_stokes-iterative.dir/main.cpp.o" -o demo_stokes-iterative -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 312s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 312s [ 40%] Built target demo_stokes-iterative 312s make -f undocumented/block-matrix/cpp/CMakeFiles/demo_block-matrix.dir/build.make undocumented/block-matrix/cpp/CMakeFiles/demo_block-matrix.dir/depend 312s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 312s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/block-matrix/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/block-matrix/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/block-matrix/cpp/CMakeFiles/demo_block-matrix.dir/DependInfo.cmake "--color=" 312s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 312s make -f undocumented/block-matrix/cpp/CMakeFiles/demo_block-matrix.dir/build.make undocumented/block-matrix/cpp/CMakeFiles/demo_block-matrix.dir/build 312s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 312s [ 41%] Building CXX object undocumented/block-matrix/cpp/CMakeFiles/demo_block-matrix.dir/main.cpp.o 312s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/block-matrix/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT undocumented/block-matrix/cpp/CMakeFiles/demo_block-matrix.dir/main.cpp.o -MF CMakeFiles/demo_block-matrix.dir/main.cpp.o.d -o CMakeFiles/demo_block-matrix.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/block-matrix/cpp/main.cpp 313s [ 42%] Linking CXX executable demo_ale 313s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/ale/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_ale.dir/link.txt --verbose=1 313s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_ale.dir/link.d CMakeFiles/demo_ale.dir/main.cpp.o -o demo_ale -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 313s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 313s [ 42%] Built target demo_ale 313s make -f undocumented/conditional/cpp/CMakeFiles/demo_conditional.dir/build.make undocumented/conditional/cpp/CMakeFiles/demo_conditional.dir/depend 313s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 313s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/conditional/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/conditional/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/conditional/cpp/CMakeFiles/demo_conditional.dir/DependInfo.cmake "--color=" 313s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 313s make -f undocumented/conditional/cpp/CMakeFiles/demo_conditional.dir/build.make undocumented/conditional/cpp/CMakeFiles/demo_conditional.dir/build 313s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 313s [ 43%] Building CXX object undocumented/conditional/cpp/CMakeFiles/demo_conditional.dir/main.cpp.o 313s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/conditional/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT undocumented/conditional/cpp/CMakeFiles/demo_conditional.dir/main.cpp.o -MF CMakeFiles/demo_conditional.dir/main.cpp.o.d -o CMakeFiles/demo_conditional.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/conditional/cpp/main.cpp 318s [ 44%] Linking CXX executable demo_advection-diffusion 318s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/advection-diffusion/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_advection-diffusion.dir/link.txt --verbose=1 318s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_advection-diffusion.dir/link.d "CMakeFiles/demo_advection-diffusion.dir/main.cpp.o" -o demo_advection-diffusion -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 318s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 318s [ 44%] Built target demo_advection-diffusion 318s make -f undocumented/contact-vi-snes/cpp/CMakeFiles/demo_contact-vi-snes.dir/build.make undocumented/contact-vi-snes/cpp/CMakeFiles/demo_contact-vi-snes.dir/depend 318s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 318s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/contact-vi-snes/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/contact-vi-snes/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/contact-vi-snes/cpp/CMakeFiles/demo_contact-vi-snes.dir/DependInfo.cmake "--color=" 318s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 318s make -f undocumented/contact-vi-snes/cpp/CMakeFiles/demo_contact-vi-snes.dir/build.make undocumented/contact-vi-snes/cpp/CMakeFiles/demo_contact-vi-snes.dir/build 318s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 318s [ 45%] Building CXX object undocumented/contact-vi-snes/cpp/CMakeFiles/demo_contact-vi-snes.dir/main.cpp.o 318s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/contact-vi-snes/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT undocumented/contact-vi-snes/cpp/CMakeFiles/demo_contact-vi-snes.dir/main.cpp.o -MF CMakeFiles/demo_contact-vi-snes.dir/main.cpp.o.d -o CMakeFiles/demo_contact-vi-snes.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/contact-vi-snes/cpp/main.cpp 323s [ 46%] Linking CXX executable demo_block-matrix 323s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/block-matrix/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_block-matrix.dir/link.txt --verbose=1 323s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_block-matrix.dir/link.d "CMakeFiles/demo_block-matrix.dir/main.cpp.o" -o demo_block-matrix -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 323s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 323s [ 46%] Built target demo_block-matrix 323s make -f undocumented/contact-vi-tao/cpp/CMakeFiles/demo_contact-vi-tao.dir/build.make undocumented/contact-vi-tao/cpp/CMakeFiles/demo_contact-vi-tao.dir/depend 323s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 323s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/contact-vi-tao/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/contact-vi-tao/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/contact-vi-tao/cpp/CMakeFiles/demo_contact-vi-tao.dir/DependInfo.cmake "--color=" 323s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 323s make -f undocumented/contact-vi-tao/cpp/CMakeFiles/demo_contact-vi-tao.dir/build.make undocumented/contact-vi-tao/cpp/CMakeFiles/demo_contact-vi-tao.dir/build 323s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 323s [ 47%] Building CXX object undocumented/contact-vi-tao/cpp/CMakeFiles/demo_contact-vi-tao.dir/main.cpp.o 323s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/contact-vi-tao/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT undocumented/contact-vi-tao/cpp/CMakeFiles/demo_contact-vi-tao.dir/main.cpp.o -MF CMakeFiles/demo_contact-vi-tao.dir/main.cpp.o.d -o CMakeFiles/demo_contact-vi-tao.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/contact-vi-tao/cpp/main.cpp 323s [ 48%] Linking CXX executable demo_conditional 323s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/conditional/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_conditional.dir/link.txt --verbose=1 323s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_conditional.dir/link.d CMakeFiles/demo_conditional.dir/main.cpp.o -o demo_conditional -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 323s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 323s [ 48%] Built target demo_conditional 323s make -f undocumented/curl-curl/cpp/CMakeFiles/demo_curl-curl.dir/build.make undocumented/curl-curl/cpp/CMakeFiles/demo_curl-curl.dir/depend 323s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 323s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/curl-curl/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/curl-curl/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/curl-curl/cpp/CMakeFiles/demo_curl-curl.dir/DependInfo.cmake "--color=" 323s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 323s make -f undocumented/curl-curl/cpp/CMakeFiles/demo_curl-curl.dir/build.make undocumented/curl-curl/cpp/CMakeFiles/demo_curl-curl.dir/build 323s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 323s [ 48%] Building CXX object undocumented/curl-curl/cpp/CMakeFiles/demo_curl-curl.dir/main.cpp.o 323s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/curl-curl/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT undocumented/curl-curl/cpp/CMakeFiles/demo_curl-curl.dir/main.cpp.o -MF CMakeFiles/demo_curl-curl.dir/main.cpp.o.d -o CMakeFiles/demo_curl-curl.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/curl-curl/cpp/main.cpp 328s [ 49%] Linking CXX executable demo_contact-vi-snes 328s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/contact-vi-snes/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_contact-vi-snes.dir/link.txt --verbose=1 329s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_contact-vi-snes.dir/link.d "CMakeFiles/demo_contact-vi-snes.dir/main.cpp.o" -o demo_contact-vi-snes -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 329s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 329s [ 49%] Built target demo_contact-vi-snes 329s make -f undocumented/dg-advection-diffusion/cpp/CMakeFiles/demo_dg-advection-diffusion.dir/build.make undocumented/dg-advection-diffusion/cpp/CMakeFiles/demo_dg-advection-diffusion.dir/depend 329s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 329s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/dg-advection-diffusion/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/dg-advection-diffusion/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/dg-advection-diffusion/cpp/CMakeFiles/demo_dg-advection-diffusion.dir/DependInfo.cmake "--color=" 329s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 329s make -f undocumented/dg-advection-diffusion/cpp/CMakeFiles/demo_dg-advection-diffusion.dir/build.make undocumented/dg-advection-diffusion/cpp/CMakeFiles/demo_dg-advection-diffusion.dir/build 329s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 329s [ 50%] Building CXX object undocumented/dg-advection-diffusion/cpp/CMakeFiles/demo_dg-advection-diffusion.dir/main.cpp.o 329s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/dg-advection-diffusion/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT undocumented/dg-advection-diffusion/cpp/CMakeFiles/demo_dg-advection-diffusion.dir/main.cpp.o -MF CMakeFiles/demo_dg-advection-diffusion.dir/main.cpp.o.d -o CMakeFiles/demo_dg-advection-diffusion.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/dg-advection-diffusion/cpp/main.cpp 332s [ 51%] Linking CXX executable demo_contact-vi-tao 332s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/contact-vi-tao/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_contact-vi-tao.dir/link.txt --verbose=1 332s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_contact-vi-tao.dir/link.d "CMakeFiles/demo_contact-vi-tao.dir/main.cpp.o" -o demo_contact-vi-tao -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 332s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 332s [ 51%] Built target demo_contact-vi-tao 332s make -f undocumented/dg-poisson/cpp/CMakeFiles/demo_dg-poisson.dir/build.make undocumented/dg-poisson/cpp/CMakeFiles/demo_dg-poisson.dir/depend 332s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 332s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/dg-poisson/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/dg-poisson/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/dg-poisson/cpp/CMakeFiles/demo_dg-poisson.dir/DependInfo.cmake "--color=" 332s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 332s make -f undocumented/dg-poisson/cpp/CMakeFiles/demo_dg-poisson.dir/build.make undocumented/dg-poisson/cpp/CMakeFiles/demo_dg-poisson.dir/build 332s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 332s [ 52%] Building CXX object undocumented/dg-poisson/cpp/CMakeFiles/demo_dg-poisson.dir/main.cpp.o 332s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/dg-poisson/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT undocumented/dg-poisson/cpp/CMakeFiles/demo_dg-poisson.dir/main.cpp.o -MF CMakeFiles/demo_dg-poisson.dir/main.cpp.o.d -o CMakeFiles/demo_dg-poisson.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/dg-poisson/cpp/main.cpp 339s [ 53%] Linking CXX executable demo_curl-curl 339s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/curl-curl/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_curl-curl.dir/link.txt --verbose=1 340s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_curl-curl.dir/link.d "CMakeFiles/demo_curl-curl.dir/main.cpp.o" -o demo_curl-curl -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 340s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 340s [ 53%] Built target demo_curl-curl 340s make -f undocumented/elasticity/cpp/CMakeFiles/demo_elasticity.dir/build.make undocumented/elasticity/cpp/CMakeFiles/demo_elasticity.dir/depend 340s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 340s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/elasticity/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/elasticity/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/elasticity/cpp/CMakeFiles/demo_elasticity.dir/DependInfo.cmake "--color=" 340s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 340s make -f undocumented/elasticity/cpp/CMakeFiles/demo_elasticity.dir/build.make undocumented/elasticity/cpp/CMakeFiles/demo_elasticity.dir/build 340s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 340s [ 54%] Building CXX object undocumented/elasticity/cpp/CMakeFiles/demo_elasticity.dir/main.cpp.o 340s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/elasticity/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT undocumented/elasticity/cpp/CMakeFiles/demo_elasticity.dir/main.cpp.o -MF CMakeFiles/demo_elasticity.dir/main.cpp.o.d -o CMakeFiles/demo_elasticity.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/elasticity/cpp/main.cpp 343s [ 55%] Linking CXX executable demo_dg-poisson 343s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/dg-poisson/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_dg-poisson.dir/link.txt --verbose=1 343s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_dg-poisson.dir/link.d "CMakeFiles/demo_dg-poisson.dir/main.cpp.o" -o demo_dg-poisson -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 343s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 343s [ 55%] Built target demo_dg-poisson 343s make -f undocumented/elastodynamics/cpp/CMakeFiles/demo_elastodynamics.dir/build.make undocumented/elastodynamics/cpp/CMakeFiles/demo_elastodynamics.dir/depend 343s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 343s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/elastodynamics/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/elastodynamics/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/elastodynamics/cpp/CMakeFiles/demo_elastodynamics.dir/DependInfo.cmake "--color=" 343s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 343s make -f undocumented/elastodynamics/cpp/CMakeFiles/demo_elastodynamics.dir/build.make undocumented/elastodynamics/cpp/CMakeFiles/demo_elastodynamics.dir/build 343s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 343s [ 56%] Building CXX object undocumented/elastodynamics/cpp/CMakeFiles/demo_elastodynamics.dir/main.cpp.o 343s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/elastodynamics/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT undocumented/elastodynamics/cpp/CMakeFiles/demo_elastodynamics.dir/main.cpp.o -MF CMakeFiles/demo_elastodynamics.dir/main.cpp.o.d -o CMakeFiles/demo_elastodynamics.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/elastodynamics/cpp/main.cpp 348s [ 57%] Linking CXX executable demo_dg-advection-diffusion 348s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/dg-advection-diffusion/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_dg-advection-diffusion.dir/link.txt --verbose=1 348s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_dg-advection-diffusion.dir/link.d "CMakeFiles/demo_dg-advection-diffusion.dir/main.cpp.o" -o demo_dg-advection-diffusion -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 348s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 348s [ 57%] Built target demo_dg-advection-diffusion 348s make -f undocumented/eval/cpp/CMakeFiles/demo_eval.dir/build.make undocumented/eval/cpp/CMakeFiles/demo_eval.dir/depend 348s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 348s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/eval/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/eval/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/eval/cpp/CMakeFiles/demo_eval.dir/DependInfo.cmake "--color=" 348s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 348s make -f undocumented/eval/cpp/CMakeFiles/demo_eval.dir/build.make undocumented/eval/cpp/CMakeFiles/demo_eval.dir/build 348s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 348s [ 58%] Building CXX object undocumented/eval/cpp/CMakeFiles/demo_eval.dir/main.cpp.o 348s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/eval/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT undocumented/eval/cpp/CMakeFiles/demo_eval.dir/main.cpp.o -MF CMakeFiles/demo_eval.dir/main.cpp.o.d -o CMakeFiles/demo_eval.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/eval/cpp/main.cpp 351s [ 59%] Linking CXX executable demo_elasticity 351s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/elasticity/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_elasticity.dir/link.txt --verbose=1 352s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_elasticity.dir/link.d CMakeFiles/demo_elasticity.dir/main.cpp.o -o demo_elasticity -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 352s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 352s [ 59%] Built target demo_elasticity 352s make -f undocumented/extrapolation/cpp/CMakeFiles/demo_extrapolation.dir/build.make undocumented/extrapolation/cpp/CMakeFiles/demo_extrapolation.dir/depend 352s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 352s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/extrapolation/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/extrapolation/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/extrapolation/cpp/CMakeFiles/demo_extrapolation.dir/DependInfo.cmake "--color=" 352s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 352s make -f undocumented/extrapolation/cpp/CMakeFiles/demo_extrapolation.dir/build.make undocumented/extrapolation/cpp/CMakeFiles/demo_extrapolation.dir/build 352s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 352s [ 60%] Building CXX object undocumented/extrapolation/cpp/CMakeFiles/demo_extrapolation.dir/main.cpp.o 352s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/extrapolation/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT undocumented/extrapolation/cpp/CMakeFiles/demo_extrapolation.dir/main.cpp.o -MF CMakeFiles/demo_extrapolation.dir/main.cpp.o.d -o CMakeFiles/demo_extrapolation.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/extrapolation/cpp/main.cpp 355s [ 61%] Linking CXX executable demo_auto-adaptive-navier-stokes 355s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/auto-adaptive-navier-stokes/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_auto-adaptive-navier-stokes.dir/link.txt --verbose=1 355s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_auto-adaptive-navier-stokes.dir/link.d "CMakeFiles/demo_auto-adaptive-navier-stokes.dir/main.cpp.o" -o demo_auto-adaptive-navier-stokes -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 355s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 355s [ 61%] Built target demo_auto-adaptive-navier-stokes 355s make -f undocumented/functional/cpp/CMakeFiles/demo_functional.dir/build.make undocumented/functional/cpp/CMakeFiles/demo_functional.dir/depend 355s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 355s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/functional/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/functional/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/functional/cpp/CMakeFiles/demo_functional.dir/DependInfo.cmake "--color=" 355s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 355s make -f undocumented/functional/cpp/CMakeFiles/demo_functional.dir/build.make undocumented/functional/cpp/CMakeFiles/demo_functional.dir/build 355s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 355s [ 62%] Building CXX object undocumented/functional/cpp/CMakeFiles/demo_functional.dir/main.cpp.o 355s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/functional/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT undocumented/functional/cpp/CMakeFiles/demo_functional.dir/main.cpp.o -MF CMakeFiles/demo_functional.dir/main.cpp.o.d -o CMakeFiles/demo_functional.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/functional/cpp/main.cpp 356s [ 63%] Linking CXX executable demo_elastodynamics 356s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/elastodynamics/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_elastodynamics.dir/link.txt --verbose=1 356s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_elastodynamics.dir/link.d CMakeFiles/demo_elastodynamics.dir/main.cpp.o -o demo_elastodynamics -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 356s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 356s [ 63%] Built target demo_elastodynamics 356s make -f undocumented/gmg-poisson/cpp/CMakeFiles/demo_gmg-poisson.dir/build.make undocumented/gmg-poisson/cpp/CMakeFiles/demo_gmg-poisson.dir/depend 356s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 356s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/gmg-poisson/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/gmg-poisson/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/gmg-poisson/cpp/CMakeFiles/demo_gmg-poisson.dir/DependInfo.cmake "--color=" 356s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 356s make -f undocumented/gmg-poisson/cpp/CMakeFiles/demo_gmg-poisson.dir/build.make undocumented/gmg-poisson/cpp/CMakeFiles/demo_gmg-poisson.dir/build 356s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 356s [ 64%] Building CXX object undocumented/gmg-poisson/cpp/CMakeFiles/demo_gmg-poisson.dir/main.cpp.o 356s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/gmg-poisson/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT undocumented/gmg-poisson/cpp/CMakeFiles/demo_gmg-poisson.dir/main.cpp.o -MF CMakeFiles/demo_gmg-poisson.dir/main.cpp.o.d -o CMakeFiles/demo_gmg-poisson.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/gmg-poisson/cpp/main.cpp 361s [ 65%] Linking CXX executable demo_eval 361s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/eval/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_eval.dir/link.txt --verbose=1 362s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_eval.dir/link.d CMakeFiles/demo_eval.dir/main.cpp.o -o demo_eval -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 362s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 362s [ 65%] Built target demo_eval 362s make -f undocumented/lift-drag/cpp/CMakeFiles/demo_lift-drag.dir/build.make undocumented/lift-drag/cpp/CMakeFiles/demo_lift-drag.dir/depend 362s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 362s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/lift-drag/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/lift-drag/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/lift-drag/cpp/CMakeFiles/demo_lift-drag.dir/DependInfo.cmake "--color=" 362s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 362s make -f undocumented/lift-drag/cpp/CMakeFiles/demo_lift-drag.dir/build.make undocumented/lift-drag/cpp/CMakeFiles/demo_lift-drag.dir/build 362s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 362s [ 66%] Building CXX object undocumented/lift-drag/cpp/CMakeFiles/demo_lift-drag.dir/main.cpp.o 362s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/lift-drag/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT undocumented/lift-drag/cpp/CMakeFiles/demo_lift-drag.dir/main.cpp.o -MF CMakeFiles/demo_lift-drag.dir/main.cpp.o.d -o CMakeFiles/demo_lift-drag.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/lift-drag/cpp/main.cpp 362s [ 67%] Linking CXX executable demo_extrapolation 362s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/extrapolation/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_extrapolation.dir/link.txt --verbose=1 363s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_extrapolation.dir/link.d CMakeFiles/demo_extrapolation.dir/main.cpp.o -o demo_extrapolation -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 363s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 363s [ 67%] Built target demo_extrapolation 363s make -f undocumented/mesh-quality/cpp/CMakeFiles/demo_mesh-quality.dir/build.make undocumented/mesh-quality/cpp/CMakeFiles/demo_mesh-quality.dir/depend 363s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 363s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/mesh-quality/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/mesh-quality/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/mesh-quality/cpp/CMakeFiles/demo_mesh-quality.dir/DependInfo.cmake "--color=" 363s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 363s make -f undocumented/mesh-quality/cpp/CMakeFiles/demo_mesh-quality.dir/build.make undocumented/mesh-quality/cpp/CMakeFiles/demo_mesh-quality.dir/build 363s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 363s [ 68%] Building CXX object undocumented/mesh-quality/cpp/CMakeFiles/demo_mesh-quality.dir/main.cpp.o 363s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/mesh-quality/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT undocumented/mesh-quality/cpp/CMakeFiles/demo_mesh-quality.dir/main.cpp.o -MF CMakeFiles/demo_mesh-quality.dir/main.cpp.o.d -o CMakeFiles/demo_mesh-quality.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/mesh-quality/cpp/main.cpp 367s [ 69%] Linking CXX executable demo_gmg-poisson 367s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/gmg-poisson/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_gmg-poisson.dir/link.txt --verbose=1 367s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_gmg-poisson.dir/link.d "CMakeFiles/demo_gmg-poisson.dir/main.cpp.o" -o demo_gmg-poisson -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 367s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 367s [ 69%] Built target demo_gmg-poisson 367s make -f undocumented/meshfunction-refinement/cpp/CMakeFiles/demo_meshfunction-refinement.dir/build.make undocumented/meshfunction-refinement/cpp/CMakeFiles/demo_meshfunction-refinement.dir/depend 367s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 367s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/meshfunction-refinement/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/meshfunction-refinement/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/meshfunction-refinement/cpp/CMakeFiles/demo_meshfunction-refinement.dir/DependInfo.cmake "--color=" 367s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 367s make -f undocumented/meshfunction-refinement/cpp/CMakeFiles/demo_meshfunction-refinement.dir/build.make undocumented/meshfunction-refinement/cpp/CMakeFiles/demo_meshfunction-refinement.dir/build 367s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 367s [ 69%] Building CXX object undocumented/meshfunction-refinement/cpp/CMakeFiles/demo_meshfunction-refinement.dir/main.cpp.o 367s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/meshfunction-refinement/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT undocumented/meshfunction-refinement/cpp/CMakeFiles/demo_meshfunction-refinement.dir/main.cpp.o -MF CMakeFiles/demo_meshfunction-refinement.dir/main.cpp.o.d -o CMakeFiles/demo_meshfunction-refinement.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/meshfunction-refinement/cpp/main.cpp 368s [ 70%] Linking CXX executable demo_functional 368s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/functional/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_functional.dir/link.txt --verbose=1 368s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_functional.dir/link.d CMakeFiles/demo_functional.dir/main.cpp.o -o demo_functional -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 368s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 368s [ 70%] Built target demo_functional 368s make -f undocumented/multimesh-poisson/cpp/CMakeFiles/demo_multimesh-poisson.dir/build.make undocumented/multimesh-poisson/cpp/CMakeFiles/demo_multimesh-poisson.dir/depend 368s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 368s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/multimesh-poisson/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/multimesh-poisson/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/multimesh-poisson/cpp/CMakeFiles/demo_multimesh-poisson.dir/DependInfo.cmake "--color=" 368s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 368s make -f undocumented/multimesh-poisson/cpp/CMakeFiles/demo_multimesh-poisson.dir/build.make undocumented/multimesh-poisson/cpp/CMakeFiles/demo_multimesh-poisson.dir/build 368s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 368s [ 71%] Building CXX object undocumented/multimesh-poisson/cpp/CMakeFiles/demo_multimesh-poisson.dir/main.cpp.o 368s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/multimesh-poisson/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT undocumented/multimesh-poisson/cpp/CMakeFiles/demo_multimesh-poisson.dir/main.cpp.o -MF CMakeFiles/demo_multimesh-poisson.dir/main.cpp.o.d -o CMakeFiles/demo_multimesh-poisson.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/multimesh-poisson/cpp/main.cpp 370s [ 72%] Linking CXX executable demo_lift-drag 370s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/lift-drag/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_lift-drag.dir/link.txt --verbose=1 370s [ 73%] Linking CXX executable demo_mesh-quality 370s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/mesh-quality/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_mesh-quality.dir/link.txt --verbose=1 370s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_lift-drag.dir/link.d "CMakeFiles/demo_lift-drag.dir/main.cpp.o" -o demo_lift-drag -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 370s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 370s [ 73%] Built target demo_lift-drag 370s make -f undocumented/multimesh-stokes/cpp/CMakeFiles/demo_multimesh-stokes.dir/build.make undocumented/multimesh-stokes/cpp/CMakeFiles/demo_multimesh-stokes.dir/depend 370s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 370s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/multimesh-stokes/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/multimesh-stokes/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/multimesh-stokes/cpp/CMakeFiles/demo_multimesh-stokes.dir/DependInfo.cmake "--color=" 370s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 370s make -f undocumented/multimesh-stokes/cpp/CMakeFiles/demo_multimesh-stokes.dir/build.make undocumented/multimesh-stokes/cpp/CMakeFiles/demo_multimesh-stokes.dir/build 370s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 370s [ 74%] Building CXX object undocumented/multimesh-stokes/cpp/CMakeFiles/demo_multimesh-stokes.dir/main.cpp.o 370s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/multimesh-stokes/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT undocumented/multimesh-stokes/cpp/CMakeFiles/demo_multimesh-stokes.dir/main.cpp.o -MF CMakeFiles/demo_multimesh-stokes.dir/main.cpp.o.d -o CMakeFiles/demo_multimesh-stokes.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/multimesh-stokes/cpp/main.cpp 370s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_mesh-quality.dir/link.d "CMakeFiles/demo_mesh-quality.dir/main.cpp.o" -o demo_mesh-quality -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 370s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 370s [ 74%] Built target demo_mesh-quality 370s make -f undocumented/nonmatching-projection/cpp/CMakeFiles/demo_nonmatching-projection.dir/build.make undocumented/nonmatching-projection/cpp/CMakeFiles/demo_nonmatching-projection.dir/depend 370s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 370s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/nonmatching-projection/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/nonmatching-projection/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/nonmatching-projection/cpp/CMakeFiles/demo_nonmatching-projection.dir/DependInfo.cmake "--color=" 370s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 370s make -f undocumented/nonmatching-projection/cpp/CMakeFiles/demo_nonmatching-projection.dir/build.make undocumented/nonmatching-projection/cpp/CMakeFiles/demo_nonmatching-projection.dir/build 370s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 370s [ 75%] Building CXX object undocumented/nonmatching-projection/cpp/CMakeFiles/demo_nonmatching-projection.dir/main.cpp.o 370s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/nonmatching-projection/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT undocumented/nonmatching-projection/cpp/CMakeFiles/demo_nonmatching-projection.dir/main.cpp.o -MF CMakeFiles/demo_nonmatching-projection.dir/main.cpp.o.d -o CMakeFiles/demo_nonmatching-projection.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/nonmatching-projection/cpp/main.cpp 374s [ 76%] Linking CXX executable demo_meshfunction-refinement 374s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/meshfunction-refinement/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_meshfunction-refinement.dir/link.txt --verbose=1 374s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_meshfunction-refinement.dir/link.d "CMakeFiles/demo_meshfunction-refinement.dir/main.cpp.o" -o demo_meshfunction-refinement -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 374s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 374s [ 76%] Built target demo_meshfunction-refinement 374s make -f undocumented/parallel-refinement/cpp/CMakeFiles/demo_parallel-refinement.dir/build.make undocumented/parallel-refinement/cpp/CMakeFiles/demo_parallel-refinement.dir/depend 374s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 374s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/parallel-refinement/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/parallel-refinement/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/parallel-refinement/cpp/CMakeFiles/demo_parallel-refinement.dir/DependInfo.cmake "--color=" 375s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 375s make -f undocumented/parallel-refinement/cpp/CMakeFiles/demo_parallel-refinement.dir/build.make undocumented/parallel-refinement/cpp/CMakeFiles/demo_parallel-refinement.dir/build 375s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 375s [ 77%] Building CXX object undocumented/parallel-refinement/cpp/CMakeFiles/demo_parallel-refinement.dir/main.cpp.o 375s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/parallel-refinement/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT undocumented/parallel-refinement/cpp/CMakeFiles/demo_parallel-refinement.dir/main.cpp.o -MF CMakeFiles/demo_parallel-refinement.dir/main.cpp.o.d -o CMakeFiles/demo_parallel-refinement.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/parallel-refinement/cpp/main.cpp 381s [ 78%] Linking CXX executable demo_multimesh-poisson 381s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/multimesh-poisson/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_multimesh-poisson.dir/link.txt --verbose=1 382s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_multimesh-poisson.dir/link.d "CMakeFiles/demo_multimesh-poisson.dir/main.cpp.o" -o demo_multimesh-poisson -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 382s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 382s [ 78%] Built target demo_multimesh-poisson 382s make -f undocumented/parameters/cpp/CMakeFiles/demo_parameters.dir/build.make undocumented/parameters/cpp/CMakeFiles/demo_parameters.dir/depend 382s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 382s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/parameters/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/parameters/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/parameters/cpp/CMakeFiles/demo_parameters.dir/DependInfo.cmake "--color=" 382s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 382s make -f undocumented/parameters/cpp/CMakeFiles/demo_parameters.dir/build.make undocumented/parameters/cpp/CMakeFiles/demo_parameters.dir/build 382s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 382s [ 79%] Building CXX object undocumented/parameters/cpp/CMakeFiles/demo_parameters.dir/main.cpp.o 382s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/parameters/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT undocumented/parameters/cpp/CMakeFiles/demo_parameters.dir/main.cpp.o -MF CMakeFiles/demo_parameters.dir/main.cpp.o.d -o CMakeFiles/demo_parameters.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/parameters/cpp/main.cpp 383s [ 80%] Linking CXX executable demo_parallel-refinement 383s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/parallel-refinement/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_parallel-refinement.dir/link.txt --verbose=1 383s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_parallel-refinement.dir/link.d "CMakeFiles/demo_parallel-refinement.dir/main.cpp.o" -o demo_parallel-refinement -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 383s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 383s [ 80%] Built target demo_parallel-refinement 383s make -f undocumented/poisson1D/cpp/CMakeFiles/demo_poisson1D.dir/build.make undocumented/poisson1D/cpp/CMakeFiles/demo_poisson1D.dir/depend 383s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 383s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/poisson1D/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/poisson1D/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/poisson1D/cpp/CMakeFiles/demo_poisson1D.dir/DependInfo.cmake "--color=" 383s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 383s make -f undocumented/poisson1D/cpp/CMakeFiles/demo_poisson1D.dir/build.make undocumented/poisson1D/cpp/CMakeFiles/demo_poisson1D.dir/build 383s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 383s [ 81%] Building CXX object undocumented/poisson1D/cpp/CMakeFiles/demo_poisson1D.dir/main.cpp.o 383s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/poisson1D/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT undocumented/poisson1D/cpp/CMakeFiles/demo_poisson1D.dir/main.cpp.o -MF CMakeFiles/demo_poisson1D.dir/main.cpp.o.d -o CMakeFiles/demo_poisson1D.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/poisson1D/cpp/main.cpp 384s [ 82%] Linking CXX executable demo_nonmatching-projection 384s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/nonmatching-projection/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_nonmatching-projection.dir/link.txt --verbose=1 384s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_nonmatching-projection.dir/link.d "CMakeFiles/demo_nonmatching-projection.dir/main.cpp.o" -o demo_nonmatching-projection -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 384s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 384s [ 82%] Built target demo_nonmatching-projection 384s make -f undocumented/poisson1D-in-2D/cpp/CMakeFiles/demo_poisson1D-in-2D.dir/build.make undocumented/poisson1D-in-2D/cpp/CMakeFiles/demo_poisson1D-in-2D.dir/depend 384s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 384s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/poisson1D-in-2D/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/poisson1D-in-2D/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/poisson1D-in-2D/cpp/CMakeFiles/demo_poisson1D-in-2D.dir/DependInfo.cmake "--color=" 384s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 384s make -f undocumented/poisson1D-in-2D/cpp/CMakeFiles/demo_poisson1D-in-2D.dir/build.make undocumented/poisson1D-in-2D/cpp/CMakeFiles/demo_poisson1D-in-2D.dir/build 384s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 384s [ 83%] Building CXX object undocumented/poisson1D-in-2D/cpp/CMakeFiles/demo_poisson1D-in-2D.dir/main.cpp.o 384s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/poisson1D-in-2D/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT undocumented/poisson1D-in-2D/cpp/CMakeFiles/demo_poisson1D-in-2D.dir/main.cpp.o -MF CMakeFiles/demo_poisson1D-in-2D.dir/main.cpp.o.d -o CMakeFiles/demo_poisson1D-in-2D.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/poisson1D-in-2D/cpp/main.cpp 389s [ 84%] Linking CXX executable demo_parameters 389s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/parameters/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_parameters.dir/link.txt --verbose=1 390s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_parameters.dir/link.d CMakeFiles/demo_parameters.dir/main.cpp.o -o demo_parameters -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 390s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 390s [ 84%] Built target demo_parameters 390s make -f undocumented/poisson-disc/cpp/CMakeFiles/demo_poisson-disc.dir/build.make undocumented/poisson-disc/cpp/CMakeFiles/demo_poisson-disc.dir/depend 390s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 390s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/poisson-disc/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/poisson-disc/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/poisson-disc/cpp/CMakeFiles/demo_poisson-disc.dir/DependInfo.cmake "--color=" 390s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 390s make -f undocumented/poisson-disc/cpp/CMakeFiles/demo_poisson-disc.dir/build.make undocumented/poisson-disc/cpp/CMakeFiles/demo_poisson-disc.dir/build 390s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 390s [ 84%] Building CXX object undocumented/poisson-disc/cpp/CMakeFiles/demo_poisson-disc.dir/main.cpp.o 390s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/poisson-disc/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT undocumented/poisson-disc/cpp/CMakeFiles/demo_poisson-disc.dir/main.cpp.o -MF CMakeFiles/demo_poisson-disc.dir/main.cpp.o.d -o CMakeFiles/demo_poisson-disc.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/poisson-disc/cpp/main.cpp 393s [ 85%] Linking CXX executable demo_poisson1D 393s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/poisson1D/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_poisson1D.dir/link.txt --verbose=1 393s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_poisson1D.dir/link.d CMakeFiles/demo_poisson1D.dir/main.cpp.o -o demo_poisson1D -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 393s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 393s [ 85%] Built target demo_poisson1D 393s make -f undocumented/refinement/cpp/CMakeFiles/demo_refinement.dir/build.make undocumented/refinement/cpp/CMakeFiles/demo_refinement.dir/depend 393s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 393s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/refinement/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/refinement/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/refinement/cpp/CMakeFiles/demo_refinement.dir/DependInfo.cmake "--color=" 393s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 393s make -f undocumented/refinement/cpp/CMakeFiles/demo_refinement.dir/build.make undocumented/refinement/cpp/CMakeFiles/demo_refinement.dir/build 393s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 393s [ 86%] Building CXX object undocumented/refinement/cpp/CMakeFiles/demo_refinement.dir/main.cpp.o 393s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/refinement/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT undocumented/refinement/cpp/CMakeFiles/demo_refinement.dir/main.cpp.o -MF CMakeFiles/demo_refinement.dir/main.cpp.o.d -o CMakeFiles/demo_refinement.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/refinement/cpp/main.cpp 394s [ 87%] Linking CXX executable demo_multimesh-stokes 394s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/multimesh-stokes/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_multimesh-stokes.dir/link.txt --verbose=1 394s [ 88%] Linking CXX executable demo_poisson1D-in-2D 394s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/poisson1D-in-2D/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_poisson1D-in-2D.dir/link.txt --verbose=1 394s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_multimesh-stokes.dir/link.d "CMakeFiles/demo_multimesh-stokes.dir/main.cpp.o" -o demo_multimesh-stokes -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 394s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 394s [ 88%] Built target demo_multimesh-stokes 394s make -f undocumented/spatial-coordinates/cpp/CMakeFiles/demo_spatial-coordinates.dir/build.make undocumented/spatial-coordinates/cpp/CMakeFiles/demo_spatial-coordinates.dir/depend 394s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 394s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/spatial-coordinates/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/spatial-coordinates/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/spatial-coordinates/cpp/CMakeFiles/demo_spatial-coordinates.dir/DependInfo.cmake "--color=" 394s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 394s make -f undocumented/spatial-coordinates/cpp/CMakeFiles/demo_spatial-coordinates.dir/build.make undocumented/spatial-coordinates/cpp/CMakeFiles/demo_spatial-coordinates.dir/build 394s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 394s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_poisson1D-in-2D.dir/link.d "CMakeFiles/demo_poisson1D-in-2D.dir/main.cpp.o" -o demo_poisson1D-in-2D -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 394s [ 89%] Building CXX object undocumented/spatial-coordinates/cpp/CMakeFiles/demo_spatial-coordinates.dir/main.cpp.o 394s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/spatial-coordinates/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT undocumented/spatial-coordinates/cpp/CMakeFiles/demo_spatial-coordinates.dir/main.cpp.o -MF CMakeFiles/demo_spatial-coordinates.dir/main.cpp.o.d -o CMakeFiles/demo_spatial-coordinates.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/spatial-coordinates/cpp/main.cpp 394s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 394s [ 89%] Built target demo_poisson1D-in-2D 394s make -f undocumented/submesh/cpp/CMakeFiles/demo_submesh.dir/build.make undocumented/submesh/cpp/CMakeFiles/demo_submesh.dir/depend 394s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 394s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/submesh/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/submesh/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/submesh/cpp/CMakeFiles/demo_submesh.dir/DependInfo.cmake "--color=" 394s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 394s make -f undocumented/submesh/cpp/CMakeFiles/demo_submesh.dir/build.make undocumented/submesh/cpp/CMakeFiles/demo_submesh.dir/build 394s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 394s [ 90%] Building CXX object undocumented/submesh/cpp/CMakeFiles/demo_submesh.dir/main.cpp.o 394s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/submesh/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT undocumented/submesh/cpp/CMakeFiles/demo_submesh.dir/main.cpp.o -MF CMakeFiles/demo_submesh.dir/main.cpp.o.d -o CMakeFiles/demo_submesh.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/submesh/cpp/main.cpp 401s [ 91%] Linking CXX executable demo_submesh 401s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/submesh/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_submesh.dir/link.txt --verbose=1 401s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_submesh.dir/link.d CMakeFiles/demo_submesh.dir/main.cpp.o -o demo_submesh -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 401s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 401s [ 91%] Built target demo_submesh 401s make -f undocumented/sym-dirichlet-bc/cpp/CMakeFiles/demo_sym-dirichlet-bc.dir/build.make undocumented/sym-dirichlet-bc/cpp/CMakeFiles/demo_sym-dirichlet-bc.dir/depend 401s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 401s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/sym-dirichlet-bc/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/sym-dirichlet-bc/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/sym-dirichlet-bc/cpp/CMakeFiles/demo_sym-dirichlet-bc.dir/DependInfo.cmake "--color=" 401s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 401s make -f undocumented/sym-dirichlet-bc/cpp/CMakeFiles/demo_sym-dirichlet-bc.dir/build.make undocumented/sym-dirichlet-bc/cpp/CMakeFiles/demo_sym-dirichlet-bc.dir/build 401s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 401s [ 92%] Building CXX object undocumented/sym-dirichlet-bc/cpp/CMakeFiles/demo_sym-dirichlet-bc.dir/main.cpp.o 401s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/sym-dirichlet-bc/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT undocumented/sym-dirichlet-bc/cpp/CMakeFiles/demo_sym-dirichlet-bc.dir/main.cpp.o -MF CMakeFiles/demo_sym-dirichlet-bc.dir/main.cpp.o.d -o CMakeFiles/demo_sym-dirichlet-bc.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/sym-dirichlet-bc/cpp/main.cpp 403s [ 93%] Linking CXX executable demo_refinement 403s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/refinement/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_refinement.dir/link.txt --verbose=1 403s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_refinement.dir/link.d CMakeFiles/demo_refinement.dir/main.cpp.o -o demo_refinement -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 403s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 403s [ 93%] Built target demo_refinement 403s make -f undocumented/time-series/cpp/CMakeFiles/demo_time-series.dir/build.make undocumented/time-series/cpp/CMakeFiles/demo_time-series.dir/depend 403s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 403s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/time-series/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/time-series/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/time-series/cpp/CMakeFiles/demo_time-series.dir/DependInfo.cmake "--color=" 403s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 403s make -f undocumented/time-series/cpp/CMakeFiles/demo_time-series.dir/build.make undocumented/time-series/cpp/CMakeFiles/demo_time-series.dir/build 403s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 403s [ 94%] Building CXX object undocumented/time-series/cpp/CMakeFiles/demo_time-series.dir/main.cpp.o 403s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/time-series/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT undocumented/time-series/cpp/CMakeFiles/demo_time-series.dir/main.cpp.o -MF CMakeFiles/demo_time-series.dir/main.cpp.o.d -o CMakeFiles/demo_time-series.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/time-series/cpp/main.cpp 404s [ 95%] Linking CXX executable demo_poisson-disc 404s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/poisson-disc/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_poisson-disc.dir/link.txt --verbose=1 404s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_poisson-disc.dir/link.d "CMakeFiles/demo_poisson-disc.dir/main.cpp.o" -o demo_poisson-disc -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 404s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 404s [ 95%] Built target demo_poisson-disc 404s make -f undocumented/waveguide/cpp/CMakeFiles/demo_waveguide.dir/build.make undocumented/waveguide/cpp/CMakeFiles/demo_waveguide.dir/depend 404s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 404s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/waveguide/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/waveguide/cpp /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/waveguide/cpp/CMakeFiles/demo_waveguide.dir/DependInfo.cmake "--color=" 404s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 404s make -f undocumented/waveguide/cpp/CMakeFiles/demo_waveguide.dir/build.make undocumented/waveguide/cpp/CMakeFiles/demo_waveguide.dir/build 404s make[2]: Entering directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 404s [ 96%] Building CXX object undocumented/waveguide/cpp/CMakeFiles/demo_waveguide.dir/main.cpp.o 404s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/waveguide/cpp && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.2.0.64.dev0\" -DHAS_CHOLMOD -DHAS_HDF5 -DHAS_MPI -DHAS_PETSC -DHAS_SCOTCH -DHAS_SLEPC -DHAS_UMFPACK -DHAS_ZLIB -DNDEBUG -I/dolfin -isystem /usr/lib/python3/dist-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/hdf5/openmpi -isystem /usr/lib/s390x-linux-gnu/openmpi/include -isystem /usr/lib/s390x-linux-gnu/openmpi/include/openmpi -isystem /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/include -isystem /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/include -Wno-comment -O2 -g -DNDEBUG -std=c++11 -MD -MT undocumented/waveguide/cpp/CMakeFiles/demo_waveguide.dir/main.cpp.o -MF CMakeFiles/demo_waveguide.dir/main.cpp.o.d -o CMakeFiles/demo_waveguide.dir/main.cpp.o -c /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/waveguide/cpp/main.cpp 404s [ 97%] Linking CXX executable demo_spatial-coordinates 404s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/spatial-coordinates/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_spatial-coordinates.dir/link.txt --verbose=1 404s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_spatial-coordinates.dir/link.d "CMakeFiles/demo_spatial-coordinates.dir/main.cpp.o" -o demo_spatial-coordinates -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 404s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 404s [ 97%] Built target demo_spatial-coordinates 409s [ 98%] Linking CXX executable demo_time-series 409s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/time-series/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_time-series.dir/link.txt --verbose=1 409s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_time-series.dir/link.d "CMakeFiles/demo_time-series.dir/main.cpp.o" -o demo_time-series -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 409s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 409s [ 98%] Built target demo_time-series 414s [ 99%] Linking CXX executable demo_sym-dirichlet-bc 414s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/sym-dirichlet-bc/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_sym-dirichlet-bc.dir/link.txt --verbose=1 414s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_sym-dirichlet-bc.dir/link.d "CMakeFiles/demo_sym-dirichlet-bc.dir/main.cpp.o" -o demo_sym-dirichlet-bc -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 414s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 414s [ 99%] Built target demo_sym-dirichlet-bc 421s [100%] Linking CXX executable demo_waveguide 421s cd /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/undocumented/waveguide/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_waveguide.dir/link.txt --verbose=1 421s /usr/bin/c++ -Wno-comment -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/demo_waveguide.dir/link.d CMakeFiles/demo_waveguide.dir/main.cpp.o -o demo_waveguide -Wl,-rpath,/usr/lib/s390x-linux-gnu/hdf5/openmpi:/usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib:/usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib:/usr/lib/s390x-linux-gnu/openmpi/lib /usr/lib/s390x-linux-gnu/libdolfin.so.2019.2.0.64.dev0 /usr/lib/s390x-linux-gnu/libboost_timer.so /usr/lib/s390x-linux-gnu/hdf5/openmpi/libhdf5.so /usr/lib/s390x-linux-gnu/libcrypto.so /usr/lib/s390x-linux-gnu/libcurl.so /usr/lib/s390x-linux-gnu/libsz.so /usr/lib/s390x-linux-gnu/libz.so /usr/lib/s390x-linux-gnu/libdl.a /usr/lib/s390x-linux-gnu/libm.so /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real/lib/libslepc_real.so /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real/lib/libpetsc_real.so /usr/lib/s390x-linux-gnu/openmpi/lib/libmpi.so 421s make[2]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 421s [100%] Built target demo_waveguide 421s make[1]: Leaving directory '/tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo' 421s /usr/bin/cmake -E cmake_progress_start /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo/CMakeFiles 0 421s running C++ demos (serial) 421s Test project /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo 421s Start 2: demo_nonlinear-poisson_serial 421s Start 4: demo_bcs_serial 421s Start 6: demo_subdomains_serial 421s Start 8: demo_singular-poisson_serial 422s 1/49 Test #2: demo_nonlinear-poisson_serial ............. Passed 0.14 sec 422s Start 10: demo_eigenvalue_serial 422s 2/49 Test #6: demo_subdomains_serial .................... Passed 0.18 sec 422s Start 11: demo_hyperelasticity_serial 422s 3/49 Test #10: demo_eigenvalue_serial .................... Passed 0.56 sec 422s Start 13: demo_navier-stokes_serial 422s 4/49 Test #8: demo_singular-poisson_serial .............. Passed 0.76 sec 422s Start 15: demo_poisson_serial 422s 5/49 Test #15: demo_poisson_serial ....................... Passed 0.12 sec 422s Start 17: demo_stokes-iterative_serial 423s 6/49 Test #4: demo_bcs_serial ........................... Passed 1.53 sec 423s Start 19: demo_nonmatching-interpolation_serial 423s 7/49 Test #19: demo_nonmatching-interpolation_serial ..... Passed 0.21 sec 423s Start 21: demo_biharmonic_serial 424s 8/49 Test #21: demo_biharmonic_serial .................... Passed 0.47 sec 424s Start 23: demo_neumann-poisson_serial 424s 9/49 Test #23: demo_neumann-poisson_serial ............... Passed 0.31 sec 424s Start 25: demo_periodic_serial 424s 10/49 Test #25: demo_periodic_serial ...................... Passed 0.18 sec 424s Start 27: demo_auto-adaptive-poisson_serial 425s 11/49 Test #13: demo_navier-stokes_serial ................. Passed 3.30 sec 425s Start 28: demo_mixed-poisson_serial 426s 12/49 Test #28: demo_mixed-poisson_serial ................. Passed 0.85 sec 426s Start 30: demo_built-in-meshes_serial 426s 13/49 Test #30: demo_built-in-meshes_serial ............... Passed 0.06 sec 426s Start 32: demo_contact-vi-tao_serial 427s 14/49 Test #32: demo_contact-vi-tao_serial ................ Passed 0.64 sec 427s Start 34: demo_time-series_serial 427s 15/49 Test #34: demo_time-series_serial ................... Passed 0.24 sec 427s Start 36: demo_functional_serial 427s 16/49 Test #36: demo_functional_serial .................... Passed 0.13 sec 427s Start 38: demo_refinement_serial 428s 17/49 Test #38: demo_refinement_serial .................... Passed 0.31 sec 428s Start 40: demo_conditional_serial 429s 18/49 Test #40: demo_conditional_serial ................... Passed 1.53 sec 429s Start 42: demo_extrapolation_serial 429s 19/49 Test #42: demo_extrapolation_serial ................. Passed 0.19 sec 429s Start 44: demo_gmg-poisson_serial 430s 20/49 Test #44: demo_gmg-poisson_serial ................... Passed 0.46 sec 430s Start 46: demo_poisson-disc_serial 431s 21/49 Test #46: demo_poisson-disc_serial .................. Passed 0.87 sec 431s Start 48: demo_elastodynamics_serial 431s 22/49 Test #27: demo_auto-adaptive-poisson_serial ......... Passed 6.71 sec 431s Start 50: demo_sym-dirichlet-bc_serial 436s 23/49 Test #50: demo_sym-dirichlet-bc_serial .............. Passed 5.63 sec 436s Start 52: demo_spatial-coordinates_serial 437s 24/49 Test #52: demo_spatial-coordinates_serial ........... Passed 0.36 sec 437s Start 54: demo_auto-adaptive-navier-stokes_serial 471s 25/49 Test #54: demo_auto-adaptive-navier-stokes_serial ... Passed 33.92 sec 471s Start 56: demo_poisson1D-in-2D_serial 471s 26/49 Test #56: demo_poisson1D-in-2D_serial ............... Passed 0.13 sec 471s Start 58: demo_eval_serial 472s 27/49 Test #58: demo_eval_serial .......................... Passed 0.93 sec 472s Start 60: demo_multimesh-stokes_serial 472s 28/49 Test #60: demo_multimesh-stokes_serial .............. Passed 0.73 sec 472s Start 62: demo_waveguide_serial 473s 29/49 Test #62: demo_waveguide_serial ..................... Passed 0.53 sec 473s Start 64: demo_poisson1D_serial 473s 30/49 Test #64: demo_poisson1D_serial ..................... Passed 0.16 sec 473s Start 66: demo_dg-advection-diffusion_serial 475s 31/49 Test #66: demo_dg-advection-diffusion_serial ........ Passed 1.47 sec 475s Start 68: demo_mesh-quality_serial 475s 32/49 Test #68: demo_mesh-quality_serial .................. Passed 0.27 sec 475s Start 70: demo_nonmatching-projection_serial 476s 33/49 Test #70: demo_nonmatching-projection_serial ........ Passed 0.78 sec 476s Start 72: demo_ale_serial 476s 34/49 Test #72: demo_ale_serial ........................... Passed 0.13 sec 476s Start 74: demo_dg-poisson_serial 476s 35/49 Test #74: demo_dg-poisson_serial .................... Passed 0.15 sec 476s Start 76: demo_parameters_serial 476s 36/49 Test #76: demo_parameters_serial .................... Passed 0.07 sec 476s Start 78: demo_curl-curl_serial 480s 37/49 Test #11: demo_hyperelasticity_serial ............... Passed 58.12 sec 480s Start 80: demo_multimesh-poisson_serial 484s 38/49 Test #80: demo_multimesh-poisson_serial ............. Passed 4.74 sec 484s Start 82: demo_advection-diffusion_serial 486s 39/49 Test #82: demo_advection-diffusion_serial ........... Passed 1.76 sec 486s Start 84: demo_lift-drag_serial 486s 40/49 Test #84: demo_lift-drag_serial ..................... Passed 0.27 sec 486s Start 86: demo_submesh_serial 487s 41/49 Test #86: demo_submesh_serial ....................... Passed 0.40 sec 487s Start 88: demo_parallel-refinement_serial 487s 42/49 Test #88: demo_parallel-refinement_serial ........... Passed 0.12 sec 487s Start 90: demo_contact-vi-snes_serial 487s 43/49 Test #78: demo_curl-curl_serial ..................... Passed 10.93 sec 487s Start 92: demo_block-matrix_serial 487s 44/49 Test #92: demo_block-matrix_serial .................. Passed 0.07 sec 487s Start 94: demo_elasticity_serial 488s 45/49 Test #90: demo_contact-vi-snes_serial ............... Passed 0.92 sec 488s Start 96: demo_meshfunction-refinement_serial 488s 46/49 Test #96: demo_meshfunction-refinement_serial ....... Passed 0.14 sec 488s 47/49 Test #48: demo_elastodynamics_serial ................ Passed 57.82 sec 493s 48/49 Test #94: demo_elasticity_serial .................... Passed 5.55 sec 506s 49/49 Test #17: demo_stokes-iterative_serial .............. Passed 83.73 sec 506s 506s 100% tests passed, 0 tests failed out of 49 506s 506s Total Test time (real) = 84.63 sec 506s running C++ demos (MPI) 506s available CPUs: NPROC=4, of which we use N_CPU=4 506s using 3 processes per demo (i.e. run 2 demo[s] at once) 506s Test project /tmp/autopkgtest.7abCGj/build.s89/src/dolfin-demo 506s Start 1: demo_nonlinear-poisson_mpi 506s Start 3: demo_bcs_mpi 508s 1/47 Test #1: demo_nonlinear-poisson_mpi ............. Passed 2.24 sec 508s Start 5: demo_subdomains_mpi 509s 2/47 Test #5: demo_subdomains_mpi .................... Passed 0.25 sec 509s Start 7: demo_singular-poisson_mpi 529s 3/47 Test #7: demo_singular-poisson_mpi .............. Passed 19.93 sec 529s Start 9: demo_eigenvalue_mpi 532s 4/47 Test #9: demo_eigenvalue_mpi .................... Passed 2.97 sec 532s Start 12: demo_navier-stokes_mpi 534s 5/47 Test #12: demo_navier-stokes_mpi ................. Passed 2.70 sec 534s Start 14: demo_poisson_mpi 537s 6/47 Test #14: demo_poisson_mpi ....................... Passed 2.51 sec 537s Start 16: demo_stokes-iterative_mpi 559s 7/47 Test #3: demo_bcs_mpi ........................... Passed 52.48 sec 559s Start 18: demo_nonmatching-interpolation_mpi 559s 8/47 Test #18: demo_nonmatching-interpolation_mpi ..... Passed 0.34 sec 559s Start 20: demo_biharmonic_mpi 565s 9/47 Test #20: demo_biharmonic_mpi .................... Passed 5.92 sec 565s Start 22: demo_neumann-poisson_mpi 576s 10/47 Test #22: demo_neumann-poisson_mpi ............... Passed 11.29 sec 576s Start 24: demo_periodic_mpi 580s 11/47 Test #24: demo_periodic_mpi ...................... Passed 3.96 sec 580s Start 26: demo_auto-adaptive-poisson_mpi 581s 12/47 Test #26: demo_auto-adaptive-poisson_mpi ......... Passed 0.52 sec 581s Start 29: demo_built-in-meshes_mpi 600s 13/47 Test #16: demo_stokes-iterative_mpi .............. Passed 62.69 sec 600s Start 31: demo_contact-vi-tao_mpi 603s 14/47 Test #31: demo_contact-vi-tao_mpi ................ Passed 3.30 sec 603s Start 33: demo_time-series_mpi 603s 15/47 Test #33: demo_time-series_mpi ................... Passed 0.18 sec 603s Start 35: demo_functional_mpi 604s 16/47 Test #29: demo_built-in-meshes_mpi ............... Passed 23.24 sec 604s Start 37: demo_refinement_mpi 605s 17/47 Test #35: demo_functional_mpi .................... Passed 1.90 sec 605s Start 39: demo_conditional_mpi 608s 18/47 Test #39: demo_conditional_mpi ................... Passed 3.65 sec 608s Start 41: demo_extrapolation_mpi 609s 19/47 Test #41: demo_extrapolation_mpi ................. Passed 0.20 sec 609s Start 43: demo_gmg-poisson_mpi 616s 20/47 Test #43: demo_gmg-poisson_mpi ................... Passed 7.18 sec 616s Start 45: demo_poisson-disc_mpi 616s 21/47 Test #45: demo_poisson-disc_mpi .................. Passed 0.17 sec 616s Start 47: demo_elastodynamics_mpi 617s 22/47 Test #37: demo_refinement_mpi .................... Passed 12.79 sec 617s Start 49: demo_sym-dirichlet-bc_mpi 657s 23/47 Test #49: demo_sym-dirichlet-bc_mpi .............. Passed 40.00 sec 657s Start 51: demo_spatial-coordinates_mpi 664s 24/47 Test #51: demo_spatial-coordinates_mpi ........... Passed 7.47 sec 664s Start 53: demo_auto-adaptive-navier-stokes_mpi 664s 25/47 Test #53: demo_auto-adaptive-navier-stokes_mpi ... Passed 0.18 sec 664s Start 55: demo_poisson1D-in-2D_mpi 664s 26/47 Test #55: demo_poisson1D-in-2D_mpi ............... Passed 0.19 sec 664s Start 57: demo_eval_mpi 665s 27/47 Test #57: demo_eval_mpi .......................... Passed 0.50 sec 665s Start 59: demo_multimesh-stokes_mpi 665s 28/47 Test #59: demo_multimesh-stokes_mpi .............. Passed 0.50 sec 665s Start 61: demo_waveguide_mpi 669s 29/47 Test #61: demo_waveguide_mpi ..................... Passed 3.94 sec 669s Start 63: demo_poisson1D_mpi 672s 30/47 Test #63: demo_poisson1D_mpi ..................... Passed 2.24 sec 672s Start 65: demo_dg-advection-diffusion_mpi 683s 31/47 Test #65: demo_dg-advection-diffusion_mpi ........ Passed 10.99 sec 683s Start 67: demo_mesh-quality_mpi 687s 32/47 Test #67: demo_mesh-quality_mpi .................. Passed 4.46 sec 687s Start 69: demo_nonmatching-projection_mpi 687s 33/47 Test #69: demo_nonmatching-projection_mpi ........ Passed 0.37 sec 687s Start 71: demo_ale_mpi 693s 34/47 Test #71: demo_ale_mpi ........................... Passed 5.18 sec 693s Start 73: demo_dg-poisson_mpi 697s 35/47 Test #73: demo_dg-poisson_mpi .................... Passed 4.77 sec 697s Start 75: demo_parameters_mpi 698s 36/47 Test #75: demo_parameters_mpi .................... Passed 0.59 sec 698s Start 77: demo_curl-curl_mpi 779s 37/47 Test #77: demo_curl-curl_mpi ..................... Passed 80.89 sec 779s Start 79: demo_multimesh-poisson_mpi 780s 38/47 Test #79: demo_multimesh-poisson_mpi ............. Passed 0.66 sec 780s Start 81: demo_advection-diffusion_mpi 801s 39/47 Test #81: demo_advection-diffusion_mpi ........... Passed 21.18 sec 801s Start 83: demo_lift-drag_mpi 805s 40/47 Test #83: demo_lift-drag_mpi ..................... Passed 4.76 sec 805s Start 85: demo_submesh_mpi 806s 41/47 Test #85: demo_submesh_mpi ....................... Passed 0.34 sec 806s Start 87: demo_parallel-refinement_mpi 809s 42/47 Test #87: demo_parallel-refinement_mpi ........... Passed 2.88 sec 809s Start 89: demo_contact-vi-snes_mpi 833s 43/47 Test #89: demo_contact-vi-snes_mpi ............... Passed 24.44 sec 833s Start 91: demo_block-matrix_mpi 836s 44/47 Test #91: demo_block-matrix_mpi .................. Passed 3.12 sec 836s Start 93: demo_elasticity_mpi 893s 45/47 Test #93: demo_elasticity_mpi .................... Passed 56.80 sec 893s Start 95: demo_meshfunction-refinement_mpi 894s 46/47 Test #95: demo_meshfunction-refinement_mpi ....... Passed 0.94 sec 925s 47/47 Test #47: demo_elastodynamics_mpi ................ Passed 309.16 sec 925s /tmp/autopkgtest.7abCGj/wrapper.sh: checking for leaked background processes... 925s /tmp/autopkgtest.7abCGj/wrapper.sh: waiting for tee/cat subprocesses... 925s /tmp/autopkgtest.7abCGj/wrapper.sh: cleaning up... 925s /tmp/autopkgtest.7abCGj/wrapper.sh: Exit status: 0 925s 925s 100% tests passed, 0 tests failed out of 47 925s 925s Total Test time (real) = 419.04 sec 925s autopkgtest: DBG: testbed command exited with code 0 926s autopkgtest [12:09:25]: test test-dolfin-cpp: -----------------------] 926s autopkgtest: DBG: testbed executing test finished with exit status 0 926s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.7abCGj/test-dolfin-cpp-stdout /tmp/autopkgtest-work.1cwxu9yf/out/test-dolfin-cpp-stdout 926s autopkgtest: DBG: got reply from testbed: ok 926s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.7abCGj/test-dolfin-cpp-stderr /tmp/autopkgtest-work.1cwxu9yf/out/test-dolfin-cpp-stderr 926s autopkgtest: DBG: got reply from testbed: ok 926s test-dolfin-cpp PASS 926s autopkgtest [12:09:25]: test test-dolfin-cpp: - - - - - - - - - - results - - - - - - - - - - 926s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.7abCGj/test-dolfin-cpp-artifacts/ /tmp/autopkgtest-work.1cwxu9yf/out/artifacts/ 926s autopkgtest: DBG: got reply from testbed: ok 926s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.7abCGj/test-dolfin-cpp-artifacts', '/tmp/autopkgtest.7abCGj/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 927s autopkgtest: DBG: testbed command exited with code 0 927s autopkgtest [12:09:26]: test test-dolfin-python-unittest: preparing testbed 927s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['libdolfin-dev', 'libdolfin-dev-common', 'libdolfin2019.2t64', 'python3-dolfin', 'python3-dolfin-real', 'libdolfin64-dev', 'libdolfin64-2019.2t64', 'python3-dolfin64-real', 'dolfin-doc', 'dolfin-bin', 'cmake (>= 3.5)', 'debhelper-compat (= 13)', 'dh-python', 'gfortran', 'chrpath', 'libboost-chrono-dev', 'libboost-dev (>= 1.56)', 'libboost-filesystem-dev', 'libboost-iostreams-dev', 'libboost-math-dev', 'libboost-mpi-dev', 'libboost-program-options-dev', 'libboost-serialization-dev', 'libboost-thread-dev', 'libboost-timer-dev', 'libeigen3-dev (>= 3.2.90)', 'libhdf5-mpi-dev', 'libsuitesparse-dev', 'libscotch-dev', 'libxml2-dev', 'mpi-default-dev (>= 1.17)', 'petsc-dev (>= 3.7)', 'slepc-dev (>= 3.7)', 'python3-petsc4py', 'python3-slepc4py', 'python3-petsc4py-real', 'python3-slepc4py-real', 'petsc64-dev (>= 3.7)', 'slepc64-dev (>= 3.7)', 'python3-petsc4py-64-real', 'python3-slepc4py-64-real', 'pybind11-dev (>= 2.2.0)', 'python3-setuptools', 'pkgconf', 'python3-pkgconfig', 'python3-all-dev', 'python3-ffc (>= 2019.2.0~git20210714.a20cbe7-4~)', 'python3-ffc (<< 2019.3)', 'python3-dijitso (>= 2019.2)', 'python3-dijitso (<< 2019.3)', 'python3-ufl-legacy (>= 1:2022.2.0-3~)', 'python3-numpy', 'python3-ply', 'python3-pusimp (>= 0.1.1~)', 'python3-sphinx', 'python3-sphinx-rtd-theme', 'doxygen', 'graphviz', 'libjs-mathjax', 'libjs-modernizr', 'build-essential', 'libopenblas-pthread-dev [!armel] | libblis-pthread-dev'], deps_new=['libdolfin-dev', 'libdolfin-dev-common', 'libdolfin2019.2t64', 'python3-dolfin', 'python3-dolfin-real', 'libdolfin64-dev', 'libdolfin64-2019.2t64', 'python3-dolfin64-real', 'dolfin-doc', 'dolfin-bin', 'cmake (>= 3.5)', 'debhelper-compat (= 13)', 'dh-python', 'gfortran', 'chrpath', 'libboost-chrono-dev', 'libboost-dev (>= 1.56)', 'libboost-filesystem-dev', 'libboost-iostreams-dev', 'libboost-math-dev', 'libboost-mpi-dev', 'libboost-program-options-dev', 'libboost-serialization-dev', 'libboost-thread-dev', 'libboost-timer-dev', 'libeigen3-dev (>= 3.2.90)', 'libhdf5-mpi-dev', 'libsuitesparse-dev', 'libscotch-dev', 'libxml2-dev', 'mpi-default-dev (>= 1.17)', 'petsc-dev (>= 3.7)', 'slepc-dev (>= 3.7)', 'python3-petsc4py', 'python3-slepc4py', 'python3-petsc4py-real', 'python3-slepc4py-real', 'petsc64-dev (>= 3.7)', 'slepc64-dev (>= 3.7)', 'python3-petsc4py-64-real', 'python3-slepc4py-64-real', 'pybind11-dev (>= 2.2.0)', 'python3-setuptools', 'pkgconf', 'python3-pkgconfig', 'python3-all-dev', 'python3-ffc (>= 2019.2.0~git20210714.a20cbe7-4~)', 'python3-ffc (<< 2019.3)', 'python3-dijitso (>= 2019.2)', 'python3-dijitso (<< 2019.3)', 'python3-ufl-legacy (>= 1:2022.2.0-3~)', 'python3-numpy', 'python3-ply', 'python3-pusimp (>= 0.1.1~)', 'python3-sphinx', 'python3-sphinx-rtd-theme', 'doxygen', 'graphviz', 'libjs-mathjax', 'libjs-modernizr', 'build-essential', 'python3-dev', 'python3-pytest', 'python3-decorator', 'python3-matplotlib', 'python3-scipy', 'libopenblas-pthread-dev [!armel] | libblis-pthread-dev'] 927s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 927s autopkgtest: DBG: install_deps: deps_new=['libdolfin-dev', 'libdolfin-dev-common', 'libdolfin2019.2t64', 'python3-dolfin', 'python3-dolfin-real', 'libdolfin64-dev', 'libdolfin64-2019.2t64', 'python3-dolfin64-real', 'dolfin-doc', 'dolfin-bin', 'cmake (>= 3.5)', 'debhelper-compat (= 13)', 'dh-python', 'gfortran', 'chrpath', 'libboost-chrono-dev', 'libboost-dev (>= 1.56)', 'libboost-filesystem-dev', 'libboost-iostreams-dev', 'libboost-math-dev', 'libboost-mpi-dev', 'libboost-program-options-dev', 'libboost-serialization-dev', 'libboost-thread-dev', 'libboost-timer-dev', 'libeigen3-dev (>= 3.2.90)', 'libhdf5-mpi-dev', 'libsuitesparse-dev', 'libscotch-dev', 'libxml2-dev', 'mpi-default-dev (>= 1.17)', 'petsc-dev (>= 3.7)', 'slepc-dev (>= 3.7)', 'python3-petsc4py', 'python3-slepc4py', 'python3-petsc4py-real', 'python3-slepc4py-real', 'petsc64-dev (>= 3.7)', 'slepc64-dev (>= 3.7)', 'python3-petsc4py-64-real', 'python3-slepc4py-64-real', 'pybind11-dev (>= 2.2.0)', 'python3-setuptools', 'pkgconf', 'python3-pkgconfig', 'python3-all-dev', 'python3-ffc (>= 2019.2.0~git20210714.a20cbe7-4~)', 'python3-ffc (<< 2019.3)', 'python3-dijitso (>= 2019.2)', 'python3-dijitso (<< 2019.3)', 'python3-ufl-legacy (>= 1:2022.2.0-3~)', 'python3-numpy', 'python3-ply', 'python3-pusimp (>= 0.1.1~)', 'python3-sphinx', 'python3-sphinx-rtd-theme', 'doxygen', 'graphviz', 'libjs-mathjax', 'libjs-modernizr', 'build-essential', 'python3-dev', 'python3-pytest', 'python3-decorator', 'python3-matplotlib', 'python3-scipy', 'libopenblas-pthread-dev [!armel] | libblis-pthread-dev'] 927s autopkgtest: DBG: install-deps: satisfying libdolfin-dev, libdolfin-dev-common, libdolfin2019.2t64, python3-dolfin, python3-dolfin-real, libdolfin64-dev, libdolfin64-2019.2t64, python3-dolfin64-real, dolfin-doc, dolfin-bin, cmake (>= 3.5), debhelper-compat (= 13), dh-python, gfortran, chrpath, libboost-chrono-dev, libboost-dev (>= 1.56), libboost-filesystem-dev, libboost-iostreams-dev, libboost-math-dev, libboost-mpi-dev, libboost-program-options-dev, libboost-serialization-dev, libboost-thread-dev, libboost-timer-dev, libeigen3-dev (>= 3.2.90), libhdf5-mpi-dev, libsuitesparse-dev, libscotch-dev, libxml2-dev, mpi-default-dev (>= 1.17), petsc-dev (>= 3.7), slepc-dev (>= 3.7), python3-petsc4py, python3-slepc4py, python3-petsc4py-real, python3-slepc4py-real, petsc64-dev (>= 3.7), slepc64-dev (>= 3.7), python3-petsc4py-64-real, python3-slepc4py-64-real, pybind11-dev (>= 2.2.0), python3-setuptools, pkgconf, python3-pkgconfig, python3-all-dev, python3-ffc (>= 2019.2.0~git20210714.a20cbe7-4~), python3-ffc (<< 2019.3), python3-dijitso (>= 2019.2), python3-dijitso (<< 2019.3), python3-ufl-legacy (>= 1:2022.2.0-3~), python3-numpy, python3-ply, python3-pusimp (>= 0.1.1~), python3-sphinx, python3-sphinx-rtd-theme, doxygen, graphviz, libjs-mathjax, libjs-modernizr, build-essential, python3-dev, python3-pytest, python3-decorator, python3-matplotlib, python3-scipy, libopenblas-pthread-dev [!armel] | libblis-pthread-dev 927s autopkgtest: DBG: can use apt-get on testbed: True 927s 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', 'libdolfin-dev, libdolfin-dev-common, libdolfin2019.2t64, python3-dolfin, python3-dolfin-real, libdolfin64-dev, libdolfin64-2019.2t64, python3-dolfin64-real, dolfin-doc, dolfin-bin, cmake (>= 3.5), debhelper-compat (= 13), dh-python, gfortran, chrpath, libboost-chrono-dev, libboost-dev (>= 1.56), libboost-filesystem-dev, libboost-iostreams-dev, libboost-math-dev, libboost-mpi-dev, libboost-program-options-dev, libboost-serialization-dev, libboost-thread-dev, libboost-timer-dev, libeigen3-dev (>= 3.2.90), libhdf5-mpi-dev, libsuitesparse-dev, libscotch-dev, libxml2-dev, mpi-default-dev (>= 1.17), petsc-dev (>= 3.7), slepc-dev (>= 3.7), python3-petsc4py, python3-slepc4py, python3-petsc4py-real, python3-slepc4py-real, petsc64-dev (>= 3.7), slepc64-dev (>= 3.7), python3-petsc4py-64-real, python3-slepc4py-64-real, pybind11-dev (>= 2.2.0), python3-setuptools, pkgconf, python3-pkgconfig, python3-all-dev, python3-ffc (>= 2019.2.0~git20210714.a20cbe7-4~), python3-ffc (<< 2019.3), python3-dijitso (>= 2019.2), python3-dijitso (<< 2019.3), python3-ufl-legacy (>= 1:2022.2.0-3~), python3-numpy, python3-ply, python3-pusimp (>= 0.1.1~), python3-sphinx, python3-sphinx-rtd-theme, doxygen, graphviz, libjs-mathjax, libjs-modernizr, build-essential, python3-dev, python3-pytest, python3-decorator, python3-matplotlib, python3-scipy, libopenblas-pthread-dev [!armel] | libblis-pthread-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 927s Reading package lists... 927s Building dependency tree... 927s Reading state information... 927s Starting pkgProblemResolver with broken count: 0 927s Starting 2 pkgProblemResolver with broken count: 0 927s Done 927s The following NEW packages will be installed: 927s blt fonts-lyx liblbfgsb0 liblcms2-2 libopenjp2-7 libqhull-r8.0 libtcl8.6 927s libtk8.6 libwebpdemux2 libwebpmux3 libxft2 libxslt1.1 libxss1 927s python-matplotlib-data python3-brotli python3-contourpy python3-cycler 927s python3-dateutil python3-decorator python3-fonttools python3-fs 927s python3-iniconfig python3-kiwisolver python3-lxml python3-lz4 927s python3-matplotlib python3-pil python3-pil.imagetk python3-platformdirs 927s python3-pluggy python3-pytest python3-pytz python3-scipy python3-tk 927s python3-tz python3-ufolib2 python3.12-tk python3.13-tk tk8.6-blt2.5 927s unicode-data 928s 0 upgraded, 40 newly installed, 0 to remove and 0 not upgraded. 928s Need to get 46.9 MB of archives. 928s After this operation, 219 MB of additional disk space will be used. 928s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libtcl8.6 s390x 8.6.16+dfsg-1 [1034 kB] 928s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libxft2 s390x 2.3.6-1build1 [49.6 kB] 928s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libxss1 s390x 1:1.2.3-1build3 [7396 B] 928s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libtk8.6 s390x 8.6.16-1 [830 kB] 928s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x tk8.6-blt2.5 s390x 2.5.3+dfsg-7build1 [662 kB] 928s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x blt s390x 2.5.3+dfsg-7build1 [4840 B] 928s Get:7 http://ftpmaster.internal/ubuntu plucky/universe s390x fonts-lyx all 2.4.3-1 [171 kB] 928s Get:8 http://ftpmaster.internal/ubuntu plucky/universe s390x liblbfgsb0 s390x 3.0+dfsg.4-1build1 [32.4 kB] 928s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x liblcms2-2 s390x 2.16-2 [175 kB] 928s Get:10 http://ftpmaster.internal/ubuntu plucky/universe s390x libqhull-r8.0 s390x 2020.2-6build1 [199 kB] 928s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libwebpdemux2 s390x 1.5.0-0.1 [12.6 kB] 928s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x libwebpmux3 s390x 1.5.0-0.1 [25.8 kB] 928s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libxslt1.1 s390x 1.1.39-0exp1ubuntu2 [169 kB] 928s Get:14 http://ftpmaster.internal/ubuntu plucky/universe s390x python-matplotlib-data all 3.8.3-3ubuntu2 [2929 kB] 928s Get:15 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-brotli s390x 1.1.0-2build3 [381 kB] 928s Get:16 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-contourpy s390x 1.3.1-1 [235 kB] 928s Get:17 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-cycler all 0.12.1-1 [9716 B] 928s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x python3-dateutil all 2.9.0-3 [80.2 kB] 928s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x python3-decorator all 5.1.1-5 [10.1 kB] 928s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pytz all 2025.1-3 [162 kB] 928s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x python3-tz all 2025.1-3 [1866 B] 928s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x python3-platformdirs all 4.3.6-1 [16.8 kB] 928s Get:23 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-fs all 2.4.16-6 [90.7 kB] 928s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x python3-lxml s390x 5.3.1-1 [1773 kB] 928s Get:25 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-lz4 s390x 4.4.0+dfsg-1 [27.0 kB] 928s Get:26 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-scipy s390x 1.14.1-4ubuntu1 [21.2 MB] 929s Get:27 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-ufolib2 all 0.17.0+dfsg1-1 [33.5 kB] 929s Get:28 http://ftpmaster.internal/ubuntu plucky/universe s390x unicode-data all 15.1.0-1 [8878 kB] 929s Get:29 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-fonttools s390x 4.55.3-2 [1723 kB] 929s Get:30 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-iniconfig all 1.1.1-2 [6024 B] 929s Get:31 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-kiwisolver s390x 1.4.7-3 [65.6 kB] 929s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x libopenjp2-7 s390x 2.5.0-2ubuntu3 [208 kB] 929s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pil s390x 11.1.0-5 [527 kB] 929s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-tk s390x 3.12.9-1 [117 kB] 929s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x python3.13-tk s390x 3.13.2-1 [108 kB] 929s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x python3-tk s390x 3.13.1-1 [9770 B] 929s Get:37 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pil.imagetk s390x 11.1.0-5 [9766 B] 929s Get:38 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-matplotlib s390x 3.8.3-3ubuntu2 [4657 kB] 930s Get:39 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pluggy all 1.5.0-1 [21.0 kB] 930s Get:40 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pytest all 8.3.4-1 [252 kB] 930s Fetched 46.9 MB in 2s (22.0 MB/s) 930s Selecting previously unselected package libtcl8.6:s390x. 930s (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 ... 105123 files and directories currently installed.) 930s Preparing to unpack .../00-libtcl8.6_8.6.16+dfsg-1_s390x.deb ... 930s Unpacking libtcl8.6:s390x (8.6.16+dfsg-1) ... 930s Selecting previously unselected package libxft2:s390x. 930s Preparing to unpack .../01-libxft2_2.3.6-1build1_s390x.deb ... 930s Unpacking libxft2:s390x (2.3.6-1build1) ... 930s Selecting previously unselected package libxss1:s390x. 930s Preparing to unpack .../02-libxss1_1%3a1.2.3-1build3_s390x.deb ... 930s Unpacking libxss1:s390x (1:1.2.3-1build3) ... 930s Selecting previously unselected package libtk8.6:s390x. 930s Preparing to unpack .../03-libtk8.6_8.6.16-1_s390x.deb ... 930s Unpacking libtk8.6:s390x (8.6.16-1) ... 930s Selecting previously unselected package tk8.6-blt2.5. 930s Preparing to unpack .../04-tk8.6-blt2.5_2.5.3+dfsg-7build1_s390x.deb ... 930s Unpacking tk8.6-blt2.5 (2.5.3+dfsg-7build1) ... 930s Selecting previously unselected package blt. 930s Preparing to unpack .../05-blt_2.5.3+dfsg-7build1_s390x.deb ... 930s Unpacking blt (2.5.3+dfsg-7build1) ... 930s Selecting previously unselected package fonts-lyx. 930s Preparing to unpack .../06-fonts-lyx_2.4.3-1_all.deb ... 930s Unpacking fonts-lyx (2.4.3-1) ... 930s Selecting previously unselected package liblbfgsb0:s390x. 930s Preparing to unpack .../07-liblbfgsb0_3.0+dfsg.4-1build1_s390x.deb ... 930s Unpacking liblbfgsb0:s390x (3.0+dfsg.4-1build1) ... 930s Selecting previously unselected package liblcms2-2:s390x. 930s Preparing to unpack .../08-liblcms2-2_2.16-2_s390x.deb ... 930s Unpacking liblcms2-2:s390x (2.16-2) ... 930s Selecting previously unselected package libqhull-r8.0:s390x. 930s Preparing to unpack .../09-libqhull-r8.0_2020.2-6build1_s390x.deb ... 930s Unpacking libqhull-r8.0:s390x (2020.2-6build1) ... 930s Selecting previously unselected package libwebpdemux2:s390x. 930s Preparing to unpack .../10-libwebpdemux2_1.5.0-0.1_s390x.deb ... 930s Unpacking libwebpdemux2:s390x (1.5.0-0.1) ... 930s Selecting previously unselected package libwebpmux3:s390x. 930s Preparing to unpack .../11-libwebpmux3_1.5.0-0.1_s390x.deb ... 930s Unpacking libwebpmux3:s390x (1.5.0-0.1) ... 930s Selecting previously unselected package libxslt1.1:s390x. 930s Preparing to unpack .../12-libxslt1.1_1.1.39-0exp1ubuntu2_s390x.deb ... 930s Unpacking libxslt1.1:s390x (1.1.39-0exp1ubuntu2) ... 930s Selecting previously unselected package python-matplotlib-data. 930s Preparing to unpack .../13-python-matplotlib-data_3.8.3-3ubuntu2_all.deb ... 930s Unpacking python-matplotlib-data (3.8.3-3ubuntu2) ... 930s Selecting previously unselected package python3-brotli. 930s Preparing to unpack .../14-python3-brotli_1.1.0-2build3_s390x.deb ... 930s Unpacking python3-brotli (1.1.0-2build3) ... 930s Selecting previously unselected package python3-contourpy. 930s Preparing to unpack .../15-python3-contourpy_1.3.1-1_s390x.deb ... 930s Unpacking python3-contourpy (1.3.1-1) ... 930s Selecting previously unselected package python3-cycler. 930s Preparing to unpack .../16-python3-cycler_0.12.1-1_all.deb ... 930s Unpacking python3-cycler (0.12.1-1) ... 930s Selecting previously unselected package python3-dateutil. 930s Preparing to unpack .../17-python3-dateutil_2.9.0-3_all.deb ... 930s Unpacking python3-dateutil (2.9.0-3) ... 930s Selecting previously unselected package python3-decorator. 930s Preparing to unpack .../18-python3-decorator_5.1.1-5_all.deb ... 930s Unpacking python3-decorator (5.1.1-5) ... 930s Selecting previously unselected package python3-pytz. 930s Preparing to unpack .../19-python3-pytz_2025.1-3_all.deb ... 930s Unpacking python3-pytz (2025.1-3) ... 930s Selecting previously unselected package python3-tz. 930s Preparing to unpack .../20-python3-tz_2025.1-3_all.deb ... 930s Unpacking python3-tz (2025.1-3) ... 930s Selecting previously unselected package python3-platformdirs. 930s Preparing to unpack .../21-python3-platformdirs_4.3.6-1_all.deb ... 930s Unpacking python3-platformdirs (4.3.6-1) ... 930s Selecting previously unselected package python3-fs. 930s Preparing to unpack .../22-python3-fs_2.4.16-6_all.deb ... 930s Unpacking python3-fs (2.4.16-6) ... 930s Selecting previously unselected package python3-lxml:s390x. 931s Preparing to unpack .../23-python3-lxml_5.3.1-1_s390x.deb ... 931s Unpacking python3-lxml:s390x (5.3.1-1) ... 931s Selecting previously unselected package python3-lz4. 931s Preparing to unpack .../24-python3-lz4_4.4.0+dfsg-1_s390x.deb ... 931s Unpacking python3-lz4 (4.4.0+dfsg-1) ... 931s Selecting previously unselected package python3-scipy. 931s Preparing to unpack .../25-python3-scipy_1.14.1-4ubuntu1_s390x.deb ... 931s Unpacking python3-scipy (1.14.1-4ubuntu1) ... 931s Selecting previously unselected package python3-ufolib2. 931s Preparing to unpack .../26-python3-ufolib2_0.17.0+dfsg1-1_all.deb ... 931s Unpacking python3-ufolib2 (0.17.0+dfsg1-1) ... 931s Selecting previously unselected package unicode-data. 931s Preparing to unpack .../27-unicode-data_15.1.0-1_all.deb ... 931s Unpacking unicode-data (15.1.0-1) ... 931s Selecting previously unselected package python3-fonttools. 931s Preparing to unpack .../28-python3-fonttools_4.55.3-2_s390x.deb ... 931s Unpacking python3-fonttools (4.55.3-2) ... 931s Selecting previously unselected package python3-iniconfig. 931s Preparing to unpack .../29-python3-iniconfig_1.1.1-2_all.deb ... 931s Unpacking python3-iniconfig (1.1.1-2) ... 931s Selecting previously unselected package python3-kiwisolver. 931s Preparing to unpack .../30-python3-kiwisolver_1.4.7-3_s390x.deb ... 931s Unpacking python3-kiwisolver (1.4.7-3) ... 931s Selecting previously unselected package libopenjp2-7:s390x. 931s Preparing to unpack .../31-libopenjp2-7_2.5.0-2ubuntu3_s390x.deb ... 931s Unpacking libopenjp2-7:s390x (2.5.0-2ubuntu3) ... 931s Selecting previously unselected package python3-pil:s390x. 931s Preparing to unpack .../32-python3-pil_11.1.0-5_s390x.deb ... 931s Unpacking python3-pil:s390x (11.1.0-5) ... 931s Selecting previously unselected package python3.12-tk. 931s Preparing to unpack .../33-python3.12-tk_3.12.9-1_s390x.deb ... 931s Unpacking python3.12-tk (3.12.9-1) ... 931s Selecting previously unselected package python3.13-tk. 931s Preparing to unpack .../34-python3.13-tk_3.13.2-1_s390x.deb ... 931s Unpacking python3.13-tk (3.13.2-1) ... 931s Selecting previously unselected package python3-tk:s390x. 931s Preparing to unpack .../35-python3-tk_3.13.1-1_s390x.deb ... 931s Unpacking python3-tk:s390x (3.13.1-1) ... 931s Selecting previously unselected package python3-pil.imagetk:s390x. 931s Preparing to unpack .../36-python3-pil.imagetk_11.1.0-5_s390x.deb ... 931s Unpacking python3-pil.imagetk:s390x (11.1.0-5) ... 931s Selecting previously unselected package python3-matplotlib. 931s Preparing to unpack .../37-python3-matplotlib_3.8.3-3ubuntu2_s390x.deb ... 931s Unpacking python3-matplotlib (3.8.3-3ubuntu2) ... 932s Selecting previously unselected package python3-pluggy. 932s Preparing to unpack .../38-python3-pluggy_1.5.0-1_all.deb ... 932s Unpacking python3-pluggy (1.5.0-1) ... 932s Selecting previously unselected package python3-pytest. 932s Preparing to unpack .../39-python3-pytest_8.3.4-1_all.deb ... 932s Unpacking python3-pytest (8.3.4-1) ... 932s Setting up liblcms2-2:s390x (2.16-2) ... 932s Setting up python3-iniconfig (1.1.1-2) ... 932s Setting up libxft2:s390x (2.3.6-1build1) ... 932s Setting up python3-lz4 (4.4.0+dfsg-1) ... 932s Setting up fonts-lyx (2.4.3-1) ... 932s Setting up libwebpdemux2:s390x (1.5.0-0.1) ... 932s Setting up libqhull-r8.0:s390x (2020.2-6build1) ... 932s Setting up python3-pytz (2025.1-3) ... 932s Setting up python3-platformdirs (4.3.6-1) ... 932s Setting up python3-tz (2025.1-3) ... 932s Setting up python3-fs (2.4.16-6) ... 932s Setting up unicode-data (15.1.0-1) ... 932s Setting up python3-decorator (5.1.1-5) ... 932s Setting up python3-brotli (1.1.0-2build3) ... 933s Setting up python3-cycler (0.12.1-1) ... 933s Setting up python3-kiwisolver (1.4.7-3) ... 933s Setting up libtcl8.6:s390x (8.6.16+dfsg-1) ... 933s Setting up python3-pluggy (1.5.0-1) ... 933s Setting up libxslt1.1:s390x (1.1.39-0exp1ubuntu2) ... 933s Setting up libopenjp2-7:s390x (2.5.0-2ubuntu3) ... 933s Setting up python3-dateutil (2.9.0-3) ... 933s Setting up python3-contourpy (1.3.1-1) ... 933s Setting up libxss1:s390x (1:1.2.3-1build3) ... 933s Setting up python-matplotlib-data (3.8.3-3ubuntu2) ... 933s Setting up libwebpmux3:s390x (1.5.0-0.1) ... 933s Setting up liblbfgsb0:s390x (3.0+dfsg.4-1build1) ... 933s Setting up python3-scipy (1.14.1-4ubuntu1) ... 940s Setting up python3-pytest (8.3.4-1) ... 940s Setting up libtk8.6:s390x (8.6.16-1) ... 940s Setting up python3.12-tk (3.12.9-1) ... 941s Setting up python3.13-tk (3.13.2-1) ... 941s Setting up python3-pil:s390x (11.1.0-5) ... 941s Setting up python3-lxml:s390x (5.3.1-1) ... 941s Setting up tk8.6-blt2.5 (2.5.3+dfsg-7build1) ... 941s Setting up blt (2.5.3+dfsg-7build1) ... 941s Setting up python3-tk:s390x (3.13.1-1) ... 941s Setting up python3-pil.imagetk:s390x (11.1.0-5) ... 942s Setting up python3-fonttools (4.55.3-2) ... 943s Setting up python3-ufolib2 (0.17.0+dfsg1-1) ... 943s Setting up python3-matplotlib (3.8.3-3ubuntu2) ... 946s Processing triggers for libc-bin (2.40-4ubuntu1) ... 946s Processing triggers for man-db (2.13.0-1) ... 946s Processing triggers for fontconfig (2.15.0-2ubuntu1) ... 947s autopkgtest: DBG: testbed command exited with code 0 947s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libdolfin-dev'], kind short, sout pipe, serr pipe, env [] 947s autopkgtest: DBG: testbed command exited with code 0 947s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libdolfin-dev-common'], kind short, sout pipe, serr pipe, env [] 947s autopkgtest: DBG: testbed command exited with code 0 947s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libdolfin2019.2t64'], kind short, sout pipe, serr pipe, env [] 947s autopkgtest: DBG: testbed command exited with code 0 947s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-dolfin'], kind short, sout pipe, serr pipe, env [] 947s autopkgtest: DBG: testbed command exited with code 0 947s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-dolfin-real'], kind short, sout pipe, serr pipe, env [] 948s autopkgtest: DBG: testbed command exited with code 0 948s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libdolfin64-dev'], kind short, sout pipe, serr pipe, env [] 948s autopkgtest: DBG: testbed command exited with code 0 948s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libdolfin64-2019.2t64'], kind short, sout pipe, serr pipe, env [] 948s autopkgtest: DBG: testbed command exited with code 0 948s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-dolfin64-real'], kind short, sout pipe, serr pipe, env [] 948s autopkgtest: DBG: testbed command exited with code 0 948s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'dolfin-doc'], kind short, sout pipe, serr pipe, env [] 948s autopkgtest: DBG: testbed command exited with code 0 948s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'dolfin-bin'], kind short, sout pipe, serr pipe, env [] 948s autopkgtest: DBG: testbed command exited with code 0 948s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.7abCGj/test-dolfin-python-unittest-packages.all"], kind short, sout raw, serr pipe, env [] 949s autopkgtest: DBG: testbed command exited with code 0 949s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.7abCGj/test-dolfin-python-unittest-packages.all /tmp/autopkgtest-work.1cwxu9yf/out/test-dolfin-python-unittest-packages.all 949s autopkgtest: DBG: got reply from testbed: ok 949s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.7abCGj/build.s89/src'], kind short, sout raw, serr raw, env [] 949s autopkgtest: DBG: testbed command exited with code 0 949s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.7abCGj/build.s89/src already exists 949s autopkgtest [12:09:48]: test test-dolfin-python-unittest: [----------------------- 949s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.7abCGj/wrapper.sh --debug --artifacts=/tmp/autopkgtest.7abCGj/test-dolfin-python-unittest-artifacts --chdir=/tmp/autopkgtest.7abCGj/build.s89/src --env=AUTOPKGTEST_TESTBED_ARCH=s390x --env=AUTOPKGTEST_TEST_ARCH=s390x --env=DEB_BUILD_OPTIONS=parallel=4 --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.7abCGj/test-dolfin-python-unittest-stderr --stdout=/tmp/autopkgtest.7abCGj/test-dolfin-python-unittest-stdout --tmp=/tmp/autopkgtest.7abCGj/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 --make-executable=/tmp/autopkgtest.7abCGj/build.s89/src/debian/tests/test-dolfin-python-unittest -- /tmp/autopkgtest.7abCGj/build.s89/src/debian/tests/test-dolfin-python-unittest'], kind test, sout raw, serr raw, env [] 949s /tmp/autopkgtest.7abCGj/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.7abCGj/test-dolfin-python-unittest-artifacts 949s /tmp/autopkgtest.7abCGj/wrapper.sh: changing to directory: /tmp/autopkgtest.7abCGj/build.s89/src 949s /tmp/autopkgtest.7abCGj/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 949s /tmp/autopkgtest.7abCGj/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 949s /tmp/autopkgtest.7abCGj/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=4 949s /tmp/autopkgtest.7abCGj/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 949s /tmp/autopkgtest.7abCGj/wrapper.sh: setting environment: LANG=C.UTF-8 949s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LANGUAGE 949s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_ADDRESS 949s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_ALL 949s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_COLLATE 949s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_CTYPE 949s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_IDENTIFICATION 949s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_MEASUREMENT 949s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_MESSAGES 949s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_MONETARY 949s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_NAME 949s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_NUMERIC 949s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_PAPER 949s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_TELEPHONE 949s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_TIME 949s /tmp/autopkgtest.7abCGj/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 949s /tmp/autopkgtest.7abCGj/wrapper.sh: pretending to be a login shell 949s /tmp/autopkgtest.7abCGj/wrapper.sh: will write standard error to /tmp/autopkgtest.7abCGj/test-dolfin-python-unittest-stderr 949s /tmp/autopkgtest.7abCGj/wrapper.sh: will write stdout to /tmp/autopkgtest.7abCGj/test-dolfin-python-unittest-stdout 949s /tmp/autopkgtest.7abCGj/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.7abCGj/autopkgtest_tmp 949s /tmp/autopkgtest.7abCGj/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 949s /tmp/autopkgtest.7abCGj/wrapper.sh: marking as executable: /tmp/autopkgtest.7abCGj/build.s89/src/debian/tests/test-dolfin-python-unittest 949s /tmp/autopkgtest.7abCGj/wrapper.sh: command to run: /tmp/autopkgtest.7abCGj/build.s89/src/debian/tests/test-dolfin-python-unittest 949s /tmp/autopkgtest.7abCGj/wrapper.sh: copying /tmp/tmp.SINJQU7MJA/out to stdout and file: /tmp/autopkgtest.7abCGj/test-dolfin-python-unittest-stdout 949s /tmp/autopkgtest.7abCGj/wrapper.sh: copying /tmp/tmp.SINJQU7MJA/err to standard error and file: /tmp/autopkgtest.7abCGj/test-dolfin-python-unittest-stdout 949s /tmp/autopkgtest.7abCGj/wrapper.sh: writing script pid 11115 to /tmp/autopkgtest_script_pid 949s skipping tests with SKIP_TESTS=not ( test_compute_entity_collisions_2d or test_compute_entity_collisions_3d or test_meshes_on_diagonal or test_meshes_with_boundary_edge_overlap_2d or test_volume_2d or test_mixed_assembly_rank0 ) 949s === python 3.13 unit test (serial) === 954s ============================= test session starts ============================== 954s platform linux -- Python 3.13.2, pytest-8.3.4, pluggy-1.5.0 954s rootdir: /tmp/autopkgtest.7abCGj/build.s89/src/python 954s plugins: typeguard-4.4.1 954s collected 1373 items / 34 deselected / 1339 selected 954s 968s python/test/unit/adaptivity/test_error_control.py ... [ 0%] 970s python/test/unit/adaptivity/test_time_series.py .. [ 0%] 971s python/test/unit/ale/test_harmonic_smoothing.py .. [ 0%] 971s python/test/unit/common/test_mpi.py . [ 0%] 972s python/test/unit/common/test_timer.py .......... [ 1%] 973s python/test/unit/fem/test_adapt.py ... [ 1%] 1042s python/test/unit/fem/test_assembler.py ................ [ 2%] 1068s python/test/unit/fem/test_coordinate_derivative.py ...... [ 3%] 1142s python/test/unit/fem/test_dirichlet_bc.py .................... [ 4%] 1143s python/test/unit/fem/test_discrete_operators.py .. [ 4%] 1222s python/test/unit/fem/test_dofmap.py ...xx...................sssss....... [ 7%] 1242s ......................xx..xx..xx. [ 10%] 1266s python/test/unit/fem/test_dp_assemble.py ......... [ 10%] 1274s python/test/unit/fem/test_finite_element.py ...x..... [ 11%] 1321s python/test/unit/fem/test_form.py .............. [ 12%] 1325s python/test/unit/fem/test_formsplitter.py ... [ 12%] 1326s python/test/unit/fem/test_interior_facet_integral_sides.py . [ 12%] 1333s python/test/unit/fem/test_local_assembler.py ... [ 12%] 1343s python/test/unit/fem/test_local_solver.py ..... [ 13%] 1417s python/test/unit/fem/test_manifolds.py ... [ 13%] 1470s python/test/unit/fem/test_mixedassembler.py .... [ 13%] 1477s python/test/unit/fem/test_petsc_transfer_matrix.py ......x [ 14%] 1516s python/test/unit/fem/test_point_source.py .............................. [ 16%] 1521s .......... [ 17%] 1524s python/test/unit/fem/test_solving.py .... [ 17%] 1592s python/test/unit/fem/test_symbolic_geometry_assembly.py ................ [ 18%] 1665s ....... [ 19%] 1687s python/test/unit/fem/test_system_assembler.py ............ [ 20%] 1688s python/test/unit/fem/test_variational_problem.py .. [ 20%] 1688s python/test/unit/function/test_constant.py ........ [ 20%] 1695s python/test/unit/function/test_constrained_function_space.py ........ [ 21%] 1754s python/test/unit/function/test_expression.py ................. [ 22%] 1761s python/test/unit/function/test_function.py ................... [ 24%] 1774s python/test/unit/function/test_function_assigner.py ... [ 24%] 1776s python/test/unit/function/test_function_space.py ........... [ 25%] 1778s python/test/unit/function/test_lagrange_interpolator.py .. [ 25%] 1778s python/test/unit/function/test_nonmatching_interpolation.py .. [ 25%] 1782s python/test/unit/function/test_special_functions.py . [ 25%] 1783s python/test/unit/geometry/test_bounding_box_tree.py ................... [ 27%] 1784s python/test/unit/geometry/test_collision_detection.py .......xx...... [ 28%] 1784s python/test/unit/geometry/test_collision_segment_segment.py ........ [ 28%] 1787s python/test/unit/geometry/test_coordinates.py ... [ 29%] 1788s python/test/unit/geometry/test_geometry_issues.py ..ss. [ 29%] 1788s python/test/unit/geometry/test_intersection.py ...xx [ 29%] 1789s python/test/unit/geometry/test_intersection_construction.py sss.....ss.s [ 30%] 1789s .. [ 30%] 1789s python/test/unit/geometry/test_point.py ..... [ 31%] 1790s python/test/unit/graph/test_graph_build.py . [ 31%] 1792s python/test/unit/io/test_HDF5.py ........... [ 32%] 1794s python/test/unit/io/test_HDF5_attribute.py ....... [ 32%] 1795s python/test/unit/io/test_HDF5_series.py . [ 32%] 1795s python/test/unit/io/test_SVG.py .... [ 33%] 1796s python/test/unit/io/test_X3D.py .......... [ 33%] 1804s python/test/unit/io/test_XDMF.py ..........ss..........ss..........ss... [ 36%] 1852s .......ss..........ss..........ss..........ss..........ss..........ss... [ 42%] 1904s .......ss..........ss..........ss....................................... [ 47%] 1916s ........................................................................ [ 52%] 1916s ... [ 53%] 1917s python/test/unit/io/test_XDMF_cell_output.py .. [ 53%] 1917s python/test/unit/io/test_XMLFunction.py . [ 53%] 1917s python/test/unit/io/test_XML_mesh.py ... [ 53%] 1917s python/test/unit/io/test_XML_mesh_function.py .... [ 53%] 1917s python/test/unit/io/test_XML_mesh_value_collection.py .. [ 53%] 1917s python/test/unit/io/test_XML_table.py . [ 53%] 1918s python/test/unit/io/test_XML_vector.py ..... [ 54%] 1918s python/test/unit/io/test_XYZ.py . [ 54%] 1923s python/test/unit/io/test_vtk.py .........x..x.. [ 55%] 1956s python/test/unit/jit/test_jit.py .x.s..sxs [ 56%] 1956s python/test/unit/la/test_krylov_solver.py ... [ 56%] 1960s python/test/unit/la/test_la_basic.py ........ [ 57%] 1961s python/test/unit/la/test_linear_operator.py . [ 57%] 1961s python/test/unit/la/test_lu_solver.py .... [ 57%] 1970s python/test/unit/la/test_matrix.py .................................. [ 59%] 1970s python/test/unit/la/test_mg_solver.py s [ 60%] 1996s python/test/unit/la/test_nullspace.py ... [ 60%] 1996s python/test/unit/la/test_petsc.py ...... [ 60%] 1997s python/test/unit/la/test_petsc4py.py ... [ 60%] 1997s python/test/unit/la/test_scalar.py .. [ 61%] 1999s python/test/unit/la/test_slepc_solver.py ....... [ 61%] 1999s python/test/unit/la/test_solve.py .. [ 61%] 1999s python/test/unit/la/test_sparsity_pattern.py .... [ 62%] 2012s python/test/unit/la/test_tensor_layout.py ........ [ 62%] 2015s python/test/unit/la/test_vector.py ..................................... [ 65%] 2025s .................................................................... [ 70%] 2025s python/test/unit/log/test_log.py . [ 70%] 2026s python/test/unit/math/test_math.py ...x [ 70%] 2026s python/test/unit/mesh/test_boundary_mesh.py ... [ 71%] 2028s python/test/unit/mesh/test_cell.py ....s.................. [ 72%] 2028s python/test/unit/mesh/test_edge.py .... [ 73%] 2029s python/test/unit/mesh/test_face.py ... [ 73%] 2029s python/test/unit/mesh/test_facet.py . [ 73%] 2029s python/test/unit/mesh/test_ghost_mesh.py .. [ 73%] 2029s python/test/unit/mesh/test_manifold_point_search.py . [ 73%] 2032s python/test/unit/mesh/test_mesh.py ..................................... [ 76%] 2048s ...................................xx..................................x [ 81%] 2056s x..................................xx..... [ 84%] 2057s python/test/unit/mesh/test_mesh_coloring.py . [ 84%] 2057s python/test/unit/mesh/test_mesh_data.py . [ 85%] 2057s python/test/unit/mesh/test_mesh_editor.py . [ 85%] 2059s python/test/unit/mesh/test_mesh_function.py ............................ [ 87%] 2062s ........................................ [ 90%] 2062s python/test/unit/mesh/test_mesh_iterator.py ...... [ 90%] 2062s python/test/unit/mesh/test_mesh_markers.py .. [ 90%] 2063s python/test/unit/mesh/test_mesh_quality.py ........ [ 91%] 2063s python/test/unit/mesh/test_mesh_transformation.py .... [ 91%] 2063s python/test/unit/mesh/test_mesh_value_collection.py ...... [ 92%] 2063s python/test/unit/mesh/test_meshview.py ... [ 92%] 2064s python/test/unit/mesh/test_periodic_boundary_computation.py .. [ 92%] 2083s python/test/unit/mesh/test_sub_domain.py .... [ 92%] 2084s python/test/unit/mesh/test_sub_mesh.py .... [ 93%] 2084s python/test/unit/meshconvert/test_mesh_converter.py ... [ 93%] 2084s python/test/unit/multimesh/test_compression.py . [ 93%] 2119s python/test/unit/multimesh/test_multimesh.py ......... [ 94%] 2120s python/test/unit/multimesh/test_multimesh_autocover.py ... [ 94%] 2120s python/test/unit/multimesh/test_multimesh_cell_types.py .... [ 94%] 2125s python/test/unit/multimesh/test_multimesh_coefficients.py ... [ 94%] 2126s python/test/unit/multimesh/test_multimesh_function.py . [ 94%] 2126s python/test/unit/multimesh/test_multimesh_initialization.py . [ 94%] 2127s python/test/unit/multimesh/test_multimesh_issues.py . [ 95%] 2129s python/test/unit/multimesh/test_multimesh_solve.py .s [ 95%] 2154s python/test/unit/multistage/test_RK_solver.py .. [ 95%] 2154s python/test/unit/multistage/test_factorizer.py . [ 95%] 2180s python/test/unit/multistage/test_point_integral_solver.py .............. [ 96%] 2209s ................... [ 97%] 2215s python/test/unit/nls/test_PETScSNES_solver.py ..... [ 98%] 2217s python/test/unit/nls/test_PETScTAOSolver.py . [ 98%] 2218s python/test/unit/nls/test_TAO_linear_bound_solver.py . [ 98%] 2266s python/test/unit/parallel-assembly-solve/test_solve_result_against_reference.py . [ 98%] 2266s [ 98%] 2269s python/test/unit/parameter/test_parameters.py .......xxxxxxx [ 99%] 2269s python/test/unit/ts/test_sundials.py sss [ 99%] 2364s python/test/unit/ufl-jit-assemble-chain/test_assembly_derivatives.py .. [ 99%] 2365s python/test/unit/ufl-jit-assemble-chain/test_form_operations.py . [100%] 2365s 2365s =============================== warnings summary =============================== 2365s ../../../../usr/lib/python3/dist-packages/dolfin_utils/test/fixtures.py:96 2365s /usr/lib/python3/dist-packages/dolfin_utils/test/fixtures.py:96: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. 2365s Use @pytest.fixture instead; they are the same. 2365s @pytest.yield_fixture(scope="function") 2365s 2365s ../../../../usr/lib/python3/dist-packages/dolfin_utils/test/fixtures.py:230 2365s /usr/lib/python3/dist-packages/dolfin_utils/test/fixtures.py:230: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. 2365s Use @pytest.fixture instead; they are the same. 2365s @pytest.yield_fixture(scope="function") 2365s 2365s ../../../../usr/lib/python3/dist-packages/dolfin_utils/test/fixtures.py:254 2365s /usr/lib/python3/dist-packages/dolfin_utils/test/fixtures.py:254: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. 2365s Use @pytest.fixture instead; they are the same. 2365s @pytest.yield_fixture 2365s 2365s ../../../../usr/lib/python3/dist-packages/dolfin_utils/test/fixtures.py:310: 22 warnings 2365s /usr/lib/python3/dist-packages/dolfin_utils/test/fixtures.py:310: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. 2365s Use @pytest.fixture instead; they are the same. 2365s return pytest.yield_fixture(scope="function", params=values)(_pushpop) 2365s 2365s python/test/unit/fem/test_manifolds.py:275 2365s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/fem/test_manifolds.py:275: SyntaxWarning: invalid escape sequence '\i' 2365s """Solves -grad^2 u + u = f on domain of two intersecting square 2365s 2365s python/test/unit/geometry/test_geometry_issues.py:97 2365s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/geometry/test_geometry_issues.py:97: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 2365s @pytest.mark.slow 2365s 2365s python/test/unit/geometry/test_geometry_issues.py:107 2365s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/geometry/test_geometry_issues.py:107: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 2365s @pytest.mark.slow 2365s 2365s python/test/unit/io/test_HDF5_attribute.py:29 2365s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/io/test_HDF5_attribute.py:29: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. 2365s Use @pytest.fixture instead; they are the same. 2365s @pytest.yield_fixture 2365s 2365s python/test/unit/multimesh/test_multimesh_autocover.py:107 2365s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/multimesh/test_multimesh_autocover.py:107: PytestAssertRewriteWarning: assertion is always true, perhaps remove parentheses? 2365s assert(numpy.isclose(assemble_multimesh(complex_mesh_one * dX), 2365s 2365s python/test/unit/multimesh/test_multimesh_solve.py:88 2365s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/multimesh/test_multimesh_solve.py:88: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 2365s @pytest.mark.slow 2365s 2365s python/test/unit/multimesh/test_multimesh_solve.py:107 2365s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/multimesh/test_multimesh_solve.py:107: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 2365s @pytest.mark.slow 2365s 2365s python/test/unit/multistage/test_RK_solver.py:37 2365s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/multistage/test_RK_solver.py:37: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 2365s @pytest.mark.slow 2365s 2365s python/test/unit/multistage/test_RK_solver.py:65 2365s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/multistage/test_RK_solver.py:65: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 2365s @pytest.mark.slow 2365s 2365s python/test/unit/multistage/test_point_integral_solver.py:50 2365s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/multistage/test_point_integral_solver.py:50: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 2365s @pytest.mark.slow 2365s 2365s python/test/unit/multistage/test_point_integral_solver.py:82 2365s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/multistage/test_point_integral_solver.py:82: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 2365s @pytest.mark.slow 2365s 2365s python/test/unit/multistage/test_point_integral_solver.py:125 2365s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/multistage/test_point_integral_solver.py:125: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 2365s @pytest.mark.slow 2365s 2365s test/unit/fem/test_dirichlet_bc.py::test_bc_for_piola_on_manifolds[RT-1] 2365s test/unit/fem/test_dirichlet_bc.py::test_bc_for_piola_on_manifolds[RT-1] 2365s test/unit/fem/test_dirichlet_bc.py::test_bc_for_piola_on_manifolds[RT-2] 2365s test/unit/fem/test_dirichlet_bc.py::test_bc_for_piola_on_manifolds[RT-2] 2365s test/unit/fem/test_dofmap.py::test_dofs_dim[FunctionSpace(UnitCubeMesh.create(2, 2, 2, CellType.Type.tetrahedron), 'RT', 1)] 2365s test/unit/fem/test_manifolds.py::test_basis_evaluation_2D_in_3D 2365s test/unit/fem/test_manifolds.py::test_basis_evaluation_2D_in_3D 2365s /usr/lib/python3/dist-packages/FIAT/check_format_variant.py:9: DeprecationWarning: Variant of Raviart Thomas element will change from point evaluation to integral evaluation. You should project into variant="integral" 2365s warnings.warn('Variant of ' + element + ' element will change from point evaluation to integral evaluation.' 2365s 2365s test/unit/fem/test_dirichlet_bc.py::test_bc_for_piola_on_manifolds[BDM-1] 2365s test/unit/fem/test_dirichlet_bc.py::test_bc_for_piola_on_manifolds[BDM-1] 2365s test/unit/fem/test_dirichlet_bc.py::test_bc_for_piola_on_manifolds[BDM-2] 2365s test/unit/fem/test_dirichlet_bc.py::test_bc_for_piola_on_manifolds[BDM-2] 2365s test/unit/fem/test_manifolds.py::test_basis_evaluation_2D_in_3D 2365s test/unit/fem/test_manifolds.py::test_basis_evaluation_2D_in_3D 2365s test/unit/function/test_constrained_function_space.py::test_instantiation_no_vertex_element_3D 2365s /usr/lib/python3/dist-packages/FIAT/check_format_variant.py:9: DeprecationWarning: Variant of BDM element will change from point evaluation to integral evaluation. You should project into variant="integral" 2365s warnings.warn('Variant of ' + element + ' element will change from point evaluation to integral evaluation.' 2365s 2365s test/unit/fem/test_dirichlet_bc.py::test_bc_for_piola_on_manifolds[N1curl-1] 2365s test/unit/fem/test_dirichlet_bc.py::test_bc_for_piola_on_manifolds[N1curl-1] 2365s test/unit/fem/test_dirichlet_bc.py::test_bc_for_piola_on_manifolds[N1curl-2] 2365s test/unit/fem/test_dirichlet_bc.py::test_bc_for_piola_on_manifolds[N1curl-2] 2365s test/unit/fem/test_discrete_operators.py::test_gradient 2365s test/unit/fem/test_dofmap.py::test_dofs_dim[FunctionSpace(UnitCubeMesh.create(2, 2, 2, CellType.Type.tetrahedron), 'N1curl', 2)] 2365s test/unit/fem/test_manifolds.py::test_basis_evaluation_2D_in_3D 2365s test/unit/fem/test_manifolds.py::test_basis_evaluation_2D_in_3D 2365s /usr/lib/python3/dist-packages/FIAT/check_format_variant.py:9: DeprecationWarning: Variant of Nedelec element will change from point evaluation to integral evaluation. You should project into variant="integral" 2365s warnings.warn('Variant of ' + element + ' element will change from point evaluation to integral evaluation.' 2365s 2365s test/unit/fem/test_dirichlet_bc.py::test_bc_for_piola_on_manifolds[N2curl-1] 2365s test/unit/fem/test_dirichlet_bc.py::test_bc_for_piola_on_manifolds[N2curl-1] 2365s test/unit/fem/test_dirichlet_bc.py::test_bc_for_piola_on_manifolds[N2curl-2] 2365s test/unit/fem/test_dirichlet_bc.py::test_bc_for_piola_on_manifolds[N2curl-2] 2365s /usr/lib/python3/dist-packages/FIAT/check_format_variant.py:9: DeprecationWarning: Variant of Nedelec Second Kind element will change from point evaluation to integral evaluation. You should project into variant="integral" 2365s warnings.warn('Variant of ' + element + ' element will change from point evaluation to integral evaluation.' 2365s 2365s test/unit/fem/test_symbolic_geometry_assembly.py: 43 warnings 2365s test/unit/jit/test_jit.py: 2 warnings 2365s /usr/lib/python3/dist-packages/ffc/jitcompiler.py:237: QuadratureRepresentationDeprecationWarning: 2365s *** ===================================================== *** 2365s *** FFC: quadrature representation is deprecated! It will *** 2365s *** likely be removed in 2018.2.0 release. Use uflacs *** 2365s *** representation instead. *** 2365s *** ===================================================== *** 2365s issue_deprecation_warning() 2365s 2365s test/unit/fem/test_symbolic_geometry_assembly.py: 36 warnings 2365s test/unit/jit/test_jit.py: 2 warnings 2365s test/unit/multimesh/test_multimesh.py: 16 warnings 2365s test/unit/multimesh/test_multimesh_coefficients.py: 10 warnings 2365s test/unit/multimesh/test_multimesh_issues.py: 5 warnings 2365s test/unit/multimesh/test_multimesh_solve.py: 8 warnings 2365s /usr/lib/python3/dist-packages/ffc/quadrature/quadraturerepresentation.py:58: QuadratureRepresentationDeprecationWarning: 2365s *** ===================================================== *** 2365s *** FFC: quadrature representation is deprecated! It will *** 2365s *** likely be removed in 2018.2.0 release. Use uflacs *** 2365s *** representation instead. *** 2365s *** ===================================================== *** 2365s issue_deprecation_warning() 2365s 2365s test/unit/multimesh/test_multimesh_initialization.py::test_multimesh_init_1 2365s /usr/lib/python3/dist-packages/_pytest/python.py:163: PytestReturnNotNoneWarning: Expected None, but test/unit/multimesh/test_multimesh_initialization.py::test_multimesh_init_1 returned True, which will be an error in a future version of pytest. Did you mean to use `assert` instead of `return`? 2365s warnings.warn( 2365s 2365s -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2365s ============================= slowest 20 durations ============================= 2365s 66.55s call test/unit/fem/test_manifolds.py::test_basis_evaluation_2D_in_3D 2365s 54.28s call test/unit/fem/test_dofmap.py::test_block_size 2365s 52.07s call test/unit/ufl-jit-assemble-chain/test_assembly_derivatives.py::test_diff_then_integrate 2365s 48.73s call test/unit/parallel-assembly-solve/test_solve_result_against_reference.py::test_computed_norms_against_references 2365s 42.78s call test/unit/ufl-jit-assemble-chain/test_assembly_derivatives.py::test_div_grad_then_integrate_over_cells_and_boundary 2365s 26.33s call test/unit/fem/test_symbolic_geometry_assembly.py::test_manifold_piola_mapped_functions[uflacs] 2365s 26.28s call test/unit/la/test_nullspace.py::test_nullspace_orthogonal 2365s 25.66s call test/unit/fem/test_mixedassembler.py::test_mixed_assembly_interface 2365s 22.21s call test/unit/fem/test_point_source.py::test_pointsource_mixed_space[mesh2-point2] 2365s 21.05s call test/unit/fem/test_mixedassembler.py::test_mixed_assembly 2365s 19.32s call test/unit/multimesh/test_multimesh.py::test_errornorm_L2 2365s 18.85s call test/unit/io/test_XDMF.py::test_save_3d_tensor[encoding0] 2365s 16.20s call test/unit/io/test_XDMF.py::test_save_and_checkpoint_vector[4-3-CG-3-encoding0] 2365s 16.06s call test/unit/mesh/test_sub_domain.py::test_creation_and_marking 2365s 14.94s call test/unit/fem/test_symbolic_geometry_assembly.py::test_tetrahedron_symbolic_geometry[uflacs] 2365s 14.79s call test/unit/io/test_XDMF.py::test_save_and_checkpoint_vector[4-3-DG-3-encoding0] 2365s 14.32s call test/unit/fem/test_symbolic_geometry_assembly.py::test_manifold_symbolic_geometry[uflacs] 2365s 14.16s call test/unit/fem/test_assembler.py::test_subdomain_and_fulldomain_assembly_meshdomains[mesh_factory1] 2365s 12.64s call test/unit/fem/test_symbolic_geometry_assembly.py::test_triangle_symbolic_geometry[uflacs] 2365s 12.59s call test/unit/multistage/test_RK_solver.py::test_butcher_schemes_vector 2365s = 1261 passed, 46 skipped, 34 deselected, 32 xfailed, 186 warnings in 1415.17s (0:23:35) = 2365s WARNING! There are options you set that were not used! 2365s WARNING! could be spelling mistake, etc! 2365s There are 2 unused database options. They are: 2365s Option left: name:-mat_mumps_icntl_14 value: 20 source: code 2365s Option left: name:-mg_levels_esteig_ksp_type value: cg source: code 2365s skipping MPI tests with MPI_SKIP_TESTS=not ( test_compute_entity_collisions_2d or test_compute_entity_collisions_3d or test_meshes_on_diagonal or test_meshes_with_boundary_edge_overlap_2d or test_volume_2d or test_mixed_assembly_rank0 or test_shared_entities[shared_vertex-mesh_factory8] or test_function.py or test_function_assigner.py or test_shared_entities[shared_vertex-mesh_factory8] ) 2365s === python 3.13 unit test (MPI) === 2366s ============================= test session starts ============================== 2366s platform linux -- Python 3.13.2, pytest-8.3.4, pluggy-1.5.0 2366s rootdir: /tmp/autopkgtest.7abCGj/build.s89/src/python 2366s plugins: typeguard-4.4.1 2366s collecting ... ============================= test session starts ============================== 2366s platform linux -- Python 3.13.2, pytest-8.3.4, pluggy-1.5.0 2366s rootdir: /tmp/autopkgtest.7abCGj/build.s89/src/python 2366s plugins: typeguard-4.4.1 2366s collecting ... ============================= test session starts ============================== 2366s platform linux -- Python 3.13.2, pytest-8.3.4, pluggy-1.5.0 2366s rootdir: /tmp/autopkgtest.7abCGj/build.s89/src/python 2366s plugins: typeguard-4.4.1 2376s collecting ... collecting 233 items collecting 233 items collecting 233 items collecting 784 items collecting 1223 items collecting 1223 items collecting 1223 items collected 1298 items / 57 deselected / 1241 selected 2376s 2376s python/test/unit/adaptivity/test_error_control.py s collected 1298 items / 57 deselected / 1241 selected 2376s 2376s python/test/unit/adaptivity/test_error_control.py s collected 1298 items / 57 deselected / 1241 selected 2376s 2377s python/test/unit/adaptivity/test_error_control.py sssssss [ 0%] [ 0%] 2377s python/test/unit/adaptivity/test_time_series.py [ 0%] 2377s python/test/unit/adaptivity/test_time_series.py 2377s python/test/unit/adaptivity/test_time_series.py ssssss [ 0%] [ 0%] 2377s python/test/unit/ale/test_harmonic_smoothing.py [ 0%] 2377s python/test/unit/ale/test_harmonic_smoothing.py 2378s python/test/unit/ale/test_harmonic_smoothing.py ...sss [ 0%] [ 0%] 2378s python/test/unit/common/test_mpi.py [ 0%] 2378s python/test/unit/common/test_mpi.py 2378s python/test/unit/common/test_mpi.py ... [ 0%] [ 0%] [ 0%] 2378s 2378s python/test/unit/common/test_timer.py python/test/unit/common/test_timer.py 2380s python/test/unit/common/test_timer.py .............................. [ 1%] [ 1%] 2380s python/test/unit/fem/test_adapt.py [ 1%] 2380s python/test/unit/fem/test_adapt.py ss 2380s python/test/unit/fem/test_adapt.py sssssss [ 1%] [ 1%] 2380s [ 1%] 2380s python/test/unit/fem/test_assembler.py python/test/unit/fem/test_assembler.py 2394s python/test/unit/fem/test_assembler.py .................................sss......sss... [ 2%] [ 2%] [ 2%] 2394s 2394s python/test/unit/fem/test_coordinate_derivative.py python/test/unit/fem/test_coordinate_derivative.py 2400s python/test/unit/fem/test_coordinate_derivative.py .........sss...... [ 3%] [ 3%] 2400s python/test/unit/fem/test_dirichlet_bc.py [ 3%] 2400s 2409s python/test/unit/fem/test_dirichlet_bc.py python/test/unit/fem/test_dirichlet_bc.py ............ssssssssssssssssssssssssssssss...ssssss......... [ 5%] [ 5%] 2409s python/test/unit/fem/test_discrete_operators.py [ 5%] 2409s python/test/unit/fem/test_discrete_operators.py 2411s python/test/unit/fem/test_discrete_operators.py ...... [ 5%] 2411s python/test/unit/fem/test_dofmap.py [ 5%] 2411s python/test/unit/fem/test_dofmap.py [ 5%] 2441s python/test/unit/fem/test_dofmap.py .........xxxxxx.......................................ssssss.................................sssssssssssss [ 8%] 2441s s [ 8%] 2441s s [ 8%] 2443s ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss... [ 10%] [ 10%] [ 10%] 2443s 2443s python/test/unit/fem/test_dp_assemble.py python/test/unit/fem/test_dp_assemble.py 2452s python/test/unit/fem/test_dp_assemble.py ........................... [ 11%] [ 11%] 2452s python/test/unit/fem/test_finite_element.py 2452s python/test/unit/fem/test_finite_element.py [ 11%] 2461s python/test/unit/fem/test_finite_element.py .........xxx............... [ 12%] [ 12%] 2461s [ 12%] 2461s python/test/unit/fem/test_form.py python/test/unit/fem/test_form.py 2464s python/test/unit/fem/test_form.py ......sssssssssssssssssssssssssssssssss... [ 13%] [ 13%] 2464s python/test/unit/fem/test_formsplitter.py 2464s python/test/unit/fem/test_formsplitter.py ss [ 13%] 2464s python/test/unit/fem/test_formsplitter.py sssssss [ 13%] [ 13%] 2464s python/test/unit/fem/test_interior_facet_integral_sides.py 2464s python/test/unit/fem/test_interior_facet_integral_sides.py s [ 13%] 2464s python/test/unit/fem/test_interior_facet_integral_sides.py ss [ 13%] [ 13%] [ 13%] 2464s python/test/unit/fem/test_local_assembler.py 2464s python/test/unit/fem/test_local_assembler.py 2467s python/test/unit/fem/test_local_assembler.py ......... [ 13%] [ 13%] 2467s python/test/unit/fem/test_local_solver.py 2467s python/test/unit/fem/test_local_solver.py [ 13%] 2472s python/test/unit/fem/test_local_solver.py ............... [ 14%] [ 14%] 2472s python/test/unit/fem/test_manifolds.py [ 14%] 2472s python/test/unit/fem/test_manifolds.py 2473s python/test/unit/fem/test_manifolds.py ssssss... [ 14%] [ 14%] [ 14%] 2473s python/test/unit/fem/test_mixedassembler.py 2473s python/test/unit/fem/test_mixedassembler.py ss 2473s python/test/unit/fem/test_mixedassembler.py ssssssssss [ 14%] [ 14%] [ 14%] 2473s 2473s python/test/unit/fem/test_petsc_transfer_matrix.py 2483s python/test/unit/fem/test_petsc_transfer_matrix.py python/test/unit/fem/test_petsc_transfer_matrix.py ..................xxx [ 15%] 2483s [ 15%] 2483s python/test/unit/fem/test_point_source.py [ 15%] 2487s python/test/unit/fem/test_point_source.py python/test/unit/fem/test_point_source.py ........................................................................................ [ 17%] 2487s . [ 17%] 2487s . [ 17%] 2488s .............................. [ 18%] 2488s python/test/unit/fem/test_solving.py [ 18%] 2488s python/test/unit/fem/test_solving.py [ 18%] 2491s python/test/unit/fem/test_solving.py ............ [ 19%] [ 19%] 2491s python/test/unit/fem/test_symbolic_geometry_assembly.py 2491s python/test/unit/fem/test_symbolic_geometry_assembly.py s [ 19%] 2492s python/test/unit/fem/test_symbolic_geometry_assembly.py sssssssssssssssssssssssssssssssssssssssssssss [ 20%] 2492s s [ 20%] 2492s s [ 20%] 2492s sssssssssssssssssssss [ 20%] 2492s python/test/unit/fem/test_system_assembler.py [ 20%] 2492s python/test/unit/fem/test_system_assembler.py [ 20%] 2507s python/test/unit/fem/test_system_assembler.py ..................sssssssss......... [ 21%] 2507s python/test/unit/fem/test_variational_problem.py [ 21%] 2507s python/test/unit/fem/test_variational_problem.py [ 21%] 2509s python/test/unit/fem/test_variational_problem.py ...... [ 21%] 2509s python/test/unit/function/test_constant.py [ 21%] 2509s python/test/unit/function/test_constant.py [ 21%] 2511s python/test/unit/function/test_constant.py ........................ [ 22%] [ 22%] 2511s python/test/unit/function/test_constrained_function_space.py [ 22%] 2511s python/test/unit/function/test_constrained_function_space.py 2519s python/test/unit/function/test_constrained_function_space.py ........................ [ 23%] [ 23%] 2519s python/test/unit/function/test_expression.py [ 23%] 2519s 2533s python/test/unit/function/test_expression.py python/test/unit/function/test_expression.py ................................................... [ 24%] 2533s python/test/unit/function/test_function_space.py [ 24%] [ 24%] 2533s python/test/unit/function/test_function_space.py 2537s python/test/unit/function/test_function_space.py ................................. [ 25%] [ 25%] 2537s [ 25%] 2537s python/test/unit/function/test_lagrange_interpolator.py 2544s python/test/unit/function/test_lagrange_interpolator.py python/test/unit/function/test_lagrange_interpolator.py ...... [ 25%] [ 25%] 2544s python/test/unit/function/test_nonmatching_interpolation.py [ 25%] 2544s python/test/unit/function/test_nonmatching_interpolation.py s 2544s python/test/unit/function/test_nonmatching_interpolation.py sssss [ 25%] [ 25%] 2544s [ 25%]python/test/unit/function/test_special_functions.py 2544s python/test/unit/function/test_special_functions.py s 2544s python/test/unit/function/test_special_functions.py ss [ 25%] [ 25%] 2544s [ 25%] 2544s python/test/unit/geometry/test_bounding_box_tree.py python/test/unit/geometry/test_bounding_box_tree.py ss 2545s python/test/unit/geometry/test_bounding_box_tree.py sssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 27%] 2545s [ 27%] 2545s python/test/unit/geometry/test_collision_detection.py s [ 27%]python/test/unit/geometry/test_collision_detection.py s 2546s python/test/unit/geometry/test_collision_detection.py sssssssssssssssssssssssssssssssssssssssssss [ 28%] 2546s python/test/unit/geometry/test_collision_segment_segment.py [ 28%] 2546s python/test/unit/geometry/test_collision_segment_segment.py [ 28%] 2546s python/test/unit/geometry/test_collision_segment_segment.py ssssssssssssssssssssssss [ 29%] [ 29%] 2546s python/test/unit/geometry/test_coordinates.py 2546s python/test/unit/geometry/test_coordinates.py [ 29%] 2549s python/test/unit/geometry/test_coordinates.py ...sss... [ 29%] [ 29%] 2549s python/test/unit/geometry/test_geometry_issues.py 2549s python/test/unit/geometry/test_geometry_issues.py s [ 29%]s 2549s python/test/unit/geometry/test_geometry_issues.py sssssssssssss [ 29%] 2549s python/test/unit/geometry/test_intersection.py [ 29%] 2549s python/test/unit/geometry/test_intersection.py s [ 29%] 2550s python/test/unit/geometry/test_intersection.py ssssssssssssss [ 30%] 2550s python/test/unit/geometry/test_intersection_construction.py [ 30%] 2550s python/test/unit/geometry/test_intersection_construction.py [ 30%] 2550s python/test/unit/geometry/test_intersection_construction.py sssssssss......sss...sssssssssssss [ 31%] 2550s s [ 31%] 2550s s [ 31%] 2550s ssssss [ 31%] 2550s python/test/unit/geometry/test_point.py [ 31%] 2550s python/test/unit/geometry/test_point.py . [ 31%] 2551s python/test/unit/geometry/test_point.py .............. [ 31%] 2551s python/test/unit/graph/test_graph_build.py [ 31%] 2551s python/test/unit/graph/test_graph_build.py [ 31%] 2564s python/test/unit/graph/test_graph_build.py ... [ 31%] 2564s [ 31%] 2564s python/test/unit/io/test_HDF5.py [ 31%] 2574s python/test/unit/io/test_HDF5.py python/test/unit/io/test_HDF5.py ................................. [ 32%] [ 32%] 2574s python/test/unit/io/test_HDF5_attribute.py [ 32%] 2574s python/test/unit/io/test_HDF5_attribute.py 2575s python/test/unit/io/test_HDF5_attribute.py ..................... [ 33%] [ 33%] 2575s python/test/unit/io/test_HDF5_series.py 2575s python/test/unit/io/test_HDF5_series.py [ 33%] 2576s python/test/unit/io/test_HDF5_series.py ... [ 33%] [ 33%] 2576s python/test/unit/io/test_SVG.py [ 33%] 2576s python/test/unit/io/test_SVG.py 2581s python/test/unit/io/test_SVG.py ............ [ 33%] [ 33%] [ 33%] 2581s python/test/unit/io/test_X3D.py 2581s python/test/unit/io/test_X3D.py 2628s python/test/unit/io/test_X3D.py .............................. [ 34%] [ 34%] 2628s python/test/unit/io/test_XDMF.py 2628s python/test/unit/io/test_XDMF.py [ 34%] 2651s python/test/unit/io/test_XDMF.py ...sss...sss...sss...sss...sssssssss...sss...sss...sss...sss...sssssssss...sss...sss...sss...sss...sssssssss...sss. [ 37%] 2651s . [ 37%] 2651s . [ 37%] 2686s sss...sss...sss...sssssssss...sss...sss...sss...sss...sssssssss...sss...sss...sss...sss...sssssssss...sss...sss...sss...sss...sssssssss...sss...sss...sss...sss...sssssssss...sss...sss...sss...sss...sssssssss...sss. [ 43%] 2686s . [ 43%] 2686s . [ 43%] 2726s sss...sss...sss...sssssssss...sss...sss...sss...sss...sssssssss...sss...sss...sss...sss...sssssssss...sss...sss...sss...sss...sss...sss...sss...sss...sss...sss...sss...sss...sss...sss...sss...sss...sss...sss...sss. [ 49%] 2726s . [ 49%] 2726s . [ 49%] 2778s sss...sss...sss...sss...sss...sss...sss...sss...sss...sss...sss...sss...sss...sss...sss...sss...sss...sss...sss...sss...sss...sss...sss...sss...sss...sss...sss...sss...sssssssss...sss...sss...sss...sss...sss...sss. [ 55%] 2778s . [ 55%] 2778s . [ 55%] 2780s sss...sss [ 55%] [ 55%] [ 55%] 2780s 2780s python/test/unit/io/test_XDMF_cell_output.py 2782s python/test/unit/io/test_XDMF_cell_output.py python/test/unit/io/test_XDMF_cell_output.py ...... [ 55%] [ 55%] 2782s [ 55%] 2782s python/test/unit/io/test_XMLFunction.py 2783s python/test/unit/io/test_XMLFunction.py python/test/unit/io/test_XMLFunction.py ... [ 55%] [ 55%] 2783s python/test/unit/io/test_XML_mesh.py [ 55%] 2783s python/test/unit/io/test_XML_mesh.py s 2783s python/test/unit/io/test_XML_mesh.py ssssssss [ 55%] [ 55%] [ 55%] 2783s python/test/unit/io/test_XML_mesh_function.py 2783s python/test/unit/io/test_XML_mesh_function.py ss 2783s python/test/unit/io/test_XML_mesh_function.py ssssssssss [ 56%] 2783s python/test/unit/io/test_XML_mesh_value_collection.py [ 56%] 2783s python/test/unit/io/test_XML_mesh_value_collection.py s [ 56%] 2784s python/test/unit/io/test_XML_mesh_value_collection.py ss... [ 56%] [ 56%] 2784s [ 56%] 2784s python/test/unit/io/test_XML_table.py 2784s python/test/unit/io/test_XML_table.py python/test/unit/io/test_XML_table.py ... [ 56%] [ 56%] [ 56%] 2784s python/test/unit/io/test_XML_vector.py 2784s python/test/unit/io/test_XML_vector.py 2784s python/test/unit/io/test_XML_vector.py ............... [ 56%] [ 56%] 2784s [ 56%] 2784s python/test/unit/io/test_XYZ.py python/test/unit/io/test_XYZ.py 2784s python/test/unit/io/test_XYZ.py sss [ 56%] [ 56%] [ 56%] 2784s python/test/unit/io/test_vtk.py 2784s python/test/unit/io/test_vtk.py 2799s python/test/unit/io/test_vtk.py ...........................sss......sss...... [ 58%] [ 58%] 2799s python/test/unit/jit/test_jit.py [ 58%] 2799s python/test/unit/jit/test_jit.py 2801s python/test/unit/jit/test_jit.py ...xxx...sss......sssxxxsss [ 58%] [ 58%] 2801s python/test/unit/la/test_krylov_solver.py 2801s python/test/unit/la/test_krylov_solver.py [ 58%] 2807s python/test/unit/la/test_krylov_solver.py ......... [ 59%] [ 59%] 2807s python/test/unit/la/test_la_basic.py 2807s python/test/unit/la/test_la_basic.py [ 59%] 2811s python/test/unit/la/test_la_basic.py ............... [ 59%] [ 59%] 2811s python/test/unit/la/test_linear_operator.py [ 59%] 2811s python/test/unit/la/test_linear_operator.py 2813s python/test/unit/la/test_linear_operator.py ... [ 59%] 2813s python/test/unit/la/test_lu_solver.py [ 59%] 2813s python/test/unit/la/test_lu_solver.py [ 59%] 2815s python/test/unit/la/test_lu_solver.py ...sss...sss [ 59%] 2815s python/test/unit/la/test_matrix.py [ 59%] 2815s python/test/unit/la/test_matrix.py [ 59%] 2828s python/test/unit/la/test_matrix.py ......ssssss...............ssssss......ssssssssssss... [ 61%] [ 61%] 2828s python/test/unit/la/test_mg_solver.py [ 61%] 2828s 2828s python/test/unit/la/test_mg_solver.py spython/test/unit/la/test_mg_solver.py ss [ 61%] [ 61%] 2828s python/test/unit/la/test_nullspace.py [ 61%] 2828s 2831s python/test/unit/la/test_nullspace.py python/test/unit/la/test_nullspace.py ......sss [ 61%] [ 61%] 2831s python/test/unit/la/test_petsc.py 2831s python/test/unit/la/test_petsc.py [ 61%] 2839s python/test/unit/la/test_petsc.py .................. [ 62%] [ 62%] 2839s python/test/unit/la/test_petsc4py.py 2839s python/test/unit/la/test_petsc4py.py [ 62%] 2842s python/test/unit/la/test_petsc4py.py ......... [ 62%] 2842s python/test/unit/la/test_scalar.py [ 62%] 2842s python/test/unit/la/test_scalar.py [ 62%] 2842s python/test/unit/la/test_scalar.py ...... [ 62%] [ 62%] 2842s [ 62%]python/test/unit/la/test_slepc_solver.py 2842s python/test/unit/la/test_slepc_solver.py 2844s python/test/unit/la/test_slepc_solver.py ..................... [ 63%] [ 63%] [ 63%] 2844s python/test/unit/la/test_solve.py 2844s python/test/unit/la/test_solve.py 2844s python/test/unit/la/test_solve.py ...... [ 63%] [ 63%] [ 63%] 2844s python/test/unit/la/test_sparsity_pattern.py 2844s python/test/unit/la/test_sparsity_pattern.py 2845s python/test/unit/la/test_sparsity_pattern.py ............ [ 63%] 2845s python/test/unit/la/test_tensor_layout.py [ 63%] 2845s python/test/unit/la/test_tensor_layout.py [ 63%] 2847s python/test/unit/la/test_tensor_layout.py ............ [ 63%] [ 63%] [ 63%] 2847s python/test/unit/la/test_vector.py 2847s python/test/unit/la/test_vector.py 2849s python/test/unit/la/test_vector.py .............................................................................................sss............. [ 66%] 2849s . [ 66%] 2849s . [ 66%] 2852s ................................................ [ 68%] [ 68%] 2852s python/test/unit/log/test_log.py [ 68%] 2852s python/test/unit/log/test_log.py 2852s python/test/unit/log/test_log.py ... [ 68%] [ 68%] 2852s python/test/unit/math/test_math.py [ 68%] 2852s python/test/unit/math/test_math.py 2852s python/test/unit/math/test_math.py .........xxx [ 68%] [ 68%] 2852s python/test/unit/mesh/test_boundary_mesh.py [ 68%] 2852s python/test/unit/mesh/test_boundary_mesh.py 2855s python/test/unit/mesh/test_boundary_mesh.py ......... [ 68%] [ 68%] [ 68%] 2855s python/test/unit/mesh/test_cell.py 2855s python/test/unit/mesh/test_cell.py 2856s python/test/unit/mesh/test_cell.py ...ssssssssssss...................................................... [ 70%] [ 70%] [ 70%] 2856s python/test/unit/mesh/test_edge.py 2856s python/test/unit/mesh/test_edge.py s 2858s python/test/unit/mesh/test_edge.py sssss...... [ 71%] [ 71%] [ 71%] 2858s python/test/unit/mesh/test_face.py 2858s python/test/unit/mesh/test_face.py 2858s python/test/unit/mesh/test_face.py sssssssss [ 71%] [ 71%] [ 71%] 2858s python/test/unit/mesh/test_facet.py 2858s python/test/unit/mesh/test_facet.py 2859s python/test/unit/mesh/test_facet.py ... [ 71%] [ 71%] 2859s python/test/unit/mesh/test_ghost_mesh.py [ 71%] 2859s python/test/unit/mesh/test_ghost_mesh.py 2873s python/test/unit/mesh/test_ghost_mesh.py ...... [ 71%] 2873s python/test/unit/mesh/test_manifold_point_search.py [ 71%] [ 71%] 2873s python/test/unit/mesh/test_manifold_point_search.py 2873s python/test/unit/mesh/test_manifold_point_search.py ... [ 71%] 2873s python/test/unit/mesh/test_mesh.py [ 71%] [ 71%] 2873s python/test/unit/mesh/test_mesh.py 2902s python/test/unit/mesh/test_mesh.py ............................................................xxxsssssssss...sssssssss...sss...sssssssssssssss. [ 74%] 2902s . [ 74%] 2902s . [ 74%] 2928s sss.........xxxxxxxxxxxxxxxxxx.........xxx......xxxxxxxxxxxxxxxxxx.........xxx......xxxxxxxxxxxxxxxxxxxxxxxxxxx...................................................................................................xxxx [ 80%] 2928s x [ 80%] 2928s x [ 80%] 2948s ......................................................................................................xxxxxx............... [ 83%] [ 83%] 2948s python/test/unit/mesh/test_mesh_coloring.py [ 83%] 2948s python/test/unit/mesh/test_mesh_coloring.py 2961s python/test/unit/mesh/test_mesh_coloring.py ... [ 83%] 2961s [ 83%] 2961s python/test/unit/mesh/test_mesh_data.py [ 83%]python/test/unit/mesh/test_mesh_data.py 2962s python/test/unit/mesh/test_mesh_data.py ... [ 83%] [ 83%] 2962s python/test/unit/mesh/test_mesh_editor.py [ 83%] 2962s python/test/unit/mesh/test_mesh_editor.py 2962s python/test/unit/mesh/test_mesh_editor.py ... [ 83%] [ 83%] 2962s python/test/unit/mesh/test_mesh_function.py [ 83%] 2962s python/test/unit/mesh/test_mesh_function.py 2964s python/test/unit/mesh/test_mesh_function.py .................................................................................. [ 86%] 2964s . [ 86%] 2964s . [ 86%] 2968s .....................................................................................................................sss [ 89%] [ 89%] [ 89%] 2968s python/test/unit/mesh/test_mesh_iterator.py 2968s python/test/unit/mesh/test_mesh_iterator.py 2973s python/test/unit/mesh/test_mesh_iterator.py .................. [ 89%] 2973s [ 89%] 2973s python/test/unit/mesh/test_mesh_markers.py python/test/unit/mesh/test_mesh_markers.py [ 89%] 2975s python/test/unit/mesh/test_mesh_markers.py ...... [ 90%] [ 90%] [ 90%] 2975s python/test/unit/mesh/test_mesh_quality.py 2975s python/test/unit/mesh/test_mesh_quality.py 2987s python/test/unit/mesh/test_mesh_quality.py ...............sss...... [ 90%] 2987s [ 90%] 2987s python/test/unit/mesh/test_mesh_transformation.py [ 90%]python/test/unit/mesh/test_mesh_transformation.py 2992s python/test/unit/mesh/test_mesh_transformation.py ............ [ 91%] 2992s [ 91%] 2992s python/test/unit/mesh/test_mesh_value_collection.py python/test/unit/mesh/test_mesh_value_collection.py [ 91%] 2997s python/test/unit/mesh/test_mesh_value_collection.py .................. [ 91%] 2997s python/test/unit/mesh/test_meshview.py [ 91%] 2997s python/test/unit/mesh/test_meshview.py [ 91%] 2997s python/test/unit/mesh/test_meshview.py sssssssss [ 91%] [ 91%] [ 91%] 2997s python/test/unit/mesh/test_periodic_boundary_computation.py 2997s python/test/unit/mesh/test_periodic_boundary_computation.py s 2997s python/test/unit/mesh/test_periodic_boundary_computation.py sssss [ 91%] [ 91%] 2997s python/test/unit/mesh/test_sub_domain.py [ 91%] 2997s python/test/unit/mesh/test_sub_domain.py 3002s python/test/unit/mesh/test_sub_domain.py ...sss...sss [ 92%] [ 92%] [ 92%] 3002s 3002s python/test/unit/mesh/test_sub_mesh.py 3002s python/test/unit/mesh/test_sub_mesh.py python/test/unit/mesh/test_sub_mesh.py ssssssssssss [ 92%] [ 92%] 3002s python/test/unit/meshconvert/test_mesh_converter.py [ 92%] 3002s python/test/unit/meshconvert/test_mesh_converter.py 3002s python/test/unit/meshconvert/test_mesh_converter.py ...ssssss [ 92%] [ 92%] [ 92%] 3002s python/test/unit/multimesh/test_compression.py 3002s python/test/unit/multimesh/test_compression.py 3002s python/test/unit/multimesh/test_compression.py sss [ 92%] [ 92%] 3002s python/test/unit/multimesh/test_multimesh.py 3002s python/test/unit/multimesh/test_multimesh.py ss [ 92%] 3002s python/test/unit/multimesh/test_multimesh.py sssssssssssssssssssssssss [ 93%] [ 93%] 3002s python/test/unit/multimesh/test_multimesh_autocover.py [ 93%] 3002s python/test/unit/multimesh/test_multimesh_autocover.py s 3003s spython/test/unit/multimesh/test_multimesh_autocover.py sssssss [ 93%] [ 93%] 3003s python/test/unit/multimesh/test_multimesh_cell_types.py 3003s spython/test/unit/multimesh/test_multimesh_cell_types.py [ 93%] 3003s python/test/unit/multimesh/test_multimesh_cell_types.py sssssssssss [ 94%] [ 94%] 3003s 3003s python/test/unit/multimesh/test_multimesh_coefficients.py spython/test/unit/multimesh/test_multimesh_coefficients.py [ 94%]s 3003s python/test/unit/multimesh/test_multimesh_coefficients.py sssssss [ 94%] [ 94%] 3003s python/test/unit/multimesh/test_multimesh_function.py 3003s python/test/unit/multimesh/test_multimesh_function.py ss [ 94%] 3003s python/test/unit/multimesh/test_multimesh_function.py s [ 94%] 3003s python/test/unit/multimesh/test_multimesh_initialization.py [ 94%] 3003s python/test/unit/multimesh/test_multimesh_initialization.py s [ 94%]s 3003s python/test/unit/multimesh/test_multimesh_initialization.py s [ 94%] [ 94%] 3003s python/test/unit/multimesh/test_multimesh_issues.py 3003s python/test/unit/multimesh/test_multimesh_issues.py ss [ 94%] 3003s python/test/unit/multimesh/test_multimesh_issues.py s [ 94%] [ 94%] [ 94%] 3003s 3003s python/test/unit/multimesh/test_multimesh_solve.py python/test/unit/multimesh/test_multimesh_solve.py 3003s spython/test/unit/multimesh/test_multimesh_solve.py sssss [ 94%] [ 94%] 3003s 3003s python/test/unit/multistage/test_RK_solver.py python/test/unit/multistage/test_RK_solver.py ss [ 94%] 3003s python/test/unit/multistage/test_RK_solver.py ssss [ 95%] [ 95%] 3003s python/test/unit/multistage/test_factorizer.py [ 95%] 3003s python/test/unit/multistage/test_factorizer.py 3003s python/test/unit/multistage/test_factorizer.py ... [ 95%] 3003s python/test/unit/multistage/test_point_integral_solver.py [ 95%] 3003s python/test/unit/multistage/test_point_integral_solver.py [ 95%] 3017s python/test/unit/multistage/test_point_integral_solver.py ........................................ [ 96%] 3017s . [ 96%] 3017s . [ 96%] 3035s ......................................................... [ 97%] [ 97%] 3035s python/test/unit/nls/test_PETScSNES_solver.py [ 97%] 3035s 3037s python/test/unit/nls/test_PETScSNES_solver.py python/test/unit/nls/test_PETScSNES_solver.py ............... [ 98%] 3037s python/test/unit/nls/test_PETScTAOSolver.py [ 98%] 3037s python/test/unit/nls/test_PETScTAOSolver.py [ 98%] 3039s python/test/unit/nls/test_PETScTAOSolver.py ... [ 98%] [ 98%] 3039s python/test/unit/nls/test_TAO_linear_bound_solver.py 3039s python/test/unit/nls/test_TAO_linear_bound_solver.py [ 98%] 3040s python/test/unit/nls/test_TAO_linear_bound_solver.py ... [ 98%] [ 98%] 3040s python/test/unit/parallel-assembly-solve/test_solve_result_against_reference.py 3040s python/test/unit/parallel-assembly-solve/test_solve_result_against_reference.py [ 98%] 3047s python/test/unit/parallel-assembly-solve/test_solve_result_against_reference.py . [ 98%] 3047s . [ 98%] 3047s . [ 98%] 3047s [ 98%] 3047s python/test/unit/parameter/test_parameters.py s [ 98%] 3047s [ 98%]python/test/unit/parameter/test_parameters.py 3048s python/test/unit/parameter/test_parameters.py sssssssssssssssss...xxxxxxxxxxxxxxxxxxxxx [ 99%] [ 99%] 3048s [ 99%] 3048s python/test/unit/ts/test_sundials.py spython/test/unit/ts/test_sundials.py 3048s python/test/unit/ts/test_sundials.py ssssssss [ 99%] [ 99%] 3048s python/test/unit/ufl-jit-assemble-chain/test_assembly_derivatives.py 3048s python/test/unit/ufl-jit-assemble-chain/test_assembly_derivatives.py [ 99%] 3051s python/test/unit/ufl-jit-assemble-chain/test_assembly_derivatives.py ...... [ 99%] [ 99%] 3051s python/test/unit/ufl-jit-assemble-chain/test_form_operations.py [ 99%] 3051s python/test/unit/ufl-jit-assemble-chain/test_form_operations.py 3052s python/test/unit/ufl-jit-assemble-chain/test_form_operations.py ... [100%] [100%] [100%] 3052s 3052s =============================== warnings summary =============================== 3052s ../../../../usr/lib/python3/dist-packages/dolfin_utils/test/fixtures.py:96 3052s /usr/lib/python3/dist-packages/dolfin_utils/test/fixtures.py:96: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. 3052s Use @pytest.fixture instead; they are the same. 3052s @pytest.yield_fixture(scope="function") 3052s 3052s 3052s 3052s =============================== warnings summary =============================== 3052s ../../../../usr/lib/python3/dist-packages/dolfin_utils/test/fixtures.py:96 3052s /usr/lib/python3/dist-packages/dolfin_utils/test/fixtures.py:96: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. 3052s Use @pytest.fixture instead; they are the same. 3052s @pytest.yield_fixture(scope="function") 3052s 3052s ../../../../usr/lib/python3/dist-packages/dolfin_utils/test/fixtures.py:230 3052s /usr/lib/python3/dist-packages/dolfin_utils/test/fixtures.py:230: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. 3052s Use @pytest.fixture instead; they are the same. 3052s @pytest.yield_fixture(scope="function") 3052s 3052s ../../../../usr/lib/python3/dist-packages/dolfin_utils/test/fixtures.py:254 3052s /usr/lib/python3/dist-packages/dolfin_utils/test/fixtures.py:254: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. 3052s Use @pytest.fixture instead; they are the same. 3052s @pytest.yield_fixture 3052s 3052s ../../../../usr/lib/python3/dist-packages/dolfin_utils/test/fixtures.py:230 3052s /usr/lib/python3/dist-packages/dolfin_utils/test/fixtures.py:230: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. 3052s Use @pytest.fixture instead; they are the same. 3052s @pytest.yield_fixture(scope="function") 3052s 3052s ../../../../usr/lib/python3/dist-packages/dolfin_utils/test/fixtures.py:254 3052s /usr/lib/python3/dist-packages/dolfin_utils/test/fixtures.py:254: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. 3052s Use @pytest.fixture instead; they are the same. 3052s @pytest.yield_fixture 3052s 3052s ../../../../usr/lib/python3/dist-packages/dolfin_utils/test/fixtures.py:310: 22 warnings 3052s /usr/lib/python3/dist-packages/dolfin_utils/test/fixtures.py:310: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. 3052s Use @pytest.fixture instead; they are the same. 3052s return pytest.yield_fixture(scope="function", params=values)(_pushpop) 3052s 3052s python/test/unit/geometry/test_geometry_issues.py:97 3052s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/geometry/test_geometry_issues.py:97: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 3052s @pytest.mark.slow 3052s 3052s python/test/unit/geometry/test_geometry_issues.py:107 3052s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/geometry/test_geometry_issues.py:107: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 3052s @pytest.mark.slow 3052s 3052s python/test/unit/io/test_HDF5_attribute.py:29 3052s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/io/test_HDF5_attribute.py:29: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. 3052s Use @pytest.fixture instead; they are the same. 3052s @pytest.yield_fixture 3052s 3052s python/test/unit/multimesh/test_multimesh_solve.py:88 3052s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/multimesh/test_multimesh_solve.py:88: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 3052s @pytest.mark.slow 3052s 3052s python/test/unit/multimesh/test_multimesh_solve.py:107 3052s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/multimesh/test_multimesh_solve.py:107: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 3052s @pytest.mark.slow 3052s 3052s python/test/unit/multistage/test_RK_solver.py:37 3052s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/multistage/test_RK_solver.py:37: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 3052s @pytest.mark.slow 3052s 3052s python/test/unit/multistage/test_RK_solver.py:65 3052s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/multistage/test_RK_solver.py:65: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 3052s @pytest.mark.slow 3052s 3052s python/test/unit/multistage/test_point_integral_solver.py:50 3052s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/multistage/test_point_integral_solver.py:50: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 3052s @pytest.mark.slow 3052s 3052s python/test/unit/multistage/test_point_integral_solver.py:82 3052s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/multistage/test_point_integral_solver.py:82: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mar../../../../usr/lib/python3/dist-packages/dolfin_utils/test/fixtures.py:310: 22 warnings 3052s /usr/lib/python3/dist-packages/dolfin_utils/test/fixtures.py:310: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. 3052s Use @pytest.fixture instead; they are the same. 3052s return pytest.yield_fixture(scope="function", params=values)(_pushpop) 3052s 3052s python/test/unit/geometry/test_geometry_issues.py:97 3052s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/geometry/test_geometry_issues.py:97: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 3052s @pytest.mark.slow 3052s 3052s python/test/unit/geometry/test_geometry_issues.py:107 3052s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/geometry/test_geometry_issues.py:107: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 3052s @pytest.mark.slow 3052s 3052s python/test/unit/io/test_HDF5_attribute.py:29 3052s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/io/test_HDF5_attribute.py:29: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. 3052s Use @pytest.fixture instead; they are the same. 3052s @pytest.yield_fixture 3052s 3052s python/test/unit/multimesh/test_multimesh_solve.py:88 3052s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/multimesh/test_multimesh_solve.py:88: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 3052s @pytest.mark.slow 3052s 3052s python/test/unit/multimesh/test_multimesh_solve.py:107 3052s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/multimesh/test_multimesh_solve.py:107: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 3052s @pytest.mark.slow 3052s 3052s python/test/unit/multistage/test_RK_solver.py:37 3052s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/multistage/test_RK_solver.py:37: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 3052s @pytest.mark.slow 3052s 3052s python/test/unit/multistage/test_RK_solver.py:65 3052s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/multistage/test_RK_solver.py:65: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 3052s @pytest.mark.slow 3052s 3052s python/test/unit/multistage/test_point_integral_solver.py:50 3052s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/multistage/test_point_integral_solver.py:50: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 3052s @pytest.mark.slow 3052s 3052s python/test/unit/multistage/test_point_integral_solver.py:82 3052s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/multistage/test_point_integral_solver.py:82: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 3052s @pytest.mark.slow 3052s 3052s python/test/unit/multistage/test_point_integral_solver.py:125 3052s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/multistage/test_point_integral_solver.py:125: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 3052s @pytest.mark.slow 3052s 3052s test/unit/jit/test_jit.py::test_nasty_jit_caching_bug 3052s test/unit/jit/test_jit.py::test_nasty_jit_caching_bug 3052s /usr/lib/python3/dist-packages/ffc/jitcompiler.py:237: QuadratureRk.html 3052s @pytest.mark.slow 3052s 3052s python/test/unit/multistage/test_point_integral_solver.py:125 3052s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/multistage/test_point_integral_solver.py:125: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 3052s @pytest.mark.slow 3052s 3052s test/unit/jit/test_jit.py::test_nasty_jit_caching_bug 3052s test/unit/jit/test_jit.py::test_nasty_jit_caching_bug 3052s /usr/lib/python3/dist-packages/ffc/jitcompiler.py:237: QuadratureRepresentationDeprecationWarning: 3052s *** ===================================================== *** 3052s *** FFC: quadrature representation is deprecated! It will *** 3052s *** likely be removed in 2018.2.0 release. Use uflacs *** 3052s *** representation instead. *** 3052s *** ===================================================== *** 3052s issue_deprecation_warning() 3052s 3052s -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 3052s epresentationDeprecationWarning: 3052s *** ===================================================== *** 3052s *** FFC: quadrature representation is deprecated! It will *** 3052s *** likely be removed in 2018.2.0 release. Use uflacs *** 3052s *** representation instead. *** 3052s *** ===================================================== *** 3052s issue_deprecation_warning() 3052s 3052s -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 3052s ============================= slowest 20 durations ============================= 3052s 13.25s call test/unit/graph/test_graph_build.py::test_build_from_mesh_simple 3052s 13.19s call test/unit/io/test_X3D.py::test_save_facet_meshfunction3D 3052s 13.02s call test/unit/mesh/test_mesh_coloring.py::test_by_entity_cell_coloring 3052s 12.97s call test/unit/io/test_X3D.py::test_save_cell_meshfunctio22D 3052s 12.90s call test/unit/io/test_X3D.py::test_save_mesh3D 3052s 6.88s call test/unit/mesh/test_ghost_mesh.py::test_ghost_3d 3052s 6.74s call test/unit/mesh/test_ghost_mesh.py::test_ghost_2d 3052s 6.42s call test/unit/parallel-assembly-solve/test_solve_result_against_reference.py::test_computed_norms_against_references 3052s 5.91s call test/unit/mesh/test_mesh.py::test_RefineUnitCubeMesh 3052s 4.81s call test/unit/mesh/test_mesh_quality.py::test_radius_ratio_tetrahedron 3052s 4.65s call test/unit/function/test_expression.py::test_runtime_exceptions 3052s 4.22s call test/unit/function/test_lagrange_interpolator.py::test_functional3D 3052s 4.08s call test/unit/la/test_krylov_solver.py::test_krylov_samg_solver_elasticity 3052s 4.04s call test/unit/fem/test_dofmap.py::test_block_size 3052s 3.84s call test/unit/la/test_petsc.py::test_krylov_solver_norm_type 3052s 3.84s setup test/unit/mesh/test_mesh.py::test_UFLCell 3052s 3.23s call test/unit/function/test_lagrange_interpolator.py::test_functional2D 3052s 2.71s call test/unit/io/test_XDMF.py::test_append_and_load_mesh_functions[data_type3-encoding0] 3052s 2.70s call test/unit/mesh/test_sub_domain.py::test_creation_and_marking 3052s 2.60s call test/unit/fem/test_system_assembler.py::test_ghost_mode_handling 3052s = 780 passed, 419 skipped, 57 deselected, 42 xfailed, 37 warnings in 686.24s (0:11:26) = 3052s ============================= slowest 20 durations ============================= 3052s 13.31s call test/unit/graph/test_graph_build.py::test_build_from_mesh_simple 3052s 13.19s call test/unit/io/test_X3D.py::test_save_facet_meshfunction3D 3052s 13.02s call test/unit/mesh/test_mesh_coloring.py::test_by_entity_cell_coloring 3052s 12.97s call test/unit/io/test_X3D.py::test_save_cell_meshfunctio22D 3052s 12.90s call test/unit/io/test_X3D.py::test_save_mesh3D 3052s 6.88s call test/unit/mesh/test_ghost_mesh.py::test_ghost_3d 3052s 6.74s call test/unit/mesh/test_ghost_mesh.py::test_ghost_2d 3052s 6.42s call test/unit/parallel-assembly-solve/test_solve_result_against_reference.py::test_computed_norms_against_references 3052s 5.91s call test/unit/mesh/test_mesh.py::test_RefineUnitCubeMesh 3052s 4.81s call test/unit/mesh/test_mesh_quality.py::test_radius_ratio_tetrahedron 3052s 4.65s call test/unit/function/test_expression.py::test_runtime_exceptions 3052s 4.22s call test/unit/function/test_lagrange_interpolator.py::test_functional3D 3052s 4.08s call test/unit/la/test_krylov_solver.py::test_krylov_samg_solver_elasticity 3052s 4.04s call test/unit/fem/test_dofmap.py::test_block_size 3052s 3.84s call test/unit/la/test_petsc.py::test_krylov_solver_norm_type 3052s 3.84s setup test/unit/mesh/test_mesh.py::test_UFLCell 3052s 3.23s call test/unit/function/test_lagrange_interpolator.py::test_functional2D 3052s 2.71s call test/unit/io/test_XDMF.py::test_append_and_load_mesh_functions[data_type3-encoding0] 3052s 2.70s call test/unit/mesh/test_sub_domain.py::test_creation_and_marking 3052s 2.60s call test/unit/fem/test_system_assembler.py::test_ghost_mode_handling 3052s = 780 passed, 419 skipped, 57 deselected, 42 xfailed, 37 warnings in 686.25s (0:11:26) = 3052s 3052s 3052s =============================== warnings summary =============================== 3052s ../../../../usr/lib/python3/dist-packages/dolfin_utils/test/fixtures.py:96 3052s /usr/lib/python3/dist-packages/dolfin_utils/test/fixtures.py:96: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. 3052s Use @pytest.fixture instead; they are the same. 3052s @pytest.yield_fixture(scope="function") 3052s 3052s ../../../../usr/lib/python3/dist-packages/dolfin_utils/test/fixtures.py:230 3052s /usr/lib/python3/dist-packages/dolfin_utils/test/fixtures.py:230: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. 3052s Use @pytest.fixture instead; they are the same. 3052s @pytest.yield_fixture(scope="function") 3052s 3052s ../../../../usr/lib/python3/dist-packages/dolfin_utils/test/fixtures.py:254 3052s /usr/lib/python3/dist-packages/dolfin_utils/test/fixtures.py:254: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. 3052s Use @pytest.fixture instead; they are the same. 3052s @pytest.yield_fixture 3052s 3052s ../../../../usr/lib/python3/dist-packages/dolfin_utils/test/fixtures.py:310: 22 warnings 3052s /usr/lib/python3/dist-packages/dolfin_utils/test/fixtures.py:310: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. 3052s Use @pytest.fixture instead; they are the same. 3052s return pytest.yield_fixture(scope="function", params=values)(_pushpop) 3052s 3052s python/test/unit/geometry/test_geometry_issues.py:97 3052s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/geometry/test_geometry_issues.py:97: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 3052s @pytest.mark.slow 3052s 3052s python/test/unit/geometry/test_geometry_issues.py:107 3052s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/geometry/test_geometry_issues.py:107: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 3052s @pytest.mark.slow 3052s 3052s python/test/unit/io/test_HDF5_attribute.py:29 3052s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/io/test_HDF5_attribute.py:29: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. 3052s Use @pytest.fixture instead; they are the same. 3052s @pytest.yield_fixture 3052s 3052s python/test/unit/multimesh/test_multimesh_solve.py:88 3052s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/multimesh/test_multimesh_solve.py:88: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 3052s @pytest.mark.slow 3052s 3052s python/test/unit/multimesh/test_multimesh_solve.py:107 3052s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/multimesh/test_multimesh_solve.py:107: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 3052s @pytest.mark.slow 3052s 3052s python/test/unit/multistage/test_RK_solver.py:37 3052s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/multistage/test_RK_solver.py:37: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 3052s @pytest.mark.slow 3052s 3052s python/test/unit/multistage/test_RK_solver.py:65 3052s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/multistage/test_RK_solver.py:65: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 3052s @pytest.mark.slow 3052s 3052s python/test/unit/multistage/test_point_integral_solver.py:50 3052s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/multistage/test_point_integral_solver.py:50: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 3052s @pytest.mark.slow 3052s 3052s python/test/unit/multistage/test_point_integral_solver.py:82 3052s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/multistage/test_point_integral_solver.py:82: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 3052s @pytest.mark.slow 3052s 3052s python/test/unit/multistage/test_point_integral_solver.py:125 3052s /tmp/autopkgtest.7abCGj/build.s89/src/python/test/unit/multistage/test_point_integral_solver.py:125: PytestUnknownMarkWarning: Unknown pytest.mark.slow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 3052s @pytest.mark.slow 3052s 3052s test/unit/jit/test_jit.py::test_nasty_jit_caching_bug 3052s test/unit/jit/test_jit.py::test_nasty_jit_caching_bug 3052s /usr/lib/python3/dist-packages/ffc/jitcompiler.py:237: QuadratureRepresentationDeprecationWarning: 3052s *** ===================================================== *** 3052s *** FFC: quadrature representation is deprecated! It will *** 3052s *** likely be removed in 2018.2.0 release. Use uflacs *** 3052s *** representation instead. *** 3052s *** ===================================================== *** 3052s issue_deprecation_warning() 3052s 3052s -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 3052s ============================= slowest 20 durations ============================= 3052s 13.25s call test/unit/graph/test_graph_build.py::test_build_from_mesh_simple 3052s 13.19s call test/unit/io/test_X3D.py::test_save_facet_meshfunction3D 3052s 13.07s call test/unit/mesh/test_mesh_coloring.py::test_by_entity_cell_coloring 3052s 12.97s call test/unit/io/test_X3D.py::test_save_cell_meshfunctio22D 3052s 12.90s call test/unit/io/test_X3D.py::test_save_mesh3D 3052s 6.88s call test/unit/mesh/test_ghost_mesh.py::test_ghost_3d 3052s 6.74s call test/unit/mesh/test_ghost_mesh.py::test_ghost_2d 3052s 6.42s call test/unit/parallel-assembly-solve/test_solve_result_against_reference.py::test_computed_norms_against_references 3052s 5.91s call test/unit/mesh/test_mesh.py::test_RefineUnitCubeMesh 3052s 4.81s call test/unit/mesh/test_mesh_quality.py::test_radius_ratio_tetrahedron 3052s 4.65s call test/unit/function/test_expression.py::test_runtime_exceptions 3052s 4.22s call test/unit/function/test_lagrange_interpolator.py::test_functional3D 3052s 4.08s call test/unit/la/test_krylov_solver.py::test_krylov_samg_solver_elasticity 3052s 4.04s call test/unit/fem/test_dofmap.py::test_block_size 3052s 3.84s call test/unit/la/test_petsc.py::test_krylov_solver_norm_type 3052s 3.84s setup test/unit/mesh/test_mesh.py::test_UFLCell 3052s 3.23s call test/unit/function/test_lagrange_interpolator.py::test_functional2D 3052s 2.71s call test/unit/io/test_XDMF.py::test_append_and_load_mesh_functions[data_type3-encoding0] 3052s 2.70s call test/unit/mesh/test_sub_domain.py::test_creation_and_marking 3052s 2.60s call test/unit/fem/test_system_assembler.py::test_ghost_mode_handling 3052s = 780 passed, 419 skipped, 57 deselected, 42 xfailed, 37 warnings in 686.25s (0:11:26) = 3052s WARNING! There are options you set that were not used! 3052s WARNING! could be spelling mistake, etc! 3052s There is one unused database option. It is: 3052s Option left: name:-mg_levels_esteig_ksp_type value: cg source: code 3053s /tmp/autopkgtest.7abCGj/wrapper.sh: checking for leaked background processes... 3053s /tmp/autopkgtest.7abCGj/wrapper.sh: waiting for tee/cat subprocesses... 3053s /tmp/autopkgtest.7abCGj/wrapper.sh: cleaning up... 3053s /tmp/autopkgtest.7abCGj/wrapper.sh: Exit status: 0 3053s autopkgtest: DBG: testbed command exited with code 0 3053s autopkgtest [12:44:52]: test test-dolfin-python-unittest: -----------------------] 3053s autopkgtest: DBG: testbed executing test finished with exit status 0 3053s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.7abCGj/test-dolfin-python-unittest-stdout /tmp/autopkgtest-work.1cwxu9yf/out/test-dolfin-python-unittest-stdout 3053s autopkgtest: DBG: got reply from testbed: ok 3053s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.7abCGj/test-dolfin-python-unittest-stderr /tmp/autopkgtest-work.1cwxu9yf/out/test-dolfin-python-unittest-stderr 3053s autopkgtest: DBG: got reply from testbed: ok 3053s autopkgtest [12:44:52]: test test-dolfin-python-unittest: - - - - - - - - - - results - - - - - - - - - - 3053s test-dolfin-python-unittest PASS 3053s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.7abCGj/test-dolfin-python-unittest-artifacts/ /tmp/autopkgtest-work.1cwxu9yf/out/artifacts/ 3054s autopkgtest: DBG: got reply from testbed: ok 3054s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.7abCGj/test-dolfin-python-unittest-artifacts', '/tmp/autopkgtest.7abCGj/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 3054s autopkgtest: DBG: testbed command exited with code 0 3054s autopkgtest [12:44:53]: test test-dolfin-python-demo: preparing testbed 3054s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['libdolfin-dev', 'libdolfin-dev-common', 'libdolfin2019.2t64', 'python3-dolfin', 'python3-dolfin-real', 'libdolfin64-dev', 'libdolfin64-2019.2t64', 'python3-dolfin64-real', 'dolfin-doc', 'dolfin-bin', 'cmake (>= 3.5)', 'debhelper-compat (= 13)', 'dh-python', 'gfortran', 'chrpath', 'libboost-chrono-dev', 'libboost-dev (>= 1.56)', 'libboost-filesystem-dev', 'libboost-iostreams-dev', 'libboost-math-dev', 'libboost-mpi-dev', 'libboost-program-options-dev', 'libboost-serialization-dev', 'libboost-thread-dev', 'libboost-timer-dev', 'libeigen3-dev (>= 3.2.90)', 'libhdf5-mpi-dev', 'libsuitesparse-dev', 'libscotch-dev', 'libxml2-dev', 'mpi-default-dev (>= 1.17)', 'petsc-dev (>= 3.7)', 'slepc-dev (>= 3.7)', 'python3-petsc4py', 'python3-slepc4py', 'python3-petsc4py-real', 'python3-slepc4py-real', 'petsc64-dev (>= 3.7)', 'slepc64-dev (>= 3.7)', 'python3-petsc4py-64-real', 'python3-slepc4py-64-real', 'pybind11-dev (>= 2.2.0)', 'python3-setuptools', 'pkgconf', 'python3-pkgconfig', 'python3-all-dev', 'python3-ffc (>= 2019.2.0~git20210714.a20cbe7-4~)', 'python3-ffc (<< 2019.3)', 'python3-dijitso (>= 2019.2)', 'python3-dijitso (<< 2019.3)', 'python3-ufl-legacy (>= 1:2022.2.0-3~)', 'python3-numpy', 'python3-ply', 'python3-pusimp (>= 0.1.1~)', 'python3-sphinx', 'python3-sphinx-rtd-theme', 'doxygen', 'graphviz', 'libjs-mathjax', 'libjs-modernizr', 'build-essential', 'python3-dev', 'python3-pytest', 'python3-decorator', 'python3-matplotlib', 'python3-scipy', 'libopenblas-pthread-dev [!armel] | libblis-pthread-dev'], deps_new=['libdolfin-dev', 'libdolfin-dev-common', 'libdolfin2019.2t64', 'python3-dolfin', 'python3-dolfin-real', 'libdolfin64-dev', 'libdolfin64-2019.2t64', 'python3-dolfin64-real', 'dolfin-doc', 'dolfin-bin', 'cmake (>= 3.5)', 'debhelper-compat (= 13)', 'dh-python', 'gfortran', 'chrpath', 'libboost-chrono-dev', 'libboost-dev (>= 1.56)', 'libboost-filesystem-dev', 'libboost-iostreams-dev', 'libboost-math-dev', 'libboost-mpi-dev', 'libboost-program-options-dev', 'libboost-serialization-dev', 'libboost-thread-dev', 'libboost-timer-dev', 'libeigen3-dev (>= 3.2.90)', 'libhdf5-mpi-dev', 'libsuitesparse-dev', 'libscotch-dev', 'libxml2-dev', 'mpi-default-dev (>= 1.17)', 'petsc-dev (>= 3.7)', 'slepc-dev (>= 3.7)', 'python3-petsc4py', 'python3-slepc4py', 'python3-petsc4py-real', 'python3-slepc4py-real', 'petsc64-dev (>= 3.7)', 'slepc64-dev (>= 3.7)', 'python3-petsc4py-64-real', 'python3-slepc4py-64-real', 'pybind11-dev (>= 2.2.0)', 'python3-setuptools', 'pkgconf', 'python3-pkgconfig', 'python3-all-dev', 'python3-ffc (>= 2019.2.0~git20210714.a20cbe7-4~)', 'python3-ffc (<< 2019.3)', 'python3-dijitso (>= 2019.2)', 'python3-dijitso (<< 2019.3)', 'python3-ufl-legacy (>= 1:2022.2.0-3~)', 'python3-numpy', 'python3-ply', 'python3-pusimp (>= 0.1.1~)', 'python3-sphinx', 'python3-sphinx-rtd-theme', 'doxygen', 'graphviz', 'libjs-mathjax', 'libjs-modernizr', 'build-essential', 'python3-dev', 'python3-pytest', 'python3-decorator', 'python3-matplotlib', 'python3-scipy', 'libopenblas-pthread-dev [!armel] | libblis-pthread-dev'] 3054s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 3054s autopkgtest: DBG: install_deps: deps_new=['libdolfin-dev', 'libdolfin-dev-common', 'libdolfin2019.2t64', 'python3-dolfin', 'python3-dolfin-real', 'libdolfin64-dev', 'libdolfin64-2019.2t64', 'python3-dolfin64-real', 'dolfin-doc', 'dolfin-bin', 'cmake (>= 3.5)', 'debhelper-compat (= 13)', 'dh-python', 'gfortran', 'chrpath', 'libboost-chrono-dev', 'libboost-dev (>= 1.56)', 'libboost-filesystem-dev', 'libboost-iostreams-dev', 'libboost-math-dev', 'libboost-mpi-dev', 'libboost-program-options-dev', 'libboost-serialization-dev', 'libboost-thread-dev', 'libboost-timer-dev', 'libeigen3-dev (>= 3.2.90)', 'libhdf5-mpi-dev', 'libsuitesparse-dev', 'libscotch-dev', 'libxml2-dev', 'mpi-default-dev (>= 1.17)', 'petsc-dev (>= 3.7)', 'slepc-dev (>= 3.7)', 'python3-petsc4py', 'python3-slepc4py', 'python3-petsc4py-real', 'python3-slepc4py-real', 'petsc64-dev (>= 3.7)', 'slepc64-dev (>= 3.7)', 'python3-petsc4py-64-real', 'python3-slepc4py-64-real', 'pybind11-dev (>= 2.2.0)', 'python3-setuptools', 'pkgconf', 'python3-pkgconfig', 'python3-all-dev', 'python3-ffc (>= 2019.2.0~git20210714.a20cbe7-4~)', 'python3-ffc (<< 2019.3)', 'python3-dijitso (>= 2019.2)', 'python3-dijitso (<< 2019.3)', 'python3-ufl-legacy (>= 1:2022.2.0-3~)', 'python3-numpy', 'python3-ply', 'python3-pusimp (>= 0.1.1~)', 'python3-sphinx', 'python3-sphinx-rtd-theme', 'doxygen', 'graphviz', 'libjs-mathjax', 'libjs-modernizr', 'build-essential', 'python3-dev', 'python3-pytest', 'python3-decorator', 'python3-matplotlib', 'python3-scipy', 'libopenblas-pthread-dev [!armel] | libblis-pthread-dev'] 3054s autopkgtest: DBG: install-deps: satisfying libdolfin-dev, libdolfin-dev-common, libdolfin2019.2t64, python3-dolfin, python3-dolfin-real, libdolfin64-dev, libdolfin64-2019.2t64, python3-dolfin64-real, dolfin-doc, dolfin-bin, cmake (>= 3.5), debhelper-compat (= 13), dh-python, gfortran, chrpath, libboost-chrono-dev, libboost-dev (>= 1.56), libboost-filesystem-dev, libboost-iostreams-dev, libboost-math-dev, libboost-mpi-dev, libboost-program-options-dev, libboost-serialization-dev, libboost-thread-dev, libboost-timer-dev, libeigen3-dev (>= 3.2.90), libhdf5-mpi-dev, libsuitesparse-dev, libscotch-dev, libxml2-dev, mpi-default-dev (>= 1.17), petsc-dev (>= 3.7), slepc-dev (>= 3.7), python3-petsc4py, python3-slepc4py, python3-petsc4py-real, python3-slepc4py-real, petsc64-dev (>= 3.7), slepc64-dev (>= 3.7), python3-petsc4py-64-real, python3-slepc4py-64-real, pybind11-dev (>= 2.2.0), python3-setuptools, pkgconf, python3-pkgconfig, python3-all-dev, python3-ffc (>= 2019.2.0~git20210714.a20cbe7-4~), python3-ffc (<< 2019.3), python3-dijitso (>= 2019.2), python3-dijitso (<< 2019.3), python3-ufl-legacy (>= 1:2022.2.0-3~), python3-numpy, python3-ply, python3-pusimp (>= 0.1.1~), python3-sphinx, python3-sphinx-rtd-theme, doxygen, graphviz, libjs-mathjax, libjs-modernizr, build-essential, python3-dev, python3-pytest, python3-decorator, python3-matplotlib, python3-scipy, libopenblas-pthread-dev [!armel] | libblis-pthread-dev 3054s autopkgtest: DBG: can use apt-get on testbed: True 3054s 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', 'libdolfin-dev, libdolfin-dev-common, libdolfin2019.2t64, python3-dolfin, python3-dolfin-real, libdolfin64-dev, libdolfin64-2019.2t64, python3-dolfin64-real, dolfin-doc, dolfin-bin, cmake (>= 3.5), debhelper-compat (= 13), dh-python, gfortran, chrpath, libboost-chrono-dev, libboost-dev (>= 1.56), libboost-filesystem-dev, libboost-iostreams-dev, libboost-math-dev, libboost-mpi-dev, libboost-program-options-dev, libboost-serialization-dev, libboost-thread-dev, libboost-timer-dev, libeigen3-dev (>= 3.2.90), libhdf5-mpi-dev, libsuitesparse-dev, libscotch-dev, libxml2-dev, mpi-default-dev (>= 1.17), petsc-dev (>= 3.7), slepc-dev (>= 3.7), python3-petsc4py, python3-slepc4py, python3-petsc4py-real, python3-slepc4py-real, petsc64-dev (>= 3.7), slepc64-dev (>= 3.7), python3-petsc4py-64-real, python3-slepc4py-64-real, pybind11-dev (>= 2.2.0), python3-setuptools, pkgconf, python3-pkgconfig, python3-all-dev, python3-ffc (>= 2019.2.0~git20210714.a20cbe7-4~), python3-ffc (<< 2019.3), python3-dijitso (>= 2019.2), python3-dijitso (<< 2019.3), python3-ufl-legacy (>= 1:2022.2.0-3~), python3-numpy, python3-ply, python3-pusimp (>= 0.1.1~), python3-sphinx, python3-sphinx-rtd-theme, doxygen, graphviz, libjs-mathjax, libjs-modernizr, build-essential, python3-dev, python3-pytest, python3-decorator, python3-matplotlib, python3-scipy, libopenblas-pthread-dev [!armel] | libblis-pthread-dev'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 3054s Reading package lists... 3054s Building dependency tree... 3054s Reading state information... 3054s Starting pkgProblemResolver with broken count: 0 3054s Starting 2 pkgProblemResolver with broken count: 0 3054s Done 3055s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 3055s autopkgtest: DBG: testbed command exited with code 0 3055s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libdolfin-dev'], kind short, sout pipe, serr pipe, env [] 3055s autopkgtest: DBG: testbed command exited with code 0 3055s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libdolfin-dev-common'], kind short, sout pipe, serr pipe, env [] 3055s autopkgtest: DBG: testbed command exited with code 0 3055s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libdolfin2019.2t64'], kind short, sout pipe, serr pipe, env [] 3055s autopkgtest: DBG: testbed command exited with code 0 3055s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-dolfin'], kind short, sout pipe, serr pipe, env [] 3055s autopkgtest: DBG: testbed command exited with code 0 3055s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-dolfin-real'], kind short, sout pipe, serr pipe, env [] 3056s autopkgtest: DBG: testbed command exited with code 0 3056s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libdolfin64-dev'], kind short, sout pipe, serr pipe, env [] 3056s autopkgtest: DBG: testbed command exited with code 0 3056s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libdolfin64-2019.2t64'], kind short, sout pipe, serr pipe, env [] 3056s autopkgtest: DBG: testbed command exited with code 0 3056s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-dolfin64-real'], kind short, sout pipe, serr pipe, env [] 3056s autopkgtest: DBG: testbed command exited with code 0 3056s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'dolfin-doc'], kind short, sout pipe, serr pipe, env [] 3056s autopkgtest: DBG: testbed command exited with code 0 3056s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'dolfin-bin'], kind short, sout pipe, serr pipe, env [] 3056s autopkgtest: DBG: testbed command exited with code 0 3056s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.7abCGj/test-dolfin-python-demo-packages.all"], kind short, sout raw, serr pipe, env [] 3057s autopkgtest: DBG: testbed command exited with code 0 3057s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.7abCGj/test-dolfin-python-demo-packages.all /tmp/autopkgtest-work.1cwxu9yf/out/test-dolfin-python-demo-packages.all 3057s autopkgtest: DBG: got reply from testbed: ok 3057s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.7abCGj/build.s89/src'], kind short, sout raw, serr raw, env [] 3057s autopkgtest: DBG: testbed command exited with code 0 3057s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.7abCGj/build.s89/src already exists 3057s autopkgtest [12:44:56]: test test-dolfin-python-demo: [----------------------- 3057s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.7abCGj/wrapper.sh --debug --artifacts=/tmp/autopkgtest.7abCGj/test-dolfin-python-demo-artifacts --chdir=/tmp/autopkgtest.7abCGj/build.s89/src --env=AUTOPKGTEST_TESTBED_ARCH=s390x --env=AUTOPKGTEST_TEST_ARCH=s390x --env=DEB_BUILD_OPTIONS=parallel=4 --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.7abCGj/test-dolfin-python-demo-stderr --stdout=/tmp/autopkgtest.7abCGj/test-dolfin-python-demo-stdout --tmp=/tmp/autopkgtest.7abCGj/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 --make-executable=/tmp/autopkgtest.7abCGj/build.s89/src/debian/tests/test-dolfin-python-demo -- /tmp/autopkgtest.7abCGj/build.s89/src/debian/tests/test-dolfin-python-demo'], kind test, sout raw, serr raw, env [] 3057s /tmp/autopkgtest.7abCGj/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.7abCGj/test-dolfin-python-demo-artifacts 3057s /tmp/autopkgtest.7abCGj/wrapper.sh: changing to directory: /tmp/autopkgtest.7abCGj/build.s89/src 3057s /tmp/autopkgtest.7abCGj/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 3057s /tmp/autopkgtest.7abCGj/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 3057s /tmp/autopkgtest.7abCGj/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=4 3057s /tmp/autopkgtest.7abCGj/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 3057s /tmp/autopkgtest.7abCGj/wrapper.sh: setting environment: LANG=C.UTF-8 3057s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LANGUAGE 3057s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_ADDRESS 3057s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_ALL 3057s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_COLLATE 3057s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_CTYPE 3057s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_IDENTIFICATION 3057s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_MEASUREMENT 3057s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_MESSAGES 3057s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_MONETARY 3057s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_NAME 3057s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_NUMERIC 3057s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_PAPER 3057s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_TELEPHONE 3057s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_TIME 3057s /tmp/autopkgtest.7abCGj/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 3057s /tmp/autopkgtest.7abCGj/wrapper.sh: pretending to be a login shell 3057s /tmp/autopkgtest.7abCGj/wrapper.sh: will write standard error to /tmp/autopkgtest.7abCGj/test-dolfin-python-demo-stderr 3057s /tmp/autopkgtest.7abCGj/wrapper.sh: will write stdout to /tmp/autopkgtest.7abCGj/test-dolfin-python-demo-stdout 3057s /tmp/autopkgtest.7abCGj/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.7abCGj/autopkgtest_tmp 3057s /tmp/autopkgtest.7abCGj/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 3057s /tmp/autopkgtest.7abCGj/wrapper.sh: marking as executable: /tmp/autopkgtest.7abCGj/build.s89/src/debian/tests/test-dolfin-python-demo 3057s /tmp/autopkgtest.7abCGj/wrapper.sh: command to run: /tmp/autopkgtest.7abCGj/build.s89/src/debian/tests/test-dolfin-python-demo 3057s /tmp/autopkgtest.7abCGj/wrapper.sh: copying /tmp/tmp.kpTHd2YPOc/out to stdout and file: /tmp/autopkgtest.7abCGj/test-dolfin-python-demo-stdout 3057s /tmp/autopkgtest.7abCGj/wrapper.sh: copying /tmp/tmp.kpTHd2YPOc/err to standard error and file: /tmp/autopkgtest.7abCGj/test-dolfin-python-demo-stdout 3057s /tmp/autopkgtest.7abCGj/wrapper.sh: writing script pid 23852 to /tmp/autopkgtest_script_pid 3057s skipping demos with SKIP_DEMOS=not ( matnest or curl-curl or stokes-iterative or meshview-3D3D or meshview-3D1D or poisson-disc or cahn or hyperelasticity or elastodynamics or navier or elasticity or block-assembly-3D or buckling or matnest ) 3057s extract written to /tmp/autopkgtest.7abCGj/build.s89/src/python/demo/documented/nonlinear-poisson/demo_nonlinear-poisson.py 3057s extract written to /tmp/autopkgtest.7abCGj/build.s89/src/python/demo/documented/maxwell-eigenvalues/demo_maxwell-eigenvalues.py 3057s extract written to /tmp/autopkgtest.7abCGj/build.s89/src/python/demo/documented/elastodynamics/demo_elastodynamics.py 3057s extract written to /tmp/autopkgtest.7abCGj/build.s89/src/python/demo/documented/singular-poisson/demo_singular-poisson.py 3057s extract written to /tmp/autopkgtest.7abCGj/build.s89/src/python/demo/documented/eigenvalue/demo_eigenvalue.py 3057s extract written to /tmp/autopkgtest.7abCGj/build.s89/src/python/demo/documented/hyperelasticity/demo_hyperelasticity.py 3057s extract written to /tmp/autopkgtest.7abCGj/build.s89/src/python/demo/documented/poisson/demo_poisson.py 3057s extract written to /tmp/autopkgtest.7abCGj/build.s89/src/python/demo/documented/stokes-iterative/demo_stokes-iterative.py 3057s extract written to /tmp/autopkgtest.7abCGj/build.s89/src/python/demo/documented/nonmatching-interpolation/demo_nonmatching-interpolation.py 3057s extract written to /tmp/autopkgtest.7abCGj/build.s89/src/python/demo/documented/biharmonic/demo_biharmonic.py 3057s extract written to /tmp/autopkgtest.7abCGj/build.s89/src/python/demo/documented/cahn-hilliard/demo_cahn-hilliard.py 3057s extract written to /tmp/autopkgtest.7abCGj/build.s89/src/python/demo/documented/neumann-poisson/demo_neumann-poisson.py 3057s extract written to /tmp/autopkgtest.7abCGj/build.s89/src/python/demo/documented/auto-adaptive-poisson/demo_auto-adaptive-poisson.py 3057s extract written to /tmp/autopkgtest.7abCGj/build.s89/src/python/demo/documented/mixed-poisson/demo_mixed-poisson.py 3058s extract written to /tmp/autopkgtest.7abCGj/build.s89/src/python/demo/documented/built-in-meshes/demo_built-in-meshes.py 3058s Converting rst files in in /tmp/autopkgtest.7abCGj/build.s89/src/python/demo/documented/nonlinear-poisson ... 3058s Converting rst files in in /tmp/autopkgtest.7abCGj/build.s89/src/python/demo/documented/maxwell-eigenvalues ... 3058s Converting rst files in in /tmp/autopkgtest.7abCGj/build.s89/src/python/demo/documented/elastodynamics ... 3058s Converting rst files in in /tmp/autopkgtest.7abCGj/build.s89/src/python/demo/documented/singular-poisson ... 3058s Converting rst files in in /tmp/autopkgtest.7abCGj/build.s89/src/python/demo/documented/eigenvalue ... 3058s Converting rst files in in /tmp/autopkgtest.7abCGj/build.s89/src/python/demo/documented/hyperelasticity ... 3058s Converting rst files in in /tmp/autopkgtest.7abCGj/build.s89/src/python/demo/documented/poisson ... 3058s Converting rst files in in /tmp/autopkgtest.7abCGj/build.s89/src/python/demo/documented/stokes-iterative ... 3058s Converting rst files in in /tmp/autopkgtest.7abCGj/build.s89/src/python/demo/documented/nonmatching-interpolation ... 3058s Converting rst files in in /tmp/autopkgtest.7abCGj/build.s89/src/python/demo/documented/biharmonic ... 3058s Converting rst files in in /tmp/autopkgtest.7abCGj/build.s89/src/python/demo/documented/cahn-hilliard ... 3058s Converting rst files in in /tmp/autopkgtest.7abCGj/build.s89/src/python/demo/documented/neumann-poisson ... 3058s Converting rst files in in /tmp/autopkgtest.7abCGj/build.s89/src/python/demo/documented/auto-adaptive-poisson ... 3058s Converting rst files in in /tmp/autopkgtest.7abCGj/build.s89/src/python/demo/documented/mixed-poisson ... 3058s Converting rst files in in /tmp/autopkgtest.7abCGj/build.s89/src/python/demo/documented/built-in-meshes ... 3058s === python 3.13 demo test (serial) === 3058s ============================= test session starts ============================== 3058s platform linux -- Python 3.13.2, pytest-8.3.4, pluggy-1.5.0 -- /usr/bin/python3.13 3058s cachedir: .pytest_cache 3058s rootdir: /tmp/autopkgtest.7abCGj/build.s89/src/python 3058s plugins: typeguard-4.4.1 3058s collecting ... collected 82 items / 15 deselected / 67 selected 3058s 3062s python/demo/test.py::test_demos[path0-demo_stokes-taylor-hood.py] PASSED [ 1%] 3067s python/demo/test.py::test_demos[path1-demo_nonlinear-poisson.py] PASSED [ 2%] 3072s python/demo/test.py::test_demos[path2-demo_maxwell-eigenvalues.py] PASSED [ 4%] 3077s python/demo/test.py::test_demos[path4-demo_subdomains-poisson.py] PASSED [ 5%] 3078s python/demo/test.py::test_demos[path5-demo_subdomains.py] PASSED [ 7%] 3081s python/demo/test.py::test_demos[path6-demo_singular-poisson.py] PASSED [ 8%] 3083s python/demo/test.py::test_demos[path7-demo_eigenvalue.py] PASSED [ 10%] 3083s python/demo/test.py::test_demos[path10-demo_poisson.py] PASSED [ 11%] 3086s python/demo/test.py::test_demos[path12-demo_nonmatching-interpolation.py] PASSED [ 13%] 3090s python/demo/test.py::test_demos[path13-demo_biharmonic.py] PASSED [ 14%] 3097s python/demo/test.py::test_demos[path15-demo_stokes-mini.py] PASSED [ 16%] 3099s python/demo/test.py::test_demos[path16-demo_neumann-poisson.py] PASSED [ 17%] 3101s python/demo/test.py::test_demos[path17-demo_periodic.py] PASSED [ 19%] 3106s python/demo/test.py::test_demos[path18-demo_auto-adaptive-poisson.py] PASSED [ 20%] 3109s python/demo/test.py::test_demos[path19-demo_mixed-poisson.py] PASSED [ 22%] 3110s python/demo/test.py::test_demos[path20-demo_built-in-meshes.py] PASSED [ 23%] 3115s python/demo/test.py::test_demos[path22-demo_contact-vi-tao.py] PASSED [ 25%] 3116s python/demo/test.py::test_demos[path23-demo_block-assembly-2D2D.py] PASSED [ 26%] 3119s python/demo/test.py::test_demos[path24-demo_block-assembly-2D2D-nonlinear.py] PASSED [ 28%] 3120s python/demo/test.py::test_demos[path25-demo_time-series.py] PASSED [ 29%] 3126s python/demo/test.py::test_demos[path26-demo_mixed-poisson-sphere.py] PASSED [ 31%] 3127s python/demo/test.py::test_demos[path27-demo_functional.py] PASSED [ 32%] 3129s python/demo/test.py::test_demos[path28-demo_projection-interpolation.py] PASSED [ 34%] 3138s python/demo/test.py::test_demos[path29-demo_meshview-3D2D.py] PASSED [ 35%] 3138s python/demo/test.py::test_demos[path30-demo_timing.py] PASSED [ 37%] 3139s python/demo/test.py::test_demos[path32-demo_refinement.py] PASSED [ 38%] 3141s python/demo/test.py::test_demos[path33-demo_conditional.py] PASSED [ 40%] 3144s python/demo/test.py::test_demos[path34-demo_extrapolation.py] PASSED [ 41%] 3144s python/demo/test.py::test_demos[path36-demo_formsplitter.py] PASSED [ 43%] 3145s python/demo/test.py::test_demos[path37-demo_sym-dirichlet-bc.py] PASSED [ 44%] 3146s python/demo/test.py::test_demos[path38-demo_spatial-coordinates.py] PASSED [ 46%] 3151s python/demo/test.py::test_demos[path39-demo_optimization.py] PASSED [ 47%] 3154s python/demo/test.py::test_demos[path40-demo_overlapping-regions.py] PASSED [ 49%] 3158s python/demo/test.py::test_demos[path42-demo_poisson1D-in-2D.py] PASSED [ 50%] 3160s python/demo/test.py::test_demos[path43-demo_eval.py] PASSED [ 52%] 3165s python/demo/test.py::test_demos[path45-demo_multimesh-stokes.py] PASSED [ 53%] 3174s python/demo/test.py::test_demos[path46-demo_waveguide.py] PASSED [ 55%] 3179s python/demo/test.py::test_demos[path47-demo_poisson1D.py] PASSED [ 56%] 3183s python/demo/test.py::test_demos[path48-demo_dg-advection-diffusion.py] PASSED [ 58%] 3184s python/demo/test.py::test_demos[path50-demo_meshview-2D2D.py] PASSED [ 59%] 3185s python/demo/test.py::test_demos[path51-demo_interpolation.py] PASSED [ 61%] 3185s python/demo/test.py::test_demos[path52-demo_multistage-solver.py] PASSED [ 62%] 3186s python/demo/test.py::test_demos[path53-demo_mesh-quality.py] PASSED [ 64%] 3187s python/demo/test.py::test_demos[path54-demo_mplot.py] PASSED [ 65%] 3188s python/demo/test.py::test_demos[path55-demo_ghost-mesh.py] PASSED [ 67%] 3190s python/demo/test.py::test_demos[path56-demo_nonmatching-projection.py] PASSED [ 68%] 3191s python/demo/test.py::test_demos[path57-demo_ale.py] PASSED [ 70%] 3197s python/demo/test.py::test_demos[path58-demo_dg-poisson.py] PASSED [ 71%] 3198s python/demo/test.py::test_demos[path59-demo_parameters.py] PASSED [ 73%] 3208s python/demo/test.py::test_demos[path60-demo_collision-detection.py] PASSED [ 74%] 3234s python/demo/test.py::test_demos[path61-demo_special-functions.py] PASSED [ 76%] 3237s python/demo/test.py::test_demos[path63-demo_multimesh-poisson.py] PASSED [ 77%] 3248s python/demo/test.py::test_demos[path64-demo_coordinates.py] PASSED [ 79%] 3251s python/demo/test.py::test_demos[path65-demo_advection-diffusion.py] PASSED [ 80%] 3253s python/demo/test.py::test_demos[path66-demo_lift-drag.py] PASSED [ 82%] 3254s python/demo/test.py::test_demos[path67-demo_submesh.py] PASSED [ 83%] 3257s python/demo/test.py::test_demos[path68-demo_parallel-refinement.py] PASSED [ 85%] 3260s python/demo/test.py::test_demos[path70-demo_contact-vi-snes.py] PASSED [ 86%] 3263s python/demo/test.py::test_demos[path71-demo_point-integral.py] PASSED [ 88%] 3264s python/demo/test.py::test_demos[path72-demo_mixedfunctionspace.py] PASSED [ 89%] 3267s python/demo/test.py::test_demos[path73-demo_adaptive-poisson.py] PASSED [ 91%] 3275s python/demo/test.py::test_demos[path74-demo_sub-function-assignment.py] PASSED [ 92%] 3292s python/demo/test.py::test_demos[path75-demo_multimesh-quadrature.py] PASSED [ 94%] 3293s python/demo/test.py::test_demos[path76-demo_smoothing.py] PASSED [ 95%] 3294s python/demo/test.py::test_demos[path77-demo_multimesh_marking.py] PASSED [ 97%] 3296s python/demo/test.py::test_demos[path78-demo_block-matrix.py] PASSED [ 98%] 3297s python/demo/test.py::test_demos[path81-demo_elementplot.py] PASSED [100%] 3297s 3297s ============================= slowest 20 durations ============================= 3297s 25.98s call demo/test.py::test_demos[path61-demo_special-functions.py] 3297s 16.57s call demo/test.py::test_demos[path75-demo_multimesh-quadrature.py] 3297s 10.50s call demo/test.py::test_demos[path64-demo_coordinates.py] 3297s 10.43s call demo/test.py::test_demos[path60-demo_collision-detection.py] 3297s 9.59s call demo/test.py::test_demos[path46-demo_waveguide.py] 3297s 8.52s call demo/test.py::test_demos[path74-demo_sub-function-assignment.py] 3297s 8.51s call demo/test.py::test_demos[path29-demo_meshview-3D2D.py] 3297s 6.78s call demo/test.py::test_demos[path15-demo_stokes-mini.py] 3297s 6.68s call demo/test.py::test_demos[path58-demo_dg-poisson.py] 3297s 6.23s call demo/test.py::test_demos[path26-demo_mixed-poisson-sphere.py] 3297s 5.69s call demo/test.py::test_demos[path70-demo_contact-vi-snes.py] 3297s 5.67s call demo/test.py::test_demos[path22-demo_contact-vi-tao.py] 3297s 5.45s call demo/test.py::test_demos[path4-demo_subdomains-poisson.py] 3297s 5.31s call demo/test.py::test_demos[path2-demo_maxwell-eigenvalues.py] 3297s 5.06s call demo/test.py::test_demos[path39-demo_optimization.py] 3297s 4.93s call demo/test.py::test_demos[path18-demo_auto-adaptive-poisson.py] 3297s 4.62s call demo/test.py::test_demos[path0-demo_stokes-taylor-hood.py] 3297s 4.55s call demo/test.py::test_demos[path45-demo_multimesh-stokes.py] 3297s 4.47s call demo/test.py::test_demos[path47-demo_poisson1D.py] 3297s 4.39s call demo/test.py::test_demos[path42-demo_poisson1D-in-2D.py] 3297s ================ 67 passed, 15 deselected in 239.14s (0:03:59) ================= 3297s skipping MPI demos with MPI_SKIP_DEMOS=not ( matnest or curl-curl or stokes-iterative or meshview-3D3D or meshview-3D1D or poisson-disc or cahn or hyperelasticity or elastodynamics or navier or elasticity or block-assembly-3D or buckling or matnest or block-assembly-2D2D or contact-vi-tao or meshview-2D2D or meshview-3D or mixed-poisson ) 3297s === python 3.13 demo test (MPI) === 3297s ============================= test session starts ============================== 3297s platform linux -- Python 3.13.2, pytest-8.3.4, pluggy-1.5.0 -- /usr/bin/python3.13 3297s cachedir: .pytest_cache 3297s rootdir: /tmp/autopkgtest.7abCGj/build.s89/src/python 3297s plugins: typeguard-4.4.1 3297s collecting ... collected 82 items / 22 deselected / 60 selected 3297s 3302s python/demo/test.py::test_demos[path0-demo_stokes-taylor-hood.py] PASSED [ 1%] 3305s python/demo/test.py::test_demos[path1-demo_nonlinear-poisson.py] PASSED [ 3%] 3320s python/demo/test.py::test_demos[path2-demo_maxwell-eigenvalues.py] PASSED [ 5%] 3324s python/demo/test.py::test_demos[path4-demo_subdomains-poisson.py] PASSED [ 6%] 3324s python/demo/test.py::test_demos[path5-demo_subdomains.py] PASSED [ 8%] 3327s python/demo/test.py::test_demos[path6-demo_singular-poisson.py] PASSED [ 10%] 3329s python/demo/test.py::test_demos[path7-demo_eigenvalue.py] PASSED [ 11%] 3332s python/demo/test.py::test_demos[path10-demo_poisson.py] PASSED [ 13%] 3332s python/demo/test.py::test_demos[path12-demo_nonmatching-interpolation.py] PASSED [ 15%] 3335s python/demo/test.py::test_demos[path13-demo_biharmonic.py] PASSED [ 16%] 3339s python/demo/test.py::test_demos[path15-demo_stokes-mini.py] PASSED [ 18%] 3342s python/demo/test.py::test_demos[path16-demo_neumann-poisson.py] PASSED [ 20%] 3345s python/demo/test.py::test_demos[path17-demo_periodic.py] PASSED [ 21%] 3345s python/demo/test.py::test_demos[path18-demo_auto-adaptive-poisson.py] PASSED [ 23%] 3354s python/demo/test.py::test_demos[path20-demo_built-in-meshes.py] PASSED [ 25%] 3354s python/demo/test.py::test_demos[path25-demo_time-series.py] PASSED [ 26%] 3356s python/demo/test.py::test_demos[path27-demo_functional.py] PASSED [ 28%] 3359s python/demo/test.py::test_demos[path28-demo_projection-interpolation.py] PASSED [ 30%] 3361s python/demo/test.py::test_demos[path30-demo_timing.py] PASSED [ 31%] 3391s python/demo/test.py::test_demos[path32-demo_refinement.py] PASSED [ 33%] 3395s python/demo/test.py::test_demos[path33-demo_conditional.py] PASSED [ 35%] 3395s python/demo/test.py::test_demos[path34-demo_extrapolation.py] PASSED [ 36%] 3397s python/demo/test.py::test_demos[path36-demo_formsplitter.py] PASSED [ 38%] 3400s python/demo/test.py::test_demos[path37-demo_sym-dirichlet-bc.py] PASSED [ 40%] 3402s python/demo/test.py::test_demos[path38-demo_spatial-coordinates.py] PASSED [ 41%] 3405s python/demo/test.py::test_demos[path39-demo_optimization.py] PASSED [ 43%] 3409s python/demo/test.py::test_demos[path40-demo_overlapping-regions.py] PASSED [ 45%] 3409s python/demo/test.py::test_demos[path42-demo_poisson1D-in-2D.py] PASSED [ 46%] 3409s python/demo/test.py::test_demos[path43-demo_eval.py] PASSED [ 48%] 3410s python/demo/test.py::test_demos[path45-demo_multimesh-stokes.py] PASSED [ 50%] 3412s python/demo/test.py::test_demos[path46-demo_waveguide.py] PASSED [ 51%] 3414s python/demo/test.py::test_demos[path47-demo_poisson1D.py] PASSED [ 53%] 3418s python/demo/test.py::test_demos[path48-demo_dg-advection-diffusion.py] PASSED [ 55%] 3421s python/demo/test.py::test_demos[path51-demo_interpolation.py] PASSED [ 56%] 3422s python/demo/test.py::test_demos[path52-demo_multistage-solver.py] PASSED [ 58%] 3425s python/demo/test.py::test_demos[path53-demo_mesh-quality.py] PASSED [ 60%] 3426s python/demo/test.py::test_demos[path54-demo_mplot.py] PASSED [ 61%] 3429s python/demo/test.py::test_demos[path55-demo_ghost-mesh.py] PASSED [ 63%] 3429s python/demo/test.py::test_demos[path56-demo_nonmatching-projection.py] PASSED [ 65%] 3432s python/demo/test.py::test_demos[path57-demo_ale.py] PASSED [ 66%] 3434s python/demo/test.py::test_demos[path58-demo_dg-poisson.py] PASSED [ 68%] 3435s python/demo/test.py::test_demos[path59-demo_parameters.py] PASSED [ 70%] 3442s python/demo/test.py::test_demos[path60-demo_collision-detection.py] PASSED [ 71%] 3446s python/demo/test.py::test_demos[path61-demo_special-functions.py] PASSED [ 73%] 3447s python/demo/test.py::test_demos[path63-demo_multimesh-poisson.py] PASSED [ 75%] 3447s python/demo/test.py::test_demos[path64-demo_coordinates.py] PASSED [ 76%] 3451s python/demo/test.py::test_demos[path65-demo_advection-diffusion.py] PASSED [ 78%] 3454s python/demo/test.py::test_demos[path66-demo_lift-drag.py] PASSED [ 80%] 3454s python/demo/test.py::test_demos[path67-demo_submesh.py] PASSED [ 81%] 3456s python/demo/test.py::test_demos[path68-demo_parallel-refinement.py] PASSED [ 83%] 3465s python/demo/test.py::test_demos[path70-demo_contact-vi-snes.py] PASSED [ 85%] 3477s python/demo/test.py::test_demos[path71-demo_point-integral.py] PASSED [ 86%] 3479s python/demo/test.py::test_demos[path72-demo_mixedfunctionspace.py] PASSED [ 88%] 3479s python/demo/test.py::test_demos[path73-demo_adaptive-poisson.py] PASSED [ 90%] 3505s python/demo/test.py::test_demos[path74-demo_sub-function-assignment.py] PASSED [ 91%] 3514s python/demo/test.py::test_demos[path75-demo_multimesh-quadrature.py] PASSED [ 93%] 3514s python/demo/test.py::test_demos[path76-demo_smoothing.py] PASSED [ 95%] 3515s python/demo/test.py::test_demos[path77-demo_multimesh_marking.py] PASSED [ 96%] 3517s python/demo/test.py::test_demos[path78-demo_block-matrix.py] PASSED [ 98%] 3518s python/demo/test.py::test_demos[path81-demo_elementplot.py] PASSED [100%] 3518s 3518s ============================= slowest 20 durations ============================= 3518s 30.36s call demo/test.py::test_demos[path32-demo_refinement.py] 3518s 25.97s call demo/test.py::test_demos[path74-demo_sub-function-assignment.py] 3518s 15.21s call demo/test.py::test_demos[path2-demo_maxwell-eigenvalues.py] 3518s 11.75s call demo/test.py::test_demos[path71-demo_point-integral.py] 3518s 9.35s call demo/test.py::test_demos[path20-demo_built-in-meshes.py] 3518s 9.33s call demo/test.py::test_demos[path70-demo_contact-vi-snes.py] 3518s 8.39s call demo/test.py::test_demos[path75-demo_multimesh-quadrature.py] 3518s 7.10s call demo/test.py::test_demos[path60-demo_collision-detection.py] 3518s 5.10s call demo/test.py::test_demos[path0-demo_stokes-taylor-hood.py] 3518s 4.67s call demo/test.py::test_demos[path15-demo_stokes-mini.py] 3518s 3.96s call demo/test.py::test_demos[path4-demo_subdomains-poisson.py] 3518s 3.87s call demo/test.py::test_demos[path65-demo_advection-diffusion.py] 3518s 3.85s call demo/test.py::test_demos[path33-demo_conditional.py] 3518s 3.77s call demo/test.py::test_demos[path61-demo_special-functions.py] 3518s 3.65s call demo/test.py::test_demos[path48-demo_dg-advection-diffusion.py] 3518s 3.49s call demo/test.py::test_demos[path40-demo_overlapping-regions.py] 3518s 3.32s call demo/test.py::test_demos[path51-demo_interpolation.py] 3518s 3.20s call demo/test.py::test_demos[path53-demo_mesh-quality.py] 3518s 3.17s call demo/test.py::test_demos[path28-demo_projection-interpolation.py] 3518s 3.03s call demo/test.py::test_demos[path39-demo_optimization.py] 3518s ================ 60 passed, 22 deselected in 220.54s (0:03:40) ================= 3518s /tmp/autopkgtest.7abCGj/wrapper.sh: checking for leaked background processes... 3518s /tmp/autopkgtest.7abCGj/wrapper.sh: waiting for tee/cat subprocesses... 3518s /tmp/autopkgtest.7abCGj/wrapper.sh: cleaning up... 3518s /tmp/autopkgtest.7abCGj/wrapper.sh: Exit status: 0 3518s autopkgtest: DBG: testbed command exited with code 0 3518s autopkgtest [12:52:37]: test test-dolfin-python-demo: -----------------------] 3518s autopkgtest: DBG: testbed executing test finished with exit status 0 3518s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.7abCGj/test-dolfin-python-demo-stdout /tmp/autopkgtest-work.1cwxu9yf/out/test-dolfin-python-demo-stdout 3518s autopkgtest: DBG: got reply from testbed: ok 3518s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.7abCGj/test-dolfin-python-demo-stderr /tmp/autopkgtest-work.1cwxu9yf/out/test-dolfin-python-demo-stderr 3518s autopkgtest: DBG: got reply from testbed: ok 3519s autopkgtest [12:52:38]: test test-dolfin-python-demo: - - - - - - - - - - results - - - - - - - - - - 3519s test-dolfin-python-demo PASS 3519s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.7abCGj/test-dolfin-python-demo-artifacts/ /tmp/autopkgtest-work.1cwxu9yf/out/artifacts/ 3519s autopkgtest: DBG: got reply from testbed: ok 3519s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.7abCGj/test-dolfin-python-demo-artifacts', '/tmp/autopkgtest.7abCGj/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 3519s autopkgtest: DBG: testbed command exited with code 0 3519s autopkgtest [12:52:38]: test test-dolfin-python-pusimp: preparing testbed 3519s autopkgtest: DBG: testbed reset: modified=False, deps_installed=['libdolfin-dev', 'libdolfin-dev-common', 'libdolfin2019.2t64', 'python3-dolfin', 'python3-dolfin-real', 'libdolfin64-dev', 'libdolfin64-2019.2t64', 'python3-dolfin64-real', 'dolfin-doc', 'dolfin-bin', 'cmake (>= 3.5)', 'debhelper-compat (= 13)', 'dh-python', 'gfortran', 'chrpath', 'libboost-chrono-dev', 'libboost-dev (>= 1.56)', 'libboost-filesystem-dev', 'libboost-iostreams-dev', 'libboost-math-dev', 'libboost-mpi-dev', 'libboost-program-options-dev', 'libboost-serialization-dev', 'libboost-thread-dev', 'libboost-timer-dev', 'libeigen3-dev (>= 3.2.90)', 'libhdf5-mpi-dev', 'libsuitesparse-dev', 'libscotch-dev', 'libxml2-dev', 'mpi-default-dev (>= 1.17)', 'petsc-dev (>= 3.7)', 'slepc-dev (>= 3.7)', 'python3-petsc4py', 'python3-slepc4py', 'python3-petsc4py-real', 'python3-slepc4py-real', 'petsc64-dev (>= 3.7)', 'slepc64-dev (>= 3.7)', 'python3-petsc4py-64-real', 'python3-slepc4py-64-real', 'pybind11-dev (>= 2.2.0)', 'python3-setuptools', 'pkgconf', 'python3-pkgconfig', 'python3-all-dev', 'python3-ffc (>= 2019.2.0~git20210714.a20cbe7-4~)', 'python3-ffc (<< 2019.3)', 'python3-dijitso (>= 2019.2)', 'python3-dijitso (<< 2019.3)', 'python3-ufl-legacy (>= 1:2022.2.0-3~)', 'python3-numpy', 'python3-ply', 'python3-pusimp (>= 0.1.1~)', 'python3-sphinx', 'python3-sphinx-rtd-theme', 'doxygen', 'graphviz', 'libjs-mathjax', 'libjs-modernizr', 'build-essential', 'python3-dev', 'python3-pytest', 'python3-decorator', 'python3-matplotlib', 'python3-scipy', 'libopenblas-pthread-dev [!armel] | libblis-pthread-dev'], deps_new=['libdolfin-dev', 'libdolfin-dev-common', 'libdolfin2019.2t64', 'python3-dolfin', 'python3-dolfin-real', 'libdolfin64-dev', 'libdolfin64-2019.2t64', 'python3-dolfin64-real', 'dolfin-doc', 'dolfin-bin', 'cmake (>= 3.5)', 'debhelper-compat (= 13)', 'dh-python', 'gfortran', 'chrpath', 'libboost-chrono-dev', 'libboost-dev (>= 1.56)', 'libboost-filesystem-dev', 'libboost-iostreams-dev', 'libboost-math-dev', 'libboost-mpi-dev', 'libboost-program-options-dev', 'libboost-serialization-dev', 'libboost-thread-dev', 'libboost-timer-dev', 'libeigen3-dev (>= 3.2.90)', 'libhdf5-mpi-dev', 'libsuitesparse-dev', 'libscotch-dev', 'libxml2-dev', 'mpi-default-dev (>= 1.17)', 'petsc-dev (>= 3.7)', 'slepc-dev (>= 3.7)', 'python3-petsc4py', 'python3-slepc4py', 'python3-petsc4py-real', 'python3-slepc4py-real', 'petsc64-dev (>= 3.7)', 'slepc64-dev (>= 3.7)', 'python3-petsc4py-64-real', 'python3-slepc4py-64-real', 'pybind11-dev (>= 2.2.0)', 'python3-setuptools', 'pkgconf', 'python3-pkgconfig', 'python3-all-dev', 'python3-ffc (>= 2019.2.0~git20210714.a20cbe7-4~)', 'python3-ffc (<< 2019.3)', 'python3-dijitso (>= 2019.2)', 'python3-dijitso (<< 2019.3)', 'python3-ufl-legacy (>= 1:2022.2.0-3~)', 'python3-numpy', 'python3-ply', 'python3-pusimp (>= 0.1.1~)', 'python3-sphinx', 'python3-sphinx-rtd-theme', 'doxygen', 'graphviz', 'libjs-mathjax', 'libjs-modernizr', 'build-essential', 'python3-all', 'python3-pip', 'python3-pytest', 'python3-requests', 'python3-virtualenv'] 3519s autopkgtest: DBG: testbed reset 3519s autopkgtest: DBG: sending command to testbed: revert 3664s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.7abCGj 3664s autopkgtest: DBG: sending command to testbed: print-execute-command 3664s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.ev8pc_qq/runcmd 3664s autopkgtest: DBG: sending command to testbed: capabilities 3664s autopkgtest: DBG: got reply from testbed: ok revert reboot ok revert-full-system isolation-machine suggested-normal-user=ubuntu root-on-testbed 3664s autopkgtest: DBG: testbed capabilities: ['revert', 'reboot', 'ok', 'revert-full-system', 'isolation-machine', 'suggested-normal-user=ubuntu', 'root-on-testbed', 'has_internet'] 3664s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.7abCGj'], kind short, sout raw, serr pipe, env [] 3664s autopkgtest: DBG: testbed command exited with code 0 3664s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.7abCGj/wrapper.sh 3665s autopkgtest: DBG: got reply from testbed: ok 3665s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.7abCGj/wrapper.sh'], kind short, sout raw, serr pipe, env [] 3665s autopkgtest: DBG: testbed command exited with code 0 3665s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 3665s autopkgtest: DBG: testbed command exited with code 0 3665s autopkgtest [12:55:04]: testbed dpkg architecture: s390x 3665s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 3665s autopkgtest: DBG: testbed command exited with code 0 3665s autopkgtest [12:55:04]: testbed apt version: 2.9.30 3665s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 3665s autopkgtest: DBG: testbed command exited with code 0 3665s autopkgtest: DBG: testbed has eatmydata 3665s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 3665s autopkgtest: DBG: testbed command exited with code 0 3665s autopkgtest [12:55:04]: @@@@@@@@@@@@@@@@@@@@ test bed setup 3665s 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 [] 3666s autopkgtest: DBG: testbed command exited with code 0 3666s autopkgtest [12:55:05]: testbed release detected to be: plucky 3666s 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 [] 3666s autopkgtest: DBG: testbed command exited with code 0 3666s 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 [] 3666s autopkgtest: DBG: testbed command exited with code 0 3666s autopkgtest: DBG: adding APT source: Types: deb deb-src 3666s URIs: http://ftpmaster.internal/ubuntu/ 3666s Suites: plucky-proposed 3666s Components: main restricted universe multiverse 3666s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 3666s 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 [] 3666s autopkgtest: DBG: testbed command exited with code 0 3666s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 3666s Package: * 3666s Pin: release plucky-proposed 3666s Pin-Priority: 500 3666s 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 [] 3666s autopkgtest: DBG: testbed command exited with code 0 3666s autopkgtest [12:55:05]: updating testbed package index (apt update) 3666s 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'] 3667s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 3667s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 3667s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 3667s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 3667s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 3667s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.1 kB] 3667s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [750 kB] 3667s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [13.9 kB] 3667s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [95.1 kB] 3667s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 3667s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [646 kB] 3667s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [4900 B] 3667s Fetched 1700 kB in 1s (1840 kB/s) 3668s Reading package lists... 3668s autopkgtest: DBG: testbed command exited with code 0 3668s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 3668s Package: * 3668s Pin: release plucky-proposed 3668s Pin-Priority: 100 3668s 3668s Package: src:sphinx:any 3668s Pin: release plucky-proposed 3668s Pin-Priority: 995 3668s 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:sphinx:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 3668s autopkgtest: DBG: testbed command exited with code 0 3668s 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.7abCGj/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 3668s autopkgtest: DBG: testbed command exited with code 0 3668s 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'] 3669s + lsb_release --codename --short 3669s + RELEASE=plucky 3669s + cat 3669s + [ plucky != trusty ] 3669s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 3669s Reading package lists... 3669s Building dependency tree... 3669s Reading state information... 3669s Calculating upgrade... 3669s The following packages were automatically installed and are no longer required: 3669s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 3669s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 3669s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 3669s linux-tools-6.11.0-8-generic 3669s Use 'sudo apt autoremove' to remove them. 3669s The following packages will be upgraded: 3669s iproute2 liblsof0 libp11-kit0 lsof 3669s 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 3669s Need to get 1791 kB of archives. 3669s After this operation, 17.4 kB of additional disk space will be used. 3669s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x iproute2 s390x 6.13.0-1ubuntu1 [1174 kB] 3670s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit0 s390x 0.25.5-2ubuntu3 [316 kB] 3670s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x lsof s390x 4.99.4+dfsg-1 [243 kB] 3670s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x liblsof0 s390x 4.99.4+dfsg-1 [58.5 kB] 3671s Preconfiguring packages ... 3671s Fetched 1791 kB in 1s (1277 kB/s) 3671s (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.) 3671s Preparing to unpack .../iproute2_6.13.0-1ubuntu1_s390x.deb ... 3671s Unpacking iproute2 (6.13.0-1ubuntu1) over (6.10.0-2ubuntu1) ... 3671s Preparing to unpack .../libp11-kit0_0.25.5-2ubuntu3_s390x.deb ... 3671s Unpacking libp11-kit0:s390x (0.25.5-2ubuntu3) over (0.25.5-2ubuntu2) ... 3671s Preparing to unpack .../lsof_4.99.4+dfsg-1_s390x.deb ... 3671s Unpacking lsof (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 3671s Preparing to unpack .../liblsof0_4.99.4+dfsg-1_s390x.deb ... 3671s Unpacking liblsof0 (4.99.4+dfsg-1) over (4.99.3+dfsg-2) ... 3671s Setting up liblsof0 (4.99.4+dfsg-1) ... 3671s Setting up iproute2 (6.13.0-1ubuntu1) ... 3671s Setting up libp11-kit0:s390x (0.25.5-2ubuntu3) ... 3671s Setting up lsof (4.99.4+dfsg-1) ... 3671s Processing triggers for man-db (2.13.0-1) ... 3671s Processing triggers for libc-bin (2.40-4ubuntu1) ... 3672s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 3672s + /usr/lib/apt/apt-helper analyze-pattern ?true 3672s + uname -r 3672s + sed s/\./\\./g 3672s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 3672s + apt list ?obsolete 3672s + tail -n+2 3672s + cut -d/ -f1 3672s + grep -v ^linux-.*6\.12\.0-15-generic.* 3672s + true 3672s + obsolete_pkgs= 3672s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y purge --autoremove 3672s Reading package lists... 3672s Building dependency tree... 3672s Reading state information... 3672s The following packages will be REMOVED: 3672s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 3672s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 3672s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 3672s linux-tools-6.11.0-8-generic* 3672s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 3672s After this operation, 167 MB disk space will be freed. 3672s (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 ... 81031 files and directories currently installed.) 3672s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 3672s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 3672s Removing libpython3.12t64:s390x (3.12.9-1) ... 3672s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 3672s Removing libnsl2:s390x (1.3.0-3build3) ... 3672s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 3672s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 3672s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 3673s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 3673s Processing triggers for libc-bin (2.40-4ubuntu1) ... 3673s (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 ... 55931 files and directories currently installed.) 3673s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 3673s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 3673s + grep -q trusty /etc/lsb-release 3673s + [ ! -d /usr/share/doc/unattended-upgrades ] 3673s + [ ! -d /usr/share/doc/lxd ] 3673s + [ ! -d /usr/share/doc/lxd-client ] 3673s + [ ! -d /usr/share/doc/snapd ] 3673s + type iptables 3673s + cat 3673s + chmod 755 /etc/rc.local 3673s + . /etc/rc.local 3673s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 3673s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 3673s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 3673s + uname -m 3673s + [ s390x = ppc64le ] 3673s + [ -d /run/systemd/system ] 3673s + systemd-detect-virt --quiet --vm 3673s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 3673s + cat 3673s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 3673s + echo COMPRESS=lz4 3674s autopkgtest: DBG: testbed command exited with code 0 3674s autopkgtest [12:55:13]: upgrading testbed (apt dist-upgrade and autopurge) 3674s 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'] 3674s Reading package lists... 3674s Building dependency tree... 3674s Reading state information... 3674s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 3674s Starting 2 pkgProblemResolver with broken count: 0 3674s Done 3674s Entering ResolveByKeep 3674s 3674s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 3674s autopkgtest: DBG: testbed command exited with code 0 3674s 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'] 3675s Reading package lists... 3675s Building dependency tree... 3675s Reading state information... 3675s Starting pkgProblemResolver with broken count: 0 3675s Starting 2 pkgProblemResolver with broken count: 0 3675s Done 3675s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 3675s autopkgtest: DBG: testbed command exited with code 0 3675s 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.7abCGj/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 3675s autopkgtest: DBG: testbed command exited with code 1 3675s autopkgtest [12:55:14]: rebooting testbed after setup commands that affected boot 3675s autopkgtest: DBG: sending command to testbed: reboot 3693s autopkgtest: DBG: got reply from testbed: ok 3693s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 3693s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.7abCGj'], kind short, sout raw, serr pipe, env [] 3693s autopkgtest: DBG: testbed command exited with code 0 3693s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.7abCGj/autopkgtest-reboot 3693s autopkgtest: DBG: got reply from testbed: ok 3693s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.7abCGj/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 3693s autopkgtest: DBG: testbed command exited with code 0 3693s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.7abCGj/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 3693s autopkgtest: DBG: testbed command exited with code 0 3693s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.7abCGj/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 3693s autopkgtest: DBG: testbed command exited with code 0 3693s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.7abCGj'], kind short, sout raw, serr pipe, env [] 3694s autopkgtest: DBG: testbed command exited with code 0 3694s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.7abCGj/autopkgtest-reboot-prepare 3694s autopkgtest: DBG: got reply from testbed: ok 3694s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.7abCGj/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 3694s autopkgtest: DBG: testbed command exited with code 0 3694s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.7abCGj/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 3694s autopkgtest: DBG: testbed command exited with code 0 3694s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 3694s autopkgtest: DBG: testbed command exited with code 0 3694s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.7abCGj/testbed-packages"], kind short, sout raw, serr pipe, env [] 3694s autopkgtest: DBG: testbed command exited with code 0 3694s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.7abCGj/testbed-packages /tmp/autopkgtest-work.1cwxu9yf/out/testbed-packages 3696s autopkgtest: DBG: got reply from testbed: ok 3696s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 3696s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.7abCGj'], kind short, sout raw, serr pipe, env [] 3696s autopkgtest: DBG: testbed command exited with code 0 3696s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.7abCGj/autopkgtest-reboot 3696s autopkgtest: DBG: got reply from testbed: ok 3696s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.7abCGj/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 3697s autopkgtest: DBG: testbed command exited with code 0 3697s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.7abCGj/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 3697s autopkgtest: DBG: testbed command exited with code 0 3697s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.7abCGj/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 3697s autopkgtest: DBG: testbed command exited with code 0 3697s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.7abCGj'], kind short, sout raw, serr pipe, env [] 3697s autopkgtest: DBG: testbed command exited with code 0 3697s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.7abCGj/autopkgtest-reboot-prepare 3697s autopkgtest: DBG: got reply from testbed: ok 3697s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.7abCGj/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 3697s autopkgtest: DBG: testbed command exited with code 0 3697s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.7abCGj/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 3698s autopkgtest: DBG: testbed command exited with code 0 3698s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 3698s autopkgtest: DBG: testbed command exited with code 0 3698s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 3698s autopkgtest: DBG: install_deps: deps_new=['libdolfin-dev', 'libdolfin-dev-common', 'libdolfin2019.2t64', 'python3-dolfin', 'python3-dolfin-real', 'libdolfin64-dev', 'libdolfin64-2019.2t64', 'python3-dolfin64-real', 'dolfin-doc', 'dolfin-bin', 'cmake (>= 3.5)', 'debhelper-compat (= 13)', 'dh-python', 'gfortran', 'chrpath', 'libboost-chrono-dev', 'libboost-dev (>= 1.56)', 'libboost-filesystem-dev', 'libboost-iostreams-dev', 'libboost-math-dev', 'libboost-mpi-dev', 'libboost-program-options-dev', 'libboost-serialization-dev', 'libboost-thread-dev', 'libboost-timer-dev', 'libeigen3-dev (>= 3.2.90)', 'libhdf5-mpi-dev', 'libsuitesparse-dev', 'libscotch-dev', 'libxml2-dev', 'mpi-default-dev (>= 1.17)', 'petsc-dev (>= 3.7)', 'slepc-dev (>= 3.7)', 'python3-petsc4py', 'python3-slepc4py', 'python3-petsc4py-real', 'python3-slepc4py-real', 'petsc64-dev (>= 3.7)', 'slepc64-dev (>= 3.7)', 'python3-petsc4py-64-real', 'python3-slepc4py-64-real', 'pybind11-dev (>= 2.2.0)', 'python3-setuptools', 'pkgconf', 'python3-pkgconfig', 'python3-all-dev', 'python3-ffc (>= 2019.2.0~git20210714.a20cbe7-4~)', 'python3-ffc (<< 2019.3)', 'python3-dijitso (>= 2019.2)', 'python3-dijitso (<< 2019.3)', 'python3-ufl-legacy (>= 1:2022.2.0-3~)', 'python3-numpy', 'python3-ply', 'python3-pusimp (>= 0.1.1~)', 'python3-sphinx', 'python3-sphinx-rtd-theme', 'doxygen', 'graphviz', 'libjs-mathjax', 'libjs-modernizr', 'build-essential', 'python3-all', 'python3-pip', 'python3-pytest', 'python3-requests', 'python3-virtualenv'] 3698s autopkgtest: DBG: install-deps: satisfying libdolfin-dev, libdolfin-dev-common, libdolfin2019.2t64, python3-dolfin, python3-dolfin-real, libdolfin64-dev, libdolfin64-2019.2t64, python3-dolfin64-real, dolfin-doc, dolfin-bin, cmake (>= 3.5), debhelper-compat (= 13), dh-python, gfortran, chrpath, libboost-chrono-dev, libboost-dev (>= 1.56), libboost-filesystem-dev, libboost-iostreams-dev, libboost-math-dev, libboost-mpi-dev, libboost-program-options-dev, libboost-serialization-dev, libboost-thread-dev, libboost-timer-dev, libeigen3-dev (>= 3.2.90), libhdf5-mpi-dev, libsuitesparse-dev, libscotch-dev, libxml2-dev, mpi-default-dev (>= 1.17), petsc-dev (>= 3.7), slepc-dev (>= 3.7), python3-petsc4py, python3-slepc4py, python3-petsc4py-real, python3-slepc4py-real, petsc64-dev (>= 3.7), slepc64-dev (>= 3.7), python3-petsc4py-64-real, python3-slepc4py-64-real, pybind11-dev (>= 2.2.0), python3-setuptools, pkgconf, python3-pkgconfig, python3-all-dev, python3-ffc (>= 2019.2.0~git20210714.a20cbe7-4~), python3-ffc (<< 2019.3), python3-dijitso (>= 2019.2), python3-dijitso (<< 2019.3), python3-ufl-legacy (>= 1:2022.2.0-3~), python3-numpy, python3-ply, python3-pusimp (>= 0.1.1~), python3-sphinx, python3-sphinx-rtd-theme, doxygen, graphviz, libjs-mathjax, libjs-modernizr, build-essential, python3-all, python3-pip, python3-pytest, python3-requests, python3-virtualenv 3698s autopkgtest: DBG: can use apt-get on testbed: True 3698s 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', 'libdolfin-dev, libdolfin-dev-common, libdolfin2019.2t64, python3-dolfin, python3-dolfin-real, libdolfin64-dev, libdolfin64-2019.2t64, python3-dolfin64-real, dolfin-doc, dolfin-bin, cmake (>= 3.5), debhelper-compat (= 13), dh-python, gfortran, chrpath, libboost-chrono-dev, libboost-dev (>= 1.56), libboost-filesystem-dev, libboost-iostreams-dev, libboost-math-dev, libboost-mpi-dev, libboost-program-options-dev, libboost-serialization-dev, libboost-thread-dev, libboost-timer-dev, libeigen3-dev (>= 3.2.90), libhdf5-mpi-dev, libsuitesparse-dev, libscotch-dev, libxml2-dev, mpi-default-dev (>= 1.17), petsc-dev (>= 3.7), slepc-dev (>= 3.7), python3-petsc4py, python3-slepc4py, python3-petsc4py-real, python3-slepc4py-real, petsc64-dev (>= 3.7), slepc64-dev (>= 3.7), python3-petsc4py-64-real, python3-slepc4py-64-real, pybind11-dev (>= 2.2.0), python3-setuptools, pkgconf, python3-pkgconfig, python3-all-dev, python3-ffc (>= 2019.2.0~git20210714.a20cbe7-4~), python3-ffc (<< 2019.3), python3-dijitso (>= 2019.2), python3-dijitso (<< 2019.3), python3-ufl-legacy (>= 1:2022.2.0-3~), python3-numpy, python3-ply, python3-pusimp (>= 0.1.1~), python3-sphinx, python3-sphinx-rtd-theme, doxygen, graphviz, libjs-mathjax, libjs-modernizr, build-essential, python3-all, python3-pip, python3-pytest, python3-requests, python3-virtualenv'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 3698s Reading package lists... 3698s Building dependency tree... 3698s Reading state information... 3698s Starting pkgProblemResolver with broken count: 0 3698s Starting 2 pkgProblemResolver with broken count: 0 3698s Done 3699s The following NEW packages will be installed: 3699s autoconf automake autopoint autotools-dev build-essential chrpath cmake 3699s cmake-data comerr-dev cpp cpp-14 cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu 3699s debhelper debugedit dh-autoreconf dh-python dh-strip-nondeterminism 3699s docutils-common dolfin-bin dolfin-doc doxygen dwz fontconfig 3699s fontconfig-config fonts-dejavu-core fonts-dejavu-mono fonts-font-awesome 3699s fonts-lato fonts-mathjax g++ g++-14 g++-14-s390x-linux-gnu 3699s g++-s390x-linux-gnu gcc gcc-14 gcc-14-s390x-linux-gnu gcc-s390x-linux-gnu 3699s gettext gfortran gfortran-14 gfortran-14-s390x-linux-gnu 3699s gfortran-s390x-linux-gnu graphviz icu-devtools intltool-debian krb5-multidev 3699s libaec-dev libaec0 libamd3 libann0 libaom3 libarchive-zip-perl 3699s libarpack2-dev libarpack2t64 libasan8 libblas-dev libblas3 libblas64-3 3699s libboost-atomic1.83-dev libboost-atomic1.83.0 libboost-chrono-dev 3699s libboost-chrono1.83-dev libboost-chrono1.83.0t64 libboost-date-time1.83-dev 3699s libboost-date-time1.83.0 libboost-dev libboost-filesystem-dev 3699s libboost-filesystem1.83-dev libboost-filesystem1.83.0 libboost-iostreams-dev 3699s libboost-iostreams1.83-dev libboost-iostreams1.83.0 libboost-math-dev 3699s libboost-math1.83-dev libboost-math1.83.0 libboost-mpi-dev 3699s libboost-mpi1.83-dev libboost-mpi1.83.0 libboost-program-options-dev 3699s libboost-program-options1.83-dev libboost-program-options1.83.0 3699s libboost-regex1.83-dev libboost-regex1.83.0 libboost-serialization-dev 3699s libboost-serialization1.83-dev libboost-serialization1.83.0 3699s libboost-system1.83-dev libboost-system1.83.0 libboost-thread-dev 3699s libboost-thread1.83-dev libboost-thread1.83.0 libboost-timer-dev 3699s libboost-timer1.83-dev libboost-timer1.83.0 libboost1.83-dev libbrotli-dev 3699s libbtf2 libc6-dbg libcairo2 libcamd3 libcc1-0 libccolamd3 libcdt5 libcgraph6 3699s libcholmod5 libclang-cpp19 libcolamd3 libcombblas2.0.0t64 3699s libcurl4-openssl-dev libcxsparse4 libdatrie1 libde265-0 libdebhelper-perl 3699s libdeflate0 libdolfin-dev libdolfin-dev-common libdolfin2019.2t64 3699s libdolfin64-2019.2t64 libdolfin64-dev libeigen3-dev libevent-2.1-7t64 3699s libevent-dev libevent-extra-2.1-7t64 libevent-openssl-2.1-7t64 3699s libevent-pthreads-2.1-7t64 libexpat1-dev libfabric1 libfftw3-bin 3699s libfftw3-dev libfftw3-double3 libfftw3-long3 libfftw3-mpi-dev libfftw3-mpi3 3699s libfftw3-single3 libfile-stripnondeterminism-perl libfmt10 libfontconfig1 3699s libfreetype6 libgcc-14-dev libgd3 libgfortran-14-dev libgfortran5 libgmp-dev 3699s libgmpxx4ldbl libgnutls-dane0t64 libgnutls-openssl27t64 libgnutls28-dev 3699s libgomp1 libgraphite2-3 libgssrpc4t64 libgts-0.7-5t64 libgvc6 libgvpr2 3699s libharfbuzz0b libhdf5-mpi-dev libhdf5-openmpi-310 libhdf5-openmpi-cpp-310 3699s libhdf5-openmpi-dev libhdf5-openmpi-fortran-310 libhdf5-openmpi-hl-310 3699s libhdf5-openmpi-hl-cpp-310 libhdf5-openmpi-hl-fortran-310 3699s libheif-plugin-aomdec libheif-plugin-libde265 libheif1 libhwloc-dev 3699s libhwloc-plugins libhwloc15 libhypre-2.32.0 libhypre-dev libhypre64m-2.32.0 3699s libhypre64m-dev libibverbs-dev libice6 libicu-dev libidn2-dev libimagequant0 3699s libisl23 libitm1 libjbig0 libjpeg-dev libjpeg-turbo8 libjpeg-turbo8-dev 3699s libjpeg8 libjpeg8-dev libjs-jquery libjs-jquery-ui libjs-mathjax 3699s libjs-modernizr libjs-sphinxdoc libjs-underscore libjson-perl libjsoncpp26 3699s libkadm5clnt-mit12 libkadm5srv-mit12 libkdb5-10t64 libklu2 libkrb5-dev 3699s liblab-gamut1 liblapack-dev liblapack3 liblapack64-3 libldap-dev libldl3 3699s libltdl-dev libltdl7 libmetis5 libmpc3 libmumps-5.7 libmumps-64pord-5.7 3699s libmumps-dev libmumps-headers-dev libmumps64-dev libmunge2 libnghttp2-dev 3699s libnl-3-dev libnl-route-3-dev libnsl2 libnuma-dev libopenblas64-0 3699s libopenblas64-0-pthread libopenblas64-dev libopenblas64-pthread-dev 3699s libopenmpi-dev libopenmpi40 libp11-kit-dev libpango-1.0-0 3699s libpangocairo-1.0-0 libpangoft2-1.0-0 libparpack2-dev libparpack2t64 3699s libparu1 libpathplan4 libpciaccess0 libpetsc-real-dev libpetsc-real3.22 3699s libpetsc-real3.22-dev libpetsc3.22-dev-common libpetsc64-real-dev 3699s libpetsc64-real3.22 libpetsc64-real3.22-dev libpixman-1-0 libpkgconf3 3699s libpmix-dev libpmix2t64 libpsl-dev libptscotch-7.0 libptscotch-dev 3699s libpython3-all-dev libpython3-dev libpython3.12-dev libpython3.12-minimal 3699s libpython3.12-stdlib libpython3.12t64 libpython3.13-dev libraqm0 librbio4 3699s librdmacm1t64 librhash1 librtmp-dev libscalapack-mpi-dev 3699s libscalapack-openmpi-dev libscalapack-openmpi2.2 libscotch-7.0 libscotch-dev 3699s libsharpyuv0 libslepc-real3.22 libslepc-real3.22-dev libslepc64-real3.22 3699s libslepc64-real3.22-dev libsm6 libspex3 libspqr4 libssh2-1-dev libssl-dev 3699s libstdc++-14-dev libsuitesparse-dev libsuitesparse-mongoose3 3699s libsuitesparseconfig7 libsuperlu-dev libsuperlu-dist-dev libsuperlu-dist8 3699s libsuperlu7 libsz2 libtasn1-6-dev libthai-data libthai0 libtiff6 libtool 3699s libubsan1 libumfpack6 libunbound8 libwebp7 libx11-dev libxapian30 libxau-dev 3699s libxaw7 libxcb-render0 libxcb-shm0 libxcb1-dev libxdmcp-dev libxml2-dev 3699s libxmu6 libxnvctrl0 libxpm4 libxrender1 libxt6t64 libyaml-dev libzstd-dev m4 3699s mpi-default-bin mpi-default-dev nettle-dev ocl-icd-libopencl1 3699s ocl-icd-opencl-dev opencl-c-headers opencl-clhpp-headers openmpi-bin 3699s openmpi-common petsc-dev petsc64-dev pkg-config pkgconf pkgconf-bin 3699s po-debconf pybind11-dev python-petsc4py-doc python3-alabaster python3-all 3699s python3-all-dev python3-defusedxml python3-dev python3-dijitso 3699s python3-distlib python3-docutils python3-dolfin python3-dolfin-real 3699s python3-dolfin64-real python3-ffc python3-fiat python3-filelock 3699s python3-imagesize python3-iniconfig python3-mpi4py python3-mpmath 3699s python3-numpy python3-packaging python3-petsc4py python3-petsc4py-64-real 3699s python3-petsc4py-64-real3.22 python3-petsc4py-real python3-petsc4py-real3.22 3699s python3-pip python3-pip-whl python3-pkgconfig python3-platformdirs 3699s python3-pluggy python3-ply python3-pusimp python3-pybind11 python3-pytest 3699s python3-roman python3-setuptools-whl python3-six python3-slepc4py 3699s python3-slepc4py-64-real python3-slepc4py-64-real3.22 python3-slepc4py-real 3699s python3-slepc4py-real3.22 python3-snowballstemmer python3-sphinx 3699s python3-sphinx-rtd-theme python3-sphinxcontrib.jquery python3-sympy 3699s python3-ufl-legacy python3-virtualenv python3-wheel python3-wheel-whl 3699s python3.12 python3.12-dev python3.12-minimal python3.13-dev sgml-base 3699s slepc-dev slepc64-dev sphinx-common sphinx-rtd-theme-common swig valgrind 3699s valgrind-mpi x11-common x11proto-dev xml-core xorg-sgml-doctools xtrans-dev 3699s zlib1g-dev 3699s 0 upgraded, 397 newly installed, 0 to remove and 0 not upgraded. 3699s Need to get 380 MB of archives. 3699s After this operation, 1605 MB of additional disk space will be used. 3699s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-minimal s390x 3.12.9-1 [836 kB] 3700s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-minimal s390x 3.12.9-1 [2403 kB] 3701s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-lato all 2.015-1 [2781 kB] 3701s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x sgml-base all 1.31 [11.4 kB] 3701s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x libnsl2 s390x 1.3.0-3build3 [44.1 kB] 3701s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-stdlib s390x 3.12.9-1 [2071 kB] 3702s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12 s390x 3.12.9-1 [671 kB] 3702s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x m4 s390x 1.4.19-5 [259 kB] 3702s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x autoconf all 2.72-3 [382 kB] 3702s Get:10 http://ftpmaster.internal/ubuntu plucky/main s390x autotools-dev all 20220109.1 [44.9 kB] 3702s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x automake all 1:1.17-3 [572 kB] 3702s Get:12 http://ftpmaster.internal/ubuntu plucky/main s390x autopoint all 0.23.1-1 [619 kB] 3702s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 3702s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 3702s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [9571 kB] 3703s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-17ubuntu1 [1030 B] 3703s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [5556 B] 3703s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.2.0-1ubuntu1 [22.4 kB] 3703s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 15-20250213-1ubuntu1 [49.2 kB] 3703s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 15-20250213-1ubuntu1 [151 kB] 3703s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 15-20250213-1ubuntu1 [31.2 kB] 3703s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 15-20250213-1ubuntu1 [2970 kB] 3703s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 15-20250213-1ubuntu1 [1213 kB] 3703s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-17ubuntu1 [1037 kB] 3703s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [18.7 MB] 3704s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-17ubuntu1 [526 kB] 3704s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1204 B] 3704s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.2.0-1ubuntu1 [5004 B] 3704s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-17ubuntu1 [2611 kB] 3704s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [11.0 MB] 3704s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14 s390x 14.2.0-17ubuntu1 [21.8 kB] 3704s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x g++-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [956 B] 3704s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x g++ s390x 4:14.2.0-1ubuntu1 [1080 B] 3704s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x build-essential s390x 12.10ubuntu1 [4930 B] 3704s Get:35 http://ftpmaster.internal/ubuntu plucky/universe s390x chrpath s390x 0.18-1 [14.0 kB] 3704s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x cmake-data all 3.31.5-2ubuntu3 [2293 kB] 3704s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x libjsoncpp26 s390x 1.9.6-3 [80.8 kB] 3704s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x librhash1 s390x 1.4.5-1 [132 kB] 3704s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x cmake s390x 3.31.5-2ubuntu3 [12.9 MB] 3705s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x libdebhelper-perl all 13.24.1ubuntu2 [95.4 kB] 3705s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x libtool all 2.5.4-3build1 [168 kB] 3705s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x dh-autoreconf all 20 [16.1 kB] 3705s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x libarchive-zip-perl all 1.68-1 [90.2 kB] 3705s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x libfile-stripnondeterminism-perl all 1.14.1-2 [20.3 kB] 3705s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x dh-strip-nondeterminism all 1.14.1-2 [5064 B] 3705s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x debugedit s390x 1:5.1-2 [50.1 kB] 3705s Get:47 http://ftpmaster.internal/ubuntu plucky/main s390x dwz s390x 0.15-1build6 [122 kB] 3705s Get:48 http://ftpmaster.internal/ubuntu plucky/main s390x gettext s390x 0.23.1-1 [1065 kB] 3706s Get:49 http://ftpmaster.internal/ubuntu plucky/main s390x intltool-debian all 0.35.0+20060710.6 [23.2 kB] 3706s Get:50 http://ftpmaster.internal/ubuntu plucky/main s390x po-debconf all 1.0.21+nmu1 [233 kB] 3706s Get:51 http://ftpmaster.internal/ubuntu plucky/main s390x debhelper all 13.24.1ubuntu2 [895 kB] 3706s Get:52 http://ftpmaster.internal/ubuntu plucky/universe s390x dh-python all 6.20250108 [117 kB] 3706s Get:53 http://ftpmaster.internal/ubuntu plucky/main s390x xml-core all 0.19 [20.3 kB] 3706s Get:54 http://ftpmaster.internal/ubuntu plucky/main s390x docutils-common all 0.21.2+dfsg-2 [131 kB] 3706s Get:55 http://ftpmaster.internal/ubuntu plucky/universe s390x libclang-cpp19 s390x 1:19.1.7-1ubuntu1 [16.7 MB] 3707s Get:56 http://ftpmaster.internal/ubuntu plucky/universe s390x libfmt10 s390x 10.1.1+ds1-4 [82.6 kB] 3707s Get:57 http://ftpmaster.internal/ubuntu plucky/universe s390x libxapian30 s390x 1.4.25-2 [743 kB] 3707s Get:58 http://ftpmaster.internal/ubuntu plucky/universe s390x doxygen s390x 1.9.8+ds-2.1 [5408 kB] 3707s Get:59 http://ftpmaster.internal/ubuntu plucky/main s390x libfreetype6 s390x 2.13.3+dfsg-1 [431 kB] 3707s Get:60 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-mono all 2.37-8 [502 kB] 3707s Get:61 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-core all 2.37-8 [835 kB] 3707s Get:62 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig-config s390x 2.15.0-2ubuntu1 [37.5 kB] 3707s Get:63 http://ftpmaster.internal/ubuntu plucky/main s390x libfontconfig1 s390x 2.15.0-2ubuntu1 [150 kB] 3707s Get:64 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig s390x 2.15.0-2ubuntu1 [191 kB] 3707s Get:65 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-font-awesome all 5.0.10+really4.7.0~dfsg-4.1 [516 kB] 3707s Get:66 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-mathjax all 2.7.9+dfsg-1 [2208 kB] 3707s Get:67 http://ftpmaster.internal/ubuntu plucky/main s390x libgfortran5 s390x 15-20250213-1ubuntu1 [620 kB] 3707s Get:68 http://ftpmaster.internal/ubuntu plucky/main s390x libgfortran-14-dev s390x 14.2.0-17ubuntu1 [654 kB] 3707s Get:69 http://ftpmaster.internal/ubuntu plucky/main s390x gfortran-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [10.3 MB] 3708s Get:70 http://ftpmaster.internal/ubuntu plucky/main s390x gfortran-14 s390x 14.2.0-17ubuntu1 [13.6 kB] 3708s Get:71 http://ftpmaster.internal/ubuntu plucky/main s390x gfortran-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1012 B] 3708s Get:72 http://ftpmaster.internal/ubuntu plucky/main s390x gfortran s390x 4:14.2.0-1ubuntu1 [1160 B] 3708s Get:73 http://ftpmaster.internal/ubuntu plucky/universe s390x libann0 s390x 1.1.2+doc-9build1 [28.8 kB] 3708s Get:74 http://ftpmaster.internal/ubuntu plucky/universe s390x libcdt5 s390x 2.42.4-2build4 [23.3 kB] 3708s Get:75 http://ftpmaster.internal/ubuntu plucky/universe s390x libcgraph6 s390x 2.42.4-2build4 [47.0 kB] 3708s Get:76 http://ftpmaster.internal/ubuntu plucky/main s390x libsharpyuv0 s390x 1.5.0-0.1 [16.7 kB] 3708s Get:77 http://ftpmaster.internal/ubuntu plucky/main s390x libaom3 s390x 3.12.0-1 [1492 kB] 3708s Get:78 http://ftpmaster.internal/ubuntu plucky/main s390x libheif-plugin-aomdec s390x 1.19.5-1build1 [11.6 kB] 3708s Get:79 http://ftpmaster.internal/ubuntu plucky/main s390x libde265-0 s390x 1.0.15-1build4 [175 kB] 3708s Get:80 http://ftpmaster.internal/ubuntu plucky/main s390x libheif-plugin-libde265 s390x 1.19.5-1build1 [9066 B] 3708s Get:81 http://ftpmaster.internal/ubuntu plucky/main s390x libheif1 s390x 1.19.5-1build1 [410 kB] 3708s Get:82 http://ftpmaster.internal/ubuntu plucky/main s390x libimagequant0 s390x 2.18.0-1build1 [43.3 kB] 3708s Get:83 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg-turbo8 s390x 2.1.5-3ubuntu2 [147 kB] 3708s Get:84 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg8 s390x 8c-2ubuntu11 [2146 B] 3708s Get:85 http://ftpmaster.internal/ubuntu plucky/main s390x libgraphite2-3 s390x 1.3.14-2ubuntu1 [79.8 kB] 3708s Get:86 http://ftpmaster.internal/ubuntu plucky/main s390x libharfbuzz0b s390x 10.2.0-1 [538 kB] 3708s Get:87 http://ftpmaster.internal/ubuntu plucky/main s390x libraqm0 s390x 0.10.2-1 [15.8 kB] 3708s Get:88 http://ftpmaster.internal/ubuntu plucky/main s390x libdeflate0 s390x 1.23-1 [46.1 kB] 3708s Get:89 http://ftpmaster.internal/ubuntu plucky/main s390x libjbig0 s390x 2.1-6.1ubuntu2 [33.1 kB] 3708s Get:90 http://ftpmaster.internal/ubuntu plucky/main s390x libwebp7 s390x 1.5.0-0.1 [210 kB] 3708s Get:91 http://ftpmaster.internal/ubuntu plucky/main s390x libtiff6 s390x 4.5.1+git230720-4ubuntu4 [217 kB] 3708s Get:92 http://ftpmaster.internal/ubuntu plucky/main s390x libxpm4 s390x 1:3.5.17-1build2 [41.2 kB] 3708s Get:93 http://ftpmaster.internal/ubuntu plucky/main s390x libgd3 s390x 2.3.3-12ubuntu3 [141 kB] 3708s Get:94 http://ftpmaster.internal/ubuntu plucky/universe s390x libgts-0.7-5t64 s390x 0.7.6+darcs121130-5.2build1 [164 kB] 3708s Get:95 http://ftpmaster.internal/ubuntu plucky/main s390x libpixman-1-0 s390x 0.44.0-3 [201 kB] 3708s Get:96 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-render0 s390x 1.17.0-2 [17.0 kB] 3708s Get:97 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-shm0 s390x 1.17.0-2 [5862 B] 3708s Get:98 http://ftpmaster.internal/ubuntu plucky/main s390x libxrender1 s390x 1:0.9.10-1.1build1 [20.4 kB] 3708s Get:99 http://ftpmaster.internal/ubuntu plucky/main s390x libcairo2 s390x 1.18.2-2 [580 kB] 3708s Get:100 http://ftpmaster.internal/ubuntu plucky/main s390x libltdl7 s390x 2.5.4-3build1 [43.9 kB] 3708s Get:101 http://ftpmaster.internal/ubuntu plucky/main s390x libthai-data all 0.1.29-2build1 [158 kB] 3708s Get:102 http://ftpmaster.internal/ubuntu plucky/main s390x libdatrie1 s390x 0.2.13-3build1 [20.6 kB] 3708s Get:103 http://ftpmaster.internal/ubuntu plucky/main s390x libthai0 s390x 0.1.29-2build1 [20.7 kB] 3708s Get:104 http://ftpmaster.internal/ubuntu plucky/main s390x libpango-1.0-0 s390x 1.56.1-1 [253 kB] 3709s Get:105 http://ftpmaster.internal/ubuntu plucky/main s390x libpangoft2-1.0-0 s390x 1.56.1-1 [50.3 kB] 3709s Get:106 http://ftpmaster.internal/ubuntu plucky/main s390x libpangocairo-1.0-0 s390x 1.56.1-1 [28.3 kB] 3709s Get:107 http://ftpmaster.internal/ubuntu plucky/universe s390x libpathplan4 s390x 2.42.4-2build4 [26.6 kB] 3709s Get:108 http://ftpmaster.internal/ubuntu plucky/universe s390x libgvc6 s390x 2.42.4-2build4 [789 kB] 3709s Get:109 http://ftpmaster.internal/ubuntu plucky/universe s390x libgvpr2 s390x 2.42.4-2build4 [194 kB] 3709s Get:110 http://ftpmaster.internal/ubuntu plucky/universe s390x liblab-gamut1 s390x 2.42.4-2build4 [1837 kB] 3709s Get:111 http://ftpmaster.internal/ubuntu plucky/main s390x x11-common all 1:7.7+23ubuntu3 [21.7 kB] 3709s Get:112 http://ftpmaster.internal/ubuntu plucky/main s390x libice6 s390x 2:1.1.1-1 [45.4 kB] 3709s Get:113 http://ftpmaster.internal/ubuntu plucky/main s390x libsm6 s390x 2:1.2.4-1 [18.4 kB] 3709s Get:114 http://ftpmaster.internal/ubuntu plucky/main s390x libxt6t64 s390x 1:1.2.1-1.2build1 [184 kB] 3709s Get:115 http://ftpmaster.internal/ubuntu plucky/main s390x libxmu6 s390x 2:1.1.3-3build2 [53.0 kB] 3709s Get:116 http://ftpmaster.internal/ubuntu plucky/main s390x libxaw7 s390x 2:1.0.16-1 [201 kB] 3709s Get:117 http://ftpmaster.internal/ubuntu plucky/universe s390x graphviz s390x 2.42.4-2build4 [699 kB] 3709s Get:118 http://ftpmaster.internal/ubuntu plucky/main s390x icu-devtools s390x 76.1-1ubuntu2 [225 kB] 3709s Get:119 http://ftpmaster.internal/ubuntu plucky/main s390x comerr-dev s390x 2.1-1.47.2-1ubuntu1 [44.7 kB] 3709s Get:120 http://ftpmaster.internal/ubuntu plucky/main s390x libgssrpc4t64 s390x 1.21.3-4ubuntu1 [59.1 kB] 3709s Get:121 http://ftpmaster.internal/ubuntu plucky/main s390x libkadm5clnt-mit12 s390x 1.21.3-4ubuntu1 [40.5 kB] 3709s Get:122 http://ftpmaster.internal/ubuntu plucky/main s390x libkdb5-10t64 s390x 1.21.3-4ubuntu1 [41.9 kB] 3709s Get:123 http://ftpmaster.internal/ubuntu plucky/main s390x libkadm5srv-mit12 s390x 1.21.3-4ubuntu1 [55.6 kB] 3709s Get:124 http://ftpmaster.internal/ubuntu plucky/main s390x krb5-multidev s390x 1.21.3-4ubuntu1 [125 kB] 3709s Get:125 http://ftpmaster.internal/ubuntu plucky/universe s390x libaec0 s390x 1.1.3-1 [25.7 kB] 3709s Get:126 http://ftpmaster.internal/ubuntu plucky/main s390x libsuitesparseconfig7 s390x 1:7.8.3+dfsg-3 [13.2 kB] 3709s Get:127 http://ftpmaster.internal/ubuntu plucky/universe s390x libamd3 s390x 1:7.8.3+dfsg-3 [35.1 kB] 3709s Get:128 http://ftpmaster.internal/ubuntu plucky/main s390x libblas3 s390x 3.12.1-2 [252 kB] 3709s Get:129 http://ftpmaster.internal/ubuntu plucky/main s390x liblapack3 s390x 3.12.1-2 [2971 kB] 3709s Get:130 http://ftpmaster.internal/ubuntu plucky/universe s390x libarpack2t64 s390x 3.9.1-4 [110 kB] 3709s Get:131 http://ftpmaster.internal/ubuntu plucky/main s390x libblas-dev s390x 3.12.1-2 [254 kB] 3709s Get:132 http://ftpmaster.internal/ubuntu plucky/main s390x liblapack-dev s390x 3.12.1-2 [5967 kB] 3710s Get:133 http://ftpmaster.internal/ubuntu plucky/universe s390x libarpack2-dev s390x 3.9.1-4 [127 kB] 3710s Get:134 http://ftpmaster.internal/ubuntu plucky/main s390x libblas64-3 s390x 3.12.1-2 [236 kB] 3710s Get:135 http://ftpmaster.internal/ubuntu plucky/main s390x libboost1.83-dev s390x 1.83.0-4.1ubuntu1 [10.7 MB] 3711s Get:136 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-atomic1.83.0 s390x 1.83.0-4.1ubuntu1 [240 kB] 3711s Get:137 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-atomic1.83-dev s390x 1.83.0-4.1ubuntu1 [234 kB] 3711s Get:138 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-chrono1.83.0t64 s390x 1.83.0-4.1ubuntu1 [245 kB] 3711s Get:139 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-chrono1.83-dev s390x 1.83.0-4.1ubuntu1 [247 kB] 3711s Get:140 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-chrono-dev s390x 1.83.0.2ubuntu1 [4832 B] 3711s Get:141 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-date-time1.83.0 s390x 1.83.0-4.1ubuntu1 [237 kB] 3711s Get:142 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-serialization1.83.0 s390x 1.83.0-4.1ubuntu1 [350 kB] 3711s Get:143 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-serialization1.83-dev s390x 1.83.0-4.1ubuntu1 [402 kB] 3711s Get:144 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-date-time1.83-dev s390x 1.83.0-4.1ubuntu1 [239 kB] 3711s Get:145 http://ftpmaster.internal/ubuntu plucky/main s390x libboost-dev s390x 1.83.0.2ubuntu1 [4470 B] 3711s Get:146 http://ftpmaster.internal/ubuntu plucky/main s390x libboost-filesystem1.83.0 s390x 1.83.0-4.1ubuntu1 [288 kB] 3711s Get:147 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-system1.83.0 s390x 1.83.0-4.1ubuntu1 [237 kB] 3711s Get:148 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-system1.83-dev s390x 1.83.0-4.1ubuntu1 [231 kB] 3711s Get:149 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-filesystem1.83-dev s390x 1.83.0-4.1ubuntu1 [305 kB] 3711s Get:150 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-filesystem-dev s390x 1.83.0.2ubuntu1 [4258 B] 3711s Get:151 http://ftpmaster.internal/ubuntu plucky/main s390x libboost-regex1.83.0 s390x 1.83.0-4.1ubuntu1 [351 kB] 3711s Get:152 http://ftpmaster.internal/ubuntu plucky/main s390x libicu-dev s390x 76.1-1ubuntu2 [12.2 MB] 3712s Get:153 http://ftpmaster.internal/ubuntu plucky/main s390x libboost-regex1.83-dev s390x 1.83.0-4.1ubuntu1 [372 kB] 3712s Get:154 http://ftpmaster.internal/ubuntu plucky/main s390x libboost-iostreams1.83.0 s390x 1.83.0-4.1ubuntu1 [259 kB] 3712s Get:155 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-iostreams1.83-dev s390x 1.83.0-4.1ubuntu1 [263 kB] 3712s Get:156 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-iostreams-dev s390x 1.83.0.2ubuntu1 [4214 B] 3712s Get:157 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-math1.83.0 s390x 1.83.0-4.1ubuntu1 [459 kB] 3712s Get:158 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-math1.83-dev s390x 1.83.0-4.1ubuntu1 [556 kB] 3712s Get:159 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-math-dev s390x 1.83.0.2ubuntu1 [4434 B] 3712s Get:160 http://ftpmaster.internal/ubuntu plucky/main s390x libevent-pthreads-2.1-7t64 s390x 2.1.12-stable-10 [7870 B] 3712s Get:161 http://ftpmaster.internal/ubuntu plucky/main s390x librdmacm1t64 s390x 55.0-1ubuntu1 [73.7 kB] 3712s Get:162 http://ftpmaster.internal/ubuntu plucky/universe s390x libfabric1 s390x 1.17.0-3ubuntu1 [558 kB] 3712s Get:163 http://ftpmaster.internal/ubuntu plucky/universe s390x libhwloc15 s390x 2.12.0-1 [176 kB] 3712s Get:164 http://ftpmaster.internal/ubuntu plucky/universe s390x libmunge2 s390x 0.5.16-1 [15.2 kB] 3712s Get:165 http://ftpmaster.internal/ubuntu plucky/main s390x libpciaccess0 s390x 0.17-3build1 [19.0 kB] 3712s Get:166 http://ftpmaster.internal/ubuntu plucky/main s390x libxnvctrl0 s390x 510.47.03-0ubuntu4 [12.7 kB] 3712s Get:167 http://ftpmaster.internal/ubuntu plucky/universe s390x ocl-icd-libopencl1 s390x 2.3.2-1build1 [41.1 kB] 3712s Get:168 http://ftpmaster.internal/ubuntu plucky/universe s390x libhwloc-plugins s390x 2.12.0-1 [16.1 kB] 3712s Get:169 http://ftpmaster.internal/ubuntu plucky/universe s390x libpmix2t64 s390x 5.0.6-3 [715 kB] 3712s Get:170 http://ftpmaster.internal/ubuntu plucky/universe s390x libopenmpi40 s390x 5.0.6-4 [2194 kB] 3712s Get:171 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-mpi1.83.0 s390x 1.83.0-4.1ubuntu1 [271 kB] 3712s Get:172 http://ftpmaster.internal/ubuntu plucky/universe s390x openmpi-common all 5.0.6-4 [97.7 kB] 3712s Get:173 http://ftpmaster.internal/ubuntu plucky/main s390x libnl-3-dev s390x 3.7.0-0.3build2 [103 kB] 3712s Get:174 http://ftpmaster.internal/ubuntu plucky/main s390x libnl-route-3-dev s390x 3.7.0-0.3build2 [214 kB] 3712s Get:175 http://ftpmaster.internal/ubuntu plucky/main s390x libibverbs-dev s390x 55.0-1ubuntu1 [713 kB] 3712s Get:176 http://ftpmaster.internal/ubuntu plucky/main s390x libnuma-dev s390x 2.0.18-1build1 [38.9 kB] 3713s Get:177 http://ftpmaster.internal/ubuntu plucky/main s390x libltdl-dev s390x 2.5.4-3build1 [173 kB] 3713s Get:178 http://ftpmaster.internal/ubuntu plucky/universe s390x libhwloc-dev s390x 2.12.0-1 [275 kB] 3713s Get:179 http://ftpmaster.internal/ubuntu plucky/main s390x libevent-2.1-7t64 s390x 2.1.12-stable-10 [145 kB] 3713s Get:180 http://ftpmaster.internal/ubuntu plucky/main s390x libevent-extra-2.1-7t64 s390x 2.1.12-stable-10 [64.1 kB] 3713s Get:181 http://ftpmaster.internal/ubuntu plucky/main s390x libevent-openssl-2.1-7t64 s390x 2.1.12-stable-10 [14.9 kB] 3713s Get:182 http://ftpmaster.internal/ubuntu plucky/main s390x libevent-dev s390x 2.1.12-stable-10 [276 kB] 3713s Get:183 http://ftpmaster.internal/ubuntu plucky/main s390x zlib1g-dev s390x 1:1.3.dfsg+really1.3.1-1ubuntu1 [898 kB] 3713s Get:184 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB] 3713s Get:185 http://ftpmaster.internal/ubuntu plucky/universe s390x libpmix-dev s390x 5.0.6-3 [4058 kB] 3713s Get:186 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-jquery-ui all 1.13.2+dfsg-1 [252 kB] 3713s Get:187 http://ftpmaster.internal/ubuntu plucky/universe s390x openmpi-bin s390x 5.0.6-4 [200 kB] 3713s Get:188 http://ftpmaster.internal/ubuntu plucky/universe s390x libopenmpi-dev s390x 5.0.6-4 [1023 kB] 3713s Get:189 http://ftpmaster.internal/ubuntu plucky/universe s390x mpi-default-dev s390x 1.18 [3324 B] 3713s Get:190 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-mpi1.83-dev s390x 1.83.0-4.1ubuntu1 [297 kB] 3713s Get:191 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-mpi-dev s390x 1.83.0.2ubuntu1 [4306 B] 3713s Get:192 http://ftpmaster.internal/ubuntu plucky/main s390x libboost-program-options1.83.0 s390x 1.83.0-4.1ubuntu1 [326 kB] 3713s Get:193 http://ftpmaster.internal/ubuntu plucky/main s390x libboost-program-options1.83-dev s390x 1.83.0-4.1ubuntu1 [393 kB] 3713s Get:194 http://ftpmaster.internal/ubuntu plucky/main s390x libboost-program-options-dev s390x 1.83.0.2ubuntu1 [4252 B] 3713s Get:195 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-serialization-dev s390x 1.83.0.2ubuntu1 [4446 B] 3713s Get:196 http://ftpmaster.internal/ubuntu plucky/main s390x libboost-thread1.83.0 s390x 1.83.0-4.1ubuntu1 [279 kB] 3713s Get:197 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-thread1.83-dev s390x 1.83.0-4.1ubuntu1 [282 kB] 3713s Get:198 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-thread-dev s390x 1.83.0.2ubuntu1 [4246 B] 3713s Get:199 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-timer1.83.0 s390x 1.83.0-4.1ubuntu1 [241 kB] 3713s Get:200 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-timer1.83-dev s390x 1.83.0-4.1ubuntu1 [236 kB] 3713s Get:201 http://ftpmaster.internal/ubuntu plucky/universe s390x libboost-timer-dev s390x 1.83.0.2ubuntu1 [4350 B] 3713s Get:202 http://ftpmaster.internal/ubuntu plucky/main s390x libbrotli-dev s390x 1.1.0-2build3 [395 kB] 3713s Get:203 http://ftpmaster.internal/ubuntu plucky/universe s390x libbtf2 s390x 1:7.8.3+dfsg-3 [16.4 kB] 3714s Get:204 http://ftpmaster.internal/ubuntu plucky/universe s390x libcamd3 s390x 1:7.8.3+dfsg-3 [29.7 kB] 3714s Get:205 http://ftpmaster.internal/ubuntu plucky/universe s390x libccolamd3 s390x 1:7.8.3+dfsg-3 [32.7 kB] 3714s Get:206 http://ftpmaster.internal/ubuntu plucky/main s390x libcolamd3 s390x 1:7.8.3+dfsg-3 [23.4 kB] 3714s Get:207 http://ftpmaster.internal/ubuntu plucky/universe s390x libcholmod5 s390x 1:7.8.3+dfsg-3 [920 kB] 3714s Get:208 http://ftpmaster.internal/ubuntu plucky/universe s390x libcombblas2.0.0t64 s390x 2.0.0-6build1 [251 kB] 3714s Get:209 http://ftpmaster.internal/ubuntu plucky/main s390x libidn2-dev s390x 2.3.7-2build2 [122 kB] 3714s Get:210 http://ftpmaster.internal/ubuntu plucky/main s390x libkrb5-dev s390x 1.21.3-4ubuntu1 [11.9 kB] 3714s Get:211 http://ftpmaster.internal/ubuntu plucky/main s390x libldap-dev s390x 2.6.9+dfsg-1~exp2ubuntu1 [316 kB] 3714s Get:212 http://ftpmaster.internal/ubuntu plucky/main s390x libpkgconf3 s390x 1.8.1-4 [31.2 kB] 3714s Get:213 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf-bin s390x 1.8.1-4 [21.5 kB] 3714s Get:214 http://ftpmaster.internal/ubuntu plucky/main s390x pkgconf s390x 1.8.1-4 [16.7 kB] 3714s Get:215 http://ftpmaster.internal/ubuntu plucky/main s390x libnghttp2-dev s390x 1.64.0-1 [121 kB] 3714s Get:216 http://ftpmaster.internal/ubuntu plucky/main s390x libpsl-dev s390x 0.21.2-1.1build1 [77.3 kB] 3714s Get:217 http://ftpmaster.internal/ubuntu plucky/main s390x libgmpxx4ldbl s390x 2:6.3.0+dfsg-2ubuntu7 [10.1 kB] 3714s Get:218 http://ftpmaster.internal/ubuntu plucky/main s390x libgmp-dev s390x 2:6.3.0+dfsg-2ubuntu7 [424 kB] 3714s Get:219 http://ftpmaster.internal/ubuntu plucky/main s390x libunbound8 s390x 1.22.0-1ubuntu1 [462 kB] 3714s Get:220 http://ftpmaster.internal/ubuntu plucky/main s390x libgnutls-dane0t64 s390x 3.8.9-2ubuntu1 [24.5 kB] 3714s Get:221 http://ftpmaster.internal/ubuntu plucky/main s390x libgnutls-openssl27t64 s390x 3.8.9-2ubuntu1 [24.5 kB] 3714s Get:222 http://ftpmaster.internal/ubuntu plucky/main s390x libp11-kit-dev s390x 0.25.5-2ubuntu3 [23.5 kB] 3714s Get:223 http://ftpmaster.internal/ubuntu plucky/main s390x libtasn1-6-dev s390x 4.20.0-2 [94.8 kB] 3714s Get:224 http://ftpmaster.internal/ubuntu plucky/main s390x nettle-dev s390x 3.10.1-1 [1198 kB] 3714s Get:225 http://ftpmaster.internal/ubuntu plucky/main s390x libgnutls28-dev s390x 3.8.9-2ubuntu1 [1016 kB] 3714s Get:226 http://ftpmaster.internal/ubuntu plucky/main s390x librtmp-dev s390x 2.4+20151223.gitfa8646d.1-2build7 [69.2 kB] 3714s Get:227 http://ftpmaster.internal/ubuntu plucky/main s390x libssl-dev s390x 3.4.0-1ubuntu2 [2427 kB] 3715s Get:228 http://ftpmaster.internal/ubuntu plucky/main s390x libssh2-1-dev s390x 1.11.1-1 [287 kB] 3715s Get:229 http://ftpmaster.internal/ubuntu plucky/main s390x libzstd-dev s390x 1.5.6+dfsg-2 [408 kB] 3715s Get:230 http://ftpmaster.internal/ubuntu plucky/main s390x libcurl4-openssl-dev s390x 8.12.0+git20250209.89ed161+ds-1ubuntu1 [513 kB] 3715s Get:231 http://ftpmaster.internal/ubuntu plucky/universe s390x libcxsparse4 s390x 1:7.8.3+dfsg-3 [89.6 kB] 3715s Get:232 http://ftpmaster.internal/ubuntu plucky/universe s390x libdolfin-dev-common all 2019.2.0~legacy20240219.1c52e83-18 [197 kB] 3715s Get:233 http://ftpmaster.internal/ubuntu plucky/universe s390x libsz2 s390x 1.1.3-1 [5442 B] 3715s Get:234 http://ftpmaster.internal/ubuntu plucky/universe s390x libhdf5-openmpi-310 s390x 1.14.5+repack-3 [1539 kB] 3715s Get:235 http://ftpmaster.internal/ubuntu plucky/main s390x libfftw3-double3 s390x 3.3.10-2fakesync1build1 [511 kB] 3715s Get:236 http://ftpmaster.internal/ubuntu plucky/main s390x libfftw3-long3 s390x 3.3.10-2fakesync1build1 [533 kB] 3715s Get:237 http://ftpmaster.internal/ubuntu plucky/main s390x libfftw3-single3 s390x 3.3.10-2fakesync1build1 [483 kB] 3715s Get:238 http://ftpmaster.internal/ubuntu plucky/universe s390x libfftw3-mpi3 s390x 3.3.10-2fakesync1build1 [56.7 kB] 3715s Get:239 http://ftpmaster.internal/ubuntu plucky/universe s390x libmetis5 s390x 5.1.0.dfsg-7build3 [232 kB] 3715s Get:240 http://ftpmaster.internal/ubuntu plucky/universe s390x libptscotch-7.0 s390x 7.0.5-1ubuntu2 [820 kB] 3715s Get:241 http://ftpmaster.internal/ubuntu plucky/universe s390x libsuperlu-dist8 s390x 8.2.1+dfsg1-5build1 [768 kB] 3715s Get:242 http://ftpmaster.internal/ubuntu plucky/universe s390x libhypre-2.32.0 s390x 2.32.0-4 [2235 kB] 3715s Get:243 http://ftpmaster.internal/ubuntu plucky/universe s390x libklu2 s390x 1:7.8.3+dfsg-3 [106 kB] 3715s Get:244 http://ftpmaster.internal/ubuntu plucky/universe s390x mpi-default-bin s390x 1.18 [2510 B] 3715s Get:245 http://ftpmaster.internal/ubuntu plucky/universe s390x libscalapack-openmpi2.2 s390x 2.2.2-1ubuntu1 [1992 kB] 3715s Get:246 http://ftpmaster.internal/ubuntu plucky/universe s390x libmumps-5.7 s390x 5.7.3-3build2 [2418 kB] 3715s Get:247 http://ftpmaster.internal/ubuntu plucky/universe s390x libspqr4 s390x 1:7.8.3+dfsg-3 [171 kB] 3715s Get:248 http://ftpmaster.internal/ubuntu plucky/universe s390x libsuperlu7 s390x 7.0.0+dfsg1-2 [233 kB] 3715s Get:249 http://ftpmaster.internal/ubuntu plucky/universe s390x libumfpack6 s390x 1:7.8.3+dfsg-3 [371 kB] 3715s Get:250 http://ftpmaster.internal/ubuntu plucky/universe s390x libpetsc-real3.22 s390x 3.22.2+dfsg1-1ubuntu2 [7918 kB] 3716s Get:251 http://ftpmaster.internal/ubuntu plucky/universe s390x libparpack2t64 s390x 3.9.1-4 [102 kB] 3716s Get:252 http://ftpmaster.internal/ubuntu plucky/universe s390x libslepc-real3.22 s390x 3.22.2+dfsg1-1build1 [1353 kB] 3716s Get:253 http://ftpmaster.internal/ubuntu plucky/universe s390x libdolfin2019.2t64 s390x 2019.2.0~legacy20240219.1c52e83-18 [2242 kB] 3716s Get:254 http://ftpmaster.internal/ubuntu plucky/universe s390x libopenblas64-0-pthread s390x 0.3.29+ds-2 [6714 kB] 3716s Get:255 http://ftpmaster.internal/ubuntu plucky/main s390x liblapack64-3 s390x 3.12.1-2 [2853 kB] 3716s Get:256 http://ftpmaster.internal/ubuntu plucky/universe s390x libhypre64m-2.32.0 s390x 2.32.0-4 [2071 kB] 3717s Get:257 http://ftpmaster.internal/ubuntu plucky/universe s390x libmumps-64pord-5.7 s390x 5.7.3-3build2 [2418 kB] 3717s Get:258 http://ftpmaster.internal/ubuntu plucky/universe s390x libpetsc64-real3.22 s390x 3.22.2+dfsg1-1ubuntu2 [7831 kB] 3717s Get:259 http://ftpmaster.internal/ubuntu plucky/universe s390x libslepc64-real3.22 s390x 3.22.2+dfsg1-1build1 [1342 kB] 3717s Get:260 http://ftpmaster.internal/ubuntu plucky/universe s390x libdolfin64-2019.2t64 s390x 2019.2.0~legacy20240219.1c52e83-18 [2241 kB] 3717s Get:261 http://ftpmaster.internal/ubuntu plucky/main s390x pkg-config s390x 1.8.1-4 [7362 B] 3717s Get:262 http://ftpmaster.internal/ubuntu plucky/universe s390x libeigen3-dev all 3.4.0-4build1 [1055 kB] 3717s Get:263 http://ftpmaster.internal/ubuntu plucky/universe s390x libhdf5-openmpi-fortran-310 s390x 1.14.5+repack-3 [117 kB] 3717s Get:264 http://ftpmaster.internal/ubuntu plucky/universe s390x libhdf5-openmpi-hl-310 s390x 1.14.5+repack-3 [61.0 kB] 3717s Get:265 http://ftpmaster.internal/ubuntu plucky/universe s390x libhdf5-openmpi-hl-fortran-310 s390x 1.14.5+repack-3 [32.5 kB] 3717s Get:266 http://ftpmaster.internal/ubuntu plucky/universe s390x libhdf5-openmpi-cpp-310 s390x 1.14.5+repack-3 [117 kB] 3717s Get:267 http://ftpmaster.internal/ubuntu plucky/universe s390x libhdf5-openmpi-hl-cpp-310 s390x 1.14.5+repack-3 [11.7 kB] 3717s Get:268 http://ftpmaster.internal/ubuntu plucky/universe s390x libaec-dev s390x 1.1.3-1 [23.3 kB] 3717s Get:269 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg-turbo8-dev s390x 2.1.5-3ubuntu2 [281 kB] 3717s Get:270 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg8-dev s390x 8c-2ubuntu11 [1484 B] 3717s Get:271 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg-dev s390x 8c-2ubuntu11 [1484 B] 3717s Get:272 http://ftpmaster.internal/ubuntu plucky/universe s390x libhdf5-openmpi-dev s390x 1.14.5+repack-3 [3506 kB] 3717s Get:273 http://ftpmaster.internal/ubuntu plucky/universe s390x libhdf5-mpi-dev s390x 1.14.5+repack-3 [5254 B] 3717s Get:274 http://ftpmaster.internal/ubuntu plucky/universe s390x libldl3 s390x 1:7.8.3+dfsg-3 [16.1 kB] 3717s Get:275 http://ftpmaster.internal/ubuntu plucky/universe s390x libsuitesparse-mongoose3 s390x 1:7.8.3+dfsg-3 [37.1 kB] 3717s Get:276 http://ftpmaster.internal/ubuntu plucky/universe s390x librbio4 s390x 1:7.8.3+dfsg-3 [30.1 kB] 3717s Get:277 http://ftpmaster.internal/ubuntu plucky/universe s390x libspex3 s390x 1:7.8.3+dfsg-3 [51.6 kB] 3717s Get:278 http://ftpmaster.internal/ubuntu plucky/universe s390x libparu1 s390x 1:7.8.3+dfsg-3 [60.0 kB] 3717s Get:279 http://ftpmaster.internal/ubuntu plucky/universe s390x libsuitesparse-dev s390x 1:7.8.3+dfsg-3 [2020 kB] 3718s Get:280 http://ftpmaster.internal/ubuntu plucky/universe s390x libscotch-7.0 s390x 7.0.5-1ubuntu2 [519 kB] 3718s Get:281 http://ftpmaster.internal/ubuntu plucky/universe s390x libscotch-dev s390x 7.0.5-1ubuntu2 [1675 kB] 3718s Get:282 http://ftpmaster.internal/ubuntu plucky/main s390x libxml2-dev s390x 2.12.7+dfsg+really2.9.14-0.2ubuntu3 [823 kB] 3718s Get:283 http://ftpmaster.internal/ubuntu plucky/main s390x python3-numpy s390x 1:1.26.4+ds-13 [4601 kB] 3718s Get:284 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-mpi4py s390x 4.0.1-6ubuntu1 [1128 kB] 3718s Get:285 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-dijitso all 2019.2.0~git20190418.c92dcb0-4 [24.3 kB] 3718s Get:286 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-mpmath all 1.3.0-1 [425 kB] 3718s Get:287 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-sympy all 1.13.3-1 [4228 kB] 3718s Get:288 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-fiat all 2019.2.0~git20210419.7d418fa-6 [69.3 kB] 3718s Get:289 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-ufl-legacy all 1:2022.3.0-3 [154 kB] 3718s Get:290 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-ffc all 2019.2.0~legacy20230509.35df986-4 [227 kB] 3718s Get:291 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-mathjax all 2.7.9+dfsg-1 [5665 kB] 3718s Get:292 http://ftpmaster.internal/ubuntu plucky/universe s390x libptscotch-dev s390x 7.0.5-1ubuntu2 [1488 kB] 3718s Get:293 http://ftpmaster.internal/ubuntu plucky/universe s390x libscalapack-openmpi-dev s390x 2.2.2-1ubuntu1 [7494 B] 3718s Get:294 http://ftpmaster.internal/ubuntu plucky/universe s390x libscalapack-mpi-dev s390x 2.2.2-1ubuntu1 [2330 B] 3718s Get:295 http://ftpmaster.internal/ubuntu plucky/main s390x libfftw3-bin s390x 3.3.10-2fakesync1build1 [36.5 kB] 3718s Get:296 http://ftpmaster.internal/ubuntu plucky/main s390x libfftw3-dev s390x 3.3.10-2fakesync1build1 [1329 kB] 3718s Get:297 http://ftpmaster.internal/ubuntu plucky/universe s390x libfftw3-mpi-dev s390x 3.3.10-2fakesync1build1 [61.4 kB] 3718s Get:298 http://ftpmaster.internal/ubuntu plucky/universe s390x opencl-c-headers all 3.0~2024.10.24-2 [48.2 kB] 3718s Get:299 http://ftpmaster.internal/ubuntu plucky/universe s390x opencl-clhpp-headers all 3.0~2024.10.24-2ubuntu1 [51.9 kB] 3718s Get:300 http://ftpmaster.internal/ubuntu plucky/universe s390x ocl-icd-opencl-dev s390x 2.3.2-1build1 [2450 B] 3718s Get:301 http://ftpmaster.internal/ubuntu plucky/universe s390x libsuperlu-dev s390x 7.0.0+dfsg1-2 [20.8 kB] 3718s Get:302 http://ftpmaster.internal/ubuntu plucky/universe s390x libsuperlu-dist-dev s390x 8.2.1+dfsg1-5build1 [1125 kB] 3718s Get:303 http://ftpmaster.internal/ubuntu plucky/main s390x xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB] 3719s Get:304 http://ftpmaster.internal/ubuntu plucky/main s390x x11proto-dev all 2024.1-1 [606 kB] 3719s Get:305 http://ftpmaster.internal/ubuntu plucky/main s390x libxau-dev s390x 1:1.0.11-1 [9752 B] 3719s Get:306 http://ftpmaster.internal/ubuntu plucky/main s390x libxdmcp-dev s390x 1:1.1.5-1 [26.9 kB] 3719s Get:307 http://ftpmaster.internal/ubuntu plucky/main s390x xtrans-dev all 1.4.0-1 [68.9 kB] 3719s Get:308 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb1-dev s390x 1.17.0-2 [88.9 kB] 3719s Get:309 http://ftpmaster.internal/ubuntu plucky/main s390x libx11-dev s390x 2:1.8.10-2 [761 kB] 3719s Get:310 http://ftpmaster.internal/ubuntu plucky/main s390x libyaml-dev s390x 0.2.5-2 [65.9 kB] 3719s Get:311 http://ftpmaster.internal/ubuntu plucky/universe s390x libpetsc3.22-dev-common all 3.22.2+dfsg1-1ubuntu2 [318 kB] 3719s Get:312 http://ftpmaster.internal/ubuntu plucky/universe s390x libhypre-dev s390x 2.32.0-4 [2555 kB] 3719s Get:313 http://ftpmaster.internal/ubuntu plucky/universe s390x libmumps-headers-dev all 5.7.3-3build2 [21.9 kB] 3719s Get:314 http://ftpmaster.internal/ubuntu plucky/universe s390x libmumps-dev s390x 5.7.3-3build2 [2423 kB] 3719s Get:315 http://ftpmaster.internal/ubuntu plucky/main s390x libc6-dbg s390x 2.40-4ubuntu1 [7794 kB] 3720s Get:316 http://ftpmaster.internal/ubuntu plucky/main s390x valgrind s390x 1:3.24.0-0ubuntu1 [9636 kB] 3720s Get:317 http://ftpmaster.internal/ubuntu plucky/universe s390x valgrind-mpi s390x 1:3.24.0-0ubuntu1 [47.2 kB] 3720s Get:318 http://ftpmaster.internal/ubuntu plucky/universe s390x libpetsc-real3.22-dev s390x 3.22.2+dfsg1-1ubuntu2 [8004 kB] 3720s Get:319 http://ftpmaster.internal/ubuntu plucky/universe s390x libparpack2-dev s390x 3.9.1-4 [115 kB] 3720s Get:320 http://ftpmaster.internal/ubuntu plucky/universe s390x libslepc-real3.22-dev s390x 3.22.2+dfsg1-1build1 [6392 kB] 3720s Get:321 http://ftpmaster.internal/ubuntu plucky/universe s390x libdolfin-dev s390x 2019.2.0~legacy20240219.1c52e83-18 [14.8 kB] 3720s Get:322 http://ftpmaster.internal/ubuntu plucky/universe s390x libopenblas64-0 s390x 0.3.29+ds-2 [5050 B] 3720s Get:323 http://ftpmaster.internal/ubuntu plucky/universe s390x libopenblas64-pthread-dev s390x 0.3.29+ds-2 [4179 kB] 3721s Get:324 http://ftpmaster.internal/ubuntu plucky/universe s390x libopenblas64-dev s390x 0.3.29+ds-2 [5114 B] 3721s Get:325 http://ftpmaster.internal/ubuntu plucky/universe s390x libhypre64m-dev s390x 2.32.0-4 [2360 kB] 3721s Get:326 http://ftpmaster.internal/ubuntu plucky/universe s390x libmumps64-dev s390x 5.7.3-3build2 [2423 kB] 3721s Get:327 http://ftpmaster.internal/ubuntu plucky/universe s390x libpetsc64-real3.22-dev s390x 3.22.2+dfsg1-1ubuntu2 [8033 kB] 3721s Get:328 http://ftpmaster.internal/ubuntu plucky/universe s390x libslepc64-real3.22-dev s390x 3.22.2+dfsg1-1build1 [6465 kB] 3721s Get:329 http://ftpmaster.internal/ubuntu plucky/universe s390x libdolfin64-dev s390x 2019.2.0~legacy20240219.1c52e83-18 [6812 B] 3721s Get:330 http://ftpmaster.internal/ubuntu plucky/main s390x libexpat1-dev s390x 2.6.4-1 [146 kB] 3721s Get:331 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [118 kB] 3721s Get:332 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x libjs-sphinxdoc all 8.1.3-5 [31.0 kB] 3721s Get:333 http://ftpmaster.internal/ubuntu plucky/main s390x libjson-perl all 4.10000-1 [81.9 kB] 3721s Get:334 http://ftpmaster.internal/ubuntu plucky/universe s390x libpetsc-real-dev all 3.22.2+dfsg1-1ubuntu2 [3926 B] 3721s Get:335 http://ftpmaster.internal/ubuntu plucky/universe s390x libpetsc64-real-dev all 3.22.2+dfsg1-1ubuntu2 [3946 B] 3721s Get:336 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.13-dev s390x 3.13.2-1 [5596 kB] 3722s Get:337 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3-dev s390x 3.13.1-1~exp2 [10.5 kB] 3722s Get:338 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12t64 s390x 3.12.9-1 [2508 kB] 3722s Get:339 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-dev s390x 3.12.9-1 [5849 kB] 3722s Get:340 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3-all-dev s390x 3.13.1-1~exp2 [922 B] 3722s Get:341 http://ftpmaster.internal/ubuntu plucky/universe s390x petsc64-dev all 3.22.2+dfsg1-1ubuntu2 [3964 B] 3722s Get:342 http://ftpmaster.internal/ubuntu plucky/universe s390x pybind11-dev all 2.13.6-2 [168 kB] 3722s Get:343 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x sphinx-common all 8.1.3-5 [663 kB] 3722s Get:344 http://ftpmaster.internal/ubuntu plucky/universe s390x python-petsc4py-doc all 3.22.1-2ubuntu3 [753 kB] 3722s Get:345 http://ftpmaster.internal/ubuntu plucky/main s390x python3-all s390x 3.13.1-1~exp2 [898 B] 3722s Get:346 http://ftpmaster.internal/ubuntu plucky/main s390x python3.13-dev s390x 3.13.2-1 [508 kB] 3722s Get:347 http://ftpmaster.internal/ubuntu plucky/main s390x python3-dev s390x 3.13.1-1~exp2 [26.7 kB] 3722s Get:348 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-dev s390x 3.12.9-1 [504 kB] 3722s Get:349 http://ftpmaster.internal/ubuntu plucky/main s390x python3-all-dev s390x 3.13.1-1~exp2 [918 B] 3722s Get:350 http://ftpmaster.internal/ubuntu plucky/main s390x python3-defusedxml all 0.7.1-3 [42.2 kB] 3722s Get:351 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-distlib all 0.3.9-1 [267 kB] 3722s Get:352 http://ftpmaster.internal/ubuntu plucky/main s390x python3-roman all 5.0-1 [10.3 kB] 3722s Get:353 http://ftpmaster.internal/ubuntu plucky/main s390x python3-docutils all 0.21.2+dfsg-2 [409 kB] 3722s Get:354 http://ftpmaster.internal/ubuntu plucky/universe s390x swig s390x 4.3.0-0ubuntu2 [1227 kB] 3722s Get:355 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-petsc4py-real3.22 s390x 3.22.1-2ubuntu3 [2202 kB] 3722s Get:356 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-petsc4py-real all 3.22.1-2ubuntu3 [2658 B] 3722s Get:357 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-slepc4py-real3.22 s390x 3.22.1-2ubuntu2 [574 kB] 3723s Get:358 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-slepc4py-real all 3.22.1-2ubuntu2 [2578 B] 3723s Get:359 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-dolfin-real s390x 2019.2.0~legacy20240219.1c52e83-18 [1054 kB] 3723s Get:360 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-petsc4py-64-real3.22 s390x 3.22.1-2ubuntu3 [2181 kB] 3723s Get:361 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-petsc4py-64-real all 3.22.1-2ubuntu3 [2508 B] 3723s Get:362 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-slepc4py-64-real3.22 s390x 3.22.1-2ubuntu2 [573 kB] 3723s Get:363 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-slepc4py-64-real all 3.22.1-2ubuntu2 [2556 B] 3723s Get:364 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pkgconfig all 1.5.5-2 [7888 B] 3723s Get:365 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pybind11 all 2.13.6-2 [176 kB] 3723s Get:366 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-dolfin64-real s390x 2019.2.0~legacy20240219.1c52e83-18 [1138 kB] 3723s Get:367 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-filelock all 3.16.1-2 [12.9 kB] 3723s Get:368 http://ftpmaster.internal/ubuntu plucky/main s390x python3-imagesize all 1.4.1-1 [6844 B] 3723s Get:369 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-iniconfig all 1.1.1-2 [6024 B] 3723s Get:370 http://ftpmaster.internal/ubuntu plucky/main s390x python3-packaging all 24.2-1 [51.5 kB] 3723s Get:371 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-wheel all 0.45.1-1 [57.7 kB] 3723s Get:372 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pip all 25.0+dfsg-1 [1417 kB] 3723s Get:373 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pip-whl all 25.0+dfsg-1 [1446 kB] 3723s Get:374 http://ftpmaster.internal/ubuntu plucky/main s390x python3-platformdirs all 4.3.6-1 [16.8 kB] 3723s Get:375 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pluggy all 1.5.0-1 [21.0 kB] 3723s Get:376 http://ftpmaster.internal/ubuntu plucky/main s390x python3-ply all 3.11-7 [45.4 kB] 3723s Get:377 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pusimp all 0.1.1-1 [10.3 kB] 3723s Get:378 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pytest all 8.3.4-1 [252 kB] 3723s Get:379 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-setuptools-whl all 75.6.0-1 [1147 kB] 3723s Get:380 http://ftpmaster.internal/ubuntu plucky/main s390x python3-six all 1.17.0-1 [13.2 kB] 3723s Get:381 http://ftpmaster.internal/ubuntu plucky/main s390x python3-snowballstemmer all 2.2.0-4build1 [59.8 kB] 3723s Get:382 http://ftpmaster.internal/ubuntu plucky/main s390x python3-alabaster all 0.7.16-0.1 [18.5 kB] 3723s Get:383 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x python3-sphinx all 8.1.3-5 [474 kB] 3723s Get:384 http://ftpmaster.internal/ubuntu plucky/main s390x sphinx-rtd-theme-common all 3.0.2+dfsg-2 [1014 kB] 3723s Get:385 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-sphinxcontrib.jquery all 4.1-5 [6678 B] 3723s Get:386 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-sphinx-rtd-theme all 3.0.2+dfsg-2 [23.5 kB] 3723s Get:387 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-wheel-whl all 0.45.1-1 [74.6 kB] 3723s Get:388 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-virtualenv all 20.29.1+ds-1 [72.6 kB] 3723s Get:389 http://ftpmaster.internal/ubuntu plucky/universe s390x slepc64-dev s390x 3.22.2+dfsg1-1build1 [2238 B] 3723s Get:390 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-petsc4py all 3.22.1-2ubuntu3 [2312 B] 3723s Get:391 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-slepc4py all 3.22.1-2ubuntu2 [2254 B] 3723s Get:392 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-dolfin s390x 2019.2.0~legacy20240219.1c52e83-18 [26.9 kB] 3723s Get:393 http://ftpmaster.internal/ubuntu plucky/universe s390x dolfin-bin all 2019.2.0~legacy20240219.1c52e83-18 [12.1 kB] 3723s Get:394 http://ftpmaster.internal/ubuntu plucky/universe s390x dolfin-doc all 2019.2.0~legacy20240219.1c52e83-18 [13.0 MB] 3724s Get:395 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-modernizr all 3.13.0-0.1 [101 kB] 3724s Get:396 http://ftpmaster.internal/ubuntu plucky/universe s390x petsc-dev all 3.22.2+dfsg1-1ubuntu2 [7492 B] 3724s Get:397 http://ftpmaster.internal/ubuntu plucky/universe s390x slepc-dev s390x 3.22.2+dfsg1-1build1 [4838 B] 3725s Fetched 380 MB in 25s (15.1 MB/s) 3725s Selecting previously unselected package libpython3.12-minimal:s390x. 3725s (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 ... 55929 files and directories currently installed.) 3725s Preparing to unpack .../000-libpython3.12-minimal_3.12.9-1_s390x.deb ... 3725s Unpacking libpython3.12-minimal:s390x (3.12.9-1) ... 3725s Selecting previously unselected package python3.12-minimal. 3725s Preparing to unpack .../001-python3.12-minimal_3.12.9-1_s390x.deb ... 3725s Unpacking python3.12-minimal (3.12.9-1) ... 3725s Selecting previously unselected package fonts-lato. 3725s Preparing to unpack .../002-fonts-lato_2.015-1_all.deb ... 3725s Unpacking fonts-lato (2.015-1) ... 3725s Selecting previously unselected package sgml-base. 3725s Preparing to unpack .../003-sgml-base_1.31_all.deb ... 3725s Unpacking sgml-base (1.31) ... 3725s Selecting previously unselected package libnsl2:s390x. 3725s Preparing to unpack .../004-libnsl2_1.3.0-3build3_s390x.deb ... 3725s Unpacking libnsl2:s390x (1.3.0-3build3) ... 3725s Selecting previously unselected package libpython3.12-stdlib:s390x. 3725s Preparing to unpack .../005-libpython3.12-stdlib_3.12.9-1_s390x.deb ... 3725s Unpacking libpython3.12-stdlib:s390x (3.12.9-1) ... 3725s Selecting previously unselected package python3.12. 3725s Preparing to unpack .../006-python3.12_3.12.9-1_s390x.deb ... 3725s Unpacking python3.12 (3.12.9-1) ... 3725s Selecting previously unselected package m4. 3725s Preparing to unpack .../007-m4_1.4.19-5_s390x.deb ... 3725s Unpacking m4 (1.4.19-5) ... 3725s Selecting previously unselected package autoconf. 3725s Preparing to unpack .../008-autoconf_2.72-3_all.deb ... 3725s Unpacking autoconf (2.72-3) ... 3725s Selecting previously unselected package autotools-dev. 3725s Preparing to unpack .../009-autotools-dev_20220109.1_all.deb ... 3725s Unpacking autotools-dev (20220109.1) ... 3725s Selecting previously unselected package automake. 3725s Preparing to unpack .../010-automake_1%3a1.17-3_all.deb ... 3725s Unpacking automake (1:1.17-3) ... 3725s Selecting previously unselected package autopoint. 3725s Preparing to unpack .../011-autopoint_0.23.1-1_all.deb ... 3725s Unpacking autopoint (0.23.1-1) ... 3725s Selecting previously unselected package libisl23:s390x. 3725s Preparing to unpack .../012-libisl23_0.27-1_s390x.deb ... 3725s Unpacking libisl23:s390x (0.27-1) ... 3725s Selecting previously unselected package libmpc3:s390x. 3725s Preparing to unpack .../013-libmpc3_1.3.1-1build2_s390x.deb ... 3725s Unpacking libmpc3:s390x (1.3.1-1build2) ... 3725s Selecting previously unselected package cpp-14-s390x-linux-gnu. 3725s Preparing to unpack .../014-cpp-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 3725s Unpacking cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 3726s Selecting previously unselected package cpp-14. 3726s Preparing to unpack .../015-cpp-14_14.2.0-17ubuntu1_s390x.deb ... 3726s Unpacking cpp-14 (14.2.0-17ubuntu1) ... 3726s Selecting previously unselected package cpp-s390x-linux-gnu. 3726s Preparing to unpack .../016-cpp-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 3726s Unpacking cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 3726s Selecting previously unselected package cpp. 3726s Preparing to unpack .../017-cpp_4%3a14.2.0-1ubuntu1_s390x.deb ... 3726s Unpacking cpp (4:14.2.0-1ubuntu1) ... 3726s Selecting previously unselected package libcc1-0:s390x. 3726s Preparing to unpack .../018-libcc1-0_15-20250213-1ubuntu1_s390x.deb ... 3726s Unpacking libcc1-0:s390x (15-20250213-1ubuntu1) ... 3726s Selecting previously unselected package libgomp1:s390x. 3726s Preparing to unpack .../019-libgomp1_15-20250213-1ubuntu1_s390x.deb ... 3726s Unpacking libgomp1:s390x (15-20250213-1ubuntu1) ... 3726s Selecting previously unselected package libitm1:s390x. 3726s Preparing to unpack .../020-libitm1_15-20250213-1ubuntu1_s390x.deb ... 3726s Unpacking libitm1:s390x (15-20250213-1ubuntu1) ... 3726s Selecting previously unselected package libasan8:s390x. 3726s Preparing to unpack .../021-libasan8_15-20250213-1ubuntu1_s390x.deb ... 3726s Unpacking libasan8:s390x (15-20250213-1ubuntu1) ... 3726s Selecting previously unselected package libubsan1:s390x. 3726s Preparing to unpack .../022-libubsan1_15-20250213-1ubuntu1_s390x.deb ... 3726s Unpacking libubsan1:s390x (15-20250213-1ubuntu1) ... 3726s Selecting previously unselected package libgcc-14-dev:s390x. 3726s Preparing to unpack .../023-libgcc-14-dev_14.2.0-17ubuntu1_s390x.deb ... 3726s Unpacking libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 3726s Selecting previously unselected package gcc-14-s390x-linux-gnu. 3726s Preparing to unpack .../024-gcc-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 3726s Unpacking gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 3726s Selecting previously unselected package gcc-14. 3726s Preparing to unpack .../025-gcc-14_14.2.0-17ubuntu1_s390x.deb ... 3726s Unpacking gcc-14 (14.2.0-17ubuntu1) ... 3726s Selecting previously unselected package gcc-s390x-linux-gnu. 3726s Preparing to unpack .../026-gcc-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 3726s Unpacking gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 3726s Selecting previously unselected package gcc. 3726s Preparing to unpack .../027-gcc_4%3a14.2.0-1ubuntu1_s390x.deb ... 3726s Unpacking gcc (4:14.2.0-1ubuntu1) ... 3726s Selecting previously unselected package libstdc++-14-dev:s390x. 3726s Preparing to unpack .../028-libstdc++-14-dev_14.2.0-17ubuntu1_s390x.deb ... 3726s Unpacking libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 3726s Selecting previously unselected package g++-14-s390x-linux-gnu. 3726s Preparing to unpack .../029-g++-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 3726s Unpacking g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 3726s Selecting previously unselected package g++-14. 3726s Preparing to unpack .../030-g++-14_14.2.0-17ubuntu1_s390x.deb ... 3726s Unpacking g++-14 (14.2.0-17ubuntu1) ... 3726s Selecting previously unselected package g++-s390x-linux-gnu. 3726s Preparing to unpack .../031-g++-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 3726s Unpacking g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 3726s Selecting previously unselected package g++. 3726s Preparing to unpack .../032-g++_4%3a14.2.0-1ubuntu1_s390x.deb ... 3726s Unpacking g++ (4:14.2.0-1ubuntu1) ... 3726s Selecting previously unselected package build-essential. 3726s Preparing to unpack .../033-build-essential_12.10ubuntu1_s390x.deb ... 3726s Unpacking build-essential (12.10ubuntu1) ... 3726s Selecting previously unselected package chrpath. 3726s Preparing to unpack .../034-chrpath_0.18-1_s390x.deb ... 3726s Unpacking chrpath (0.18-1) ... 3726s Selecting previously unselected package cmake-data. 3726s Preparing to unpack .../035-cmake-data_3.31.5-2ubuntu3_all.deb ... 3726s Unpacking cmake-data (3.31.5-2ubuntu3) ... 3726s Selecting previously unselected package libjsoncpp26:s390x. 3726s Preparing to unpack .../036-libjsoncpp26_1.9.6-3_s390x.deb ... 3726s Unpacking libjsoncpp26:s390x (1.9.6-3) ... 3726s Selecting previously unselected package librhash1:s390x. 3726s Preparing to unpack .../037-librhash1_1.4.5-1_s390x.deb ... 3726s Unpacking librhash1:s390x (1.4.5-1) ... 3727s Selecting previously unselected package cmake. 3727s Preparing to unpack .../038-cmake_3.31.5-2ubuntu3_s390x.deb ... 3727s Unpacking cmake (3.31.5-2ubuntu3) ... 3727s Selecting previously unselected package libdebhelper-perl. 3727s Preparing to unpack .../039-libdebhelper-perl_13.24.1ubuntu2_all.deb ... 3727s Unpacking libdebhelper-perl (13.24.1ubuntu2) ... 3727s Selecting previously unselected package libtool. 3727s Preparing to unpack .../040-libtool_2.5.4-3build1_all.deb ... 3727s Unpacking libtool (2.5.4-3build1) ... 3727s Selecting previously unselected package dh-autoreconf. 3727s Preparing to unpack .../041-dh-autoreconf_20_all.deb ... 3727s Unpacking dh-autoreconf (20) ... 3727s Selecting previously unselected package libarchive-zip-perl. 3727s Preparing to unpack .../042-libarchive-zip-perl_1.68-1_all.deb ... 3727s Unpacking libarchive-zip-perl (1.68-1) ... 3727s Selecting previously unselected package libfile-stripnondeterminism-perl. 3727s Preparing to unpack .../043-libfile-stripnondeterminism-perl_1.14.1-2_all.deb ... 3727s Unpacking libfile-stripnondeterminism-perl (1.14.1-2) ... 3727s Selecting previously unselected package dh-strip-nondeterminism. 3727s Preparing to unpack .../044-dh-strip-nondeterminism_1.14.1-2_all.deb ... 3727s Unpacking dh-strip-nondeterminism (1.14.1-2) ... 3727s Selecting previously unselected package debugedit. 3727s Preparing to unpack .../045-debugedit_1%3a5.1-2_s390x.deb ... 3727s Unpacking debugedit (1:5.1-2) ... 3727s Selecting previously unselected package dwz. 3727s Preparing to unpack .../046-dwz_0.15-1build6_s390x.deb ... 3727s Unpacking dwz (0.15-1build6) ... 3727s Selecting previously unselected package gettext. 3727s Preparing to unpack .../047-gettext_0.23.1-1_s390x.deb ... 3727s Unpacking gettext (0.23.1-1) ... 3727s Selecting previously unselected package intltool-debian. 3727s Preparing to unpack .../048-intltool-debian_0.35.0+20060710.6_all.deb ... 3727s Unpacking intltool-debian (0.35.0+20060710.6) ... 3727s Selecting previously unselected package po-debconf. 3727s Preparing to unpack .../049-po-debconf_1.0.21+nmu1_all.deb ... 3727s Unpacking po-debconf (1.0.21+nmu1) ... 3727s Selecting previously unselected package debhelper. 3727s Preparing to unpack .../050-debhelper_13.24.1ubuntu2_all.deb ... 3727s Unpacking debhelper (13.24.1ubuntu2) ... 3727s Selecting previously unselected package dh-python. 3727s Preparing to unpack .../051-dh-python_6.20250108_all.deb ... 3727s Unpacking dh-python (6.20250108) ... 3727s Selecting previously unselected package xml-core. 3727s Preparing to unpack .../052-xml-core_0.19_all.deb ... 3727s Unpacking xml-core (0.19) ... 3727s Selecting previously unselected package docutils-common. 3727s Preparing to unpack .../053-docutils-common_0.21.2+dfsg-2_all.deb ... 3727s Unpacking docutils-common (0.21.2+dfsg-2) ... 3727s Selecting previously unselected package libclang-cpp19. 3727s Preparing to unpack .../054-libclang-cpp19_1%3a19.1.7-1ubuntu1_s390x.deb ... 3727s Unpacking libclang-cpp19 (1:19.1.7-1ubuntu1) ... 3727s Selecting previously unselected package libfmt10:s390x. 3727s Preparing to unpack .../055-libfmt10_10.1.1+ds1-4_s390x.deb ... 3727s Unpacking libfmt10:s390x (10.1.1+ds1-4) ... 3727s Selecting previously unselected package libxapian30:s390x. 3727s Preparing to unpack .../056-libxapian30_1.4.25-2_s390x.deb ... 3727s Unpacking libxapian30:s390x (1.4.25-2) ... 3727s Selecting previously unselected package doxygen. 3727s Preparing to unpack .../057-doxygen_1.9.8+ds-2.1_s390x.deb ... 3727s Unpacking doxygen (1.9.8+ds-2.1) ... 3727s Selecting previously unselected package libfreetype6:s390x. 3727s Preparing to unpack .../058-libfreetype6_2.13.3+dfsg-1_s390x.deb ... 3727s Unpacking libfreetype6:s390x (2.13.3+dfsg-1) ... 3727s Selecting previously unselected package fonts-dejavu-mono. 3727s Preparing to unpack .../059-fonts-dejavu-mono_2.37-8_all.deb ... 3727s Unpacking fonts-dejavu-mono (2.37-8) ... 3727s Selecting previously unselected package fonts-dejavu-core. 3727s Preparing to unpack .../060-fonts-dejavu-core_2.37-8_all.deb ... 3727s Unpacking fonts-dejavu-core (2.37-8) ... 3727s Selecting previously unselected package fontconfig-config. 3727s Preparing to unpack .../061-fontconfig-config_2.15.0-2ubuntu1_s390x.deb ... 3728s Unpacking fontconfig-config (2.15.0-2ubuntu1) ... 3728s Selecting previously unselected package libfontconfig1:s390x. 3728s Preparing to unpack .../062-libfontconfig1_2.15.0-2ubuntu1_s390x.deb ... 3728s Unpacking libfontconfig1:s390x (2.15.0-2ubuntu1) ... 3728s Selecting previously unselected package fontconfig. 3728s Preparing to unpack .../063-fontconfig_2.15.0-2ubuntu1_s390x.deb ... 3728s Unpacking fontconfig (2.15.0-2ubuntu1) ... 3728s Selecting previously unselected package fonts-font-awesome. 3728s Preparing to unpack .../064-fonts-font-awesome_5.0.10+really4.7.0~dfsg-4.1_all.deb ... 3728s Unpacking fonts-font-awesome (5.0.10+really4.7.0~dfsg-4.1) ... 3728s Selecting previously unselected package fonts-mathjax. 3728s Preparing to unpack .../065-fonts-mathjax_2.7.9+dfsg-1_all.deb ... 3728s Unpacking fonts-mathjax (2.7.9+dfsg-1) ... 3728s Selecting previously unselected package libgfortran5:s390x. 3728s Preparing to unpack .../066-libgfortran5_15-20250213-1ubuntu1_s390x.deb ... 3728s Unpacking libgfortran5:s390x (15-20250213-1ubuntu1) ... 3728s Selecting previously unselected package libgfortran-14-dev:s390x. 3728s Preparing to unpack .../067-libgfortran-14-dev_14.2.0-17ubuntu1_s390x.deb ... 3728s Unpacking libgfortran-14-dev:s390x (14.2.0-17ubuntu1) ... 3728s Selecting previously unselected package gfortran-14-s390x-linux-gnu. 3728s Preparing to unpack .../068-gfortran-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 3728s Unpacking gfortran-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 3728s Selecting previously unselected package gfortran-14. 3728s Preparing to unpack .../069-gfortran-14_14.2.0-17ubuntu1_s390x.deb ... 3728s Unpacking gfortran-14 (14.2.0-17ubuntu1) ... 3728s Selecting previously unselected package gfortran-s390x-linux-gnu. 3728s Preparing to unpack .../070-gfortran-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 3728s Unpacking gfortran-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 3728s Selecting previously unselected package gfortran. 3728s Preparing to unpack .../071-gfortran_4%3a14.2.0-1ubuntu1_s390x.deb ... 3728s Unpacking gfortran (4:14.2.0-1ubuntu1) ... 3728s Selecting previously unselected package libann0. 3728s Preparing to unpack .../072-libann0_1.1.2+doc-9build1_s390x.deb ... 3728s Unpacking libann0 (1.1.2+doc-9build1) ... 3728s Selecting previously unselected package libcdt5:s390x. 3728s Preparing to unpack .../073-libcdt5_2.42.4-2build4_s390x.deb ... 3728s Unpacking libcdt5:s390x (2.42.4-2build4) ... 3728s Selecting previously unselected package libcgraph6:s390x. 3728s Preparing to unpack .../074-libcgraph6_2.42.4-2build4_s390x.deb ... 3728s Unpacking libcgraph6:s390x (2.42.4-2build4) ... 3728s Selecting previously unselected package libsharpyuv0:s390x. 3728s Preparing to unpack .../075-libsharpyuv0_1.5.0-0.1_s390x.deb ... 3728s Unpacking libsharpyuv0:s390x (1.5.0-0.1) ... 3728s Selecting previously unselected package libaom3:s390x. 3728s Preparing to unpack .../076-libaom3_3.12.0-1_s390x.deb ... 3728s Unpacking libaom3:s390x (3.12.0-1) ... 3728s Selecting previously unselected package libheif-plugin-aomdec:s390x. 3728s Preparing to unpack .../077-libheif-plugin-aomdec_1.19.5-1build1_s390x.deb ... 3728s Unpacking libheif-plugin-aomdec:s390x (1.19.5-1build1) ... 3728s Selecting previously unselected package libde265-0:s390x. 3728s Preparing to unpack .../078-libde265-0_1.0.15-1build4_s390x.deb ... 3728s Unpacking libde265-0:s390x (1.0.15-1build4) ... 3728s Selecting previously unselected package libheif-plugin-libde265:s390x. 3728s Preparing to unpack .../079-libheif-plugin-libde265_1.19.5-1build1_s390x.deb ... 3728s Unpacking libheif-plugin-libde265:s390x (1.19.5-1build1) ... 3728s Selecting previously unselected package libheif1:s390x. 3728s Preparing to unpack .../080-libheif1_1.19.5-1build1_s390x.deb ... 3728s Unpacking libheif1:s390x (1.19.5-1build1) ... 3728s Selecting previously unselected package libimagequant0:s390x. 3728s Preparing to unpack .../081-libimagequant0_2.18.0-1build1_s390x.deb ... 3728s Unpacking libimagequant0:s390x (2.18.0-1build1) ... 3728s Selecting previously unselected package libjpeg-turbo8:s390x. 3728s Preparing to unpack .../082-libjpeg-turbo8_2.1.5-3ubuntu2_s390x.deb ... 3728s Unpacking libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 3728s Selecting previously unselected package libjpeg8:s390x. 3728s Preparing to unpack .../083-libjpeg8_8c-2ubuntu11_s390x.deb ... 3728s Unpacking libjpeg8:s390x (8c-2ubuntu11) ... 3728s Selecting previously unselected package libgraphite2-3:s390x. 3728s Preparing to unpack .../084-libgraphite2-3_1.3.14-2ubuntu1_s390x.deb ... 3728s Unpacking libgraphite2-3:s390x (1.3.14-2ubuntu1) ... 3728s Selecting previously unselected package libharfbuzz0b:s390x. 3728s Preparing to unpack .../085-libharfbuzz0b_10.2.0-1_s390x.deb ... 3728s Unpacking libharfbuzz0b:s390x (10.2.0-1) ... 3728s Selecting previously unselected package libraqm0:s390x. 3728s Preparing to unpack .../086-libraqm0_0.10.2-1_s390x.deb ... 3728s Unpacking libraqm0:s390x (0.10.2-1) ... 3728s Selecting previously unselected package libdeflate0:s390x. 3728s Preparing to unpack .../087-libdeflate0_1.23-1_s390x.deb ... 3728s Unpacking libdeflate0:s390x (1.23-1) ... 3728s Selecting previously unselected package libjbig0:s390x. 3728s Preparing to unpack .../088-libjbig0_2.1-6.1ubuntu2_s390x.deb ... 3728s Unpacking libjbig0:s390x (2.1-6.1ubuntu2) ... 3728s Selecting previously unselected package libwebp7:s390x. 3728s Preparing to unpack .../089-libwebp7_1.5.0-0.1_s390x.deb ... 3728s Unpacking libwebp7:s390x (1.5.0-0.1) ... 3728s Selecting previously unselected package libtiff6:s390x. 3728s Preparing to unpack .../090-libtiff6_4.5.1+git230720-4ubuntu4_s390x.deb ... 3728s Unpacking libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 3728s Selecting previously unselected package libxpm4:s390x. 3728s Preparing to unpack .../091-libxpm4_1%3a3.5.17-1build2_s390x.deb ... 3728s Unpacking libxpm4:s390x (1:3.5.17-1build2) ... 3728s Selecting previously unselected package libgd3:s390x. 3728s Preparing to unpack .../092-libgd3_2.3.3-12ubuntu3_s390x.deb ... 3728s Unpacking libgd3:s390x (2.3.3-12ubuntu3) ... 3728s Selecting previously unselected package libgts-0.7-5t64:s390x. 3728s Preparing to unpack .../093-libgts-0.7-5t64_0.7.6+darcs121130-5.2build1_s390x.deb ... 3728s Unpacking libgts-0.7-5t64:s390x (0.7.6+darcs121130-5.2build1) ... 3728s Selecting previously unselected package libpixman-1-0:s390x. 3728s Preparing to unpack .../094-libpixman-1-0_0.44.0-3_s390x.deb ... 3728s Unpacking libpixman-1-0:s390x (0.44.0-3) ... 3728s Selecting previously unselected package libxcb-render0:s390x. 3728s Preparing to unpack .../095-libxcb-render0_1.17.0-2_s390x.deb ... 3728s Unpacking libxcb-render0:s390x (1.17.0-2) ... 3728s Selecting previously unselected package libxcb-shm0:s390x. 3728s Preparing to unpack .../096-libxcb-shm0_1.17.0-2_s390x.deb ... 3728s Unpacking libxcb-shm0:s390x (1.17.0-2) ... 3728s Selecting previously unselected package libxrender1:s390x. 3728s Preparing to unpack .../097-libxrender1_1%3a0.9.10-1.1build1_s390x.deb ... 3728s Unpacking libxrender1:s390x (1:0.9.10-1.1build1) ... 3728s Selecting previously unselected package libcairo2:s390x. 3728s Preparing to unpack .../098-libcairo2_1.18.2-2_s390x.deb ... 3728s Unpacking libcairo2:s390x (1.18.2-2) ... 3728s Selecting previously unselected package libltdl7:s390x. 3728s Preparing to unpack .../099-libltdl7_2.5.4-3build1_s390x.deb ... 3728s Unpacking libltdl7:s390x (2.5.4-3build1) ... 3728s Selecting previously unselected package libthai-data. 3728s Preparing to unpack .../100-libthai-data_0.1.29-2build1_all.deb ... 3728s Unpacking libthai-data (0.1.29-2build1) ... 3728s Selecting previously unselected package libdatrie1:s390x. 3728s Preparing to unpack .../101-libdatrie1_0.2.13-3build1_s390x.deb ... 3728s Unpacking libdatrie1:s390x (0.2.13-3build1) ... 3728s Selecting previously unselected package libthai0:s390x. 3728s Preparing to unpack .../102-libthai0_0.1.29-2build1_s390x.deb ... 3728s Unpacking libthai0:s390x (0.1.29-2build1) ... 3728s Selecting previously unselected package libpango-1.0-0:s390x. 3728s Preparing to unpack .../103-libpango-1.0-0_1.56.1-1_s390x.deb ... 3728s Unpacking libpango-1.0-0:s390x (1.56.1-1) ... 3728s Selecting previously unselected package libpangoft2-1.0-0:s390x. 3728s Preparing to unpack .../104-libpangoft2-1.0-0_1.56.1-1_s390x.deb ... 3728s Unpacking libpangoft2-1.0-0:s390x (1.56.1-1) ... 3728s Selecting previously unselected package libpangocairo-1.0-0:s390x. 3728s Preparing to unpack .../105-libpangocairo-1.0-0_1.56.1-1_s390x.deb ... 3728s Unpacking libpangocairo-1.0-0:s390x (1.56.1-1) ... 3728s Selecting previously unselected package libpathplan4:s390x. 3728s Preparing to unpack .../106-libpathplan4_2.42.4-2build4_s390x.deb ... 3728s Unpacking libpathplan4:s390x (2.42.4-2build4) ... 3728s Selecting previously unselected package libgvc6. 3728s Preparing to unpack .../107-libgvc6_2.42.4-2build4_s390x.deb ... 3728s Unpacking libgvc6 (2.42.4-2build4) ... 3728s Selecting previously unselected package libgvpr2:s390x. 3728s Preparing to unpack .../108-libgvpr2_2.42.4-2build4_s390x.deb ... 3728s Unpacking libgvpr2:s390x (2.42.4-2build4) ... 3728s Selecting previously unselected package liblab-gamut1:s390x. 3728s Preparing to unpack .../109-liblab-gamut1_2.42.4-2build4_s390x.deb ... 3728s Unpacking liblab-gamut1:s390x (2.42.4-2build4) ... 3728s Selecting previously unselected package x11-common. 3728s Preparing to unpack .../110-x11-common_1%3a7.7+23ubuntu3_all.deb ... 3728s Unpacking x11-common (1:7.7+23ubuntu3) ... 3728s Selecting previously unselected package libice6:s390x. 3728s Preparing to unpack .../111-libice6_2%3a1.1.1-1_s390x.deb ... 3728s Unpacking libice6:s390x (2:1.1.1-1) ... 3728s Selecting previously unselected package libsm6:s390x. 3728s Preparing to unpack .../112-libsm6_2%3a1.2.4-1_s390x.deb ... 3728s Unpacking libsm6:s390x (2:1.2.4-1) ... 3728s Selecting previously unselected package libxt6t64:s390x. 3728s Preparing to unpack .../113-libxt6t64_1%3a1.2.1-1.2build1_s390x.deb ... 3728s Unpacking libxt6t64:s390x (1:1.2.1-1.2build1) ... 3728s Selecting previously unselected package libxmu6:s390x. 3728s Preparing to unpack .../114-libxmu6_2%3a1.1.3-3build2_s390x.deb ... 3728s Unpacking libxmu6:s390x (2:1.1.3-3build2) ... 3728s Selecting previously unselected package libxaw7:s390x. 3728s Preparing to unpack .../115-libxaw7_2%3a1.0.16-1_s390x.deb ... 3728s Unpacking libxaw7:s390x (2:1.0.16-1) ... 3728s Selecting previously unselected package graphviz. 3728s Preparing to unpack .../116-graphviz_2.42.4-2build4_s390x.deb ... 3728s Unpacking graphviz (2.42.4-2build4) ... 3729s Selecting previously unselected package icu-devtools. 3729s Preparing to unpack .../117-icu-devtools_76.1-1ubuntu2_s390x.deb ... 3729s Unpacking icu-devtools (76.1-1ubuntu2) ... 3729s Selecting previously unselected package comerr-dev:s390x. 3729s Preparing to unpack .../118-comerr-dev_2.1-1.47.2-1ubuntu1_s390x.deb ... 3729s Unpacking comerr-dev:s390x (2.1-1.47.2-1ubuntu1) ... 3729s Selecting previously unselected package libgssrpc4t64:s390x. 3729s Preparing to unpack .../119-libgssrpc4t64_1.21.3-4ubuntu1_s390x.deb ... 3729s Unpacking libgssrpc4t64:s390x (1.21.3-4ubuntu1) ... 3729s Selecting previously unselected package libkadm5clnt-mit12:s390x. 3729s Preparing to unpack .../120-libkadm5clnt-mit12_1.21.3-4ubuntu1_s390x.deb ... 3729s Unpacking libkadm5clnt-mit12:s390x (1.21.3-4ubuntu1) ... 3729s Selecting previously unselected package libkdb5-10t64:s390x. 3729s Preparing to unpack .../121-libkdb5-10t64_1.21.3-4ubuntu1_s390x.deb ... 3729s Unpacking libkdb5-10t64:s390x (1.21.3-4ubuntu1) ... 3729s Selecting previously unselected package libkadm5srv-mit12:s390x. 3729s Preparing to unpack .../122-libkadm5srv-mit12_1.21.3-4ubuntu1_s390x.deb ... 3729s Unpacking libkadm5srv-mit12:s390x (1.21.3-4ubuntu1) ... 3729s Selecting previously unselected package krb5-multidev:s390x. 3729s Preparing to unpack .../123-krb5-multidev_1.21.3-4ubuntu1_s390x.deb ... 3729s Unpacking krb5-multidev:s390x (1.21.3-4ubuntu1) ... 3729s Selecting previously unselected package libaec0:s390x. 3729s Preparing to unpack .../124-libaec0_1.1.3-1_s390x.deb ... 3729s Unpacking libaec0:s390x (1.1.3-1) ... 3729s Selecting previously unselected package libsuitesparseconfig7:s390x. 3729s Preparing to unpack .../125-libsuitesparseconfig7_1%3a7.8.3+dfsg-3_s390x.deb ... 3729s Unpacking libsuitesparseconfig7:s390x (1:7.8.3+dfsg-3) ... 3729s Selecting previously unselected package libamd3:s390x. 3729s Preparing to unpack .../126-libamd3_1%3a7.8.3+dfsg-3_s390x.deb ... 3729s Unpacking libamd3:s390x (1:7.8.3+dfsg-3) ... 3729s Selecting previously unselected package libblas3:s390x. 3729s Preparing to unpack .../127-libblas3_3.12.1-2_s390x.deb ... 3729s Unpacking libblas3:s390x (3.12.1-2) ... 3729s Selecting previously unselected package liblapack3:s390x. 3729s Preparing to unpack .../128-liblapack3_3.12.1-2_s390x.deb ... 3729s Unpacking liblapack3:s390x (3.12.1-2) ... 3729s Selecting previously unselected package libarpack2t64:s390x. 3729s Preparing to unpack .../129-libarpack2t64_3.9.1-4_s390x.deb ... 3729s Unpacking libarpack2t64:s390x (3.9.1-4) ... 3729s Selecting previously unselected package libblas-dev:s390x. 3729s Preparing to unpack .../130-libblas-dev_3.12.1-2_s390x.deb ... 3729s Unpacking libblas-dev:s390x (3.12.1-2) ... 3729s Selecting previously unselected package liblapack-dev:s390x. 3729s Preparing to unpack .../131-liblapack-dev_3.12.1-2_s390x.deb ... 3729s Unpacking liblapack-dev:s390x (3.12.1-2) ... 3729s Selecting previously unselected package libarpack2-dev:s390x. 3729s Preparing to unpack .../132-libarpack2-dev_3.9.1-4_s390x.deb ... 3729s Unpacking libarpack2-dev:s390x (3.9.1-4) ... 3729s Selecting previously unselected package libblas64-3:s390x. 3729s Preparing to unpack .../133-libblas64-3_3.12.1-2_s390x.deb ... 3729s Unpacking libblas64-3:s390x (3.12.1-2) ... 3729s Selecting previously unselected package libboost1.83-dev:s390x. 3729s Preparing to unpack .../134-libboost1.83-dev_1.83.0-4.1ubuntu1_s390x.deb ... 3729s Unpacking libboost1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 3730s Selecting previously unselected package libboost-atomic1.83.0:s390x. 3730s Preparing to unpack .../135-libboost-atomic1.83.0_1.83.0-4.1ubuntu1_s390x.deb ... 3730s Unpacking libboost-atomic1.83.0:s390x (1.83.0-4.1ubuntu1) ... 3730s Selecting previously unselected package libboost-atomic1.83-dev:s390x. 3730s Preparing to unpack .../136-libboost-atomic1.83-dev_1.83.0-4.1ubuntu1_s390x.deb ... 3730s Unpacking libboost-atomic1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 3730s Selecting previously unselected package libboost-chrono1.83.0t64:s390x. 3730s Preparing to unpack .../137-libboost-chrono1.83.0t64_1.83.0-4.1ubuntu1_s390x.deb ... 3730s Unpacking libboost-chrono1.83.0t64:s390x (1.83.0-4.1ubuntu1) ... 3730s Selecting previously unselected package libboost-chrono1.83-dev:s390x. 3730s Preparing to unpack .../138-libboost-chrono1.83-dev_1.83.0-4.1ubuntu1_s390x.deb ... 3730s Unpacking libboost-chrono1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 3730s Selecting previously unselected package libboost-chrono-dev:s390x. 3730s Preparing to unpack .../139-libboost-chrono-dev_1.83.0.2ubuntu1_s390x.deb ... 3730s Unpacking libboost-chrono-dev:s390x (1.83.0.2ubuntu1) ... 3730s Selecting previously unselected package libboost-date-time1.83.0:s390x. 3730s Preparing to unpack .../140-libboost-date-time1.83.0_1.83.0-4.1ubuntu1_s390x.deb ... 3730s Unpacking libboost-date-time1.83.0:s390x (1.83.0-4.1ubuntu1) ... 3730s Selecting previously unselected package libboost-serialization1.83.0:s390x. 3730s Preparing to unpack .../141-libboost-serialization1.83.0_1.83.0-4.1ubuntu1_s390x.deb ... 3730s Unpacking libboost-serialization1.83.0:s390x (1.83.0-4.1ubuntu1) ... 3730s Selecting previously unselected package libboost-serialization1.83-dev:s390x. 3730s Preparing to unpack .../142-libboost-serialization1.83-dev_1.83.0-4.1ubuntu1_s390x.deb ... 3730s Unpacking libboost-serialization1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 3730s Selecting previously unselected package libboost-date-time1.83-dev:s390x. 3730s Preparing to unpack .../143-libboost-date-time1.83-dev_1.83.0-4.1ubuntu1_s390x.deb ... 3730s Unpacking libboost-date-time1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 3730s Selecting previously unselected package libboost-dev:s390x. 3730s Preparing to unpack .../144-libboost-dev_1.83.0.2ubuntu1_s390x.deb ... 3730s Unpacking libboost-dev:s390x (1.83.0.2ubuntu1) ... 3730s Selecting previously unselected package libboost-filesystem1.83.0:s390x. 3730s Preparing to unpack .../145-libboost-filesystem1.83.0_1.83.0-4.1ubuntu1_s390x.deb ... 3730s Unpacking libboost-filesystem1.83.0:s390x (1.83.0-4.1ubuntu1) ... 3730s Selecting previously unselected package libboost-system1.83.0:s390x. 3730s Preparing to unpack .../146-libboost-system1.83.0_1.83.0-4.1ubuntu1_s390x.deb ... 3730s Unpacking libboost-system1.83.0:s390x (1.83.0-4.1ubuntu1) ... 3730s Selecting previously unselected package libboost-system1.83-dev:s390x. 3730s Preparing to unpack .../147-libboost-system1.83-dev_1.83.0-4.1ubuntu1_s390x.deb ... 3730s Unpacking libboost-system1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 3730s Selecting previously unselected package libboost-filesystem1.83-dev:s390x. 3730s Preparing to unpack .../148-libboost-filesystem1.83-dev_1.83.0-4.1ubuntu1_s390x.deb ... 3730s Unpacking libboost-filesystem1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 3730s Selecting previously unselected package libboost-filesystem-dev:s390x. 3730s Preparing to unpack .../149-libboost-filesystem-dev_1.83.0.2ubuntu1_s390x.deb ... 3730s Unpacking libboost-filesystem-dev:s390x (1.83.0.2ubuntu1) ... 3730s Selecting previously unselected package libboost-regex1.83.0:s390x. 3730s Preparing to unpack .../150-libboost-regex1.83.0_1.83.0-4.1ubuntu1_s390x.deb ... 3730s Unpacking libboost-regex1.83.0:s390x (1.83.0-4.1ubuntu1) ... 3730s Selecting previously unselected package libicu-dev:s390x. 3730s Preparing to unpack .../151-libicu-dev_76.1-1ubuntu2_s390x.deb ... 3730s Unpacking libicu-dev:s390x (76.1-1ubuntu2) ... 3730s Selecting previously unselected package libboost-regex1.83-dev:s390x. 3730s Preparing to unpack .../152-libboost-regex1.83-dev_1.83.0-4.1ubuntu1_s390x.deb ... 3730s Unpacking libboost-regex1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 3730s Selecting previously unselected package libboost-iostreams1.83.0:s390x. 3730s Preparing to unpack .../153-libboost-iostreams1.83.0_1.83.0-4.1ubuntu1_s390x.deb ... 3730s Unpacking libboost-iostreams1.83.0:s390x (1.83.0-4.1ubuntu1) ... 3730s Selecting previously unselected package libboost-iostreams1.83-dev:s390x. 3730s Preparing to unpack .../154-libboost-iostreams1.83-dev_1.83.0-4.1ubuntu1_s390x.deb ... 3730s Unpacking libboost-iostreams1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 3730s Selecting previously unselected package libboost-iostreams-dev:s390x. 3730s Preparing to unpack .../155-libboost-iostreams-dev_1.83.0.2ubuntu1_s390x.deb ... 3730s Unpacking libboost-iostreams-dev:s390x (1.83.0.2ubuntu1) ... 3731s Selecting previously unselected package libboost-math1.83.0:s390x. 3731s Preparing to unpack .../156-libboost-math1.83.0_1.83.0-4.1ubuntu1_s390x.deb ... 3731s Unpacking libboost-math1.83.0:s390x (1.83.0-4.1ubuntu1) ... 3731s Selecting previously unselected package libboost-math1.83-dev:s390x. 3731s Preparing to unpack .../157-libboost-math1.83-dev_1.83.0-4.1ubuntu1_s390x.deb ... 3731s Unpacking libboost-math1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 3731s Selecting previously unselected package libboost-math-dev:s390x. 3731s Preparing to unpack .../158-libboost-math-dev_1.83.0.2ubuntu1_s390x.deb ... 3731s Unpacking libboost-math-dev:s390x (1.83.0.2ubuntu1) ... 3731s Selecting previously unselected package libevent-pthreads-2.1-7t64:s390x. 3731s Preparing to unpack .../159-libevent-pthreads-2.1-7t64_2.1.12-stable-10_s390x.deb ... 3731s Unpacking libevent-pthreads-2.1-7t64:s390x (2.1.12-stable-10) ... 3731s Selecting previously unselected package librdmacm1t64:s390x. 3731s Preparing to unpack .../160-librdmacm1t64_55.0-1ubuntu1_s390x.deb ... 3731s Unpacking librdmacm1t64:s390x (55.0-1ubuntu1) ... 3731s Selecting previously unselected package libfabric1:s390x. 3731s Preparing to unpack .../161-libfabric1_1.17.0-3ubuntu1_s390x.deb ... 3731s Unpacking libfabric1:s390x (1.17.0-3ubuntu1) ... 3731s Selecting previously unselected package libhwloc15:s390x. 3731s Preparing to unpack .../162-libhwloc15_2.12.0-1_s390x.deb ... 3731s Unpacking libhwloc15:s390x (2.12.0-1) ... 3731s Selecting previously unselected package libmunge2:s390x. 3731s Preparing to unpack .../163-libmunge2_0.5.16-1_s390x.deb ... 3731s Unpacking libmunge2:s390x (0.5.16-1) ... 3731s Selecting previously unselected package libpciaccess0:s390x. 3731s Preparing to unpack .../164-libpciaccess0_0.17-3build1_s390x.deb ... 3731s Unpacking libpciaccess0:s390x (0.17-3build1) ... 3731s Selecting previously unselected package libxnvctrl0:s390x. 3731s Preparing to unpack .../165-libxnvctrl0_510.47.03-0ubuntu4_s390x.deb ... 3731s Unpacking libxnvctrl0:s390x (510.47.03-0ubuntu4) ... 3731s Selecting previously unselected package ocl-icd-libopencl1:s390x. 3731s Preparing to unpack .../166-ocl-icd-libopencl1_2.3.2-1build1_s390x.deb ... 3731s Unpacking ocl-icd-libopencl1:s390x (2.3.2-1build1) ... 3731s Selecting previously unselected package libhwloc-plugins:s390x. 3731s Preparing to unpack .../167-libhwloc-plugins_2.12.0-1_s390x.deb ... 3731s Unpacking libhwloc-plugins:s390x (2.12.0-1) ... 3731s Selecting previously unselected package libpmix2t64:s390x. 3731s Preparing to unpack .../168-libpmix2t64_5.0.6-3_s390x.deb ... 3731s Unpacking libpmix2t64:s390x (5.0.6-3) ... 3731s Selecting previously unselected package libopenmpi40:s390x. 3731s Preparing to unpack .../169-libopenmpi40_5.0.6-4_s390x.deb ... 3731s Unpacking libopenmpi40:s390x (5.0.6-4) ... 3731s Selecting previously unselected package libboost-mpi1.83.0. 3731s Preparing to unpack .../170-libboost-mpi1.83.0_1.83.0-4.1ubuntu1_s390x.deb ... 3731s Unpacking libboost-mpi1.83.0 (1.83.0-4.1ubuntu1) ... 3731s Selecting previously unselected package openmpi-common. 3731s Preparing to unpack .../171-openmpi-common_5.0.6-4_all.deb ... 3731s Unpacking openmpi-common (5.0.6-4) ... 3731s Selecting previously unselected package libnl-3-dev:s390x. 3731s Preparing to unpack .../172-libnl-3-dev_3.7.0-0.3build2_s390x.deb ... 3731s Unpacking libnl-3-dev:s390x (3.7.0-0.3build2) ... 3731s Selecting previously unselected package libnl-route-3-dev:s390x. 3731s Preparing to unpack .../173-libnl-route-3-dev_3.7.0-0.3build2_s390x.deb ... 3731s Unpacking libnl-route-3-dev:s390x (3.7.0-0.3build2) ... 3731s Selecting previously unselected package libibverbs-dev:s390x. 3731s Preparing to unpack .../174-libibverbs-dev_55.0-1ubuntu1_s390x.deb ... 3731s Unpacking libibverbs-dev:s390x (55.0-1ubuntu1) ... 3731s Selecting previously unselected package libnuma-dev:s390x. 3731s Preparing to unpack .../175-libnuma-dev_2.0.18-1build1_s390x.deb ... 3731s Unpacking libnuma-dev:s390x (2.0.18-1build1) ... 3731s Selecting previously unselected package libltdl-dev:s390x. 3731s Preparing to unpack .../176-libltdl-dev_2.5.4-3build1_s390x.deb ... 3731s Unpacking libltdl-dev:s390x (2.5.4-3build1) ... 3731s Selecting previously unselected package libhwloc-dev:s390x. 3731s Preparing to unpack .../177-libhwloc-dev_2.12.0-1_s390x.deb ... 3731s Unpacking libhwloc-dev:s390x (2.12.0-1) ... 3731s Selecting previously unselected package libevent-2.1-7t64:s390x. 3731s Preparing to unpack .../178-libevent-2.1-7t64_2.1.12-stable-10_s390x.deb ... 3731s Unpacking libevent-2.1-7t64:s390x (2.1.12-stable-10) ... 3731s Selecting previously unselected package libevent-extra-2.1-7t64:s390x. 3731s Preparing to unpack .../179-libevent-extra-2.1-7t64_2.1.12-stable-10_s390x.deb ... 3731s Unpacking libevent-extra-2.1-7t64:s390x (2.1.12-stable-10) ... 3731s Selecting previously unselected package libevent-openssl-2.1-7t64:s390x. 3731s Preparing to unpack .../180-libevent-openssl-2.1-7t64_2.1.12-stable-10_s390x.deb ... 3731s Unpacking libevent-openssl-2.1-7t64:s390x (2.1.12-stable-10) ... 3731s Selecting previously unselected package libevent-dev. 3731s Preparing to unpack .../181-libevent-dev_2.1.12-stable-10_s390x.deb ... 3731s Unpacking libevent-dev (2.1.12-stable-10) ... 3731s Selecting previously unselected package zlib1g-dev:s390x. 3731s Preparing to unpack .../182-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_s390x.deb ... 3731s Unpacking zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 3731s Selecting previously unselected package libjs-jquery. 3731s Preparing to unpack .../183-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... 3731s Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 3731s Selecting previously unselected package libpmix-dev:s390x. 3731s Preparing to unpack .../184-libpmix-dev_5.0.6-3_s390x.deb ... 3731s Unpacking libpmix-dev:s390x (5.0.6-3) ... 3731s Selecting previously unselected package libjs-jquery-ui. 3731s Preparing to unpack .../185-libjs-jquery-ui_1.13.2+dfsg-1_all.deb ... 3731s Unpacking libjs-jquery-ui (1.13.2+dfsg-1) ... 3731s Selecting previously unselected package openmpi-bin. 3731s Preparing to unpack .../186-openmpi-bin_5.0.6-4_s390x.deb ... 3731s Unpacking openmpi-bin (5.0.6-4) ... 3731s Selecting previously unselected package libopenmpi-dev:s390x. 3731s Preparing to unpack .../187-libopenmpi-dev_5.0.6-4_s390x.deb ... 3731s Unpacking libopenmpi-dev:s390x (5.0.6-4) ... 3731s Selecting previously unselected package mpi-default-dev. 3731s Preparing to unpack .../188-mpi-default-dev_1.18_s390x.deb ... 3731s Unpacking mpi-default-dev (1.18) ... 3731s Selecting previously unselected package libboost-mpi1.83-dev. 3731s Preparing to unpack .../189-libboost-mpi1.83-dev_1.83.0-4.1ubuntu1_s390x.deb ... 3731s Unpacking libboost-mpi1.83-dev (1.83.0-4.1ubuntu1) ... 3731s Selecting previously unselected package libboost-mpi-dev. 3731s Preparing to unpack .../190-libboost-mpi-dev_1.83.0.2ubuntu1_s390x.deb ... 3731s Unpacking libboost-mpi-dev (1.83.0.2ubuntu1) ... 3731s Selecting previously unselected package libboost-program-options1.83.0:s390x. 3731s Preparing to unpack .../191-libboost-program-options1.83.0_1.83.0-4.1ubuntu1_s390x.deb ... 3731s Unpacking libboost-program-options1.83.0:s390x (1.83.0-4.1ubuntu1) ... 3731s Selecting previously unselected package libboost-program-options1.83-dev:s390x. 3731s Preparing to unpack .../192-libboost-program-options1.83-dev_1.83.0-4.1ubuntu1_s390x.deb ... 3731s Unpacking libboost-program-options1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 3731s Selecting previously unselected package libboost-program-options-dev:s390x. 3731s Preparing to unpack .../193-libboost-program-options-dev_1.83.0.2ubuntu1_s390x.deb ... 3731s Unpacking libboost-program-options-dev:s390x (1.83.0.2ubuntu1) ... 3731s Selecting previously unselected package libboost-serialization-dev:s390x. 3731s Preparing to unpack .../194-libboost-serialization-dev_1.83.0.2ubuntu1_s390x.deb ... 3731s Unpacking libboost-serialization-dev:s390x (1.83.0.2ubuntu1) ... 3731s Selecting previously unselected package libboost-thread1.83.0:s390x. 3731s Preparing to unpack .../195-libboost-thread1.83.0_1.83.0-4.1ubuntu1_s390x.deb ... 3731s Unpacking libboost-thread1.83.0:s390x (1.83.0-4.1ubuntu1) ... 3731s Selecting previously unselected package libboost-thread1.83-dev:s390x. 3731s Preparing to unpack .../196-libboost-thread1.83-dev_1.83.0-4.1ubuntu1_s390x.deb ... 3731s Unpacking libboost-thread1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 3731s Selecting previously unselected package libboost-thread-dev:s390x. 3731s Preparing to unpack .../197-libboost-thread-dev_1.83.0.2ubuntu1_s390x.deb ... 3731s Unpacking libboost-thread-dev:s390x (1.83.0.2ubuntu1) ... 3731s Selecting previously unselected package libboost-timer1.83.0:s390x. 3731s Preparing to unpack .../198-libboost-timer1.83.0_1.83.0-4.1ubuntu1_s390x.deb ... 3731s Unpacking libboost-timer1.83.0:s390x (1.83.0-4.1ubuntu1) ... 3731s Selecting previously unselected package libboost-timer1.83-dev:s390x. 3731s Preparing to unpack .../199-libboost-timer1.83-dev_1.83.0-4.1ubuntu1_s390x.deb ... 3731s Unpacking libboost-timer1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 3731s Selecting previously unselected package libboost-timer-dev:s390x. 3731s Preparing to unpack .../200-libboost-timer-dev_1.83.0.2ubuntu1_s390x.deb ... 3731s Unpacking libboost-timer-dev:s390x (1.83.0.2ubuntu1) ... 3731s Selecting previously unselected package libbrotli-dev:s390x. 3731s Preparing to unpack .../201-libbrotli-dev_1.1.0-2build3_s390x.deb ... 3731s Unpacking libbrotli-dev:s390x (1.1.0-2build3) ... 3731s Selecting previously unselected package libbtf2:s390x. 3731s Preparing to unpack .../202-libbtf2_1%3a7.8.3+dfsg-3_s390x.deb ... 3731s Unpacking libbtf2:s390x (1:7.8.3+dfsg-3) ... 3731s Selecting previously unselected package libcamd3:s390x. 3731s Preparing to unpack .../203-libcamd3_1%3a7.8.3+dfsg-3_s390x.deb ... 3731s Unpacking libcamd3:s390x (1:7.8.3+dfsg-3) ... 3731s Selecting previously unselected package libccolamd3:s390x. 3731s Preparing to unpack .../204-libccolamd3_1%3a7.8.3+dfsg-3_s390x.deb ... 3731s Unpacking libccolamd3:s390x (1:7.8.3+dfsg-3) ... 3731s Selecting previously unselected package libcolamd3:s390x. 3731s Preparing to unpack .../205-libcolamd3_1%3a7.8.3+dfsg-3_s390x.deb ... 3731s Unpacking libcolamd3:s390x (1:7.8.3+dfsg-3) ... 3731s Selecting previously unselected package libcholmod5:s390x. 3731s Preparing to unpack .../206-libcholmod5_1%3a7.8.3+dfsg-3_s390x.deb ... 3731s Unpacking libcholmod5:s390x (1:7.8.3+dfsg-3) ... 3731s Selecting previously unselected package libcombblas2.0.0t64:s390x. 3731s Preparing to unpack .../207-libcombblas2.0.0t64_2.0.0-6build1_s390x.deb ... 3731s Unpacking libcombblas2.0.0t64:s390x (2.0.0-6build1) ... 3731s Selecting previously unselected package libidn2-dev:s390x. 3731s Preparing to unpack .../208-libidn2-dev_2.3.7-2build2_s390x.deb ... 3731s Unpacking libidn2-dev:s390x (2.3.7-2build2) ... 3732s Selecting previously unselected package libkrb5-dev:s390x. 3732s Preparing to unpack .../209-libkrb5-dev_1.21.3-4ubuntu1_s390x.deb ... 3732s Unpacking libkrb5-dev:s390x (1.21.3-4ubuntu1) ... 3732s Selecting previously unselected package libldap-dev:s390x. 3732s Preparing to unpack .../210-libldap-dev_2.6.9+dfsg-1~exp2ubuntu1_s390x.deb ... 3732s Unpacking libldap-dev:s390x (2.6.9+dfsg-1~exp2ubuntu1) ... 3732s Selecting previously unselected package libpkgconf3:s390x. 3732s Preparing to unpack .../211-libpkgconf3_1.8.1-4_s390x.deb ... 3732s Unpacking libpkgconf3:s390x (1.8.1-4) ... 3732s Selecting previously unselected package pkgconf-bin. 3732s Preparing to unpack .../212-pkgconf-bin_1.8.1-4_s390x.deb ... 3732s Unpacking pkgconf-bin (1.8.1-4) ... 3732s Selecting previously unselected package pkgconf:s390x. 3732s Preparing to unpack .../213-pkgconf_1.8.1-4_s390x.deb ... 3732s Unpacking pkgconf:s390x (1.8.1-4) ... 3732s Selecting previously unselected package libnghttp2-dev:s390x. 3732s Preparing to unpack .../214-libnghttp2-dev_1.64.0-1_s390x.deb ... 3732s Unpacking libnghttp2-dev:s390x (1.64.0-1) ... 3732s Selecting previously unselected package libpsl-dev:s390x. 3732s Preparing to unpack .../215-libpsl-dev_0.21.2-1.1build1_s390x.deb ... 3732s Unpacking libpsl-dev:s390x (0.21.2-1.1build1) ... 3732s Selecting previously unselected package libgmpxx4ldbl:s390x. 3732s Preparing to unpack .../216-libgmpxx4ldbl_2%3a6.3.0+dfsg-2ubuntu7_s390x.deb ... 3732s Unpacking libgmpxx4ldbl:s390x (2:6.3.0+dfsg-2ubuntu7) ... 3732s Selecting previously unselected package libgmp-dev:s390x. 3732s Preparing to unpack .../217-libgmp-dev_2%3a6.3.0+dfsg-2ubuntu7_s390x.deb ... 3732s Unpacking libgmp-dev:s390x (2:6.3.0+dfsg-2ubuntu7) ... 3732s Selecting previously unselected package libunbound8:s390x. 3732s Preparing to unpack .../218-libunbound8_1.22.0-1ubuntu1_s390x.deb ... 3732s Unpacking libunbound8:s390x (1.22.0-1ubuntu1) ... 3732s Selecting previously unselected package libgnutls-dane0t64:s390x. 3732s Preparing to unpack .../219-libgnutls-dane0t64_3.8.9-2ubuntu1_s390x.deb ... 3732s Unpacking libgnutls-dane0t64:s390x (3.8.9-2ubuntu1) ... 3732s Selecting previously unselected package libgnutls-openssl27t64:s390x. 3732s Preparing to unpack .../220-libgnutls-openssl27t64_3.8.9-2ubuntu1_s390x.deb ... 3732s Unpacking libgnutls-openssl27t64:s390x (3.8.9-2ubuntu1) ... 3732s Selecting previously unselected package libp11-kit-dev:s390x. 3732s Preparing to unpack .../221-libp11-kit-dev_0.25.5-2ubuntu3_s390x.deb ... 3732s Unpacking libp11-kit-dev:s390x (0.25.5-2ubuntu3) ... 3732s Selecting previously unselected package libtasn1-6-dev:s390x. 3732s Preparing to unpack .../222-libtasn1-6-dev_4.20.0-2_s390x.deb ... 3732s Unpacking libtasn1-6-dev:s390x (4.20.0-2) ... 3732s Selecting previously unselected package nettle-dev:s390x. 3732s Preparing to unpack .../223-nettle-dev_3.10.1-1_s390x.deb ... 3732s Unpacking nettle-dev:s390x (3.10.1-1) ... 3732s Selecting previously unselected package libgnutls28-dev:s390x. 3732s Preparing to unpack .../224-libgnutls28-dev_3.8.9-2ubuntu1_s390x.deb ... 3732s Unpacking libgnutls28-dev:s390x (3.8.9-2ubuntu1) ... 3732s Selecting previously unselected package librtmp-dev:s390x. 3732s Preparing to unpack .../225-librtmp-dev_2.4+20151223.gitfa8646d.1-2build7_s390x.deb ... 3732s Unpacking librtmp-dev:s390x (2.4+20151223.gitfa8646d.1-2build7) ... 3732s Selecting previously unselected package libssl-dev:s390x. 3732s Preparing to unpack .../226-libssl-dev_3.4.0-1ubuntu2_s390x.deb ... 3732s Unpacking libssl-dev:s390x (3.4.0-1ubuntu2) ... 3732s Selecting previously unselected package libssh2-1-dev:s390x. 3732s Preparing to unpack .../227-libssh2-1-dev_1.11.1-1_s390x.deb ... 3732s Unpacking libssh2-1-dev:s390x (1.11.1-1) ... 3732s Selecting previously unselected package libzstd-dev:s390x. 3732s Preparing to unpack .../228-libzstd-dev_1.5.6+dfsg-2_s390x.deb ... 3732s Unpacking libzstd-dev:s390x (1.5.6+dfsg-2) ... 3732s Selecting previously unselected package libcurl4-openssl-dev:s390x. 3732s Preparing to unpack .../229-libcurl4-openssl-dev_8.12.0+git20250209.89ed161+ds-1ubuntu1_s390x.deb ... 3732s Unpacking libcurl4-openssl-dev:s390x (8.12.0+git20250209.89ed161+ds-1ubuntu1) ... 3732s Selecting previously unselected package libcxsparse4:s390x. 3732s Preparing to unpack .../230-libcxsparse4_1%3a7.8.3+dfsg-3_s390x.deb ... 3732s Unpacking libcxsparse4:s390x (1:7.8.3+dfsg-3) ... 3732s Selecting previously unselected package libdolfin-dev-common. 3732s Preparing to unpack .../231-libdolfin-dev-common_2019.2.0~legacy20240219.1c52e83-18_all.deb ... 3732s Unpacking libdolfin-dev-common (2019.2.0~legacy20240219.1c52e83-18) ... 3732s Selecting previously unselected package libsz2:s390x. 3732s Preparing to unpack .../232-libsz2_1.1.3-1_s390x.deb ... 3732s Unpacking libsz2:s390x (1.1.3-1) ... 3732s Selecting previously unselected package libhdf5-openmpi-310:s390x. 3732s Preparing to unpack .../233-libhdf5-openmpi-310_1.14.5+repack-3_s390x.deb ... 3732s Unpacking libhdf5-openmpi-310:s390x (1.14.5+repack-3) ... 3732s Selecting previously unselected package libfftw3-double3:s390x. 3732s Preparing to unpack .../234-libfftw3-double3_3.3.10-2fakesync1build1_s390x.deb ... 3732s Unpacking libfftw3-double3:s390x (3.3.10-2fakesync1build1) ... 3732s Selecting previously unselected package libfftw3-long3:s390x. 3732s Preparing to unpack .../235-libfftw3-long3_3.3.10-2fakesync1build1_s390x.deb ... 3732s Unpacking libfftw3-long3:s390x (3.3.10-2fakesync1build1) ... 3732s Selecting previously unselected package libfftw3-single3:s390x. 3732s Preparing to unpack .../236-libfftw3-single3_3.3.10-2fakesync1build1_s390x.deb ... 3732s Unpacking libfftw3-single3:s390x (3.3.10-2fakesync1build1) ... 3732s Selecting previously unselected package libfftw3-mpi3:s390x. 3732s Preparing to unpack .../237-libfftw3-mpi3_3.3.10-2fakesync1build1_s390x.deb ... 3732s Unpacking libfftw3-mpi3:s390x (3.3.10-2fakesync1build1) ... 3732s Selecting previously unselected package libmetis5:s390x. 3732s Preparing to unpack .../238-libmetis5_5.1.0.dfsg-7build3_s390x.deb ... 3732s Unpacking libmetis5:s390x (5.1.0.dfsg-7build3) ... 3732s Selecting previously unselected package libptscotch-7.0:s390x. 3732s Preparing to unpack .../239-libptscotch-7.0_7.0.5-1ubuntu2_s390x.deb ... 3732s Unpacking libptscotch-7.0:s390x (7.0.5-1ubuntu2) ... 3732s Selecting previously unselected package libsuperlu-dist8:s390x. 3732s Preparing to unpack .../240-libsuperlu-dist8_8.2.1+dfsg1-5build1_s390x.deb ... 3732s Unpacking libsuperlu-dist8:s390x (8.2.1+dfsg1-5build1) ... 3732s Selecting previously unselected package libhypre-2.32.0:s390x. 3732s Preparing to unpack .../241-libhypre-2.32.0_2.32.0-4_s390x.deb ... 3732s Unpacking libhypre-2.32.0:s390x (2.32.0-4) ... 3732s Selecting previously unselected package libklu2:s390x. 3732s Preparing to unpack .../242-libklu2_1%3a7.8.3+dfsg-3_s390x.deb ... 3732s Unpacking libklu2:s390x (1:7.8.3+dfsg-3) ... 3732s Selecting previously unselected package mpi-default-bin. 3732s Preparing to unpack .../243-mpi-default-bin_1.18_s390x.deb ... 3732s Unpacking mpi-default-bin (1.18) ... 3732s Selecting previously unselected package libscalapack-openmpi2.2:s390x. 3732s Preparing to unpack .../244-libscalapack-openmpi2.2_2.2.2-1ubuntu1_s390x.deb ... 3732s Unpacking libscalapack-openmpi2.2:s390x (2.2.2-1ubuntu1) ... 3732s Selecting previously unselected package libmumps-5.7:s390x. 3732s Preparing to unpack .../245-libmumps-5.7_5.7.3-3build2_s390x.deb ... 3732s Unpacking libmumps-5.7:s390x (5.7.3-3build2) ... 3732s Selecting previously unselected package libspqr4:s390x. 3732s Preparing to unpack .../246-libspqr4_1%3a7.8.3+dfsg-3_s390x.deb ... 3732s Unpacking libspqr4:s390x (1:7.8.3+dfsg-3) ... 3732s Selecting previously unselected package libsuperlu7:s390x. 3732s Preparing to unpack .../247-libsuperlu7_7.0.0+dfsg1-2_s390x.deb ... 3732s Unpacking libsuperlu7:s390x (7.0.0+dfsg1-2) ... 3732s Selecting previously unselected package libumfpack6:s390x. 3732s Preparing to unpack .../248-libumfpack6_1%3a7.8.3+dfsg-3_s390x.deb ... 3732s Unpacking libumfpack6:s390x (1:7.8.3+dfsg-3) ... 3732s Selecting previously unselected package libpetsc-real3.22:s390x. 3732s Preparing to unpack .../249-libpetsc-real3.22_3.22.2+dfsg1-1ubuntu2_s390x.deb ... 3732s Unpacking libpetsc-real3.22:s390x (3.22.2+dfsg1-1ubuntu2) ... 3732s Selecting previously unselected package libparpack2t64:s390x. 3732s Preparing to unpack .../250-libparpack2t64_3.9.1-4_s390x.deb ... 3732s Unpacking libparpack2t64:s390x (3.9.1-4) ... 3732s Selecting previously unselected package libslepc-real3.22. 3732s Preparing to unpack .../251-libslepc-real3.22_3.22.2+dfsg1-1build1_s390x.deb ... 3732s Unpacking libslepc-real3.22 (3.22.2+dfsg1-1build1) ... 3732s Selecting previously unselected package libdolfin2019.2t64:s390x. 3732s Preparing to unpack .../252-libdolfin2019.2t64_2019.2.0~legacy20240219.1c52e83-18_s390x.deb ... 3732s Unpacking libdolfin2019.2t64:s390x (2019.2.0~legacy20240219.1c52e83-18) ... 3733s Selecting previously unselected package libopenblas64-0-pthread:s390x. 3733s Preparing to unpack .../253-libopenblas64-0-pthread_0.3.29+ds-2_s390x.deb ... 3733s Unpacking libopenblas64-0-pthread:s390x (0.3.29+ds-2) ... 3733s Selecting previously unselected package liblapack64-3:s390x. 3733s Preparing to unpack .../254-liblapack64-3_3.12.1-2_s390x.deb ... 3733s Unpacking liblapack64-3:s390x (3.12.1-2) ... 3733s Selecting previously unselected package libhypre64m-2.32.0:s390x. 3733s Preparing to unpack .../255-libhypre64m-2.32.0_2.32.0-4_s390x.deb ... 3733s Unpacking libhypre64m-2.32.0:s390x (2.32.0-4) ... 3733s Selecting previously unselected package libmumps-64pord-5.7:s390x. 3733s Preparing to unpack .../256-libmumps-64pord-5.7_5.7.3-3build2_s390x.deb ... 3733s Unpacking libmumps-64pord-5.7:s390x (5.7.3-3build2) ... 3733s Selecting previously unselected package libpetsc64-real3.22:s390x. 3733s Preparing to unpack .../257-libpetsc64-real3.22_3.22.2+dfsg1-1ubuntu2_s390x.deb ... 3733s Unpacking libpetsc64-real3.22:s390x (3.22.2+dfsg1-1ubuntu2) ... 3733s Selecting previously unselected package libslepc64-real3.22. 3733s Preparing to unpack .../258-libslepc64-real3.22_3.22.2+dfsg1-1build1_s390x.deb ... 3733s Unpacking libslepc64-real3.22 (3.22.2+dfsg1-1build1) ... 3733s Selecting previously unselected package libdolfin64-2019.2t64:s390x. 3733s Preparing to unpack .../259-libdolfin64-2019.2t64_2019.2.0~legacy20240219.1c52e83-18_s390x.deb ... 3733s Unpacking libdolfin64-2019.2t64:s390x (2019.2.0~legacy20240219.1c52e83-18) ... 3733s Selecting previously unselected package pkg-config:s390x. 3733s Preparing to unpack .../260-pkg-config_1.8.1-4_s390x.deb ... 3733s Unpacking pkg-config:s390x (1.8.1-4) ... 3733s Selecting previously unselected package libeigen3-dev. 3733s Preparing to unpack .../261-libeigen3-dev_3.4.0-4build1_all.deb ... 3733s Unpacking libeigen3-dev (3.4.0-4build1) ... 3733s Selecting previously unselected package libhdf5-openmpi-fortran-310:s390x. 3733s Preparing to unpack .../262-libhdf5-openmpi-fortran-310_1.14.5+repack-3_s390x.deb ... 3733s Unpacking libhdf5-openmpi-fortran-310:s390x (1.14.5+repack-3) ... 3733s Selecting previously unselected package libhdf5-openmpi-hl-310:s390x. 3733s Preparing to unpack .../263-libhdf5-openmpi-hl-310_1.14.5+repack-3_s390x.deb ... 3733s Unpacking libhdf5-openmpi-hl-310:s390x (1.14.5+repack-3) ... 3733s Selecting previously unselected package libhdf5-openmpi-hl-fortran-310:s390x. 3733s Preparing to unpack .../264-libhdf5-openmpi-hl-fortran-310_1.14.5+repack-3_s390x.deb ... 3733s Unpacking libhdf5-openmpi-hl-fortran-310:s390x (1.14.5+repack-3) ... 3733s Selecting previously unselected package libhdf5-openmpi-cpp-310:s390x. 3733s Preparing to unpack .../265-libhdf5-openmpi-cpp-310_1.14.5+repack-3_s390x.deb ... 3733s Unpacking libhdf5-openmpi-cpp-310:s390x (1.14.5+repack-3) ... 3733s Selecting previously unselected package libhdf5-openmpi-hl-cpp-310:s390x. 3733s Preparing to unpack .../266-libhdf5-openmpi-hl-cpp-310_1.14.5+repack-3_s390x.deb ... 3733s Unpacking libhdf5-openmpi-hl-cpp-310:s390x (1.14.5+repack-3) ... 3733s Selecting previously unselected package libaec-dev:s390x. 3733s Preparing to unpack .../267-libaec-dev_1.1.3-1_s390x.deb ... 3733s Unpacking libaec-dev:s390x (1.1.3-1) ... 3733s Selecting previously unselected package libjpeg-turbo8-dev:s390x. 3733s Preparing to unpack .../268-libjpeg-turbo8-dev_2.1.5-3ubuntu2_s390x.deb ... 3733s Unpacking libjpeg-turbo8-dev:s390x (2.1.5-3ubuntu2) ... 3733s Selecting previously unselected package libjpeg8-dev:s390x. 3733s Preparing to unpack .../269-libjpeg8-dev_8c-2ubuntu11_s390x.deb ... 3733s Unpacking libjpeg8-dev:s390x (8c-2ubuntu11) ... 3733s Selecting previously unselected package libjpeg-dev:s390x. 3733s Preparing to unpack .../270-libjpeg-dev_8c-2ubuntu11_s390x.deb ... 3733s Unpacking libjpeg-dev:s390x (8c-2ubuntu11) ... 3733s Selecting previously unselected package libhdf5-openmpi-dev. 3733s Preparing to unpack .../271-libhdf5-openmpi-dev_1.14.5+repack-3_s390x.deb ... 3733s Unpacking libhdf5-openmpi-dev (1.14.5+repack-3) ... 3733s Selecting previously unselected package libhdf5-mpi-dev:s390x. 3733s Preparing to unpack .../272-libhdf5-mpi-dev_1.14.5+repack-3_s390x.deb ... 3733s Unpacking libhdf5-mpi-dev:s390x (1.14.5+repack-3) ... 3733s Selecting previously unselected package libldl3:s390x. 3733s Preparing to unpack .../273-libldl3_1%3a7.8.3+dfsg-3_s390x.deb ... 3733s Unpacking libldl3:s390x (1:7.8.3+dfsg-3) ... 3733s Selecting previously unselected package libsuitesparse-mongoose3:s390x. 3733s Preparing to unpack .../274-libsuitesparse-mongoose3_1%3a7.8.3+dfsg-3_s390x.deb ... 3733s Unpacking libsuitesparse-mongoose3:s390x (1:7.8.3+dfsg-3) ... 3733s Selecting previously unselected package librbio4:s390x. 3733s Preparing to unpack .../275-librbio4_1%3a7.8.3+dfsg-3_s390x.deb ... 3733s Unpacking librbio4:s390x (1:7.8.3+dfsg-3) ... 3733s Selecting previously unselected package libspex3:s390x. 3733s Preparing to unpack .../276-libspex3_1%3a7.8.3+dfsg-3_s390x.deb ... 3733s Unpacking libspex3:s390x (1:7.8.3+dfsg-3) ... 3733s Selecting previously unselected package libparu1:s390x. 3733s Preparing to unpack .../277-libparu1_1%3a7.8.3+dfsg-3_s390x.deb ... 3733s Unpacking libparu1:s390x (1:7.8.3+dfsg-3) ... 3733s Selecting previously unselected package libsuitesparse-dev:s390x. 3733s Preparing to unpack .../278-libsuitesparse-dev_1%3a7.8.3+dfsg-3_s390x.deb ... 3733s Unpacking libsuitesparse-dev:s390x (1:7.8.3+dfsg-3) ... 3733s Selecting previously unselected package libscotch-7.0:s390x. 3733s Preparing to unpack .../279-libscotch-7.0_7.0.5-1ubuntu2_s390x.deb ... 3733s Unpacking libscotch-7.0:s390x (7.0.5-1ubuntu2) ... 3733s Selecting previously unselected package libscotch-dev. 3733s Preparing to unpack .../280-libscotch-dev_7.0.5-1ubuntu2_s390x.deb ... 3733s Unpacking libscotch-dev (7.0.5-1ubuntu2) ... 3733s Selecting previously unselected package libxml2-dev:s390x. 3733s Preparing to unpack .../281-libxml2-dev_2.12.7+dfsg+really2.9.14-0.2ubuntu3_s390x.deb ... 3733s Unpacking libxml2-dev:s390x (2.12.7+dfsg+really2.9.14-0.2ubuntu3) ... 3733s Selecting previously unselected package python3-numpy. 3733s Preparing to unpack .../282-python3-numpy_1%3a1.26.4+ds-13_s390x.deb ... 3733s Unpacking python3-numpy (1:1.26.4+ds-13) ... 3734s Selecting previously unselected package python3-mpi4py. 3734s Preparing to unpack .../283-python3-mpi4py_4.0.1-6ubuntu1_s390x.deb ... 3734s Unpacking python3-mpi4py (4.0.1-6ubuntu1) ... 3734s Selecting previously unselected package python3-dijitso. 3734s Preparing to unpack .../284-python3-dijitso_2019.2.0~git20190418.c92dcb0-4_all.deb ... 3734s Unpacking python3-dijitso (2019.2.0~git20190418.c92dcb0-4) ... 3734s Selecting previously unselected package python3-mpmath. 3734s Preparing to unpack .../285-python3-mpmath_1.3.0-1_all.deb ... 3734s Unpacking python3-mpmath (1.3.0-1) ... 3734s Selecting previously unselected package python3-sympy. 3734s Preparing to unpack .../286-python3-sympy_1.13.3-1_all.deb ... 3734s Unpacking python3-sympy (1.13.3-1) ... 3734s Selecting previously unselected package python3-fiat. 3734s Preparing to unpack .../287-python3-fiat_2019.2.0~git20210419.7d418fa-6_all.deb ... 3734s Unpacking python3-fiat (2019.2.0~git20210419.7d418fa-6) ... 3734s Selecting previously unselected package python3-ufl-legacy. 3734s Preparing to unpack .../288-python3-ufl-legacy_1%3a2022.3.0-3_all.deb ... 3734s Unpacking python3-ufl-legacy (1:2022.3.0-3) ... 3734s Selecting previously unselected package python3-ffc. 3734s Preparing to unpack .../289-python3-ffc_2019.2.0~legacy20230509.35df986-4_all.deb ... 3734s Unpacking python3-ffc (2019.2.0~legacy20230509.35df986-4) ... 3734s Selecting previously unselected package libjs-mathjax. 3734s Preparing to unpack .../290-libjs-mathjax_2.7.9+dfsg-1_all.deb ... 3734s Unpacking libjs-mathjax (2.7.9+dfsg-1) ... 3734s Selecting previously unselected package libptscotch-dev. 3734s Preparing to unpack .../291-libptscotch-dev_7.0.5-1ubuntu2_s390x.deb ... 3734s Unpacking libptscotch-dev (7.0.5-1ubuntu2) ... 3734s Selecting previously unselected package libscalapack-openmpi-dev:s390x. 3734s Preparing to unpack .../292-libscalapack-openmpi-dev_2.2.2-1ubuntu1_s390x.deb ... 3734s Unpacking libscalapack-openmpi-dev:s390x (2.2.2-1ubuntu1) ... 3734s Selecting previously unselected package libscalapack-mpi-dev:s390x. 3734s Preparing to unpack .../293-libscalapack-mpi-dev_2.2.2-1ubuntu1_s390x.deb ... 3734s Unpacking libscalapack-mpi-dev:s390x (2.2.2-1ubuntu1) ... 3734s Selecting previously unselected package libfftw3-bin. 3734s Preparing to unpack .../294-libfftw3-bin_3.3.10-2fakesync1build1_s390x.deb ... 3734s Unpacking libfftw3-bin (3.3.10-2fakesync1build1) ... 3734s Selecting previously unselected package libfftw3-dev:s390x. 3734s Preparing to unpack .../295-libfftw3-dev_3.3.10-2fakesync1build1_s390x.deb ... 3734s Unpacking libfftw3-dev:s390x (3.3.10-2fakesync1build1) ... 3734s Selecting previously unselected package libfftw3-mpi-dev:s390x. 3734s Preparing to unpack .../296-libfftw3-mpi-dev_3.3.10-2fakesync1build1_s390x.deb ... 3734s Unpacking libfftw3-mpi-dev:s390x (3.3.10-2fakesync1build1) ... 3735s Selecting previously unselected package opencl-c-headers. 3735s Preparing to unpack .../297-opencl-c-headers_3.0~2024.10.24-2_all.deb ... 3735s Unpacking opencl-c-headers (3.0~2024.10.24-2) ... 3735s Selecting previously unselected package opencl-clhpp-headers. 3735s Preparing to unpack .../298-opencl-clhpp-headers_3.0~2024.10.24-2ubuntu1_all.deb ... 3735s Unpacking opencl-clhpp-headers (3.0~2024.10.24-2ubuntu1) ... 3735s Selecting previously unselected package ocl-icd-opencl-dev:s390x. 3735s Preparing to unpack .../299-ocl-icd-opencl-dev_2.3.2-1build1_s390x.deb ... 3735s Unpacking ocl-icd-opencl-dev:s390x (2.3.2-1build1) ... 3735s Selecting previously unselected package libsuperlu-dev:s390x. 3735s Preparing to unpack .../300-libsuperlu-dev_7.0.0+dfsg1-2_s390x.deb ... 3735s Unpacking libsuperlu-dev:s390x (7.0.0+dfsg1-2) ... 3735s Selecting previously unselected package libsuperlu-dist-dev:s390x. 3735s Preparing to unpack .../301-libsuperlu-dist-dev_8.2.1+dfsg1-5build1_s390x.deb ... 3735s Unpacking libsuperlu-dist-dev:s390x (8.2.1+dfsg1-5build1) ... 3735s Selecting previously unselected package xorg-sgml-doctools. 3735s Preparing to unpack .../302-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ... 3735s Unpacking xorg-sgml-doctools (1:1.11-1.1) ... 3735s Selecting previously unselected package x11proto-dev. 3735s Preparing to unpack .../303-x11proto-dev_2024.1-1_all.deb ... 3735s Unpacking x11proto-dev (2024.1-1) ... 3735s Selecting previously unselected package libxau-dev:s390x. 3735s Preparing to unpack .../304-libxau-dev_1%3a1.0.11-1_s390x.deb ... 3735s Unpacking libxau-dev:s390x (1:1.0.11-1) ... 3735s Selecting previously unselected package libxdmcp-dev:s390x. 3735s Preparing to unpack .../305-libxdmcp-dev_1%3a1.1.5-1_s390x.deb ... 3735s Unpacking libxdmcp-dev:s390x (1:1.1.5-1) ... 3735s Selecting previously unselected package xtrans-dev. 3735s Preparing to unpack .../306-xtrans-dev_1.4.0-1_all.deb ... 3735s Unpacking xtrans-dev (1.4.0-1) ... 3735s Selecting previously unselected package libxcb1-dev:s390x. 3735s Preparing to unpack .../307-libxcb1-dev_1.17.0-2_s390x.deb ... 3735s Unpacking libxcb1-dev:s390x (1.17.0-2) ... 3735s Selecting previously unselected package libx11-dev:s390x. 3735s Preparing to unpack .../308-libx11-dev_2%3a1.8.10-2_s390x.deb ... 3735s Unpacking libx11-dev:s390x (2:1.8.10-2) ... 3735s Selecting previously unselected package libyaml-dev:s390x. 3735s Preparing to unpack .../309-libyaml-dev_0.2.5-2_s390x.deb ... 3735s Unpacking libyaml-dev:s390x (0.2.5-2) ... 3735s Selecting previously unselected package libpetsc3.22-dev-common. 3735s Preparing to unpack .../310-libpetsc3.22-dev-common_3.22.2+dfsg1-1ubuntu2_all.deb ... 3735s Unpacking libpetsc3.22-dev-common (3.22.2+dfsg1-1ubuntu2) ... 3735s Selecting previously unselected package libhypre-dev:s390x. 3735s Preparing to unpack .../311-libhypre-dev_2.32.0-4_s390x.deb ... 3735s Unpacking libhypre-dev:s390x (2.32.0-4) ... 3735s Selecting previously unselected package libmumps-headers-dev. 3735s Preparing to unpack .../312-libmumps-headers-dev_5.7.3-3build2_all.deb ... 3735s Unpacking libmumps-headers-dev (5.7.3-3build2) ... 3735s Selecting previously unselected package libmumps-dev:s390x. 3735s Preparing to unpack .../313-libmumps-dev_5.7.3-3build2_s390x.deb ... 3735s Unpacking libmumps-dev:s390x (5.7.3-3build2) ... 3735s Selecting previously unselected package libc6-dbg:s390x. 3735s Preparing to unpack .../314-libc6-dbg_2.40-4ubuntu1_s390x.deb ... 3735s Unpacking libc6-dbg:s390x (2.40-4ubuntu1) ... 3735s Selecting previously unselected package valgrind. 3735s Preparing to unpack .../315-valgrind_1%3a3.24.0-0ubuntu1_s390x.deb ... 3735s Unpacking valgrind (1:3.24.0-0ubuntu1) ... 3735s Selecting previously unselected package valgrind-mpi. 3735s Preparing to unpack .../316-valgrind-mpi_1%3a3.24.0-0ubuntu1_s390x.deb ... 3735s Unpacking valgrind-mpi (1:3.24.0-0ubuntu1) ... 3735s Selecting previously unselected package libpetsc-real3.22-dev:s390x. 3735s Preparing to unpack .../317-libpetsc-real3.22-dev_3.22.2+dfsg1-1ubuntu2_s390x.deb ... 3735s Unpacking libpetsc-real3.22-dev:s390x (3.22.2+dfsg1-1ubuntu2) ... 3735s Selecting previously unselected package libparpack2-dev:s390x. 3735s Preparing to unpack .../318-libparpack2-dev_3.9.1-4_s390x.deb ... 3735s Unpacking libparpack2-dev:s390x (3.9.1-4) ... 3735s Selecting previously unselected package libslepc-real3.22-dev. 3735s Preparing to unpack .../319-libslepc-real3.22-dev_3.22.2+dfsg1-1build1_s390x.deb ... 3735s Unpacking libslepc-real3.22-dev (3.22.2+dfsg1-1build1) ... 3735s Selecting previously unselected package libdolfin-dev:s390x. 3735s Preparing to unpack .../320-libdolfin-dev_2019.2.0~legacy20240219.1c52e83-18_s390x.deb ... 3735s Unpacking libdolfin-dev:s390x (2019.2.0~legacy20240219.1c52e83-18) ... 3735s Selecting previously unselected package libopenblas64-0:s390x. 3735s Preparing to unpack .../321-libopenblas64-0_0.3.29+ds-2_s390x.deb ... 3735s Unpacking libopenblas64-0:s390x (0.3.29+ds-2) ... 3735s Selecting previously unselected package libopenblas64-pthread-dev:s390x. 3735s Preparing to unpack .../322-libopenblas64-pthread-dev_0.3.29+ds-2_s390x.deb ... 3735s Unpacking libopenblas64-pthread-dev:s390x (0.3.29+ds-2) ... 3735s Selecting previously unselected package libopenblas64-dev:s390x. 3735s Preparing to unpack .../323-libopenblas64-dev_0.3.29+ds-2_s390x.deb ... 3735s Unpacking libopenblas64-dev:s390x (0.3.29+ds-2) ... 3735s Selecting previously unselected package libhypre64m-dev:s390x. 3735s Preparing to unpack .../324-libhypre64m-dev_2.32.0-4_s390x.deb ... 3735s Unpacking libhypre64m-dev:s390x (2.32.0-4) ... 3736s Selecting previously unselected package libmumps64-dev:s390x. 3736s Preparing to unpack .../325-libmumps64-dev_5.7.3-3build2_s390x.deb ... 3736s Unpacking libmumps64-dev:s390x (5.7.3-3build2) ... 3736s Selecting previously unselected package libpetsc64-real3.22-dev:s390x. 3736s Preparing to unpack .../326-libpetsc64-real3.22-dev_3.22.2+dfsg1-1ubuntu2_s390x.deb ... 3736s Unpacking libpetsc64-real3.22-dev:s390x (3.22.2+dfsg1-1ubuntu2) ... 3736s Selecting previously unselected package libslepc64-real3.22-dev. 3736s Preparing to unpack .../327-libslepc64-real3.22-dev_3.22.2+dfsg1-1build1_s390x.deb ... 3736s Unpacking libslepc64-real3.22-dev (3.22.2+dfsg1-1build1) ... 3736s Selecting previously unselected package libdolfin64-dev:s390x. 3736s Preparing to unpack .../328-libdolfin64-dev_2019.2.0~legacy20240219.1c52e83-18_s390x.deb ... 3736s Unpacking libdolfin64-dev:s390x (2019.2.0~legacy20240219.1c52e83-18) ... 3736s Selecting previously unselected package libexpat1-dev:s390x. 3736s Preparing to unpack .../329-libexpat1-dev_2.6.4-1_s390x.deb ... 3736s Unpacking libexpat1-dev:s390x (2.6.4-1) ... 3736s Selecting previously unselected package libjs-underscore. 3736s Preparing to unpack .../330-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ... 3736s Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 3736s Selecting previously unselected package libjs-sphinxdoc. 3736s Preparing to unpack .../331-libjs-sphinxdoc_8.1.3-5_all.deb ... 3736s Unpacking libjs-sphinxdoc (8.1.3-5) ... 3736s Selecting previously unselected package libjson-perl. 3736s Preparing to unpack .../332-libjson-perl_4.10000-1_all.deb ... 3736s Unpacking libjson-perl (4.10000-1) ... 3736s Selecting previously unselected package libpetsc-real-dev. 3736s Preparing to unpack .../333-libpetsc-real-dev_3.22.2+dfsg1-1ubuntu2_all.deb ... 3736s Unpacking libpetsc-real-dev (3.22.2+dfsg1-1ubuntu2) ... 3736s Selecting previously unselected package libpetsc64-real-dev. 3736s Preparing to unpack .../334-libpetsc64-real-dev_3.22.2+dfsg1-1ubuntu2_all.deb ... 3736s Unpacking libpetsc64-real-dev (3.22.2+dfsg1-1ubuntu2) ... 3736s Selecting previously unselected package libpython3.13-dev:s390x. 3736s Preparing to unpack .../335-libpython3.13-dev_3.13.2-1_s390x.deb ... 3736s Unpacking libpython3.13-dev:s390x (3.13.2-1) ... 3736s Selecting previously unselected package libpython3-dev:s390x. 3736s Preparing to unpack .../336-libpython3-dev_3.13.1-1~exp2_s390x.deb ... 3736s Unpacking libpython3-dev:s390x (3.13.1-1~exp2) ... 3736s Selecting previously unselected package libpython3.12t64:s390x. 3736s Preparing to unpack .../337-libpython3.12t64_3.12.9-1_s390x.deb ... 3736s Unpacking libpython3.12t64:s390x (3.12.9-1) ... 3736s Selecting previously unselected package libpython3.12-dev:s390x. 3736s Preparing to unpack .../338-libpython3.12-dev_3.12.9-1_s390x.deb ... 3736s Unpacking libpython3.12-dev:s390x (3.12.9-1) ... 3736s Selecting previously unselected package libpython3-all-dev:s390x. 3736s Preparing to unpack .../339-libpython3-all-dev_3.13.1-1~exp2_s390x.deb ... 3736s Unpacking libpython3-all-dev:s390x (3.13.1-1~exp2) ... 3736s Selecting previously unselected package petsc64-dev. 3736s Preparing to unpack .../340-petsc64-dev_3.22.2+dfsg1-1ubuntu2_all.deb ... 3736s Unpacking petsc64-dev (3.22.2+dfsg1-1ubuntu2) ... 3736s Selecting previously unselected package pybind11-dev. 3736s Preparing to unpack .../341-pybind11-dev_2.13.6-2_all.deb ... 3736s Unpacking pybind11-dev (2.13.6-2) ... 3736s Selecting previously unselected package sphinx-common. 3736s Preparing to unpack .../342-sphinx-common_8.1.3-5_all.deb ... 3736s Unpacking sphinx-common (8.1.3-5) ... 3736s Selecting previously unselected package python-petsc4py-doc. 3736s Preparing to unpack .../343-python-petsc4py-doc_3.22.1-2ubuntu3_all.deb ... 3736s Unpacking python-petsc4py-doc (3.22.1-2ubuntu3) ... 3736s Selecting previously unselected package python3-all. 3736s Preparing to unpack .../344-python3-all_3.13.1-1~exp2_s390x.deb ... 3736s Unpacking python3-all (3.13.1-1~exp2) ... 3736s Selecting previously unselected package python3.13-dev. 3736s Preparing to unpack .../345-python3.13-dev_3.13.2-1_s390x.deb ... 3736s Unpacking python3.13-dev (3.13.2-1) ... 3736s Selecting previously unselected package python3-dev. 3736s Preparing to unpack .../346-python3-dev_3.13.1-1~exp2_s390x.deb ... 3736s Unpacking python3-dev (3.13.1-1~exp2) ... 3736s Selecting previously unselected package python3.12-dev. 3736s Preparing to unpack .../347-python3.12-dev_3.12.9-1_s390x.deb ... 3736s Unpacking python3.12-dev (3.12.9-1) ... 3736s Selecting previously unselected package python3-all-dev. 3736s Preparing to unpack .../348-python3-all-dev_3.13.1-1~exp2_s390x.deb ... 3736s Unpacking python3-all-dev (3.13.1-1~exp2) ... 3736s Selecting previously unselected package python3-defusedxml. 3736s Preparing to unpack .../349-python3-defusedxml_0.7.1-3_all.deb ... 3736s Unpacking python3-defusedxml (0.7.1-3) ... 3736s Selecting previously unselected package python3-distlib. 3736s Preparing to unpack .../350-python3-distlib_0.3.9-1_all.deb ... 3736s Unpacking python3-distlib (0.3.9-1) ... 3736s Selecting previously unselected package python3-roman. 3736s Preparing to unpack .../351-python3-roman_5.0-1_all.deb ... 3736s Unpacking python3-roman (5.0-1) ... 3736s Selecting previously unselected package python3-docutils. 3736s Preparing to unpack .../352-python3-docutils_0.21.2+dfsg-2_all.deb ... 3736s Unpacking python3-docutils (0.21.2+dfsg-2) ... 3736s Selecting previously unselected package swig. 3736s Preparing to unpack .../353-swig_4.3.0-0ubuntu2_s390x.deb ... 3736s Unpacking swig (4.3.0-0ubuntu2) ... 3736s Selecting previously unselected package python3-petsc4py-real3.22. 3736s Preparing to unpack .../354-python3-petsc4py-real3.22_3.22.1-2ubuntu3_s390x.deb ... 3736s Unpacking python3-petsc4py-real3.22 (3.22.1-2ubuntu3) ... 3737s Selecting previously unselected package python3-petsc4py-real. 3737s Preparing to unpack .../355-python3-petsc4py-real_3.22.1-2ubuntu3_all.deb ... 3737s Unpacking python3-petsc4py-real (3.22.1-2ubuntu3) ... 3737s Selecting previously unselected package python3-slepc4py-real3.22. 3737s Preparing to unpack .../356-python3-slepc4py-real3.22_3.22.1-2ubuntu2_s390x.deb ... 3737s Unpacking python3-slepc4py-real3.22 (3.22.1-2ubuntu2) ... 3737s Selecting previously unselected package python3-slepc4py-real. 3737s Preparing to unpack .../357-python3-slepc4py-real_3.22.1-2ubuntu2_all.deb ... 3737s Unpacking python3-slepc4py-real (3.22.1-2ubuntu2) ... 3737s Selecting previously unselected package python3-dolfin-real. 3737s Preparing to unpack .../358-python3-dolfin-real_2019.2.0~legacy20240219.1c52e83-18_s390x.deb ... 3737s Unpacking python3-dolfin-real (2019.2.0~legacy20240219.1c52e83-18) ... 3737s Selecting previously unselected package python3-petsc4py-64-real3.22. 3737s Preparing to unpack .../359-python3-petsc4py-64-real3.22_3.22.1-2ubuntu3_s390x.deb ... 3737s Unpacking python3-petsc4py-64-real3.22 (3.22.1-2ubuntu3) ... 3737s Selecting previously unselected package python3-petsc4py-64-real. 3737s Preparing to unpack .../360-python3-petsc4py-64-real_3.22.1-2ubuntu3_all.deb ... 3737s Unpacking python3-petsc4py-64-real (3.22.1-2ubuntu3) ... 3737s Selecting previously unselected package python3-slepc4py-64-real3.22. 3737s Preparing to unpack .../361-python3-slepc4py-64-real3.22_3.22.1-2ubuntu2_s390x.deb ... 3737s Unpacking python3-slepc4py-64-real3.22 (3.22.1-2ubuntu2) ... 3737s Selecting previously unselected package python3-slepc4py-64-real. 3737s Preparing to unpack .../362-python3-slepc4py-64-real_3.22.1-2ubuntu2_all.deb ... 3737s Unpacking python3-slepc4py-64-real (3.22.1-2ubuntu2) ... 3737s Selecting previously unselected package python3-pkgconfig. 3737s Preparing to unpack .../363-python3-pkgconfig_1.5.5-2_all.deb ... 3737s Unpacking python3-pkgconfig (1.5.5-2) ... 3737s Selecting previously unselected package python3-pybind11. 3737s Preparing to unpack .../364-python3-pybind11_2.13.6-2_all.deb ... 3737s Unpacking python3-pybind11 (2.13.6-2) ... 3737s Selecting previously unselected package python3-dolfin64-real. 3737s Preparing to unpack .../365-python3-dolfin64-real_2019.2.0~legacy20240219.1c52e83-18_s390x.deb ... 3737s Unpacking python3-dolfin64-real (2019.2.0~legacy20240219.1c52e83-18) ... 3737s Selecting previously unselected package python3-filelock. 3737s Preparing to unpack .../366-python3-filelock_3.16.1-2_all.deb ... 3737s Unpacking python3-filelock (3.16.1-2) ... 3737s Selecting previously unselected package python3-imagesize. 3737s Preparing to unpack .../367-python3-imagesize_1.4.1-1_all.deb ... 3737s Unpacking python3-imagesize (1.4.1-1) ... 3737s Selecting previously unselected package python3-iniconfig. 3737s Preparing to unpack .../368-python3-iniconfig_1.1.1-2_all.deb ... 3737s Unpacking python3-iniconfig (1.1.1-2) ... 3737s Selecting previously unselected package python3-packaging. 3737s Preparing to unpack .../369-python3-packaging_24.2-1_all.deb ... 3737s Unpacking python3-packaging (24.2-1) ... 3737s Selecting previously unselected package python3-wheel. 3737s Preparing to unpack .../370-python3-wheel_0.45.1-1_all.deb ... 3737s Unpacking python3-wheel (0.45.1-1) ... 3737s Selecting previously unselected package python3-pip. 3737s Preparing to unpack .../371-python3-pip_25.0+dfsg-1_all.deb ... 3737s Unpacking python3-pip (25.0+dfsg-1) ... 3737s Selecting previously unselected package python3-pip-whl. 3737s Preparing to unpack .../372-python3-pip-whl_25.0+dfsg-1_all.deb ... 3737s Unpacking python3-pip-whl (25.0+dfsg-1) ... 3737s Selecting previously unselected package python3-platformdirs. 3737s Preparing to unpack .../373-python3-platformdirs_4.3.6-1_all.deb ... 3737s Unpacking python3-platformdirs (4.3.6-1) ... 3737s Selecting previously unselected package python3-pluggy. 3737s Preparing to unpack .../374-python3-pluggy_1.5.0-1_all.deb ... 3737s Unpacking python3-pluggy (1.5.0-1) ... 3737s Selecting previously unselected package python3-ply. 3737s Preparing to unpack .../375-python3-ply_3.11-7_all.deb ... 3737s Unpacking python3-ply (3.11-7) ... 3737s Selecting previously unselected package python3-pusimp. 3737s Preparing to unpack .../376-python3-pusimp_0.1.1-1_all.deb ... 3737s Unpacking python3-pusimp (0.1.1-1) ... 3737s Selecting previously unselected package python3-pytest. 3737s Preparing to unpack .../377-python3-pytest_8.3.4-1_all.deb ... 3737s Unpacking python3-pytest (8.3.4-1) ... 3737s Selecting previously unselected package python3-setuptools-whl. 3737s Preparing to unpack .../378-python3-setuptools-whl_75.6.0-1_all.deb ... 3737s Unpacking python3-setuptools-whl (75.6.0-1) ... 3737s Selecting previously unselected package python3-six. 3737s Preparing to unpack .../379-python3-six_1.17.0-1_all.deb ... 3737s Unpacking python3-six (1.17.0-1) ... 3737s Selecting previously unselected package python3-snowballstemmer. 3737s Preparing to unpack .../380-python3-snowballstemmer_2.2.0-4build1_all.deb ... 3737s Unpacking python3-snowballstemmer (2.2.0-4build1) ... 3737s Selecting previously unselected package python3-alabaster. 3737s Preparing to unpack .../381-python3-alabaster_0.7.16-0.1_all.deb ... 3737s Unpacking python3-alabaster (0.7.16-0.1) ... 3737s Selecting previously unselected package python3-sphinx. 3737s Preparing to unpack .../382-python3-sphinx_8.1.3-5_all.deb ... 3737s Unpacking python3-sphinx (8.1.3-5) ... 3737s Selecting previously unselected package sphinx-rtd-theme-common. 3737s Preparing to unpack .../383-sphinx-rtd-theme-common_3.0.2+dfsg-2_all.deb ... 3737s Unpacking sphinx-rtd-theme-common (3.0.2+dfsg-2) ... 3737s Selecting previously unselected package python3-sphinxcontrib.jquery. 3737s Preparing to unpack .../384-python3-sphinxcontrib.jquery_4.1-5_all.deb ... 3737s Unpacking python3-sphinxcontrib.jquery (4.1-5) ... 3737s Selecting previously unselected package python3-sphinx-rtd-theme. 3737s Preparing to unpack .../385-python3-sphinx-rtd-theme_3.0.2+dfsg-2_all.deb ... 3737s Unpacking python3-sphinx-rtd-theme (3.0.2+dfsg-2) ... 3737s Selecting previously unselected package python3-wheel-whl. 3737s Preparing to unpack .../386-python3-wheel-whl_0.45.1-1_all.deb ... 3737s Unpacking python3-wheel-whl (0.45.1-1) ... 3737s Selecting previously unselected package python3-virtualenv. 3737s Preparing to unpack .../387-python3-virtualenv_20.29.1+ds-1_all.deb ... 3737s Unpacking python3-virtualenv (20.29.1+ds-1) ... 3737s Selecting previously unselected package slepc64-dev. 3737s Preparing to unpack .../388-slepc64-dev_3.22.2+dfsg1-1build1_s390x.deb ... 3737s Unpacking slepc64-dev (3.22.2+dfsg1-1build1) ... 3737s Selecting previously unselected package python3-petsc4py. 3737s Preparing to unpack .../389-python3-petsc4py_3.22.1-2ubuntu3_all.deb ... 3737s Unpacking python3-petsc4py (3.22.1-2ubuntu3) ... 3737s Selecting previously unselected package python3-slepc4py. 3737s Preparing to unpack .../390-python3-slepc4py_3.22.1-2ubuntu2_all.deb ... 3737s Unpacking python3-slepc4py (3.22.1-2ubuntu2) ... 3737s Selecting previously unselected package python3-dolfin. 3737s Preparing to unpack .../391-python3-dolfin_2019.2.0~legacy20240219.1c52e83-18_s390x.deb ... 3737s Unpacking python3-dolfin (2019.2.0~legacy20240219.1c52e83-18) ... 3737s Selecting previously unselected package dolfin-bin. 3737s Preparing to unpack .../392-dolfin-bin_2019.2.0~legacy20240219.1c52e83-18_all.deb ... 3737s Unpacking dolfin-bin (2019.2.0~legacy20240219.1c52e83-18) ... 3737s Selecting previously unselected package dolfin-doc. 3737s Preparing to unpack .../393-dolfin-doc_2019.2.0~legacy20240219.1c52e83-18_all.deb ... 3737s Unpacking dolfin-doc (2019.2.0~legacy20240219.1c52e83-18) ... 3738s Selecting previously unselected package libjs-modernizr. 3738s Preparing to unpack .../394-libjs-modernizr_3.13.0-0.1_all.deb ... 3738s Unpacking libjs-modernizr (3.13.0-0.1) ... 3738s Selecting previously unselected package petsc-dev. 3738s Preparing to unpack .../395-petsc-dev_3.22.2+dfsg1-1ubuntu2_all.deb ... 3738s Unpacking petsc-dev (3.22.2+dfsg1-1ubuntu2) ... 3738s Selecting previously unselected package slepc-dev. 3738s Preparing to unpack .../396-slepc-dev_3.22.2+dfsg1-1build1_s390x.deb ... 3738s Unpacking slepc-dev (3.22.2+dfsg1-1build1) ... 3738s Setting up dh-python (6.20250108) ... 3738s Setting up libgraphite2-3:s390x (1.3.14-2ubuntu1) ... 3738s Setting up libgnutls-openssl27t64:s390x (3.8.9-2ubuntu1) ... 3738s Setting up python3-iniconfig (1.1.1-2) ... 3738s Setting up libboost-program-options1.83.0:s390x (1.83.0-4.1ubuntu1) ... 3738s Setting up libpixman-1-0:s390x (0.44.0-3) ... 3738s Setting up libxapian30:s390x (1.4.25-2) ... 3738s Setting up libsharpyuv0:s390x (1.5.0-0.1) ... 3738s Setting up libaom3:s390x (3.12.0-1) ... 3738s Setting up libpciaccess0:s390x (0.17-3build1) ... 3738s Setting up python3-setuptools-whl (75.6.0-1) ... 3738s Setting up python3-filelock (3.16.1-2) ... 3738s Setting up fonts-lato (2.015-1) ... 3738s Setting up fonts-mathjax (2.7.9+dfsg-1) ... 3738s Setting up swig (4.3.0-0ubuntu2) ... 3738s Setting up libzstd-dev:s390x (1.5.6+dfsg-2) ... 3738s Setting up libxpm4:s390x (1:3.5.17-1build2) ... 3738s Setting up libjs-mathjax (2.7.9+dfsg-1) ... 3738s Setting up libboost-date-time1.83.0:s390x (1.83.0-4.1ubuntu1) ... 3738s Setting up libxrender1:s390x (1:0.9.10-1.1build1) ... 3738s Setting up libdatrie1:s390x (0.2.13-3build1) ... 3738s Setting up libyaml-dev:s390x (0.2.5-2) ... 3738s Setting up libboost-timer1.83.0:s390x (1.83.0-4.1ubuntu1) ... 3738s Setting up python3-pip-whl (25.0+dfsg-1) ... 3738s Setting up libxcb-render0:s390x (1.17.0-2) ... 3738s Setting up python3-defusedxml (0.7.1-3) ... 3738s Setting up libarchive-zip-perl (1.68-1) ... 3738s Setting up libevent-pthreads-2.1-7t64:s390x (2.1.12-stable-10) ... 3738s Setting up python3-alabaster (0.7.16-0.1) ... 3738s Setting up libscotch-7.0:s390x (7.0.5-1ubuntu2) ... 3738s Setting up libboost-regex1.83.0:s390x (1.83.0-4.1ubuntu1) ... 3738s Setting up libdebhelper-perl (13.24.1ubuntu2) ... 3738s Setting up python3-ply (3.11-7) ... 3739s Setting up libevent-openssl-2.1-7t64:s390x (2.1.12-stable-10) ... 3739s Setting up libboost-system1.83.0:s390x (1.83.0-4.1ubuntu1) ... 3739s Setting up liblab-gamut1:s390x (2.42.4-2build4) ... 3739s Setting up libpython3.12-minimal:s390x (3.12.9-1) ... 3739s Setting up x11-common (1:7.7+23ubuntu3) ... 3739s Setting up libdeflate0:s390x (1.23-1) ... 3739s Setting up libboost-thread1.83.0:s390x (1.83.0-4.1ubuntu1) ... 3739s Setting up m4 (1.4.19-5) ... 3739s Setting up libevent-2.1-7t64:s390x (2.1.12-stable-10) ... 3739s Setting up libmetis5:s390x (5.1.0.dfsg-7build3) ... 3739s Setting up libxcb-shm0:s390x (1.17.0-2) ... 3739s Setting up libldl3:s390x (1:7.8.3+dfsg-3) ... 3739s Setting up python3-distlib (0.3.9-1) ... 3739s Setting up libboost-filesystem1.83.0:s390x (1.83.0-4.1ubuntu1) ... 3739s Setting up libdolfin-dev-common (2019.2.0~legacy20240219.1c52e83-18) ... 3739s Setting up libgomp1:s390x (15-20250213-1ubuntu1) ... 3739s Setting up libjs-modernizr (3.13.0-0.1) ... 3739s Setting up python3-wheel (0.45.1-1) ... 3739s Setting up libjbig0:s390x (2.1-6.1ubuntu2) ... 3739s Setting up libaec0:s390x (1.1.3-1) ... 3739s Setting up python3-platformdirs (4.3.6-1) ... 3739s Setting up libpsl-dev:s390x (0.21.2-1.1build1) ... 3739s Setting up libc6-dbg:s390x (2.40-4ubuntu1) ... 3739s Setting up libnuma-dev:s390x (2.0.18-1build1) ... 3739s Setting up libxnvctrl0:s390x (510.47.03-0ubuntu4) ... 3739s Setting up libboost-atomic1.83.0:s390x (1.83.0-4.1ubuntu1) ... 3739s Setting up python3-six (1.17.0-1) ... 3739s Setting up libboost-serialization1.83.0:s390x (1.83.0-4.1ubuntu1) ... 3739s Setting up libbtf2:s390x (1:7.8.3+dfsg-3) ... 3739s Setting up python3-roman (5.0-1) ... 3740s Setting up xtrans-dev (1.4.0-1) ... 3740s Setting up autotools-dev (20220109.1) ... 3740s Setting up libxml2-dev:s390x (2.12.7+dfsg+really2.9.14-0.2ubuntu3) ... 3740s Setting up libblas3:s390x (3.12.1-2) ... 3740s update-alternatives: using /usr/lib/s390x-linux-gnu/blas/libblas.so.3 to provide /usr/lib/s390x-linux-gnu/libblas.so.3 (libblas.so.3-s390x-linux-gnu) in auto mode 3740s Setting up python3-packaging (24.2-1) ... 3740s Setting up libunbound8:s390x (1.22.0-1ubuntu1) ... 3740s Setting up libpkgconf3:s390x (1.8.1-4) ... 3740s Setting up libgmpxx4ldbl:s390x (2:6.3.0+dfsg-2ubuntu7) ... 3740s Setting up libmunge2:s390x (0.5.16-1) ... 3740s Setting up libexpat1-dev:s390x (2.6.4-1) ... 3740s Setting up libgnutls-dane0t64:s390x (3.8.9-2ubuntu1) ... 3740s Setting up libfreetype6:s390x (2.13.3+dfsg-1) ... 3740s Setting up libboost-chrono1.83.0t64:s390x (1.83.0-4.1ubuntu1) ... 3740s Setting up python3-snowballstemmer (2.2.0-4build1) ... 3740s Setting up libboost-iostreams1.83.0:s390x (1.83.0-4.1ubuntu1) ... 3740s Setting up libgssrpc4t64:s390x (1.21.3-4ubuntu1) ... 3740s Setting up libjsoncpp26:s390x (1.9.6-3) ... 3740s Setting up libldap-dev:s390x (2.6.9+dfsg-1~exp2ubuntu1) ... 3740s Setting up libpathplan4:s390x (2.42.4-2build4) ... 3740s Setting up libann0 (1.1.2+doc-9build1) ... 3740s Setting up libimagequant0:s390x (2.18.0-1build1) ... 3740s Setting up comerr-dev:s390x (2.1-1.47.2-1ubuntu1) ... 3740s Setting up fonts-dejavu-mono (2.37-8) ... 3740s Setting up libssl-dev:s390x (3.4.0-1ubuntu2) ... 3740s Setting up libhwloc15:s390x (2.12.0-1) ... 3740s Setting up libmpc3:s390x (1.3.1-1build2) ... 3740s Setting up autopoint (0.23.1-1) ... 3740s Setting up icu-devtools (76.1-1ubuntu2) ... 3740s Setting up fonts-dejavu-core (2.37-8) ... 3740s Setting up pkgconf-bin (1.8.1-4) ... 3740s Setting up python3-pip (25.0+dfsg-1) ... 3742s Setting up libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 3742s Setting up libltdl7:s390x (2.5.4-3build1) ... 3742s Setting up opencl-c-headers (3.0~2024.10.24-2) ... 3742s Setting up libidn2-dev:s390x (2.3.7-2build2) ... 3742s Setting up libfftw3-double3:s390x (3.3.10-2fakesync1build1) ... 3742s Setting up libgfortran5:s390x (15-20250213-1ubuntu1) ... 3742s Setting up autoconf (2.72-3) ... 3742s Setting up python3-pluggy (1.5.0-1) ... 3742s Setting up libevent-extra-2.1-7t64:s390x (2.1.12-stable-10) ... 3742s Setting up libwebp7:s390x (1.5.0-0.1) ... 3742s Setting up libmumps-headers-dev (5.7.3-3build2) ... 3742s Setting up libubsan1:s390x (15-20250213-1ubuntu1) ... 3742s Setting up zlib1g-dev:s390x (1:1.3.dfsg+really1.3.1-1ubuntu1) ... 3742s Setting up dwz (0.15-1build6) ... 3742s Setting up libnl-3-dev:s390x (3.7.0-0.3build2) ... 3742s Setting up ocl-icd-libopencl1:s390x (2.3.2-1build1) ... 3742s Setting up libasan8:s390x (15-20250213-1ubuntu1) ... 3742s Setting up libjson-perl (4.10000-1) ... 3742s Setting up libnsl2:s390x (1.3.0-3build3) ... 3742s Setting up openmpi-common (5.0.6-4) ... 3742s Setting up debugedit (1:5.1-2) ... 3742s Setting up libsuitesparseconfig7:s390x (1:7.8.3+dfsg-3) ... 3742s Setting up librdmacm1t64:s390x (55.0-1ubuntu1) ... 3742s Setting up libharfbuzz0b:s390x (10.2.0-1) ... 3742s Setting up libthai-data (0.1.29-2build1) ... 3742s Setting up xorg-sgml-doctools (1:1.11-1.1) ... 3742s Setting up libgts-0.7-5t64:s390x (0.7.6+darcs121130-5.2build1) ... 3742s Setting up sgml-base (1.31) ... 3742s Setting up cmake-data (3.31.5-2ubuntu3) ... 3742s Setting up librhash1:s390x (1.4.5-1) ... 3742s Setting up libcdt5:s390x (2.42.4-2build4) ... 3742s Setting up libcgraph6:s390x (2.42.4-2build4) ... 3742s Setting up libboost-math1.83.0:s390x (1.83.0-4.1ubuntu1) ... 3742s Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 3742s Setting up python3-mpmath (1.3.0-1) ... 3743s Setting up libisl23:s390x (0.27-1) ... 3743s Setting up libde265-0:s390x (1.0.15-1build4) ... 3743s Setting up valgrind (1:3.24.0-0ubuntu1) ... 3743s Setting up libtasn1-6-dev:s390x (4.20.0-2) ... 3743s Setting up python3-wheel-whl (0.45.1-1) ... 3743s Setting up valgrind-mpi (1:3.24.0-0ubuntu1) ... 3743s Setting up libicu-dev:s390x (76.1-1ubuntu2) ... 3743s Setting up fonts-font-awesome (5.0.10+really4.7.0~dfsg-4.1) ... 3743s Setting up sphinx-rtd-theme-common (3.0.2+dfsg-2) ... 3743s Setting up libcc1-0:s390x (15-20250213-1ubuntu1) ... 3743s Setting up python3-pusimp (0.1.1-1) ... 3743s Setting up libbrotli-dev:s390x (1.1.0-2build3) ... 3743s Setting up libfmt10:s390x (10.1.1+ds1-4) ... 3743s Setting up chrpath (0.18-1) ... 3743s Setting up libp11-kit-dev:s390x (0.25.5-2ubuntu3) ... 3743s Setting up libblas-dev:s390x (3.12.1-2) ... 3743s update-alternatives: using /usr/lib/s390x-linux-gnu/blas/libblas.so to provide /usr/lib/s390x-linux-gnu/libblas.so (libblas.so-s390x-linux-gnu) in auto mode 3743s Setting up libsz2:s390x (1.1.3-1) ... 3743s Setting up libitm1:s390x (15-20250213-1ubuntu1) ... 3743s Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 3743s Setting up libclang-cpp19 (1:19.1.7-1ubuntu1) ... 3743s Setting up libkadm5clnt-mit12:s390x (1.21.3-4ubuntu1) ... 3743s Setting up python3-imagesize (1.4.1-1) ... 3743s Setting up libblas64-3:s390x (3.12.1-2) ... 3743s update-alternatives: using /usr/lib/s390x-linux-gnu/blas64/libblas64.so.3 to provide /usr/lib/s390x-linux-gnu/libblas64.so.3 (libblas64.so.3-s390x-linux-gnu) in auto mode 3743s Setting up libjpeg8:s390x (8c-2ubuntu11) ... 3743s Setting up automake (1:1.17-3) ... 3743s update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode 3743s Setting up x11proto-dev (2024.1-1) ... 3743s Setting up libfile-stripnondeterminism-perl (1.14.1-2) ... 3743s Setting up libfabric1:s390x (1.17.0-3ubuntu1) ... 3743s Setting up python3-sympy (1.13.3-1) ... 3754s Setting up python3.12-minimal (3.12.9-1) ... 3754s Setting up libice6:s390x (2:1.1.1-1) ... 3754s Setting up libjpeg-turbo8-dev:s390x (2.1.5-3ubuntu2) ... 3754s Setting up liblapack3:s390x (3.12.1-2) ... 3754s update-alternatives: using /usr/lib/s390x-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/s390x-linux-gnu/liblapack.so.3 (liblapack.so.3-s390x-linux-gnu) in auto mode 3754s Setting up gettext (0.23.1-1) ... 3754s Setting up libarpack2t64:s390x (3.9.1-4) ... 3754s Setting up libfftw3-single3:s390x (3.3.10-2fakesync1build1) ... 3754s Setting up libgmp-dev:s390x (2:6.3.0+dfsg-2ubuntu7) ... 3754s Setting up libamd3:s390x (1:7.8.3+dfsg-3) ... 3754s Setting up libxau-dev:s390x (1:1.0.11-1) ... 3754s Setting up libpython3.12-stdlib:s390x (3.12.9-1) ... 3754s Setting up nettle-dev:s390x (3.10.1-1) ... 3754s Setting up libkdb5-10t64:s390x (1.21.3-4ubuntu1) ... 3754s Setting up libcolamd3:s390x (1:7.8.3+dfsg-3) ... 3754s Setting up libspex3:s390x (1:7.8.3+dfsg-3) ... 3754s Setting up libsuitesparse-mongoose3:s390x (1:7.8.3+dfsg-3) ... 3754s Setting up fontconfig-config (2.15.0-2ubuntu1) ... 3755s Setting up python3-pytest (8.3.4-1) ... 3755s Setting up libopenblas64-0-pthread:s390x (0.3.29+ds-2) ... 3755s update-alternatives: using /usr/lib/s390x-linux-gnu/openblas64-pthread/libblas64.so.3 to provide /usr/lib/s390x-linux-gnu/libblas64.so.3 (libblas64.so.3-s390x-linux-gnu) in auto mode 3755s update-alternatives: using /usr/lib/s390x-linux-gnu/openblas64-pthread/liblapack64.so.3 to provide /usr/lib/s390x-linux-gnu/liblapack64.so.3 (liblapack64.so.3-s390x-linux-gnu) in auto mode 3755s update-alternatives: using /usr/lib/s390x-linux-gnu/openblas64-pthread/libopenblas64.so.0 to provide /usr/lib/s390x-linux-gnu/libopenblas64.so.0 (libopenblas64.so.0-s390x-linux-gnu) in auto mode 3755s Setting up python3.12 (3.12.9-1) ... 3756s Setting up libaec-dev:s390x (1.1.3-1) ... 3756s Setting up libcxsparse4:s390x (1:7.8.3+dfsg-3) ... 3756s Setting up libfftw3-long3:s390x (3.3.10-2fakesync1build1) ... 3756s Setting up python3-virtualenv (20.29.1+ds-1) ... 3756s Setting up python3-all (3.13.1-1~exp2) ... 3756s Setting up libopenblas64-pthread-dev:s390x (0.3.29+ds-2) ... 3756s update-alternatives: using /usr/lib/s390x-linux-gnu/openblas64-pthread/libblas64.so to provide /usr/lib/s390x-linux-gnu/libblas64.so (libblas64.so-s390x-linux-gnu) in auto mode 3756s update-alternatives: using /usr/lib/s390x-linux-gnu/openblas64-pthread/liblapack64.so to provide /usr/lib/s390x-linux-gnu/liblapack64.so (liblapack64.so-s390x-linux-gnu) in auto mode 3756s update-alternatives: using /usr/lib/s390x-linux-gnu/openblas64-pthread/libopenblas64.so to provide /usr/lib/s390x-linux-gnu/libopenblas64.so (libopenblas64.so-s390x-linux-gnu) in auto mode 3756s Setting up liblapack64-3:s390x (3.12.1-2) ... 3756s Setting up libhwloc-plugins:s390x (2.12.0-1) ... 3756s Setting up libcamd3:s390x (1:7.8.3+dfsg-3) ... 3756s Setting up libsuperlu7:s390x (7.0.0+dfsg1-2) ... 3756s Setting up pkgconf:s390x (1.8.1-4) ... 3756s Setting up intltool-debian (0.35.0+20060710.6) ... 3756s Setting up libpython3.12t64:s390x (3.12.9-1) ... 3756s Setting up libnl-route-3-dev:s390x (3.7.0-0.3build2) ... 3756s Setting up libltdl-dev:s390x (2.5.4-3build1) ... 3756s Setting up libthai0:s390x (0.1.29-2build1) ... 3756s Setting up libxdmcp-dev:s390x (1:1.1.5-1) ... 3756s Setting up doxygen (1.9.8+ds-2.1) ... 3756s Setting up libjs-jquery-ui (1.13.2+dfsg-1) ... 3756s Setting up librbio4:s390x (1:7.8.3+dfsg-3) ... 3756s Setting up libraqm0:s390x (0.10.2-1) ... 3756s Setting up libpython3.13-dev:s390x (3.13.2-1) ... 3756s Setting up opencl-clhpp-headers (3.0~2024.10.24-2ubuntu1) ... 3756s Setting up libevent-dev (2.1.12-stable-10) ... 3756s Setting up liblapack-dev:s390x (3.12.1-2) ... 3756s update-alternatives: using /usr/lib/s390x-linux-gnu/lapack/liblapack.so to provide /usr/lib/s390x-linux-gnu/liblapack.so (liblapack.so-s390x-linux-gnu) in auto mode 3756s Setting up libeigen3-dev (3.4.0-4build1) ... 3756s Setting up pkg-config:s390x (1.8.1-4) ... 3756s Setting up libpmix2t64:s390x (5.0.6-3) ... 3756s Setting up libssh2-1-dev:s390x (1.11.1-1) ... 3756s Setting up python3-numpy (1:1.26.4+ds-13) ... 3759s Setting up libjs-sphinxdoc (8.1.3-5) ... 3759s Setting up ocl-icd-opencl-dev:s390x (2.3.2-1build1) ... 3759s Setting up cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 3759s Setting up cpp-14 (14.2.0-17ubuntu1) ... 3759s Setting up libccolamd3:s390x (1:7.8.3+dfsg-3) ... 3759s Setting up dh-strip-nondeterminism (1.14.1-2) ... 3759s Setting up libopenblas64-0:s390x (0.3.29+ds-2) ... 3759s Setting up libgvpr2:s390x (2.42.4-2build4) ... 3759s Setting up python3-ufl-legacy (1:2022.3.0-3) ... 3760s Setting up libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 3760s Setting up xml-core (0.19) ... 3760s Setting up libkadm5srv-mit12:s390x (1.21.3-4ubuntu1) ... 3760s Setting up cmake (3.31.5-2ubuntu3) ... 3760s Setting up libhwloc-dev:s390x (2.12.0-1) ... 3760s Setting up libfontconfig1:s390x (2.15.0-2ubuntu1) ... 3760s Setting up python3-pkgconfig (1.5.5-2) ... 3760s Setting up libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 3760s Setting up libjpeg8-dev:s390x (8c-2ubuntu11) ... 3760s Setting up libsuperlu-dev:s390x (7.0.0+dfsg1-2) ... 3760s Setting up libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 3760s Setting up libsm6:s390x (2:1.2.4-1) ... 3760s Setting up libpmix-dev:s390x (5.0.6-3) ... 3760s Setting up krb5-multidev:s390x (1.21.3-4ubuntu1) ... 3760s Setting up libgfortran-14-dev:s390x (14.2.0-17ubuntu1) ... 3760s Setting up libgnutls28-dev:s390x (3.8.9-2ubuntu1) ... 3760s Setting up libopenmpi40:s390x (5.0.6-4) ... 3760s Setting up libnghttp2-dev:s390x (1.64.0-1) ... 3760s Setting up fontconfig (2.15.0-2ubuntu1) ... 3762s Regenerating fonts cache... done. 3762s Setting up libcholmod5:s390x (1:7.8.3+dfsg-3) ... 3762s Setting up libptscotch-7.0:s390x (7.0.5-1ubuntu2) ... 3762s Setting up libboost1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 3762s Setting up python3-fiat (2019.2.0~git20210419.7d418fa-6) ... 3762s Setting up libarpack2-dev:s390x (3.9.1-4) ... 3762s Setting up libpython3-dev:s390x (3.13.1-1~exp2) ... 3762s Setting up libxcb1-dev:s390x (1.17.0-2) ... 3762s Setting up libopenblas64-dev:s390x (0.3.29+ds-2) ... 3762s Setting up libboost-chrono1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 3762s Setting up cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 3762s Setting up libboost-math1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 3762s Setting up libspqr4:s390x (1:7.8.3+dfsg-3) ... 3762s Setting up libboost-chrono-dev:s390x (1.83.0.2ubuntu1) ... 3762s Setting up libfftw3-bin (3.3.10-2fakesync1build1) ... 3762s Setting up python3.13-dev (3.13.2-1) ... 3762s Setting up libboost-math-dev:s390x (1.83.0.2ubuntu1) ... 3762s Setting up po-debconf (1.0.21+nmu1) ... 3762s Setting up libpango-1.0-0:s390x (1.56.1-1) ... 3762s Setting up libboost-program-options1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 3762s Setting up libboost-serialization1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 3762s Setting up libjpeg-dev:s390x (8c-2ubuntu11) ... 3762s Setting up libx11-dev:s390x (2:1.8.10-2) ... 3762s Setting up libcombblas2.0.0t64:s390x (2.0.0-6build1) ... 3762s Setting up libfftw3-mpi3:s390x (3.3.10-2fakesync1build1) ... 3762s Setting up libpython3.12-dev:s390x (3.12.9-1) ... 3762s Setting up libibverbs-dev:s390x (55.0-1ubuntu1) ... 3762s Setting up libhdf5-openmpi-310:s390x (1.14.5+repack-3) ... 3762s Setting up pybind11-dev (2.13.6-2) ... 3762s Setting up libcairo2:s390x (1.18.2-2) ... 3762s Setting up libkrb5-dev:s390x (1.21.3-4ubuntu1) ... 3762s Setting up libhdf5-openmpi-fortran-310:s390x (1.14.5+repack-3) ... 3762s Setting up gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 3762s Setting up libboost-timer1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 3762s Setting up gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 3762s Setting up libboost-program-options-dev:s390x (1.83.0.2ubuntu1) ... 3762s Setting up libklu2:s390x (1:7.8.3+dfsg-3) ... 3762s Setting up libpython3-all-dev:s390x (3.13.1-1~exp2) ... 3762s Setting up libboost-date-time1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 3762s Setting up sphinx-common (8.1.3-5) ... 3762s Setting up python3-dev (3.13.1-1~exp2) ... 3762s Setting up libxt6t64:s390x (1:1.2.1-1.2build1) ... 3762s Setting up librtmp-dev:s390x (2.4+20151223.gitfa8646d.1-2build7) ... 3762s Setting up g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 3762s Setting up python3.12-dev (3.12.9-1) ... 3762s Setting up libboost-regex1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 3762s Setting up libboost-serialization-dev:s390x (1.83.0.2ubuntu1) ... 3762s Setting up libboost-atomic1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 3762s Setting up libumfpack6:s390x (1:7.8.3+dfsg-3) ... 3762s Setting up libparpack2t64:s390x (3.9.1-4) ... 3762s Setting up cpp (4:14.2.0-1ubuntu1) ... 3762s Setting up libboost-dev:s390x (1.83.0.2ubuntu1) ... 3762s Setting up libboost-system1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 3762s Setting up libpangoft2-1.0-0:s390x (1.56.1-1) ... 3762s Setting up libboost-mpi1.83.0 (1.83.0-4.1ubuntu1) ... 3762s Setting up libfftw3-dev:s390x (3.3.10-2fakesync1build1) ... 3762s Setting up libboost-timer-dev:s390x (1.83.0.2ubuntu1) ... 3762s Setting up openmpi-bin (5.0.6-4) ... 3762s update-alternatives: using /usr/bin/mpirun.openmpi to provide /usr/bin/mpirun (mpirun) in auto mode 3762s update-alternatives: warning: skip creation of /usr/share/man/man1/mpiexec.1.gz because associated file /usr/share/man/man1/mpiexec.openmpi.1.gz (of link group mpirun) doesn't exist 3762s update-alternatives: using /usr/bin/mpicc.openmpi to provide /usr/bin/mpicc (mpi) in auto mode 3762s Setting up python3-pybind11 (2.13.6-2) ... 3762s Setting up libpangocairo-1.0-0:s390x (1.56.1-1) ... 3762s Setting up python3-all-dev (3.13.1-1~exp2) ... 3762s Setting up libboost-thread1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 3762s Setting up libhdf5-openmpi-hl-310:s390x (1.14.5+repack-3) ... 3762s Setting up libxmu6:s390x (2:1.1.3-3build2) ... 3762s Setting up libhdf5-openmpi-hl-fortran-310:s390x (1.14.5+repack-3) ... 3762s Setting up libhdf5-openmpi-hl-cpp-310:s390x (1.14.5+repack-3) ... 3762s Setting up libsuperlu-dist8:s390x (8.2.1+dfsg1-5build1) ... 3762s Setting up libboost-iostreams1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 3762s Setting up libhdf5-openmpi-cpp-310:s390x (1.14.5+repack-3) ... 3762s Setting up gfortran-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 3762s Setting up libfftw3-mpi-dev:s390x (3.3.10-2fakesync1build1) ... 3762s Setting up mpi-default-bin (1.18) ... 3762s Setting up g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 3762s Setting up libboost-filesystem1.83-dev:s390x (1.83.0-4.1ubuntu1) ... 3762s Setting up libhypre-2.32.0:s390x (2.32.0-4) ... 3762s Setting up libxaw7:s390x (2:1.0.16-1) ... 3762s Setting up libboost-iostreams-dev:s390x (1.83.0.2ubuntu1) ... 3762s Setting up python-petsc4py-doc (3.22.1-2ubuntu3) ... 3762s Setting up python3-mpi4py (4.0.1-6ubuntu1) ... 3763s Setting up libparu1:s390x (1:7.8.3+dfsg-3) ... 3763s Setting up gcc-14 (14.2.0-17ubuntu1) ... 3763s Setting up libcurl4-openssl-dev:s390x (8.12.0+git20250209.89ed161+ds-1ubuntu1) ... 3763s Setting up g++-14 (14.2.0-17ubuntu1) ... 3763s Setting up gfortran-14 (14.2.0-17ubuntu1) ... 3763s Setting up libboost-filesystem-dev:s390x (1.83.0.2ubuntu1) ... 3763s Setting up libhypre64m-2.32.0:s390x (2.32.0-4) ... 3763s Setting up libboost-thread-dev:s390x (1.83.0.2ubuntu1) ... 3763s Setting up libscalapack-openmpi2.2:s390x (2.2.2-1ubuntu1) ... 3763s Setting up gfortran-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 3763s Setting up python3-dijitso (2019.2.0~git20190418.c92dcb0-4) ... 3763s Setting up libsuitesparse-dev:s390x (1:7.8.3+dfsg-3) ... 3763s Setting up libtool (2.5.4-3build1) ... 3763s Setting up python3-ffc (2019.2.0~legacy20230509.35df986-4) ... 3763s Setting up gcc (4:14.2.0-1ubuntu1) ... 3763s Setting up libsuperlu-dist-dev:s390x (8.2.1+dfsg1-5build1) ... 3763s Setting up libmumps-64pord-5.7:s390x (5.7.3-3build2) ... 3763s Setting up dh-autoreconf (20) ... 3763s Setting up libmumps-5.7:s390x (5.7.3-3build2) ... 3763s Setting up libpetsc64-real3.22:s390x (3.22.2+dfsg1-1ubuntu2) ... 3763s update-alternatives: using /usr/lib/s390x-linux-gnu/libpetsc64_real.so.3.22.2 to provide /usr/lib/s390x-linux-gnu/libpetsc64.so.3.22 (libpetsc64.so.3.22) in auto mode 3763s Setting up libscalapack-openmpi-dev:s390x (2.2.2-1ubuntu1) ... 3763s Setting up g++ (4:14.2.0-1ubuntu1) ... 3763s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 3763s Setting up build-essential (12.10ubuntu1) ... 3763s Setting up libopenmpi-dev:s390x (5.0.6-4) ... 3763s update-alternatives: using /usr/lib/s390x-linux-gnu/openmpi/include to provide /usr/include/s390x-linux-gnu/mpi (mpi-s390x-linux-gnu) in auto mode 3763s Setting up libhdf5-openmpi-dev (1.14.5+repack-3) ... 3763s update-alternatives: using /usr/bin/h5pcc.openmpi to provide /usr/bin/h5pcc (h5pcc) in auto mode 3763s update-alternatives: using /usr/lib/s390x-linux-gnu/pkgconfig/hdf5-openmpi.pc to provide /usr/lib/s390x-linux-gnu/pkgconfig/hdf5.pc (hdf5.pc) in auto mode 3763s update-alternatives: updating alternative /usr/bin/mpicc.openmpi because link group mpi has changed slave links 3763s update-alternatives: using /usr/lib/s390x-linux-gnu/pkgconfig/hdf5-mpi.pc to provide /usr/lib/s390x-linux-gnu/pkgconfig/hdf5.pc (hdf5.pc) in auto mode 3763s Setting up libslepc64-real3.22 (3.22.2+dfsg1-1build1) ... 3763s update-alternatives: using /usr/lib/s390x-linux-gnu/libslepc64_real.so.3.22.2 to provide /usr/lib/s390x-linux-gnu/libslepc64.so.3.22 (libslepc64.so.3.22) in auto mode 3763s Setting up libpetsc-real3.22:s390x (3.22.2+dfsg1-1ubuntu2) ... 3763s update-alternatives: using /usr/lib/s390x-linux-gnu/libpetsc_real.so.3.22.2 to provide /usr/lib/s390x-linux-gnu/libpetsc.so.3.22 (libpetsc.so.3.22) in auto mode 3763s Setting up debhelper (13.24.1ubuntu2) ... 3763s Setting up gfortran (4:14.2.0-1ubuntu1) ... 3763s update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode 3763s update-alternatives: warning: skip creation of /usr/share/man/man1/f95.1.gz because associated file /usr/share/man/man1/gfortran.1.gz (of link group f95) doesn't exist 3763s update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode 3763s update-alternatives: warning: skip creation of /usr/share/man/man1/f77.1.gz because associated file /usr/share/man/man1/gfortran.1.gz (of link group f77) doesn't exist 3763s Setting up python3-petsc4py-real3.22 (3.22.1-2ubuntu3) ... 3763s Setting up python3-petsc4py-64-real3.22 (3.22.1-2ubuntu3) ... 3763s Setting up python3-petsc4py-64-real (3.22.1-2ubuntu3) ... 3763s Setting up libdolfin64-2019.2t64:s390x (2019.2.0~legacy20240219.1c52e83-18) ... 3763s Setting up mpi-default-dev (1.18) ... 3763s Setting up libhypre64m-dev:s390x (2.32.0-4) ... 3763s Setting up libscalapack-mpi-dev:s390x (2.2.2-1ubuntu1) ... 3763s Setting up python3-petsc4py (3.22.1-2ubuntu3) ... 3763s Setting up libslepc-real3.22 (3.22.2+dfsg1-1build1) ... 3763s update-alternatives: using /usr/lib/s390x-linux-gnu/libslepc_real.so.3.22.2 to provide /usr/lib/s390x-linux-gnu/libslepc.so.3.22 (libslepc.so.3.22) in auto mode 3763s Setting up libmumps64-dev:s390x (5.7.3-3build2) ... 3763s Setting up libmumps-dev:s390x (5.7.3-3build2) ... 3763s Setting up libscotch-dev (7.0.5-1ubuntu2) ... 3763s Setting up libparpack2-dev:s390x (3.9.1-4) ... 3763s Setting up python3-petsc4py-real (3.22.1-2ubuntu3) ... 3763s Setting up libdolfin2019.2t64:s390x (2019.2.0~legacy20240219.1c52e83-18) ... 3763s Setting up libhypre-dev:s390x (2.32.0-4) ... 3763s Setting up libptscotch-dev (7.0.5-1ubuntu2) ... 3763s Setting up python3-slepc4py-64-real3.22 (3.22.1-2ubuntu2) ... 3763s Setting up libboost-mpi1.83-dev (1.83.0-4.1ubuntu1) ... 3763s Setting up libboost-mpi-dev (1.83.0.2ubuntu1) ... 3763s Setting up libhdf5-mpi-dev:s390x (1.14.5+repack-3) ... 3763s Setting up python3-slepc4py-real3.22 (3.22.1-2ubuntu2) ... 3763s Setting up libpetsc3.22-dev-common (3.22.2+dfsg1-1ubuntu2) ... 3764s /usr/share/petsc/3.22/lib/petsc/bin/petsc_tas_analysis.py:779: SyntaxWarning: invalid escape sequence '\l' 3764s axMeshConv.set(xlabel='Problem Size $\log N$', ylabel='Error $\log |x - x^*|$', title='Mesh Convergence') 3764s /usr/share/petsc/3.22/lib/petsc/bin/petsc_tas_analysis.py:779: SyntaxWarning: invalid escape sequence '\l' 3764s axMeshConv.set(xlabel='Problem Size $\log N$', ylabel='Error $\log |x - x^*|$', title='Mesh Convergence') 3764s /usr/share/petsc/3.22/lib/petsc/bin/petsclogformat.py:253: SyntaxWarning: invalid escape sequence '\d' 3764s print("\documentclass{article}") 3764s /usr/share/petsc/3.22/lib/petsc/bin/petsclogformat.py:256: SyntaxWarning: invalid escape sequence '\c' 3764s print("\centering") 3764s /usr/share/petsc/3.22/lib/petsc/bin/petsclogformat.py:259: SyntaxWarning: invalid escape sequence '\m' 3764s print(" & & \multicolumn{4}{c}{--------------- Percent of -------------} & \\\\") 3764s /usr/share/petsc/3.22/lib/petsc/bin/petsclogformat.py:261: SyntaxWarning: invalid escape sequence '\h' 3764s print("\hline") 3764s /usr/share/petsc/3.22/lib/petsc/bin/petsclogformat.py:321: SyntaxWarning: invalid escape sequence '\e' 3764s print("\end{tabular}") 3764s /usr/share/petsc/3.22/lib/petsc/bin/petsclogformat.py:322: SyntaxWarning: invalid escape sequence '\e' 3764s print("\end{table}") 3764s /usr/share/petsc/3.22/lib/petsc/bin/petsclogformat.py:323: SyntaxWarning: invalid escape sequence '\e' 3764s print("\end{document}") 3764s Setting up python3-slepc4py (3.22.1-2ubuntu2) ... 3764s Setting up python3-slepc4py-real (3.22.1-2ubuntu2) ... 3764s Setting up python3-slepc4py-64-real (3.22.1-2ubuntu2) ... 3764s Setting up libpetsc-real3.22-dev:s390x (3.22.2+dfsg1-1ubuntu2) ... 3764s update-alternatives: error: no alternatives for petsc 3764s update-alternatives: using /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real to provide /usr/lib/petsc (petsc) in auto mode 3764s update-alternatives: using /usr/lib/s390x-linux-gnu/libpetsc_real.so.3.22.2 to provide /usr/lib/s390x-linux-gnu/libpetsc_real.so (libpetsc_real.so) in auto mode 3764s update-alternatives: using /usr/lib/petscdir/petsc3.22/s390x-linux-gnu-real to provide /usr/lib/petscdir/3.22 (petsc3.22) in auto mode 3764s Setting up libpetsc64-real3.22-dev:s390x (3.22.2+dfsg1-1ubuntu2) ... 3764s update-alternatives: using /usr/lib/petscdir/petsc64-3.22/s390x-linux-gnu-real to provide /usr/lib/petsc64 (petsc64) in auto mode 3764s update-alternatives: using /usr/lib/s390x-linux-gnu/libpetsc64_real.so.3.22.2 to provide /usr/lib/s390x-linux-gnu/libpetsc64_real.so (libpetsc64_real.so) in auto mode 3764s update-alternatives: using /usr/lib/petscdir/petsc64-3.22/s390x-linux-gnu-real to provide /usr/lib/petscdir/64-3.22 (petsc64-3.22) in auto mode 3764s Setting up libpetsc-real-dev (3.22.2+dfsg1-1ubuntu2) ... 3764s Setting up libslepc-real3.22-dev (3.22.2+dfsg1-1build1) ... 3764s update-alternatives: error: no alternatives for slepc 3764s update-alternatives: using /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real to provide /usr/lib/slepc (slepc) in auto mode 3764s update-alternatives: using /usr/lib/s390x-linux-gnu/libslepc_real.so.3.22.2 to provide /usr/lib/s390x-linux-gnu/libslepc_real.so (libslepc_real.so) in auto mode 3764s update-alternatives: using /usr/lib/slepcdir/slepc3.22/s390x-linux-gnu-real to provide /usr/lib/slepcdir/3.22 (slepc3.22) in auto mode 3764s Setting up libpetsc64-real-dev (3.22.2+dfsg1-1ubuntu2) ... 3764s Setting up libdolfin-dev:s390x (2019.2.0~legacy20240219.1c52e83-18) ... 3764s Setting up petsc64-dev (3.22.2+dfsg1-1ubuntu2) ... 3764s Setting up petsc-dev (3.22.2+dfsg1-1ubuntu2) ... 3764s Setting up libslepc64-real3.22-dev (3.22.2+dfsg1-1build1) ... 3764s update-alternatives: using /usr/lib/slepcdir/slepc64-3.22/s390x-linux-gnu-real to provide /usr/lib/slepc64 (slepc64) in auto mode 3764s update-alternatives: using /usr/lib/s390x-linux-gnu/libslepc64_real.so.3.22.2 to provide /usr/lib/s390x-linux-gnu/libslepc64_real.so (libslepc64_real.so) in auto mode 3764s update-alternatives: using /usr/lib/slepcdir/slepc64-3.22/s390x-linux-gnu-real to provide /usr/lib/slepcdir/64bit-3.22 (slepc64-3.22) in auto mode 3764s Setting up slepc-dev (3.22.2+dfsg1-1build1) ... 3764s Setting up python3-dolfin-real (2019.2.0~legacy20240219.1c52e83-18) ... 3764s Setting up slepc64-dev (3.22.2+dfsg1-1build1) ... 3764s Setting up libdolfin64-dev:s390x (2019.2.0~legacy20240219.1c52e83-18) ... 3764s Setting up python3-dolfin (2019.2.0~legacy20240219.1c52e83-18) ... 3764s Setting up python3-dolfin64-real (2019.2.0~legacy20240219.1c52e83-18) ... 3764s Setting up dolfin-doc (2019.2.0~legacy20240219.1c52e83-18) ... 3764s Setting up dolfin-bin (2019.2.0~legacy20240219.1c52e83-18) ... 3764s Setting up libheif-plugin-aomdec:s390x (1.19.5-1build1) ... 3764s Setting up libheif-plugin-libde265:s390x (1.19.5-1build1) ... 3764s Setting up libheif1:s390x (1.19.5-1build1) ... 3764s Setting up libgd3:s390x (2.3.3-12ubuntu3) ... 3764s Setting up libgvc6 (2.42.4-2build4) ... 3764s Setting up graphviz (2.42.4-2build4) ... 3764s Processing triggers for libc-bin (2.40-4ubuntu1) ... 3764s Processing triggers for systemd (257.2-3ubuntu1) ... 3764s Processing triggers for man-db (2.13.0-1) ... 3765s Processing triggers for install-info (7.1.1-1) ... 3765s Processing triggers for sgml-base (1.31) ... 3765s Setting up docutils-common (0.21.2+dfsg-2) ... 3766s Processing triggers for sgml-base (1.31) ... 3766s Setting up python3-docutils (0.21.2+dfsg-2) ... 3766s Setting up python3-sphinx (8.1.3-5) ... 3767s Setting up python3-sphinxcontrib.jquery (4.1-5) ... 3767s Setting up python3-sphinx-rtd-theme (3.0.2+dfsg-2) ... 3768s autopkgtest: DBG: testbed command exited with code 0 3768s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libdolfin-dev'], kind short, sout pipe, serr pipe, env [] 3768s autopkgtest: DBG: testbed command exited with code 0 3768s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libdolfin-dev-common'], kind short, sout pipe, serr pipe, env [] 3768s autopkgtest: DBG: testbed command exited with code 0 3768s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libdolfin2019.2t64'], kind short, sout pipe, serr pipe, env [] 3768s autopkgtest: DBG: testbed command exited with code 0 3768s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-dolfin'], kind short, sout pipe, serr pipe, env [] 3768s autopkgtest: DBG: testbed command exited with code 0 3768s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-dolfin-real'], kind short, sout pipe, serr pipe, env [] 3769s autopkgtest: DBG: testbed command exited with code 0 3769s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libdolfin64-dev'], kind short, sout pipe, serr pipe, env [] 3769s autopkgtest: DBG: testbed command exited with code 0 3769s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'libdolfin64-2019.2t64'], kind short, sout pipe, serr pipe, env [] 3769s autopkgtest: DBG: testbed command exited with code 0 3769s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-dolfin64-real'], kind short, sout pipe, serr pipe, env [] 3769s autopkgtest: DBG: testbed command exited with code 0 3769s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'dolfin-doc'], kind short, sout pipe, serr pipe, env [] 3769s autopkgtest: DBG: testbed command exited with code 0 3769s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'dolfin-bin'], kind short, sout pipe, serr pipe, env [] 3769s autopkgtest: DBG: testbed command exited with code 0 3769s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.7abCGj/test-dolfin-python-pusimp-packages.all"], kind short, sout raw, serr pipe, env [] 3770s autopkgtest: DBG: testbed command exited with code 0 3770s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.7abCGj/test-dolfin-python-pusimp-packages.all /tmp/autopkgtest-work.1cwxu9yf/out/test-dolfin-python-pusimp-packages.all 3770s autopkgtest: DBG: got reply from testbed: ok 3770s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.7abCGj/build.s89/src'], kind short, sout raw, serr raw, env [] 3770s autopkgtest: DBG: testbed command exited with code 1 3770s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.7abCGj/build.s89'], kind short, sout raw, serr pipe, env [] 3770s autopkgtest: DBG: testbed command exited with code 0 3770s autopkgtest: DBG: sending command to testbed: copydown /tmp/autopkgtest-work.1cwxu9yf/out/tests-tree/ /tmp/autopkgtest.7abCGj/build.s89/src/ 3776s autopkgtest: DBG: got reply from testbed: ok 3776s autopkgtest: DBG: testbed command ['chown', '-R', 'ubuntu', '--', '/tmp/autopkgtest.7abCGj/build.s89/src'], kind short, sout raw, serr pipe, env [] 3776s autopkgtest: DBG: testbed command exited with code 0 3776s autopkgtest [12:56:55]: test test-dolfin-python-pusimp: [----------------------- 3776s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.7abCGj/wrapper.sh --debug --artifacts=/tmp/autopkgtest.7abCGj/test-dolfin-python-pusimp-artifacts --chdir=/tmp/autopkgtest.7abCGj/build.s89/src --env=AUTOPKGTEST_TESTBED_ARCH=s390x --env=AUTOPKGTEST_TEST_ARCH=s390x --env=DEB_BUILD_OPTIONS=parallel=4 --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.7abCGj/test-dolfin-python-pusimp-stderr --stdout=/tmp/autopkgtest.7abCGj/test-dolfin-python-pusimp-stdout --tmp=/tmp/autopkgtest.7abCGj/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=sphinx/8.1.3-5 --make-executable=/tmp/autopkgtest.7abCGj/build.s89/src/debian/tests/test-dolfin-python-pusimp -- /tmp/autopkgtest.7abCGj/build.s89/src/debian/tests/test-dolfin-python-pusimp'], kind test, sout raw, serr raw, env [] 3776s /tmp/autopkgtest.7abCGj/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.7abCGj/test-dolfin-python-pusimp-artifacts 3776s /tmp/autopkgtest.7abCGj/wrapper.sh: changing to directory: /tmp/autopkgtest.7abCGj/build.s89/src 3776s /tmp/autopkgtest.7abCGj/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 3776s /tmp/autopkgtest.7abCGj/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 3776s /tmp/autopkgtest.7abCGj/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=4 3776s /tmp/autopkgtest.7abCGj/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 3776s /tmp/autopkgtest.7abCGj/wrapper.sh: setting environment: LANG=C.UTF-8 3776s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LANGUAGE 3776s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_ADDRESS 3776s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_ALL 3776s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_COLLATE 3776s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_CTYPE 3776s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_IDENTIFICATION 3776s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_MEASUREMENT 3776s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_MESSAGES 3776s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_MONETARY 3776s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_NAME 3776s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_NUMERIC 3776s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_PAPER 3776s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_TELEPHONE 3776s /tmp/autopkgtest.7abCGj/wrapper.sh: unsetting environment: LC_TIME 3776s /tmp/autopkgtest.7abCGj/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 3776s /tmp/autopkgtest.7abCGj/wrapper.sh: pretending to be a login shell 3776s /tmp/autopkgtest.7abCGj/wrapper.sh: will write standard error to /tmp/autopkgtest.7abCGj/test-dolfin-python-pusimp-stderr 3776s /tmp/autopkgtest.7abCGj/wrapper.sh: will write stdout to /tmp/autopkgtest.7abCGj/test-dolfin-python-pusimp-stdout 3776s /tmp/autopkgtest.7abCGj/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.7abCGj/autopkgtest_tmp 3776s /tmp/autopkgtest.7abCGj/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=sphinx/8.1.3-5 3776s /tmp/autopkgtest.7abCGj/wrapper.sh: marking as executable: /tmp/autopkgtest.7abCGj/build.s89/src/debian/tests/test-dolfin-python-pusimp 3776s /tmp/autopkgtest.7abCGj/wrapper.sh: command to run: /tmp/autopkgtest.7abCGj/build.s89/src/debian/tests/test-dolfin-python-pusimp 3776s /tmp/autopkgtest.7abCGj/wrapper.sh: copying /tmp/tmp.i6zkaBG6r0/out to stdout and file: /tmp/autopkgtest.7abCGj/test-dolfin-python-pusimp-stdout 3776s /tmp/autopkgtest.7abCGj/wrapper.sh: copying /tmp/tmp.i6zkaBG6r0/err to standard error and file: /tmp/autopkgtest.7abCGj/test-dolfin-python-pusimp-stdout 3776s /tmp/autopkgtest.7abCGj/wrapper.sh: writing script pid 6126 to /tmp/autopkgtest_script_pid 3776s === python 3.12 pusimp test === 3776s ============================= test session starts ============================== 3776s platform linux -- Python 3.12.9, pytest-8.3.4, pluggy-1.5.0 -- /usr/bin/python3.12 3776s cachedir: .pytest_cache 3776s rootdir: /tmp/autopkgtest.7abCGj/build.s89/src/python 3776s plugins: typeguard-4.4.1 3777s collecting ... collected 10 items 3777s 3778s python/test/debian-only/test_pusimp.py::test_dolfin_import_success_without_local_packages PASSED 3886s python/test/debian-only/test_pusimp.py::test_dolfin_import_errors_with_local_packages[dependencies_import_name0-dependencies_pypi_name0-dependencies_extra_error_message0] Package dolfin did fail to import with error: 3886s Importing dolfin was not successful. 3886s stdout contains 3886s stderr contains Traceback (most recent call last): 3886s File "", line 1, in 3886s File "/usr/lib/petsc/lib/python3/dist-packages/dolfin/__init__.py", line 44, in 3886s pusimp.prevent_user_site_imports( 3886s File "/usr/lib/python3/dist-packages/pusimp/prevent_user_site_imports.py", line 189, in prevent_user_site_imports 3886s raise ImportError(import_error) 3886s ImportError: pusimp has detected the following problems with dolfin dependencies: 3886s 1) Dependencies imported from a local path rather than from the path provided by apt: 3886s * ufl_legacy was imported from a local path: expected in /usr/lib/python3/dist-packages/ufl_legacy/__init__.py, but imported from /tmp/tmp9zf55cpj/venv/lib/python3.12/site-packages/ufl_legacy/__init__.py. 3886s 3886s pusimp suggests to apply all of the following fixes: 3886s 1) To uninstall local dependencies: 3886s * run '/tmp/tmp9zf55cpj/venv/bin/python3 -m pip uninstall --break-system-packages fenics-ufl-legacy' in a terminal, and verify that you are prompted to confirm removal of files in /tmp/tmp9zf55cpj/venv/lib/python3.12/site-packages/ufl_legacy. 3886s 3886s You can disable this check by exporting the DOLFIN_ALLOW_USER_SITE_IMPORTS environment variable. Note, however, that this may break the installation provided by apt. 3886s If you believe that this message appears incorrectly, report this at https://fenicsproject.discourse.group/ . 3886s PASSED 3894s python/test/debian-only/test_pusimp.py::test_dolfin_import_errors_with_local_packages[dependencies_import_name1-dependencies_pypi_name1-dependencies_extra_error_message1] Package dolfin did fail to import with error: 3894s Importing dolfin was not successful. 3894s stdout contains 3894s stderr contains Traceback (most recent call last): 3894s File "", line 1, in 3894s File "/usr/lib/petsc/lib/python3/dist-packages/dolfin/__init__.py", line 44, in 3894s pusimp.prevent_user_site_imports( 3894s File "/usr/lib/python3/dist-packages/pusimp/prevent_user_site_imports.py", line 189, in prevent_user_site_imports 3894s raise ImportError(import_error) 3894s ImportError: pusimp has detected the following problems with dolfin dependencies: 3894s 1) Dependencies imported from a local path rather than from the path provided by apt: 3894s * ufl was imported from a local path: expected in /usr/lib/python3/dist-packages/ufl/__init__.py, but imported from /tmp/tmpzlcbtjxm/venv/lib/python3.12/site-packages/ufl/__init__.py. 3894s 3894s pusimp suggests to apply all of the following fixes: 3894s 1) To uninstall local dependencies: 3894s * run '/tmp/tmpzlcbtjxm/venv/bin/python3 -m pip uninstall --break-system-packages fenics-ufl' in a terminal, and verify that you are prompted to confirm removal of files in /tmp/tmpzlcbtjxm/venv/lib/python3.12/site-packages/ufl. Be aware that legacy dolfin codes must now import ufl_legacy instead of ufl, see https://fenicsproject.discourse.group/t/announcement-ufl-legacy-and-legacy-dolfin/11583 . 3894s 3894s You can disable this check by exporting the DOLFIN_ALLOW_USER_SITE_IMPORTS environment variable. Note, however, that this may break the installation provided by apt. 3894s If you believe that this message appears incorrectly, report this at https://fenicsproject.discourse.group/ . 3894s PASSED 3915s python/test/debian-only/test_pusimp.py::test_dolfin_import_errors_with_local_packages[dependencies_import_name2-dependencies_pypi_name2-dependencies_extra_error_message2] Package dolfin did fail to import with error: 3915s Importing dolfin was not successful. 3915s stdout contains 3915s stderr contains Traceback (most recent call last): 3915s File "", line 1, in 3915s File "/usr/lib/petsc/lib/python3/dist-packages/dolfin/__init__.py", line 44, in 3915s pusimp.prevent_user_site_imports( 3915s File "/usr/lib/python3/dist-packages/pusimp/prevent_user_site_imports.py", line 189, in prevent_user_site_imports 3915s raise ImportError(import_error) 3915s ImportError: pusimp has detected the following problems with dolfin dependencies: 3915s 1) Dependencies imported from a local path rather than from the path provided by apt: 3915s * FIAT was imported from a local path: expected in /usr/lib/python3/dist-packages/FIAT/__init__.py, but imported from /tmp/tmppvwuj6s6/venv/lib/python3.12/site-packages/FIAT/__init__.py. 3915s * ufl_legacy was imported from a local path: expected in /usr/lib/python3/dist-packages/ufl_legacy/__init__.py, but imported from /tmp/tmppvwuj6s6/venv/lib/python3.12/site-packages/ufl_legacy/__init__.py. 3915s 3915s pusimp suggests to apply all of the following fixes: 3915s 1) To uninstall local dependencies: 3915s * run '/tmp/tmppvwuj6s6/venv/bin/python3 -m pip uninstall --break-system-packages fenics-fiat' in a terminal, and verify that you are prompted to confirm removal of files in /tmp/tmppvwuj6s6/venv/lib/python3.12/site-packages/FIAT. 3915s * run '/tmp/tmppvwuj6s6/venv/bin/python3 -m pip uninstall --break-system-packages fenics-ufl-legacy' in a terminal, and verify that you are prompted to confirm removal of files in /tmp/tmppvwuj6s6/venv/lib/python3.12/site-packages/ufl_legacy. 3915s 3915s You can disable this check by exporting the DOLFIN_ALLOW_USER_SITE_IMPORTS environment variable. Note, however, that this may break the installation provided by apt. 3915s If you believe that this message appears incorrectly, report this at https://fenicsproject.discourse.group/ . 3915s PASSED 3927s python/test/debian-only/test_pusimp.py::test_dolfin_import_errors_with_local_packages[dependencies_import_name3-dependencies_pypi_name3-dependencies_extra_error_message3] Package dolfin did fail to import with error: 3927s Importing dolfin was not successful. 3927s stdout contains 3927s stderr contains Traceback (most recent call last): 3927s File "", line 1, in 3927s File "/usr/lib/petsc/lib/python3/dist-packages/dolfin/__init__.py", line 44, in 3927s pusimp.prevent_user_site_imports( 3927s File "/usr/lib/python3/dist-packages/pusimp/prevent_user_site_imports.py", line 189, in prevent_user_site_imports 3927s raise ImportError(import_error) 3927s ImportError: pusimp has detected the following problems with dolfin dependencies: 3927s 1) Dependencies imported from a local path rather than from the path provided by apt: 3927s * ufl_legacy was imported from a local path: expected in /usr/lib/python3/dist-packages/ufl_legacy/__init__.py, but imported from /tmp/tmpcbkfcmj7/venv/lib/python3.12/site-packages/ufl_legacy/__init__.py. 3927s * ufl was imported from a local path: expected in /usr/lib/python3/dist-packages/ufl/__init__.py, but imported from /tmp/tmpcbkfcmj7/venv/lib/python3.12/site-packages/ufl/__init__.py. 3927s 3927s pusimp suggests to apply all of the following fixes: 3927s 1) To uninstall local dependencies: 3927s * run '/tmp/tmpcbkfcmj7/venv/bin/python3 -m pip uninstall --break-system-packages fenics-ufl-legacy' in a terminal, and verify that you are prompted to confirm removal of files in /tmp/tmpcbkfcmj7/venv/lib/python3.12/site-packages/ufl_legacy. 3927s * run '/tmp/tmpcbkfcmj7/venv/bin/python3 -m pip uninstall --break-system-packages fenics-ufl' in a terminal, and verify that you are prompted to confirm removal of files in /tmp/tmpcbkfcmj7/venv/lib/python3.12/site-packages/ufl. Be aware that legacy dolfin codes must now import ufl_legacy instead of ufl, see https://fenicsproject.discourse.group/t/announcement-ufl-legacy-and-legacy-dolfin/11583 . 3927s 3927s You can disable this check by exporting the DOLFIN_ALLOW_USER_SITE_IMPORTS environment variable. Note, however, that this may break the installation provided by apt. 3927s If you believe that this message appears incorrectly, report this at https://fenicsproject.discourse.group/ . 3927s PASSED 3934s python/test/debian-only/test_pusimp.py::test_dolfin_import_success_with_allowed_local_packages[dependencies_import_name0-dependencies_pypi_name0] PASSED 3941s python/test/debian-only/test_pusimp.py::test_dolfin_import_success_with_allowed_local_packages[dependencies_import_name1-dependencies_pypi_name1] PASSED 3945s python/test/debian-only/test_pusimp.py::test_dolfin_import_errors_with_broken_non_optional_packages[dependencies_import_name0] Package dolfin did fail to import with error: 3945s Importing dolfin was not successful. 3945s stdout contains 3945s stderr contains Traceback (most recent call last): 3945s File "", line 1, in 3945s File "/usr/lib/petsc/lib/python3/dist-packages/dolfin/__init__.py", line 44, in 3945s pusimp.prevent_user_site_imports( 3945s File "/usr/lib/python3/dist-packages/pusimp/prevent_user_site_imports.py", line 189, in prevent_user_site_imports 3945s raise ImportError(import_error) 3945s ImportError: pusimp has detected the following problems with dolfin dependencies: 3945s 1) Broken dependencies: 3945s * ffc is broken. Error on import was 'ufl_legacy was purposely broken.'. 3945s * ufl_legacy is broken. Error on import was 'ufl_legacy was purposely broken.'. 3945s 3945s pusimp suggests to apply all of the following fixes: 3945s 1) To fix broken dependencies: 3945s * run '/tmp/tmp7bcts1ju/venv/bin/python3 -m pip show fenics-ffc' in a terminal: if the location field is not /usr/lib/python3/dist-packages consider running '/tmp/tmp7bcts1ju/venv/bin/python3 -m pip uninstall --break-system-packages fenics-ffc' in a terminal, because the broken dependency is probably being imported from a local path rather than from the path provided by apt. 3945s * run '/tmp/tmp7bcts1ju/venv/bin/python3 -m pip show fenics-ufl-legacy' in a terminal: if the location field is not /usr/lib/python3/dist-packages consider running '/tmp/tmp7bcts1ju/venv/bin/python3 -m pip uninstall --break-system-packages fenics-ufl-legacy' in a terminal, because the broken dependency is probably being imported from a local path rather than from the path provided by apt. 3945s 3945s You can disable this check by exporting the DOLFIN_ALLOW_USER_SITE_IMPORTS environment variable. Note, however, that this may break the installation provided by apt. 3945s If you believe that this message appears incorrectly, report this at https://fenicsproject.discourse.group/ . 3945s PASSED 3948s python/test/debian-only/test_pusimp.py::test_dolfin_import_errors_with_broken_non_optional_packages[dependencies_import_name1] Package dolfin did fail to import with error: 3948s Importing dolfin was not successful. 3948s stdout contains 3948s stderr contains Traceback (most recent call last): 3948s File "", line 1, in 3948s File "/usr/lib/petsc/lib/python3/dist-packages/dolfin/__init__.py", line 44, in 3948s pusimp.prevent_user_site_imports( 3948s File "/usr/lib/python3/dist-packages/pusimp/prevent_user_site_imports.py", line 189, in prevent_user_site_imports 3948s raise ImportError(import_error) 3948s ImportError: pusimp has detected the following problems with dolfin dependencies: 3948s 1) Broken dependencies: 3948s * ffc is broken. Error on import was 'ffc was purposely broken.'. 3948s 3948s pusimp suggests to apply all of the following fixes: 3948s 1) To fix broken dependencies: 3948s * run '/tmp/tmpg3qkfucr/venv/bin/python3 -m pip show fenics-ffc' in a terminal: if the location field is not /usr/lib/python3/dist-packages consider running '/tmp/tmpg3qkfucr/venv/bin/python3 -m pip uninstall --break-system-packages fenics-ffc' in a terminal, because the broken dependency is probably being imported from a local path rather than from the path provided by apt. 3948s 3948s You can disable this check by exporting the DOLFIN_ALLOW_USER_SITE_IMPORTS environment variable. Note, however, that this may break the installation provided by apt. 3948s If you believe that this message appears incorrectly, report this at https://fenicsproject.discourse.group/ . 3948s PASSED 3951s python/test/debian-only/test_pusimp.py::test_dolfin_import_success_with_broken_optional_packages[dependencies_import_name0] PASSED 3951s 3951s ======================== 10 passed in 175.15s (0:02:55) ======================== 3951s === python 3.13 pusimp test === 3952s ============================= test session starts ============================== 3952s platform linux -- Python 3.13.2, pytest-8.3.4, pluggy-1.5.0 -- /usr/bin/python3.13 3952s cachedir: .pytest_cache 3952s rootdir: /tmp/autopkgtest.7abCGj/build.s89/src/python 3952s plugins: typeguard-4.4.1 3952s collecting ... collected 10 items 3952s 3953s python/test/debian-only/test_pusimp.py::test_dolfin_import_success_without_local_packages PASSED 4052s python/test/debian-only/test_pusimp.py::test_dolfin_import_errors_with_local_packages[dependencies_import_name0-dependencies_pypi_name0-dependencies_extra_error_message0] Package dolfin did fail to import with error: 4052s Importing dolfin was not successful. 4052s stdout contains 4052s stderr contains Traceback (most recent call last): 4052s File "", line 1, in 4052s import dolfin 4052s File "/usr/lib/petsc/lib/python3/dist-packages/dolfin/__init__.py", line 44, in 4052s pusimp.prevent_user_site_imports( 4052s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 4052s "dolfin", "apt", "https://fenicsproject.discourse.group/", 4052s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 4052s ...<8 lines>... 4052s pip_uninstall_call 4052s ^^^^^^^^^^^^^^^^^^ 4052s ) 4052s ^ 4052s File "/usr/lib/python3/dist-packages/pusimp/prevent_user_site_imports.py", line 189, in prevent_user_site_imports 4052s raise ImportError(import_error) 4052s ImportError: pusimp has detected the following problems with dolfin dependencies: 4052s 1) Dependencies imported from a local path rather than from the path provided by apt: 4052s * ufl_legacy was imported from a local path: expected in /usr/lib/python3/dist-packages/ufl_legacy/__init__.py, but imported from /tmp/tmpv67u9fjc/venv/lib/python3.13/site-packages/ufl_legacy/__init__.py. 4052s 4052s pusimp suggests to apply all of the following fixes: 4052s 1) To uninstall local dependencies: 4052s * run '/tmp/tmpv67u9fjc/venv/bin/python3 -m pip uninstall --break-system-packages fenics-ufl-legacy' in a terminal, and verify that you are prompted to confirm removal of files in /tmp/tmpv67u9fjc/venv/lib/python3.13/site-packages/ufl_legacy. 4052s 4052s You can disable this check by exporting the DOLFIN_ALLOW_USER_SITE_IMPORTS environment variable. Note, however, that this may break the installation provided by apt. 4052s If you believe that this message appears incorrectly, report this at https://fenicsproject.discourse.group/ . 4052s PASSED 4058s python/test/debian-only/test_pusimp.py::test_dolfin_import_errors_with_local_packages[dependencies_import_name1-dependencies_pypi_name1-dependencies_extra_error_message1] Package dolfin did fail to import with error: 4058s Importing dolfin was not successful. 4058s stdout contains 4058s stderr contains Traceback (most recent call last): 4058s File "", line 1, in 4058s import dolfin 4058s File "/usr/lib/petsc/lib/python3/dist-packages/dolfin/__init__.py", line 44, in 4058s pusimp.prevent_user_site_imports( 4058s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 4058s "dolfin", "apt", "https://fenicsproject.discourse.group/", 4058s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 4058s ...<8 lines>... 4058s pip_uninstall_call 4058s ^^^^^^^^^^^^^^^^^^ 4058s ) 4058s ^ 4058s File "/usr/lib/python3/dist-packages/pusimp/prevent_user_site_imports.py", line 189, in prevent_user_site_imports 4058s raise ImportError(import_error) 4058s ImportError: pusimp has detected the following problems with dolfin dependencies: 4058s 1) Dependencies imported from a local path rather than from the path provided by apt: 4058s * ufl was imported from a local path: expected in /usr/lib/python3/dist-packages/ufl/__init__.py, but imported from /tmp/tmpzetm8wtc/venv/lib/python3.13/site-packages/ufl/__init__.py. 4058s 4058s pusimp suggests to apply all of the following fixes: 4058s 1) To uninstall local dependencies: 4058s * run '/tmp/tmpzetm8wtc/venv/bin/python3 -m pip uninstall --break-system-packages fenics-ufl' in a terminal, and verify that you are prompted to confirm removal of files in /tmp/tmpzetm8wtc/venv/lib/python3.13/site-packages/ufl. Be aware that legacy dolfin codes must now import ufl_legacy instead of ufl, see https://fenicsproject.discourse.group/t/announcement-ufl-legacy-and-legacy-dolfin/11583 . 4058s 4058s You can disable this check by exporting the DOLFIN_ALLOW_USER_SITE_IMPORTS environment variable. Note, however, that this may break the installation provided by apt. 4058s If you believe that this message appears incorrectly, report this at https://fenicsproject.discourse.group/ . 4058s PASSED 4073s python/test/debian-only/test_pusimp.py::test_dolfin_import_errors_with_local_packages[dependencies_import_name2-dependencies_pypi_name2-dependencies_extra_error_message2] Package dolfin did fail to import with error: 4073s Importing dolfin was not successful. 4073s stdout contains 4073s stderr contains Traceback (most recent call last): 4073s File "", line 1, in 4073s import dolfin 4073s File "/usr/lib/petsc/lib/python3/dist-packages/dolfin/__init__.py", line 44, in 4073s pusimp.prevent_user_site_imports( 4073s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 4073s "dolfin", "apt", "https://fenicsproject.discourse.group/", 4073s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 4073s ...<8 lines>... 4073s pip_uninstall_call 4073s ^^^^^^^^^^^^^^^^^^ 4073s ) 4073s ^ 4073s File "/usr/lib/python3/dist-packages/pusimp/prevent_user_site_imports.py", line 189, in prevent_user_site_imports 4073s raise ImportError(import_error) 4073s ImportError: pusimp has detected the following problems with dolfin dependencies: 4073s 1) Dependencies imported from a local path rather than from the path provided by apt: 4073s * FIAT was imported from a local path: expected in /usr/lib/python3/dist-packages/FIAT/__init__.py, but imported from /tmp/tmpdswtt479/venv/lib/python3.13/site-packages/FIAT/__init__.py. 4073s * ufl_legacy was imported from a local path: expected in /usr/lib/python3/dist-packages/ufl_legacy/__init__.py, but imported from /tmp/tmpdswtt479/venv/lib/python3.13/site-packages/ufl_legacy/__init__.py. 4073s 4073s pusimp suggests to apply all of the following fixes: 4073s 1) To uninstall local dependencies: 4073s * run '/tmp/tmpdswtt479/venv/bin/python3 -m pip uninstall --break-system-packages fenics-fiat' in a terminal, and verify that you are prompted to confirm removal of files in /tmp/tmpdswtt479/venv/lib/python3.13/site-packages/FIAT. 4073s * run '/tmp/tmpdswtt479/venv/bin/python3 -m pip uninstall --break-system-packages fenics-ufl-legacy' in a terminal, and verify that you are prompted to confirm removal of files in /tmp/tmpdswtt479/venv/lib/python3.13/site-packages/ufl_legacy. 4073s 4073s You can disable this check by exporting the DOLFIN_ALLOW_USER_SITE_IMPORTS environment variable. Note, however, that this may break the installation provided by apt. 4073s If you believe that this message appears incorrectly, report this at https://fenicsproject.discourse.group/ . 4073s PASSED 4082s python/test/debian-only/test_pusimp.py::test_dolfin_import_errors_with_local_packages[dependencies_import_name3-dependencies_pypi_name3-dependencies_extra_error_message3] Package dolfin did fail to import with error: 4082s Importing dolfin was not successful. 4082s stdout contains 4082s stderr contains Traceback (most recent call last): 4082s File "", line 1, in 4082s import dolfin 4082s File "/usr/lib/petsc/lib/python3/dist-packages/dolfin/__init__.py", line 44, in 4082s pusimp.prevent_user_site_imports( 4082s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 4082s "dolfin", "apt", "https://fenicsproject.discourse.group/", 4082s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 4082s ...<8 lines>... 4082s pip_uninstall_call 4082s ^^^^^^^^^^^^^^^^^^ 4082s ) 4082s ^ 4082s File "/usr/lib/python3/dist-packages/pusimp/prevent_user_site_imports.py", line 189, in prevent_user_site_imports 4082s raise ImportError(import_error) 4082s ImportError: pusimp has detected the following problems with dolfin dependencies: 4082s 1) Dependencies imported from a local path rather than from the path provided by apt: 4082s * ufl_legacy was imported from a local path: expected in /usr/lib/python3/dist-packages/ufl_legacy/__init__.py, but imported from /tmp/tmpx05v_h3o/venv/lib/python3.13/site-packages/ufl_legacy/__init__.py. 4082s * ufl was imported from a local path: expected in /usr/lib/python3/dist-packages/ufl/__init__.py, but imported from /tmp/tmpx05v_h3o/venv/lib/python3.13/site-packages/ufl/__init__.py. 4082s 4082s pusimp suggests to apply all of the following fixes: 4082s 1) To uninstall local dependencies: 4082s * run '/tmp/tmpx05v_h3o/venv/bin/python3 -m pip uninstall --break-system-packages fenics-ufl-legacy' in a terminal, and verify that you are prompted to confirm removal of files in /tmp/tmpx05v_h3o/venv/lib/python3.13/site-packages/ufl_legacy. 4082s * run '/tmp/tmpx05v_h3o/venv/bin/python3 -m pip uninstall --break-system-packages fenics-ufl' in a terminal, and verify that you are prompted to confirm removal of files in /tmp/tmpx05v_h3o/venv/lib/python3.13/site-packages/ufl. Be aware that legacy dolfin codes must now import ufl_legacy instead of ufl, see https://fenicsproject.discourse.group/t/announcement-ufl-legacy-and-legacy-dolfin/11583 . 4082s 4082s You can disable this check by exporting the DOLFIN_ALLOW_USER_SITE_IMPORTS environment variable. Note, however, that this may break the installation provided by apt. 4082s If you believe that this message appears incorrectly, report this at https://fenicsproject.discourse.group/ . 4082s PASSED 4088s python/test/debian-only/test_pusimp.py::test_dolfin_import_success_with_allowed_local_packages[dependencies_import_name0-dependencies_pypi_name0] PASSED 4094s python/test/debian-only/test_pusimp.py::test_dolfin_import_success_with_allowed_local_packages[dependencies_import_name1-dependencies_pypi_name1] PASSED 4096s python/test/debian-only/test_pusimp.py::test_dolfin_import_errors_with_broken_non_optional_packages[dependencies_import_name0] Package dolfin did fail to import with error: 4096s Importing dolfin was not successful. 4096s stdout contains 4096s stderr contains Traceback (most recent call last): 4096s File "", line 1, in 4096s import dolfin 4096s File "/usr/lib/petsc/lib/python3/dist-packages/dolfin/__init__.py", line 44, in 4096s pusimp.prevent_user_site_imports( 4096s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 4096s "dolfin", "apt", "https://fenicsproject.discourse.group/", 4096s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 4096s ...<8 lines>... 4096s pip_uninstall_call 4096s ^^^^^^^^^^^^^^^^^^ 4096s ) 4096s ^ 4096s File "/usr/lib/python3/dist-packages/pusimp/prevent_user_site_imports.py", line 189, in prevent_user_site_imports 4096s raise ImportError(import_error) 4096s ImportError: pusimp has detected the following problems with dolfin dependencies: 4096s 1) Broken dependencies: 4096s * ffc is broken. Error on import was 'ufl_legacy was purposely broken.'. 4096s * ufl_legacy is broken. Error on import was 'ufl_legacy was purposely broken.'. 4096s 4096s pusimp suggests to apply all of the following fixes: 4096s 1) To fix broken dependencies: 4096s * run '/tmp/tmp6girb508/venv/bin/python3 -m pip show fenics-ffc' in a terminal: if the location field is not /usr/lib/python3/dist-packages consider running '/tmp/tmp6girb508/venv/bin/python3 -m pip uninstall --break-system-packages fenics-ffc' in a terminal, because the broken dependency is probably being imported from a local path rather than from the path provided by apt. 4096s * run '/tmp/tmp6girb508/venv/bin/python3 -m pip show fenics-ufl-legacy' in a terminal: if the location field is not /usr/lib/python3/dist-packages consider running '/tmp/tmp6girb508/venv/bin/python3 -m pip uninstall --break-system-packages fenics-ufl-legacy' in a terminal, because the broken dependency is probably being imported from a local path rather than from the path provided by apt. 4096s 4096s You can disable this check by exporting the DOLFIN_ALLOW_USER_SITE_IMPORTS environment variable. Note, however, that this may break the installation provided by apt. 4096s If you believe that this message appears incorrectly, report this at https://fenicsproject.discourse.group/ . 4096s PASSED 4099s python/test/debian-only/test_pusimp.py::test_dolfin_import_errors_with_broken_non_optional_packages[dependencies_import_name1] Package dolfin did fail to import with error: 4099s Importing dolfin was not successful. 4099s stdout contains 4099s stderr contains Traceback (most recent call last): 4099s File "", line 1, in 4099s import dolfin 4099s File "/usr/lib/petsc/lib/python3/dist-packages/dolfin/__init__.py", line 44, in 4099s pusimp.prevent_user_site_imports( 4099s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ 4099s "dolfin", "apt", "https://fenicsproject.discourse.group/", 4099s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 4099s ...<8 lines>... 4099s pip_uninstall_call 4099s ^^^^^^^^^^^^^^^^^^ 4099s ) 4099s ^ 4099s File "/usr/lib/python3/dist-packages/pusimp/prevent_user_site_imports.py", line 189, in prevent_user_site_imports 4099s raise ImportError(import_error) 4099s ImportError: pusimp has detected the following problems with dolfin dependencies: 4099s 1) Broken dependencies: 4099s * ffc is broken. Error on import was 'ffc was purposely broken.'. 4099s 4099s pusimp suggests to apply all of the following fixes: 4099s 1) To fix broken dependencies: 4099s * run '/tmp/tmpukp2lwhe/venv/bin/python3 -m pip show fenics-ffc' in a terminal: if the location field is not /usr/lib/python3/dist-packages consider running '/tmp/tmpukp2lwhe/venv/bin/python3 -m pip uninstall --break-system-packages fenics-ffc' in a terminal, because the broken dependency is probably being imported from a local path rather than from the path provided by apt. 4099s 4099s You can disable this check by exporting the DOLFIN_ALLOW_USER_SITE_IMPORTS environment variable. Note, however, that this may break the installation provided by apt. 4099s If you believe that this message appears incorrectly, report this at https://fenicsproject.discourse.group/ . 4099s PASSED 4101s python/test/debian-only/test_pusimp.py::test_dolfin_import_success_with_broken_optional_packages[dependencies_import_name0] PASSED 4101s 4101s ======================== 10 passed in 149.81s (0:02:29) ======================== 4102s /tmp/autopkgtest.7abCGj/wrapper.sh: checking for leaked background processes... 4102s /tmp/autopkgtest.7abCGj/wrapper.sh: waiting for tee/cat subprocesses... 4102s /tmp/autopkgtest.7abCGj/wrapper.sh: cleaning up... 4102s /tmp/autopkgtest.7abCGj/wrapper.sh: Exit status: 0 4102s autopkgtest: DBG: testbed command exited with code 0 4102s autopkgtest [13:02:21]: test test-dolfin-python-pusimp: -----------------------] 4102s autopkgtest: DBG: testbed executing test finished with exit status 0 4102s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.7abCGj/test-dolfin-python-pusimp-stdout /tmp/autopkgtest-work.1cwxu9yf/out/test-dolfin-python-pusimp-stdout 4102s autopkgtest: DBG: got reply from testbed: ok 4102s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.7abCGj/test-dolfin-python-pusimp-stderr /tmp/autopkgtest-work.1cwxu9yf/out/test-dolfin-python-pusimp-stderr 4102s autopkgtest: DBG: got reply from testbed: ok 4102s autopkgtest [13:02:21]: test test-dolfin-python-pusimp: - - - - - - - - - - results - - - - - - - - - - 4102s test-dolfin-python-pusimp PASS 4102s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.7abCGj/test-dolfin-python-pusimp-artifacts/ /tmp/autopkgtest-work.1cwxu9yf/out/artifacts/ 4102s autopkgtest: DBG: got reply from testbed: ok 4102s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.7abCGj/test-dolfin-python-pusimp-artifacts', '/tmp/autopkgtest.7abCGj/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 4103s autopkgtest: DBG: testbed command exited with code 0 4103s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 4103s autopkgtest [13:02:22]: @@@@@@@@@@@@@@@@@@@@ summary 4103s test-dolfin-cpp PASS 4103s test-dolfin-python-unittest PASS 4103s test-dolfin-python-demo PASS 4103s test-dolfin-python-pusimp PASS 4103s autopkgtest: DBG: testbed stop 4103s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.7abCGj 4103s autopkgtest: DBG: sending command to testbed: close 4120s autopkgtest: DBG: got reply from testbed: ok 4120s autopkgtest: DBG: sending command to testbed: quit 4120s nova [W] Using flock in prodstack6-s390x 4120s Creating nova instance adt-plucky-s390x-dolfin-20250219-115359-juju-7f2275-prod-proposed-migration-environment-15-8bcdf278-e3a4-42ea-888e-30b84fe7694e from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 4120s nova [W] Timed out waiting for 6c2c4d2a-394d-4420-bcb5-cbb67b0b74ca to get deleted. 4120s nova [W] Using flock in prodstack6-s390x 4120s Creating nova instance adt-plucky-s390x-dolfin-20250219-115359-juju-7f2275-prod-proposed-migration-environment-15-8bcdf278-e3a4-42ea-888e-30b84fe7694e from image adt/ubuntu-plucky-s390x-server-20250219.img (UUID 7af5aa59-4155-4177-a560-02c7dd963d23)... 4120s nova [W] Timed out waiting for cef9cf78-a1fb-4d76-8de4-492316bda228 to get deleted.