0s autopkgtest: DBG: testbed init 0s autopkgtest [04:37:44]: starting date and time: 2025-02-19 04:37:44+0000 0s autopkgtest [04:37:44]: git checkout: 325255d2 Merge branch 'pin-any-arch' into 'ubuntu/production' 0s autopkgtest [04:37:44]: host juju-7f2275-prod-proposed-migration-environment-15; command line: /home/ubuntu/autopkgtest/runner/autopkgtest --output-dir /tmp/autopkgtest-work.hp2a7015/out --timeout-copy=6000 --setup-commands /home/ubuntu/autopkgtest-cloud/worker-config-production/setup-canonical.sh --apt-pocket=proposed=src:orange-spectroscopy --apt-upgrade orange-spectroscopy --debug --timeout-short=300 --timeout-copy=20000 --timeout-build=20000 --env=ADT_TEST_TRIGGERS=orange-spectroscopy/0.8.1-1 -- ssh -s /home/ubuntu/autopkgtest/ssh-setup/nova -- --flavor autopkgtest-s390x --security-groups autopkgtest-juju-7f2275-prod-proposed-migration-environment-15@bos03-s390x-32.secgroup --name adt-plucky-s390x-orange-spectroscopy-20250219-043744-juju-7f2275-prod-proposed-migration-environment-15-d4aaf791-39dc-40c2-b799-17bf56577d0b --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 85s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest.wK5i8C 85s autopkgtest: DBG: sending command to testbed: print-execute-command 85s autopkgtest: DBG: got reply from testbed: ok /tmp/autopkgtest-ssh.ae_jtqnn/runcmd 85s autopkgtest: DBG: sending command to testbed: capabilities 85s autopkgtest: DBG: got reply from testbed: ok suggested-normal-user=ubuntu revert-full-system reboot isolation-machine revert root-on-testbed 85s autopkgtest: DBG: testbed capabilities: ['suggested-normal-user=ubuntu', 'revert-full-system', 'reboot', 'isolation-machine', 'revert', 'root-on-testbed', 'has_internet'] 85s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.wK5i8C'], kind short, sout raw, serr pipe, env [] 85s autopkgtest: DBG: testbed command exited with code 0 85s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/wrapper.sh /tmp/autopkgtest.wK5i8C/wrapper.sh 85s autopkgtest: DBG: got reply from testbed: ok 85s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.wK5i8C/wrapper.sh'], kind short, sout raw, serr pipe, env [] 86s autopkgtest: DBG: testbed command exited with code 0 86s autopkgtest: DBG: testbed command ['dpkg', '--print-architecture'], kind short, sout pipe, serr pipe, env [] 86s autopkgtest: DBG: testbed command exited with code 0 86s autopkgtest [04:39:10]: testbed dpkg architecture: s390x 86s autopkgtest: DBG: testbed command ['dpkg-query', '-W', '-f', '${Version}', 'apt'], kind short, sout pipe, serr pipe, env [] 86s autopkgtest: DBG: testbed command exited with code 0 86s autopkgtest [04:39:10]: testbed apt version: 2.9.29 86s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v eatmydata'], kind short, sout pipe, serr pipe, env [] 86s autopkgtest: DBG: testbed command exited with code 0 86s autopkgtest: DBG: testbed has eatmydata 86s autopkgtest: DBG: testbed command ['mkdir', '-p', '/etc/apt/preferences.d'], kind short, sout raw, serr pipe, env [] 86s autopkgtest: DBG: testbed command exited with code 0 86s autopkgtest [04:39:10]: @@@@@@@@@@@@@@@@@@@@ test bed setup 86s 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 [] 86s autopkgtest: DBG: testbed command exited with code 0 86s autopkgtest [04:39:10]: testbed release detected to be: None 86s 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 [] 87s autopkgtest: DBG: testbed command exited with code 0 87s 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 [] 87s autopkgtest: DBG: testbed command exited with code 0 87s autopkgtest: DBG: adding APT source: Types: deb deb-src 87s URIs: http://ftpmaster.internal/ubuntu/ 87s Suites: plucky-proposed 87s Components: main restricted universe multiverse 87s Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg 87s 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 [] 87s autopkgtest: DBG: testbed command exited with code 0 87s autopkgtest: DBG: adding APT preference to autopkgtest-zz-plucky-proposed-baseline.pref: 87s Package: * 87s Pin: release plucky-proposed 87s Pin-Priority: 500 87s 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 [] 87s autopkgtest: DBG: testbed command exited with code 0 87s autopkgtest [04:39:11]: updating testbed package index (apt update) 87s 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'] 87s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed InRelease [110 kB] 88s Hit:2 http://ftpmaster.internal/ubuntu plucky InRelease 88s Hit:3 http://ftpmaster.internal/ubuntu plucky-updates InRelease 88s Hit:4 http://ftpmaster.internal/ubuntu plucky-security InRelease 88s Get:5 http://ftpmaster.internal/ubuntu plucky-proposed/restricted Sources [3120 B] 88s Get:6 http://ftpmaster.internal/ubuntu plucky-proposed/universe Sources [770 kB] 88s Get:7 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse Sources [14.6 kB] 88s Get:8 http://ftpmaster.internal/ubuntu plucky-proposed/main Sources [76.2 kB] 88s Get:9 http://ftpmaster.internal/ubuntu plucky-proposed/main s390x Packages [93.9 kB] 88s Get:10 http://ftpmaster.internal/ubuntu plucky-proposed/restricted s390x Packages [760 B] 88s Get:11 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x Packages [648 kB] 88s Get:12 http://ftpmaster.internal/ubuntu plucky-proposed/multiverse s390x Packages [5836 B] 88s Fetched 1723 kB in 1s (1821 kB/s) 89s Reading package lists... 89s autopkgtest: DBG: testbed command exited with code 0 89s autopkgtest: DBG: adding APT preference to autopkgtest-plucky-proposed.pref: 89s Package: * 89s Pin: release plucky-proposed 89s Pin-Priority: 100 89s 89s Package: src:orange-spectroscopy:any 89s Pin: release plucky-proposed 89s Pin-Priority: 995 89s 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:orange-spectroscopy:any\nPin: release plucky-proposed\nPin-Priority: 995'], kind short, sout raw, serr pipe, env [] 89s autopkgtest: DBG: testbed command exited with code 0 89s 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.wK5i8C/${d//\\//_}.stamp; done'], kind short, sout raw, serr pipe, env [] 89s autopkgtest: DBG: testbed command exited with code 0 89s 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'] 89s + lsb_release --codename --short 89s + RELEASE=plucky 89s + cat 89s + [ plucky != trusty ] 89s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -y --allow-downgrades -o Dpkg::Options::=--force-confnew dist-upgrade 89s Reading package lists... 90s Building dependency tree... 90s Reading state information... 90s Calculating upgrade... 90s The following packages were automatically installed and are no longer required: 90s libnsl2 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 90s linux-headers-6.11.0-8 linux-headers-6.11.0-8-generic 90s linux-modules-6.11.0-8-generic linux-tools-6.11.0-8 90s linux-tools-6.11.0-8-generic 90s Use 'sudo apt autoremove' to remove them. 90s The following NEW packages will be installed: 90s libapt-pkg7.0 90s The following packages will be upgraded: 90s apt apt-utils dhcpcd-base rsyslog s390-tools s390-tools-data 90s s390-tools-signed 90s 7 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 90s Need to get 8909 kB of archives. 90s After this operation, 3624 kB of additional disk space will be used. 90s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libapt-pkg7.0 s390x 2.9.30 [1103 kB] 90s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x apt s390x 2.9.30 [1418 kB] 91s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x apt-utils s390x 2.9.30 [214 kB] 91s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x dhcpcd-base s390x 1:10.1.0-7 [219 kB] 91s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x rsyslog s390x 8.2412.0-2ubuntu1 [536 kB] 91s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools-data all 2.37.0-0ubuntu2 [20.4 kB] 91s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools s390x 2.37.0-0ubuntu2 [5385 kB] 91s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x s390-tools-signed all 2.37.0-0ubuntu2 [12.4 kB] 91s Fetched 8909 kB in 1s (8699 kB/s) 91s Selecting previously unselected package libapt-pkg7.0:s390x. 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 ... 80980 files and directories currently installed.) 91s Preparing to unpack .../libapt-pkg7.0_2.9.30_s390x.deb ... 91s Unpacking libapt-pkg7.0:s390x (2.9.30) ... 91s Setting up libapt-pkg7.0:s390x (2.9.30) ... 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 ... 81029 files and directories currently installed.) 91s Preparing to unpack .../archives/apt_2.9.30_s390x.deb ... 91s Unpacking apt (2.9.30) over (2.9.29) ... 91s Setting up apt (2.9.30) ... 92s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 81029 files and directories currently installed.) 92s Preparing to unpack .../0-apt-utils_2.9.30_s390x.deb ... 92s Unpacking apt-utils (2.9.30) over (2.9.29) ... 92s Preparing to unpack .../1-dhcpcd-base_1%3a10.1.0-7_s390x.deb ... 92s Unpacking dhcpcd-base (1:10.1.0-7) over (1:10.1.0-6) ... 92s Preparing to unpack .../2-rsyslog_8.2412.0-2ubuntu1_s390x.deb ... 92s Unpacking rsyslog (8.2412.0-2ubuntu1) over (8.2412.0-1ubuntu1) ... 92s Preparing to unpack .../3-s390-tools-data_2.37.0-0ubuntu2_all.deb ... 92s Unpacking s390-tools-data (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 92s Preparing to unpack .../4-s390-tools_2.37.0-0ubuntu2_s390x.deb ... 92s Unpacking s390-tools (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 92s Preparing to unpack .../5-s390-tools-signed_2.37.0-0ubuntu2_all.deb ... 92s Unpacking s390-tools-signed (2.37.0-0ubuntu2) over (2.37.0-0ubuntu1) ... 92s Setting up apt-utils (2.9.30) ... 92s Setting up rsyslog (8.2412.0-2ubuntu1) ... 92s info: The user `syslog' is already a member of `adm'. 93s Setting up s390-tools-signed (2.37.0-0ubuntu2) ... 93s Setting up dhcpcd-base (1:10.1.0-7) ... 93s Setting up s390-tools-data (2.37.0-0ubuntu2) ... 93s Setting up s390-tools (2.37.0-0ubuntu2) ... 94s Processing triggers for libc-bin (2.40-4ubuntu1) ... 94s Processing triggers for man-db (2.13.0-1) ... 95s Processing triggers for initramfs-tools (0.145ubuntu2) ... 95s update-initramfs: Generating /boot/initrd.img-6.12.0-15-generic 95s W: No lz4 in /usr/bin:/sbin:/bin, using gzip 99s Using config file '/etc/zipl.conf' 99s Building bootmap in '/boot' 99s Adding IPL section 'ubuntu' (default) 99s Preparing boot device for LD-IPL: vda (0000). 99s Done. 99s + rm /etc/apt/preferences.d/force-downgrade-to-release.pref 99s + /usr/lib/apt/apt-helper analyze-pattern ?true 99s + uname -r 99s + sed s/\./\\./g 99s + running_kernel_pattern=^linux-.*6\.12\.0-15-generic.* 99s + apt list ?obsolete 99s + tail -n+2 99s + cut -d/ -f1 99s + grep -v ^linux-.*6\.12\.0-15-generic.* 100s + true 100s + obsolete_pkgs= 100s + DEBIAN_FRONTEND=noninteractive eatmydata apt-get -yReading package lists... 100s Building dependency tree... purge --autoremove 100s 100s Reading state information... 100s The following packages will be REMOVED: 100s libnsl2* libpython3.12-minimal* libpython3.12-stdlib* libpython3.12t64* 100s linux-headers-6.11.0-8* linux-headers-6.11.0-8-generic* 100s linux-modules-6.11.0-8-generic* linux-tools-6.11.0-8* 100s linux-tools-6.11.0-8-generic* 100s 0 upgraded, 0 newly installed, 9 to remove and 0 not upgraded. 100s After this operation, 167 MB disk space will be freed. 100s (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.) 100s Removing linux-tools-6.11.0-8-generic (6.11.0-8.8) ... 100s Removing linux-tools-6.11.0-8 (6.11.0-8.8) ... 100s Removing libpython3.12t64:s390x (3.12.9-1) ... 100s Removing libpython3.12-stdlib:s390x (3.12.9-1) ... 100s Removing libnsl2:s390x (1.3.0-3build3) ... 100s Removing libpython3.12-minimal:s390x (3.12.9-1) ... 100s Removing linux-headers-6.11.0-8-generic (6.11.0-8.8) ... 101s Removing linux-headers-6.11.0-8 (6.11.0-8.8) ... 101s Removing linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 101s Processing triggers for libc-bin (2.40-4ubuntu1) ... 101s (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 55930 files and directories currently installed.) 101s Purging configuration files for libpython3.12-minimal:s390x (3.12.9-1) ... 101s Purging configuration files for linux-modules-6.11.0-8-generic (6.11.0-8.8) ... 102s + grep -q trusty /etc/lsb-release 102s + [ ! -d /usr/share/doc/unattended-upgrades ] 102s + [ ! -d /usr/share/doc/lxd ] 102s + [ ! -d /usr/share/doc/lxd-client ] 102s + [ ! -d /usr/share/doc/snapd ] 102s + type iptables 102s + cat 102s + chmod 755 /etc/rc.local 102s + . /etc/rc.local 102s + iptables -w -t mangle -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu 102s + iptables -A OUTPUT -d 10.255.255.1/32 -p tcp -j DROP 102s + iptables -A OUTPUT -d 10.255.255.2/32 -p tcp -j DROP 102s + uname -m 102s + [ s390x = ppc64le ] 102s + [ -d /run/systemd/system ] 102s + systemd-detect-virt --quiet --vm 102s + mkdir -p /etc/systemd/system/systemd-random-seed.service.d/ 102s + cat 102s + grep -q lz4 /etc/initramfs-tools/initramfs.conf 102s + echo COMPRESS=lz4 102s autopkgtest: DBG: testbed command exited with code 0 102s autopkgtest [04:39:26]: upgrading testbed (apt dist-upgrade and autopurge) 102s 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'] 102s Reading package lists... 102s Building dependency tree... 102s Reading state information... 102s Calculating upgrade...Starting pkgProblemResolver with broken count: 0 102s Starting 2 pkgProblemResolver with broken count: 0 102s Done 102s Entering ResolveByKeep 102s 103s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 103s autopkgtest: DBG: testbed command exited with code 0 103s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', '--purge', 'autoremove'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 103s Reading package lists... 103s Building dependency tree... 103s Reading state information... 103s Starting pkgProblemResolver with broken count: 0 103s Starting 2 pkgProblemResolver with broken count: 0 103s Done 103s 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 103s autopkgtest: DBG: testbed command exited with code 0 103s 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.wK5i8C/${d//\\//_}.stamp; [ ! -d $d ] || [ `stat -c %Y $d` = `stat -c %Y $s` ]; done'], kind short, sout raw, serr raw, env [] 103s autopkgtest: DBG: testbed command exited with code 1 103s autopkgtest [04:39:27]: rebooting testbed after setup commands that affected boot 103s autopkgtest: DBG: sending command to testbed: reboot 126s autopkgtest: DBG: got reply from testbed: ok 126s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 126s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.wK5i8C'], kind short, sout raw, serr pipe, env [] 126s autopkgtest: DBG: testbed command exited with code 0 126s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.wK5i8C/autopkgtest-reboot 126s autopkgtest: DBG: got reply from testbed: ok 126s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.wK5i8C/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 127s autopkgtest: DBG: testbed command exited with code 0 127s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.wK5i8C/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 127s autopkgtest: DBG: testbed command exited with code 0 127s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.wK5i8C/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 127s autopkgtest: DBG: testbed command exited with code 0 127s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.wK5i8C'], kind short, sout raw, serr pipe, env [] 127s autopkgtest: DBG: testbed command exited with code 0 127s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.wK5i8C/autopkgtest-reboot-prepare 127s autopkgtest: DBG: got reply from testbed: ok 127s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.wK5i8C/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 127s autopkgtest: DBG: testbed command exited with code 0 127s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.wK5i8C/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 128s autopkgtest: DBG: testbed command exited with code 0 128s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 128s autopkgtest: DBG: testbed command exited with code 0 128s autopkgtest [04:39:52]: testbed running kernel: Linux 6.12.0-15-generic #15-Ubuntu SMP Tue Feb 4 15:05:57 UTC 2025 128s autopkgtest: DBG: testbed command ['sh', '-c', 'nproc; cat /proc/cpuinfo 2>/dev/null || true'], kind short, sout pipe, serr pipe, env [] 128s autopkgtest: DBG: testbed command exited with code 0 128s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.wK5i8C/testbed-packages"], kind short, sout raw, serr pipe, env [] 128s autopkgtest: DBG: testbed command exited with code 0 128s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.wK5i8C/testbed-packages /tmp/autopkgtest-work.hp2a7015/out/testbed-packages 128s autopkgtest: DBG: got reply from testbed: ok 128s autopkgtest: DBG: testbed supports reboot, creating /tmp/autopkgtest-reboot 128s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.wK5i8C'], kind short, sout raw, serr pipe, env [] 128s autopkgtest: DBG: testbed command exited with code 0 128s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot.sh /tmp/autopkgtest.wK5i8C/autopkgtest-reboot 129s autopkgtest: DBG: got reply from testbed: ok 129s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.wK5i8C/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 129s autopkgtest: DBG: testbed command exited with code 0 129s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.wK5i8C/autopkgtest-reboot', '/tmp/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 129s autopkgtest: DBG: testbed command exited with code 0 129s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.wK5i8C/autopkgtest-reboot', '/sbin/autopkgtest-reboot'], kind short, sout raw, serr pipe, env [] 129s autopkgtest: DBG: testbed command exited with code 0 129s autopkgtest: DBG: testbed command ['mkdir', '-p', '/tmp/autopkgtest.wK5i8C'], kind short, sout raw, serr pipe, env [] 129s autopkgtest: DBG: testbed command exited with code 0 129s autopkgtest: DBG: sending command to testbed: copydown /home/ubuntu/autopkgtest/lib/in-testbed/reboot-prepare.sh /tmp/autopkgtest.wK5i8C/autopkgtest-reboot-prepare 129s autopkgtest: DBG: got reply from testbed: ok 129s autopkgtest: DBG: testbed command ['chmod', '-R', '0755', '--', '/tmp/autopkgtest.wK5i8C/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 130s autopkgtest: DBG: testbed command exited with code 0 130s autopkgtest: DBG: testbed command ['ln', '-fns', '/tmp/autopkgtest.wK5i8C/autopkgtest-reboot-prepare', '/tmp/autopkgtest-reboot-prepare'], kind short, sout raw, serr pipe, env [] 130s autopkgtest: DBG: testbed command exited with code 0 130s autopkgtest: DBG: testbed command ['uname', '-srv'], kind short, sout pipe, serr pipe, env [] 130s autopkgtest: DBG: testbed command exited with code 0 130s autopkgtest: DBG: Binaries: initialising 130s autopkgtest [04:39:54]: @@@@@@@@@@@@@@@@@@@@ apt-source orange-spectroscopy 130s autopkgtest: DBG: blame += orange-spectroscopy 130s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=[] 130s autopkgtest: DBG: testbed command ['apt-cache', 'showsrc', '--only-source', 'orange-spectroscopy'], kind short, sout pipe, serr pipe, env [] 130s autopkgtest: DBG: testbed command exited with code 0 130s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python3-orange-spectroscopy$'], kind short, sout pipe, serr raw, env [] 130s autopkgtest: DBG: testbed command exited with code 0 130s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python3-orange-spectroscopy=0.8.1-1'], kind short, sout pipe, serr raw, env [] 131s autopkgtest: DBG: testbed command exited with code 0 131s autopkgtest: DBG: testbed command ['apt-cache', 'policy', '^python-orange-spectroscopy-doc$'], kind short, sout pipe, serr raw, env [] 131s autopkgtest: DBG: testbed command exited with code 0 131s autopkgtest: DBG: testbed command ['apt-cache', 'show', 'python-orange-spectroscopy-doc=0.8.1-1'], kind short, sout pipe, serr raw, env [] 131s autopkgtest: DBG: testbed command exited with code 0 131s autopkgtest: DBG: install_deps: deps_new=[] 131s autopkgtest: DBG: testbed command ['sh', '-ec', 'command -v dpkg-source'], kind short, sout pipe, serr pipe, env [] 131s autopkgtest: DBG: testbed command exited with code 0 131s 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.wK5i8C/build.XXX); cd $builddir; OUT=$(apt-get source -d -q --only-source orange-spectroscopy=0.8.1-1 2>&1) || RC=$?;if [ -n "$RC" ]; then if echo "$OUT" | grep -q "Unable to find a source package"; then exit 1; else exit $RC; fi;fi;echo "$OUT" | grep ^Get: || true;dpkg-source -x orange-spectroscopy_*.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=orange-spectroscopy/0.8.1-1'] 131s + cd / 131s + mktemp -d /tmp/autopkgtest.wK5i8C/build.XXX 131s + builddir=/tmp/autopkgtest.wK5i8C/build.yIx 131s + cd /tmp/autopkgtest.wK5i8C/build.yIx 131s + apt-get source -d -q --only-source orange-spectroscopy=0.8.1-1 132s + OUT=Reading package lists... 132s NOTICE: 'orange-spectroscopy' packaging is maintained in the 'Git' version control system at: 132s https://salsa.debian.org/science-team/orange-spectroscopy.git 132s Please use: 132s git clone https://salsa.debian.org/science-team/orange-spectroscopy.git 132s to retrieve the latest (possibly unreleased) updates to the package. 132s Need to get 4014 kB of source archives. 132s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/universe orange-spectroscopy 0.8.1-1 (dsc) [3144 B] 132s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/universe orange-spectroscopy 0.8.1-1 (tar) [4006 kB] 132s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/universe orange-spectroscopy 0.8.1-1 (diff) [4664 B] 132s Fetched 4014 kB in 1s (5129 kB/s) 132s Download complete and in download only mode 132s + [ -n ] 132s + echo Reading package lists... 132s NOTICE: 'orange-spectroscopy' packaging is maintained in the 'Git' version control system at: 132s https://salsa.debian.org/science-team/orange-spectroscopy.git 132s Please use: 132s git clone https://salsa.debian.org/science-team/orange-spectroscopy.git 132s to retrieve the latest (possibly unreleased) updates to the package. 132s Need to get 4014 kB of source archives. 132s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/universe orange-spectroscopy 0.8.1-1 (dsc) [3144 B] 132s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/universe orange-spectroscopy 0.8.1-1 (tar) [4006 kB] 132s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/universe orange-spectroscopy 0.8.1-1 (diff) [4664 B] 132s Fetched 4014 kB in 1s (5129 kB/s) 132s Download complete and in download only mode 132s + grep ^Get: 132s Get:1 http://ftpmaster.internal/ubuntu plucky-proposed/universe orange-spectroscopy 0.8.1-1 (dsc) [3144 B] 132s Get:2 http://ftpmaster.internal/ubuntu plucky-proposed/universe orange-spectroscopy 0.8.1-1 (tar) [4006 kB] 132s Get:3 http://ftpmaster.internal/ubuntu plucky-proposed/universe orange-spectroscopy 0.8.1-1 (diff) [4664 B] 132s + dpkg-source -x orange-spectroscopy_0.8.1-1.dsc src 132s gpgv: Signature made Sun Jan 26 18:51:50 2025 UTC 132s gpgv: using RSA key B415360F591EB6DD73AFFB83D30DECD2599322FC 132s gpgv: Can't check signature: No public key 132s dpkg-source: warning: cannot verify inline signature for ./orange-spectroscopy_0.8.1-1.dsc: no acceptable signature found 132s + chmod -R a+rX . 132s + cd src/. 132s + pwd 132s + sed -n 1 {s/).*//; s/ (/\n/; p} debian/changelog 132s autopkgtest: DBG: testbed command exited with code 0 132s autopkgtest [04:39:56]: testing package orange-spectroscopy version 0.8.1-1 132s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.wK5i8C/build.yIx/src/debian/ /tmp/autopkgtest-work.hp2a7015/out/pkg/debian/ 133s autopkgtest: DBG: got reply from testbed: ok 133s autopkgtest: DBG: autodep8 generated control: ----- 133s Test-Command: pybuild-autopkgtest 133s Depends: @, pybuild-plugin-autopkgtest, @builddeps@, 133s Restrictions: allow-stderr, skippable, 133s Features: test-name=pybuild-autopkgtest 133s 133s ------- 133s autopkgtest: DBG: processing dependency @ 133s autopkgtest: DBG: synthesised dependency python3-orange-spectroscopy 133s autopkgtest: DBG: synthesised dependency python-orange-spectroscopy-doc 133s autopkgtest: DBG: processing dependency pybuild-plugin-autopkgtest 133s autopkgtest: DBG: processing dependency @builddeps@ 133s autopkgtest: DBG: synthesised dependency debhelper-compat (= 13) 133s autopkgtest: DBG: synthesised dependency dh-sequence-python3 133s autopkgtest: DBG: synthesised dependency pybuild-plugin-pyproject 133s autopkgtest: DBG: synthesised dependency python3-agilent-format 133s autopkgtest: DBG: synthesised dependency python3-all 133s autopkgtest: DBG: synthesised dependency python3-anyqt 133s autopkgtest: DBG: synthesised dependency python3-bottleneck 133s autopkgtest: DBG: synthesised dependency python3-colorcet 133s autopkgtest: DBG: synthesised dependency python3-extranormal3 133s autopkgtest: DBG: synthesised dependency python3-h5py 133s autopkgtest: DBG: synthesised dependency python3-lmfit 133s autopkgtest: DBG: synthesised dependency python3-numpy 133s autopkgtest: DBG: synthesised dependency python3-orange-canvas-core 133s autopkgtest: DBG: synthesised dependency python3-orange-widget-base 133s autopkgtest: DBG: synthesised dependency python3-orange3 133s autopkgtest: DBG: synthesised dependency python3-pebble 133s autopkgtest: DBG: synthesised dependency python3-pil 133s autopkgtest: DBG: synthesised dependency python3-pyqtgraph 133s autopkgtest: DBG: synthesised dependency python3-pytest 133s autopkgtest: DBG: synthesised dependency python3-pytest-subtests 133s autopkgtest: DBG: synthesised dependency python3-pytest-xvfb 133s autopkgtest: DBG: synthesised dependency python3-recommonmark 133s autopkgtest: DBG: synthesised dependency python3-renishawwire 133s autopkgtest: DBG: synthesised dependency python3-scipy 133s autopkgtest: DBG: synthesised dependency python3-serverfiles 133s autopkgtest: DBG: synthesised dependency python3-setuptools 133s autopkgtest: DBG: synthesised dependency python3-sklearn 133s autopkgtest: DBG: synthesised dependency python3-spectral 133s autopkgtest: DBG: synthesised dependency python3-sphinx 133s autopkgtest: DBG: synthesised dependency build-essential 133s autopkgtest: DBG: Test defined: name pybuild-autopkgtest path None command "pybuild-autopkgtest" restrictions ['allow-stderr', 'skippable'] features ['test-name=pybuild-autopkgtest'] depends ['python3-orange-spectroscopy', 'python-orange-spectroscopy-doc', 'pybuild-plugin-autopkgtest', 'debhelper-compat (= 13)', 'dh-sequence-python3', 'pybuild-plugin-pyproject', 'python3-agilent-format ', 'python3-all', 'python3-anyqt ', 'python3-bottleneck ', 'python3-colorcet ', 'python3-extranormal3 ', 'python3-h5py ', 'python3-lmfit ', 'python3-numpy ', 'python3-orange-canvas-core ', 'python3-orange-widget-base ', 'python3-orange3 ', 'python3-pebble ', 'python3-pil ', 'python3-pyqtgraph ', 'python3-pytest ', 'python3-pytest-subtests ', 'python3-pytest-xvfb ', 'python3-recommonmark', 'python3-renishawwire ', 'python3-scipy ', 'python3-serverfiles ', 'python3-setuptools', 'python3-sklearn ', 'python3-spectral ', 'python3-sphinx', 'build-essential'] 133s autopkgtest [04:39:57]: build not needed 133s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.wK5i8C/build.yIx/src/ /tmp/autopkgtest-work.hp2a7015/out/tests-tree/ 133s autopkgtest: DBG: got reply from testbed: ok 134s autopkgtest: DBG: autodep8 generated control: ----- 134s Test-Command: pybuild-autopkgtest 134s Depends: @, pybuild-plugin-autopkgtest, @builddeps@, 134s Restrictions: allow-stderr, skippable, 134s Features: test-name=pybuild-autopkgtest 134s 134s ------- 134s autopkgtest: DBG: processing dependency @ 134s autopkgtest: DBG: synthesised dependency python3-orange-spectroscopy 134s autopkgtest: DBG: synthesised dependency python-orange-spectroscopy-doc 134s autopkgtest: DBG: processing dependency pybuild-plugin-autopkgtest 134s autopkgtest: DBG: processing dependency @builddeps@ 134s autopkgtest: DBG: synthesised dependency debhelper-compat (= 13) 134s autopkgtest: DBG: synthesised dependency dh-sequence-python3 134s autopkgtest: DBG: synthesised dependency pybuild-plugin-pyproject 134s autopkgtest: DBG: synthesised dependency python3-agilent-format 134s autopkgtest: DBG: synthesised dependency python3-all 134s autopkgtest: DBG: synthesised dependency python3-anyqt 134s autopkgtest: DBG: synthesised dependency python3-bottleneck 134s autopkgtest: DBG: synthesised dependency python3-colorcet 134s autopkgtest: DBG: synthesised dependency python3-extranormal3 134s autopkgtest: DBG: synthesised dependency python3-h5py 134s autopkgtest: DBG: synthesised dependency python3-lmfit 134s autopkgtest: DBG: synthesised dependency python3-numpy 134s autopkgtest: DBG: synthesised dependency python3-orange-canvas-core 134s autopkgtest: DBG: synthesised dependency python3-orange-widget-base 134s autopkgtest: DBG: synthesised dependency python3-orange3 134s autopkgtest: DBG: synthesised dependency python3-pebble 134s autopkgtest: DBG: synthesised dependency python3-pil 134s autopkgtest: DBG: synthesised dependency python3-pyqtgraph 134s autopkgtest: DBG: synthesised dependency python3-pytest 134s autopkgtest: DBG: synthesised dependency python3-pytest-subtests 134s autopkgtest: DBG: synthesised dependency python3-pytest-xvfb 134s autopkgtest: DBG: synthesised dependency python3-recommonmark 134s autopkgtest: DBG: synthesised dependency python3-renishawwire 134s autopkgtest: DBG: synthesised dependency python3-scipy 134s autopkgtest: DBG: synthesised dependency python3-serverfiles 134s autopkgtest: DBG: synthesised dependency python3-setuptools 134s autopkgtest: DBG: synthesised dependency python3-sklearn 134s autopkgtest: DBG: synthesised dependency python3-spectral 134s autopkgtest: DBG: synthesised dependency python3-sphinx 134s autopkgtest: DBG: synthesised dependency build-essential 134s autopkgtest: DBG: Test defined: name pybuild-autopkgtest path None command "pybuild-autopkgtest" restrictions ['allow-stderr', 'skippable'] features ['test-name=pybuild-autopkgtest'] depends ['python3-orange-spectroscopy', 'python-orange-spectroscopy-doc', 'pybuild-plugin-autopkgtest', 'debhelper-compat (= 13)', 'dh-sequence-python3', 'pybuild-plugin-pyproject', 'python3-agilent-format ', 'python3-all', 'python3-anyqt ', 'python3-bottleneck ', 'python3-colorcet ', 'python3-extranormal3 ', 'python3-h5py ', 'python3-lmfit ', 'python3-numpy ', 'python3-orange-canvas-core ', 'python3-orange-widget-base ', 'python3-orange3 ', 'python3-pebble ', 'python3-pil ', 'python3-pyqtgraph ', 'python3-pytest ', 'python3-pytest-subtests ', 'python3-pytest-xvfb ', 'python3-recommonmark', 'python3-renishawwire ', 'python3-scipy ', 'python3-serverfiles ', 'python3-setuptools', 'python3-sklearn ', 'python3-spectral ', 'python3-sphinx', 'build-essential'] 134s autopkgtest [04:39:58]: test pybuild-autopkgtest: preparing testbed 134s autopkgtest: DBG: testbed reset: modified=False, deps_installed=[], deps_new=['python3-orange-spectroscopy', 'python-orange-spectroscopy-doc', 'pybuild-plugin-autopkgtest', 'debhelper-compat (= 13)', 'dh-sequence-python3', 'pybuild-plugin-pyproject', 'python3-agilent-format ', 'python3-all', 'python3-anyqt ', 'python3-bottleneck ', 'python3-colorcet ', 'python3-extranormal3 ', 'python3-h5py ', 'python3-lmfit ', 'python3-numpy ', 'python3-orange-canvas-core ', 'python3-orange-widget-base ', 'python3-orange3 ', 'python3-pebble ', 'python3-pil ', 'python3-pyqtgraph ', 'python3-pytest ', 'python3-pytest-subtests ', 'python3-pytest-xvfb ', 'python3-recommonmark', 'python3-renishawwire ', 'python3-scipy ', 'python3-serverfiles ', 'python3-setuptools', 'python3-sklearn ', 'python3-spectral ', 'python3-sphinx', 'build-essential'] 134s autopkgtest: DBG: Binaries: no registered binaries, not publishing anything 134s autopkgtest: DBG: install_deps: deps_new=['python3-orange-spectroscopy', 'python-orange-spectroscopy-doc', 'pybuild-plugin-autopkgtest', 'debhelper-compat (= 13)', 'dh-sequence-python3', 'pybuild-plugin-pyproject', 'python3-agilent-format ', 'python3-all', 'python3-anyqt ', 'python3-bottleneck ', 'python3-colorcet ', 'python3-extranormal3 ', 'python3-h5py ', 'python3-lmfit ', 'python3-numpy ', 'python3-orange-canvas-core ', 'python3-orange-widget-base ', 'python3-orange3 ', 'python3-pebble ', 'python3-pil ', 'python3-pyqtgraph ', 'python3-pytest ', 'python3-pytest-subtests ', 'python3-pytest-xvfb ', 'python3-recommonmark', 'python3-renishawwire ', 'python3-scipy ', 'python3-serverfiles ', 'python3-setuptools', 'python3-sklearn ', 'python3-spectral ', 'python3-sphinx', 'build-essential'] 134s autopkgtest: DBG: install-deps: satisfying python3-orange-spectroscopy, python-orange-spectroscopy-doc, pybuild-plugin-autopkgtest, debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-agilent-format , python3-all, python3-anyqt , python3-bottleneck , python3-colorcet , python3-extranormal3 , python3-h5py , python3-lmfit , python3-numpy , python3-orange-canvas-core , python3-orange-widget-base , python3-orange3 , python3-pebble , python3-pil , python3-pyqtgraph , python3-pytest , python3-pytest-subtests , python3-pytest-xvfb , python3-recommonmark, python3-renishawwire , python3-scipy , python3-serverfiles , python3-setuptools, python3-sklearn , python3-spectral , python3-sphinx, build-essential 134s autopkgtest: DBG: can use apt-get on testbed: True 134s autopkgtest: DBG: testbed command ['/bin/sh', '-ec', '"$@" 3>&2 2>&1', 'run_apt_command', '/usr/bin/eatmydata', 'apt-get', '--quiet', '--assume-yes', '-o=APT::Status-Fd=3', '-o=APT::Install-Recommends=false', '-o=Dpkg::Options::=--force-confnew', '-o=Debug::pkgProblemResolver=true', 'satisfy', 'python3-orange-spectroscopy, python-orange-spectroscopy-doc, pybuild-plugin-autopkgtest, debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-agilent-format , python3-all, python3-anyqt , python3-bottleneck , python3-colorcet , python3-extranormal3 , python3-h5py , python3-lmfit , python3-numpy , python3-orange-canvas-core , python3-orange-widget-base , python3-orange3 , python3-pebble , python3-pil , python3-pyqtgraph , python3-pytest , python3-pytest-subtests , python3-pytest-xvfb , python3-recommonmark, python3-renishawwire , python3-scipy , python3-serverfiles , python3-setuptools, python3-sklearn , python3-spectral , python3-sphinx, build-essential'], kind install, sout raw, serr pipe, env ['DEBIAN_FRONTEND=noninteractive', 'APT_LISTBUGS_FRONTEND=none', 'APT_LISTCHANGES_FRONTEND=none'] 134s Reading package lists... 134s Building dependency tree... 134s Reading state information... 134s Starting pkgProblemResolver with broken count: 0 134s Starting 2 pkgProblemResolver with broken count: 0 134s Done 134s The following NEW packages will be installed: 134s autoconf automake autopoint autotools-dev blt build-essential cpp cpp-14 134s cpp-14-s390x-linux-gnu cpp-s390x-linux-gnu debhelper debugedit dh-autoreconf 134s dh-python dh-strip-nondeterminism docutils-common dwz fontconfig 134s fontconfig-config fonts-dejavu-core fonts-dejavu-mono fonts-lyx g++ g++-14 134s g++-14-s390x-linux-gnu g++-s390x-linux-gnu gcc gcc-14 gcc-14-s390x-linux-gnu 134s gcc-s390x-linux-gnu gdb gettext intltool-debian libaec0 libarchive-zip-perl 134s libasan8 libasyncns0 libavahi-client3 libavahi-common-data libavahi-common3 134s libb2-1 libbabeltrace1 libblas3 libcc1-0 libcups2t64 libdebhelper-perl 134s libdebuginfod-common libdebuginfod1t64 libdeflate0 libdmlc0t64 134s libdouble-conversion3 libdrm-radeon1 libduktape207 libegl-mesa0 libegl1 134s libfftw3-double3 libfile-stripnondeterminism-perl libflac12t64 134s libfontconfig1 libfontenc1 libfreetype6 libgbm1 libgcc-14-dev libgfortran5 134s libgl1 libgl1-mesa-dri libglapi-mesa libglvnd0 libglx-mesa0 libglx0 libgomp1 134s libgraphite2-3 libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 134s libharfbuzz0b libhdf5-310 libhdf5-hl-310 libhyphen0 libice6 libimagequant0 134s libinput-bin libinput10 libisl23 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 134s libjs-jquery libjs-jquery-ui libjs-sphinxdoc libjs-underscore libjson-perl 134s liblapack3 liblbfgsb0 liblcms2-2 liblzf1 libmd4c0 libmp3lame0 libmpc3 134s libmpg123-0t64 libmtdev1t64 libnorm1t64 libnsl2 libogg0 libopengl0 134s libopenjp2-7 libopus0 liborc-0.4-0t64 libpcre2-16-0 libpgm-5.3-0t64 134s libpixman-1-0 libproxy1v5 libpulse0 libpython3.12-minimal 134s libpython3.12-stdlib libqhull-r8.0 libqt5charts5 libqt5core5t64 134s libqt5dbus5t64 libqt5designer5 libqt5gui5t64 libqt5help5 libqt5location5 134s libqt5multimedia5 libqt5multimediawidgets5 libqt5network5t64 134s libqt5opengl5t64 libqt5positioning5 libqt5positioningquick5 134s libqt5printsupport5t64 libqt5qml5 libqt5qmlmodels5 libqt5quick5 134s libqt5quickwidgets5 libqt5remoteobjects5 libqt5sensors5 libqt5serialport5 134s libqt5sql5t64 libqt5svg5 libqt5test5t64 libqt5texttospeech5 134s libqt5webchannel5 libqt5webkit5 libqt5websockets5 libqt5widgets5t64 134s libqt5xml5t64 libqt5xmlpatterns5 libqt6core6t64 libqt6dbus6 libqt6gui6 134s libqt6network6 libqt6opengl6 libqt6openglwidgets6 libqt6printsupport6 134s libqt6sql6 libqt6test6 libqt6widgets6 libqt6xml6 libraqm0 libsharpyuv0 134s libsm6 libsndfile1 libsodium23 libsource-highlight-common 134s libsource-highlight4t64 libstdc++-14-dev libsz2 libtcl8.6 libtiff6 libtk8.6 134s libtool libts0t64 libubsan1 libvorbis0a libvorbisenc2 libvulkan1 134s libwacom-common libwacom9 libwayland-client0 libwayland-server0 libwebp7 134s libwebpdemux2 libwebpmux3 libwoff1 libx11-xcb1 libxaw7 libxcb-cursor0 134s libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 134s libxcb-present0 libxcb-randr0 libxcb-render-util0 libxcb-render0 134s libxcb-shape0 libxcb-shm0 libxcb-sync1 libxcb-util1 libxcb-xfixes0 134s libxcb-xinerama0 libxcb-xinput0 libxcb-xkb1 libxfont2 libxft2 libxgboost0 134s libxkbcommon-x11-0 libxkbfile1 libxmu6 libxpm4 libxrandr2 libxrender1 134s libxshmfence1 libxslt1.1 libxss1 libxt6t64 libxxf86vm1 libzmq5 m4 134s mesa-libgallium po-debconf pybuild-plugin-autopkgtest 134s pybuild-plugin-pyproject pyqt5-dev-tools pyqt6-dev-tools 134s python-matplotlib-data python-orange-spectroscopy-doc python3-agilent-format 134s python3-alabaster python3-all python3-anyio python3-anyqt python3-appdirs 134s python3-asteval python3-asttokens python3-bottleneck python3-brotli 134s python3-build python3-cattr python3-click python3-colorcet python3-comm 134s python3-commonmark python3-contourpy python3-coverage python3-cycler 134s python3-dateutil python3-debugpy python3-decorator python3-defusedxml 134s python3-dictdiffer python3-dill python3-docutils python3-et-xmlfile 134s python3-executing python3-extranormal3 python3-fonttools python3-fs 134s python3-h11 python3-h5py python3-h5py-serial python3-httpcore python3-httpx 134s python3-imagesize python3-importlib-metadata python3-iniconfig 134s python3-installer python3-ipykernel python3-ipython python3-jaraco.classes 134s python3-jedi python3-jeepney python3-joblib python3-jupyter-client 134s python3-jupyter-core python3-keyring python3-keyrings.alt python3-kiwisolver 134s python3-lmfit python3-lxml python3-lz4 python3-matplotlib 134s python3-matplotlib-inline python3-mpmath python3-nest-asyncio 134s python3-networkx python3-numpy python3-openpyxl python3-opentsne 134s python3-orange-canvas-core python3-orange-spectroscopy 134s python3-orange-widget-base python3-orange3 python3-packaging python3-pandas 134s python3-pandas-lib python3-parso python3-pebble python3-pexpect python3-pil 134s python3-pil.imagetk python3-pip python3-platformdirs python3-pluggy 134s python3-prompt-toolkit python3-psutil python3-ptyprocess python3-pure-eval 134s python3-pycryptodome python3-pyproject-hooks python3-pyqt5 134s python3-pyqt5.qtchart python3-pyqt5.qtmultimedia python3-pyqt5.qtopengl 134s python3-pyqt5.qtpositioning python3-pyqt5.qtquick 134s python3-pyqt5.qtremoteobjects python3-pyqt5.qtsensors 134s python3-pyqt5.qtserialport python3-pyqt5.qtsql python3-pyqt5.qtsvg 134s python3-pyqt5.qttexttospeech python3-pyqt5.qtwebchannel 134s python3-pyqt5.qtwebkit python3-pyqt5.qtwebsockets 134s python3-pyqt5.qtxmlpatterns python3-pyqt5.sip python3-pyqt6 134s python3-pyqt6.sip python3-pyqtgraph python3-pytest python3-pytest-subtests 134s python3-pytest-xvfb python3-pytz python3-pyvirtualdisplay python3-qasync 134s python3-qtconsole python3-qtpy python3-recommonmark python3-renishawwire 134s python3-requests-cache python3-roman python3-scipy python3-secretstorage 134s python3-serverfiles python3-six python3-sklearn python3-sklearn-lib 134s python3-sniffio python3-snowballstemmer python3-spectral python3-sphinx 134s python3-stack-data python3-sympy python3-threadpoolctl python3-tk 134s python3-toml python3-tornado python3-traitlets python3-typeshed python3-tz 134s python3-ufolib2 python3-uncertainties python3-unicodedata2 134s python3-url-normalize python3-wcwidth python3-wheel python3-xgboost 134s python3-xlrd python3-xlsxwriter python3-zmq python3.12 python3.12-minimal 134s python3.12-tk python3.13-tk qt6-base-dev-tools qtbase5-dev-tools qtchooser 134s sgml-base sphinx-common tk8.6-blt2.5 unicode-data x11-common x11-xkb-utils 134s xml-core xserver-common xvfb 135s 0 upgraded, 388 newly installed, 0 to remove and 0 not upgraded. 135s Need to get 267 MB of archives. 135s After this operation, 1150 MB of additional disk space will be used. 135s Get:1 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-minimal s390x 3.12.9-1 [836 kB] 135s Get:2 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-minimal s390x 3.12.9-1 [2403 kB] 136s Get:3 http://ftpmaster.internal/ubuntu plucky/main s390x libdebuginfod-common all 0.192-4 [15.4 kB] 136s Get:4 http://ftpmaster.internal/ubuntu plucky/main s390x libgstreamer1.0-0 s390x 1.25.50-1 [1240 kB] 136s Get:5 http://ftpmaster.internal/ubuntu plucky/main s390x liborc-0.4-0t64 s390x 1:0.4.40-1 [212 kB] 136s Get:6 http://ftpmaster.internal/ubuntu plucky/main s390x libgstreamer-plugins-base1.0-0 s390x 1.25.50-1 [919 kB] 137s Get:7 http://ftpmaster.internal/ubuntu plucky/main s390x libhyphen0 s390x 2.8.8-7build3 [28.4 kB] 137s Get:8 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg-turbo8 s390x 2.1.5-3ubuntu2 [147 kB] 137s Get:9 http://ftpmaster.internal/ubuntu plucky/main s390x libjpeg8 s390x 8c-2ubuntu11 [2146 B] 137s Get:10 http://ftpmaster.internal/ubuntu plucky/universe s390x libdouble-conversion3 s390x 3.3.0-1build1 [43.9 kB] 137s Get:11 http://ftpmaster.internal/ubuntu plucky/main s390x libpcre2-16-0 s390x 10.42-4ubuntu3 [236 kB] 137s Get:12 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5core5t64 s390x 5.15.15+dfsg-4ubuntu1 [2242 kB] 137s Get:13 http://ftpmaster.internal/ubuntu plucky/main s390x libfreetype6 s390x 2.13.3+dfsg-1 [431 kB] 137s Get:14 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-mono all 2.37-8 [502 kB] 137s Get:15 http://ftpmaster.internal/ubuntu plucky/main s390x fonts-dejavu-core all 2.37-8 [835 kB] 137s Get:16 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig-config s390x 2.15.0-2ubuntu1 [37.5 kB] 137s Get:17 http://ftpmaster.internal/ubuntu plucky/main s390x libfontconfig1 s390x 2.15.0-2ubuntu1 [150 kB] 137s Get:18 http://ftpmaster.internal/ubuntu plucky/main s390x fontconfig s390x 2.15.0-2ubuntu1 [191 kB] 137s Get:19 http://ftpmaster.internal/ubuntu plucky/main s390x libglvnd0 s390x 1.7.0-1build1 [110 kB] 137s Get:20 http://ftpmaster.internal/ubuntu plucky/main s390x libwayland-server0 s390x 1.23.1-1 [36.8 kB] 137s Get:21 http://ftpmaster.internal/ubuntu plucky/main s390x libdrm-radeon1 s390x 2.4.123-1 [22.4 kB] 137s Get:22 http://ftpmaster.internal/ubuntu plucky/main s390x libglapi-mesa s390x 24.3.4-3ubuntu1 [68.4 kB] 137s Get:23 http://ftpmaster.internal/ubuntu plucky/main s390x libx11-xcb1 s390x 2:1.8.10-2 [7954 B] 137s Get:24 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-dri3-0 s390x 1.17.0-2 [7616 B] 137s Get:25 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-present0 s390x 1.17.0-2 [6244 B] 137s Get:26 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-randr0 s390x 1.17.0-2 [19.2 kB] 137s Get:27 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-sync1 s390x 1.17.0-2 [9488 B] 137s Get:28 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-xfixes0 s390x 1.17.0-2 [10.5 kB] 137s Get:29 http://ftpmaster.internal/ubuntu plucky/main s390x libxshmfence1 s390x 1.3-1build5 [4772 B] 137s Get:30 http://ftpmaster.internal/ubuntu plucky/main s390x mesa-libgallium s390x 24.3.4-3ubuntu1 [7967 kB] 138s Get:31 http://ftpmaster.internal/ubuntu plucky/main s390x libgbm1 s390x 24.3.4-3ubuntu1 [34.5 kB] 138s Get:32 http://ftpmaster.internal/ubuntu plucky/main s390x libwayland-client0 s390x 1.23.1-1 [27.8 kB] 138s Get:33 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-shm0 s390x 1.17.0-2 [5862 B] 138s Get:34 http://ftpmaster.internal/ubuntu plucky/main s390x libegl-mesa0 s390x 24.3.4-3ubuntu1 [126 kB] 139s Get:35 http://ftpmaster.internal/ubuntu plucky/main s390x libegl1 s390x 1.7.0-1build1 [31.8 kB] 139s Get:36 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-glx0 s390x 1.17.0-2 [26.0 kB] 139s Get:37 http://ftpmaster.internal/ubuntu plucky/main s390x libxxf86vm1 s390x 1:1.1.4-1build4 [9630 B] 139s Get:38 http://ftpmaster.internal/ubuntu plucky/main s390x libvulkan1 s390x 1.4.304.0-1 [147 kB] 139s Get:39 http://ftpmaster.internal/ubuntu plucky/main s390x libgl1-mesa-dri s390x 24.3.4-3ubuntu1 [35.3 kB] 139s Get:40 http://ftpmaster.internal/ubuntu plucky/main s390x libglx-mesa0 s390x 24.3.4-3ubuntu1 [162 kB] 139s Get:41 http://ftpmaster.internal/ubuntu plucky/main s390x libglx0 s390x 1.7.0-1build1 [32.2 kB] 139s Get:42 http://ftpmaster.internal/ubuntu plucky/main s390x libgl1 s390x 1.7.0-1build1 [142 kB] 139s Get:43 http://ftpmaster.internal/ubuntu plucky/main s390x libgraphite2-3 s390x 1.3.14-2ubuntu1 [79.8 kB] 139s Get:44 http://ftpmaster.internal/ubuntu plucky/main s390x libharfbuzz0b s390x 10.2.0-1 [538 kB] 139s Get:45 http://ftpmaster.internal/ubuntu plucky/main s390x x11-common all 1:7.7+23ubuntu3 [21.7 kB] 139s Get:46 http://ftpmaster.internal/ubuntu plucky/main s390x libice6 s390x 2:1.1.1-1 [45.4 kB] 139s Get:47 http://ftpmaster.internal/ubuntu plucky/main s390x libmtdev1t64 s390x 1.1.7-1 [15.6 kB] 139s Get:48 http://ftpmaster.internal/ubuntu plucky/main s390x libwacom-common all 2.14.0-1 [103 kB] 139s Get:49 http://ftpmaster.internal/ubuntu plucky/main s390x libwacom9 s390x 2.14.0-1 [27.1 kB] 139s Get:50 http://ftpmaster.internal/ubuntu plucky/main s390x libinput-bin s390x 1.27.1-1 [23.3 kB] 139s Get:51 http://ftpmaster.internal/ubuntu plucky/main s390x libinput10 s390x 1.27.1-1 [139 kB] 139s Get:52 http://ftpmaster.internal/ubuntu plucky/universe s390x libmd4c0 s390x 0.5.2-2 [47.7 kB] 139s Get:53 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5dbus5t64 s390x 5.15.15+dfsg-4ubuntu1 [240 kB] 139s Get:54 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5network5t64 s390x 5.15.15+dfsg-4ubuntu1 [788 kB] 139s Get:55 http://ftpmaster.internal/ubuntu plucky/main s390x libsm6 s390x 2:1.2.4-1 [18.4 kB] 139s Get:56 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-icccm4 s390x 0.4.2-1 [11.4 kB] 139s Get:57 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-util1 s390x 0.4.1-1 [10.7 kB] 139s Get:58 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-image0 s390x 0.4.0-2build1 [12.0 kB] 139s Get:59 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-keysyms1 s390x 0.4.1-1 [8908 B] 139s Get:60 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-render0 s390x 1.17.0-2 [17.0 kB] 139s Get:61 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-render-util0 s390x 0.3.10-1 [10.3 kB] 139s Get:62 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-shape0 s390x 1.17.0-2 [6202 B] 139s Get:63 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-xinerama0 s390x 1.17.0-2 [5430 B] 139s Get:64 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-xinput0 s390x 1.17.0-2 [35.8 kB] 139s Get:65 http://ftpmaster.internal/ubuntu plucky/main s390x libxcb-xkb1 s390x 1.17.0-2 [34.5 kB] 139s Get:66 http://ftpmaster.internal/ubuntu plucky/main s390x libxkbcommon-x11-0 s390x 1.7.0-2 [14.8 kB] 139s Get:67 http://ftpmaster.internal/ubuntu plucky/main s390x libxrender1 s390x 1:0.9.10-1.1build1 [20.4 kB] 139s Get:68 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5gui5t64 s390x 5.15.15+dfsg-4ubuntu1 [4187 kB] 140s Get:69 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5positioning5 s390x 5.15.15+dfsg-3 [249 kB] 140s Get:70 http://ftpmaster.internal/ubuntu plucky/main s390x libavahi-common-data s390x 0.8-14ubuntu1 [30.5 kB] 140s Get:71 http://ftpmaster.internal/ubuntu plucky/main s390x libavahi-common3 s390x 0.8-14ubuntu1 [23.6 kB] 140s Get:72 http://ftpmaster.internal/ubuntu plucky/main s390x libavahi-client3 s390x 0.8-14ubuntu1 [26.8 kB] 140s Get:73 http://ftpmaster.internal/ubuntu plucky/main s390x libcups2t64 s390x 2.4.11-0ubuntu2 [282 kB] 140s Get:74 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5widgets5t64 s390x 5.15.15+dfsg-4ubuntu1 [2718 kB] 140s Get:75 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5printsupport5t64 s390x 5.15.15+dfsg-4ubuntu1 [218 kB] 140s Get:76 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5qml5 s390x 5.15.15+dfsg-3 [1552 kB] 140s Get:77 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5qmlmodels5 s390x 5.15.15+dfsg-3 [217 kB] 140s Get:78 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5quick5 s390x 5.15.15+dfsg-3 [1827 kB] 141s Get:79 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5sensors5 s390x 5.15.15-2 [126 kB] 141s Get:80 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5webchannel5 s390x 5.15.15-2 [65.9 kB] 141s Get:81 http://ftpmaster.internal/ubuntu plucky/main s390x libsharpyuv0 s390x 1.5.0-0.1 [16.7 kB] 141s Get:82 http://ftpmaster.internal/ubuntu plucky/main s390x libwebp7 s390x 1.5.0-0.1 [210 kB] 141s Get:83 http://ftpmaster.internal/ubuntu plucky/main s390x libwoff1 s390x 1.0.2-2build1 [49.3 kB] 141s Get:84 http://ftpmaster.internal/ubuntu plucky/main s390x libxslt1.1 s390x 1.1.39-0exp1ubuntu2 [169 kB] 141s Get:85 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5webkit5 s390x 5.212.0~alpha4-42 [12.1 MB] 141s Get:86 http://ftpmaster.internal/ubuntu plucky/main s390x sgml-base all 1.31 [11.4 kB] 141s Get:87 http://ftpmaster.internal/ubuntu plucky/main s390x libnsl2 s390x 1.3.0-3build3 [44.1 kB] 141s Get:88 http://ftpmaster.internal/ubuntu plucky/main s390x libpython3.12-stdlib s390x 3.12.9-1 [2071 kB] 141s Get:89 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12 s390x 3.12.9-1 [671 kB] 142s Get:90 http://ftpmaster.internal/ubuntu plucky/main s390x m4 s390x 1.4.19-5 [259 kB] 142s Get:91 http://ftpmaster.internal/ubuntu plucky/main s390x autoconf all 2.72-3 [382 kB] 142s Get:92 http://ftpmaster.internal/ubuntu plucky/main s390x autotools-dev all 20220109.1 [44.9 kB] 142s Get:93 http://ftpmaster.internal/ubuntu plucky/main s390x automake all 1:1.17-3 [572 kB] 142s Get:94 http://ftpmaster.internal/ubuntu plucky/main s390x autopoint all 0.23.1-1 [619 kB] 142s Get:95 http://ftpmaster.internal/ubuntu plucky/main s390x libtcl8.6 s390x 8.6.16+dfsg-1 [1034 kB] 142s Get:96 http://ftpmaster.internal/ubuntu plucky/main s390x libxft2 s390x 2.3.6-1build1 [49.6 kB] 142s Get:97 http://ftpmaster.internal/ubuntu plucky/main s390x libxss1 s390x 1:1.2.3-1build3 [7396 B] 142s Get:98 http://ftpmaster.internal/ubuntu plucky/main s390x libtk8.6 s390x 8.6.16-1 [830 kB] 142s Get:99 http://ftpmaster.internal/ubuntu plucky/main s390x tk8.6-blt2.5 s390x 2.5.3+dfsg-7build1 [662 kB] 142s Get:100 http://ftpmaster.internal/ubuntu plucky/main s390x blt s390x 2.5.3+dfsg-7build1 [4840 B] 142s Get:101 http://ftpmaster.internal/ubuntu plucky/main s390x libisl23 s390x 0.27-1 [704 kB] 142s Get:102 http://ftpmaster.internal/ubuntu plucky/main s390x libmpc3 s390x 1.3.1-1build2 [57.8 kB] 142s Get:103 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [9571 kB] 143s Get:104 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-14 s390x 14.2.0-17ubuntu1 [1030 B] 143s Get:105 http://ftpmaster.internal/ubuntu plucky/main s390x cpp-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [5556 B] 143s Get:106 http://ftpmaster.internal/ubuntu plucky/main s390x cpp s390x 4:14.2.0-1ubuntu1 [22.4 kB] 143s Get:107 http://ftpmaster.internal/ubuntu plucky/main s390x libcc1-0 s390x 15-20250213-1ubuntu1 [49.2 kB] 143s Get:108 http://ftpmaster.internal/ubuntu plucky/main s390x libgomp1 s390x 15-20250213-1ubuntu1 [151 kB] 143s Get:109 http://ftpmaster.internal/ubuntu plucky/main s390x libitm1 s390x 15-20250213-1ubuntu1 [31.2 kB] 143s Get:110 http://ftpmaster.internal/ubuntu plucky/main s390x libasan8 s390x 15-20250213-1ubuntu1 [2970 kB] 143s Get:111 http://ftpmaster.internal/ubuntu plucky/main s390x libubsan1 s390x 15-20250213-1ubuntu1 [1213 kB] 143s Get:112 http://ftpmaster.internal/ubuntu plucky/main s390x libgcc-14-dev s390x 14.2.0-17ubuntu1 [1037 kB] 143s Get:113 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [18.7 MB] 144s Get:114 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-14 s390x 14.2.0-17ubuntu1 [526 kB] 144s Get:115 http://ftpmaster.internal/ubuntu plucky/main s390x gcc-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [1204 B] 144s Get:116 http://ftpmaster.internal/ubuntu plucky/main s390x gcc s390x 4:14.2.0-1ubuntu1 [5004 B] 144s Get:117 http://ftpmaster.internal/ubuntu plucky/main s390x libstdc++-14-dev s390x 14.2.0-17ubuntu1 [2611 kB] 144s Get:118 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14-s390x-linux-gnu s390x 14.2.0-17ubuntu1 [11.0 MB] 145s Get:119 http://ftpmaster.internal/ubuntu plucky/main s390x g++-14 s390x 14.2.0-17ubuntu1 [21.8 kB] 145s Get:120 http://ftpmaster.internal/ubuntu plucky/main s390x g++-s390x-linux-gnu s390x 4:14.2.0-1ubuntu1 [956 B] 145s Get:121 http://ftpmaster.internal/ubuntu plucky/main s390x g++ s390x 4:14.2.0-1ubuntu1 [1080 B] 145s Get:122 http://ftpmaster.internal/ubuntu plucky/main s390x build-essential s390x 12.10ubuntu1 [4930 B] 145s Get:123 http://ftpmaster.internal/ubuntu plucky/main s390x libdebhelper-perl all 13.24.1ubuntu2 [95.4 kB] 145s Get:124 http://ftpmaster.internal/ubuntu plucky/main s390x libtool all 2.5.4-3build1 [168 kB] 145s Get:125 http://ftpmaster.internal/ubuntu plucky/main s390x dh-autoreconf all 20 [16.1 kB] 145s Get:126 http://ftpmaster.internal/ubuntu plucky/main s390x libarchive-zip-perl all 1.68-1 [90.2 kB] 145s Get:127 http://ftpmaster.internal/ubuntu plucky/main s390x libfile-stripnondeterminism-perl all 1.14.1-2 [20.3 kB] 145s Get:128 http://ftpmaster.internal/ubuntu plucky/main s390x dh-strip-nondeterminism all 1.14.1-2 [5064 B] 145s Get:129 http://ftpmaster.internal/ubuntu plucky/main s390x debugedit s390x 1:5.1-2 [50.1 kB] 145s Get:130 http://ftpmaster.internal/ubuntu plucky/main s390x dwz s390x 0.15-1build6 [122 kB] 145s Get:131 http://ftpmaster.internal/ubuntu plucky/main s390x gettext s390x 0.23.1-1 [1065 kB] 145s Get:132 http://ftpmaster.internal/ubuntu plucky/main s390x intltool-debian all 0.35.0+20060710.6 [23.2 kB] 145s Get:133 http://ftpmaster.internal/ubuntu plucky/main s390x po-debconf all 1.0.21+nmu1 [233 kB] 145s Get:134 http://ftpmaster.internal/ubuntu plucky/main s390x debhelper all 13.24.1ubuntu2 [895 kB] 145s Get:135 http://ftpmaster.internal/ubuntu plucky/universe s390x dh-python all 6.20250108 [117 kB] 145s Get:136 http://ftpmaster.internal/ubuntu plucky/main s390x xml-core all 0.19 [20.3 kB] 145s Get:137 http://ftpmaster.internal/ubuntu plucky/main s390x docutils-common all 0.21.2+dfsg-2 [131 kB] 145s Get:138 http://ftpmaster.internal/ubuntu plucky/universe s390x fonts-lyx all 2.4.3-1 [171 kB] 145s Get:139 http://ftpmaster.internal/ubuntu plucky/main s390x libbabeltrace1 s390x 1.5.11-4build1 [170 kB] 145s Get:140 http://ftpmaster.internal/ubuntu plucky/main s390x libdebuginfod1t64 s390x 0.192-4 [22.6 kB] 145s Get:141 http://ftpmaster.internal/ubuntu plucky/main s390x libsource-highlight-common all 3.1.9-4.3build1 [64.2 kB] 145s Get:142 http://ftpmaster.internal/ubuntu plucky/main s390x libsource-highlight4t64 s390x 3.1.9-4.3build1 [268 kB] 145s Get:143 http://ftpmaster.internal/ubuntu plucky/main s390x gdb s390x 16.2-1ubuntu1 [8240 kB] 145s Get:144 http://ftpmaster.internal/ubuntu plucky/universe s390x libaec0 s390x 1.1.3-1 [25.7 kB] 145s Get:145 http://ftpmaster.internal/ubuntu plucky/main s390x libasyncns0 s390x 0.8-6build4 [11.4 kB] 145s Get:146 http://ftpmaster.internal/ubuntu plucky/universe s390x libb2-1 s390x 0.98.1-1.1build1 [21.0 kB] 145s Get:147 http://ftpmaster.internal/ubuntu plucky/main s390x libblas3 s390x 3.12.1-2 [252 kB] 145s Get:148 http://ftpmaster.internal/ubuntu plucky/main s390x libdeflate0 s390x 1.23-1 [46.1 kB] 145s Get:149 http://ftpmaster.internal/ubuntu plucky/universe s390x libdmlc0t64 s390x 0.5+git20240614.1334185-1 [195 kB] 145s Get:150 http://ftpmaster.internal/ubuntu plucky/main s390x libduktape207 s390x 2.7.0+tests-0ubuntu3 [150 kB] 145s Get:151 http://ftpmaster.internal/ubuntu plucky/main s390x libfftw3-double3 s390x 3.3.10-2fakesync1build1 [511 kB] 145s Get:152 http://ftpmaster.internal/ubuntu plucky/main s390x libogg0 s390x 1.3.5-3build1 [24.4 kB] 146s Get:153 http://ftpmaster.internal/ubuntu plucky/main s390x libflac12t64 s390x 1.4.3+ds-4 [161 kB] 146s Get:154 http://ftpmaster.internal/ubuntu plucky/main s390x libfontenc1 s390x 1:1.1.8-1build1 [14.8 kB] 146s Get:155 http://ftpmaster.internal/ubuntu plucky/main s390x libgfortran5 s390x 15-20250213-1ubuntu1 [620 kB] 146s Get:156 http://ftpmaster.internal/ubuntu plucky/universe s390x libsz2 s390x 1.1.3-1 [5442 B] 146s Get:157 http://ftpmaster.internal/ubuntu plucky/universe s390x libhdf5-310 s390x 1.14.5+repack-3 [1477 kB] 146s Get:158 http://ftpmaster.internal/ubuntu plucky/universe s390x libhdf5-hl-310 s390x 1.14.5+repack-3 [61.0 kB] 146s Get:159 http://ftpmaster.internal/ubuntu plucky/main s390x libimagequant0 s390x 2.18.0-1build1 [43.3 kB] 146s Get:160 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-jquery all 3.6.1+dfsg+~3.5.14-1 [328 kB] 146s Get:161 http://ftpmaster.internal/ubuntu plucky/universe s390x libjs-jquery-ui all 1.13.2+dfsg-1 [252 kB] 146s Get:162 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-underscore all 1.13.4~dfsg+~1.11.4-3 [118 kB] 146s Get:163 http://ftpmaster.internal/ubuntu plucky/main s390x libjs-sphinxdoc all 8.1.3-4 [30.9 kB] 146s Get:164 http://ftpmaster.internal/ubuntu plucky/main s390x libjson-perl all 4.10000-1 [81.9 kB] 146s Get:165 http://ftpmaster.internal/ubuntu plucky/main s390x liblapack3 s390x 3.12.1-2 [2971 kB] 146s Get:166 http://ftpmaster.internal/ubuntu plucky/universe s390x liblbfgsb0 s390x 3.0+dfsg.4-1build1 [32.4 kB] 146s Get:167 http://ftpmaster.internal/ubuntu plucky/main s390x liblcms2-2 s390x 2.16-2 [175 kB] 146s Get:168 http://ftpmaster.internal/ubuntu plucky/universe s390x liblzf1 s390x 3.6-4 [7020 B] 146s Get:169 http://ftpmaster.internal/ubuntu plucky/main s390x libmp3lame0 s390x 3.100-6build1 [160 kB] 146s Get:170 http://ftpmaster.internal/ubuntu plucky/main s390x libmpg123-0t64 s390x 1.32.10-1 [179 kB] 146s Get:171 http://ftpmaster.internal/ubuntu plucky/universe s390x libnorm1t64 s390x 1.5.9+dfsg-3.1build1 [158 kB] 146s Get:172 http://ftpmaster.internal/ubuntu plucky/main s390x libopus0 s390x 1.5.2-2 [2928 kB] 146s Get:173 http://ftpmaster.internal/ubuntu plucky/universe s390x libpgm-5.3-0t64 s390x 5.3.128~dfsg-2.1build1 [169 kB] 146s Get:174 http://ftpmaster.internal/ubuntu plucky/main s390x libpixman-1-0 s390x 0.44.0-3 [201 kB] 146s Get:175 http://ftpmaster.internal/ubuntu plucky/main s390x libproxy1v5 s390x 0.5.9-1 [27.8 kB] 146s Get:176 http://ftpmaster.internal/ubuntu plucky/main s390x libvorbis0a s390x 1.3.7-2 [112 kB] 146s Get:177 http://ftpmaster.internal/ubuntu plucky/main s390x libvorbisenc2 s390x 1.3.7-2 [80.6 kB] 146s Get:178 http://ftpmaster.internal/ubuntu plucky/main s390x libsndfile1 s390x 1.2.2-2 [238 kB] 146s Get:179 http://ftpmaster.internal/ubuntu plucky/main s390x libpulse0 s390x 1:17.0+dfsg1-2ubuntu1 [312 kB] 146s Get:180 http://ftpmaster.internal/ubuntu plucky/universe s390x libqhull-r8.0 s390x 2020.2-6build1 [199 kB] 146s Get:181 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5charts5 s390x 5.15.15-2 [506 kB] 146s Get:182 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5xml5t64 s390x 5.15.15+dfsg-4ubuntu1 [129 kB] 146s Get:183 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5designer5 s390x 5.15.15-6 [2899 kB] 147s Get:184 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5sql5t64 s390x 5.15.15+dfsg-4ubuntu1 [130 kB] 147s Get:185 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5help5 s390x 5.15.15-6 [172 kB] 147s Get:186 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5positioningquick5 s390x 5.15.15+dfsg-3 [45.7 kB] 147s Get:187 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5location5 s390x 5.15.15+dfsg-3 [808 kB] 147s Get:188 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5multimedia5 s390x 5.15.15-2 [331 kB] 147s Get:189 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5multimediawidgets5 s390x 5.15.15-2 [43.1 kB] 147s Get:190 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5opengl5t64 s390x 5.15.15+dfsg-4ubuntu1 [156 kB] 147s Get:191 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5quickwidgets5 s390x 5.15.15+dfsg-3 [39.5 kB] 147s Get:192 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5remoteobjects5 s390x 5.15.15-2 [215 kB] 147s Get:193 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5serialport5 s390x 5.15.15-2 [37.3 kB] 147s Get:194 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5svg5 s390x 5.15.15-2 [158 kB] 147s Get:195 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5test5t64 s390x 5.15.15+dfsg-4ubuntu1 [156 kB] 147s Get:196 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5texttospeech5 s390x 5.15.15-2 [22.2 kB] 147s Get:197 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5websockets5 s390x 5.15.15-2 [64.3 kB] 147s Get:198 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt5xmlpatterns5 s390x 5.15.15-2 [927 kB] 147s Get:199 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt6core6t64 s390x 6.8.2+dfsg-0ubuntu2 [2157 kB] 147s Get:200 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt6dbus6 s390x 6.8.2+dfsg-0ubuntu2 [304 kB] 147s Get:201 http://ftpmaster.internal/ubuntu plucky/main s390x libopengl0 s390x 1.7.0-1build1 [48.0 kB] 147s Get:202 http://ftpmaster.internal/ubuntu plucky/universe s390x libts0t64 s390x 1.22-1.1build1 [66.8 kB] 147s Get:203 http://ftpmaster.internal/ubuntu plucky/universe s390x libxcb-cursor0 s390x 0.1.5-1 [11.3 kB] 147s Get:204 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt6gui6 s390x 6.8.2+dfsg-0ubuntu2 [3685 kB] 148s Get:205 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt6network6 s390x 6.8.2+dfsg-0ubuntu2 [922 kB] 148s Get:206 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt6opengl6 s390x 6.8.2+dfsg-0ubuntu2 [466 kB] 148s Get:207 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt6widgets6 s390x 6.8.2+dfsg-0ubuntu2 [3025 kB] 148s Get:208 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt6openglwidgets6 s390x 6.8.2+dfsg-0ubuntu2 [43.7 kB] 148s Get:209 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt6printsupport6 s390x 6.8.2+dfsg-0ubuntu2 [235 kB] 148s Get:210 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt6sql6 s390x 6.8.2+dfsg-0ubuntu2 [157 kB] 148s Get:211 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt6test6 s390x 6.8.2+dfsg-0ubuntu2 [198 kB] 148s Get:212 http://ftpmaster.internal/ubuntu plucky/universe s390x libqt6xml6 s390x 6.8.2+dfsg-0ubuntu2 [84.6 kB] 148s Get:213 http://ftpmaster.internal/ubuntu plucky/main s390x libraqm0 s390x 0.10.2-1 [15.8 kB] 148s Get:214 http://ftpmaster.internal/ubuntu plucky/main s390x libsodium23 s390x 1.0.18-1build3 [138 kB] 148s Get:215 http://ftpmaster.internal/ubuntu plucky/main s390x libjbig0 s390x 2.1-6.1ubuntu2 [33.1 kB] 148s Get:216 http://ftpmaster.internal/ubuntu plucky/main s390x libtiff6 s390x 4.5.1+git230720-4ubuntu4 [217 kB] 148s Get:217 http://ftpmaster.internal/ubuntu plucky/main s390x libwebpdemux2 s390x 1.5.0-0.1 [12.6 kB] 148s Get:218 http://ftpmaster.internal/ubuntu plucky/main s390x libwebpmux3 s390x 1.5.0-0.1 [25.8 kB] 149s Get:219 http://ftpmaster.internal/ubuntu plucky/main s390x libxt6t64 s390x 1:1.2.1-1.2build1 [184 kB] 149s Get:220 http://ftpmaster.internal/ubuntu plucky/main s390x libxmu6 s390x 2:1.1.3-3build2 [53.0 kB] 149s Get:221 http://ftpmaster.internal/ubuntu plucky/main s390x libxpm4 s390x 1:3.5.17-1build2 [41.2 kB] 149s Get:222 http://ftpmaster.internal/ubuntu plucky/main s390x libxaw7 s390x 2:1.0.16-1 [201 kB] 149s Get:223 http://ftpmaster.internal/ubuntu plucky/main s390x libxfont2 s390x 1:2.0.6-1build1 [101 kB] 149s Get:224 http://ftpmaster.internal/ubuntu plucky/universe s390x libxgboost0 s390x 2.1.4-1 [1829 kB] 149s Get:225 http://ftpmaster.internal/ubuntu plucky/main s390x libxkbfile1 s390x 1:1.1.0-1build4 [76.5 kB] 149s Get:226 http://ftpmaster.internal/ubuntu plucky/main s390x libxrandr2 s390x 2:1.5.4-1 [20.8 kB] 149s Get:227 http://ftpmaster.internal/ubuntu plucky/universe s390x libzmq5 s390x 4.3.5-1build2 [258 kB] 149s Get:228 http://ftpmaster.internal/ubuntu plucky/universe s390x pybuild-plugin-autopkgtest all 6.20250108 [1744 B] 149s Get:229 http://ftpmaster.internal/ubuntu plucky/main s390x python3-importlib-metadata all 8.6.1-1 [20.7 kB] 149s Get:230 http://ftpmaster.internal/ubuntu plucky/main s390x python3-packaging all 24.2-1 [51.5 kB] 149s Get:231 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pyproject-hooks all 1.2.0-1 [10.2 kB] 149s Get:232 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-toml all 0.10.2-1 [16.5 kB] 149s Get:233 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-wheel all 0.45.1-1 [57.7 kB] 149s Get:234 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-build all 1.2.2-1 [31.0 kB] 149s Get:235 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-installer all 0.7.0+dfsg1-3 [17.4 kB] 149s Get:236 http://ftpmaster.internal/ubuntu plucky/universe s390x pybuild-plugin-pyproject all 6.20250108 [1726 B] 149s Get:237 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pyqt5.sip s390x 12.17.0-1 [69.3 kB] 149s Get:238 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pyqt5 s390x 5.15.11+dfsg-1build2 [2878 kB] 149s Get:239 http://ftpmaster.internal/ubuntu plucky/universe s390x pyqt5-dev-tools s390x 5.15.11+dfsg-1build2 [76.5 kB] 149s Get:240 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pyqt6.sip s390x 13.10.0-1 [62.1 kB] 149s Get:241 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pyqt6 s390x 6.8.1-1 [3024 kB] 149s Get:242 http://ftpmaster.internal/ubuntu plucky/universe s390x pyqt6-dev-tools all 6.8.1-1 [40.4 kB] 149s Get:243 http://ftpmaster.internal/ubuntu plucky/universe s390x python-matplotlib-data all 3.8.3-3ubuntu2 [2929 kB] 149s Get:244 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x python-orange-spectroscopy-doc all 0.8.1-1 [1062 kB] 149s Get:245 http://ftpmaster.internal/ubuntu plucky/main s390x python3-numpy s390x 1:1.26.4+ds-13 [4601 kB] 150s Get:246 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-agilent-format all 0.4.6-1 [485 kB] 150s Get:247 http://ftpmaster.internal/ubuntu plucky/main s390x python3-all s390x 3.13.1-1~exp2 [898 B] 150s Get:248 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-sniffio all 1.3.1-1 [7262 B] 150s Get:249 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-anyio all 4.7.0-1 [61.6 kB] 150s Get:250 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-anyqt all 0.2.0-4 [28.9 kB] 150s Get:251 http://ftpmaster.internal/ubuntu plucky/main s390x python3-appdirs all 1.4.4-4 [10.9 kB] 150s Get:252 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-asteval all 1.0.6-2 [22.4 kB] 150s Get:253 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-asttokens all 3.0.0-1 [20.4 kB] 150s Get:254 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-bottleneck s390x 1.4.2+ds1-2 [109 kB] 150s Get:255 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-brotli s390x 1.1.0-2build3 [381 kB] 150s Get:256 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-cattr all 23.2.3-1ubuntu1 [38.3 kB] 150s Get:257 http://ftpmaster.internal/ubuntu plucky/main s390x python3-click all 8.1.8-1 [79.8 kB] 150s Get:258 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-colorcet all 3.1.0-3 [168 kB] 150s Get:259 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-traitlets all 5.14.3+really5.14.3-1 [71.5 kB] 150s Get:260 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-comm all 0.2.1-1 [7016 B] 150s Get:261 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-commonmark all 0.9.1-8 [46.2 kB] 150s Get:262 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-contourpy s390x 1.3.1-1 [235 kB] 150s Get:263 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-coverage s390x 7.4.4+dfsg1-0ubuntu3 [150 kB] 150s Get:264 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-cycler all 0.12.1-1 [9716 B] 150s Get:265 http://ftpmaster.internal/ubuntu plucky/main s390x python3-dateutil all 2.9.0-3 [80.2 kB] 150s Get:266 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-debugpy s390x 1.8.8+ds-2ubuntu1 [1138 kB] 150s Get:267 http://ftpmaster.internal/ubuntu plucky/main s390x python3-decorator all 5.1.1-5 [10.1 kB] 150s Get:268 http://ftpmaster.internal/ubuntu plucky/main s390x python3-defusedxml all 0.7.1-3 [42.2 kB] 150s Get:269 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-dictdiffer all 0.9.0-3 [13.1 kB] 150s Get:270 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-dill all 0.3.9-1 [84.5 kB] 150s Get:271 http://ftpmaster.internal/ubuntu plucky/main s390x python3-roman all 5.0-1 [10.3 kB] 150s Get:272 http://ftpmaster.internal/ubuntu plucky/main s390x python3-docutils all 0.21.2+dfsg-2 [409 kB] 150s Get:273 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-et-xmlfile all 2.0.0-1 [79.4 kB] 150s Get:274 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-executing all 2.2.0-0.1 [25.0 kB] 150s Get:275 http://ftpmaster.internal/ubuntu plucky/main s390x libopenjp2-7 s390x 2.5.0-2ubuntu3 [208 kB] 150s Get:276 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pil s390x 11.1.0-5 [527 kB] 150s Get:277 http://ftpmaster.internal/ubuntu plucky/main s390x python3.12-tk s390x 3.12.9-1 [117 kB] 150s Get:278 http://ftpmaster.internal/ubuntu plucky/main s390x python3.13-tk s390x 3.13.2-1 [108 kB] 150s Get:279 http://ftpmaster.internal/ubuntu plucky/main s390x python3-tk s390x 3.13.1-1 [9770 B] 150s Get:280 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pil.imagetk s390x 11.1.0-5 [9766 B] 150s Get:281 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pytz all 2025.1-3 [162 kB] 150s Get:282 http://ftpmaster.internal/ubuntu plucky/main s390x python3-tz all 2025.1-3 [1866 B] 150s Get:283 http://ftpmaster.internal/ubuntu plucky/main s390x python3-platformdirs all 4.3.6-1 [16.8 kB] 150s Get:284 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-fs all 2.4.16-6 [90.7 kB] 150s Get:285 http://ftpmaster.internal/ubuntu plucky/main s390x python3-lxml s390x 5.3.1-1 [1773 kB] 150s Get:286 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-lz4 s390x 4.4.0+dfsg-1 [27.0 kB] 150s Get:287 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-scipy s390x 1.14.1-4ubuntu1 [21.2 MB] 151s Get:288 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-mpmath all 1.3.0-1 [425 kB] 151s Get:289 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-sympy all 1.13.3-1 [4228 kB] 151s Get:290 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-ufolib2 all 0.17.0+dfsg1-1 [33.5 kB] 151s Get:291 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-unicodedata2 s390x 15.1.0+ds-1build2 [362 kB] 151s Get:292 http://ftpmaster.internal/ubuntu plucky/universe s390x unicode-data all 15.1.0-1 [8878 kB] 152s Get:293 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-fonttools s390x 4.55.3-2 [1723 kB] 152s Get:294 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-kiwisolver s390x 1.4.7-3 [65.6 kB] 152s Get:295 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-matplotlib s390x 3.8.3-3ubuntu2 [4657 kB] 152s Get:296 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-extranormal3 all 0.0.3-3 [7676 B] 152s Get:297 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-h11 all 0.14.0-1 [51.1 kB] 152s Get:298 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-h5py-serial s390x 3.12.1-1 [1669 kB] 152s Get:299 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-h5py all 3.12.1-1 [7970 B] 152s Get:300 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-httpcore all 1.0.7-1 [38.8 kB] 152s Get:301 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-httpx all 0.27.2-1 [61.3 kB] 152s Get:302 http://ftpmaster.internal/ubuntu plucky/main s390x python3-imagesize all 1.4.1-1 [6844 B] 152s Get:303 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-iniconfig all 1.1.1-2 [6024 B] 152s Get:304 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-parso all 0.8.4-1 [67.6 kB] 152s Get:305 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-typeshed all 0.0~git20241223.ea91db2-1 [1548 kB] 153s Get:306 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-jedi all 0.19.1+ds1-1 [693 kB] 153s Get:307 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-matplotlib-inline all 0.1.6-2 [8784 B] 153s Get:308 http://ftpmaster.internal/ubuntu plucky/main s390x python3-wcwidth all 0.2.13+dfsg1-1 [26.3 kB] 153s Get:309 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-prompt-toolkit all 3.0.50-1 [257 kB] 153s Get:310 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pure-eval all 0.2.3-1 [11.4 kB] 153s Get:311 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-stack-data all 0.6.3-1 [22.0 kB] 153s Get:312 http://ftpmaster.internal/ubuntu plucky/main s390x python3-ptyprocess all 0.7.0-6 [14.8 kB] 153s Get:313 http://ftpmaster.internal/ubuntu plucky/main s390x python3-pexpect all 4.9-3 [48.1 kB] 153s Get:314 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-ipython all 8.30.0-2 [569 kB] 154s Get:315 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-jupyter-core all 5.7.2-5 [28.1 kB] 154s Get:316 http://ftpmaster.internal/ubuntu plucky/main s390x python3-psutil s390x 5.9.8-2build3 [195 kB] 154s Get:317 http://ftpmaster.internal/ubuntu plucky/main s390x python3-tornado s390x 6.4.2-1 [299 kB] 154s Get:318 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-zmq s390x 26.2.1-1 [229 kB] 154s Get:319 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-jupyter-client all 8.6.3-2 [78.5 kB] 154s Get:320 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-nest-asyncio all 1.5.4-1 [6256 B] 154s Get:321 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-ipykernel all 6.29.5-2 [82.7 kB] 154s Get:322 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-jaraco.classes all 3.4.0-1 [7664 B] 154s Get:323 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-jeepney all 0.8.0-4 [33.1 kB] 154s Get:324 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-joblib all 1.4.2-2 [205 kB] 154s Get:325 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-secretstorage all 3.3.3-3 [13.7 kB] 154s Get:326 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-keyring all 25.6.0-1 [40.6 kB] 154s Get:327 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pycryptodome s390x 3.20.0+dfsg-3build1 [1094 kB] 154s Get:328 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-keyrings.alt all 5.0.2-1 [16.6 kB] 154s Get:329 http://ftpmaster.internal/ubuntu plucky/main s390x python3-networkx all 3.2.1-4ubuntu1 [11.5 MB] 154s Get:330 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-openpyxl all 3.1.5+dfsg-1 [152 kB] 154s Get:331 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-threadpoolctl all 3.1.0-1 [21.3 kB] 154s Get:332 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-sklearn-lib s390x 1.4.2+dfsg-7build1 [6976 kB] 155s Get:333 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-sklearn all 1.4.2+dfsg-7build1 [2258 kB] 155s Get:334 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-opentsne s390x 1.0.2-1ubuntu3 [586 kB] 155s Get:335 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pip all 25.0+dfsg-1 [1417 kB] 155s Get:336 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-qasync all 0.27.1-4 [16.5 kB] 155s Get:337 http://ftpmaster.internal/ubuntu plucky/main s390x python3-six all 1.17.0-1 [13.2 kB] 155s Get:338 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-url-normalize all 1.4.3-3.1 [7254 B] 155s Get:339 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-requests-cache all 0.9.8-1ubuntu1 [37.9 kB] 155s Get:340 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-orange-canvas-core all 0.2.5-1 [346 kB] 155s Get:341 http://ftpmaster.internal/ubuntu plucky/universe s390x qtchooser s390x 66-2build2 [25.4 kB] 155s Get:342 http://ftpmaster.internal/ubuntu plucky/universe s390x qtbase5-dev-tools s390x 5.15.15+dfsg-4ubuntu1 [908 kB] 155s Get:343 http://ftpmaster.internal/ubuntu plucky/universe s390x qt6-base-dev-tools s390x 6.8.2+dfsg-0ubuntu2 [1249 kB] 155s Get:344 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pyqtgraph all 0.13.7-5 [1297 kB] 156s Get:345 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-orange-widget-base all 4.24.0-2 [191 kB] 156s Get:346 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pandas-lib s390x 2.2.3+dfsg-8 [8022 kB] 156s Get:347 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pandas all 2.2.3+dfsg-8 [3112 kB] 157s Get:348 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pyqt5.qtchart s390x 5.15.7+dfsg-1 [153 kB] 157s Get:349 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pyqt5.qtmultimedia s390x 5.15.11+dfsg-1build2 [241 kB] 157s Get:350 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pyqt5.qtopengl s390x 5.15.11+dfsg-1build2 [140 kB] 157s Get:351 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pyqt5.qtpositioning s390x 5.15.11+dfsg-1build2 [163 kB] 157s Get:352 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pyqt5.qtquick s390x 5.15.11+dfsg-1build2 [425 kB] 157s Get:353 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pyqt5.qtremoteobjects s390x 5.15.11+dfsg-1build2 [34.5 kB] 157s Get:354 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pyqt5.qtsensors s390x 5.15.11+dfsg-1build2 [58.4 kB] 157s Get:355 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pyqt5.qtserialport s390x 5.15.11+dfsg-1build2 [29.6 kB] 157s Get:356 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pyqt5.qtsql s390x 5.15.11+dfsg-1build2 [95.9 kB] 157s Get:357 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pyqt5.qtsvg s390x 5.15.11+dfsg-1build2 [31.1 kB] 157s Get:358 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pyqt5.qttexttospeech s390x 5.15.11+dfsg-1build2 [18.8 kB] 157s Get:359 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pyqt5.qtwebchannel s390x 5.15.11+dfsg-1build2 [15.9 kB] 157s Get:360 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pyqt5.qtwebkit s390x 5.15.11+dfsg-1build2 [117 kB] 157s Get:361 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pyqt5.qtwebsockets s390x 5.15.11+dfsg-1build2 [28.2 kB] 157s Get:362 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pyqt5.qtxmlpatterns s390x 5.15.11+dfsg-1build2 [47.1 kB] 157s Get:363 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-qtpy all 2.4.2-4 [57.3 kB] 157s Get:364 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-qtconsole all 5.6.1-4 [84.7 kB] 157s Get:365 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-serverfiles all 0.3.0-3 [8188 B] 157s Get:366 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-xgboost s390x 2.1.4-1 [119 kB] 157s Get:367 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-xlrd all 2.0.1-2 [83.1 kB] 157s Get:368 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-xlsxwriter all 3.1.9-2 [462 kB] 157s Get:369 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-orange3 s390x 3.38.1-2 [2686 kB] 158s Get:370 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-renishawwire all 0.1.16-3 [17.7 kB] 158s Get:371 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-uncertainties all 3.2.2-1 [51.4 kB] 158s Get:372 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-lmfit all 1.3.2-2 [82.6 kB] 158s Get:373 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pebble all 5.1.0-1 [17.4 kB] 158s Get:374 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-spectral all 0.22.4-1 [140 kB] 158s Get:375 http://ftpmaster.internal/ubuntu plucky-proposed/universe s390x python3-orange-spectroscopy all 0.8.1-1 [2449 kB] 159s Get:376 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pluggy all 1.5.0-1 [21.0 kB] 159s Get:377 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pytest all 8.3.4-1 [252 kB] 159s Get:378 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pytest-subtests all 0.13.1-1 [10.8 kB] 159s Get:379 http://ftpmaster.internal/ubuntu plucky/main s390x x11-xkb-utils s390x 7.7+9 [169 kB] 159s Get:380 http://ftpmaster.internal/ubuntu plucky/main s390x xserver-common all 2:21.1.14-2ubuntu1 [33.7 kB] 159s Get:381 http://ftpmaster.internal/ubuntu plucky/universe s390x xvfb s390x 2:21.1.14-2ubuntu1 [941 kB] 159s Get:382 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pyvirtualdisplay all 3.0-1 [14.7 kB] 159s Get:383 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-pytest-xvfb all 3.0.0-2 [7214 B] 159s Get:384 http://ftpmaster.internal/ubuntu plucky/main s390x sphinx-common all 8.1.3-4 [663 kB] 159s Get:385 http://ftpmaster.internal/ubuntu plucky/main s390x python3-alabaster all 0.7.16-0.1 [18.5 kB] 159s Get:386 http://ftpmaster.internal/ubuntu plucky/main s390x python3-snowballstemmer all 2.2.0-4build1 [59.8 kB] 159s Get:387 http://ftpmaster.internal/ubuntu plucky/main s390x python3-sphinx all 8.1.3-4 [474 kB] 159s Get:388 http://ftpmaster.internal/ubuntu plucky/universe s390x python3-recommonmark all 0.7.1+ds-8 [17.2 kB] 159s Preconfiguring packages ... 159s Fetched 267 MB in 24s (11.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 ... 55928 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 libdebuginfod-common. 159s Preparing to unpack .../002-libdebuginfod-common_0.192-4_all.deb ... 159s Unpacking libdebuginfod-common (0.192-4) ... 159s Selecting previously unselected package libgstreamer1.0-0:s390x. 159s Preparing to unpack .../003-libgstreamer1.0-0_1.25.50-1_s390x.deb ... 159s Unpacking libgstreamer1.0-0:s390x (1.25.50-1) ... 159s Selecting previously unselected package liborc-0.4-0t64:s390x. 159s Preparing to unpack .../004-liborc-0.4-0t64_1%3a0.4.40-1_s390x.deb ... 159s Unpacking liborc-0.4-0t64:s390x (1:0.4.40-1) ... 159s Selecting previously unselected package libgstreamer-plugins-base1.0-0:s390x. 159s Preparing to unpack .../005-libgstreamer-plugins-base1.0-0_1.25.50-1_s390x.deb ... 159s Unpacking libgstreamer-plugins-base1.0-0:s390x (1.25.50-1) ... 159s Selecting previously unselected package libhyphen0:s390x. 159s Preparing to unpack .../006-libhyphen0_2.8.8-7build3_s390x.deb ... 159s Unpacking libhyphen0:s390x (2.8.8-7build3) ... 159s Selecting previously unselected package libjpeg-turbo8:s390x. 159s Preparing to unpack .../007-libjpeg-turbo8_2.1.5-3ubuntu2_s390x.deb ... 159s Unpacking libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 159s Selecting previously unselected package libjpeg8:s390x. 159s Preparing to unpack .../008-libjpeg8_8c-2ubuntu11_s390x.deb ... 159s Unpacking libjpeg8:s390x (8c-2ubuntu11) ... 159s Selecting previously unselected package libdouble-conversion3:s390x. 159s Preparing to unpack .../009-libdouble-conversion3_3.3.0-1build1_s390x.deb ... 159s Unpacking libdouble-conversion3:s390x (3.3.0-1build1) ... 159s Selecting previously unselected package libpcre2-16-0:s390x. 159s Preparing to unpack .../010-libpcre2-16-0_10.42-4ubuntu3_s390x.deb ... 159s Unpacking libpcre2-16-0:s390x (10.42-4ubuntu3) ... 159s Selecting previously unselected package libqt5core5t64:s390x. 159s Preparing to unpack .../011-libqt5core5t64_5.15.15+dfsg-4ubuntu1_s390x.deb ... 159s Unpacking libqt5core5t64:s390x (5.15.15+dfsg-4ubuntu1) ... 159s Selecting previously unselected package libfreetype6:s390x. 159s Preparing to unpack .../012-libfreetype6_2.13.3+dfsg-1_s390x.deb ... 159s Unpacking libfreetype6:s390x (2.13.3+dfsg-1) ... 159s Selecting previously unselected package fonts-dejavu-mono. 159s Preparing to unpack .../013-fonts-dejavu-mono_2.37-8_all.deb ... 159s Unpacking fonts-dejavu-mono (2.37-8) ... 159s Selecting previously unselected package fonts-dejavu-core. 159s Preparing to unpack .../014-fonts-dejavu-core_2.37-8_all.deb ... 159s Unpacking fonts-dejavu-core (2.37-8) ... 159s Selecting previously unselected package fontconfig-config. 159s Preparing to unpack .../015-fontconfig-config_2.15.0-2ubuntu1_s390x.deb ... 159s Unpacking fontconfig-config (2.15.0-2ubuntu1) ... 159s Selecting previously unselected package libfontconfig1:s390x. 159s Preparing to unpack .../016-libfontconfig1_2.15.0-2ubuntu1_s390x.deb ... 159s Unpacking libfontconfig1:s390x (2.15.0-2ubuntu1) ... 159s Selecting previously unselected package fontconfig. 159s Preparing to unpack .../017-fontconfig_2.15.0-2ubuntu1_s390x.deb ... 159s Unpacking fontconfig (2.15.0-2ubuntu1) ... 159s Selecting previously unselected package libglvnd0:s390x. 159s Preparing to unpack .../018-libglvnd0_1.7.0-1build1_s390x.deb ... 159s Unpacking libglvnd0:s390x (1.7.0-1build1) ... 159s Selecting previously unselected package libwayland-server0:s390x. 159s Preparing to unpack .../019-libwayland-server0_1.23.1-1_s390x.deb ... 159s Unpacking libwayland-server0:s390x (1.23.1-1) ... 159s Selecting previously unselected package libdrm-radeon1:s390x. 159s Preparing to unpack .../020-libdrm-radeon1_2.4.123-1_s390x.deb ... 159s Unpacking libdrm-radeon1:s390x (2.4.123-1) ... 159s Selecting previously unselected package libglapi-mesa:s390x. 159s Preparing to unpack .../021-libglapi-mesa_24.3.4-3ubuntu1_s390x.deb ... 159s Unpacking libglapi-mesa:s390x (24.3.4-3ubuntu1) ... 159s Selecting previously unselected package libx11-xcb1:s390x. 159s Preparing to unpack .../022-libx11-xcb1_2%3a1.8.10-2_s390x.deb ... 159s Unpacking libx11-xcb1:s390x (2:1.8.10-2) ... 159s Selecting previously unselected package libxcb-dri3-0:s390x. 159s Preparing to unpack .../023-libxcb-dri3-0_1.17.0-2_s390x.deb ... 159s Unpacking libxcb-dri3-0:s390x (1.17.0-2) ... 159s Selecting previously unselected package libxcb-present0:s390x. 159s Preparing to unpack .../024-libxcb-present0_1.17.0-2_s390x.deb ... 159s Unpacking libxcb-present0:s390x (1.17.0-2) ... 159s Selecting previously unselected package libxcb-randr0:s390x. 160s Preparing to unpack .../025-libxcb-randr0_1.17.0-2_s390x.deb ... 160s Unpacking libxcb-randr0:s390x (1.17.0-2) ... 160s Selecting previously unselected package libxcb-sync1:s390x. 160s Preparing to unpack .../026-libxcb-sync1_1.17.0-2_s390x.deb ... 160s Unpacking libxcb-sync1:s390x (1.17.0-2) ... 160s Selecting previously unselected package libxcb-xfixes0:s390x. 160s Preparing to unpack .../027-libxcb-xfixes0_1.17.0-2_s390x.deb ... 160s Unpacking libxcb-xfixes0:s390x (1.17.0-2) ... 160s Selecting previously unselected package libxshmfence1:s390x. 160s Preparing to unpack .../028-libxshmfence1_1.3-1build5_s390x.deb ... 160s Unpacking libxshmfence1:s390x (1.3-1build5) ... 160s Selecting previously unselected package mesa-libgallium:s390x. 160s Preparing to unpack .../029-mesa-libgallium_24.3.4-3ubuntu1_s390x.deb ... 160s Unpacking mesa-libgallium:s390x (24.3.4-3ubuntu1) ... 160s Selecting previously unselected package libgbm1:s390x. 160s Preparing to unpack .../030-libgbm1_24.3.4-3ubuntu1_s390x.deb ... 160s Unpacking libgbm1:s390x (24.3.4-3ubuntu1) ... 160s Selecting previously unselected package libwayland-client0:s390x. 160s Preparing to unpack .../031-libwayland-client0_1.23.1-1_s390x.deb ... 160s Unpacking libwayland-client0:s390x (1.23.1-1) ... 160s Selecting previously unselected package libxcb-shm0:s390x. 160s Preparing to unpack .../032-libxcb-shm0_1.17.0-2_s390x.deb ... 160s Unpacking libxcb-shm0:s390x (1.17.0-2) ... 160s Selecting previously unselected package libegl-mesa0:s390x. 160s Preparing to unpack .../033-libegl-mesa0_24.3.4-3ubuntu1_s390x.deb ... 160s Unpacking libegl-mesa0:s390x (24.3.4-3ubuntu1) ... 160s Selecting previously unselected package libegl1:s390x. 160s Preparing to unpack .../034-libegl1_1.7.0-1build1_s390x.deb ... 160s Unpacking libegl1:s390x (1.7.0-1build1) ... 160s Selecting previously unselected package libxcb-glx0:s390x. 160s Preparing to unpack .../035-libxcb-glx0_1.17.0-2_s390x.deb ... 160s Unpacking libxcb-glx0:s390x (1.17.0-2) ... 160s Selecting previously unselected package libxxf86vm1:s390x. 160s Preparing to unpack .../036-libxxf86vm1_1%3a1.1.4-1build4_s390x.deb ... 160s Unpacking libxxf86vm1:s390x (1:1.1.4-1build4) ... 160s Selecting previously unselected package libvulkan1:s390x. 160s Preparing to unpack .../037-libvulkan1_1.4.304.0-1_s390x.deb ... 160s Unpacking libvulkan1:s390x (1.4.304.0-1) ... 160s Selecting previously unselected package libgl1-mesa-dri:s390x. 160s Preparing to unpack .../038-libgl1-mesa-dri_24.3.4-3ubuntu1_s390x.deb ... 160s Unpacking libgl1-mesa-dri:s390x (24.3.4-3ubuntu1) ... 160s Selecting previously unselected package libglx-mesa0:s390x. 160s Preparing to unpack .../039-libglx-mesa0_24.3.4-3ubuntu1_s390x.deb ... 160s Unpacking libglx-mesa0:s390x (24.3.4-3ubuntu1) ... 160s Selecting previously unselected package libglx0:s390x. 160s Preparing to unpack .../040-libglx0_1.7.0-1build1_s390x.deb ... 160s Unpacking libglx0:s390x (1.7.0-1build1) ... 160s Selecting previously unselected package libgl1:s390x. 160s Preparing to unpack .../041-libgl1_1.7.0-1build1_s390x.deb ... 160s Unpacking libgl1:s390x (1.7.0-1build1) ... 160s Selecting previously unselected package libgraphite2-3:s390x. 160s Preparing to unpack .../042-libgraphite2-3_1.3.14-2ubuntu1_s390x.deb ... 160s Unpacking libgraphite2-3:s390x (1.3.14-2ubuntu1) ... 160s Selecting previously unselected package libharfbuzz0b:s390x. 160s Preparing to unpack .../043-libharfbuzz0b_10.2.0-1_s390x.deb ... 160s Unpacking libharfbuzz0b:s390x (10.2.0-1) ... 160s Selecting previously unselected package x11-common. 160s Preparing to unpack .../044-x11-common_1%3a7.7+23ubuntu3_all.deb ... 160s Unpacking x11-common (1:7.7+23ubuntu3) ... 160s Selecting previously unselected package libice6:s390x. 160s Preparing to unpack .../045-libice6_2%3a1.1.1-1_s390x.deb ... 160s Unpacking libice6:s390x (2:1.1.1-1) ... 160s Selecting previously unselected package libmtdev1t64:s390x. 160s Preparing to unpack .../046-libmtdev1t64_1.1.7-1_s390x.deb ... 160s Unpacking libmtdev1t64:s390x (1.1.7-1) ... 160s Selecting previously unselected package libwacom-common. 160s Preparing to unpack .../047-libwacom-common_2.14.0-1_all.deb ... 160s Unpacking libwacom-common (2.14.0-1) ... 160s Selecting previously unselected package libwacom9:s390x. 160s Preparing to unpack .../048-libwacom9_2.14.0-1_s390x.deb ... 160s Unpacking libwacom9:s390x (2.14.0-1) ... 160s Selecting previously unselected package libinput-bin. 160s Preparing to unpack .../049-libinput-bin_1.27.1-1_s390x.deb ... 160s Unpacking libinput-bin (1.27.1-1) ... 160s Selecting previously unselected package libinput10:s390x. 160s Preparing to unpack .../050-libinput10_1.27.1-1_s390x.deb ... 160s Unpacking libinput10:s390x (1.27.1-1) ... 160s Selecting previously unselected package libmd4c0:s390x. 160s Preparing to unpack .../051-libmd4c0_0.5.2-2_s390x.deb ... 160s Unpacking libmd4c0:s390x (0.5.2-2) ... 160s Selecting previously unselected package libqt5dbus5t64:s390x. 160s Preparing to unpack .../052-libqt5dbus5t64_5.15.15+dfsg-4ubuntu1_s390x.deb ... 160s Unpacking libqt5dbus5t64:s390x (5.15.15+dfsg-4ubuntu1) ... 160s Selecting previously unselected package libqt5network5t64:s390x. 160s Preparing to unpack .../053-libqt5network5t64_5.15.15+dfsg-4ubuntu1_s390x.deb ... 160s Unpacking libqt5network5t64:s390x (5.15.15+dfsg-4ubuntu1) ... 160s Selecting previously unselected package libsm6:s390x. 160s Preparing to unpack .../054-libsm6_2%3a1.2.4-1_s390x.deb ... 160s Unpacking libsm6:s390x (2:1.2.4-1) ... 160s Selecting previously unselected package libxcb-icccm4:s390x. 160s Preparing to unpack .../055-libxcb-icccm4_0.4.2-1_s390x.deb ... 160s Unpacking libxcb-icccm4:s390x (0.4.2-1) ... 160s Selecting previously unselected package libxcb-util1:s390x. 160s Preparing to unpack .../056-libxcb-util1_0.4.1-1_s390x.deb ... 160s Unpacking libxcb-util1:s390x (0.4.1-1) ... 160s Selecting previously unselected package libxcb-image0:s390x. 160s Preparing to unpack .../057-libxcb-image0_0.4.0-2build1_s390x.deb ... 160s Unpacking libxcb-image0:s390x (0.4.0-2build1) ... 160s Selecting previously unselected package libxcb-keysyms1:s390x. 160s Preparing to unpack .../058-libxcb-keysyms1_0.4.1-1_s390x.deb ... 160s Unpacking libxcb-keysyms1:s390x (0.4.1-1) ... 160s Selecting previously unselected package libxcb-render0:s390x. 160s Preparing to unpack .../059-libxcb-render0_1.17.0-2_s390x.deb ... 160s Unpacking libxcb-render0:s390x (1.17.0-2) ... 160s Selecting previously unselected package libxcb-render-util0:s390x. 160s Preparing to unpack .../060-libxcb-render-util0_0.3.10-1_s390x.deb ... 160s Unpacking libxcb-render-util0:s390x (0.3.10-1) ... 160s Selecting previously unselected package libxcb-shape0:s390x. 160s Preparing to unpack .../061-libxcb-shape0_1.17.0-2_s390x.deb ... 160s Unpacking libxcb-shape0:s390x (1.17.0-2) ... 160s Selecting previously unselected package libxcb-xinerama0:s390x. 160s Preparing to unpack .../062-libxcb-xinerama0_1.17.0-2_s390x.deb ... 160s Unpacking libxcb-xinerama0:s390x (1.17.0-2) ... 160s Selecting previously unselected package libxcb-xinput0:s390x. 160s Preparing to unpack .../063-libxcb-xinput0_1.17.0-2_s390x.deb ... 160s Unpacking libxcb-xinput0:s390x (1.17.0-2) ... 160s Selecting previously unselected package libxcb-xkb1:s390x. 160s Preparing to unpack .../064-libxcb-xkb1_1.17.0-2_s390x.deb ... 160s Unpacking libxcb-xkb1:s390x (1.17.0-2) ... 160s Selecting previously unselected package libxkbcommon-x11-0:s390x. 160s Preparing to unpack .../065-libxkbcommon-x11-0_1.7.0-2_s390x.deb ... 160s Unpacking libxkbcommon-x11-0:s390x (1.7.0-2) ... 160s Selecting previously unselected package libxrender1:s390x. 160s Preparing to unpack .../066-libxrender1_1%3a0.9.10-1.1build1_s390x.deb ... 160s Unpacking libxrender1:s390x (1:0.9.10-1.1build1) ... 160s Selecting previously unselected package libqt5gui5t64:s390x. 160s Preparing to unpack .../067-libqt5gui5t64_5.15.15+dfsg-4ubuntu1_s390x.deb ... 160s Unpacking libqt5gui5t64:s390x (5.15.15+dfsg-4ubuntu1) ... 160s Selecting previously unselected package libqt5positioning5:s390x. 160s Preparing to unpack .../068-libqt5positioning5_5.15.15+dfsg-3_s390x.deb ... 160s Unpacking libqt5positioning5:s390x (5.15.15+dfsg-3) ... 160s Selecting previously unselected package libavahi-common-data:s390x. 160s Preparing to unpack .../069-libavahi-common-data_0.8-14ubuntu1_s390x.deb ... 160s Unpacking libavahi-common-data:s390x (0.8-14ubuntu1) ... 160s Selecting previously unselected package libavahi-common3:s390x. 160s Preparing to unpack .../070-libavahi-common3_0.8-14ubuntu1_s390x.deb ... 160s Unpacking libavahi-common3:s390x (0.8-14ubuntu1) ... 160s Selecting previously unselected package libavahi-client3:s390x. 160s Preparing to unpack .../071-libavahi-client3_0.8-14ubuntu1_s390x.deb ... 160s Unpacking libavahi-client3:s390x (0.8-14ubuntu1) ... 160s Selecting previously unselected package libcups2t64:s390x. 160s Preparing to unpack .../072-libcups2t64_2.4.11-0ubuntu2_s390x.deb ... 160s Unpacking libcups2t64:s390x (2.4.11-0ubuntu2) ... 160s Selecting previously unselected package libqt5widgets5t64:s390x. 160s Preparing to unpack .../073-libqt5widgets5t64_5.15.15+dfsg-4ubuntu1_s390x.deb ... 160s Unpacking libqt5widgets5t64:s390x (5.15.15+dfsg-4ubuntu1) ... 160s Selecting previously unselected package libqt5printsupport5t64:s390x. 160s Preparing to unpack .../074-libqt5printsupport5t64_5.15.15+dfsg-4ubuntu1_s390x.deb ... 160s Unpacking libqt5printsupport5t64:s390x (5.15.15+dfsg-4ubuntu1) ... 160s Selecting previously unselected package libqt5qml5:s390x. 160s Preparing to unpack .../075-libqt5qml5_5.15.15+dfsg-3_s390x.deb ... 160s Unpacking libqt5qml5:s390x (5.15.15+dfsg-3) ... 160s Selecting previously unselected package libqt5qmlmodels5:s390x. 160s Preparing to unpack .../076-libqt5qmlmodels5_5.15.15+dfsg-3_s390x.deb ... 160s Unpacking libqt5qmlmodels5:s390x (5.15.15+dfsg-3) ... 160s Selecting previously unselected package libqt5quick5:s390x. 160s Preparing to unpack .../077-libqt5quick5_5.15.15+dfsg-3_s390x.deb ... 160s Unpacking libqt5quick5:s390x (5.15.15+dfsg-3) ... 160s Selecting previously unselected package libqt5sensors5:s390x. 160s Preparing to unpack .../078-libqt5sensors5_5.15.15-2_s390x.deb ... 160s Unpacking libqt5sensors5:s390x (5.15.15-2) ... 160s Selecting previously unselected package libqt5webchannel5:s390x. 160s Preparing to unpack .../079-libqt5webchannel5_5.15.15-2_s390x.deb ... 160s Unpacking libqt5webchannel5:s390x (5.15.15-2) ... 160s Selecting previously unselected package libsharpyuv0:s390x. 160s Preparing to unpack .../080-libsharpyuv0_1.5.0-0.1_s390x.deb ... 160s Unpacking libsharpyuv0:s390x (1.5.0-0.1) ... 160s Selecting previously unselected package libwebp7:s390x. 160s Preparing to unpack .../081-libwebp7_1.5.0-0.1_s390x.deb ... 160s Unpacking libwebp7:s390x (1.5.0-0.1) ... 160s Selecting previously unselected package libwoff1:s390x. 160s Preparing to unpack .../082-libwoff1_1.0.2-2build1_s390x.deb ... 160s Unpacking libwoff1:s390x (1.0.2-2build1) ... 160s Selecting previously unselected package libxslt1.1:s390x. 160s Preparing to unpack .../083-libxslt1.1_1.1.39-0exp1ubuntu2_s390x.deb ... 160s Unpacking libxslt1.1:s390x (1.1.39-0exp1ubuntu2) ... 160s Selecting previously unselected package libqt5webkit5:s390x. 160s Preparing to unpack .../084-libqt5webkit5_5.212.0~alpha4-42_s390x.deb ... 160s Unpacking libqt5webkit5:s390x (5.212.0~alpha4-42) ... 161s Selecting previously unselected package sgml-base. 161s Preparing to unpack .../085-sgml-base_1.31_all.deb ... 161s Unpacking sgml-base (1.31) ... 161s Selecting previously unselected package libnsl2:s390x. 161s Preparing to unpack .../086-libnsl2_1.3.0-3build3_s390x.deb ... 161s Unpacking libnsl2:s390x (1.3.0-3build3) ... 161s Selecting previously unselected package libpython3.12-stdlib:s390x. 161s Preparing to unpack .../087-libpython3.12-stdlib_3.12.9-1_s390x.deb ... 161s Unpacking libpython3.12-stdlib:s390x (3.12.9-1) ... 161s Selecting previously unselected package python3.12. 161s Preparing to unpack .../088-python3.12_3.12.9-1_s390x.deb ... 161s Unpacking python3.12 (3.12.9-1) ... 161s Selecting previously unselected package m4. 161s Preparing to unpack .../089-m4_1.4.19-5_s390x.deb ... 161s Unpacking m4 (1.4.19-5) ... 161s Selecting previously unselected package autoconf. 161s Preparing to unpack .../090-autoconf_2.72-3_all.deb ... 161s Unpacking autoconf (2.72-3) ... 161s Selecting previously unselected package autotools-dev. 161s Preparing to unpack .../091-autotools-dev_20220109.1_all.deb ... 161s Unpacking autotools-dev (20220109.1) ... 161s Selecting previously unselected package automake. 161s Preparing to unpack .../092-automake_1%3a1.17-3_all.deb ... 161s Unpacking automake (1:1.17-3) ... 161s Selecting previously unselected package autopoint. 161s Preparing to unpack .../093-autopoint_0.23.1-1_all.deb ... 161s Unpacking autopoint (0.23.1-1) ... 161s Selecting previously unselected package libtcl8.6:s390x. 161s Preparing to unpack .../094-libtcl8.6_8.6.16+dfsg-1_s390x.deb ... 161s Unpacking libtcl8.6:s390x (8.6.16+dfsg-1) ... 161s Selecting previously unselected package libxft2:s390x. 161s Preparing to unpack .../095-libxft2_2.3.6-1build1_s390x.deb ... 161s Unpacking libxft2:s390x (2.3.6-1build1) ... 161s Selecting previously unselected package libxss1:s390x. 161s Preparing to unpack .../096-libxss1_1%3a1.2.3-1build3_s390x.deb ... 161s Unpacking libxss1:s390x (1:1.2.3-1build3) ... 161s Selecting previously unselected package libtk8.6:s390x. 161s Preparing to unpack .../097-libtk8.6_8.6.16-1_s390x.deb ... 161s Unpacking libtk8.6:s390x (8.6.16-1) ... 161s Selecting previously unselected package tk8.6-blt2.5. 161s Preparing to unpack .../098-tk8.6-blt2.5_2.5.3+dfsg-7build1_s390x.deb ... 161s Unpacking tk8.6-blt2.5 (2.5.3+dfsg-7build1) ... 161s Selecting previously unselected package blt. 161s Preparing to unpack .../099-blt_2.5.3+dfsg-7build1_s390x.deb ... 161s Unpacking blt (2.5.3+dfsg-7build1) ... 161s Selecting previously unselected package libisl23:s390x. 161s Preparing to unpack .../100-libisl23_0.27-1_s390x.deb ... 161s Unpacking libisl23:s390x (0.27-1) ... 161s Selecting previously unselected package libmpc3:s390x. 161s Preparing to unpack .../101-libmpc3_1.3.1-1build2_s390x.deb ... 161s Unpacking libmpc3:s390x (1.3.1-1build2) ... 161s Selecting previously unselected package cpp-14-s390x-linux-gnu. 161s Preparing to unpack .../102-cpp-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 161s Unpacking cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 161s Selecting previously unselected package cpp-14. 161s Preparing to unpack .../103-cpp-14_14.2.0-17ubuntu1_s390x.deb ... 161s Unpacking cpp-14 (14.2.0-17ubuntu1) ... 161s Selecting previously unselected package cpp-s390x-linux-gnu. 161s Preparing to unpack .../104-cpp-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 161s Unpacking cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 161s Selecting previously unselected package cpp. 161s Preparing to unpack .../105-cpp_4%3a14.2.0-1ubuntu1_s390x.deb ... 161s Unpacking cpp (4:14.2.0-1ubuntu1) ... 161s Selecting previously unselected package libcc1-0:s390x. 161s Preparing to unpack .../106-libcc1-0_15-20250213-1ubuntu1_s390x.deb ... 161s Unpacking libcc1-0:s390x (15-20250213-1ubuntu1) ... 161s Selecting previously unselected package libgomp1:s390x. 161s Preparing to unpack .../107-libgomp1_15-20250213-1ubuntu1_s390x.deb ... 161s Unpacking libgomp1:s390x (15-20250213-1ubuntu1) ... 161s Selecting previously unselected package libitm1:s390x. 161s Preparing to unpack .../108-libitm1_15-20250213-1ubuntu1_s390x.deb ... 161s Unpacking libitm1:s390x (15-20250213-1ubuntu1) ... 161s Selecting previously unselected package libasan8:s390x. 161s Preparing to unpack .../109-libasan8_15-20250213-1ubuntu1_s390x.deb ... 161s Unpacking libasan8:s390x (15-20250213-1ubuntu1) ... 161s Selecting previously unselected package libubsan1:s390x. 161s Preparing to unpack .../110-libubsan1_15-20250213-1ubuntu1_s390x.deb ... 161s Unpacking libubsan1:s390x (15-20250213-1ubuntu1) ... 161s Selecting previously unselected package libgcc-14-dev:s390x. 161s Preparing to unpack .../111-libgcc-14-dev_14.2.0-17ubuntu1_s390x.deb ... 161s Unpacking libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 161s Selecting previously unselected package gcc-14-s390x-linux-gnu. 161s Preparing to unpack .../112-gcc-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 161s Unpacking gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 162s Selecting previously unselected package gcc-14. 162s Preparing to unpack .../113-gcc-14_14.2.0-17ubuntu1_s390x.deb ... 162s Unpacking gcc-14 (14.2.0-17ubuntu1) ... 162s Selecting previously unselected package gcc-s390x-linux-gnu. 162s Preparing to unpack .../114-gcc-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 162s Unpacking gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 162s Selecting previously unselected package gcc. 162s Preparing to unpack .../115-gcc_4%3a14.2.0-1ubuntu1_s390x.deb ... 162s Unpacking gcc (4:14.2.0-1ubuntu1) ... 162s Selecting previously unselected package libstdc++-14-dev:s390x. 162s Preparing to unpack .../116-libstdc++-14-dev_14.2.0-17ubuntu1_s390x.deb ... 162s Unpacking libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 162s Selecting previously unselected package g++-14-s390x-linux-gnu. 162s Preparing to unpack .../117-g++-14-s390x-linux-gnu_14.2.0-17ubuntu1_s390x.deb ... 162s Unpacking g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 162s Selecting previously unselected package g++-14. 162s Preparing to unpack .../118-g++-14_14.2.0-17ubuntu1_s390x.deb ... 162s Unpacking g++-14 (14.2.0-17ubuntu1) ... 162s Selecting previously unselected package g++-s390x-linux-gnu. 162s Preparing to unpack .../119-g++-s390x-linux-gnu_4%3a14.2.0-1ubuntu1_s390x.deb ... 162s Unpacking g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 162s Selecting previously unselected package g++. 162s Preparing to unpack .../120-g++_4%3a14.2.0-1ubuntu1_s390x.deb ... 162s Unpacking g++ (4:14.2.0-1ubuntu1) ... 162s Selecting previously unselected package build-essential. 162s Preparing to unpack .../121-build-essential_12.10ubuntu1_s390x.deb ... 162s Unpacking build-essential (12.10ubuntu1) ... 162s Selecting previously unselected package libdebhelper-perl. 162s Preparing to unpack .../122-libdebhelper-perl_13.24.1ubuntu2_all.deb ... 162s Unpacking libdebhelper-perl (13.24.1ubuntu2) ... 162s Selecting previously unselected package libtool. 162s Preparing to unpack .../123-libtool_2.5.4-3build1_all.deb ... 162s Unpacking libtool (2.5.4-3build1) ... 162s Selecting previously unselected package dh-autoreconf. 162s Preparing to unpack .../124-dh-autoreconf_20_all.deb ... 162s Unpacking dh-autoreconf (20) ... 162s Selecting previously unselected package libarchive-zip-perl. 162s Preparing to unpack .../125-libarchive-zip-perl_1.68-1_all.deb ... 162s Unpacking libarchive-zip-perl (1.68-1) ... 162s Selecting previously unselected package libfile-stripnondeterminism-perl. 162s Preparing to unpack .../126-libfile-stripnondeterminism-perl_1.14.1-2_all.deb ... 162s Unpacking libfile-stripnondeterminism-perl (1.14.1-2) ... 162s Selecting previously unselected package dh-strip-nondeterminism. 162s Preparing to unpack .../127-dh-strip-nondeterminism_1.14.1-2_all.deb ... 162s Unpacking dh-strip-nondeterminism (1.14.1-2) ... 162s Selecting previously unselected package debugedit. 162s Preparing to unpack .../128-debugedit_1%3a5.1-2_s390x.deb ... 162s Unpacking debugedit (1:5.1-2) ... 162s Selecting previously unselected package dwz. 162s Preparing to unpack .../129-dwz_0.15-1build6_s390x.deb ... 162s Unpacking dwz (0.15-1build6) ... 162s Selecting previously unselected package gettext. 162s Preparing to unpack .../130-gettext_0.23.1-1_s390x.deb ... 162s Unpacking gettext (0.23.1-1) ... 162s Selecting previously unselected package intltool-debian. 162s Preparing to unpack .../131-intltool-debian_0.35.0+20060710.6_all.deb ... 162s Unpacking intltool-debian (0.35.0+20060710.6) ... 162s Selecting previously unselected package po-debconf. 162s Preparing to unpack .../132-po-debconf_1.0.21+nmu1_all.deb ... 162s Unpacking po-debconf (1.0.21+nmu1) ... 162s Selecting previously unselected package debhelper. 162s Preparing to unpack .../133-debhelper_13.24.1ubuntu2_all.deb ... 162s Unpacking debhelper (13.24.1ubuntu2) ... 162s Selecting previously unselected package dh-python. 162s Preparing to unpack .../134-dh-python_6.20250108_all.deb ... 162s Unpacking dh-python (6.20250108) ... 162s Selecting previously unselected package xml-core. 162s Preparing to unpack .../135-xml-core_0.19_all.deb ... 162s Unpacking xml-core (0.19) ... 162s Selecting previously unselected package docutils-common. 162s Preparing to unpack .../136-docutils-common_0.21.2+dfsg-2_all.deb ... 162s Unpacking docutils-common (0.21.2+dfsg-2) ... 162s Selecting previously unselected package fonts-lyx. 162s Preparing to unpack .../137-fonts-lyx_2.4.3-1_all.deb ... 162s Unpacking fonts-lyx (2.4.3-1) ... 162s Selecting previously unselected package libbabeltrace1:s390x. 162s Preparing to unpack .../138-libbabeltrace1_1.5.11-4build1_s390x.deb ... 162s Unpacking libbabeltrace1:s390x (1.5.11-4build1) ... 162s Selecting previously unselected package libdebuginfod1t64:s390x. 162s Preparing to unpack .../139-libdebuginfod1t64_0.192-4_s390x.deb ... 162s Unpacking libdebuginfod1t64:s390x (0.192-4) ... 162s Selecting previously unselected package libsource-highlight-common. 162s Preparing to unpack .../140-libsource-highlight-common_3.1.9-4.3build1_all.deb ... 162s Unpacking libsource-highlight-common (3.1.9-4.3build1) ... 162s Selecting previously unselected package libsource-highlight4t64:s390x. 162s Preparing to unpack .../141-libsource-highlight4t64_3.1.9-4.3build1_s390x.deb ... 162s Unpacking libsource-highlight4t64:s390x (3.1.9-4.3build1) ... 162s Selecting previously unselected package gdb. 162s Preparing to unpack .../142-gdb_16.2-1ubuntu1_s390x.deb ... 162s Unpacking gdb (16.2-1ubuntu1) ... 162s Selecting previously unselected package libaec0:s390x. 162s Preparing to unpack .../143-libaec0_1.1.3-1_s390x.deb ... 162s Unpacking libaec0:s390x (1.1.3-1) ... 162s Selecting previously unselected package libasyncns0:s390x. 162s Preparing to unpack .../144-libasyncns0_0.8-6build4_s390x.deb ... 162s Unpacking libasyncns0:s390x (0.8-6build4) ... 162s Selecting previously unselected package libb2-1:s390x. 162s Preparing to unpack .../145-libb2-1_0.98.1-1.1build1_s390x.deb ... 162s Unpacking libb2-1:s390x (0.98.1-1.1build1) ... 162s Selecting previously unselected package libblas3:s390x. 162s Preparing to unpack .../146-libblas3_3.12.1-2_s390x.deb ... 162s Unpacking libblas3:s390x (3.12.1-2) ... 162s Selecting previously unselected package libdeflate0:s390x. 162s Preparing to unpack .../147-libdeflate0_1.23-1_s390x.deb ... 162s Unpacking libdeflate0:s390x (1.23-1) ... 162s Selecting previously unselected package libdmlc0t64:s390x. 162s Preparing to unpack .../148-libdmlc0t64_0.5+git20240614.1334185-1_s390x.deb ... 162s Unpacking libdmlc0t64:s390x (0.5+git20240614.1334185-1) ... 162s Selecting previously unselected package libduktape207:s390x. 162s Preparing to unpack .../149-libduktape207_2.7.0+tests-0ubuntu3_s390x.deb ... 162s Unpacking libduktape207:s390x (2.7.0+tests-0ubuntu3) ... 162s Selecting previously unselected package libfftw3-double3:s390x. 162s Preparing to unpack .../150-libfftw3-double3_3.3.10-2fakesync1build1_s390x.deb ... 162s Unpacking libfftw3-double3:s390x (3.3.10-2fakesync1build1) ... 162s Selecting previously unselected package libogg0:s390x. 162s Preparing to unpack .../151-libogg0_1.3.5-3build1_s390x.deb ... 162s Unpacking libogg0:s390x (1.3.5-3build1) ... 162s Selecting previously unselected package libflac12t64:s390x. 162s Preparing to unpack .../152-libflac12t64_1.4.3+ds-4_s390x.deb ... 162s Unpacking libflac12t64:s390x (1.4.3+ds-4) ... 162s Selecting previously unselected package libfontenc1:s390x. 162s Preparing to unpack .../153-libfontenc1_1%3a1.1.8-1build1_s390x.deb ... 162s Unpacking libfontenc1:s390x (1:1.1.8-1build1) ... 163s Selecting previously unselected package libgfortran5:s390x. 163s Preparing to unpack .../154-libgfortran5_15-20250213-1ubuntu1_s390x.deb ... 163s Unpacking libgfortran5:s390x (15-20250213-1ubuntu1) ... 163s Selecting previously unselected package libsz2:s390x. 163s Preparing to unpack .../155-libsz2_1.1.3-1_s390x.deb ... 163s Unpacking libsz2:s390x (1.1.3-1) ... 163s Selecting previously unselected package libhdf5-310:s390x. 163s Preparing to unpack .../156-libhdf5-310_1.14.5+repack-3_s390x.deb ... 163s Unpacking libhdf5-310:s390x (1.14.5+repack-3) ... 163s Selecting previously unselected package libhdf5-hl-310:s390x. 163s Preparing to unpack .../157-libhdf5-hl-310_1.14.5+repack-3_s390x.deb ... 163s Unpacking libhdf5-hl-310:s390x (1.14.5+repack-3) ... 163s Selecting previously unselected package libimagequant0:s390x. 163s Preparing to unpack .../158-libimagequant0_2.18.0-1build1_s390x.deb ... 163s Unpacking libimagequant0:s390x (2.18.0-1build1) ... 163s Selecting previously unselected package libjs-jquery. 163s Preparing to unpack .../159-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ... 163s Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 163s Selecting previously unselected package libjs-jquery-ui. 163s Preparing to unpack .../160-libjs-jquery-ui_1.13.2+dfsg-1_all.deb ... 163s Unpacking libjs-jquery-ui (1.13.2+dfsg-1) ... 163s Selecting previously unselected package libjs-underscore. 163s Preparing to unpack .../161-libjs-underscore_1.13.4~dfsg+~1.11.4-3_all.deb ... 163s Unpacking libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 163s Selecting previously unselected package libjs-sphinxdoc. 163s Preparing to unpack .../162-libjs-sphinxdoc_8.1.3-4_all.deb ... 163s Unpacking libjs-sphinxdoc (8.1.3-4) ... 163s Selecting previously unselected package libjson-perl. 163s Preparing to unpack .../163-libjson-perl_4.10000-1_all.deb ... 163s Unpacking libjson-perl (4.10000-1) ... 163s Selecting previously unselected package liblapack3:s390x. 163s Preparing to unpack .../164-liblapack3_3.12.1-2_s390x.deb ... 163s Unpacking liblapack3:s390x (3.12.1-2) ... 163s Selecting previously unselected package liblbfgsb0:s390x. 163s Preparing to unpack .../165-liblbfgsb0_3.0+dfsg.4-1build1_s390x.deb ... 163s Unpacking liblbfgsb0:s390x (3.0+dfsg.4-1build1) ... 163s Selecting previously unselected package liblcms2-2:s390x. 163s Preparing to unpack .../166-liblcms2-2_2.16-2_s390x.deb ... 163s Unpacking liblcms2-2:s390x (2.16-2) ... 163s Selecting previously unselected package liblzf1:s390x. 163s Preparing to unpack .../167-liblzf1_3.6-4_s390x.deb ... 163s Unpacking liblzf1:s390x (3.6-4) ... 163s Selecting previously unselected package libmp3lame0:s390x. 163s Preparing to unpack .../168-libmp3lame0_3.100-6build1_s390x.deb ... 163s Unpacking libmp3lame0:s390x (3.100-6build1) ... 163s Selecting previously unselected package libmpg123-0t64:s390x. 163s Preparing to unpack .../169-libmpg123-0t64_1.32.10-1_s390x.deb ... 163s Unpacking libmpg123-0t64:s390x (1.32.10-1) ... 163s Selecting previously unselected package libnorm1t64:s390x. 163s Preparing to unpack .../170-libnorm1t64_1.5.9+dfsg-3.1build1_s390x.deb ... 163s Unpacking libnorm1t64:s390x (1.5.9+dfsg-3.1build1) ... 163s Selecting previously unselected package libopus0:s390x. 163s Preparing to unpack .../171-libopus0_1.5.2-2_s390x.deb ... 163s Unpacking libopus0:s390x (1.5.2-2) ... 163s Selecting previously unselected package libpgm-5.3-0t64:s390x. 163s Preparing to unpack .../172-libpgm-5.3-0t64_5.3.128~dfsg-2.1build1_s390x.deb ... 163s Unpacking libpgm-5.3-0t64:s390x (5.3.128~dfsg-2.1build1) ... 163s Selecting previously unselected package libpixman-1-0:s390x. 163s Preparing to unpack .../173-libpixman-1-0_0.44.0-3_s390x.deb ... 163s Unpacking libpixman-1-0:s390x (0.44.0-3) ... 163s Selecting previously unselected package libproxy1v5:s390x. 163s Preparing to unpack .../174-libproxy1v5_0.5.9-1_s390x.deb ... 163s Unpacking libproxy1v5:s390x (0.5.9-1) ... 163s Selecting previously unselected package libvorbis0a:s390x. 163s Preparing to unpack .../175-libvorbis0a_1.3.7-2_s390x.deb ... 163s Unpacking libvorbis0a:s390x (1.3.7-2) ... 163s Selecting previously unselected package libvorbisenc2:s390x. 163s Preparing to unpack .../176-libvorbisenc2_1.3.7-2_s390x.deb ... 163s Unpacking libvorbisenc2:s390x (1.3.7-2) ... 163s Selecting previously unselected package libsndfile1:s390x. 163s Preparing to unpack .../177-libsndfile1_1.2.2-2_s390x.deb ... 163s Unpacking libsndfile1:s390x (1.2.2-2) ... 163s Selecting previously unselected package libpulse0:s390x. 163s Preparing to unpack .../178-libpulse0_1%3a17.0+dfsg1-2ubuntu1_s390x.deb ... 163s Unpacking libpulse0:s390x (1:17.0+dfsg1-2ubuntu1) ... 163s Selecting previously unselected package libqhull-r8.0:s390x. 163s Preparing to unpack .../179-libqhull-r8.0_2020.2-6build1_s390x.deb ... 163s Unpacking libqhull-r8.0:s390x (2020.2-6build1) ... 163s Selecting previously unselected package libqt5charts5:s390x. 163s Preparing to unpack .../180-libqt5charts5_5.15.15-2_s390x.deb ... 163s Unpacking libqt5charts5:s390x (5.15.15-2) ... 163s Selecting previously unselected package libqt5xml5t64:s390x. 163s Preparing to unpack .../181-libqt5xml5t64_5.15.15+dfsg-4ubuntu1_s390x.deb ... 163s Unpacking libqt5xml5t64:s390x (5.15.15+dfsg-4ubuntu1) ... 163s Selecting previously unselected package libqt5designer5:s390x. 163s Preparing to unpack .../182-libqt5designer5_5.15.15-6_s390x.deb ... 163s Unpacking libqt5designer5:s390x (5.15.15-6) ... 163s Selecting previously unselected package libqt5sql5t64:s390x. 163s Preparing to unpack .../183-libqt5sql5t64_5.15.15+dfsg-4ubuntu1_s390x.deb ... 163s Unpacking libqt5sql5t64:s390x (5.15.15+dfsg-4ubuntu1) ... 163s Selecting previously unselected package libqt5help5:s390x. 163s Preparing to unpack .../184-libqt5help5_5.15.15-6_s390x.deb ... 163s Unpacking libqt5help5:s390x (5.15.15-6) ... 163s Selecting previously unselected package libqt5positioningquick5:s390x. 163s Preparing to unpack .../185-libqt5positioningquick5_5.15.15+dfsg-3_s390x.deb ... 163s Unpacking libqt5positioningquick5:s390x (5.15.15+dfsg-3) ... 163s Selecting previously unselected package libqt5location5:s390x. 163s Preparing to unpack .../186-libqt5location5_5.15.15+dfsg-3_s390x.deb ... 163s Unpacking libqt5location5:s390x (5.15.15+dfsg-3) ... 163s Selecting previously unselected package libqt5multimedia5:s390x. 163s Preparing to unpack .../187-libqt5multimedia5_5.15.15-2_s390x.deb ... 163s Unpacking libqt5multimedia5:s390x (5.15.15-2) ... 163s Selecting previously unselected package libqt5multimediawidgets5:s390x. 163s Preparing to unpack .../188-libqt5multimediawidgets5_5.15.15-2_s390x.deb ... 163s Unpacking libqt5multimediawidgets5:s390x (5.15.15-2) ... 163s Selecting previously unselected package libqt5opengl5t64:s390x. 163s Preparing to unpack .../189-libqt5opengl5t64_5.15.15+dfsg-4ubuntu1_s390x.deb ... 163s Unpacking libqt5opengl5t64:s390x (5.15.15+dfsg-4ubuntu1) ... 163s Selecting previously unselected package libqt5quickwidgets5:s390x. 163s Preparing to unpack .../190-libqt5quickwidgets5_5.15.15+dfsg-3_s390x.deb ... 163s Unpacking libqt5quickwidgets5:s390x (5.15.15+dfsg-3) ... 163s Selecting previously unselected package libqt5remoteobjects5:s390x. 163s Preparing to unpack .../191-libqt5remoteobjects5_5.15.15-2_s390x.deb ... 163s Unpacking libqt5remoteobjects5:s390x (5.15.15-2) ... 163s Selecting previously unselected package libqt5serialport5:s390x. 163s Preparing to unpack .../192-libqt5serialport5_5.15.15-2_s390x.deb ... 163s Unpacking libqt5serialport5:s390x (5.15.15-2) ... 163s Selecting previously unselected package libqt5svg5:s390x. 163s Preparing to unpack .../193-libqt5svg5_5.15.15-2_s390x.deb ... 163s Unpacking libqt5svg5:s390x (5.15.15-2) ... 163s Selecting previously unselected package libqt5test5t64:s390x. 163s Preparing to unpack .../194-libqt5test5t64_5.15.15+dfsg-4ubuntu1_s390x.deb ... 163s Unpacking libqt5test5t64:s390x (5.15.15+dfsg-4ubuntu1) ... 163s Selecting previously unselected package libqt5texttospeech5:s390x. 163s Preparing to unpack .../195-libqt5texttospeech5_5.15.15-2_s390x.deb ... 163s Unpacking libqt5texttospeech5:s390x (5.15.15-2) ... 163s Selecting previously unselected package libqt5websockets5:s390x. 163s Preparing to unpack .../196-libqt5websockets5_5.15.15-2_s390x.deb ... 163s Unpacking libqt5websockets5:s390x (5.15.15-2) ... 163s Selecting previously unselected package libqt5xmlpatterns5:s390x. 163s Preparing to unpack .../197-libqt5xmlpatterns5_5.15.15-2_s390x.deb ... 163s Unpacking libqt5xmlpatterns5:s390x (5.15.15-2) ... 163s Selecting previously unselected package libqt6core6t64:s390x. 163s Preparing to unpack .../198-libqt6core6t64_6.8.2+dfsg-0ubuntu2_s390x.deb ... 163s Unpacking libqt6core6t64:s390x (6.8.2+dfsg-0ubuntu2) ... 163s Selecting previously unselected package libqt6dbus6:s390x. 163s Preparing to unpack .../199-libqt6dbus6_6.8.2+dfsg-0ubuntu2_s390x.deb ... 163s Unpacking libqt6dbus6:s390x (6.8.2+dfsg-0ubuntu2) ... 163s Selecting previously unselected package libopengl0:s390x. 163s Preparing to unpack .../200-libopengl0_1.7.0-1build1_s390x.deb ... 163s Unpacking libopengl0:s390x (1.7.0-1build1) ... 163s Selecting previously unselected package libts0t64:s390x. 163s Preparing to unpack .../201-libts0t64_1.22-1.1build1_s390x.deb ... 163s Unpacking libts0t64:s390x (1.22-1.1build1) ... 163s Selecting previously unselected package libxcb-cursor0:s390x. 163s Preparing to unpack .../202-libxcb-cursor0_0.1.5-1_s390x.deb ... 163s Unpacking libxcb-cursor0:s390x (0.1.5-1) ... 163s Selecting previously unselected package libqt6gui6:s390x. 163s Preparing to unpack .../203-libqt6gui6_6.8.2+dfsg-0ubuntu2_s390x.deb ... 163s Unpacking libqt6gui6:s390x (6.8.2+dfsg-0ubuntu2) ... 163s Selecting previously unselected package libqt6network6:s390x. 163s Preparing to unpack .../204-libqt6network6_6.8.2+dfsg-0ubuntu2_s390x.deb ... 163s Unpacking libqt6network6:s390x (6.8.2+dfsg-0ubuntu2) ... 163s Selecting previously unselected package libqt6opengl6:s390x. 163s Preparing to unpack .../205-libqt6opengl6_6.8.2+dfsg-0ubuntu2_s390x.deb ... 163s Unpacking libqt6opengl6:s390x (6.8.2+dfsg-0ubuntu2) ... 163s Selecting previously unselected package libqt6widgets6:s390x. 163s Preparing to unpack .../206-libqt6widgets6_6.8.2+dfsg-0ubuntu2_s390x.deb ... 163s Unpacking libqt6widgets6:s390x (6.8.2+dfsg-0ubuntu2) ... 163s Selecting previously unselected package libqt6openglwidgets6:s390x. 163s Preparing to unpack .../207-libqt6openglwidgets6_6.8.2+dfsg-0ubuntu2_s390x.deb ... 163s Unpacking libqt6openglwidgets6:s390x (6.8.2+dfsg-0ubuntu2) ... 163s Selecting previously unselected package libqt6printsupport6:s390x. 163s Preparing to unpack .../208-libqt6printsupport6_6.8.2+dfsg-0ubuntu2_s390x.deb ... 163s Unpacking libqt6printsupport6:s390x (6.8.2+dfsg-0ubuntu2) ... 163s Selecting previously unselected package libqt6sql6:s390x. 163s Preparing to unpack .../209-libqt6sql6_6.8.2+dfsg-0ubuntu2_s390x.deb ... 163s Unpacking libqt6sql6:s390x (6.8.2+dfsg-0ubuntu2) ... 163s Selecting previously unselected package libqt6test6:s390x. 163s Preparing to unpack .../210-libqt6test6_6.8.2+dfsg-0ubuntu2_s390x.deb ... 163s Unpacking libqt6test6:s390x (6.8.2+dfsg-0ubuntu2) ... 163s Selecting previously unselected package libqt6xml6:s390x. 163s Preparing to unpack .../211-libqt6xml6_6.8.2+dfsg-0ubuntu2_s390x.deb ... 163s Unpacking libqt6xml6:s390x (6.8.2+dfsg-0ubuntu2) ... 163s Selecting previously unselected package libraqm0:s390x. 164s Preparing to unpack .../212-libraqm0_0.10.2-1_s390x.deb ... 164s Unpacking libraqm0:s390x (0.10.2-1) ... 164s Selecting previously unselected package libsodium23:s390x. 164s Preparing to unpack .../213-libsodium23_1.0.18-1build3_s390x.deb ... 164s Unpacking libsodium23:s390x (1.0.18-1build3) ... 164s Selecting previously unselected package libjbig0:s390x. 164s Preparing to unpack .../214-libjbig0_2.1-6.1ubuntu2_s390x.deb ... 164s Unpacking libjbig0:s390x (2.1-6.1ubuntu2) ... 164s Selecting previously unselected package libtiff6:s390x. 164s Preparing to unpack .../215-libtiff6_4.5.1+git230720-4ubuntu4_s390x.deb ... 164s Unpacking libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 164s Selecting previously unselected package libwebpdemux2:s390x. 164s Preparing to unpack .../216-libwebpdemux2_1.5.0-0.1_s390x.deb ... 164s Unpacking libwebpdemux2:s390x (1.5.0-0.1) ... 164s Selecting previously unselected package libwebpmux3:s390x. 164s Preparing to unpack .../217-libwebpmux3_1.5.0-0.1_s390x.deb ... 164s Unpacking libwebpmux3:s390x (1.5.0-0.1) ... 164s Selecting previously unselected package libxt6t64:s390x. 164s Preparing to unpack .../218-libxt6t64_1%3a1.2.1-1.2build1_s390x.deb ... 164s Unpacking libxt6t64:s390x (1:1.2.1-1.2build1) ... 164s Selecting previously unselected package libxmu6:s390x. 164s Preparing to unpack .../219-libxmu6_2%3a1.1.3-3build2_s390x.deb ... 164s Unpacking libxmu6:s390x (2:1.1.3-3build2) ... 164s Selecting previously unselected package libxpm4:s390x. 164s Preparing to unpack .../220-libxpm4_1%3a3.5.17-1build2_s390x.deb ... 164s Unpacking libxpm4:s390x (1:3.5.17-1build2) ... 164s Selecting previously unselected package libxaw7:s390x. 164s Preparing to unpack .../221-libxaw7_2%3a1.0.16-1_s390x.deb ... 164s Unpacking libxaw7:s390x (2:1.0.16-1) ... 164s Selecting previously unselected package libxfont2:s390x. 164s Preparing to unpack .../222-libxfont2_1%3a2.0.6-1build1_s390x.deb ... 164s Unpacking libxfont2:s390x (1:2.0.6-1build1) ... 164s Selecting previously unselected package libxgboost0. 164s Preparing to unpack .../223-libxgboost0_2.1.4-1_s390x.deb ... 164s Unpacking libxgboost0 (2.1.4-1) ... 164s Selecting previously unselected package libxkbfile1:s390x. 164s Preparing to unpack .../224-libxkbfile1_1%3a1.1.0-1build4_s390x.deb ... 164s Unpacking libxkbfile1:s390x (1:1.1.0-1build4) ... 164s Selecting previously unselected package libxrandr2:s390x. 164s Preparing to unpack .../225-libxrandr2_2%3a1.5.4-1_s390x.deb ... 164s Unpacking libxrandr2:s390x (2:1.5.4-1) ... 164s Selecting previously unselected package libzmq5:s390x. 164s Preparing to unpack .../226-libzmq5_4.3.5-1build2_s390x.deb ... 164s Unpacking libzmq5:s390x (4.3.5-1build2) ... 164s Selecting previously unselected package pybuild-plugin-autopkgtest. 164s Preparing to unpack .../227-pybuild-plugin-autopkgtest_6.20250108_all.deb ... 164s Unpacking pybuild-plugin-autopkgtest (6.20250108) ... 164s Selecting previously unselected package python3-importlib-metadata. 164s Preparing to unpack .../228-python3-importlib-metadata_8.6.1-1_all.deb ... 164s Unpacking python3-importlib-metadata (8.6.1-1) ... 164s Selecting previously unselected package python3-packaging. 164s Preparing to unpack .../229-python3-packaging_24.2-1_all.deb ... 164s Unpacking python3-packaging (24.2-1) ... 164s Selecting previously unselected package python3-pyproject-hooks. 164s Preparing to unpack .../230-python3-pyproject-hooks_1.2.0-1_all.deb ... 164s Unpacking python3-pyproject-hooks (1.2.0-1) ... 164s Selecting previously unselected package python3-toml. 164s Preparing to unpack .../231-python3-toml_0.10.2-1_all.deb ... 164s Unpacking python3-toml (0.10.2-1) ... 164s Selecting previously unselected package python3-wheel. 164s Preparing to unpack .../232-python3-wheel_0.45.1-1_all.deb ... 164s Unpacking python3-wheel (0.45.1-1) ... 164s Selecting previously unselected package python3-build. 164s Preparing to unpack .../233-python3-build_1.2.2-1_all.deb ... 164s Unpacking python3-build (1.2.2-1) ... 164s Selecting previously unselected package python3-installer. 164s Preparing to unpack .../234-python3-installer_0.7.0+dfsg1-3_all.deb ... 164s Unpacking python3-installer (0.7.0+dfsg1-3) ... 164s Selecting previously unselected package pybuild-plugin-pyproject. 164s Preparing to unpack .../235-pybuild-plugin-pyproject_6.20250108_all.deb ... 164s Unpacking pybuild-plugin-pyproject (6.20250108) ... 164s Selecting previously unselected package python3-pyqt5.sip. 164s Preparing to unpack .../236-python3-pyqt5.sip_12.17.0-1_s390x.deb ... 164s Unpacking python3-pyqt5.sip (12.17.0-1) ... 164s Selecting previously unselected package python3-pyqt5. 164s Preparing to unpack .../237-python3-pyqt5_5.15.11+dfsg-1build2_s390x.deb ... 164s Unpacking python3-pyqt5 (5.15.11+dfsg-1build2) ... 164s Selecting previously unselected package pyqt5-dev-tools. 164s Preparing to unpack .../238-pyqt5-dev-tools_5.15.11+dfsg-1build2_s390x.deb ... 164s Unpacking pyqt5-dev-tools (5.15.11+dfsg-1build2) ... 164s Selecting previously unselected package python3-pyqt6.sip. 164s Preparing to unpack .../239-python3-pyqt6.sip_13.10.0-1_s390x.deb ... 164s Unpacking python3-pyqt6.sip (13.10.0-1) ... 164s Selecting previously unselected package python3-pyqt6. 164s Preparing to unpack .../240-python3-pyqt6_6.8.1-1_s390x.deb ... 164s Unpacking python3-pyqt6 (6.8.1-1) ... 164s Selecting previously unselected package pyqt6-dev-tools. 164s Preparing to unpack .../241-pyqt6-dev-tools_6.8.1-1_all.deb ... 164s Unpacking pyqt6-dev-tools (6.8.1-1) ... 164s Selecting previously unselected package python-matplotlib-data. 164s Preparing to unpack .../242-python-matplotlib-data_3.8.3-3ubuntu2_all.deb ... 164s Unpacking python-matplotlib-data (3.8.3-3ubuntu2) ... 164s Selecting previously unselected package python-orange-spectroscopy-doc. 164s Preparing to unpack .../243-python-orange-spectroscopy-doc_0.8.1-1_all.deb ... 164s Unpacking python-orange-spectroscopy-doc (0.8.1-1) ... 164s Selecting previously unselected package python3-numpy. 164s Preparing to unpack .../244-python3-numpy_1%3a1.26.4+ds-13_s390x.deb ... 164s Unpacking python3-numpy (1:1.26.4+ds-13) ... 164s Selecting previously unselected package python3-agilent-format. 164s Preparing to unpack .../245-python3-agilent-format_0.4.6-1_all.deb ... 164s Unpacking python3-agilent-format (0.4.6-1) ... 164s Selecting previously unselected package python3-all. 164s Preparing to unpack .../246-python3-all_3.13.1-1~exp2_s390x.deb ... 164s Unpacking python3-all (3.13.1-1~exp2) ... 164s Selecting previously unselected package python3-sniffio. 164s Preparing to unpack .../247-python3-sniffio_1.3.1-1_all.deb ... 164s Unpacking python3-sniffio (1.3.1-1) ... 164s Selecting previously unselected package python3-anyio. 164s Preparing to unpack .../248-python3-anyio_4.7.0-1_all.deb ... 164s Unpacking python3-anyio (4.7.0-1) ... 164s Selecting previously unselected package python3-anyqt. 164s Preparing to unpack .../249-python3-anyqt_0.2.0-4_all.deb ... 164s Unpacking python3-anyqt (0.2.0-4) ... 164s Selecting previously unselected package python3-appdirs. 164s Preparing to unpack .../250-python3-appdirs_1.4.4-4_all.deb ... 164s Unpacking python3-appdirs (1.4.4-4) ... 164s Selecting previously unselected package python3-asteval. 164s Preparing to unpack .../251-python3-asteval_1.0.6-2_all.deb ... 164s Unpacking python3-asteval (1.0.6-2) ... 164s Selecting previously unselected package python3-asttokens. 164s Preparing to unpack .../252-python3-asttokens_3.0.0-1_all.deb ... 164s Unpacking python3-asttokens (3.0.0-1) ... 164s Selecting previously unselected package python3-bottleneck. 164s Preparing to unpack .../253-python3-bottleneck_1.4.2+ds1-2_s390x.deb ... 164s Unpacking python3-bottleneck (1.4.2+ds1-2) ... 164s Selecting previously unselected package python3-brotli. 164s Preparing to unpack .../254-python3-brotli_1.1.0-2build3_s390x.deb ... 164s Unpacking python3-brotli (1.1.0-2build3) ... 164s Selecting previously unselected package python3-cattr. 164s Preparing to unpack .../255-python3-cattr_23.2.3-1ubuntu1_all.deb ... 164s Unpacking python3-cattr (23.2.3-1ubuntu1) ... 164s Selecting previously unselected package python3-click. 164s Preparing to unpack .../256-python3-click_8.1.8-1_all.deb ... 164s Unpacking python3-click (8.1.8-1) ... 164s Selecting previously unselected package python3-colorcet. 164s Preparing to unpack .../257-python3-colorcet_3.1.0-3_all.deb ... 164s Unpacking python3-colorcet (3.1.0-3) ... 164s Selecting previously unselected package python3-traitlets. 164s Preparing to unpack .../258-python3-traitlets_5.14.3+really5.14.3-1_all.deb ... 164s Unpacking python3-traitlets (5.14.3+really5.14.3-1) ... 164s Selecting previously unselected package python3-comm. 164s Preparing to unpack .../259-python3-comm_0.2.1-1_all.deb ... 164s Unpacking python3-comm (0.2.1-1) ... 164s Selecting previously unselected package python3-commonmark. 164s Preparing to unpack .../260-python3-commonmark_0.9.1-8_all.deb ... 164s Unpacking python3-commonmark (0.9.1-8) ... 164s Selecting previously unselected package python3-contourpy. 165s Preparing to unpack .../261-python3-contourpy_1.3.1-1_s390x.deb ... 165s Unpacking python3-contourpy (1.3.1-1) ... 165s Selecting previously unselected package python3-coverage. 165s Preparing to unpack .../262-python3-coverage_7.4.4+dfsg1-0ubuntu3_s390x.deb ... 165s Unpacking python3-coverage (7.4.4+dfsg1-0ubuntu3) ... 165s Selecting previously unselected package python3-cycler. 165s Preparing to unpack .../263-python3-cycler_0.12.1-1_all.deb ... 165s Unpacking python3-cycler (0.12.1-1) ... 165s Selecting previously unselected package python3-dateutil. 165s Preparing to unpack .../264-python3-dateutil_2.9.0-3_all.deb ... 165s Unpacking python3-dateutil (2.9.0-3) ... 165s Selecting previously unselected package python3-debugpy. 165s Preparing to unpack .../265-python3-debugpy_1.8.8+ds-2ubuntu1_s390x.deb ... 165s Unpacking python3-debugpy (1.8.8+ds-2ubuntu1) ... 165s Selecting previously unselected package python3-decorator. 165s Preparing to unpack .../266-python3-decorator_5.1.1-5_all.deb ... 165s Unpacking python3-decorator (5.1.1-5) ... 165s Selecting previously unselected package python3-defusedxml. 165s Preparing to unpack .../267-python3-defusedxml_0.7.1-3_all.deb ... 165s Unpacking python3-defusedxml (0.7.1-3) ... 165s Selecting previously unselected package python3-dictdiffer. 165s Preparing to unpack .../268-python3-dictdiffer_0.9.0-3_all.deb ... 165s Unpacking python3-dictdiffer (0.9.0-3) ... 165s Selecting previously unselected package python3-dill. 165s Preparing to unpack .../269-python3-dill_0.3.9-1_all.deb ... 165s Unpacking python3-dill (0.3.9-1) ... 165s Selecting previously unselected package python3-roman. 165s Preparing to unpack .../270-python3-roman_5.0-1_all.deb ... 165s Unpacking python3-roman (5.0-1) ... 165s Selecting previously unselected package python3-docutils. 165s Preparing to unpack .../271-python3-docutils_0.21.2+dfsg-2_all.deb ... 165s Unpacking python3-docutils (0.21.2+dfsg-2) ... 165s Selecting previously unselected package python3-et-xmlfile. 165s Preparing to unpack .../272-python3-et-xmlfile_2.0.0-1_all.deb ... 165s Unpacking python3-et-xmlfile (2.0.0-1) ... 165s Selecting previously unselected package python3-executing. 165s Preparing to unpack .../273-python3-executing_2.2.0-0.1_all.deb ... 165s Unpacking python3-executing (2.2.0-0.1) ... 165s Selecting previously unselected package libopenjp2-7:s390x. 165s Preparing to unpack .../274-libopenjp2-7_2.5.0-2ubuntu3_s390x.deb ... 165s Unpacking libopenjp2-7:s390x (2.5.0-2ubuntu3) ... 165s Selecting previously unselected package python3-pil:s390x. 165s Preparing to unpack .../275-python3-pil_11.1.0-5_s390x.deb ... 165s Unpacking python3-pil:s390x (11.1.0-5) ... 165s Selecting previously unselected package python3.12-tk. 165s Preparing to unpack .../276-python3.12-tk_3.12.9-1_s390x.deb ... 165s Unpacking python3.12-tk (3.12.9-1) ... 165s Selecting previously unselected package python3.13-tk. 165s Preparing to unpack .../277-python3.13-tk_3.13.2-1_s390x.deb ... 165s Unpacking python3.13-tk (3.13.2-1) ... 165s Selecting previously unselected package python3-tk:s390x. 165s Preparing to unpack .../278-python3-tk_3.13.1-1_s390x.deb ... 165s Unpacking python3-tk:s390x (3.13.1-1) ... 165s Selecting previously unselected package python3-pil.imagetk:s390x. 165s Preparing to unpack .../279-python3-pil.imagetk_11.1.0-5_s390x.deb ... 165s Unpacking python3-pil.imagetk:s390x (11.1.0-5) ... 165s Selecting previously unselected package python3-pytz. 165s Preparing to unpack .../280-python3-pytz_2025.1-3_all.deb ... 165s Unpacking python3-pytz (2025.1-3) ... 165s Selecting previously unselected package python3-tz. 165s Preparing to unpack .../281-python3-tz_2025.1-3_all.deb ... 165s Unpacking python3-tz (2025.1-3) ... 165s Selecting previously unselected package python3-platformdirs. 165s Preparing to unpack .../282-python3-platformdirs_4.3.6-1_all.deb ... 165s Unpacking python3-platformdirs (4.3.6-1) ... 165s Selecting previously unselected package python3-fs. 165s Preparing to unpack .../283-python3-fs_2.4.16-6_all.deb ... 165s Unpacking python3-fs (2.4.16-6) ... 165s Selecting previously unselected package python3-lxml:s390x. 165s Preparing to unpack .../284-python3-lxml_5.3.1-1_s390x.deb ... 165s Unpacking python3-lxml:s390x (5.3.1-1) ... 165s Selecting previously unselected package python3-lz4. 165s Preparing to unpack .../285-python3-lz4_4.4.0+dfsg-1_s390x.deb ... 165s Unpacking python3-lz4 (4.4.0+dfsg-1) ... 165s Selecting previously unselected package python3-scipy. 165s Preparing to unpack .../286-python3-scipy_1.14.1-4ubuntu1_s390x.deb ... 165s Unpacking python3-scipy (1.14.1-4ubuntu1) ... 165s Selecting previously unselected package python3-mpmath. 165s Preparing to unpack .../287-python3-mpmath_1.3.0-1_all.deb ... 165s Unpacking python3-mpmath (1.3.0-1) ... 165s Selecting previously unselected package python3-sympy. 165s Preparing to unpack .../288-python3-sympy_1.13.3-1_all.deb ... 165s Unpacking python3-sympy (1.13.3-1) ... 166s Selecting previously unselected package python3-ufolib2. 166s Preparing to unpack .../289-python3-ufolib2_0.17.0+dfsg1-1_all.deb ... 166s Unpacking python3-ufolib2 (0.17.0+dfsg1-1) ... 166s Selecting previously unselected package python3-unicodedata2. 166s Preparing to unpack .../290-python3-unicodedata2_15.1.0+ds-1build2_s390x.deb ... 166s Unpacking python3-unicodedata2 (15.1.0+ds-1build2) ... 166s Selecting previously unselected package unicode-data. 166s Preparing to unpack .../291-unicode-data_15.1.0-1_all.deb ... 166s Unpacking unicode-data (15.1.0-1) ... 166s Selecting previously unselected package python3-fonttools. 166s Preparing to unpack .../292-python3-fonttools_4.55.3-2_s390x.deb ... 166s Unpacking python3-fonttools (4.55.3-2) ... 166s Selecting previously unselected package python3-kiwisolver. 166s Preparing to unpack .../293-python3-kiwisolver_1.4.7-3_s390x.deb ... 166s Unpacking python3-kiwisolver (1.4.7-3) ... 166s Selecting previously unselected package python3-matplotlib. 166s Preparing to unpack .../294-python3-matplotlib_3.8.3-3ubuntu2_s390x.deb ... 166s Unpacking python3-matplotlib (3.8.3-3ubuntu2) ... 166s Selecting previously unselected package python3-extranormal3. 166s Preparing to unpack .../295-python3-extranormal3_0.0.3-3_all.deb ... 166s Unpacking python3-extranormal3 (0.0.3-3) ... 166s Selecting previously unselected package python3-h11. 166s Preparing to unpack .../296-python3-h11_0.14.0-1_all.deb ... 166s Unpacking python3-h11 (0.14.0-1) ... 166s Selecting previously unselected package python3-h5py-serial. 166s Preparing to unpack .../297-python3-h5py-serial_3.12.1-1_s390x.deb ... 166s Unpacking python3-h5py-serial (3.12.1-1) ... 166s Selecting previously unselected package python3-h5py. 166s Preparing to unpack .../298-python3-h5py_3.12.1-1_all.deb ... 166s Unpacking python3-h5py (3.12.1-1) ... 166s Selecting previously unselected package python3-httpcore. 166s Preparing to unpack .../299-python3-httpcore_1.0.7-1_all.deb ... 166s Unpacking python3-httpcore (1.0.7-1) ... 166s Selecting previously unselected package python3-httpx. 166s Preparing to unpack .../300-python3-httpx_0.27.2-1_all.deb ... 166s Unpacking python3-httpx (0.27.2-1) ... 166s Selecting previously unselected package python3-imagesize. 166s Preparing to unpack .../301-python3-imagesize_1.4.1-1_all.deb ... 166s Unpacking python3-imagesize (1.4.1-1) ... 166s Selecting previously unselected package python3-iniconfig. 166s Preparing to unpack .../302-python3-iniconfig_1.1.1-2_all.deb ... 166s Unpacking python3-iniconfig (1.1.1-2) ... 166s Selecting previously unselected package python3-parso. 166s Preparing to unpack .../303-python3-parso_0.8.4-1_all.deb ... 166s Unpacking python3-parso (0.8.4-1) ... 166s Selecting previously unselected package python3-typeshed. 166s Preparing to unpack .../304-python3-typeshed_0.0~git20241223.ea91db2-1_all.deb ... 166s Unpacking python3-typeshed (0.0~git20241223.ea91db2-1) ... 166s Selecting previously unselected package python3-jedi. 166s Preparing to unpack .../305-python3-jedi_0.19.1+ds1-1_all.deb ... 166s Unpacking python3-jedi (0.19.1+ds1-1) ... 167s Selecting previously unselected package python3-matplotlib-inline. 167s Preparing to unpack .../306-python3-matplotlib-inline_0.1.6-2_all.deb ... 167s Unpacking python3-matplotlib-inline (0.1.6-2) ... 167s Selecting previously unselected package python3-wcwidth. 167s Preparing to unpack .../307-python3-wcwidth_0.2.13+dfsg1-1_all.deb ... 167s Unpacking python3-wcwidth (0.2.13+dfsg1-1) ... 167s Selecting previously unselected package python3-prompt-toolkit. 167s Preparing to unpack .../308-python3-prompt-toolkit_3.0.50-1_all.deb ... 167s Unpacking python3-prompt-toolkit (3.0.50-1) ... 167s Selecting previously unselected package python3-pure-eval. 167s Preparing to unpack .../309-python3-pure-eval_0.2.3-1_all.deb ... 167s Unpacking python3-pure-eval (0.2.3-1) ... 167s Selecting previously unselected package python3-stack-data. 167s Preparing to unpack .../310-python3-stack-data_0.6.3-1_all.deb ... 167s Unpacking python3-stack-data (0.6.3-1) ... 167s Selecting previously unselected package python3-ptyprocess. 167s Preparing to unpack .../311-python3-ptyprocess_0.7.0-6_all.deb ... 167s Unpacking python3-ptyprocess (0.7.0-6) ... 167s Selecting previously unselected package python3-pexpect. 167s Preparing to unpack .../312-python3-pexpect_4.9-3_all.deb ... 167s Unpacking python3-pexpect (4.9-3) ... 167s Selecting previously unselected package python3-ipython. 167s Preparing to unpack .../313-python3-ipython_8.30.0-2_all.deb ... 167s Unpacking python3-ipython (8.30.0-2) ... 167s Selecting previously unselected package python3-jupyter-core. 167s Preparing to unpack .../314-python3-jupyter-core_5.7.2-5_all.deb ... 167s Unpacking python3-jupyter-core (5.7.2-5) ... 167s Selecting previously unselected package python3-psutil. 167s Preparing to unpack .../315-python3-psutil_5.9.8-2build3_s390x.deb ... 167s Unpacking python3-psutil (5.9.8-2build3) ... 167s Selecting previously unselected package python3-tornado. 167s Preparing to unpack .../316-python3-tornado_6.4.2-1_s390x.deb ... 167s Unpacking python3-tornado (6.4.2-1) ... 167s Selecting previously unselected package python3-zmq. 167s Preparing to unpack .../317-python3-zmq_26.2.1-1_s390x.deb ... 167s Unpacking python3-zmq (26.2.1-1) ... 167s Selecting previously unselected package python3-jupyter-client. 167s Preparing to unpack .../318-python3-jupyter-client_8.6.3-2_all.deb ... 167s Unpacking python3-jupyter-client (8.6.3-2) ... 167s Selecting previously unselected package python3-nest-asyncio. 167s Preparing to unpack .../319-python3-nest-asyncio_1.5.4-1_all.deb ... 167s Unpacking python3-nest-asyncio (1.5.4-1) ... 167s Selecting previously unselected package python3-ipykernel. 167s Preparing to unpack .../320-python3-ipykernel_6.29.5-2_all.deb ... 167s Unpacking python3-ipykernel (6.29.5-2) ... 167s Selecting previously unselected package python3-jaraco.classes. 167s Preparing to unpack .../321-python3-jaraco.classes_3.4.0-1_all.deb ... 167s Unpacking python3-jaraco.classes (3.4.0-1) ... 167s Selecting previously unselected package python3-jeepney. 167s Preparing to unpack .../322-python3-jeepney_0.8.0-4_all.deb ... 167s Unpacking python3-jeepney (0.8.0-4) ... 167s Selecting previously unselected package python3-joblib. 167s Preparing to unpack .../323-python3-joblib_1.4.2-2_all.deb ... 167s Unpacking python3-joblib (1.4.2-2) ... 167s Selecting previously unselected package python3-secretstorage. 167s Preparing to unpack .../324-python3-secretstorage_3.3.3-3_all.deb ... 167s Unpacking python3-secretstorage (3.3.3-3) ... 167s Selecting previously unselected package python3-keyring. 167s Preparing to unpack .../325-python3-keyring_25.6.0-1_all.deb ... 167s Unpacking python3-keyring (25.6.0-1) ... 167s Selecting previously unselected package python3-pycryptodome. 167s Preparing to unpack .../326-python3-pycryptodome_3.20.0+dfsg-3build1_s390x.deb ... 167s Unpacking python3-pycryptodome (3.20.0+dfsg-3build1) ... 167s Selecting previously unselected package python3-keyrings.alt. 167s Preparing to unpack .../327-python3-keyrings.alt_5.0.2-1_all.deb ... 167s Unpacking python3-keyrings.alt (5.0.2-1) ... 167s Selecting previously unselected package python3-networkx. 167s Preparing to unpack .../328-python3-networkx_3.2.1-4ubuntu1_all.deb ... 167s Unpacking python3-networkx (3.2.1-4ubuntu1) ... 167s Selecting previously unselected package python3-openpyxl. 167s Preparing to unpack .../329-python3-openpyxl_3.1.5+dfsg-1_all.deb ... 167s Unpacking python3-openpyxl (3.1.5+dfsg-1) ... 167s Selecting previously unselected package python3-threadpoolctl. 167s Preparing to unpack .../330-python3-threadpoolctl_3.1.0-1_all.deb ... 167s Unpacking python3-threadpoolctl (3.1.0-1) ... 167s Selecting previously unselected package python3-sklearn-lib:s390x. 167s Preparing to unpack .../331-python3-sklearn-lib_1.4.2+dfsg-7build1_s390x.deb ... 167s Unpacking python3-sklearn-lib:s390x (1.4.2+dfsg-7build1) ... 167s Selecting previously unselected package python3-sklearn. 168s Preparing to unpack .../332-python3-sklearn_1.4.2+dfsg-7build1_all.deb ... 168s Unpacking python3-sklearn (1.4.2+dfsg-7build1) ... 168s Selecting previously unselected package python3-opentsne. 168s Preparing to unpack .../333-python3-opentsne_1.0.2-1ubuntu3_s390x.deb ... 168s Unpacking python3-opentsne (1.0.2-1ubuntu3) ... 168s Selecting previously unselected package python3-pip. 168s Preparing to unpack .../334-python3-pip_25.0+dfsg-1_all.deb ... 168s Unpacking python3-pip (25.0+dfsg-1) ... 168s Selecting previously unselected package python3-qasync. 168s Preparing to unpack .../335-python3-qasync_0.27.1-4_all.deb ... 168s Unpacking python3-qasync (0.27.1-4) ... 168s Selecting previously unselected package python3-six. 168s Preparing to unpack .../336-python3-six_1.17.0-1_all.deb ... 168s Unpacking python3-six (1.17.0-1) ... 168s Selecting previously unselected package python3-url-normalize. 168s Preparing to unpack .../337-python3-url-normalize_1.4.3-3.1_all.deb ... 168s Unpacking python3-url-normalize (1.4.3-3.1) ... 168s Selecting previously unselected package python3-requests-cache. 168s Preparing to unpack .../338-python3-requests-cache_0.9.8-1ubuntu1_all.deb ... 168s Unpacking python3-requests-cache (0.9.8-1ubuntu1) ... 168s Selecting previously unselected package python3-orange-canvas-core. 168s Preparing to unpack .../339-python3-orange-canvas-core_0.2.5-1_all.deb ... 168s Unpacking python3-orange-canvas-core (0.2.5-1) ... 168s Selecting previously unselected package qtchooser. 168s Preparing to unpack .../340-qtchooser_66-2build2_s390x.deb ... 168s Unpacking qtchooser (66-2build2) ... 168s Selecting previously unselected package qtbase5-dev-tools. 168s Preparing to unpack .../341-qtbase5-dev-tools_5.15.15+dfsg-4ubuntu1_s390x.deb ... 168s Unpacking qtbase5-dev-tools (5.15.15+dfsg-4ubuntu1) ... 168s Selecting previously unselected package qt6-base-dev-tools. 168s Preparing to unpack .../342-qt6-base-dev-tools_6.8.2+dfsg-0ubuntu2_s390x.deb ... 168s Unpacking qt6-base-dev-tools (6.8.2+dfsg-0ubuntu2) ... 168s Selecting previously unselected package python3-pyqtgraph. 168s Preparing to unpack .../343-python3-pyqtgraph_0.13.7-5_all.deb ... 168s Unpacking python3-pyqtgraph (0.13.7-5) ... 168s Selecting previously unselected package python3-orange-widget-base. 168s Preparing to unpack .../344-python3-orange-widget-base_4.24.0-2_all.deb ... 168s Unpacking python3-orange-widget-base (4.24.0-2) ... 168s Selecting previously unselected package python3-pandas-lib:s390x. 168s Preparing to unpack .../345-python3-pandas-lib_2.2.3+dfsg-8_s390x.deb ... 168s Unpacking python3-pandas-lib:s390x (2.2.3+dfsg-8) ... 168s Selecting previously unselected package python3-pandas. 168s Preparing to unpack .../346-python3-pandas_2.2.3+dfsg-8_all.deb ... 168s Unpacking python3-pandas (2.2.3+dfsg-8) ... 168s Selecting previously unselected package python3-pyqt5.qtchart. 168s Preparing to unpack .../347-python3-pyqt5.qtchart_5.15.7+dfsg-1_s390x.deb ... 168s Unpacking python3-pyqt5.qtchart (5.15.7+dfsg-1) ... 168s Selecting previously unselected package python3-pyqt5.qtmultimedia. 168s Preparing to unpack .../348-python3-pyqt5.qtmultimedia_5.15.11+dfsg-1build2_s390x.deb ... 168s Unpacking python3-pyqt5.qtmultimedia (5.15.11+dfsg-1build2) ... 168s Selecting previously unselected package python3-pyqt5.qtopengl. 168s Preparing to unpack .../349-python3-pyqt5.qtopengl_5.15.11+dfsg-1build2_s390x.deb ... 168s Unpacking python3-pyqt5.qtopengl (5.15.11+dfsg-1build2) ... 168s Selecting previously unselected package python3-pyqt5.qtpositioning. 168s Preparing to unpack .../350-python3-pyqt5.qtpositioning_5.15.11+dfsg-1build2_s390x.deb ... 168s Unpacking python3-pyqt5.qtpositioning (5.15.11+dfsg-1build2) ... 168s Selecting previously unselected package python3-pyqt5.qtquick. 168s Preparing to unpack .../351-python3-pyqt5.qtquick_5.15.11+dfsg-1build2_s390x.deb ... 168s Unpacking python3-pyqt5.qtquick (5.15.11+dfsg-1build2) ... 168s Selecting previously unselected package python3-pyqt5.qtremoteobjects. 168s Preparing to unpack .../352-python3-pyqt5.qtremoteobjects_5.15.11+dfsg-1build2_s390x.deb ... 168s Unpacking python3-pyqt5.qtremoteobjects (5.15.11+dfsg-1build2) ... 168s Selecting previously unselected package python3-pyqt5.qtsensors. 168s Preparing to unpack .../353-python3-pyqt5.qtsensors_5.15.11+dfsg-1build2_s390x.deb ... 168s Unpacking python3-pyqt5.qtsensors (5.15.11+dfsg-1build2) ... 168s Selecting previously unselected package python3-pyqt5.qtserialport. 168s Preparing to unpack .../354-python3-pyqt5.qtserialport_5.15.11+dfsg-1build2_s390x.deb ... 168s Unpacking python3-pyqt5.qtserialport (5.15.11+dfsg-1build2) ... 168s Selecting previously unselected package python3-pyqt5.qtsql. 168s Preparing to unpack .../355-python3-pyqt5.qtsql_5.15.11+dfsg-1build2_s390x.deb ... 168s Unpacking python3-pyqt5.qtsql (5.15.11+dfsg-1build2) ... 168s Selecting previously unselected package python3-pyqt5.qtsvg. 168s Preparing to unpack .../356-python3-pyqt5.qtsvg_5.15.11+dfsg-1build2_s390x.deb ... 168s Unpacking python3-pyqt5.qtsvg (5.15.11+dfsg-1build2) ... 168s Selecting previously unselected package python3-pyqt5.qttexttospeech. 168s Preparing to unpack .../357-python3-pyqt5.qttexttospeech_5.15.11+dfsg-1build2_s390x.deb ... 168s Unpacking python3-pyqt5.qttexttospeech (5.15.11+dfsg-1build2) ... 168s Selecting previously unselected package python3-pyqt5.qtwebchannel. 168s Preparing to unpack .../358-python3-pyqt5.qtwebchannel_5.15.11+dfsg-1build2_s390x.deb ... 168s Unpacking python3-pyqt5.qtwebchannel (5.15.11+dfsg-1build2) ... 168s Selecting previously unselected package python3-pyqt5.qtwebkit. 168s Preparing to unpack .../359-python3-pyqt5.qtwebkit_5.15.11+dfsg-1build2_s390x.deb ... 168s Unpacking python3-pyqt5.qtwebkit (5.15.11+dfsg-1build2) ... 169s Selecting previously unselected package python3-pyqt5.qtwebsockets. 169s Preparing to unpack .../360-python3-pyqt5.qtwebsockets_5.15.11+dfsg-1build2_s390x.deb ... 169s Unpacking python3-pyqt5.qtwebsockets (5.15.11+dfsg-1build2) ... 169s Selecting previously unselected package python3-pyqt5.qtxmlpatterns. 169s Preparing to unpack .../361-python3-pyqt5.qtxmlpatterns_5.15.11+dfsg-1build2_s390x.deb ... 169s Unpacking python3-pyqt5.qtxmlpatterns (5.15.11+dfsg-1build2) ... 169s Selecting previously unselected package python3-qtpy. 169s Preparing to unpack .../362-python3-qtpy_2.4.2-4_all.deb ... 169s Unpacking python3-qtpy (2.4.2-4) ... 169s Selecting previously unselected package python3-qtconsole. 169s Preparing to unpack .../363-python3-qtconsole_5.6.1-4_all.deb ... 169s Unpacking python3-qtconsole (5.6.1-4) ... 169s Selecting previously unselected package python3-serverfiles. 169s Preparing to unpack .../364-python3-serverfiles_0.3.0-3_all.deb ... 169s Unpacking python3-serverfiles (0.3.0-3) ... 169s Selecting previously unselected package python3-xgboost. 169s Preparing to unpack .../365-python3-xgboost_2.1.4-1_s390x.deb ... 169s Unpacking python3-xgboost (2.1.4-1) ... 169s Selecting previously unselected package python3-xlrd. 169s Preparing to unpack .../366-python3-xlrd_2.0.1-2_all.deb ... 169s Unpacking python3-xlrd (2.0.1-2) ... 169s Selecting previously unselected package python3-xlsxwriter. 169s Preparing to unpack .../367-python3-xlsxwriter_3.1.9-2_all.deb ... 169s Unpacking python3-xlsxwriter (3.1.9-2) ... 169s Selecting previously unselected package python3-orange3. 169s Preparing to unpack .../368-python3-orange3_3.38.1-2_s390x.deb ... 169s Unpacking python3-orange3 (3.38.1-2) ... 169s Selecting previously unselected package python3-renishawwire. 169s Preparing to unpack .../369-python3-renishawwire_0.1.16-3_all.deb ... 169s Unpacking python3-renishawwire (0.1.16-3) ... 169s Selecting previously unselected package python3-uncertainties. 169s Preparing to unpack .../370-python3-uncertainties_3.2.2-1_all.deb ... 169s Unpacking python3-uncertainties (3.2.2-1) ... 169s Selecting previously unselected package python3-lmfit. 169s Preparing to unpack .../371-python3-lmfit_1.3.2-2_all.deb ... 169s Unpacking python3-lmfit (1.3.2-2) ... 169s Selecting previously unselected package python3-pebble. 169s Preparing to unpack .../372-python3-pebble_5.1.0-1_all.deb ... 169s Unpacking python3-pebble (5.1.0-1) ... 169s Selecting previously unselected package python3-spectral. 169s Preparing to unpack .../373-python3-spectral_0.22.4-1_all.deb ... 169s Unpacking python3-spectral (0.22.4-1) ... 169s Selecting previously unselected package python3-orange-spectroscopy. 169s Preparing to unpack .../374-python3-orange-spectroscopy_0.8.1-1_all.deb ... 169s Unpacking python3-orange-spectroscopy (0.8.1-1) ... 169s Selecting previously unselected package python3-pluggy. 169s Preparing to unpack .../375-python3-pluggy_1.5.0-1_all.deb ... 169s Unpacking python3-pluggy (1.5.0-1) ... 169s Selecting previously unselected package python3-pytest. 169s Preparing to unpack .../376-python3-pytest_8.3.4-1_all.deb ... 169s Unpacking python3-pytest (8.3.4-1) ... 169s Selecting previously unselected package python3-pytest-subtests. 169s Preparing to unpack .../377-python3-pytest-subtests_0.13.1-1_all.deb ... 169s Unpacking python3-pytest-subtests (0.13.1-1) ... 169s Selecting previously unselected package x11-xkb-utils. 169s Preparing to unpack .../378-x11-xkb-utils_7.7+9_s390x.deb ... 169s Unpacking x11-xkb-utils (7.7+9) ... 169s Selecting previously unselected package xserver-common. 169s Preparing to unpack .../379-xserver-common_2%3a21.1.14-2ubuntu1_all.deb ... 169s Unpacking xserver-common (2:21.1.14-2ubuntu1) ... 169s Selecting previously unselected package xvfb. 169s Preparing to unpack .../380-xvfb_2%3a21.1.14-2ubuntu1_s390x.deb ... 169s Unpacking xvfb (2:21.1.14-2ubuntu1) ... 169s Selecting previously unselected package python3-pyvirtualdisplay. 169s Preparing to unpack .../381-python3-pyvirtualdisplay_3.0-1_all.deb ... 169s Unpacking python3-pyvirtualdisplay (3.0-1) ... 169s Selecting previously unselected package python3-pytest-xvfb. 169s Preparing to unpack .../382-python3-pytest-xvfb_3.0.0-2_all.deb ... 169s Unpacking python3-pytest-xvfb (3.0.0-2) ... 169s Selecting previously unselected package sphinx-common. 169s Preparing to unpack .../383-sphinx-common_8.1.3-4_all.deb ... 169s Unpacking sphinx-common (8.1.3-4) ... 169s Selecting previously unselected package python3-alabaster. 169s Preparing to unpack .../384-python3-alabaster_0.7.16-0.1_all.deb ... 169s Unpacking python3-alabaster (0.7.16-0.1) ... 169s Selecting previously unselected package python3-snowballstemmer. 169s Preparing to unpack .../385-python3-snowballstemmer_2.2.0-4build1_all.deb ... 169s Unpacking python3-snowballstemmer (2.2.0-4build1) ... 169s Selecting previously unselected package python3-sphinx. 169s Preparing to unpack .../386-python3-sphinx_8.1.3-4_all.deb ... 169s Unpacking python3-sphinx (8.1.3-4) ... 169s Selecting previously unselected package python3-recommonmark. 169s Preparing to unpack .../387-python3-recommonmark_0.7.1+ds-8_all.deb ... 169s Unpacking python3-recommonmark (0.7.1+ds-8) ... 169s Setting up dh-python (6.20250108) ... 169s Setting up libgraphite2-3:s390x (1.3.14-2ubuntu1) ... 169s Setting up libxcb-dri3-0:s390x (1.17.0-2) ... 169s Setting up liblcms2-2:s390x (2.16-2) ... 169s Setting up python3-iniconfig (1.1.1-2) ... 170s Setting up python3-sniffio (1.3.1-1) ... 170s Setting up libpixman-1-0:s390x (0.44.0-3) ... 170s Setting up python3-tornado (6.4.2-1) ... 170s Setting up libnorm1t64:s390x (1.5.9+dfsg-3.1build1) ... 170s Setting up libsharpyuv0:s390x (1.5.0-0.1) ... 170s Setting up libwayland-server0:s390x (1.23.1-1) ... 170s Setting up libx11-xcb1:s390x (2:1.8.10-2) ... 170s Setting up python3-pure-eval (0.2.3-1) ... 170s Setting up libdouble-conversion3:s390x (3.3.0-1build1) ... 170s Setting up libsodium23:s390x (1.0.18-1build3) ... 170s Setting up python3-jaraco.classes (3.4.0-1) ... 171s Setting up python3-serverfiles (0.3.0-3) ... 171s Setting up libxcb-xfixes0:s390x (1.17.0-2) ... 171s Setting up libogg0:s390x (1.3.5-3build1) ... 171s Setting up python3-importlib-metadata (8.6.1-1) ... 171s Setting up libxpm4:s390x (1:3.5.17-1build2) ... 171s Setting up libxcb-xinput0:s390x (1.17.0-2) ... 171s Setting up libwoff1:s390x (1.0.2-2build1) ... 171s Setting up libxrender1:s390x (1:0.9.10-1.1build1) ... 171s Setting up libhyphen0:s390x (2.8.8-7build3) ... 171s Setting up libdebuginfod-common (0.192-4) ... 171s Setting up python3-anyio (4.7.0-1) ... 171s Setting up python3-joblib (1.4.2-2) ... 171s Setting up python3-parso (0.8.4-1) ... 172s Setting up python3-asteval (1.0.6-2) ... 172s Setting up python3-lz4 (4.4.0+dfsg-1) ... 172s Setting up libxcb-render0:s390x (1.17.0-2) ... 172s Setting up python3-defusedxml (0.7.1-3) ... 172s Setting up libarchive-zip-perl (1.68-1) ... 172s Setting up python3-asttokens (3.0.0-1) ... 172s Setting up libdrm-radeon1:s390x (2.4.123-1) ... 172s Setting up libglvnd0:s390x (1.7.0-1build1) ... 172s Setting up python3-alabaster (0.7.16-0.1) ... 172s Setting up python3-unicodedata2 (15.1.0+ds-1build2) ... 172s Setting up fonts-lyx (2.4.3-1) ... 172s Setting up python3-pycryptodome (3.20.0+dfsg-3build1) ... 174s Setting up libts0t64:s390x (1.22-1.1build1) ... 174s Setting up libxcb-glx0:s390x (1.17.0-2) ... 174s Setting up libdebhelper-perl (13.24.1ubuntu2) ... 174s Setting up python3-threadpoolctl (3.1.0-1) ... 174s Setting up libxcb-keysyms1:s390x (0.4.1-1) ... 174s Setting up libxcb-shape0:s390x (1.17.0-2) ... 174s Setting up libpython3.12-minimal:s390x (3.12.9-1) ... 174s Setting up x11-common (1:7.7+23ubuntu3) ... 174s Setting up libdeflate0:s390x (1.23-1) ... 174s Setting up m4 (1.4.19-5) ... 174s Setting up libqhull-r8.0:s390x (2020.2-6build1) ... 174s Setting up libxcb-render-util0:s390x (0.3.10-1) ... 174s Setting up python3-pytz (2025.1-3) ... 174s Setting up libxcb-shm0:s390x (1.17.0-2) ... 174s Setting up libxcb-icccm4:s390x (0.4.2-1) ... 174s Setting up python3-colorcet (3.1.0-3) ... 174s Setting up libmpg123-0t64:s390x (1.32.10-1) ... 174s Setting up libgomp1:s390x (15-20250213-1ubuntu1) ... 174s Setting up python3-click (8.1.8-1) ... 175s Setting up python3-pebble (5.1.0-1) ... 175s Setting up python3-networkx (3.2.1-4ubuntu1) ... 177s Setting up python3-wheel (0.45.1-1) ... 177s Setting up libjbig0:s390x (2.1-6.1ubuntu2) ... 177s Setting up libpcre2-16-0:s390x (10.42-4ubuntu3) ... 177s Setting up libaec0:s390x (1.1.3-1) ... 177s Setting up python3-platformdirs (4.3.6-1) ... 177s Setting up python3-psutil (5.9.8-2build3) ... 178s Setting up libsource-highlight-common (3.1.9-4.3build1) ... 178s Setting up libopengl0:s390x (1.7.0-1build1) ... 178s Setting up python3-tz (2025.1-3) ... 178s Setting up libxcb-util1:s390x (0.4.1-1) ... 178s Setting up libxxf86vm1:s390x (1:1.1.4-1build4) ... 178s Setting up liborc-0.4-0t64:s390x (1:0.4.40-1) ... 178s Setting up libxcb-xkb1:s390x (1.17.0-2) ... 178s Setting up libxcb-image0:s390x (0.4.0-2build1) ... 178s Setting up python3-fs (2.4.16-6) ... 178s Setting up libxcb-present0:s390x (1.17.0-2) ... 178s Setting up unicode-data (15.1.0-1) ... 178s Setting up python3-six (1.17.0-1) ... 178s Setting up python3-dictdiffer (0.9.0-3) ... 178s Setting up python3-roman (5.0-1) ... 178s Setting up libpgm-5.3-0t64:s390x (5.3.128~dfsg-2.1build1) ... 178s Setting up libqt5core5t64:s390x (5.15.15+dfsg-4ubuntu1) ... 178s Setting up python3-decorator (5.1.1-5) ... 179s Setting up libqt5texttospeech5:s390x (5.15.15-2) ... 179s Setting up libfontenc1:s390x (1:1.1.8-1build1) ... 179s Setting up autotools-dev (20220109.1) ... 179s Setting up libblas3:s390x (3.12.1-2) ... 179s 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 179s Setting up python3-packaging (24.2-1) ... 179s Setting up libxcb-xinerama0:s390x (1.17.0-2) ... 179s Setting up python3-xlsxwriter (3.1.9-2) ... 179s Setting up python3-cattr (23.2.3-1ubuntu1) ... 179s Setting up python3-wcwidth (0.2.13+dfsg1-1) ... 180s Setting up python3-pyproject-hooks (1.2.0-1) ... 180s Setting up libfreetype6:s390x (2.13.3+dfsg-1) ... 180s Setting up python3-typeshed (0.0~git20241223.ea91db2-1) ... 180s Setting up libxcb-sync1:s390x (1.17.0-2) ... 180s Setting up python3-executing (2.2.0-0.1) ... 180s Setting up python3-snowballstemmer (2.2.0-4build1) ... 180s Setting up python3-nest-asyncio (1.5.4-1) ... 180s Setting up python3-dill (0.3.9-1) ... 181s Setting up libxcb-cursor0:s390x (0.1.5-1) ... 181s Setting up python3-brotli (1.1.0-2build3) ... 181s Setting up libavahi-common-data:s390x (0.8-14ubuntu1) ... 181s Setting up liblzf1:s390x (3.6-4) ... 181s Setting up libopus0:s390x (1.5.2-2) ... 181s Setting up python3-cycler (0.12.1-1) ... 181s Setting up libimagequant0:s390x (2.18.0-1build1) ... 181s Setting up libxkbcommon-x11-0:s390x (1.7.0-2) ... 181s Setting up fonts-dejavu-mono (2.37-8) ... 181s Setting up python3-kiwisolver (1.4.7-3) ... 181s Setting up libmpc3:s390x (1.3.1-1build2) ... 181s Setting up libvorbis0a:s390x (1.3.7-2) ... 181s Setting up libxrandr2:s390x (2:1.5.4-1) ... 181s Setting up python3-h11 (0.14.0-1) ... 181s Setting up libtcl8.6:s390x (8.6.16+dfsg-1) ... 181s Setting up autopoint (0.23.1-1) ... 181s Setting up fonts-dejavu-core (2.37-8) ... 181s Setting up python3-pip (25.0+dfsg-1) ... 183s Setting up libjpeg-turbo8:s390x (2.1.5-3ubuntu2) ... 183s Setting up libfftw3-double3:s390x (3.3.10-2fakesync1build1) ... 183s Setting up libbabeltrace1:s390x (1.5.11-4build1) ... 183s Setting up libglapi-mesa:s390x (24.3.4-3ubuntu1) ... 183s Setting up python3-toml (0.10.2-1) ... 183s Setting up python3-jeepney (0.8.0-4) ... 183s Setting up python3-installer (0.7.0+dfsg1-3) ... 183s Setting up libgfortran5:s390x (15-20250213-1ubuntu1) ... 183s Setting up libvulkan1:s390x (1.4.304.0-1) ... 183s Setting up autoconf (2.72-3) ... 183s Setting up python3-pluggy (1.5.0-1) ... 183s Setting up libwebp7:s390x (1.5.0-0.1) ... 183s Setting up libubsan1:s390x (15-20250213-1ubuntu1) ... 183s Setting up python3-pyqt5.sip (12.17.0-1) ... 183s Setting up dwz (0.15-1build6) ... 183s Setting up libmtdev1t64:s390x (1.1.7-1) ... 183s Setting up libduktape207:s390x (2.7.0+tests-0ubuntu3) ... 183s Setting up libasyncns0:s390x (0.8-6build4) ... 183s Setting up libxshmfence1:s390x (1.3-1build5) ... 183s Setting up libxcb-randr0:s390x (1.17.0-2) ... 183s Setting up python3-traitlets (5.14.3+really5.14.3-1) ... 184s Setting up libasan8:s390x (15-20250213-1ubuntu1) ... 184s Setting up python3-anyqt (0.2.0-4) ... 184s Setting up libjson-perl (4.10000-1) ... 184s Setting up libnsl2:s390x (1.3.0-3build3) ... 184s Setting up libxslt1.1:s390x (1.1.39-0exp1ubuntu2) ... 184s Setting up python3-et-xmlfile (2.0.0-1) ... 184s Setting up libqt5sql5t64:s390x (5.15.15+dfsg-4ubuntu1) ... 184s Setting up debugedit (1:5.1-2) ... 184s Setting up libmd4c0:s390x (0.5.2-2) ... 184s Setting up python3-xlrd (2.0.1-2) ... 184s Setting up libopenjp2-7:s390x (2.5.0-2ubuntu3) ... 184s Setting up libharfbuzz0b:s390x (10.2.0-1) ... 184s Setting up python3-dateutil (2.9.0-3) ... 185s Setting up sgml-base (1.31) ... 185s Setting up libflac12t64:s390x (1.4.3+ds-4) ... 185s Setting up libxss1:s390x (1:1.2.3-1build3) ... 185s Setting up libxkbfile1:s390x (1:1.1.0-1build4) ... 185s Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ... 185s Setting up python3-mpmath (1.3.0-1) ... 185s Setting up libisl23:s390x (0.27-1) ... 185s Setting up python3-pyqt6.sip (13.10.0-1) ... 185s Setting up python3-build (1.2.2-1) ... 186s Setting up python-matplotlib-data (3.8.3-3ubuntu2) ... 186s Setting up libwebpmux3:s390x (1.5.0-0.1) ... 186s Setting up python3-appdirs (1.4.4-4) ... 186s Setting up libxfont2:s390x (1:2.0.6-1build1) ... 186s Setting up python3-stack-data (0.6.3-1) ... 186s Setting up libcc1-0:s390x (15-20250213-1ubuntu1) ... 186s Setting up python3-jupyter-core (5.7.2-5) ... 186s Setting up qtchooser (66-2build2) ... 186s Setting up libgstreamer1.0-0:s390x (1.25.50-1) ... 186s Setcap worked! gst-ptp-helper is not suid! 186s Setting up libmp3lame0:s390x (3.100-6build1) ... 186s Setting up libsz2:s390x (1.1.3-1) ... 186s Setting up libitm1:s390x (15-20250213-1ubuntu1) ... 186s Setting up libvorbisenc2:s390x (1.3.7-2) ... 186s Setting up libjs-underscore (1.13.4~dfsg+~1.11.4-3) ... 186s Setting up python3-imagesize (1.4.1-1) ... 186s Setting up python3-ptyprocess (0.7.0-6) ... 186s Setting up libwacom-common (2.14.0-1) ... 186s Setting up python3-commonmark (0.9.1-8) ... 186s Setting up libwayland-client0:s390x (1.23.1-1) ... 186s Setting up libjpeg8:s390x (8c-2ubuntu11) ... 186s Setting up automake (1:1.17-3) ... 186s update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode 186s Setting up python3-prompt-toolkit (3.0.50-1) ... 187s Setting up libb2-1:s390x (0.98.1-1.1build1) ... 187s Setting up libfile-stripnondeterminism-perl (1.14.1-2) ... 187s Setting up python3-httpcore (1.0.7-1) ... 187s Setting up python3-sympy (1.13.3-1) ... 198s Setting up python3.12-minimal (3.12.9-1) ... 199s Setting up libdebuginfod1t64:s390x (0.192-4) ... 199s Setting up libice6:s390x (2:1.1.1-1) ... 199s Setting up libqt6core6t64:s390x (6.8.2+dfsg-0ubuntu2) ... 199s Setting up mesa-libgallium:s390x (24.3.4-3ubuntu1) ... 199s Setting up liblapack3:s390x (3.12.1-2) ... 199s 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 199s Setting up libproxy1v5:s390x (0.5.9-1) ... 199s Setting up libqt5dbus5t64:s390x (5.15.15+dfsg-4ubuntu1) ... 199s Setting up gettext (0.23.1-1) ... 199s Setting up libqt6test6:s390x (6.8.2+dfsg-0ubuntu2) ... 199s Setting up libzmq5:s390x (4.3.5-1build2) ... 199s Setting up libpython3.12-stdlib:s390x (3.12.9-1) ... 199s Setting up python3-jedi (0.19.1+ds1-1) ... 199s Setting up libgbm1:s390x (24.3.4-3ubuntu1) ... 199s Setting up libdmlc0t64:s390x (0.5+git20240614.1334185-1) ... 199s Setting up python3-url-normalize (1.4.3-3.1) ... 200s Setting up libwacom9:s390x (2.14.0-1) ... 200s Setting up pybuild-plugin-pyproject (6.20250108) ... 200s Setting up fontconfig-config (2.15.0-2ubuntu1) ... 200s Setting up python3-pytest (8.3.4-1) ... 200s Setting up libwebpdemux2:s390x (1.5.0-0.1) ... 200s Setting up python3.12 (3.12.9-1) ... 201s Setting up libqt5positioning5:s390x (5.15.15+dfsg-3) ... 201s Setting up libgl1-mesa-dri:s390x (24.3.4-3ubuntu1) ... 201s Setting up libqt5network5t64:s390x (5.15.15+dfsg-4ubuntu1) ... 201s Setting up libavahi-common3:s390x (0.8-14ubuntu1) ... 201s Setting up libqt5xml5t64:s390x (5.15.15+dfsg-4ubuntu1) ... 201s Setting up python3-all (3.13.1-1~exp2) ... 201s Setting up python3-coverage (7.4.4+dfsg1-0ubuntu3) ... 201s Setting up libgstreamer-plugins-base1.0-0:s390x (1.25.50-1) ... 201s Setting up libsource-highlight4t64:s390x (3.1.9-4.3build1) ... 201s Setting up libqt5serialport5:s390x (5.15.15-2) ... 201s Setting up libqt5test5t64:s390x (5.15.15+dfsg-4ubuntu1) ... 201s Setting up libinput-bin (1.27.1-1) ... 202s Setting up intltool-debian (0.35.0+20060710.6) ... 202s Setting up python3-matplotlib-inline (0.1.6-2) ... 202s Setting up python3-comm (0.2.1-1) ... 202s Setting up qtbase5-dev-tools (5.15.15+dfsg-4ubuntu1) ... 202s Setting up libqt5websockets5:s390x (5.15.15-2) ... 202s Setting up libegl-mesa0:s390x (24.3.4-3ubuntu1) ... 202s Setting up gdb (16.2-1ubuntu1) ... 202s Setting up libjs-jquery-ui (1.13.2+dfsg-1) ... 202s Setting up python3-httpx (0.27.2-1) ... 202s Setting up python3-secretstorage (3.3.3-3) ... 202s Setting up libqt6xml6:s390x (6.8.2+dfsg-0ubuntu2) ... 202s Setting up libqt6sql6:s390x (6.8.2+dfsg-0ubuntu2) ... 202s Setting up libqt5qml5:s390x (5.15.15+dfsg-3) ... 202s Setting up python3-pexpect (4.9-3) ... 202s Setting up python3-zmq (26.2.1-1) ... 202s Setting up libraqm0:s390x (0.10.2-1) ... 202s Setting up libqt5webchannel5:s390x (5.15.15-2) ... 202s Setting up python3-numpy (1:1.26.4+ds-13) ... 206s Setting up libjs-sphinxdoc (8.1.3-4) ... 206s Setting up cpp-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 206s Setting up cpp-14 (14.2.0-17ubuntu1) ... 206s Setting up dh-strip-nondeterminism (1.14.1-2) ... 206s Setting up libhdf5-310:s390x (1.14.5+repack-3) ... 206s Setting up python3-lxml:s390x (5.3.1-1) ... 206s Setting up libtiff6:s390x (4.5.1+git230720-4ubuntu4) ... 206s Setting up xml-core (0.19) ... 206s Setting up libxgboost0 (2.1.4-1) ... 206s Setting up libegl1:s390x (1.7.0-1build1) ... 206s Setting up python3-keyring (25.6.0-1) ... 206s Setting up python3-jupyter-client (8.6.3-2) ... 206s Setting up python3-contourpy (1.3.1-1) ... 207s Setting up python3-agilent-format (0.4.6-1) ... 207s Setting up libfontconfig1:s390x (2.15.0-2ubuntu1) ... 207s Setting up libsndfile1:s390x (1.2.2-2) ... 207s Setting up libgcc-14-dev:s390x (14.2.0-17ubuntu1) ... 207s Setting up libqt5sensors5:s390x (5.15.15-2) ... 207s Setting up libstdc++-14-dev:s390x (14.2.0-17ubuntu1) ... 207s Setting up libsm6:s390x (2:1.2.4-1) ... 207s Setting up libavahi-client3:s390x (0.8-14ubuntu1) ... 207s Setting up libqt6dbus6:s390x (6.8.2+dfsg-0ubuntu2) ... 207s Setting up liblbfgsb0:s390x (3.0+dfsg.4-1build1) ... 207s Setting up python3-uncertainties (3.2.2-1) ... 207s Setting up libinput10:s390x (1.27.1-1) ... 207s Setting up python-orange-spectroscopy-doc (0.8.1-1) ... 207s Setting up libhdf5-hl-310:s390x (1.14.5+repack-3) ... 207s Setting up fontconfig (2.15.0-2ubuntu1) ... 209s Regenerating fonts cache... done. 209s Setting up python3-requests-cache (0.9.8-1ubuntu1) ... 209s Setting up python3-pytest-subtests (0.13.1-1) ... 209s Setting up libxft2:s390x (2.3.6-1build1) ... 209s Setting up libqt5qmlmodels5:s390x (5.15.15+dfsg-3) ... 209s Setting up libglx-mesa0:s390x (24.3.4-3ubuntu1) ... 209s Setting up python3-scipy (1.14.1-4ubuntu1) ... 215s Setting up qt6-base-dev-tools (6.8.2+dfsg-0ubuntu2) ... 215s Setting up libglx0:s390x (1.7.0-1build1) ... 215s Setting up python3-renishawwire (0.1.16-3) ... 215s Setting up cpp-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 215s Setting up libpulse0:s390x (1:17.0+dfsg1-2ubuntu1) ... 215s Setting up libqt5xmlpatterns5:s390x (5.15.15-2) ... 215s Setting up libqt5remoteobjects5:s390x (5.15.15-2) ... 215s Setting up po-debconf (1.0.21+nmu1) ... 215s Setting up libtk8.6:s390x (8.6.16-1) ... 215s Setting up python3-pandas-lib:s390x (2.2.3+dfsg-8) ... 215s Setting up python3.12-tk (3.12.9-1) ... 215s Setting up python3-sklearn-lib:s390x (1.4.2+dfsg-7build1) ... 215s Setting up python3-h5py-serial (3.12.1-1) ... 216s Setting up python3-spectral (0.22.4-1) ... 216s Setting up python3-debugpy (1.8.8+ds-2ubuntu1) ... 217s Setting up python3.13-tk (3.13.2-1) ... 217s Setting up python3-pil:s390x (11.1.0-5) ... 218s Setting up python3-xgboost (2.1.4-1) ... 218s Setting up gcc-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 218s Setting up libgl1:s390x (1.7.0-1build1) ... 218s Setting up libqt6gui6:s390x (6.8.2+dfsg-0ubuntu2) ... 218s Setting up python3-pandas (2.2.3+dfsg-8) ... 226s Setting up gcc-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 226s Setting up python3-openpyxl (3.1.5+dfsg-1) ... 227s Setting up python3-ipython (8.30.0-2) ... 228s Setting up sphinx-common (8.1.3-4) ... 228s Setting up libxt6t64:s390x (1:1.2.1-1.2build1) ... 228s Setting up python3-ipykernel (6.29.5-2) ... 228s Setting up python3-h5py (3.12.1-1) ... 228s Setting up g++-14-s390x-linux-gnu (14.2.0-17ubuntu1) ... 228s Setting up python3-bottleneck (1.4.2+ds1-2) ... 228s Setting up python3-sklearn (1.4.2+dfsg-7build1) ... 232s Setting up python3-lmfit (1.3.2-2) ... 232s Setting up libqt6network6:s390x (6.8.2+dfsg-0ubuntu2) ... 232s Setting up cpp (4:14.2.0-1ubuntu1) ... 232s Setting up python3-keyrings.alt (5.0.2-1) ... 232s Setting up libcups2t64:s390x (2.4.11-0ubuntu2) ... 232s Setting up tk8.6-blt2.5 (2.5.3+dfsg-7build1) ... 232s Setting up libxmu6:s390x (2:1.1.3-3build2) ... 232s Setting up blt (2.5.3+dfsg-7build1) ... 232s Setting up libqt6opengl6:s390x (6.8.2+dfsg-0ubuntu2) ... 232s Setting up python3-tk:s390x (3.13.1-1) ... 232s Setting up g++-s390x-linux-gnu (4:14.2.0-1ubuntu1) ... 232s Setting up libxaw7:s390x (2:1.0.16-1) ... 232s Setting up gcc-14 (14.2.0-17ubuntu1) ... 232s Setting up libqt6widgets6:s390x (6.8.2+dfsg-0ubuntu2) ... 232s Setting up python3-opentsne (1.0.2-1ubuntu3) ... 232s Setting up libqt5gui5t64:s390x (5.15.15+dfsg-4ubuntu1) ... 232s Setting up python3-pil.imagetk:s390x (11.1.0-5) ... 232s Setting up g++-14 (14.2.0-17ubuntu1) ... 232s Setting up libqt5quick5:s390x (5.15.15+dfsg-3) ... 232s Setting up libqt6openglwidgets6:s390x (6.8.2+dfsg-0ubuntu2) ... 232s Setting up libqt5positioningquick5:s390x (5.15.15+dfsg-3) ... 232s Setting up libqt6printsupport6:s390x (6.8.2+dfsg-0ubuntu2) ... 232s Setting up libqt5location5:s390x (5.15.15+dfsg-3) ... 232s Setting up python3-pyqt6 (6.8.1-1) ... 232s Setting up libtool (2.5.4-3build1) ... 232s Setting up libqt5widgets5t64:s390x (5.15.15+dfsg-4ubuntu1) ... 232s Setting up pyqt6-dev-tools (6.8.1-1) ... 233s Setting up x11-xkb-utils (7.7+9) ... 233s Setting up libqt5svg5:s390x (5.15.15-2) ... 233s Setting up libqt5help5:s390x (5.15.15-6) ... 233s Setting up libqt5charts5:s390x (5.15.15-2) ... 233s Setting up gcc (4:14.2.0-1ubuntu1) ... 233s Setting up libqt5multimedia5:s390x (5.15.15-2) ... 233s Setting up libqt5quickwidgets5:s390x (5.15.15+dfsg-3) ... 233s Setting up dh-autoreconf (20) ... 233s Setting up libqt5multimediawidgets5:s390x (5.15.15-2) ... 233s Setting up g++ (4:14.2.0-1ubuntu1) ... 233s update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 233s Setting up build-essential (12.10ubuntu1) ... 233s Setting up libqt5opengl5t64:s390x (5.15.15+dfsg-4ubuntu1) ... 233s Setting up xserver-common (2:21.1.14-2ubuntu1) ... 233s Setting up python3-qasync (0.27.1-4) ... 233s Setting up libqt5printsupport5t64:s390x (5.15.15+dfsg-4ubuntu1) ... 233s Setting up libqt5designer5:s390x (5.15.15-6) ... 233s Setting up xvfb (2:21.1.14-2ubuntu1) ... 233s Setting up debhelper (13.24.1ubuntu2) ... 233s Setting up libqt5webkit5:s390x (5.212.0~alpha4-42) ... 233s Setting up python3-pyqt5 (5.15.11+dfsg-1build2) ... 233s Setting up python3-pyqt5.qtpositioning (5.15.11+dfsg-1build2) ... 233s Setting up python3-pyqt5.qtsvg (5.15.11+dfsg-1build2) ... 233s Setting up python3-pyqt5.qttexttospeech (5.15.11+dfsg-1build2) ... 233s Setting up python3-pyqt5.qtsql (5.15.11+dfsg-1build2) ... 233s Setting up python3-pyqt5.qtopengl (5.15.11+dfsg-1build2) ... 233s Setting up python3-pyvirtualdisplay (3.0-1) ... 233s Setting up python3-pyqt5.qtmultimedia (5.15.11+dfsg-1build2) ... 233s Setting up python3-pyqt5.qtchart (5.15.7+dfsg-1) ... 233s Setting up pybuild-plugin-autopkgtest (6.20250108) ... 233s Setting up python3-pyqt5.qtxmlpatterns (5.15.11+dfsg-1build2) ... 233s Setting up python3-pyqt5.qtsensors (5.15.11+dfsg-1build2) ... 233s Setting up pyqt5-dev-tools (5.15.11+dfsg-1build2) ... 233s Setting up python3-pyqt5.qtwebsockets (5.15.11+dfsg-1build2) ... 233s Setting up python3-pyqt5.qtserialport (5.15.11+dfsg-1build2) ... 233s Setting up python3-pyqt5.qtremoteobjects (5.15.11+dfsg-1build2) ... 233s Setting up python3-pyqt5.qtwebchannel (5.15.11+dfsg-1build2) ... 233s Setting up python3-pyqt5.qtwebkit (5.15.11+dfsg-1build2) ... 233s Setting up python3-pyqt5.qtquick (5.15.11+dfsg-1build2) ... 233s Setting up python3-pytest-xvfb (3.0.0-2) ... 233s Setting up python3-pyqtgraph (0.13.7-5) ... 234s Setting up python3-qtpy (2.4.2-4) ... 235s Setting up python3-qtconsole (5.6.1-4) ... 235s Setting up python3-fonttools (4.55.3-2) ... 237s Setting up python3-ufolib2 (0.17.0+dfsg1-1) ... 237s Setting up python3-matplotlib (3.8.3-3ubuntu2) ... 239s Setting up python3-extranormal3 (0.0.3-3) ... 239s Processing triggers for udev (257.2-3ubuntu1) ... 240s Processing triggers for install-info (7.1.1-1) ... 240s Processing triggers for libc-bin (2.40-4ubuntu1) ... 240s Processing triggers for systemd (257.2-3ubuntu1) ... 240s Processing triggers for man-db (2.13.0-1) ... 240s Processing triggers for sgml-base (1.31) ... 240s Setting up docutils-common (0.21.2+dfsg-2) ... 241s Processing triggers for sgml-base (1.31) ... 241s Setting up python3-docutils (0.21.2+dfsg-2) ... 241s Setting up python3-orange-canvas-core (0.2.5-1) ... 242s Setting up python3-orange-widget-base (4.24.0-2) ... 242s Setting up python3-sphinx (8.1.3-4) ... 244s Setting up python3-orange3 (3.38.1-2) ... 245s /usr/lib/python3/dist-packages/Orange/widgets/tests/test_widgets_outputs.py:12: SyntaxWarning: invalid escape sequence '\s' 245s re_send = re.compile('\\n\s+self.send\("([^"]*)"') 247s /usr/lib/python3/dist-packages/Orange/widgets/tests/test_widgets_outputs.py:12: SyntaxWarning: invalid escape sequence '\s' 247s re_send = re.compile('\\n\s+self.send\("([^"]*)"') 247s Setting up python3-orange-spectroscopy (0.8.1-1) ... 248s Setting up python3-recommonmark (0.7.1+ds-8) ... 248s autopkgtest: DBG: testbed command exited with code 0 248s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python3-orange-spectroscopy'], kind short, sout pipe, serr pipe, env [] 249s autopkgtest: DBG: testbed command exited with code 0 249s autopkgtest: DBG: testbed command ['dpkg-query', '--show', '-f', '${Status}', 'python-orange-spectroscopy-doc'], kind short, sout pipe, serr pipe, env [] 249s autopkgtest: DBG: testbed command exited with code 0 249s autopkgtest: DBG: testbed command ['sh', '-ec', "dpkg-query --show -f '${Package}\\t${Version}\\n' > /tmp/autopkgtest.wK5i8C/pybuild-autopkgtest-packages.all"], kind short, sout raw, serr pipe, env [] 249s autopkgtest: DBG: testbed command exited with code 0 249s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.wK5i8C/pybuild-autopkgtest-packages.all /tmp/autopkgtest-work.hp2a7015/out/pybuild-autopkgtest-packages.all 249s autopkgtest: DBG: got reply from testbed: ok 249s autopkgtest: DBG: testbed command ['test', '-e', '/tmp/autopkgtest.wK5i8C/build.yIx/src'], kind short, sout raw, serr raw, env [] 249s autopkgtest: DBG: testbed command exited with code 0 249s autopkgtest: DBG: copydown: tb path /tmp/autopkgtest.wK5i8C/build.yIx/src already exists 249s autopkgtest [04:41:53]: test pybuild-autopkgtest: pybuild-autopkgtest 249s autopkgtest [04:41:53]: test pybuild-autopkgtest: [----------------------- 249s autopkgtest: DBG: testbed command ['su', '-s', '/bin/bash', 'ubuntu', '-c', 'set -e; exec /tmp/autopkgtest.wK5i8C/wrapper.sh --debug --artifacts=/tmp/autopkgtest.wK5i8C/pybuild-autopkgtest-artifacts --chdir=/tmp/autopkgtest.wK5i8C/build.yIx/src --env=AUTOPKGTEST_TESTBED_ARCH=s390x --env=AUTOPKGTEST_TEST_ARCH=s390x --env=DEB_BUILD_OPTIONS=parallel=2 --env=DEBIAN_FRONTEND=noninteractive --env=LANG=C.UTF-8 --unset-env=LANGUAGE --unset-env=LC_ADDRESS --unset-env=LC_ALL --unset-env=LC_COLLATE --unset-env=LC_CTYPE --unset-env=LC_IDENTIFICATION --unset-env=LC_MEASUREMENT --unset-env=LC_MESSAGES --unset-env=LC_MONETARY --unset-env=LC_NAME --unset-env=LC_NUMERIC --unset-env=LC_PAPER --unset-env=LC_TELEPHONE --unset-env=LC_TIME --script-pid-file=/tmp/autopkgtest_script_pid --source-profile --stderr=/tmp/autopkgtest.wK5i8C/pybuild-autopkgtest-stderr --stdout=/tmp/autopkgtest.wK5i8C/pybuild-autopkgtest-stdout --tmp=/tmp/autopkgtest.wK5i8C/autopkgtest_tmp --env=ADT_TEST_TRIGGERS=orange-spectroscopy/0.8.1-1 -- bash -ec pybuild-autopkgtest'], kind test, sout raw, serr raw, env [] 249s /tmp/autopkgtest.wK5i8C/wrapper.sh: creating AUTOPKGTEST_ARTIFACTS: /tmp/autopkgtest.wK5i8C/pybuild-autopkgtest-artifacts 249s /tmp/autopkgtest.wK5i8C/wrapper.sh: changing to directory: /tmp/autopkgtest.wK5i8C/build.yIx/src 249s /tmp/autopkgtest.wK5i8C/wrapper.sh: setting environment: AUTOPKGTEST_TESTBED_ARCH=s390x 249s /tmp/autopkgtest.wK5i8C/wrapper.sh: setting environment: AUTOPKGTEST_TEST_ARCH=s390x 249s /tmp/autopkgtest.wK5i8C/wrapper.sh: setting environment: DEB_BUILD_OPTIONS=parallel=2 249s /tmp/autopkgtest.wK5i8C/wrapper.sh: setting environment: DEBIAN_FRONTEND=noninteractive 249s /tmp/autopkgtest.wK5i8C/wrapper.sh: setting environment: LANG=C.UTF-8 249s /tmp/autopkgtest.wK5i8C/wrapper.sh: unsetting environment: LANGUAGE 249s /tmp/autopkgtest.wK5i8C/wrapper.sh: unsetting environment: LC_ADDRESS 249s /tmp/autopkgtest.wK5i8C/wrapper.sh: unsetting environment: LC_ALL 249s /tmp/autopkgtest.wK5i8C/wrapper.sh: unsetting environment: LC_COLLATE 249s /tmp/autopkgtest.wK5i8C/wrapper.sh: unsetting environment: LC_CTYPE 249s /tmp/autopkgtest.wK5i8C/wrapper.sh: unsetting environment: LC_IDENTIFICATION 249s /tmp/autopkgtest.wK5i8C/wrapper.sh: unsetting environment: LC_MEASUREMENT 249s /tmp/autopkgtest.wK5i8C/wrapper.sh: unsetting environment: LC_MESSAGES 249s /tmp/autopkgtest.wK5i8C/wrapper.sh: unsetting environment: LC_MONETARY 249s /tmp/autopkgtest.wK5i8C/wrapper.sh: unsetting environment: LC_NAME 249s /tmp/autopkgtest.wK5i8C/wrapper.sh: unsetting environment: LC_NUMERIC 249s /tmp/autopkgtest.wK5i8C/wrapper.sh: unsetting environment: LC_PAPER 249s /tmp/autopkgtest.wK5i8C/wrapper.sh: unsetting environment: LC_TELEPHONE 249s /tmp/autopkgtest.wK5i8C/wrapper.sh: unsetting environment: LC_TIME 249s /tmp/autopkgtest.wK5i8C/wrapper.sh: will create pid file: /tmp/autopkgtest_script_pid 249s /tmp/autopkgtest.wK5i8C/wrapper.sh: pretending to be a login shell 249s /tmp/autopkgtest.wK5i8C/wrapper.sh: will write standard error to /tmp/autopkgtest.wK5i8C/pybuild-autopkgtest-stderr 249s /tmp/autopkgtest.wK5i8C/wrapper.sh: will write stdout to /tmp/autopkgtest.wK5i8C/pybuild-autopkgtest-stdout 249s /tmp/autopkgtest.wK5i8C/wrapper.sh: creating AUTOPKGTEST_TMP: /tmp/autopkgtest.wK5i8C/autopkgtest_tmp 249s /tmp/autopkgtest.wK5i8C/wrapper.sh: setting environment: ADT_TEST_TRIGGERS=orange-spectroscopy/0.8.1-1 249s /tmp/autopkgtest.wK5i8C/wrapper.sh: command to run: bash -ec pybuild-autopkgtest 249s /tmp/autopkgtest.wK5i8C/wrapper.sh: copying /tmp/tmp.TiEmNyvuzE/out to stdout and file: /tmp/autopkgtest.wK5i8C/pybuild-autopkgtest-stdout 249s /tmp/autopkgtest.wK5i8C/wrapper.sh: copying /tmp/tmp.TiEmNyvuzE/err to standard error and file: /tmp/autopkgtest.wK5i8C/pybuild-autopkgtest-stdout 249s /tmp/autopkgtest.wK5i8C/wrapper.sh: writing script pid 6583 to /tmp/autopkgtest_script_pid 250s pybuild-autopkgtest 250s I: pybuild base:311: cd /tmp/autopkgtest.wK5i8C/autopkgtest_tmp/build; python3.12 -m pytest --verbosity=2 -k "not Mixin" 250s ============================= test session starts ============================== 250s platform linux -- Python 3.12.9, pytest-8.3.4, pluggy-1.5.0 -- /usr/bin/python3.12 250s cachedir: .pytest_cache 250s rootdir: /tmp/autopkgtest.wK5i8C/autopkgtest_tmp/build 250s plugins: subtests-0.13.1, anyio-4.7.0, xvfb-3.0.0, typeguard-4.4.1 254s collecting ... collected 1045 items / 96 deselected / 949 selected 254s 254s tests/test_als.py::TestAls::test_airpls_basic PASSED [ 0%] 254s tests/test_als.py::TestAls::test_all_nans <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 0%] 254s tests/test_als.py::TestAls::test_als_Basic PASSED [ 0%] 254s tests/test_als.py::TestAls::test_arpls_basic PASSED [ 0%] 254s tests/test_als.py::TestAls::test_no_attributes <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 0%] 254s tests/test_als.py::TestAls::test_no_infs <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 0%] 254s tests/test_als.py::TestAls::test_no_samples <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 0%] 255s tests/test_als.py::TestAls::test_slightly_different_domain <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 0%] 255s tests/test_als.py::TestAls::test_unknown_no_propagate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 0%] 255s tests/test_als.py::TestAls::test_unordered_features <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 1%] 255s tests/test_als.py::TestAls::test_whole_and_train_separate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 1%] 255s tests/test_atm_corr.py::TestAtmCorr::test_all_nans <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 1%] 255s tests/test_atm_corr.py::TestAtmCorr::test_atm_corr PASSED [ 1%] 255s tests/test_atm_corr.py::TestAtmCorr::test_no_attributes <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 1%] 255s tests/test_atm_corr.py::TestAtmCorr::test_no_infs <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 1%] 255s tests/test_atm_corr.py::TestAtmCorr::test_no_samples <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 1%] 256s tests/test_atm_corr.py::TestAtmCorr::test_slightly_different_domain <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 1%] 256s tests/test_atm_corr.py::TestAtmCorr::test_unknown_no_propagate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 1%] 256s tests/test_atm_corr.py::TestAtmCorr::test_unordered_features <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 2%] 256s tests/test_atm_corr.py::TestAtmCorr::test_whole_and_train_separate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 2%] 256s tests/test_conversion.py::TestConversion::test_predict_different_domain PASSED [ 2%] 256s tests/test_conversion.py::TestConversion::test_predict_different_domain_interpolation PASSED [ 2%] 256s tests/test_conversion.py::TestConversion::test_predict_same_domain PASSED [ 2%] 257s tests/test_conversion.py::TestConversion::test_predict_savgol_another_interpolate PASSED [ 2%] 257s tests/test_conversion.py::TestConversion::test_predict_savgov_same_domain PASSED [ 2%] 257s tests/test_cut.py::TestCut::test_all_nans <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 2%] 257s tests/test_cut.py::TestCut::test_cut_both PASSED [ 2%] 257s tests/test_cut.py::TestCut::test_cut_both_inverse PASSED [ 2%] 257s tests/test_cut.py::TestCut::test_cut_single PASSED [ 3%] 257s tests/test_cut.py::TestCut::test_cut_single_inverse PASSED [ 3%] 257s tests/test_cut.py::TestCut::test_no_attributes <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 3%] 257s tests/test_cut.py::TestCut::test_no_infs <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 3%] 257s tests/test_cut.py::TestCut::test_no_samples <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 3%] 257s tests/test_cut.py::TestCut::test_slightly_different_domain <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 3%] 257s tests/test_cut.py::TestCut::test_unknown_no_propagate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 3%] 257s tests/test_cut.py::TestCut::test_unordered_features <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 3%] 257s tests/test_cut.py::TestCut::test_whole_and_train_separate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 3%] 257s tests/test_despike.py::TestSpikeRemoval::test_all_nans <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 4%] 257s tests/test_despike.py::TestSpikeRemoval::test_no_attributes <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 4%] 257s tests/test_despike.py::TestSpikeRemoval::test_no_infs <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 4%] 257s tests/test_despike.py::TestSpikeRemoval::test_no_samples <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 4%] 257s tests/test_despike.py::TestSpikeRemoval::test_nospike PASSED [ 4%] 257s tests/test_despike.py::TestSpikeRemoval::test_slightly_different_domain <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 4%] 257s tests/test_despike.py::TestSpikeRemoval::test_spikes PASSED [ 4%] 257s tests/test_despike.py::TestSpikeRemoval::test_unknown_no_propagate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 4%] 257s tests/test_despike.py::TestSpikeRemoval::test_unordered_features <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 4%] 257s tests/test_despike.py::TestSpikeRemoval::test_whole_and_train_separate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 4%] 257s tests/test_editor_als.py::PreprocessorEditorTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 5%] 257s tests/test_editor_als.py::PreprocessorEditorTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 5%] 257s tests/test_editor_als.py::PreprocessorEditorTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 5%] 257s tests/test_editor_als.py::TestALSEditor::test_airpls PASSED [ 5%] 257s tests/test_editor_als.py::TestALSEditor::test_arpls PASSED [ 5%] 257s tests/test_editor_als.py::TestALSEditor::test_disable_types PASSED [ 5%] 258s tests/test_editor_als.py::TestALSEditor::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 5%] 258s tests/test_editor_als.py::TestALSEditor::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 5%] 258s tests/test_editor_als.py::TestALSEditor::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 5%] 258s tests/test_editor_als.py::TestALSEditor::test_no_interaction PASSED [ 6%] 258s tests/test_editor_atm_corr.py::PreprocessorEditorTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 6%] 258s tests/test_editor_atm_corr.py::PreprocessorEditorTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 6%] 258s tests/test_editor_atm_corr.py::PreprocessorEditorTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 6%] 258s tests/test_editor_atm_corr.py::TestAtmCorrEditor::test_controls PASSED [ 6%] 259s tests/test_editor_atm_corr.py::TestAtmCorrEditor::test_controls_load PASSED [ 6%] 259s tests/test_editor_atm_corr.py::TestAtmCorrEditor::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 6%] 259s tests/test_editor_atm_corr.py::TestAtmCorrEditor::test_interaction PASSED [ 6%] 259s tests/test_editor_atm_corr.py::TestAtmCorrEditor::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 6%] 259s tests/test_editor_atm_corr.py::TestAtmCorrEditor::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 6%] 259s tests/test_editor_atm_corr.py::TestAtmCorrEditor::test_no_interaction PASSED [ 7%] 259s tests/test_editor_baseline.py::PreprocessorEditorTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 7%] 259s tests/test_editor_baseline.py::PreprocessorEditorTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 7%] 259s tests/test_editor_baseline.py::PreprocessorEditorTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 7%] 259s tests/test_editor_baseline.py::TestBaselineEditor::test_add_limit PASSED [ 7%] 259s tests/test_editor_baseline.py::TestBaselineEditor::test_disable_checkbox PASSED [ 7%] 260s tests/test_editor_baseline.py::TestBaselineEditor::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 7%] 260s tests/test_editor_baseline.py::TestBaselineEditor::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 7%] 260s tests/test_editor_baseline.py::TestBaselineEditor::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 7%] 260s tests/test_editor_baseline.py::TestBaselineEditor::test_no_interaction PASSED [ 8%] 260s tests/test_editor_baseline.py::TestBaselineEditor::test_remove_limit PASSED [ 8%] 260s tests/test_editor_cut.py::PreprocessorEditorTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 8%] 260s tests/test_editor_cut.py::PreprocessorEditorTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 8%] 260s tests/test_editor_cut.py::PreprocessorEditorTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 8%] 261s tests/test_editor_cut.py::TestCutEditor::test_basic PASSED [ 8%] 261s tests/test_editor_cut.py::TestCutEditor::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 8%] 261s tests/test_editor_cut.py::TestCutEditor::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 8%] 261s tests/test_editor_cut.py::TestCutEditor::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 8%] 261s tests/test_editor_cut.py::TestCutEditor::test_no_interaction PASSED [ 8%] 261s tests/test_editor_emsc.py::PreprocessorEditorTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 9%] 261s tests/test_editor_emsc.py::PreprocessorEditorTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 9%] 261s tests/test_editor_emsc.py::PreprocessorEditorTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 9%] 261s tests/test_editor_emsc.py::TestEMSCEditor::test_activate_options PASSED [ 9%] 261s tests/test_editor_emsc.py::TestEMSCEditor::test_add_range PASSED [ 9%] 261s tests/test_editor_emsc.py::TestEMSCEditor::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 9%] 261s tests/test_editor_emsc.py::TestEMSCEditor::test_migrate_smoothing PASSED [ 9%] 261s tests/test_editor_emsc.py::TestEMSCEditor::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 9%] 261s tests/test_editor_emsc.py::TestEMSCEditor::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 9%] 262s tests/test_editor_emsc.py::TestEMSCEditor::test_no_interaction PASSED [ 10%] 262s tests/test_editor_gaussian.py::PreprocessorEditorTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 10%] 262s tests/test_editor_gaussian.py::PreprocessorEditorTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 10%] 262s tests/test_editor_gaussian.py::PreprocessorEditorTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 10%] 262s tests/test_editor_gaussian.py::TestGaussianEditor::test_basic PASSED [ 10%] 262s tests/test_editor_gaussian.py::TestGaussianEditor::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 10%] 262s tests/test_editor_gaussian.py::TestGaussianEditor::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 10%] 262s tests/test_editor_gaussian.py::TestGaussianEditor::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 10%] 262s tests/test_editor_gaussian.py::TestGaussianEditor::test_no_interaction PASSED [ 10%] 262s tests/test_editor_gaussian.py::TestGaussianEditor::test_zero PASSED [ 10%] 262s tests/test_editor_me_emsc.py::PreprocessorEditorTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 11%] 262s tests/test_editor_me_emsc.py::PreprocessorEditorTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 11%] 262s tests/test_editor_me_emsc.py::PreprocessorEditorTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 11%] 262s tests/test_editor_me_emsc.py::TestMeEMSCEditor::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 11%] 263s tests/test_editor_me_emsc.py::TestMeEMSCEditor::test_iterations PASSED [ 11%] 263s tests/test_editor_me_emsc.py::TestMeEMSCEditor::test_migrate_smoothing PASSED [ 11%] 263s tests/test_editor_me_emsc.py::TestMeEMSCEditor::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 11%] 263s tests/test_editor_me_emsc.py::TestMeEMSCEditor::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 11%] 264s tests/test_editor_me_emsc.py::TestMeEMSCEditor::test_ncomp PASSED [ 11%] 264s tests/test_editor_me_emsc.py::TestMeEMSCEditor::test_no_interaction PASSED [ 12%] 264s tests/test_editor_me_emsc.py::TestMeEMSCEditor::test_refractive_index PASSED [ 12%] 265s tests/test_editor_me_emsc.py::TestMeEMSCEditor::test_spherical_radius PASSED [ 12%] 265s tests/test_editor_normalize.py::PreprocessorEditorTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 12%] 265s tests/test_editor_normalize.py::PreprocessorEditorTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 12%] 265s tests/test_editor_normalize.py::PreprocessorEditorTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 12%] 265s tests/test_editor_normalize.py::TestNormalizeEditor::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 12%] 265s tests/test_editor_normalize.py::TestNormalizeEditor::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 12%] 265s tests/test_editor_normalize.py::TestNormalizeEditor::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 12%] 265s tests/test_editor_normalize.py::TestNormalizeEditor::test_no_interaction PASSED [ 12%] 265s tests/test_editor_normalize.py::TestNormalizeEditor::test_normalize_by_reference PASSED [ 13%] 265s tests/test_editor_normalize.py::TestNormalizeEditor::test_normalize_by_reference_no_reference PASSED [ 13%] 266s tests/test_editor_normalize.py::TestNormalizeEditor::test_normalize_by_reference_wrong_reference PASSED [ 13%] 266s tests/test_editor_spikeremoval.py::PreprocessorEditorTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 13%] 266s tests/test_editor_spikeremoval.py::PreprocessorEditorTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 13%] 266s tests/test_editor_spikeremoval.py::PreprocessorEditorTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 13%] 266s tests/test_editor_spikeremoval.py::TestSpikeRemovalEditor::test_basic PASSED [ 13%] 266s tests/test_editor_spikeremoval.py::TestSpikeRemovalEditor::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 13%] 266s tests/test_editor_spikeremoval.py::TestSpikeRemovalEditor::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 13%] 266s tests/test_editor_spikeremoval.py::TestSpikeRemovalEditor::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 14%] 266s tests/test_editor_spikeremoval.py::TestSpikeRemovalEditor::test_no_interaction PASSED [ 14%] 266s tests/test_editor_spikeremoval.py::TestSpikeRemovalEditor::test_none PASSED [ 14%] 266s tests/test_emsc.py::TestEMSC::test_ab PASSED [ 14%] 266s tests/test_emsc.py::TestEMSC::test_abde PASSED [ 14%] 267s tests/test_emsc.py::TestEMSC::test_all_nans <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 14%] 267s tests/test_emsc.py::TestEMSC::test_badspectra PASSED [ 14%] 267s tests/test_emsc.py::TestEMSC::test_interpolate_wavenumbers PASSED [ 14%] 267s tests/test_emsc.py::TestEMSC::test_multiple_badspectra PASSED [ 14%] 267s tests/test_emsc.py::TestEMSC::test_no_attributes <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 14%] 267s tests/test_emsc.py::TestEMSC::test_no_infs <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 15%] 267s tests/test_emsc.py::TestEMSC::test_no_reference PASSED [ 15%] 267s tests/test_emsc.py::TestEMSC::test_no_samples <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 15%] 267s tests/test_emsc.py::TestEMSC::test_order_wavenumbers PASSED [ 15%] 267s tests/test_emsc.py::TestEMSC::test_select_all PASSED [ 15%] 269s tests/test_emsc.py::TestEMSC::test_slightly_different_domain <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 15%] 269s tests/test_emsc.py::TestEMSC::test_unknown_no_propagate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 15%] 270s tests/test_emsc.py::TestEMSC::test_unordered_features <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 15%] 270s tests/test_emsc.py::TestEMSC::test_whole_and_train_separate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 15%] 270s tests/test_emsc.py::TestSelectionFuctions::test_no_smoothing PASSED [ 16%] 270s tests/test_emsc.py::TestSelectionFuctions::test_overlap PASSED [ 16%] 270s tests/test_emsc.py::TestSelectionFuctions::test_smoothing PASSED [ 16%] 270s tests/test_integrate.py::TestIntegrate::test_all_nans <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 16%] 270s tests/test_integrate.py::TestIntegrate::test_baseline PASSED [ 16%] 270s tests/test_integrate.py::TestIntegrate::test_different_integrals PASSED [ 16%] 270s tests/test_integrate.py::TestIntegrate::test_empty_interval PASSED [ 16%] 270s tests/test_integrate.py::TestIntegrate::test_metas_output PASSED [ 16%] 270s tests/test_integrate.py::TestIntegrate::test_names PASSED [ 16%] 270s tests/test_integrate.py::TestIntegrate::test_no_attributes <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 16%] 270s tests/test_integrate.py::TestIntegrate::test_no_infs <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 17%] 270s tests/test_integrate.py::TestIntegrate::test_no_samples <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 17%] 270s tests/test_integrate.py::TestIntegrate::test_peakat PASSED [ 17%] 270s tests/test_integrate.py::TestIntegrate::test_peakbaseline PASSED [ 17%] 270s tests/test_integrate.py::TestIntegrate::test_peakmax PASSED [ 17%] 270s tests/test_integrate.py::TestIntegrate::test_peakx PASSED [ 17%] 270s tests/test_integrate.py::TestIntegrate::test_peakxbaseline PASSED [ 17%] 270s tests/test_integrate.py::TestIntegrate::test_repeated PASSED [ 17%] 270s tests/test_integrate.py::TestIntegrate::test_separate_baseline PASSED [ 17%] 270s tests/test_integrate.py::TestIntegrate::test_simple PASSED [ 18%] 270s tests/test_integrate.py::TestIntegrate::test_slightly_different_domain <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 18%] 270s tests/test_integrate.py::TestIntegrate::test_unknown_no_propagate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 18%] 270s tests/test_integrate.py::TestIntegrate::test_unordered_features <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 18%] 270s tests/test_integrate.py::TestIntegrate::test_whole_and_train_separate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 18%] 271s tests/test_interpolate.py::TestInterpolate::test_all_nans <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 18%] 271s tests/test_interpolate.py::TestInterpolate::test_domain_conversion PASSED [ 18%] 271s tests/test_interpolate.py::TestInterpolate::test_floatname PASSED [ 18%] 271s tests/test_interpolate.py::TestInterpolate::test_nan_extend_edges_and_interpolate PASSED [ 18%] 271s tests/test_interpolate.py::TestInterpolate::test_nan_extend_edges_and_interpolate_mixed PASSED [ 18%] 271s tests/test_interpolate.py::TestInterpolate::test_no_attributes <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 19%] 271s tests/test_interpolate.py::TestInterpolate::test_no_infs <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 19%] 271s tests/test_interpolate.py::TestInterpolate::test_no_samples <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 19%] 271s tests/test_interpolate.py::TestInterpolate::test_nofloatname PASSED [ 19%] 271s tests/test_interpolate.py::TestInterpolate::test_out_of_band PASSED [ 19%] 271s tests/test_interpolate.py::TestInterpolate::test_permute PASSED [ 19%] 271s tests/test_interpolate.py::TestInterpolate::test_same PASSED [ 19%] 271s tests/test_interpolate.py::TestInterpolate::test_slightly_different_domain <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 19%] 271s tests/test_interpolate.py::TestInterpolate::test_unknown_elsewhere PASSED [ 19%] 271s tests/test_interpolate.py::TestInterpolate::test_unknown_elsewhere_different PASSED [ 20%] 271s tests/test_interpolate.py::TestInterpolate::test_unknown_middle PASSED [ 20%] 271s tests/test_interpolate.py::TestInterpolate::test_unknown_no_propagate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 20%] 271s tests/test_interpolate.py::TestInterpolate::test_unordered_features <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 20%] 271s tests/test_interpolate.py::TestInterpolate::test_whole_and_train_separate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 20%] 271s tests/test_interpolate.py::TestInterpolateToDomain::test_not_all_continuous PASSED [ 20%] 271s tests/test_interpolate.py::TestInterpolateToDomain::test_same_domain PASSED [ 20%] 271s tests/test_interpolate.py::TestInterpolateDask::test_all_nans <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py SKIPPED [ 20%] 271s tests/test_interpolate.py::TestInterpolateDask::test_domain_conversion SKIPPED [ 20%] 271s tests/test_interpolate.py::TestInterpolateDask::test_floatname SKIPPED [ 20%] 271s tests/test_interpolate.py::TestInterpolateDask::test_nan_extend_edges_and_interpolate SKIPPED [ 21%] 271s tests/test_interpolate.py::TestInterpolateDask::test_nan_extend_edges_and_interpolate_mixed SKIPPED [ 21%] 271s tests/test_interpolate.py::TestInterpolateDask::test_no_attributes <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py SKIPPED [ 21%] 271s tests/test_interpolate.py::TestInterpolateDask::test_no_infs <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py SKIPPED [ 21%] 271s tests/test_interpolate.py::TestInterpolateDask::test_no_samples <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py SKIPPED [ 21%] 271s tests/test_interpolate.py::TestInterpolateDask::test_nofloatname SKIPPED [ 21%] 271s tests/test_interpolate.py::TestInterpolateDask::test_out_of_band SKIPPED [ 21%] 271s tests/test_interpolate.py::TestInterpolateDask::test_permute SKIPPED [ 21%] 271s tests/test_interpolate.py::TestInterpolateDask::test_same SKIPPED [ 21%] 271s tests/test_interpolate.py::TestInterpolateDask::test_slightly_different_domain <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py SKIPPED [ 22%] 271s tests/test_interpolate.py::TestInterpolateDask::test_unknown_elsewhere SKIPPED [ 22%] 271s tests/test_interpolate.py::TestInterpolateDask::test_unknown_elsewhere_different SKIPPED [ 22%] 271s tests/test_interpolate.py::TestInterpolateDask::test_unknown_middle SKIPPED [ 22%] 271s tests/test_interpolate.py::TestInterpolateDask::test_unknown_no_propagate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py SKIPPED [ 22%] 271s tests/test_interpolate.py::TestInterpolateDask::test_unordered_features <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py SKIPPED [ 22%] 271s tests/test_interpolate.py::TestInterpolateDask::test_whole_and_train_separate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py SKIPPED [ 22%] 271s tests/test_interpolate.py::TestInterpolateToDomainDask::test_not_all_continuous SKIPPED [ 22%] 271s tests/test_interpolate.py::TestInterpolateToDomainDask::test_same_domain SKIPPED [ 22%] 271s tests/test_irfft.py::TestIRFFT::test_agilent_fft_ab PASSED [ 22%] 271s tests/test_irfft.py::TestIRFFT::test_agilent_fft_sc PASSED [ 23%] 271s tests/test_irfft.py::TestIRFFT::test_multi PASSED [ 23%] 271s tests/test_irfft.py::TestIRFFT::test_multi_ab PASSED [ 23%] 271s tests/test_irfft.py::TestIRFFT::test_peak_search PASSED [ 23%] 271s tests/test_irfft.py::TestIRFFT::test_simple_fft PASSED [ 23%] 271s tests/test_irfft.py::TestIRFFT::test_stored_phase_zpd PASSED [ 23%] 271s tests/test_irfft.py::TestIRFFT::test_zero_fill PASSED [ 23%] 274s tests/test_me_emsc.py::TestME_EMSC::test_EMSC_parameters PASSED [ 23%] 274s tests/test_me_emsc.py::TestME_EMSC::test_RMSE PASSED [ 23%] 275s tests/test_me_emsc.py::TestME_EMSC::test_all_nans <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 24%] 275s tests/test_me_emsc.py::TestME_EMSC::test_correction_output PASSED [ 24%] 275s tests/test_me_emsc.py::TestME_EMSC::test_no_attributes <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 24%] 276s tests/test_me_emsc.py::TestME_EMSC::test_no_infs <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 24%] 276s tests/test_me_emsc.py::TestME_EMSC::test_no_samples <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 24%] 276s tests/test_me_emsc.py::TestME_EMSC::test_number_iterations PASSED [ 24%] 277s tests/test_me_emsc.py::TestME_EMSC::test_same_data_reference PASSED [ 24%] 277s tests/test_me_emsc.py::TestME_EMSC::test_short_reference PASSED [ 24%] 280s tests/test_me_emsc.py::TestME_EMSC::test_slightly_different_domain <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 24%] 281s tests/test_me_emsc.py::TestME_EMSC::test_unknown_no_propagate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 24%] 285s tests/test_me_emsc.py::TestME_EMSC::test_unordered_features <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 25%] 288s tests/test_me_emsc.py::TestME_EMSC::test_whole_and_train_separate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 25%] 288s tests/test_me_emsc.py::TestInflectionPointWeighting::test_weights_from_inflection_points_old_use PASSED [ 25%] 288s tests/test_npfunc.py::TestInflectionPointWeighting::test_cond PASSED [ 25%] 288s tests/test_npfunc.py::TestInflectionPointWeighting::test_constant PASSED [ 25%] 288s tests/test_npfunc.py::TestInflectionPointWeighting::test_sum PASSED [ 25%] 288s tests/test_owalignstack.py::WidgetTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 25%] 288s tests/test_owalignstack.py::WidgetTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 25%] 288s tests/test_owalignstack.py::WidgetTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 25%] 288s tests/test_owalignstack.py::test_image PASSED [ 26%] 288s tests/test_owalignstack.py::TestUtils::test_alignstack PASSED [ 26%] 288s tests/test_owalignstack.py::TestUtils::test_alignstack_calls_filterfn PASSED [ 26%] 288s tests/test_owalignstack.py::TestUtils::test_image_shift PASSED [ 26%] 288s tests/test_owalignstack.py::TestUtils::test_shift_fill PASSED [ 26%] 288s tests/test_owalignstack.py::TestOWStackAlign::test_add_remove_data PASSED [ 26%] 288s tests/test_owalignstack.py::TestOWStackAlign::test_frame_changes_output PASSED [ 26%] 288s tests/test_owalignstack.py::TestOWStackAlign::test_frame_limits PASSED [ 26%] 288s tests/test_owalignstack.py::TestOWStackAlign::test_frame_shifts PASSED [ 26%] 288s tests/test_owalignstack.py::TestOWStackAlign::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 26%] 288s tests/test_owalignstack.py::TestOWStackAlign::test_invalid_axis PASSED [ 27%] 288s tests/test_owalignstack.py::TestOWStackAlign::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 27%] 288s tests/test_owalignstack.py::TestOWStackAlign::test_missing_metas PASSED [ 27%] 288s tests/test_owalignstack.py::TestOWStackAlign::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 27%] 288s tests/test_owalignstack.py::TestOWStackAlign::test_nan_in_image PASSED [ 27%] 289s tests/test_owalignstack.py::TestOWStackAlign::test_no_wavenumbers PASSED [ 27%] 289s tests/test_owalignstack.py::TestOWStackAlign::test_output_aligned PASSED [ 27%] 289s tests/test_owalignstack.py::TestOWStackAlign::test_output_cropped PASSED [ 27%] 289s tests/test_owalignstack.py::TestOWStackAlign::test_report PASSED [ 27%] 289s tests/test_owalignstack.py::TestOWStackAlign::test_single_wavenumber PASSED [ 28%] 289s tests/test_owalignstack.py::TestOWStackAlign::test_sobel_called PASSED [ 28%] 289s tests/test_owalignstack.py::TestOWStackAlign::test_with_class_columns PASSED [ 28%] 289s tests/test_owaverage.py::WidgetTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 28%] 289s tests/test_owaverage.py::WidgetTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 28%] 289s tests/test_owaverage.py::WidgetTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 28%] 289s tests/test_owaverage.py::TestOWAverage::test_average PASSED [ 28%] 289s tests/test_owaverage.py::TestOWAverage::test_average_by_group PASSED [ 28%] 289s tests/test_owaverage.py::TestOWAverage::test_average_by_group_metas PASSED [ 28%] 289s tests/test_owaverage.py::TestOWAverage::test_average_by_group_missing PASSED [ 28%] 289s tests/test_owaverage.py::TestOWAverage::test_average_by_group_objectvar PASSED [ 29%] 289s tests/test_owaverage.py::TestOWAverage::test_average_by_group_unknown PASSED [ 29%] 289s tests/test_owaverage.py::TestOWAverage::test_domain PASSED [ 29%] 289s tests/test_owaverage.py::TestOWAverage::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 29%] 289s tests/test_owaverage.py::TestOWAverage::test_load_unload PASSED [ 29%] 289s tests/test_owaverage.py::TestOWAverage::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 29%] 289s tests/test_owaverage.py::TestOWAverage::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 29%] 289s tests/test_owaverage.py::TestOWAverage::test_nan_propagation PASSED [ 29%] 289s tests/test_owbin.py::WidgetTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 29%] 289s tests/test_owbin.py::WidgetTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 30%] 289s tests/test_owbin.py::WidgetTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 30%] 289s tests/test_owbin.py::TestOWBin::test_bin PASSED [ 30%] 289s tests/test_owbin.py::TestOWBin::test_bin_changed PASSED [ 30%] 289s tests/test_owbin.py::TestOWBin::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 30%] 289s tests/test_owbin.py::TestOWBin::test_invalid_axis PASSED [ 30%] 289s tests/test_owbin.py::TestOWBin::test_invalid_bin PASSED [ 30%] 289s tests/test_owbin.py::TestOWBin::test_load_unload PASSED [ 30%] 289s tests/test_owbin.py::TestOWBin::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 30%] 289s tests/test_owbin.py::TestOWBin::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 30%] 289s tests/test_owbin.py::TestOWBin::test_nan_in_image PASSED [ 31%] 289s tests/test_owbin.py::TestOWBin::test_no_bin PASSED [ 31%] 289s tests/test_owbin.py::TestOWBin::test_nonsquare_bin PASSED [ 31%] 289s tests/test_owcos.py::WidgetTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 31%] 289s tests/test_owcos.py::WidgetTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 31%] 289s tests/test_owcos.py::WidgetTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 31%] 289s tests/test_owcos.py::TestOWCOS::test_calc_cos PASSED [ 31%] 289s tests/test_owcos.py::TestOWCOS::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 31%] 289s tests/test_owcos.py::TestOWCOS::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 31%] 289s tests/test_owcos.py::TestOWCOS::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 32%] 289s tests/test_owcos.py::TestOWCOS::test_sort_data PASSED [ 32%] 289s tests/test_owfft.py::WidgetTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 32%] 289s tests/test_owfft.py::WidgetTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 32%] 289s tests/test_owfft.py::WidgetTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 32%] 290s tests/test_owfft.py::TestOWFFT::test_auto_dx PASSED [ 32%] 290s tests/test_owfft.py::TestOWFFT::test_calculation PASSED [ 32%] 290s tests/test_owfft.py::TestOWFFT::test_chunk_many PASSED [ 32%] 290s tests/test_owfft.py::TestOWFFT::test_chunk_one PASSED [ 32%] 290s tests/test_owfft.py::TestOWFFT::test_complex_calculation FAILED [ 32%] 290s tests/test_owfft.py::TestOWFFT::test_custom_zpd PASSED [ 33%] 290s tests/test_owfft.py::TestOWFFT::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 33%] 290s tests/test_owfft.py::TestOWFFT::test_keep_metas PASSED [ 33%] 290s tests/test_owfft.py::TestOWFFT::test_laser_metadata PASSED [ 33%] 290s tests/test_owfft.py::TestOWFFT::test_load_unload PASSED [ 33%] 290s tests/test_owfft.py::TestOWFFT::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 33%] 290s tests/test_owfft.py::TestOWFFT::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 33%] 291s tests/test_owfft.py::TestOWFFT::test_respect_custom_dx PASSED [ 33%] 291s tests/test_owhyper.py::WidgetTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 33%] 291s tests/test_owhyper.py::WidgetTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 34%] 291s tests/test_owhyper.py::WidgetTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 34%] 291s tests/test_owhyper.py::TestReadCoordinates::test_index PASSED [ 34%] 291s tests/test_owhyper.py::TestReadCoordinates::test_index_nan PASSED [ 34%] 291s tests/test_owhyper.py::TestReadCoordinates::test_linspace PASSED [ 34%] 291s tests/test_owhyper.py::TestReadCoordinates::test_location PASSED [ 34%] 291s tests/test_owhyper.py::TestPolygonSelection::test_is_left PASSED [ 34%] 291s tests/test_owhyper.py::TestPolygonSelection::test_order PASSED [ 34%] 291s tests/test_owhyper.py::TestPolygonSelection::test_point PASSED [ 34%] 291s tests/test_owhyper.py::TestOWHyper::test_color_no_data PASSED [ 34%] 291s tests/test_owhyper.py::TestOWHyper::test_color_variable_levels PASSED [ 35%] 291s tests/test_owhyper.py::TestOWHyper::test_compat_no_group PASSED [ 35%] 291s tests/test_owhyper.py::TestOWHyper::test_context_not_open_invalid PASSED [ 35%] 291s tests/test_owhyper.py::TestOWHyper::test_correct_legend PASSED [ 35%] 291s tests/test_owhyper.py::TestOWHyper::test_feature_init PASSED [ 35%] 292s tests/test_owhyper.py::TestOWHyper::test_few_samples PASSED [ 35%] 292s tests/test_owhyper.py::TestOWHyper::test_image_computation PASSED [ 35%] 292s tests/test_owhyper.py::TestOWHyper::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 35%] 292s tests/test_owhyper.py::TestOWHyper::test_image_too_big_error PASSED [ 35%] 292s tests/test_owhyper.py::TestOWHyper::test_integral_lines PASSED [ 36%] 292s tests/test_owhyper.py::TestOWHyper::test_migrate_context_feature_color PASSED [ 36%] 292s tests/test_owhyper.py::TestOWHyper::test_migrate_selection PASSED [ 36%] 292s tests/test_owhyper.py::TestOWHyper::test_migrate_visual_setttings PASSED [ 36%] 292s tests/test_owhyper.py::TestOWHyper::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 36%] 293s tests/test_owhyper.py::TestOWHyper::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 36%] 293s tests/test_owhyper.py::TestOWHyper::test_no_samples PASSED [ 36%] 293s tests/test_owhyper.py::TestOWHyper::test_save_graph PASSED [ 36%] 293s tests/test_owhyper.py::TestOWHyper::test_select_a_curve PASSED [ 36%] 293s tests/test_owhyper.py::TestOWHyper::test_select_all PASSED [ 36%] 293s tests/test_owhyper.py::TestOWHyper::test_select_click PASSED [ 37%] 293s tests/test_owhyper.py::TestOWHyper::test_select_click_multiple_groups PASSED [ 37%] 293s tests/test_owhyper.py::TestOWHyper::test_select_line_change_file PASSED [ 37%] 294s tests/test_owhyper.py::TestOWHyper::test_select_polygon_as_rectangle PASSED [ 37%] 294s tests/test_owhyper.py::TestOWHyper::test_set_variable_color PASSED [ 37%] 294s tests/test_owhyper.py::TestOWHyper::test_settings_curves PASSED [ 37%] 294s tests/test_owhyper.py::TestOWHyper::test_simple PASSED [ 37%] 295s tests/test_owhyper.py::TestOWHyper::test_single_update_view PASSED [ 37%] 296s tests/test_owhyper.py::TestOWHyper::test_strange PASSED [ 37%] 296s tests/test_owhyper.py::TestOWHyper::test_unknown PASSED [ 38%] 296s tests/test_owhyper.py::TestOWHyper::test_unknown_values_axes PASSED [ 38%] 296s tests/test_owhyper.py::TestOWHyperWithDask::test_color_no_data SKIPPED [ 38%] 296s tests/test_owhyper.py::TestOWHyperWithDask::test_color_variable_levels SKIPPED [ 38%] 296s tests/test_owhyper.py::TestOWHyperWithDask::test_compat_no_group SKIPPED [ 38%] 296s tests/test_owhyper.py::TestOWHyperWithDask::test_context_not_open_invalid SKIPPED [ 38%] 296s tests/test_owhyper.py::TestOWHyperWithDask::test_correct_legend SKIPPED [ 38%] 296s tests/test_owhyper.py::TestOWHyperWithDask::test_feature_init SKIPPED [ 38%] 296s tests/test_owhyper.py::TestOWHyperWithDask::test_few_samples SKIPPED [ 38%] 296s tests/test_owhyper.py::TestOWHyperWithDask::test_image_computation SKIPPED [ 38%] 296s tests/test_owhyper.py::TestOWHyperWithDask::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 39%] 296s tests/test_owhyper.py::TestOWHyperWithDask::test_image_too_big_error SKIPPED [ 39%] 296s tests/test_owhyper.py::TestOWHyperWithDask::test_integral_lines SKIPPED [ 39%] 296s tests/test_owhyper.py::TestOWHyperWithDask::test_migrate_context_feature_color SKIPPED [ 39%] 296s tests/test_owhyper.py::TestOWHyperWithDask::test_migrate_selection SKIPPED [ 39%] 296s tests/test_owhyper.py::TestOWHyperWithDask::test_migrate_visual_setttings SKIPPED [ 39%] 296s tests/test_owhyper.py::TestOWHyperWithDask::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 39%] 296s tests/test_owhyper.py::TestOWHyperWithDask::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 39%] 296s tests/test_owhyper.py::TestOWHyperWithDask::test_no_samples SKIPPED [ 39%] 296s tests/test_owhyper.py::TestOWHyperWithDask::test_save_graph SKIPPED [ 40%] 296s tests/test_owhyper.py::TestOWHyperWithDask::test_select_a_curve SKIPPED [ 40%] 296s tests/test_owhyper.py::TestOWHyperWithDask::test_select_all SKIPPED [ 40%] 296s tests/test_owhyper.py::TestOWHyperWithDask::test_select_click SKIPPED [ 40%] 296s tests/test_owhyper.py::TestOWHyperWithDask::test_select_click_multiple_groups SKIPPED [ 40%] 296s tests/test_owhyper.py::TestOWHyperWithDask::test_select_line_change_file SKIPPED [ 40%] 296s tests/test_owhyper.py::TestOWHyperWithDask::test_select_polygon_as_rectangle SKIPPED [ 40%] 296s tests/test_owhyper.py::TestOWHyperWithDask::test_set_variable_color SKIPPED [ 40%] 296s tests/test_owhyper.py::TestOWHyperWithDask::test_settings_curves SKIPPED [ 40%] 296s tests/test_owhyper.py::TestOWHyperWithDask::test_simple SKIPPED [ 40%] 296s tests/test_owhyper.py::TestOWHyperWithDask::test_single_update_view SKIPPED [ 41%] 296s tests/test_owhyper.py::TestOWHyperWithDask::test_strange SKIPPED [ 41%] 296s tests/test_owhyper.py::TestOWHyperWithDask::test_unknown SKIPPED [ 41%] 296s tests/test_owhyper.py::TestOWHyperWithDask::test_unknown_values_axes SKIPPED [ 41%] 296s tests/test_owhyper.py::TestVisibleImage::test_controls_enabled_by_show_chkbox PASSED [ 41%] 296s tests/test_owhyper.py::TestVisibleImage::test_controls_enabled_when_visible_image PASSED [ 41%] 296s tests/test_owhyper.py::TestVisibleImage::test_first_visible_image_selected_in_combobox_by_default PASSED [ 41%] 296s tests/test_owhyper.py::TestVisibleImage::test_hide_visible_image_after_no_image_loaded PASSED [ 41%] 296s tests/test_owhyper.py::TestVisibleImage::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 41%] 297s tests/test_owhyper.py::TestVisibleImage::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 42%] 297s tests/test_owhyper.py::TestVisibleImage::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 42%] 297s tests/test_owhyper.py::TestVisibleImage::test_no_visible_image PASSED [ 42%] 297s tests/test_owhyper.py::TestVisibleImage::test_oldformat PASSED [ 42%] 297s tests/test_owhyper.py::TestVisibleImage::test_select_another_visible_image PASSED [ 42%] 297s tests/test_owhyper.py::TestVisibleImage::test_visible_image_composition_mode PASSED [ 42%] 297s tests/test_owhyper.py::TestVisibleImage::test_visible_image_displayed PASSED [ 42%] 297s tests/test_owhyper.py::TestVisibleImage::test_visible_image_img_size PASSED [ 42%] 297s tests/test_owhyper.py::TestVisibleImage::test_visible_image_opacity PASSED [ 42%] 298s tests/test_owhyper.py::TestVectorPlot::test_enable_disable PASSED [ 42%] 298s tests/test_owhyper.py::TestVectorPlot::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 43%] 298s tests/test_owhyper.py::TestVectorPlot::test_legend PASSED [ 43%] 298s tests/test_owhyper.py::TestVectorPlot::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 43%] 298s tests/test_owhyper.py::TestVectorPlot::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 43%] 298s tests/test_owhyper.py::TestVectorPlot::test_vect_bin PASSED [ 43%] 298s tests/test_owhyper.py::TestVectorPlot::test_vect_color PASSED [ 43%] 298s tests/test_owintegrate.py::WidgetTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 43%] 298s tests/test_owintegrate.py::WidgetTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 43%] 298s tests/test_owintegrate.py::WidgetTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 43%] 299s tests/test_owintegrate.py::TestOWIntegrate::test_allint_indv PASSED [ 44%] 301s tests/test_owintegrate.py::TestOWIntegrate::test_allint_indv_empty PASSED [ 44%] 301s tests/test_owintegrate.py::TestOWIntegrate::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 44%] 301s tests/test_owintegrate.py::TestOWIntegrate::test_load_unload PASSED [ 44%] 301s tests/test_owintegrate.py::TestOWIntegrate::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 44%] 301s tests/test_owintegrate.py::TestOWIntegrate::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 44%] 301s tests/test_owintegrate.py::TestOWIntegrate::test_out_of_range PASSED [ 44%] 301s tests/test_owintegrate.py::TestOWIntegrate::test_output_as_metas PASSED [ 44%] 301s tests/test_owintegrate.py::TestOWIntegrate::test_output_as_non_metas PASSED [ 44%] 301s tests/test_owintegrate.py::TestOWIntegrate::test_saving_preview_position PASSED [ 44%] 302s tests/test_owintegrate.py::TestOWIntegrate::test_simple_preview PASSED [ 45%] 302s tests/test_owintegrate.py::TestIntegrateWarning::test_exception_apply <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/spectral_preprocess.py PASSED [ 45%] 302s tests/test_owintegrate.py::TestIntegrateWarning::test_exception_preview <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/spectral_preprocess.py PASSED [ 45%] 302s tests/test_owintegrate.py::TestIntegrateWarning::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 45%] 302s tests/test_owintegrate.py::TestIntegrateWarning::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 45%] 302s tests/test_owintegrate.py::TestIntegrateWarning::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 45%] 302s tests/test_owintegrate.py::TestIntegrateWarning::test_no_warnings <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/spectral_preprocess.py PASSED [ 45%] 302s tests/test_owintegrate.py::TestIntegrateWarning::test_warn_editor <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/spectral_preprocess.py PASSED [ 45%] 302s tests/test_owintegrate.py::TestIntegrateWarning::test_warn_widget <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/spectral_preprocess.py PASSED [ 45%] 302s tests/test_owinterpolate.py::WidgetTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 46%] 302s tests/test_owinterpolate.py::WidgetTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 46%] 302s tests/test_owinterpolate.py::WidgetTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 46%] 303s tests/test_owinterpolate.py::TestOWInterpolate::test_autointerpolate PASSED [ 46%] 303s tests/test_owinterpolate.py::TestOWInterpolate::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 46%] 303s tests/test_owinterpolate.py::TestOWInterpolate::test_interpolate_interval PASSED [ 46%] 303s tests/test_owinterpolate.py::TestOWInterpolate::test_interpolate_invalid PASSED [ 46%] 303s tests/test_owinterpolate.py::TestOWInterpolate::test_interpolate_points PASSED [ 46%] 303s tests/test_owinterpolate.py::TestOWInterpolate::test_load_unload PASSED [ 46%] 303s tests/test_owinterpolate.py::TestOWInterpolate::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 46%] 303s tests/test_owinterpolate.py::TestOWInterpolate::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 47%] 303s tests/test_owmultifile.py::WidgetTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 47%] 303s tests/test_owmultifile.py::WidgetTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 47%] 303s tests/test_owmultifile.py::WidgetTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 47%] 303s tests/test_owmultifile.py::TestOWFilesAuxiliary::test_decimals_neeeded_for_unique_str PASSED [ 47%] 303s tests/test_owmultifile.py::TestOWFilesAuxiliary::test_numpy_union PASSED [ 47%] 303s tests/test_owmultifile.py::TestOWFilesAuxiliary::test_wns_to_unique_str PASSED [ 47%] 303s tests/test_owmultifile.py::TestOWMultifile::test_filename PASSED [ 47%] 303s tests/test_owmultifile.py::TestOWMultifile::test_files_relocated_after_workflow_save PASSED [ 47%] 303s tests/test_owmultifile.py::TestOWMultifile::test_files_relocated_on_saved_workflow PASSED [ 48%] 303s tests/test_owmultifile.py::TestOWMultifile::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 48%] 303s tests/test_owmultifile.py::TestOWMultifile::test_load_clear PASSED [ 48%] 303s tests/test_owmultifile.py::TestOWMultifile::test_load_files PASSED [ 48%] 303s tests/test_owmultifile.py::TestOWMultifile::test_load_files_reader PASSED [ 48%] 303s tests/test_owmultifile.py::TestOWMultifile::test_load_unload PASSED [ 48%] 303s tests/test_owmultifile.py::TestOWMultifile::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 48%] 303s tests/test_owmultifile.py::TestOWMultifile::test_missing_files_do_not_disappear PASSED [ 48%] 303s tests/test_owmultifile.py::TestOWMultifile::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 48%] 303s tests/test_owmultifile.py::TestOWMultifile::test_reader_not_found_error PASSED [ 48%] 303s tests/test_owmultifile.py::TestOWMultifile::test_repeated_discrete_disjuct_values PASSED [ 49%] 303s tests/test_owmultifile.py::TestOWMultifile::test_report_files PASSED [ 49%] 303s tests/test_owmultifile.py::TestOWMultifile::test_report_on_empty PASSED [ 49%] 303s tests/test_owmultifile.py::TestOWMultifile::test_reset_domain_edit PASSED [ 49%] 303s tests/test_owmultifile.py::TestOWMultifile::test_saving_domain_edit PASSED [ 49%] 303s tests/test_owmultifile.py::TestOWMultifile::test_saving_setting PASSED [ 49%] 303s tests/test_owmultifile.py::TestOWMultifile::test_sheet_setting PASSED [ 49%] 303s tests/test_owmultifile.py::TestOWMultifile::test_special_and_normal PASSED [ 49%] 303s tests/test_owmultifile.py::TestOWMultifile::test_special_spectral_reader_metas PASSED [ 49%] 303s tests/test_owmultifile.py::TestOWMultifile::test_special_spectral_reading PASSED [ 50%] 303s tests/test_owmultifile.py::TestOWMultifile::test_spectra_almost_same_wavenumbers PASSED [ 50%] 303s tests/test_owmultifile.py::TestOWMultifile::test_unknown_reader_error PASSED [ 50%] 303s tests/test_owpeakfit.py::WidgetTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 50%] 303s tests/test_owpeakfit.py::WidgetTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 50%] 303s tests/test_owpeakfit.py::WidgetTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 50%] 314s tests/test_owpeakfit.py::TestOWPeakFit::test_allint_indv SKIPPED [ 50%] 314s tests/test_owpeakfit.py::TestOWPeakFit::test_allint_indv SKIPPED [ 50%] 315s tests/test_owpeakfit.py::TestOWPeakFit::test_bug_iris_crash PASSED [ 50%] 316s tests/test_owpeakfit.py::TestOWPeakFit::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 50%] 316s tests/test_owpeakfit.py::TestOWPeakFit::test_load_unload PASSED [ 51%] 316s tests/test_owpeakfit.py::TestOWPeakFit::test_migrate_refactor1 PASSED [ 51%] 316s tests/test_owpeakfit.py::TestOWPeakFit::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 51%] 316s tests/test_owpeakfit.py::TestOWPeakFit::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 51%] 317s tests/test_owpeakfit.py::TestOWPeakFit::test_outputs PASSED [ 51%] 317s tests/test_owpeakfit.py::TestOWPeakFit::test_saving_models PASSED [ 51%] 317s tests/test_owpeakfit.py::TestPeakFit::test_fit_peaks PASSED [ 51%] 317s tests/test_owpeakfit.py::TestPeakFit::test_peakfit_compute_dumpload PASSED [ 51%] 317s tests/test_owpeakfit.py::TestPeakFit::test_table_output PASSED [ 51%] 317s tests/test_owpeakfit.py::TestBuildModel::test_model_from_editor PASSED [ 51%] 317s tests/test_owpeakfit.py::ModelEditorTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 52%] 318s tests/test_owpeakfit.py::ModelEditorTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 52%] 318s tests/test_owpeakfit.py::ModelEditorTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 52%] 318s tests/test_owpeakfit.py::TestVoigtEditor::test_create_model PASSED [ 52%] 318s tests/test_owpeakfit.py::TestVoigtEditor::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 52%] 318s tests/test_owpeakfit.py::TestVoigtEditor::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 52%] 318s tests/test_owpeakfit.py::TestVoigtEditor::test_move_line PASSED [ 52%] 318s tests/test_owpeakfit.py::TestVoigtEditor::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 52%] 319s tests/test_owpeakfit.py::TestVoigtEditor::test_no_interaction PASSED [ 52%] 319s tests/test_owpeakfit.py::TestVoigtEditor::test_only_spec_lines PASSED [ 53%] 319s tests/test_owpeakfit.py::TestVoigtEditor::test_set_center PASSED [ 53%] 319s tests/test_owpeakfit.py::TestVoigtEditor::test_set_param PASSED [ 53%] 319s tests/test_owpeakfit.py::TestVoigtEditorMulti::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 53%] 319s tests/test_owpeakfit.py::TestVoigtEditorMulti::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 53%] 319s tests/test_owpeakfit.py::TestVoigtEditorMulti::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 53%] 320s tests/test_owpeakfit.py::TestVoigtEditorMulti::test_no_change PASSED [ 53%] 321s tests/test_owpeakfit.py::TestVoigtEditorMulti::test_same_output PASSED [ 53%] 321s tests/test_owpeakfit.py::TestVoigtEditorMulti::test_same_params PASSED [ 53%] 321s tests/test_owpeakfit.py::TestVoigtEditorMulti::test_saving_model_params PASSED [ 53%] 322s tests/test_owpeakfit.py::TestVoigtEditorMulti::test_total_area PASSED [ 54%] 322s tests/test_owpeakfit.py::TestParamHintBox::test_defaults PASSED [ 54%] 322s tests/test_owpeakfit.py::TestParamHintBox::test_delta_update_limits PASSED [ 54%] 322s tests/test_owpeakfit.py::TestParamHintBox::test_expr_change_to_vary PASSED [ 54%] 322s tests/test_owpeakfit.py::TestParamHintBox::test_expr_set_hint PASSED [ 54%] 322s tests/test_owpeakfit.py::TestParamHintBox::test_keep_delta PASSED [ 54%] 322s tests/test_owpls.py::WidgetTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 54%] 322s tests/test_owpls.py::WidgetTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 54%] 322s tests/test_owpls.py::WidgetTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 54%] 322s tests/test_owpls.py::TestPLS::test_allow_y_dim PASSED [ 55%] 322s tests/test_owpls.py::TestPLS::test_coefficients PASSED [ 55%] 322s tests/test_owpls.py::TestPLS::test_compare_to_sklearn PASSED [ 55%] 322s tests/test_owpls.py::TestPLS::test_compare_to_sklearn_multid PASSED [ 55%] 322s tests/test_owpls.py::TestPLS::test_components PASSED [ 55%] 322s tests/test_owpls.py::TestPLS::test_scores PASSED [ 55%] 322s tests/test_owpls.py::TestPLS::test_too_many_components PASSED [ 55%] 322s tests/test_owpls.py::TestOWPLS::test_has_unconditional_apply <- ../../../../usr/lib/python3/dist-packages/Orange/widgets/tests/base.py PASSED [ 55%] 322s tests/test_owpls.py::TestOWPLS::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 55%] 322s tests/test_owpls.py::TestOWPLS::test_input_data <- ../../../../usr/lib/python3/dist-packages/Orange/widgets/tests/base.py PASSED [ 55%] 323s tests/test_owpls.py::TestOWPLS::test_input_data_disconnect <- ../../../../usr/lib/python3/dist-packages/Orange/widgets/tests/base.py PASSED [ 56%] 323s tests/test_owpls.py::TestOWPLS::test_input_data_learner_adequacy <- ../../../../usr/lib/python3/dist-packages/Orange/widgets/tests/base.py PASSED [ 56%] 323s tests/test_owpls.py::TestOWPLS::test_input_preprocessor <- ../../../../usr/lib/python3/dist-packages/Orange/widgets/tests/base.py PASSED [ 56%] 323s tests/test_owpls.py::TestOWPLS::test_input_preprocessor_disconnect <- ../../../../usr/lib/python3/dist-packages/Orange/widgets/tests/base.py PASSED [ 56%] 323s tests/test_owpls.py::TestOWPLS::test_input_preprocessors <- ../../../../usr/lib/python3/dist-packages/Orange/widgets/tests/base.py PASSED [ 56%] 323s tests/test_owpls.py::TestOWPLS::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 56%] 323s tests/test_owpls.py::TestOWPLS::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 56%] 323s tests/test_owpls.py::TestOWPLS::test_output_learner PASSED [ 56%] 323s tests/test_owpls.py::TestOWPLS::test_output_learner_name PASSED [ 56%] 323s tests/test_owpls.py::TestOWPLS::test_output_model <- ../../../../usr/lib/python3/dist-packages/Orange/widgets/tests/base.py PASSED [ 57%] 323s tests/test_owpls.py::TestOWPLS::test_output_model_name <- ../../../../usr/lib/python3/dist-packages/Orange/widgets/tests/base.py PASSED [ 57%] 323s tests/test_owpls.py::TestOWPLS::test_output_model_picklable <- ../../../../usr/lib/python3/dist-packages/Orange/widgets/tests/base.py PASSED [ 57%] 323s tests/test_owpls.py::TestOWPLS::test_parameters <- ../../../../usr/lib/python3/dist-packages/Orange/widgets/tests/base.py PASSED [ 57%] 323s tests/test_owpls.py::TestOWPLS::test_parameters_default <- ../../../../usr/lib/python3/dist-packages/Orange/widgets/tests/base.py PASSED [ 57%] 323s tests/test_owpls.py::TestOWPLS::test_params_trigger_settings_changed <- ../../../../usr/lib/python3/dist-packages/Orange/widgets/tests/base.py PASSED [ 57%] 323s tests/test_owpls.py::TestOWPLS::test_send_report <- ../../../../usr/lib/python3/dist-packages/Orange/widgets/tests/base.py PASSED [ 57%] 323s tests/test_owpolar.py::WidgetTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 57%] 323s tests/test_owpolar.py::WidgetTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 57%] 323s tests/test_owpolar.py::WidgetTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 57%] 323s tests/test_owpolar.py::TestOWPolar::test_alpha_changes PASSED [ 58%] 324s tests/test_owpolar.py::TestOWPolar::test_custom_angles PASSED [ 58%] 324s tests/test_owpolar.py::TestOWPolar::test_disconnect PASSED [ 58%] 324s tests/test_owpolar.py::TestOWPolar::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 58%] 324s tests/test_owpolar.py::TestOWPolar::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 58%] 324s tests/test_owpolar.py::TestOWPolar::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 58%] 324s tests/test_owpolar.py::TestOWPolar::test_multi_inputs PASSED [ 58%] 324s tests/test_owpolar.py::TestOWPolar::test_multifile_in PASSED [ 58%] 324s tests/test_owpolar.py::TestOWPolar::test_multifile_init PASSED [ 58%] 324s tests/test_owpolar.py::TestOWPolar::test_multiin_mismatched_domain PASSED [ 59%] 324s tests/test_owpolar.py::TestOWPolar::test_pixelsubset PASSED [ 59%] 324s tests/test_owpolar.py::TestOWPolar::test_warnings PASSED [ 59%] 324s tests/test_owpreprocess.py::WidgetTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 59%] 324s tests/test_owpreprocess.py::WidgetTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 59%] 324s tests/test_owpreprocess.py::WidgetTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 59%] 327s tests/test_owpreprocess.py::TestAllPreprocessors::test_allpreproc_indv PASSED [ 59%] 333s tests/test_owpreprocess.py::TestAllPreprocessors::test_allpreproc_indv_empty PASSED [ 59%] 337s tests/test_owpreprocess.py::TestAllPreprocessors::test_allpreproc_indv_ref PASSED [ 59%] 340s tests/test_owpreprocess.py::TestAllPreprocessors::test_allpreproc_indv_ref_multi PASSED [ 59%] 340s tests/test_owpreprocess.py::TestAllPreprocessors::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 60%] 340s tests/test_owpreprocess.py::TestAllPreprocessors::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 60%] 340s tests/test_owpreprocess.py::TestAllPreprocessors::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 60%] 341s tests/test_owpreprocess.py::TestOWPreprocess::test_empty_no_inputs PASSED [ 60%] 341s tests/test_owpreprocess.py::TestOWPreprocess::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 60%] 341s tests/test_owpreprocess.py::TestOWPreprocess::test_invalid_preprocessors PASSED [ 60%] 341s tests/test_owpreprocess.py::TestOWPreprocess::test_load_unload PASSED [ 60%] 341s tests/test_owpreprocess.py::TestOWPreprocess::test_migrate_rubberband PASSED [ 60%] 341s tests/test_owpreprocess.py::TestOWPreprocess::test_migrate_savitzygolay PASSED [ 60%] 341s tests/test_owpreprocess.py::TestOWPreprocess::test_migrate_spectral_transforms PASSED [ 61%] 341s tests/test_owpreprocess.py::TestOWPreprocess::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 61%] 341s tests/test_owpreprocess.py::TestOWPreprocess::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 61%] 341s tests/test_owpreprocess.py::TestOWPreprocess::test_no_preprocessors PASSED [ 61%] 341s tests/test_owpreprocess.py::TestOWPreprocess::test_output_preprocessor_without_data PASSED [ 61%] 341s tests/test_owpreprocess.py::TestOWPreprocess::test_saving_preprocessors PASSED [ 61%] 341s tests/test_owpreprocess.py::TestOWPreprocess::test_saving_preview_position PASSED [ 61%] 342s tests/test_owpreprocess.py::TestOWPreprocess::test_transfer_highlight PASSED [ 61%] 342s tests/test_owpreprocess.py::TestOWPreprocess::test_widget_vs_manual PASSED [ 61%] 342s tests/test_owpreprocess.py::TestSampling::test_apply_on_everything PASSED [ 61%] 342s tests/test_owpreprocess.py::TestSampling::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 62%] 342s tests/test_owpreprocess.py::TestSampling::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 62%] 342s tests/test_owpreprocess.py::TestSampling::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 62%] 342s tests/test_owpreprocess.py::TestSampling::test_preview_keep_order PASSED [ 62%] 342s tests/test_owpreprocess.py::TestSampling::test_preview_sampled PASSED [ 62%] 342s tests/test_owpreprocess.py::TestReference::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 62%] 342s tests/test_owpreprocess.py::TestReference::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 62%] 342s tests/test_owpreprocess.py::TestReference::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 62%] 343s tests/test_owpreprocess.py::TestReference::test_reference_not_processed PASSED [ 62%] 343s tests/test_owpreprocess.py::TestReference::test_reference_preprocessed PASSED [ 63%] 343s tests/test_owpreprocess.py::TestReference::test_reference_preprocessed_preview PASSED [ 63%] 343s tests/test_owpreprocess.py::TestReference::test_workflow_compat_change_preprocess PASSED [ 63%] 343s tests/test_owpreprocess.py::TestPreprocessWarning::test_exception_apply <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/spectral_preprocess.py PASSED [ 63%] 343s tests/test_owpreprocess.py::TestPreprocessWarning::test_exception_preview <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/spectral_preprocess.py PASSED [ 63%] 343s tests/test_owpreprocess.py::TestPreprocessWarning::test_exception_preview_after_data PASSED [ 63%] 343s tests/test_owpreprocess.py::TestPreprocessWarning::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 63%] 343s tests/test_owpreprocess.py::TestPreprocessWarning::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 63%] 343s tests/test_owpreprocess.py::TestPreprocessWarning::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 63%] 344s tests/test_owpreprocess.py::TestPreprocessWarning::test_no_warnings <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/spectral_preprocess.py PASSED [ 63%] 344s tests/test_owpreprocess.py::TestPreprocessWarning::test_warn_editor <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/spectral_preprocess.py PASSED [ 64%] 344s tests/test_owpreprocess.py::TestPreprocessWarning::test_warn_widget <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/spectral_preprocess.py PASSED [ 64%] 344s tests/test_owpreprocess.py::PreprocessorEditorTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 64%] 344s tests/test_owpreprocess.py::PreprocessorEditorTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 64%] 344s tests/test_owpreprocess.py::PreprocessorEditorTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 64%] 344s tests/test_owreshape.py::WidgetTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 64%] 344s tests/test_owreshape.py::WidgetTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 64%] 344s tests/test_owreshape.py::WidgetTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 64%] 344s tests/test_owreshape.py::TestOWReshape::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 64%] 344s tests/test_owreshape.py::TestOWReshape::test_invert PASSED [ 65%] 344s tests/test_owreshape.py::TestOWReshape::test_line PASSED [ 65%] 344s tests/test_owreshape.py::TestOWReshape::test_load_unload PASSED [ 65%] 344s tests/test_owreshape.py::TestOWReshape::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 65%] 344s tests/test_owreshape.py::TestOWReshape::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 65%] 344s tests/test_owreshape.py::TestOWReshape::test_no_data_warning PASSED [ 65%] 344s tests/test_owreshape.py::TestOWReshape::test_rect PASSED [ 65%] 344s tests/test_owreshape.py::TestOWReshape::test_var_name_exists PASSED [ 65%] 344s tests/test_owreshape.py::TestOWReshape::test_wrong_dimensions PASSED [ 65%] 344s tests/test_owsnr.py::WidgetTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 65%] 344s tests/test_owsnr.py::WidgetTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 66%] 344s tests/test_owsnr.py::WidgetTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 66%] 344s tests/test_owsnr.py::TestOWSNR::test_1coordinate_average PASSED [ 66%] 344s tests/test_owsnr.py::TestOWSNR::test_1coordinate_snr PASSED [ 66%] 344s tests/test_owsnr.py::TestOWSNR::test_2coordinates_std PASSED [ 66%] 344s tests/test_owsnr.py::TestOWSNR::test_domain PASSED [ 66%] 344s tests/test_owsnr.py::TestOWSNR::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 66%] 344s tests/test_owsnr.py::TestOWSNR::test_load_unload PASSED [ 66%] 344s tests/test_owsnr.py::TestOWSNR::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 66%] 344s tests/test_owsnr.py::TestOWSNR::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 67%] 344s tests/test_owsnr.py::TestOWSNR::test_no_data_warning PASSED [ 67%] 344s tests/test_owsnr.py::TestOWSNR::test_none_coordinate_std PASSED [ 67%] 344s tests/test_owspectra.py::WidgetTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 67%] 344s tests/test_owspectra.py::WidgetTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 67%] 344s tests/test_owspectra.py::WidgetTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 67%] 345s tests/test_owspectra.py::TestOWSpectra::test_PlotCurvesItem_bounds PASSED [ 67%] 345s tests/test_owspectra.py::TestOWSpectra::test_average PASSED [ 67%] 345s tests/test_owspectra.py::TestOWSpectra::test_color_individual PASSED [ 67%] 345s tests/test_owspectra.py::TestOWSpectra::test_compat_no_group PASSED [ 67%] 345s tests/test_owspectra.py::TestOWSpectra::test_curveplot_highlight PASSED [ 68%] 345s tests/test_owspectra.py::TestOWSpectra::test_cycle_color PASSED [ 68%] 345s tests/test_owspectra.py::TestOWSpectra::test_empty PASSED [ 68%] 345s tests/test_owspectra.py::TestOWSpectra::test_filter_unknowns PASSED [ 68%] 345s tests/test_owspectra.py::TestOWSpectra::test_grid PASSED [ 68%] 345s tests/test_owspectra.py::TestOWSpectra::test_handle_floatname PASSED [ 68%] 345s tests/test_owspectra.py::TestOWSpectra::test_handle_nofloatname PASSED [ 68%] 345s tests/test_owspectra.py::TestOWSpectra::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 68%] 345s tests/test_owspectra.py::TestOWSpectra::test_information PASSED [ 68%] 346s tests/test_owspectra.py::TestOWSpectra::test_information_average_mode PASSED [ 69%] 346s tests/test_owspectra.py::TestOWSpectra::test_is_last_instance_force_sampling_and_permutation PASSED [ 69%] 346s tests/test_owspectra.py::TestOWSpectra::test_line_intersection PASSED [ 69%] 346s tests/test_owspectra.py::TestOWSpectra::test_line_point_distance PASSED [ 69%] 346s tests/test_owspectra.py::TestOWSpectra::test_migrate_context_feature_color PASSED [ 69%] 346s tests/test_owspectra.py::TestOWSpectra::test_migrate_selection PASSED [ 69%] 346s tests/test_owspectra.py::TestOWSpectra::test_migrate_visual_setttings PASSED [ 69%] 346s tests/test_owspectra.py::TestOWSpectra::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 69%] 346s tests/test_owspectra.py::TestOWSpectra::test_mouse_move PASSED [ 69%] 346s tests/test_owspectra.py::TestOWSpectra::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 69%] 346s tests/test_owspectra.py::TestOWSpectra::test_new_data_clear_graph PASSED [ 70%] 346s tests/test_owspectra.py::TestOWSpectra::test_open_selection PASSED [ 70%] 346s tests/test_owspectra.py::TestOWSpectra::test_peakline_keep_precision PASSED [ 70%] 346s tests/test_owspectra.py::TestOWSpectra::test_peakline_remove PASSED [ 70%] 347s tests/test_owspectra.py::TestOWSpectra::test_rescale_y PASSED [ 70%] 347s tests/test_owspectra.py::TestOWSpectra::test_save_graph PASSED [ 70%] 347s tests/test_owspectra.py::TestOWSpectra::test_select_at_least_1 PASSED [ 70%] 347s tests/test_owspectra.py::TestOWSpectra::test_select_click_multiple_groups PASSED [ 70%] 347s tests/test_owspectra.py::TestOWSpectra::test_select_line PASSED [ 70%] 347s tests/test_owspectra.py::TestOWSpectra::test_select_thick_lines PASSED [ 71%] 347s tests/test_owspectra.py::TestOWSpectra::test_select_thick_lines_threshold PASSED [ 71%] 347s tests/test_owspectra.py::TestOWSpectra::test_selection_changedata PASSED [ 71%] 347s tests/test_owspectra.py::TestOWSpectra::test_settings_color PASSED [ 71%] 348s tests/test_owspectra.py::TestOWSpectra::test_show_average PASSED [ 71%] 348s tests/test_owspectra.py::TestOWSpectra::test_subset PASSED [ 71%] 348s tests/test_owspectra.py::TestOWSpectra::test_subset_connect_disconnect PASSED [ 71%] 348s tests/test_owspectra.py::TestOWSpectra::test_subset_first PASSED [ 71%] 348s tests/test_owspectra.py::TestOWSpectra::test_unknown_feature_color PASSED [ 71%] 348s tests/test_owspectra.py::TestOWSpectra::test_visual_settings PASSED [ 71%] 348s tests/test_owspectra.py::TestOWSpectra::test_warning_no_x PASSED [ 72%] 348s tests/test_owspectra.py::TestOWSpectra::test_waterfall PASSED [ 72%] 348s tests/test_owspectra.py::TestOWSpectra::test_zoom_rect PASSED [ 72%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_PlotCurvesItem_bounds SKIPPED [ 72%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_average SKIPPED [ 72%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_color_individual SKIPPED [ 72%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_compat_no_group SKIPPED [ 72%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_curveplot_highlight SKIPPED [ 72%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_cycle_color SKIPPED [ 72%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_empty SKIPPED [ 73%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_filter_unknowns SKIPPED [ 73%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_grid SKIPPED [ 73%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_handle_floatname SKIPPED [ 73%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_handle_nofloatname SKIPPED [ 73%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 73%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_information SKIPPED [ 73%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_information_average_mode SKIPPED [ 73%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_is_last_instance_force_sampling_and_permutation SKIPPED [ 73%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_line_intersection SKIPPED [ 73%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_line_point_distance SKIPPED [ 74%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_migrate_context_feature_color SKIPPED [ 74%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_migrate_selection SKIPPED [ 74%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_migrate_visual_setttings SKIPPED [ 74%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 74%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_mouse_move SKIPPED [ 74%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 74%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_new_data_clear_graph SKIPPED [ 74%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_open_selection SKIPPED [ 74%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_peakline_keep_precision SKIPPED [ 75%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_peakline_remove SKIPPED [ 75%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_rescale_y SKIPPED [ 75%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_save_graph SKIPPED [ 75%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_select_at_least_1 SKIPPED [ 75%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_select_click_multiple_groups SKIPPED [ 75%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_select_line SKIPPED [ 75%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_select_thick_lines SKIPPED [ 75%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_select_thick_lines_threshold SKIPPED [ 75%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_selection_changedata SKIPPED [ 75%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_settings_color SKIPPED [ 76%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_show_average SKIPPED [ 76%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_subset SKIPPED [ 76%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_subset_connect_disconnect SKIPPED [ 76%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_subset_first SKIPPED [ 76%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_unknown_feature_color SKIPPED [ 76%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_visual_settings SKIPPED [ 76%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_warning_no_x SKIPPED [ 76%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_waterfall SKIPPED [ 76%] 348s tests/test_owspectra.py::TestOWSpectraWithDask::test_zoom_rect SKIPPED [ 77%] 348s tests/test_owspectralseries.py::WidgetTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 77%] 348s tests/test_owspectralseries.py::WidgetTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 77%] 348s tests/test_owspectralseries.py::WidgetTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 77%] 349s tests/test_owspectralseries.py::TestOWSpectralSeries::test_compat_no_group PASSED [ 77%] 349s tests/test_owspectralseries.py::TestOWSpectralSeries::test_few_samples PASSED [ 77%] 349s tests/test_owspectralseries.py::TestOWSpectralSeries::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 77%] 349s tests/test_owspectralseries.py::TestOWSpectralSeries::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 77%] 349s tests/test_owspectralseries.py::TestOWSpectralSeries::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 77%] 349s tests/test_owspectralseries.py::TestOWSpectralSeries::test_no_samples PASSED [ 77%] 349s tests/test_owspectralseries.py::TestOWSpectralSeries::test_select_click PASSED [ 78%] 349s tests/test_owspectralseries.py::TestOWSpectralSeries::test_simple PASSED [ 78%] 349s tests/test_owspectralseries.py::TestOWSpectralSeries::test_single_update_view PASSED [ 78%] 349s tests/test_owspectralseries.py::TestOWSpectralSeries::test_strange PASSED [ 78%] 349s tests/test_owspectralseries.py::TestOWSpectralSeries::test_tooltip PASSED [ 78%] 349s tests/test_owspectralseries.py::TestOWSpectralSeries::test_unknown PASSED [ 78%] 349s tests/test_preprocess.py::TestSpSubtract::test_all_nans PASSED [ 78%] 349s tests/test_preprocess.py::TestSpSubtract::test_no_attributes PASSED [ 78%] 349s tests/test_preprocess.py::TestSpSubtract::test_no_infs PASSED [ 78%] 349s tests/test_preprocess.py::TestSpSubtract::test_no_samples PASSED [ 79%] 349s tests/test_preprocess.py::TestSpSubtract::test_simple PASSED [ 79%] 349s tests/test_preprocess.py::TestSpSubtract::test_slightly_different_domain PASSED [ 79%] 349s tests/test_preprocess.py::TestSpSubtract::test_unknown_no_propagate PASSED [ 79%] 350s tests/test_preprocess.py::TestSpSubtract::test_unordered_features PASSED [ 79%] 350s tests/test_preprocess.py::TestSpSubtract::test_whole_and_train_separate PASSED [ 79%] 350s tests/test_preprocess.py::TestTransmittance::test_all_nans PASSED [ 79%] 350s tests/test_preprocess.py::TestTransmittance::test_domain_conversion PASSED [ 79%] 350s tests/test_preprocess.py::TestTransmittance::test_no_attributes PASSED [ 79%] 350s tests/test_preprocess.py::TestTransmittance::test_no_infs PASSED [ 79%] 350s tests/test_preprocess.py::TestTransmittance::test_no_samples PASSED [ 80%] 350s tests/test_preprocess.py::TestTransmittance::test_roundtrip PASSED [ 80%] 350s tests/test_preprocess.py::TestTransmittance::test_slightly_different_domain PASSED [ 80%] 350s tests/test_preprocess.py::TestTransmittance::test_unknown_no_propagate PASSED [ 80%] 350s tests/test_preprocess.py::TestTransmittance::test_unordered_features PASSED [ 80%] 350s tests/test_preprocess.py::TestTransmittance::test_whole_and_train_separate PASSED [ 80%] 350s tests/test_preprocess.py::TestAbsorbance::test_all_nans PASSED [ 80%] 350s tests/test_preprocess.py::TestAbsorbance::test_domain_conversion PASSED [ 80%] 350s tests/test_preprocess.py::TestAbsorbance::test_no_attributes PASSED [ 80%] 350s tests/test_preprocess.py::TestAbsorbance::test_no_infs PASSED [ 81%] 350s tests/test_preprocess.py::TestAbsorbance::test_no_samples PASSED [ 81%] 350s tests/test_preprocess.py::TestAbsorbance::test_roundtrip PASSED [ 81%] 350s tests/test_preprocess.py::TestAbsorbance::test_slightly_different_domain PASSED [ 81%] 350s tests/test_preprocess.py::TestAbsorbance::test_unknown_no_propagate PASSED [ 81%] 350s tests/test_preprocess.py::TestAbsorbance::test_unordered_features PASSED [ 81%] 350s tests/test_preprocess.py::TestAbsorbance::test_whole_and_train_separate PASSED [ 81%] 350s tests/test_preprocess.py::TestSavitzkyGolay::test_all_nans PASSED [ 81%] 350s tests/test_preprocess.py::TestSavitzkyGolay::test_no_attributes PASSED [ 81%] 350s tests/test_preprocess.py::TestSavitzkyGolay::test_no_infs PASSED [ 81%] 350s tests/test_preprocess.py::TestSavitzkyGolay::test_no_samples PASSED [ 82%] 350s tests/test_preprocess.py::TestSavitzkyGolay::test_simple PASSED [ 82%] 350s tests/test_preprocess.py::TestSavitzkyGolay::test_slightly_different_domain PASSED [ 82%] 350s tests/test_preprocess.py::TestSavitzkyGolay::test_unknown_no_propagate PASSED [ 82%] 350s tests/test_preprocess.py::TestSavitzkyGolay::test_unordered_features PASSED [ 82%] 350s tests/test_preprocess.py::TestSavitzkyGolay::test_whole_and_train_separate PASSED [ 82%] 350s tests/test_preprocess.py::TestGaussian::test_all_nans PASSED [ 82%] 350s tests/test_preprocess.py::TestGaussian::test_no_attributes PASSED [ 82%] 350s tests/test_preprocess.py::TestGaussian::test_no_infs PASSED [ 82%] 350s tests/test_preprocess.py::TestGaussian::test_no_samples PASSED [ 83%] 350s tests/test_preprocess.py::TestGaussian::test_simple PASSED [ 83%] 350s tests/test_preprocess.py::TestGaussian::test_slightly_different_domain PASSED [ 83%] 350s tests/test_preprocess.py::TestGaussian::test_unknown_no_propagate PASSED [ 83%] 350s tests/test_preprocess.py::TestGaussian::test_unordered_features PASSED [ 83%] 350s tests/test_preprocess.py::TestGaussian::test_whole_and_train_separate PASSED [ 83%] 350s tests/test_preprocess.py::TestRubberbandBaseline::test_all_nans PASSED [ 83%] 350s tests/test_preprocess.py::TestRubberbandBaseline::test_no_attributes PASSED [ 83%] 350s tests/test_preprocess.py::TestRubberbandBaseline::test_no_infs PASSED [ 83%] 350s tests/test_preprocess.py::TestRubberbandBaseline::test_no_samples PASSED [ 83%] 350s tests/test_preprocess.py::TestRubberbandBaseline::test_simple PASSED [ 84%] 350s tests/test_preprocess.py::TestRubberbandBaseline::test_slightly_different_domain PASSED [ 84%] 350s tests/test_preprocess.py::TestRubberbandBaseline::test_unknown_no_propagate PASSED [ 84%] 350s tests/test_preprocess.py::TestRubberbandBaseline::test_unordered_features PASSED [ 84%] 350s tests/test_preprocess.py::TestRubberbandBaseline::test_whole PASSED [ 84%] 350s tests/test_preprocess.py::TestRubberbandBaseline::test_whole_and_train_separate PASSED [ 84%] 350s tests/test_preprocess.py::TestLinearBaseline::test_3points PASSED [ 84%] 350s tests/test_preprocess.py::TestLinearBaseline::test_all_nans PASSED [ 84%] 350s tests/test_preprocess.py::TestLinearBaseline::test_edgepoints PASSED [ 84%] 350s tests/test_preprocess.py::TestLinearBaseline::test_edgepoints_extrapolate PASSED [ 85%] 350s tests/test_preprocess.py::TestLinearBaseline::test_edgepoints_out_of_data PASSED [ 85%] 350s tests/test_preprocess.py::TestLinearBaseline::test_no_attributes PASSED [ 85%] 350s tests/test_preprocess.py::TestLinearBaseline::test_no_infs PASSED [ 85%] 350s tests/test_preprocess.py::TestLinearBaseline::test_no_samples PASSED [ 85%] 350s tests/test_preprocess.py::TestLinearBaseline::test_slightly_different_domain PASSED [ 85%] 350s tests/test_preprocess.py::TestLinearBaseline::test_unknown_no_propagate PASSED [ 85%] 350s tests/test_preprocess.py::TestLinearBaseline::test_unordered_features PASSED [ 85%] 350s tests/test_preprocess.py::TestLinearBaseline::test_whole PASSED [ 85%] 350s tests/test_preprocess.py::TestLinearBaseline::test_whole_and_train_separate PASSED [ 85%] 350s tests/test_preprocess.py::TestNormalize::test_SNV_norm PASSED [ 86%] 350s tests/test_preprocess.py::TestNormalize::test_all_nans PASSED [ 86%] 350s tests/test_preprocess.py::TestNormalize::test_area_norm PASSED [ 86%] 350s tests/test_preprocess.py::TestNormalize::test_attribute_norm PASSED [ 86%] 350s tests/test_preprocess.py::TestNormalize::test_attribute_norm_unknown PASSED [ 86%] 350s tests/test_preprocess.py::TestNormalize::test_minmax_norm PASSED [ 86%] 350s tests/test_preprocess.py::TestNormalize::test_no_attributes PASSED [ 86%] 350s tests/test_preprocess.py::TestNormalize::test_no_infs PASSED [ 86%] 350s tests/test_preprocess.py::TestNormalize::test_no_samples PASSED [ 86%] 351s tests/test_preprocess.py::TestNormalize::test_slightly_different_domain PASSED [ 87%] 351s tests/test_preprocess.py::TestNormalize::test_unknown_no_propagate PASSED [ 87%] 351s tests/test_preprocess.py::TestNormalize::test_unordered_features PASSED [ 87%] 351s tests/test_preprocess.py::TestNormalize::test_vector_norm PASSED [ 87%] 351s tests/test_preprocess.py::TestNormalize::test_vector_norm_nan_correction PASSED [ 87%] 351s tests/test_preprocess.py::TestNormalize::test_whole_and_train_separate PASSED [ 87%] 351s tests/test_preprocess.py::TestNormalizeReference::test_all_nans PASSED [ 87%] 351s tests/test_preprocess.py::TestNormalizeReference::test_no_attributes PASSED [ 87%] 351s tests/test_preprocess.py::TestNormalizeReference::test_no_infs PASSED [ 87%] 351s tests/test_preprocess.py::TestNormalizeReference::test_no_samples PASSED [ 87%] 351s tests/test_preprocess.py::TestNormalizeReference::test_reference PASSED [ 88%] 351s tests/test_preprocess.py::TestNormalizeReference::test_reference_exceptions PASSED [ 88%] 351s tests/test_preprocess.py::TestNormalizeReference::test_slightly_different_domain PASSED [ 88%] 351s tests/test_preprocess.py::TestNormalizeReference::test_unknown_no_propagate PASSED [ 88%] 351s tests/test_preprocess.py::TestNormalizeReference::test_unordered_features PASSED [ 88%] 351s tests/test_preprocess.py::TestNormalizeReference::test_whole_and_train_separate PASSED [ 88%] 351s tests/test_preprocess.py::TestPCADenoising::test_all_nans PASSED [ 88%] 351s tests/test_preprocess.py::TestPCADenoising::test_iris PASSED [ 88%] 351s tests/test_preprocess.py::TestPCADenoising::test_no_attributes PASSED [ 88%] 351s tests/test_preprocess.py::TestPCADenoising::test_no_infs PASSED [ 89%] 351s tests/test_preprocess.py::TestPCADenoising::test_no_samples PASSED [ 89%] 351s tests/test_preprocess.py::TestPCADenoising::test_slightly_different_domain PASSED [ 89%] 351s tests/test_preprocess.py::TestPCADenoising::test_unknown_no_propagate PASSED [ 89%] 352s tests/test_preprocess.py::TestPCADenoising::test_unordered_features PASSED [ 89%] 352s tests/test_preprocess.py::TestMNFDenoising::test_all_nans PASSED [ 89%] 352s tests/test_preprocess.py::TestMNFDenoising::test_iris PASSED [ 89%] 352s tests/test_preprocess.py::TestMNFDenoising::test_no_attributes PASSED [ 89%] 352s tests/test_preprocess.py::TestMNFDenoising::test_no_infs PASSED [ 89%] 352s tests/test_preprocess.py::TestMNFDenoising::test_no_samples PASSED [ 89%] 352s tests/test_preprocess.py::TestMNFDenoising::test_slightly_different_domain PASSED [ 90%] 352s tests/test_preprocess.py::TestMNFDenoising::test_unknown_no_propagate PASSED [ 90%] 352s tests/test_preprocess.py::TestMNFDenoising::test_unordered_features PASSED [ 90%] 352s tests/test_preprocess.py::TestShiftAndScale::test_all_nans PASSED [ 90%] 352s tests/test_preprocess.py::TestShiftAndScale::test_no_attributes PASSED [ 90%] 352s tests/test_preprocess.py::TestShiftAndScale::test_no_infs PASSED [ 90%] 352s tests/test_preprocess.py::TestShiftAndScale::test_no_samples PASSED [ 90%] 352s tests/test_preprocess.py::TestShiftAndScale::test_simple PASSED [ 90%] 352s tests/test_preprocess.py::TestShiftAndScale::test_slightly_different_domain PASSED [ 90%] 352s tests/test_preprocess.py::TestShiftAndScale::test_unknown_no_propagate PASSED [ 91%] 352s tests/test_preprocess.py::TestShiftAndScale::test_unordered_features PASSED [ 91%] 352s tests/test_preprocess.py::TestShiftAndScale::test_whole_and_train_separate PASSED [ 91%] 352s tests/test_preprocess.py::TestUtils::test_replacex PASSED [ 91%] 352s tests/test_preprocess.py::TestUtils::test_replacex_invalid PASSED [ 91%] 352s tests/test_preprocess.py::TestUtils::test_replacex_transforms PASSED [ 91%] 352s tests/test_preprocess_utils.py::TestEq::test_reference_eq_X_none PASSED [ 91%] 352s tests/test_preprocess_utils.py::TestEq::test_reference_eq_X_same PASSED [ 91%] 352s tests/test_readers.py::TestReaders::test_autointerpolate PASSED [ 91%] 352s tests/test_readers.py::TestDat::test_comma_delim PASSED [ 91%] 352s tests/test_readers.py::TestDat::test_peach_juice SKIPPED (opusFC module 352s not installed) [ 92%] 352s tests/test_readers.py::TestDat::test_roundtrip PASSED [ 92%] 352s tests/test_readers.py::TestDat::test_semicolon_comments PASSED [ 92%] 352s tests/test_readers.py::TestDat::test_semicolon_delimiter PASSED [ 92%] 352s tests/test_readers.py::TestOpusReader::test_no_visible_image_read SKIPPED [ 92%] 352s tests/test_readers.py::TestOpusReader::test_one_visible_image_read SKIPPED [ 92%] 352s tests/test_readers.py::TestHermesHDF5Reader::test_read PASSED [ 92%] 352s tests/test_readers.py::TestNXS_STXM_Diamond_I08::test_read PASSED [ 92%] 353s tests/test_readers.py::TestOmnicMapReader::test_read FAILED [ 92%] 353s tests/test_readers.py::TestAsciiMapReader::test_read PASSED [ 93%] 353s tests/test_readers.py::TestAsciiMapReader::test_roundtrip PASSED [ 93%] 353s tests/test_readers.py::TestAsciiMapReader::test_undefined_map_positions PASSED [ 93%] 353s tests/test_readers.py::TestRenishawReader::test_single_sp_reader FAILED [ 93%] 353s tests/test_readers.py::TestPerkinElmerReader::test_map_reader FAILED [ 93%] 353s tests/test_readers.py::TestPerkinElmerReader::test_single_sp_reader FAILED [ 93%] 353s tests/test_readers.py::TestAgilentReader::test_envi_comparison PASSED [ 93%] 353s tests/test_readers.py::TestAgilentReader::test_image_ifg_read PASSED [ 93%] 353s tests/test_readers.py::TestAgilentReader::test_image_read PASSED [ 93%] 353s tests/test_readers.py::TestAgilentReader::test_mosaic_ifg_read PASSED [ 93%] 353s tests/test_readers.py::TestAgilentReader::test_mosaic_read PASSED [ 94%] 353s tests/test_readers.py::TestAgilentReader::test_no_visible_image_read PASSED [ 94%] 353s tests/test_readers.py::TestAgilentReader::test_visible_image_read PASSED [ 94%] 353s tests/test_readers.py::TestPTIRFileReader::test_array_read PASSED [ 94%] 353s tests/test_readers.py::TestPTIRFileReader::test_get_channels PASSED [ 94%] 353s tests/test_readers.py::TestPTIRFileReader::test_hyperspectral_read PASSED [ 94%] 353s tests/test_readers.py::TestGSF::test_open_2d FAILED [ 94%] 353s tests/test_readers.py::TestGSF::test_open_line PASSED [ 94%] 353s tests/test_readers.py::TestNea::test_open_v1 PASSED [ 94%] 353s tests/test_readers.py::TestNea::test_open_v2 PASSED [ 95%] 353s tests/test_readers.py::TestNeaGSF::test_read FAILED [ 95%] 353s tests/test_readers.py::TestNeaMultiChannel::test_read PASSED [ 95%] 353s tests/test_readers.py::TestEnvi::test_read PASSED [ 95%] 353s tests/test_readers.py::TestSpa::test_open PASSED [ 95%] 353s tests/test_readers.py::TestSpa::test_read_header PASSED [ 95%] 353s tests/test_readers.py::TestSpc::test_multiple_x PASSED [ 95%] 353s tests/test_readers.py::TestMatlab::test_IOError PASSED [ 95%] 353s tests/test_readers.py::TestMatlab::test_mixed_metas PASSED [ 95%] 353s tests/test_readers.py::TestMatlab::test_numeric_metas PASSED [ 95%] 353s tests/test_readers.py::TestMatlab::test_only_annotations PASSED [ 96%] 353s tests/test_readers.py::TestMatlab::test_simple PASSED [ 96%] 353s tests/test_readers.py::TestMatlab::test_string_metas PASSED [ 96%] 353s tests/test_readers.py::TestMatlab::test_with_names PASSED [ 96%] 353s tests/test_readers.py::TestMatlab::test_with_wavenumbers PASSED [ 96%] 353s tests/test_readers.py::TestDataUtil::test_build_spec_table_not_copy PASSED [ 96%] 353s tests/test_readers.py::TestSelectColumn::test_select_column PASSED [ 96%] 353s tests/test_readers.py::TestStxmHdrXim::test_read PASSED [ 96%] 353s tests/test_tile_reader.py::WidgetTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 96%] 353s tests/test_tile_reader.py::WidgetTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 97%] 353s tests/test_tile_reader.py::WidgetTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 97%] 353s tests/test_tile_reader.py::TestTileReaders::test_match_not_tiled PASSED [ 97%] 353s tests/test_tile_reader.py::TestTileReaders::test_tile_load PASSED [ 97%] 353s tests/test_tile_reader.py::TestTileReaders::test_tile_reader PASSED [ 97%] 353s tests/test_tile_reader.py::TestTilePreprocessors::test_preprocessor_list PASSED [ 97%] 353s tests/test_tile_reader.py::TestTilePreprocessors::test_single_preproc PASSED [ 97%] 353s tests/test_tile_reader.py::TestTileReaderWidget::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 97%] 353s tests/test_tile_reader.py::TestTileReaderWidget::test_load PASSED [ 97%] 353s tests/test_tile_reader.py::TestTileReaderWidget::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 97%] 353s tests/test_tile_reader.py::TestTileReaderWidget::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 98%] 353s tests/test_tile_reader.py::TestTileReaderWidget::test_preproc_load PASSED [ 98%] 353s tests/test_utils.py::TestHyperspec::test_hypercube_roundtrip PASSED [ 98%] 353s tests/test_utils.py::TestHyperspec::test_none_attr PASSED [ 98%] 353s tests/test_utils.py::TestSplitToSize::test_more PASSED [ 98%] 353s tests/test_utils.py::TestSplitToSize::test_single PASSED [ 98%] 353s tests/test_widgets_utils.py::TestSelectionPacking::test_pack PASSED [ 98%] 353s tests/test_widgets_utils.py::TestSelectionPacking::test_unpack PASSED [ 98%] 353s tests/test_xas.py::TestXASnormalization::test_all_nans <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 98%] 353s tests/test_xas.py::TestXASnormalization::test_flat PASSED [ 99%] 353s tests/test_xas.py::TestXASnormalization::test_no_attributes <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 99%] 353s tests/test_xas.py::TestXASnormalization::test_no_infs <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 99%] 353s tests/test_xas.py::TestXASnormalization::test_no_samples <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 99%] 354s tests/test_xas.py::TestXASnormalization::test_slightly_different_domain <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 99%] 354s tests/test_xas.py::TestXASnormalization::test_unknown_no_propagate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 99%] 354s tests/test_xas.py::TestXASnormalization::test_unordered_features <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 99%] 354s tests/test_xas.py::TestXASnormalization::test_whole_and_train_separate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 99%] 354s tests/test_xas.py::TestExtractEXAFS::test_edgejump_exception PASSED [ 99%] 354s tests/test_xas.py::TestExtractEXAFS::test_file PASSED [100%] 354s 354s =================================== FAILURES =================================== 354s ______________________ TestOWFFT.test_complex_calculation ______________________ 354s 354s self = 354s 354s def test_complex_calculation(self): 354s """" Test calculation Complex FFT """ 354s 354s self.widget.zff = 2 # 2**2 = 4 354s self.widget.limit_output = False 354s self.widget.peak_search = 1 # MINIMUM 354s self.widget.apod_func = 0 # boxcar 354s 354s self.send_signal(self.widget.Inputs.data, self.ifg_gsf) 354s self.commit_and_wait() 354s # testing info panel text associated with the input file metadata 354s widget_text = self.widget.infoc.text() 354s self.assertIn('Applying Complex Fourier Transform.', widget_text) 354s self.assertIn('Using Calculated Datapoint Spacing (Δx) from metadata', widget_text) 354s 354s spectra = self.get_output(self.widget.Outputs.spectra) 354s phases = self.get_output(self.widget.Outputs.phases) 354s np.testing.assert_allclose(spectra.X.size, (2049)) 354s np.testing.assert_allclose(phases.X.size, (2049)) 354s > np.testing.assert_allclose(spectra.X[0, 396:399], (23.67618359, 25.02051088, 25.82566789)) 354s 354s tests/test_owfft.py:140: 354s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 354s 354s args = (.compare at 0x3ff5f1b2840>, array([nan, nan, nan]), array([23.67618359, 25.02051088, 25.82566789])) 354s kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True} 354s 354s @wraps(func) 354s def inner(*args, **kwds): 354s with self._recreate_cm(): 354s > return func(*args, **kwds) 354s E AssertionError: 354s E Not equal to tolerance rtol=1e-07, atol=0 354s E 354s E x and y nan location mismatch: 354s E x: array([nan, nan, nan]) 354s E y: array([23.676184, 25.020511, 25.825668]) 354s 354s /usr/lib/python3.12/contextlib.py:81: AssertionError 354s _________________________ TestOmnicMapReader.test_read _________________________ 354s 354s self = 354s 354s def test_read(self): 354s > d = Orange.data.Table("small_Omnic.map") 354s 354s tests/test_readers.py:165: 354s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 354s /usr/lib/python3/dist-packages/Orange/data/table.py:716: in __new__ 354s return cls.from_file(args[0], **kwargs) 354s /usr/lib/python3/dist-packages/Orange/data/table.py:1111: in from_file 354s data = reader.read() 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/io/util.py:24: in read 354s return build_spec_table(*self.read_spectra()) 354s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 354s 354s self = 354s 354s def read_spectra(self): 354s om = OmnicMap.OmnicMap(self.filename) 354s info = om.info 354s X = om.data 354s 354s try: 354s > lv = info['OmnicInfo']['Last X value'] 354s E TypeError: 'NoneType' object is not subscriptable 354s 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/io/omnic.py:23: TypeError 354s ___________________ TestRenishawReader.test_single_sp_reader ___________________ 354s 354s self = 354s 354s def test_single_sp_reader(self): 354s > d = Orange.data.Table("renishaw_test_files/sp.wdf") 354s 354s tests/test_readers.py:206: 354s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 354s /usr/lib/python3/dist-packages/Orange/data/table.py:716: in __new__ 354s return cls.from_file(args[0], **kwargs) 354s /usr/lib/python3/dist-packages/Orange/data/table.py:1111: in from_file 354s data = reader.read() 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/io/util.py:24: in read 354s return build_spec_table(*self.read_spectra()) 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/io/util.py:82: in build_spec_table 354s domain = Domain(features, None) 354s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 354s 354s self = <[AttributeError("'Domain' object has no attribute 'attributes'") raised in repr()] Domain object at 0x3ff5cbe7860> 354s attributes = [ContinuousVariable(name='0.002810', number_of_decimals=3), ContinuousVariable(name='0.000000', number_of_decimals=3),...63171421424451584.000000', number_of_decimals=3), ContinuousVariable(name='-103002.539062', number_of_decimals=3), ...] 354s class_vars = [], metas = [], source = None 354s 354s def __init__(self, attributes, class_vars=None, metas=None, source=None): 354s """ 354s Initialize a new domain descriptor. Arguments give the features and 354s the class attribute(s). They can be described by descriptors (instances 354s of :class:`Variable`), or by indices or names if the source domain is 354s given. 354s 354s :param attributes: a list of attributes 354s :type attributes: list of :class:`Variable` 354s :param class_vars: target variable or a list of target variables 354s :type class_vars: :class:`Variable` or list of :class:`Variable` 354s :param metas: a list of meta attributes 354s :type metas: list of :class:`Variable` 354s :param source: the source domain for attributes 354s :type source: Orange.data.Domain 354s :return: a new domain 354s :rtype: :class:`Domain` 354s """ 354s 354s if class_vars is None: 354s class_vars = [] 354s elif isinstance(class_vars, (Variable, Integral, str)): 354s class_vars = [class_vars] 354s elif isinstance(class_vars, Iterable): 354s class_vars = list(class_vars) 354s 354s if not isinstance(attributes, list): 354s attributes = list(attributes) 354s metas = list(metas) if metas else [] 354s 354s # Replace str's and int's with descriptors if 'source' is given; 354s # complain otherwise 354s for lst in (attributes, class_vars, metas): 354s for i, var in enumerate(lst): 354s if not isinstance(var, Variable): 354s if source is not None and isinstance(var, (str, int)): 354s lst[i] = source[var] 354s else: 354s raise TypeError( 354s "descriptors must be instances of Variable, " 354s "not '%s'" % type(var).__name__) 354s 354s names = [var.name for var in chain(attributes, class_vars, metas)] 354s if len(names) != len(set(names)): 354s > raise Exception('All variables in the domain should have' 354s ' unique names.') 354s E Exception: All variables in the domain should have unique names. 354s 354s /usr/lib/python3/dist-packages/Orange/data/domain.py:155: Exception 354s ____________________ TestPerkinElmerReader.test_map_reader _____________________ 354s 354s self = 354s 354s def test_map_reader(self): 354s d = Orange.data.Table("perkinelmer/4x4_pixel_PE_image.fsm") 354s > self.assertEqual(d.X[3][4], 92.9105453491211) 354s E AssertionError: 9.812585233248683e-08 != 92.9105453491211 354s 354s tests/test_readers.py:237: AssertionError 354s _________________ TestPerkinElmerReader.test_single_sp_reader __________________ 354s 354s self = 354s 354s def test_single_sp_reader(self): 354s d = Orange.data.Table("perkinelmer/single_PE_spectrum.sp") 354s > self.assertEqual(d.X[0][4], 100.65028381347656) 354s E AssertionError: 1.3711873873e-312 != 100.65028381347656 354s 354s tests/test_readers.py:231: AssertionError 354s _____________________________ TestGSF.test_open_2d _____________________________ 354s 354s self = 354s 354s def test_open_2d(self): 354s data = Orange.data.Table("whitelight.gsf") 354s self.assertEqual(data.X.shape, (20000, 1)) 354s # check some pixel vaules 354s > self.assertAlmostEqual(data.X[235,0], 1.2788502, 7) 354s E AssertionError: 1.600017979393704e+18 != 1.2788502 within 7 places (1.600017979393704e+18 difference) 354s 354s tests/test_readers.py:414: AssertionError 354s _____________________________ TestNeaGSF.test_read _____________________________ 354s 354s self = 354s 354s def test_read(self): 354s fn = 'NeaReaderGSF_test/NeaReaderGSF_test O2P raw.gsf' 354s absolute_filename = FileFormat.locate(fn, dataset_dirs) 354s data = NeaReaderGSF(absolute_filename).read() 354s self.assertEqual(len(data), 2) 354s self.assertEqual("run", data.domain.metas[2].name) 354s self.assertEqual("O2A", data.metas[0][3]) 354s > np.testing.assert_almost_equal(data.X[0, 0], 0.734363853931427) 354s 354s tests/test_readers.py:461: 354s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 354s 354s args = (8167.40576171875, 0.734363853931427), kwds = {} 354s 354s @wraps(func) 354s def inner(*args, **kwds): 354s with self._recreate_cm(): 354s > return func(*args, **kwds) 354s E AssertionError: 354s E Arrays are not almost equal to 7 decimals 354s E ACTUAL: 8167.40576171875 354s E DESIRED: 0.734363853931427 354s 354s /usr/lib/python3.12/contextlib.py:81: AssertionError 354s =============================== warnings summary =============================== 354s ../../../../usr/lib/python3/dist-packages/Orange/evaluation/testing.py:712 354s /usr/lib/python3/dist-packages/Orange/evaluation/testing.py:712: PytestCollectionWarning: cannot collect test class 'TestOnTestData' because it has a __init__ constructor (from: tests/test_conversion.py) 354s class TestOnTestData(Validation): 354s 354s ../../../../usr/lib/python3/dist-packages/orangecanvas/utils/localization/__init__.py:5 354s /usr/lib/python3/dist-packages/orangecanvas/utils/localization/__init__.py:5: DeprecationWarning: import 'orangecanvas.localization', not 'orangecanvas.utils.localization' 354s warnings.warn( 354s 354s ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/widgets/owstackalign.py:6 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/widgets/owstackalign.py:6: DeprecationWarning: Please import `shift` from the `scipy.ndimage` namespace; the `scipy.ndimage.interpolation` namespace is deprecated and will be removed in SciPy 2.0.0. 354s from scipy.ndimage.interpolation import shift 354s 354s ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: 1 warning 354s tests/test_editor_baseline.py: 14 warnings 354s tests/test_owpreprocess.py: 7 warnings 354s tests/test_preprocess.py: 14 warnings 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _LinearBaselineCommon should define __eq__ and __hash__ to be used for compute_shared 354s super().__init__(commonfn) 354s 354s ../../../../usr/lib/python3/dist-packages/Orange/evaluation/testing.py:712 354s /usr/lib/python3/dist-packages/Orange/evaluation/testing.py:712: PytestCollectionWarning: cannot collect test class 'TestOnTestData' because it has a __init__ constructor (from: tests/test_preprocess.py) 354s class TestOnTestData(Validation): 354s 354s tests/test_als.py: 10 warnings 354s tests/test_editor_als.py: 4 warnings 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: AIRPLSCommon should define __eq__ and __hash__ to be used for compute_shared 354s super().__init__(commonfn) 354s 354s tests/test_als.py: 10 warnings 354s tests/test_editor_als.py: 10 warnings 354s tests/test_owpreprocess.py: 7 warnings 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: ALSCommon should define __eq__ and __hash__ to be used for compute_shared 354s super().__init__(commonfn) 354s 354s tests/test_als.py: 10 warnings 354s tests/test_editor_als.py: 2 warnings 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: ARPLSCommon should define __eq__ and __hash__ to be used for compute_shared 354s super().__init__(commonfn) 354s 354s tests/test_als.py::TestAls::test_no_infs 354s /usr/lib/python3/dist-packages/numpy/core/fromnumeric.py:3504: RuntimeWarning: Mean of empty slice. 354s return _methods._mean(a, axis=axis, dtype=dtype, 354s 354s tests/test_als.py::TestAls::test_no_infs 354s /usr/lib/python3/dist-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide 354s ret = ret.dtype.type(ret / rcount) 354s 354s tests/test_als.py::TestAls::test_no_infs 354s /usr/lib/python3/dist-packages/numpy/core/_methods.py:206: RuntimeWarning: Degrees of freedom <= 0 for slice 354s ret = _var(a, axis=axis, dtype=dtype, out=out, ddof=ddof, 354s 354s tests/test_als.py::TestAls::test_no_infs 354s /usr/lib/python3/dist-packages/numpy/core/_methods.py:163: RuntimeWarning: invalid value encountered in divide 354s arrmean = um.true_divide(arrmean, div, out=arrmean, 354s 354s tests/test_als.py::TestAls::test_no_infs 354s /usr/lib/python3/dist-packages/numpy/core/_methods.py:198: RuntimeWarning: invalid value encountered in scalar divide 354s ret = ret.dtype.type(ret / rcount) 354s 354s tests/test_als.py: 6 warnings 354s tests/test_atm_corr.py: 10 warnings 354s tests/test_conversion.py: 3 warnings 354s tests/test_cut.py: 2 warnings 354s tests/test_despike.py: 2 warnings 354s tests/test_emsc.py: 20 warnings 354s tests/test_integrate.py: 16 warnings 354s tests/test_interpolate.py: 20 warnings 354s tests/test_me_emsc.py: 10 warnings 354s tests/test_owhyper.py: 1 warning 354s tests/test_owinterpolate.py: 2 warnings 354s tests/test_owspectra.py: 1 warning 354s tests/test_owspectralseries.py: 1 warning 354s tests/test_preprocess.py: 72 warnings 354s tests/test_readers.py: 1 warning 354s tests/test_tile_reader.py: 2 warnings 354s tests/test_xas.py: 4 warnings 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _InterpolateCommon should define __eq__ and __hash__ to be used for compute_shared 354s super().__init__(commonfn) 354s 354s tests/test_atm_corr.py: 42 warnings 354s tests/test_editor_atm_corr.py: 9 warnings 354s tests/test_owpreprocess.py: 4 warnings 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _AtmCorr should define __eq__ and __hash__ to be used for compute_shared 354s super().__init__(commonfn) 354s 354s tests/test_atm_corr.py: 42 warnings 354s tests/test_editor_atm_corr.py: 9 warnings 354s tests/test_owpreprocess.py: 4 warnings 354s /usr/lib/python3/dist-packages/Orange/data/variable.py:546: UserWarning: SelectColumn should define __eq__ and __hash__ to be used for compute_value 354s or set InheritEq = True if inherited methods suffice 354s var = type(self)(name=name or self.name, 354s 354s tests/test_atm_corr.py::TestAtmCorr::test_all_nans 354s tests/test_atm_corr.py::TestAtmCorr::test_no_infs 354s tests/test_atm_corr.py::TestAtmCorr::test_no_infs 354s tests/test_atm_corr.py::TestAtmCorr::test_no_infs 354s tests/test_atm_corr.py::TestAtmCorr::test_no_infs 354s tests/test_atm_corr.py::TestAtmCorr::test_no_infs 354s tests/test_atm_corr.py::TestAtmCorr::test_no_infs 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/atm_corr.py:102: RuntimeWarning: invalid value encountered in divide 354s az = az**3 / az2sum 354s 354s tests/test_conversion.py: 2 warnings 354s tests/test_owpreprocess.py: 9 warnings 354s tests/test_preprocess.py: 10 warnings 354s tests/test_tile_reader.py: 2 warnings 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _SavitzkyGolayCommon should define __eq__ and __hash__ to be used for compute_shared 354s super().__init__(commonfn) 354s 354s tests/test_cut.py::TestCut::test_cut_both 354s /usr/lib/python3.12/unittest/case.py:719: DeprecationWarning: The truth value of an empty array is ambiguous. Returning False, but in future this will result in an error. Use `array.size > 0` to check that an array is not empty. 354s if expr: 354s 354s tests/test_despike.py: 11 warnings 354s tests/test_editor_spikeremoval.py: 9 warnings 354s tests/test_owpreprocess.py: 7 warnings 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _DespikeCommon should define __eq__ and __hash__ to be used for compute_shared 354s super().__init__(commonfn) 354s 354s tests/test_despike.py::TestSpikeRemoval::test_spikes 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/__init__.py:874: RuntimeWarning: Mean of empty slice 354s row_out[i] = np.nanmean(row_in[w2]) 354s 354s tests/test_editor_emsc.py: 6 warnings 354s tests/test_emsc.py: 87 warnings 354s tests/test_owpreprocess.py: 4 warnings 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _EMSC should define __eq__ and __hash__ to be used for compute_shared 354s super().__init__(commonfn) 354s 354s tests/test_editor_gaussian.py: 11 warnings 354s tests/test_owpreprocess.py: 7 warnings 354s tests/test_preprocess.py: 10 warnings 354s tests/test_tile_reader.py: 2 warnings 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _GaussianCommon should define __eq__ and __hash__ to be used for compute_shared 354s super().__init__(commonfn) 354s 354s tests/test_editor_me_emsc.py: 27 warnings 354s tests/test_me_emsc.py: 68 warnings 354s tests/test_owpreprocess.py: 6 warnings 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _ME_EMSC should define __eq__ and __hash__ to be used for compute_shared 354s super().__init__(commonfn) 354s 354s tests/test_editor_normalize.py: 23 warnings 354s tests/test_owpreprocess.py: 10 warnings 354s tests/test_preprocess.py: 37 warnings 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _NormalizeCommon should define __eq__ and __hash__ to be used for compute_shared 354s super().__init__(commonfn) 354s 354s tests/test_editor_normalize.py: 2 warnings 354s tests/test_preprocess.py: 42 warnings 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _NormalizeReferenceCommon should define __eq__ and __hash__ to be used for compute_shared 354s super().__init__(commonfn) 354s 354s tests/test_emsc.py: 12 warnings 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/emsc.py:140: RuntimeWarning: invalid value encountered in divide 354s corrected = corrected/m[self.order+1+n_badspec] 354s 354s tests/test_integrate.py: 72 warnings 354s tests/test_owhyper.py: 48 warnings 354s tests/test_owintegrate.py: 19 warnings 354s tests/test_owpeakfit.py: 1 warning 354s tests/test_owpreprocess.py: 7 warnings 354s tests/test_preprocess.py: 13 warnings 354s tests/test_tile_reader.py: 2 warnings 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/integrate.py:28: UserWarning: _IntegrateCommon should define __eq__ and __hash__ to be used for compute_shared 354s super().__init__(commonfn) 354s 354s tests/test_irfft.py::TestIRFFT::test_agilent_fft_ab 354s /tmp/autopkgtest.wK5i8C/autopkgtest_tmp/build/tests/test_irfft.py:97: RuntimeWarning: invalid value encountered in log10 354s ab = np.log10(rsc / ssc) 354s 354s tests/test_irfft.py::TestIRFFT::test_multi_ab 354s /tmp/autopkgtest.wK5i8C/autopkgtest_tmp/build/tests/test_irfft.py:134: RuntimeWarning: invalid value encountered in log10 354s ab = np.log10(rsc / ssc) 354s 354s tests/test_me_emsc.py::TestME_EMSC::test_no_infs 354s tests/test_me_emsc.py::TestME_EMSC::test_no_infs 354s tests/test_me_emsc.py::TestME_EMSC::test_no_infs 354s tests/test_me_emsc.py::TestME_EMSC::test_no_infs 354s tests/test_me_emsc.py::TestME_EMSC::test_no_infs 354s tests/test_me_emsc.py::TestME_EMSC::test_no_infs 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/me_emsc.py:142: RuntimeWarning: invalid value encountered in divide 354s corrected = corrected / m[1 + self.ncomp] 354s 354s tests/test_owalignstack.py::test_image 354s /usr/lib/python3/dist-packages/_pytest/python.py:163: PytestReturnNotNoneWarning: Expected None, but tests/test_owalignstack.py::test_image returned array([[0., 1., 0., 0., 0., 0., 1.], 354s [0., 0., 5., 0., 0., 0., 1.], 354s [0., 0., 0., 3., 0., 0., 1.], 354s [0., 0., 0., 0., 1., 0., 1.], 354s [0., 0., 0., 0., 0., 1., 1.]]), which will be an error in a future version of pytest. Did you mean to use `assert` instead of `return`? 354s warnings.warn( 354s 354s tests/test_owcos.py::TestOWCOS::test_calc_cos 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/widgets/owcos.py:48: RuntimeWarning: divide by zero encountered in divide 354s hn = np.where(i != j, 1 / (np.pi * (j - i)), 0) 354s 354s tests/test_owfft.py: 13 warnings 354s tests/test_owhyper.py: 2 warnings 354s tests/test_owspectralseries.py: 1 warning 354s tests/test_readers.py: 6 warnings 354s /usr/lib/python3/dist-packages/Orange/data/table.py:2462: RuntimeWarning: invalid value encountered in cast 354s array = np.asarray(array, dtype=dtype) 354s 354s tests/test_owfft.py::TestOWFFT::test_calculation 354s /tmp/autopkgtest.wK5i8C/autopkgtest_tmp/build/tests/test_owfft.py:111: RuntimeWarning: invalid value encountered in log10 354s calc_abs = np.log10(rsc.X / ssc.X) 354s 354s tests/test_owhyper.py::TestReadCoordinates::test_index_nan 354s tests/test_owhyper.py::TestOWHyper::test_strange 354s tests/test_owhyper.py::TestOWHyper::test_unknown_values_axes 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/utils/__init__.py:68: RuntimeWarning: invalid value encountered in cast 354s return np.round(positions).astype(int), np.isnan(positions) 354s 354s tests/test_owhyper.py::TestVectorPlot::test_vect_bin 354s tests/test_owhyper.py::TestVectorPlot::test_vect_bin 354s tests/test_owhyper.py::TestVectorPlot::test_vect_bin 354s tests/test_owhyper.py::TestVectorPlot::test_vect_bin 354s tests/test_owhyper.py::TestVectorPlot::test_vect_bin 354s tests/test_owhyper.py::TestVectorPlot::test_vect_bin 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/widgets/owhyper.py:652: RuntimeWarning: Mean of empty slice 354s np.nanmean(col_df.iloc[i:i+bin_sz,j:j+bin_sz].to_numpy()) 354s 354s tests/test_owmultifile.py::TestOWMultifile::test_special_spectral_reading 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/widgets/owmultifile.py:124: RuntimeWarning: invalid value encountered in cast 354s data.X[pos:pos+len(table), indices] = special[1] 354s 354s tests/test_owpeakfit.py: 14 warnings 354s /usr/lib/python3/dist-packages/lmfit/jsonutils.py:30: DeprecationWarning: Please import `gaussian` from the `scipy.signal.windows` namespace; the `scipy.signal.windows.windows` namespace is deprecated and will be removed in SciPy 2.0.0. 354s t = getattr(module, oname, None) 354s 354s tests/test_owpeakfit.py: 32 warnings 354s tests/test_owpolar.py: 9 warnings 354s /usr/lib/python3.12/multiprocessing/popen_fork.py:66: DeprecationWarning: This process (pid=6623) is multi-threaded, use of fork() may lead to deadlocks in the child. 354s self.pid = os.fork() 354s 354s tests/test_owpeakfit.py::TestOWPeakFit::test_allint_indv 354s /usr/lib/python3/dist-packages/asteval/asteval.py:922: RuntimeWarning: overflow encountered in exp 354s out = func(*args, **keywords) 354s 354s tests/test_owpeakfit.py::TestOWPeakFit::test_allint_indv 354s /usr/lib/python3/dist-packages/asteval/astutils.py:263: RuntimeWarning: invalid value encountered in scalar subtract 354s ast.Sub: lambda a, b: a - b, 354s 354s tests/test_owpls.py: 22 warnings 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/models/pls.py:49: UserWarning: _PLSCommonTransform should define __eq__ and __hash__ to be used for compute_shared 354s super().__init__(transform) 354s 354s tests/test_owpls.py: 22 warnings 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/models/pls.py:85: UserWarning: PLSProjector should define __eq__ and __hash__ to be used for compute_value 354s or set InheritEq = True if inherited methods suffice 354s return ContinuousVariable(name, compute_value=PLSProjector(transformer, i)) 354s 354s tests/test_owpls.py: 19 warnings 354s /usr/lib/python3/dist-packages/orangewidget/gui.py:2075: UserWarning: decorate OWPLS.apply with @gui.deferred and then explicitly call apply.now or apply.deferred. 354s warnings.warn( 354s 354s tests/test_owpolar.py: 12 warnings 354s /usr/lib/python3/dist-packages/orangewidget/utils/listview.py:108: DeprecationWarning: ListViewSearch is deprecated and will be removed in upcoming releases. Use ListViewFilter instead. 354s warnings.warn("ListViewSearch is deprecated and will be removed " 354s 354s tests/test_owpreprocess.py: 6 warnings 354s tests/test_preprocess.py: 9 warnings 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _PCAReconstructCommon should define __eq__ and __hash__ to be used for compute_shared 354s super().__init__(commonfn) 354s 354s tests/test_owpreprocess.py: 7 warnings 354s tests/test_preprocess.py: 52 warnings 354s tests/test_tile_reader.py: 2 warnings 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _TransmittanceCommon should define __eq__ and __hash__ to be used for compute_shared 354s super().__init__(commonfn) 354s 354s tests/test_owpreprocess.py: 7 warnings 354s tests/test_preprocess.py: 10 warnings 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _ShiftAndScaleCommon should define __eq__ and __hash__ to be used for compute_shared 354s super().__init__(commonfn) 354s 354s tests/test_owpreprocess.py: 6 warnings 354s tests/test_preprocess.py: 6 warnings 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _MNFCommon should define __eq__ and __hash__ to be used for compute_shared 354s super().__init__(commonfn) 354s 354s tests/test_owpreprocess.py: 7 warnings 354s tests/test_xas.py: 18 warnings 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _XASnormalizationCommon should define __eq__ and __hash__ to be used for compute_shared 354s super().__init__(commonfn) 354s 354s tests/test_owpreprocess.py: 4 warnings 354s tests/test_xas.py: 11 warnings 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _ExtractEXAFSCommon should define __eq__ and __hash__ to be used for compute_shared 354s super().__init__(commonfn) 354s 354s tests/test_owpreprocess.py::TestAllPreprocessors::test_allpreproc_indv_empty 354s tests/test_preprocess.py::TestPCADenoising::test_no_samples 354s tests/test_preprocess.py::TestMNFDenoising::test_no_samples 354s /usr/lib/python3/dist-packages/Orange/data/table.py:219: UserWarning: must return a column, not 2d array 354s warnings.warn(err) 354s 354s tests/test_owpreprocess.py::TestAllPreprocessors::test_allpreproc_indv_empty 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/widgets/preprocessors/atm_corr.py:108: RuntimeWarning: All-NaN slice encountered 354s self.preview_data_max = np.nanmax(spectra_mean(data.X)) 354s 354s tests/test_owspectralseries.py: 14 warnings 354s /usr/lib/python3/dist-packages/Orange/widgets/gui.py:483: DeprecationWarning: Argument 'valueType' is deprecated and ignored 354s warnings.warn("Argument 'valueType' is deprecated and ignored", 354s 354s tests/test_preprocess.py: 42 warnings 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _SpSubtractCommon should define __eq__ and __hash__ to be used for compute_shared 354s super().__init__(commonfn) 354s 354s tests/test_preprocess.py::TestTransmittance::test_all_nans 354s tests/test_preprocess.py::TestTransmittance::test_no_infs 354s tests/test_preprocess.py::TestTransmittance::test_unordered_features 354s tests/test_preprocess.py::TestTransmittance::test_unordered_features 354s tests/test_preprocess.py::TestTransmittance::test_whole_and_train_separate 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/transform.py:97: RuntimeWarning: divide by zero encountered in divide 354s transd = data.X / ref_X 354s 354s tests/test_preprocess.py::TestTransmittance::test_no_infs 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/transform.py:97: RuntimeWarning: invalid value encountered in divide 354s transd = data.X / ref_X 354s 354s tests/test_preprocess.py: 51 warnings 354s tests/test_tile_reader.py: 2 warnings 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _AbsorbanceCommon should define __eq__ and __hash__ to be used for compute_shared 354s super().__init__(commonfn) 354s 354s tests/test_preprocess.py::TestAbsorbance::test_all_nans 354s tests/test_preprocess.py::TestAbsorbance::test_no_infs 354s tests/test_preprocess.py::TestAbsorbance::test_unordered_features 354s tests/test_preprocess.py::TestAbsorbance::test_unordered_features 354s tests/test_preprocess.py::TestAbsorbance::test_whole_and_train_separate 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/transform.py:33: RuntimeWarning: divide by zero encountered in log10 354s np.log10(absd, absd) 354s 354s tests/test_preprocess.py::TestAbsorbance::test_no_infs 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/transform.py:38: RuntimeWarning: divide by zero encountered in log10 354s absd = np.log10(data.X) 354s 354s tests/test_preprocess.py::TestAbsorbance::test_no_infs 354s tests/test_preprocess.py::TestAbsorbance::test_no_infs 354s tests/test_preprocess.py::TestAbsorbance::test_no_infs 354s tests/test_preprocess.py::TestAbsorbance::test_no_infs 354s tests/test_preprocess.py::TestAbsorbance::test_no_infs 354s tests/test_preprocess.py::TestAbsorbance::test_no_infs 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/transform.py:32: RuntimeWarning: divide by zero encountered in divide 354s absd = ref_X / data.X 354s 354s tests/test_preprocess.py::TestAbsorbance::test_no_infs 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/transform.py:32: RuntimeWarning: invalid value encountered in divide 354s absd = ref_X / data.X 354s 354s tests/test_preprocess.py: 11 warnings 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _RubberbandBaselineCommon should define __eq__ and __hash__ to be used for compute_shared 354s super().__init__(commonfn) 354s 354s tests/test_preprocess.py::TestNormalize::test_no_infs 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/__init__.py:402: RuntimeWarning: invalid value encountered in divide 354s data.X /= norm_data.X 354s 354s tests/test_preprocess.py::TestNormalize::test_no_infs 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/__init__.py:420: RuntimeWarning: invalid value encountered in divide 354s data.X = data.X / (max - min) 354s 354s tests/test_preprocess.py::TestNormalizeReference::test_all_nans 354s tests/test_preprocess.py::TestNormalizeReference::test_no_infs 354s tests/test_preprocess.py::TestNormalizeReference::test_unordered_features 354s tests/test_preprocess.py::TestNormalizeReference::test_unordered_features 354s tests/test_preprocess.py::TestNormalizeReference::test_whole_and_train_separate 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/__init__.py:462: RuntimeWarning: divide by zero encountered in divide 354s return replace_infs(data.X / ref_X) 354s 354s tests/test_preprocess.py: 42 warnings 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _NormalizePhaseReferenceCommon should define __eq__ and __hash__ to be used for compute_shared 354s super().__init__(commonfn) 354s 354s tests/test_preprocess.py::TestNormalizeReference::test_no_infs 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/__init__.py:462: RuntimeWarning: invalid value encountered in divide 354s return replace_infs(data.X / ref_X) 354s 354s tests/test_readers.py::TestOmnicMapReader::test_read 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/utils/pymca5/OmnicMap.py:148: RuntimeWarning: invalid value encountered in scalar divide 354s deltaY = (yPositions[-1] - yPositions[0]) / (self.__nFiles - 1) 354s 354s tests/test_tile_reader.py::TestTileReaderWidget::test_image_export 354s tests/test_tile_reader.py::TestTileReaderWidget::test_load 354s tests/test_tile_reader.py::TestTileReaderWidget::test_minimum_size 354s tests/test_tile_reader.py::TestTileReaderWidget::test_msg_base_class 354s tests/test_tile_reader.py::TestTileReaderWidget::test_preproc_load 354s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/widgets/owtilefile.py:121: DeprecationWarning: 'addSpace' has been deprecated. Use gui.separator instead. 354s vbox = gui.radioButtons(None, self, "source", box=True, addSpace=True, 354s 354s tests/test_xas.py::TestXASnormalization::test_no_infs 354s tests/test_xas.py::TestXASnormalization::test_no_infs 354s /usr/lib/python3/dist-packages/extranormal3/normal_xas.py:83: RuntimeWarning: invalid value encountered in divide 354s return numpy.array((spectrum[1]-preedge_fitcurve[1]-flattening)/norm_const), norm_const 354s 354s tests/test_xas.py::TestExtractEXAFS::test_file 354s /usr/lib/python3/dist-packages/extranormal3/extra_exafs.py:96: RuntimeWarning: divide by zero encountered in divide 354s sigma=1./k_interp**kweight 354s 354s -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 354s =========================== short test summary info ============================ 354s FAILED tests/test_owfft.py::TestOWFFT::test_complex_calculation - AssertionError: 354s Not equal to tolerance rtol=1e-07, atol=0 354s 354s x and y nan location mismatch: 354s x: array([nan, nan, nan]) 354s y: array([23.676184, 25.020511, 25.825668]) 354s FAILED tests/test_readers.py::TestOmnicMapReader::test_read - TypeError: 'NoneType' object is not subscriptable 354s FAILED tests/test_readers.py::TestRenishawReader::test_single_sp_reader - Exception: All variables in the domain should have unique names. 354s FAILED tests/test_readers.py::TestPerkinElmerReader::test_map_reader - AssertionError: 9.812585233248683e-08 != 92.9105453491211 354s FAILED tests/test_readers.py::TestPerkinElmerReader::test_single_sp_reader - AssertionError: 1.3711873873e-312 != 100.65028381347656 354s FAILED tests/test_readers.py::TestGSF::test_open_2d - AssertWidgets left: 0 Max widgets: 24166 354s 354s ionError: 1.600017979393704e+18 != 1.2788502 within 7 places (1.600017979393704e+18 difference) 354s FAILED tests/test_readers.py::TestNeaGSF::test_read - AssertionError: 354s Arrays are not almost equal to 7 decimals 354s ACTUAL: 8167.40576171875 354s DESIRED: 0.734363853931427 354s = 7 failed, 754 passed, 189 skipped, 96 deselected, 1478 warnings in 103.46s (0:01:43) = 354s E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd /tmp/autopkgtest.wK5i8C/autopkgtest_tmp/build; python3.12 -m pytest --verbosity=2 -k "not Mixin" 354s I: pybuild base:311: cd /tmp/autopkgtest.wK5i8C/autopkgtest_tmp/build; python3.13 -m pytest --verbosity=2 -k "not Mixin" 354s ============================= test session starts ============================== 354s platform linux -- Python 3.13.2, pytest-8.3.4, pluggy-1.5.0 -- /usr/bin/python3.13 354s cachedir: .pytest_cache 354s rootdir: /tmp/autopkgtest.wK5i8C/autopkgtest_tmp/build 354s plugins: subtests-0.13.1, anyio-4.7.0, xvfb-3.0.0, typeguard-4.4.1 358s collecting ... collected 1045 items / 96 deselected / 949 selected 358s 358s tests/test_als.py::TestAls::test_airpls_basic PASSED [ 0%] 358s tests/test_als.py::TestAls::test_all_nans <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 0%] 358s tests/test_als.py::TestAls::test_als_Basic PASSED [ 0%] 358s tests/test_als.py::TestAls::test_arpls_basic PASSED [ 0%] 358s tests/test_als.py::TestAls::test_no_attributes <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 0%] 358s tests/test_als.py::TestAls::test_no_infs <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 0%] 358s tests/test_als.py::TestAls::test_no_samples <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 0%] 358s tests/test_als.py::TestAls::test_slightly_different_domain <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 0%] 358s tests/test_als.py::TestAls::test_unknown_no_propagate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 0%] 359s tests/test_als.py::TestAls::test_unordered_features <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 1%] 359s tests/test_als.py::TestAls::test_whole_and_train_separate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 1%] 359s tests/test_atm_corr.py::TestAtmCorr::test_all_nans <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 1%] 359s tests/test_atm_corr.py::TestAtmCorr::test_atm_corr PASSED [ 1%] 359s tests/test_atm_corr.py::TestAtmCorr::test_no_attributes <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 1%] 359s tests/test_atm_corr.py::TestAtmCorr::test_no_infs <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 1%] 359s tests/test_atm_corr.py::TestAtmCorr::test_no_samples <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 1%] 359s tests/test_atm_corr.py::TestAtmCorr::test_slightly_different_domain <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 1%] 360s tests/test_atm_corr.py::TestAtmCorr::test_unknown_no_propagate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 1%] 360s tests/test_atm_corr.py::TestAtmCorr::test_unordered_features <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 2%] 360s tests/test_atm_corr.py::TestAtmCorr::test_whole_and_train_separate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 2%] 360s tests/test_conversion.py::TestConversion::test_predict_different_domain PASSED [ 2%] 360s tests/test_conversion.py::TestConversion::test_predict_different_domain_interpolation PASSED [ 2%] 360s tests/test_conversion.py::TestConversion::test_predict_same_domain PASSED [ 2%] 360s tests/test_conversion.py::TestConversion::test_predict_savgol_another_interpolate PASSED [ 2%] 360s tests/test_conversion.py::TestConversion::test_predict_savgov_same_domain PASSED [ 2%] 360s tests/test_cut.py::TestCut::test_all_nans <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 2%] 360s tests/test_cut.py::TestCut::test_cut_both PASSED [ 2%] 360s tests/test_cut.py::TestCut::test_cut_both_inverse PASSED [ 2%] 360s tests/test_cut.py::TestCut::test_cut_single PASSED [ 3%] 360s tests/test_cut.py::TestCut::test_cut_single_inverse PASSED [ 3%] 360s tests/test_cut.py::TestCut::test_no_attributes <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 3%] 360s tests/test_cut.py::TestCut::test_no_infs <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 3%] 360s tests/test_cut.py::TestCut::test_no_samples <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 3%] 360s tests/test_cut.py::TestCut::test_slightly_different_domain <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 3%] 360s tests/test_cut.py::TestCut::test_unknown_no_propagate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 3%] 360s tests/test_cut.py::TestCut::test_unordered_features <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 3%] 360s tests/test_cut.py::TestCut::test_whole_and_train_separate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 3%] 360s tests/test_despike.py::TestSpikeRemoval::test_all_nans <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 4%] 360s tests/test_despike.py::TestSpikeRemoval::test_no_attributes <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 4%] 360s tests/test_despike.py::TestSpikeRemoval::test_no_infs <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 4%] 360s tests/test_despike.py::TestSpikeRemoval::test_no_samples <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 4%] 360s tests/test_despike.py::TestSpikeRemoval::test_nospike PASSED [ 4%] 361s tests/test_despike.py::TestSpikeRemoval::test_slightly_different_domain <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 4%] 361s tests/test_despike.py::TestSpikeRemoval::test_spikes PASSED [ 4%] 361s tests/test_despike.py::TestSpikeRemoval::test_unknown_no_propagate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 4%] 361s tests/test_despike.py::TestSpikeRemoval::test_unordered_features <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 4%] 361s tests/test_despike.py::TestSpikeRemoval::test_whole_and_train_separate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 4%] 361s tests/test_editor_als.py::PreprocessorEditorTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 5%] 361s tests/test_editor_als.py::PreprocessorEditorTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 5%] 361s tests/test_editor_als.py::PreprocessorEditorTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 5%] 361s tests/test_editor_als.py::TestALSEditor::test_airpls PASSED [ 5%] 361s tests/test_editor_als.py::TestALSEditor::test_arpls PASSED [ 5%] 361s tests/test_editor_als.py::TestALSEditor::test_disable_types PASSED [ 5%] 361s tests/test_editor_als.py::TestALSEditor::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 5%] 361s tests/test_editor_als.py::TestALSEditor::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 5%] 361s tests/test_editor_als.py::TestALSEditor::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 5%] 361s tests/test_editor_als.py::TestALSEditor::test_no_interaction PASSED [ 6%] 362s tests/test_editor_atm_corr.py::PreprocessorEditorTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 6%] 362s tests/test_editor_atm_corr.py::PreprocessorEditorTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 6%] 362s tests/test_editor_atm_corr.py::PreprocessorEditorTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 6%] 362s tests/test_editor_atm_corr.py::TestAtmCorrEditor::test_controls PASSED [ 6%] 362s tests/test_editor_atm_corr.py::TestAtmCorrEditor::test_controls_load PASSED [ 6%] 362s tests/test_editor_atm_corr.py::TestAtmCorrEditor::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 6%] 362s tests/test_editor_atm_corr.py::TestAtmCorrEditor::test_interaction PASSED [ 6%] 362s tests/test_editor_atm_corr.py::TestAtmCorrEditor::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 6%] 362s tests/test_editor_atm_corr.py::TestAtmCorrEditor::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 6%] 362s tests/test_editor_atm_corr.py::TestAtmCorrEditor::test_no_interaction PASSED [ 7%] 362s tests/test_editor_baseline.py::PreprocessorEditorTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 7%] 362s tests/test_editor_baseline.py::PreprocessorEditorTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 7%] 362s tests/test_editor_baseline.py::PreprocessorEditorTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 7%] 363s tests/test_editor_baseline.py::TestBaselineEditor::test_add_limit PASSED [ 7%] 363s tests/test_editor_baseline.py::TestBaselineEditor::test_disable_checkbox PASSED [ 7%] 363s tests/test_editor_baseline.py::TestBaselineEditor::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 7%] 363s tests/test_editor_baseline.py::TestBaselineEditor::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 7%] 363s tests/test_editor_baseline.py::TestBaselineEditor::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 7%] 363s tests/test_editor_baseline.py::TestBaselineEditor::test_no_interaction PASSED [ 8%] 364s tests/test_editor_baseline.py::TestBaselineEditor::test_remove_limit PASSED [ 8%] 364s tests/test_editor_cut.py::PreprocessorEditorTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 8%] 364s tests/test_editor_cut.py::PreprocessorEditorTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 8%] 364s tests/test_editor_cut.py::PreprocessorEditorTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 8%] 364s tests/test_editor_cut.py::TestCutEditor::test_basic PASSED [ 8%] 364s tests/test_editor_cut.py::TestCutEditor::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 8%] 364s tests/test_editor_cut.py::TestCutEditor::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 8%] 364s tests/test_editor_cut.py::TestCutEditor::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 8%] 364s tests/test_editor_cut.py::TestCutEditor::test_no_interaction PASSED [ 8%] 364s tests/test_editor_emsc.py::PreprocessorEditorTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 9%] 364s tests/test_editor_emsc.py::PreprocessorEditorTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 9%] 364s tests/test_editor_emsc.py::PreprocessorEditorTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 9%] 364s tests/test_editor_emsc.py::TestEMSCEditor::test_activate_options PASSED [ 9%] 364s tests/test_editor_emsc.py::TestEMSCEditor::test_add_range PASSED [ 9%] 364s tests/test_editor_emsc.py::TestEMSCEditor::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 9%] 364s tests/test_editor_emsc.py::TestEMSCEditor::test_migrate_smoothing PASSED [ 9%] 364s tests/test_editor_emsc.py::TestEMSCEditor::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 9%] 365s tests/test_editor_emsc.py::TestEMSCEditor::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 9%] 365s tests/test_editor_emsc.py::TestEMSCEditor::test_no_interaction PASSED [ 10%] 365s tests/test_editor_gaussian.py::PreprocessorEditorTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 10%] 365s tests/test_editor_gaussian.py::PreprocessorEditorTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 10%] 365s tests/test_editor_gaussian.py::PreprocessorEditorTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 10%] 365s tests/test_editor_gaussian.py::TestGaussianEditor::test_basic PASSED [ 10%] 365s tests/test_editor_gaussian.py::TestGaussianEditor::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 10%] 365s tests/test_editor_gaussian.py::TestGaussianEditor::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 10%] 365s tests/test_editor_gaussian.py::TestGaussianEditor::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 10%] 365s tests/test_editor_gaussian.py::TestGaussianEditor::test_no_interaction PASSED [ 10%] 365s tests/test_editor_gaussian.py::TestGaussianEditor::test_zero PASSED [ 10%] 365s tests/test_editor_me_emsc.py::PreprocessorEditorTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 11%] 365s tests/test_editor_me_emsc.py::PreprocessorEditorTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 11%] 365s tests/test_editor_me_emsc.py::PreprocessorEditorTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 11%] 365s tests/test_editor_me_emsc.py::TestMeEMSCEditor::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 11%] 366s tests/test_editor_me_emsc.py::TestMeEMSCEditor::test_iterations PASSED [ 11%] 366s tests/test_editor_me_emsc.py::TestMeEMSCEditor::test_migrate_smoothing PASSED [ 11%] 366s tests/test_editor_me_emsc.py::TestMeEMSCEditor::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 11%] 366s tests/test_editor_me_emsc.py::TestMeEMSCEditor::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 11%] 367s tests/test_editor_me_emsc.py::TestMeEMSCEditor::test_ncomp PASSED [ 11%] 367s tests/test_editor_me_emsc.py::TestMeEMSCEditor::test_no_interaction PASSED [ 12%] 367s tests/test_editor_me_emsc.py::TestMeEMSCEditor::test_refractive_index PASSED [ 12%] 368s tests/test_editor_me_emsc.py::TestMeEMSCEditor::test_spherical_radius PASSED [ 12%] 368s tests/test_editor_normalize.py::PreprocessorEditorTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 12%] 368s tests/test_editor_normalize.py::PreprocessorEditorTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 12%] 368s tests/test_editor_normalize.py::PreprocessorEditorTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 12%] 368s tests/test_editor_normalize.py::TestNormalizeEditor::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 12%] 368s tests/test_editor_normalize.py::TestNormalizeEditor::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 12%] 368s tests/test_editor_normalize.py::TestNormalizeEditor::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 12%] 368s tests/test_editor_normalize.py::TestNormalizeEditor::test_no_interaction PASSED [ 12%] 368s tests/test_editor_normalize.py::TestNormalizeEditor::test_normalize_by_reference PASSED [ 13%] 368s tests/test_editor_normalize.py::TestNormalizeEditor::test_normalize_by_reference_no_reference PASSED [ 13%] 369s tests/test_editor_normalize.py::TestNormalizeEditor::test_normalize_by_reference_wrong_reference PASSED [ 13%] 369s tests/test_editor_spikeremoval.py::PreprocessorEditorTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 13%] 369s tests/test_editor_spikeremoval.py::PreprocessorEditorTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 13%] 369s tests/test_editor_spikeremoval.py::PreprocessorEditorTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 13%] 369s tests/test_editor_spikeremoval.py::TestSpikeRemovalEditor::test_basic PASSED [ 13%] 369s tests/test_editor_spikeremoval.py::TestSpikeRemovalEditor::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 13%] 369s tests/test_editor_spikeremoval.py::TestSpikeRemovalEditor::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 13%] 369s tests/test_editor_spikeremoval.py::TestSpikeRemovalEditor::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 14%] 369s tests/test_editor_spikeremoval.py::TestSpikeRemovalEditor::test_no_interaction PASSED [ 14%] 369s tests/test_editor_spikeremoval.py::TestSpikeRemovalEditor::test_none PASSED [ 14%] 369s tests/test_emsc.py::TestEMSC::test_ab PASSED [ 14%] 369s tests/test_emsc.py::TestEMSC::test_abde PASSED [ 14%] 370s tests/test_emsc.py::TestEMSC::test_all_nans <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 14%] 370s tests/test_emsc.py::TestEMSC::test_badspectra PASSED [ 14%] 370s tests/test_emsc.py::TestEMSC::test_interpolate_wavenumbers PASSED [ 14%] 370s tests/test_emsc.py::TestEMSC::test_multiple_badspectra PASSED [ 14%] 370s tests/test_emsc.py::TestEMSC::test_no_attributes <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 14%] 370s tests/test_emsc.py::TestEMSC::test_no_infs <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 15%] 370s tests/test_emsc.py::TestEMSC::test_no_reference PASSED [ 15%] 370s tests/test_emsc.py::TestEMSC::test_no_samples <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 15%] 370s tests/test_emsc.py::TestEMSC::test_order_wavenumbers PASSED [ 15%] 370s tests/test_emsc.py::TestEMSC::test_select_all PASSED [ 15%] 371s tests/test_emsc.py::TestEMSC::test_slightly_different_domain <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 15%] 372s tests/test_emsc.py::TestEMSC::test_unknown_no_propagate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 15%] 372s tests/test_emsc.py::TestEMSC::test_unordered_features <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 15%] 373s tests/test_emsc.py::TestEMSC::test_whole_and_train_separate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 15%] 373s tests/test_emsc.py::TestSelectionFuctions::test_no_smoothing PASSED [ 16%] 373s tests/test_emsc.py::TestSelectionFuctions::test_overlap PASSED [ 16%] 373s tests/test_emsc.py::TestSelectionFuctions::test_smoothing PASSED [ 16%] 373s tests/test_integrate.py::TestIntegrate::test_all_nans <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 16%] 373s tests/test_integrate.py::TestIntegrate::test_baseline PASSED [ 16%] 373s tests/test_integrate.py::TestIntegrate::test_different_integrals PASSED [ 16%] 373s tests/test_integrate.py::TestIntegrate::test_empty_interval PASSED [ 16%] 373s tests/test_integrate.py::TestIntegrate::test_metas_output PASSED [ 16%] 373s tests/test_integrate.py::TestIntegrate::test_names PASSED [ 16%] 373s tests/test_integrate.py::TestIntegrate::test_no_attributes <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 16%] 373s tests/test_integrate.py::TestIntegrate::test_no_infs <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 17%] 373s tests/test_integrate.py::TestIntegrate::test_no_samples <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 17%] 373s tests/test_integrate.py::TestIntegrate::test_peakat PASSED [ 17%] 373s tests/test_integrate.py::TestIntegrate::test_peakbaseline PASSED [ 17%] 373s tests/test_integrate.py::TestIntegrate::test_peakmax PASSED [ 17%] 373s tests/test_integrate.py::TestIntegrate::test_peakx PASSED [ 17%] 373s tests/test_integrate.py::TestIntegrate::test_peakxbaseline PASSED [ 17%] 373s tests/test_integrate.py::TestIntegrate::test_repeated PASSED [ 17%] 373s tests/test_integrate.py::TestIntegrate::test_separate_baseline PASSED [ 17%] 373s tests/test_integrate.py::TestIntegrate::test_simple PASSED [ 18%] 373s tests/test_integrate.py::TestIntegrate::test_slightly_different_domain <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 18%] 373s tests/test_integrate.py::TestIntegrate::test_unknown_no_propagate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 18%] 373s tests/test_integrate.py::TestIntegrate::test_unordered_features <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 18%] 373s tests/test_integrate.py::TestIntegrate::test_whole_and_train_separate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 18%] 373s tests/test_interpolate.py::TestInterpolate::test_all_nans <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 18%] 373s tests/test_interpolate.py::TestInterpolate::test_domain_conversion PASSED [ 18%] 373s tests/test_interpolate.py::TestInterpolate::test_floatname PASSED [ 18%] 373s tests/test_interpolate.py::TestInterpolate::test_nan_extend_edges_and_interpolate PASSED [ 18%] 373s tests/test_interpolate.py::TestInterpolate::test_nan_extend_edges_and_interpolate_mixed PASSED [ 18%] 373s tests/test_interpolate.py::TestInterpolate::test_no_attributes <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 19%] 373s tests/test_interpolate.py::TestInterpolate::test_no_infs <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 19%] 373s tests/test_interpolate.py::TestInterpolate::test_no_samples <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 19%] 373s tests/test_interpolate.py::TestInterpolate::test_nofloatname PASSED [ 19%] 373s tests/test_interpolate.py::TestInterpolate::test_out_of_band PASSED [ 19%] 373s tests/test_interpolate.py::TestInterpolate::test_permute PASSED [ 19%] 373s tests/test_interpolate.py::TestInterpolate::test_same PASSED [ 19%] 373s tests/test_interpolate.py::TestInterpolate::test_slightly_different_domain <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 19%] 373s tests/test_interpolate.py::TestInterpolate::test_unknown_elsewhere PASSED [ 19%] 373s tests/test_interpolate.py::TestInterpolate::test_unknown_elsewhere_different PASSED [ 20%] 373s tests/test_interpolate.py::TestInterpolate::test_unknown_middle PASSED [ 20%] 373s tests/test_interpolate.py::TestInterpolate::test_unknown_no_propagate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 20%] 373s tests/test_interpolate.py::TestInterpolate::test_unordered_features <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 20%] 373s tests/test_interpolate.py::TestInterpolate::test_whole_and_train_separate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 20%] 373s tests/test_interpolate.py::TestInterpolateToDomain::test_not_all_continuous PASSED [ 20%] 373s tests/test_interpolate.py::TestInterpolateToDomain::test_same_domain PASSED [ 20%] 373s tests/test_interpolate.py::TestInterpolateDask::test_all_nans <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py SKIPPED [ 20%] 373s tests/test_interpolate.py::TestInterpolateDask::test_domain_conversion SKIPPED [ 20%] 373s tests/test_interpolate.py::TestInterpolateDask::test_floatname SKIPPED [ 20%] 373s tests/test_interpolate.py::TestInterpolateDask::test_nan_extend_edges_and_interpolate SKIPPED [ 21%] 373s tests/test_interpolate.py::TestInterpolateDask::test_nan_extend_edges_and_interpolate_mixed SKIPPED [ 21%] 373s tests/test_interpolate.py::TestInterpolateDask::test_no_attributes <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py SKIPPED [ 21%] 373s tests/test_interpolate.py::TestInterpolateDask::test_no_infs <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py SKIPPED [ 21%] 373s tests/test_interpolate.py::TestInterpolateDask::test_no_samples <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py SKIPPED [ 21%] 373s tests/test_interpolate.py::TestInterpolateDask::test_nofloatname SKIPPED [ 21%] 373s tests/test_interpolate.py::TestInterpolateDask::test_out_of_band SKIPPED [ 21%] 373s tests/test_interpolate.py::TestInterpolateDask::test_permute SKIPPED [ 21%] 373s tests/test_interpolate.py::TestInterpolateDask::test_same SKIPPED [ 21%] 373s tests/test_interpolate.py::TestInterpolateDask::test_slightly_different_domain <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py SKIPPED [ 22%] 373s tests/test_interpolate.py::TestInterpolateDask::test_unknown_elsewhere SKIPPED [ 22%] 373s tests/test_interpolate.py::TestInterpolateDask::test_unknown_elsewhere_different SKIPPED [ 22%] 373s tests/test_interpolate.py::TestInterpolateDask::test_unknown_middle SKIPPED [ 22%] 373s tests/test_interpolate.py::TestInterpolateDask::test_unknown_no_propagate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py SKIPPED [ 22%] 373s tests/test_interpolate.py::TestInterpolateDask::test_unordered_features <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py SKIPPED [ 22%] 373s tests/test_interpolate.py::TestInterpolateDask::test_whole_and_train_separate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py SKIPPED [ 22%] 373s tests/test_interpolate.py::TestInterpolateToDomainDask::test_not_all_continuous SKIPPED [ 22%] 373s tests/test_interpolate.py::TestInterpolateToDomainDask::test_same_domain SKIPPED [ 22%] 373s tests/test_irfft.py::TestIRFFT::test_agilent_fft_ab PASSED [ 22%] 374s tests/test_irfft.py::TestIRFFT::test_agilent_fft_sc PASSED [ 23%] 374s tests/test_irfft.py::TestIRFFT::test_multi PASSED [ 23%] 374s tests/test_irfft.py::TestIRFFT::test_multi_ab PASSED [ 23%] 374s tests/test_irfft.py::TestIRFFT::test_peak_search PASSED [ 23%] 374s tests/test_irfft.py::TestIRFFT::test_simple_fft PASSED [ 23%] 374s tests/test_irfft.py::TestIRFFT::test_stored_phase_zpd PASSED [ 23%] 374s tests/test_irfft.py::TestIRFFT::test_zero_fill PASSED [ 23%] 376s tests/test_me_emsc.py::TestME_EMSC::test_EMSC_parameters PASSED [ 23%] 376s tests/test_me_emsc.py::TestME_EMSC::test_RMSE PASSED [ 23%] 378s tests/test_me_emsc.py::TestME_EMSC::test_all_nans <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 24%] 378s tests/test_me_emsc.py::TestME_EMSC::test_correction_output PASSED [ 24%] 378s tests/test_me_emsc.py::TestME_EMSC::test_no_attributes <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 24%] 379s tests/test_me_emsc.py::TestME_EMSC::test_no_infs <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 24%] 379s tests/test_me_emsc.py::TestME_EMSC::test_no_samples <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 24%] 379s tests/test_me_emsc.py::TestME_EMSC::test_number_iterations PASSED [ 24%] 379s tests/test_me_emsc.py::TestME_EMSC::test_same_data_reference PASSED [ 24%] 379s tests/test_me_emsc.py::TestME_EMSC::test_short_reference PASSED [ 24%] 383s tests/test_me_emsc.py::TestME_EMSC::test_slightly_different_domain <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 24%] 384s tests/test_me_emsc.py::TestME_EMSC::test_unknown_no_propagate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 24%] 388s tests/test_me_emsc.py::TestME_EMSC::test_unordered_features <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 25%] 391s tests/test_me_emsc.py::TestME_EMSC::test_whole_and_train_separate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 25%] 391s tests/test_me_emsc.py::TestInflectionPointWeighting::test_weights_from_inflection_points_old_use PASSED [ 25%] 391s tests/test_npfunc.py::TestInflectionPointWeighting::test_cond PASSED [ 25%] 391s tests/test_npfunc.py::TestInflectionPointWeighting::test_constant PASSED [ 25%] 391s tests/test_npfunc.py::TestInflectionPointWeighting::test_sum PASSED [ 25%] 391s tests/test_owalignstack.py::WidgetTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 25%] 391s tests/test_owalignstack.py::WidgetTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 25%] 391s tests/test_owalignstack.py::WidgetTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 25%] 391s tests/test_owalignstack.py::test_image PASSED [ 26%] 391s tests/test_owalignstack.py::TestUtils::test_alignstack PASSED [ 26%] 391s tests/test_owalignstack.py::TestUtils::test_alignstack_calls_filterfn PASSED [ 26%] 391s tests/test_owalignstack.py::TestUtils::test_image_shift PASSED [ 26%] 391s tests/test_owalignstack.py::TestUtils::test_shift_fill PASSED [ 26%] 391s tests/test_owalignstack.py::TestOWStackAlign::test_add_remove_data PASSED [ 26%] 391s tests/test_owalignstack.py::TestOWStackAlign::test_frame_changes_output PASSED [ 26%] 391s tests/test_owalignstack.py::TestOWStackAlign::test_frame_limits PASSED [ 26%] 391s tests/test_owalignstack.py::TestOWStackAlign::test_frame_shifts PASSED [ 26%] 391s tests/test_owalignstack.py::TestOWStackAlign::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 26%] 391s tests/test_owalignstack.py::TestOWStackAlign::test_invalid_axis PASSED [ 27%] 391s tests/test_owalignstack.py::TestOWStackAlign::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 27%] 391s tests/test_owalignstack.py::TestOWStackAlign::test_missing_metas PASSED [ 27%] 391s tests/test_owalignstack.py::TestOWStackAlign::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 27%] 391s tests/test_owalignstack.py::TestOWStackAlign::test_nan_in_image PASSED [ 27%] 391s tests/test_owalignstack.py::TestOWStackAlign::test_no_wavenumbers PASSED [ 27%] 391s tests/test_owalignstack.py::TestOWStackAlign::test_output_aligned PASSED [ 27%] 391s tests/test_owalignstack.py::TestOWStackAlign::test_output_cropped PASSED [ 27%] 391s tests/test_owalignstack.py::TestOWStackAlign::test_report PASSED [ 27%] 391s tests/test_owalignstack.py::TestOWStackAlign::test_single_wavenumber PASSED [ 28%] 391s tests/test_owalignstack.py::TestOWStackAlign::test_sobel_called PASSED [ 28%] 391s tests/test_owalignstack.py::TestOWStackAlign::test_with_class_columns PASSED [ 28%] 391s tests/test_owaverage.py::WidgetTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 28%] 391s tests/test_owaverage.py::WidgetTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 28%] 391s tests/test_owaverage.py::WidgetTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 28%] 391s tests/test_owaverage.py::TestOWAverage::test_average PASSED [ 28%] 391s tests/test_owaverage.py::TestOWAverage::test_average_by_group PASSED [ 28%] 391s tests/test_owaverage.py::TestOWAverage::test_average_by_group_metas PASSED [ 28%] 391s tests/test_owaverage.py::TestOWAverage::test_average_by_group_missing PASSED [ 28%] 391s tests/test_owaverage.py::TestOWAverage::test_average_by_group_objectvar PASSED [ 29%] 391s tests/test_owaverage.py::TestOWAverage::test_average_by_group_unknown PASSED [ 29%] 391s tests/test_owaverage.py::TestOWAverage::test_domain PASSED [ 29%] 391s tests/test_owaverage.py::TestOWAverage::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 29%] 391s tests/test_owaverage.py::TestOWAverage::test_load_unload PASSED [ 29%] 391s tests/test_owaverage.py::TestOWAverage::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 29%] 391s tests/test_owaverage.py::TestOWAverage::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 29%] 391s tests/test_owaverage.py::TestOWAverage::test_nan_propagation PASSED [ 29%] 391s tests/test_owbin.py::WidgetTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 29%] 391s tests/test_owbin.py::WidgetTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 30%] 391s tests/test_owbin.py::WidgetTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 30%] 391s tests/test_owbin.py::TestOWBin::test_bin PASSED [ 30%] 391s tests/test_owbin.py::TestOWBin::test_bin_changed PASSED [ 30%] 391s tests/test_owbin.py::TestOWBin::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 30%] 391s tests/test_owbin.py::TestOWBin::test_invalid_axis PASSED [ 30%] 392s tests/test_owbin.py::TestOWBin::test_invalid_bin PASSED [ 30%] 392s tests/test_owbin.py::TestOWBin::test_load_unload PASSED [ 30%] 392s tests/test_owbin.py::TestOWBin::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 30%] 392s tests/test_owbin.py::TestOWBin::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 30%] 392s tests/test_owbin.py::TestOWBin::test_nan_in_image PASSED [ 31%] 392s tests/test_owbin.py::TestOWBin::test_no_bin PASSED [ 31%] 392s tests/test_owbin.py::TestOWBin::test_nonsquare_bin PASSED [ 31%] 392s tests/test_owcos.py::WidgetTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 31%] 392s tests/test_owcos.py::WidgetTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 31%] 392s tests/test_owcos.py::WidgetTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 31%] 392s tests/test_owcos.py::TestOWCOS::test_calc_cos PASSED [ 31%] 392s tests/test_owcos.py::TestOWCOS::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 31%] 392s tests/test_owcos.py::TestOWCOS::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 31%] 392s tests/test_owcos.py::TestOWCOS::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 32%] 392s tests/test_owcos.py::TestOWCOS::test_sort_data PASSED [ 32%] 392s tests/test_owfft.py::WidgetTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 32%] 392s tests/test_owfft.py::WidgetTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 32%] 392s tests/test_owfft.py::WidgetTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 32%] 392s tests/test_owfft.py::TestOWFFT::test_auto_dx PASSED [ 32%] 392s tests/test_owfft.py::TestOWFFT::test_calculation PASSED [ 32%] 392s tests/test_owfft.py::TestOWFFT::test_chunk_many PASSED [ 32%] 392s tests/test_owfft.py::TestOWFFT::test_chunk_one PASSED [ 32%] 392s tests/test_owfft.py::TestOWFFT::test_complex_calculation FAILED [ 32%] 392s tests/test_owfft.py::TestOWFFT::test_custom_zpd PASSED [ 33%] 392s tests/test_owfft.py::TestOWFFT::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 33%] 392s tests/test_owfft.py::TestOWFFT::test_keep_metas PASSED [ 33%] 393s tests/test_owfft.py::TestOWFFT::test_laser_metadata PASSED [ 33%] 393s tests/test_owfft.py::TestOWFFT::test_load_unload PASSED [ 33%] 393s tests/test_owfft.py::TestOWFFT::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 33%] 393s tests/test_owfft.py::TestOWFFT::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 33%] 393s tests/test_owfft.py::TestOWFFT::test_respect_custom_dx PASSED [ 33%] 393s tests/test_owhyper.py::WidgetTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 33%] 393s tests/test_owhyper.py::WidgetTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 34%] 393s tests/test_owhyper.py::WidgetTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 34%] 393s tests/test_owhyper.py::TestReadCoordinates::test_index PASSED [ 34%] 393s tests/test_owhyper.py::TestReadCoordinates::test_index_nan PASSED [ 34%] 393s tests/test_owhyper.py::TestReadCoordinates::test_linspace PASSED [ 34%] 393s tests/test_owhyper.py::TestReadCoordinates::test_location PASSED [ 34%] 393s tests/test_owhyper.py::TestPolygonSelection::test_is_left PASSED [ 34%] 393s tests/test_owhyper.py::TestPolygonSelection::test_order PASSED [ 34%] 393s tests/test_owhyper.py::TestPolygonSelection::test_point PASSED [ 34%] 393s tests/test_owhyper.py::TestOWHyper::test_color_no_data PASSED [ 34%] 393s tests/test_owhyper.py::TestOWHyper::test_color_variable_levels PASSED [ 35%] 393s tests/test_owhyper.py::TestOWHyper::test_compat_no_group PASSED [ 35%] 393s tests/test_owhyper.py::TestOWHyper::test_context_not_open_invalid PASSED [ 35%] 393s tests/test_owhyper.py::TestOWHyper::test_correct_legend PASSED [ 35%] 393s tests/test_owhyper.py::TestOWHyper::test_feature_init PASSED [ 35%] 394s tests/test_owhyper.py::TestOWHyper::test_few_samples PASSED [ 35%] 394s tests/test_owhyper.py::TestOWHyper::test_image_computation PASSED [ 35%] 394s tests/test_owhyper.py::TestOWHyper::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 35%] 394s tests/test_owhyper.py::TestOWHyper::test_image_too_big_error PASSED [ 35%] 394s tests/test_owhyper.py::TestOWHyper::test_integral_lines PASSED [ 36%] 394s tests/test_owhyper.py::TestOWHyper::test_migrate_context_feature_color PASSED [ 36%] 394s tests/test_owhyper.py::TestOWHyper::test_migrate_selection PASSED [ 36%] 394s tests/test_owhyper.py::TestOWHyper::test_migrate_visual_setttings PASSED [ 36%] 394s tests/test_owhyper.py::TestOWHyper::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 36%] 394s tests/test_owhyper.py::TestOWHyper::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 36%] 395s tests/test_owhyper.py::TestOWHyper::test_no_samples PASSED [ 36%] 395s tests/test_owhyper.py::TestOWHyper::test_save_graph PASSED [ 36%] 395s tests/test_owhyper.py::TestOWHyper::test_select_a_curve PASSED [ 36%] 395s tests/test_owhyper.py::TestOWHyper::test_select_all PASSED [ 36%] 395s tests/test_owhyper.py::TestOWHyper::test_select_click PASSED [ 37%] 395s tests/test_owhyper.py::TestOWHyper::test_select_click_multiple_groups PASSED [ 37%] 395s tests/test_owhyper.py::TestOWHyper::test_select_line_change_file PASSED [ 37%] 396s tests/test_owhyper.py::TestOWHyper::test_select_polygon_as_rectangle PASSED [ 37%] 396s tests/test_owhyper.py::TestOWHyper::test_set_variable_color PASSED [ 37%] 396s tests/test_owhyper.py::TestOWHyper::test_settings_curves PASSED [ 37%] 396s tests/test_owhyper.py::TestOWHyper::test_simple PASSED [ 37%] 396s tests/test_owhyper.py::TestOWHyper::test_single_update_view PASSED [ 37%] 397s tests/test_owhyper.py::TestOWHyper::test_strange PASSED [ 37%] 397s tests/test_owhyper.py::TestOWHyper::test_unknown PASSED [ 38%] 398s tests/test_owhyper.py::TestOWHyper::test_unknown_values_axes PASSED [ 38%] 398s tests/test_owhyper.py::TestOWHyperWithDask::test_color_no_data SKIPPED [ 38%] 398s tests/test_owhyper.py::TestOWHyperWithDask::test_color_variable_levels SKIPPED [ 38%] 398s tests/test_owhyper.py::TestOWHyperWithDask::test_compat_no_group SKIPPED [ 38%] 398s tests/test_owhyper.py::TestOWHyperWithDask::test_context_not_open_invalid SKIPPED [ 38%] 398s tests/test_owhyper.py::TestOWHyperWithDask::test_correct_legend SKIPPED [ 38%] 398s tests/test_owhyper.py::TestOWHyperWithDask::test_feature_init SKIPPED [ 38%] 398s tests/test_owhyper.py::TestOWHyperWithDask::test_few_samples SKIPPED [ 38%] 398s tests/test_owhyper.py::TestOWHyperWithDask::test_image_computation SKIPPED [ 38%] 398s tests/test_owhyper.py::TestOWHyperWithDask::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 39%] 398s tests/test_owhyper.py::TestOWHyperWithDask::test_image_too_big_error SKIPPED [ 39%] 398s tests/test_owhyper.py::TestOWHyperWithDask::test_integral_lines SKIPPED [ 39%] 398s tests/test_owhyper.py::TestOWHyperWithDask::test_migrate_context_feature_color SKIPPED [ 39%] 398s tests/test_owhyper.py::TestOWHyperWithDask::test_migrate_selection SKIPPED [ 39%] 398s tests/test_owhyper.py::TestOWHyperWithDask::test_migrate_visual_setttings SKIPPED [ 39%] 398s tests/test_owhyper.py::TestOWHyperWithDask::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 39%] 398s tests/test_owhyper.py::TestOWHyperWithDask::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 39%] 398s tests/test_owhyper.py::TestOWHyperWithDask::test_no_samples SKIPPED [ 39%] 398s tests/test_owhyper.py::TestOWHyperWithDask::test_save_graph SKIPPED [ 40%] 398s tests/test_owhyper.py::TestOWHyperWithDask::test_select_a_curve SKIPPED [ 40%] 398s tests/test_owhyper.py::TestOWHyperWithDask::test_select_all SKIPPED [ 40%] 398s tests/test_owhyper.py::TestOWHyperWithDask::test_select_click SKIPPED [ 40%] 398s tests/test_owhyper.py::TestOWHyperWithDask::test_select_click_multiple_groups SKIPPED [ 40%] 398s tests/test_owhyper.py::TestOWHyperWithDask::test_select_line_change_file SKIPPED [ 40%] 398s tests/test_owhyper.py::TestOWHyperWithDask::test_select_polygon_as_rectangle SKIPPED [ 40%] 398s tests/test_owhyper.py::TestOWHyperWithDask::test_set_variable_color SKIPPED [ 40%] 398s tests/test_owhyper.py::TestOWHyperWithDask::test_settings_curves SKIPPED [ 40%] 398s tests/test_owhyper.py::TestOWHyperWithDask::test_simple SKIPPED [ 40%] 398s tests/test_owhyper.py::TestOWHyperWithDask::test_single_update_view SKIPPED [ 41%] 398s tests/test_owhyper.py::TestOWHyperWithDask::test_strange SKIPPED [ 41%] 398s tests/test_owhyper.py::TestOWHyperWithDask::test_unknown SKIPPED [ 41%] 398s tests/test_owhyper.py::TestOWHyperWithDask::test_unknown_values_axes SKIPPED [ 41%] 398s tests/test_owhyper.py::TestVisibleImage::test_controls_enabled_by_show_chkbox PASSED [ 41%] 398s tests/test_owhyper.py::TestVisibleImage::test_controls_enabled_when_visible_image PASSED [ 41%] 398s tests/test_owhyper.py::TestVisibleImage::test_first_visible_image_selected_in_combobox_by_default PASSED [ 41%] 398s tests/test_owhyper.py::TestVisibleImage::test_hide_visible_image_after_no_image_loaded PASSED [ 41%] 398s tests/test_owhyper.py::TestVisibleImage::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 41%] 398s tests/test_owhyper.py::TestVisibleImage::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 42%] 398s tests/test_owhyper.py::TestVisibleImage::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 42%] 399s tests/test_owhyper.py::TestVisibleImage::test_no_visible_image PASSED [ 42%] 399s tests/test_owhyper.py::TestVisibleImage::test_oldformat PASSED [ 42%] 399s tests/test_owhyper.py::TestVisibleImage::test_select_another_visible_image PASSED [ 42%] 399s tests/test_owhyper.py::TestVisibleImage::test_visible_image_composition_mode PASSED [ 42%] 399s tests/test_owhyper.py::TestVisibleImage::test_visible_image_displayed PASSED [ 42%] 399s tests/test_owhyper.py::TestVisibleImage::test_visible_image_img_size PASSED [ 42%] 399s tests/test_owhyper.py::TestVisibleImage::test_visible_image_opacity PASSED [ 42%] 399s tests/test_owhyper.py::TestVectorPlot::test_enable_disable PASSED [ 42%] 399s tests/test_owhyper.py::TestVectorPlot::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 43%] 399s tests/test_owhyper.py::TestVectorPlot::test_legend PASSED [ 43%] 399s tests/test_owhyper.py::TestVectorPlot::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 43%] 400s tests/test_owhyper.py::TestVectorPlot::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 43%] 400s tests/test_owhyper.py::TestVectorPlot::test_vect_bin PASSED [ 43%] 400s tests/test_owhyper.py::TestVectorPlot::test_vect_color PASSED [ 43%] 400s tests/test_owintegrate.py::WidgetTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 43%] 400s tests/test_owintegrate.py::WidgetTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 43%] 400s tests/test_owintegrate.py::WidgetTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 43%] 401s tests/test_owintegrate.py::TestOWIntegrate::test_allint_indv PASSED [ 44%] 402s tests/test_owintegrate.py::TestOWIntegrate::test_allint_indv_empty PASSED [ 44%] 402s tests/test_owintegrate.py::TestOWIntegrate::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 44%] 402s tests/test_owintegrate.py::TestOWIntegrate::test_load_unload PASSED [ 44%] 402s tests/test_owintegrate.py::TestOWIntegrate::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 44%] 402s tests/test_owintegrate.py::TestOWIntegrate::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 44%] 402s tests/test_owintegrate.py::TestOWIntegrate::test_out_of_range PASSED [ 44%] 402s tests/test_owintegrate.py::TestOWIntegrate::test_output_as_metas PASSED [ 44%] 402s tests/test_owintegrate.py::TestOWIntegrate::test_output_as_non_metas PASSED [ 44%] 403s tests/test_owintegrate.py::TestOWIntegrate::test_saving_preview_position PASSED [ 44%] 403s tests/test_owintegrate.py::TestOWIntegrate::test_simple_preview PASSED [ 45%] 403s tests/test_owintegrate.py::TestIntegrateWarning::test_exception_apply <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/spectral_preprocess.py PASSED [ 45%] 403s tests/test_owintegrate.py::TestIntegrateWarning::test_exception_preview <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/spectral_preprocess.py PASSED [ 45%] 403s tests/test_owintegrate.py::TestIntegrateWarning::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 45%] 403s tests/test_owintegrate.py::TestIntegrateWarning::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 45%] 403s tests/test_owintegrate.py::TestIntegrateWarning::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 45%] 403s tests/test_owintegrate.py::TestIntegrateWarning::test_no_warnings <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/spectral_preprocess.py PASSED [ 45%] 403s tests/test_owintegrate.py::TestIntegrateWarning::test_warn_editor <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/spectral_preprocess.py PASSED [ 45%] 403s tests/test_owintegrate.py::TestIntegrateWarning::test_warn_widget <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/spectral_preprocess.py PASSED [ 45%] 403s tests/test_owinterpolate.py::WidgetTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 46%] 403s tests/test_owinterpolate.py::WidgetTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 46%] 403s tests/test_owinterpolate.py::WidgetTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 46%] 403s tests/test_owinterpolate.py::TestOWInterpolate::test_autointerpolate PASSED [ 46%] 403s tests/test_owinterpolate.py::TestOWInterpolate::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 46%] 403s tests/test_owinterpolate.py::TestOWInterpolate::test_interpolate_interval PASSED [ 46%] 404s tests/test_owinterpolate.py::TestOWInterpolate::test_interpolate_invalid PASSED [ 46%] 404s tests/test_owinterpolate.py::TestOWInterpolate::test_interpolate_points PASSED [ 46%] 404s tests/test_owinterpolate.py::TestOWInterpolate::test_load_unload PASSED [ 46%] 404s tests/test_owinterpolate.py::TestOWInterpolate::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 46%] 404s tests/test_owinterpolate.py::TestOWInterpolate::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 47%] 404s tests/test_owmultifile.py::WidgetTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 47%] 404s tests/test_owmultifile.py::WidgetTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 47%] 404s tests/test_owmultifile.py::WidgetTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 47%] 404s tests/test_owmultifile.py::TestOWFilesAuxiliary::test_decimals_neeeded_for_unique_str PASSED [ 47%] 404s tests/test_owmultifile.py::TestOWFilesAuxiliary::test_numpy_union PASSED [ 47%] 404s tests/test_owmultifile.py::TestOWFilesAuxiliary::test_wns_to_unique_str PASSED [ 47%] 404s tests/test_owmultifile.py::TestOWMultifile::test_filename PASSED [ 47%] 404s tests/test_owmultifile.py::TestOWMultifile::test_files_relocated_after_workflow_save PASSED [ 47%] 404s tests/test_owmultifile.py::TestOWMultifile::test_files_relocated_on_saved_workflow PASSED [ 48%] 404s tests/test_owmultifile.py::TestOWMultifile::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 48%] 404s tests/test_owmultifile.py::TestOWMultifile::test_load_clear PASSED [ 48%] 404s tests/test_owmultifile.py::TestOWMultifile::test_load_files PASSED [ 48%] 404s tests/test_owmultifile.py::TestOWMultifile::test_load_files_reader PASSED [ 48%] 404s tests/test_owmultifile.py::TestOWMultifile::test_load_unload PASSED [ 48%] 404s tests/test_owmultifile.py::TestOWMultifile::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 48%] 404s tests/test_owmultifile.py::TestOWMultifile::test_missing_files_do_not_disappear PASSED [ 48%] 404s tests/test_owmultifile.py::TestOWMultifile::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 48%] 404s tests/test_owmultifile.py::TestOWMultifile::test_reader_not_found_error PASSED [ 48%] 404s tests/test_owmultifile.py::TestOWMultifile::test_repeated_discrete_disjuct_values PASSED [ 49%] 404s tests/test_owmultifile.py::TestOWMultifile::test_report_files PASSED [ 49%] 404s tests/test_owmultifile.py::TestOWMultifile::test_report_on_empty PASSED [ 49%] 404s tests/test_owmultifile.py::TestOWMultifile::test_reset_domain_edit PASSED [ 49%] 404s tests/test_owmultifile.py::TestOWMultifile::test_saving_domain_edit PASSED [ 49%] 404s tests/test_owmultifile.py::TestOWMultifile::test_saving_setting PASSED [ 49%] 404s tests/test_owmultifile.py::TestOWMultifile::test_sheet_setting PASSED [ 49%] 404s tests/test_owmultifile.py::TestOWMultifile::test_special_and_normal PASSED [ 49%] 404s tests/test_owmultifile.py::TestOWMultifile::test_special_spectral_reader_metas PASSED [ 49%] 404s tests/test_owmultifile.py::TestOWMultifile::test_special_spectral_reading PASSED [ 50%] 404s tests/test_owmultifile.py::TestOWMultifile::test_spectra_almost_same_wavenumbers PASSED [ 50%] 404s tests/test_owmultifile.py::TestOWMultifile::test_unknown_reader_error PASSED [ 50%] 404s tests/test_owpeakfit.py::WidgetTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 50%] 404s tests/test_owpeakfit.py::WidgetTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 50%] 404s tests/test_owpeakfit.py::WidgetTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 50%] 414s tests/test_owpeakfit.py::TestOWPeakFit::test_allint_indv SKIPPED [ 50%] 414s tests/test_owpeakfit.py::TestOWPeakFit::test_allint_indv SKIPPED [ 50%] 415s tests/test_owpeakfit.py::TestOWPeakFit::test_bug_iris_crash PASSED [ 50%] 415s tests/test_owpeakfit.py::TestOWPeakFit::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 50%] 415s tests/test_owpeakfit.py::TestOWPeakFit::test_load_unload PASSED [ 51%] 415s tests/test_owpeakfit.py::TestOWPeakFit::test_migrate_refactor1 PASSED [ 51%] 415s tests/test_owpeakfit.py::TestOWPeakFit::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 51%] 415s tests/test_owpeakfit.py::TestOWPeakFit::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 51%] 416s tests/test_owpeakfit.py::TestOWPeakFit::test_outputs PASSED [ 51%] 416s tests/test_owpeakfit.py::TestOWPeakFit::test_saving_models PASSED [ 51%] 416s tests/test_owpeakfit.py::TestPeakFit::test_fit_peaks PASSED [ 51%] 416s tests/test_owpeakfit.py::TestPeakFit::test_peakfit_compute_dumpload PASSED [ 51%] 417s tests/test_owpeakfit.py::TestPeakFit::test_table_output PASSED [ 51%] 417s tests/test_owpeakfit.py::TestBuildModel::test_model_from_editor PASSED [ 51%] 417s tests/test_owpeakfit.py::ModelEditorTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 52%] 417s tests/test_owpeakfit.py::ModelEditorTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 52%] 418s tests/test_owpeakfit.py::ModelEditorTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 52%] 418s tests/test_owpeakfit.py::TestVoigtEditor::test_create_model PASSED [ 52%] 418s tests/test_owpeakfit.py::TestVoigtEditor::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 52%] 418s tests/test_owpeakfit.py::TestVoigtEditor::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 52%] 418s tests/test_owpeakfit.py::TestVoigtEditor::test_move_line PASSED [ 52%] 418s tests/test_owpeakfit.py::TestVoigtEditor::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 52%] 419s tests/test_owpeakfit.py::TestVoigtEditor::test_no_interaction PASSED [ 52%] 419s tests/test_owpeakfit.py::TestVoigtEditor::test_only_spec_lines PASSED [ 53%] 419s tests/test_owpeakfit.py::TestVoigtEditor::test_set_center PASSED [ 53%] 419s tests/test_owpeakfit.py::TestVoigtEditor::test_set_param PASSED [ 53%] 419s tests/test_owpeakfit.py::TestVoigtEditorMulti::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 53%] 419s tests/test_owpeakfit.py::TestVoigtEditorMulti::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 53%] 419s tests/test_owpeakfit.py::TestVoigtEditorMulti::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 53%] 420s tests/test_owpeakfit.py::TestVoigtEditorMulti::test_no_change PASSED [ 53%] 421s tests/test_owpeakfit.py::TestVoigtEditorMulti::test_same_output PASSED [ 53%] 421s tests/test_owpeakfit.py::TestVoigtEditorMulti::test_same_params PASSED [ 53%] 421s tests/test_owpeakfit.py::TestVoigtEditorMulti::test_saving_model_params PASSED [ 53%] 422s tests/test_owpeakfit.py::TestVoigtEditorMulti::test_total_area PASSED [ 54%] 422s tests/test_owpeakfit.py::TestParamHintBox::test_defaults PASSED [ 54%] 422s tests/test_owpeakfit.py::TestParamHintBox::test_delta_update_limits PASSED [ 54%] 422s tests/test_owpeakfit.py::TestParamHintBox::test_expr_change_to_vary PASSED [ 54%] 422s tests/test_owpeakfit.py::TestParamHintBox::test_expr_set_hint PASSED [ 54%] 422s tests/test_owpeakfit.py::TestParamHintBox::test_keep_delta PASSED [ 54%] 422s tests/test_owpls.py::WidgetTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 54%] 422s tests/test_owpls.py::WidgetTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 54%] 422s tests/test_owpls.py::WidgetTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 54%] 422s tests/test_owpls.py::TestPLS::test_allow_y_dim PASSED [ 55%] 422s tests/test_owpls.py::TestPLS::test_coefficients PASSED [ 55%] 422s tests/test_owpls.py::TestPLS::test_compare_to_sklearn PASSED [ 55%] 422s tests/test_owpls.py::TestPLS::test_compare_to_sklearn_multid PASSED [ 55%] 422s tests/test_owpls.py::TestPLS::test_components PASSED [ 55%] 422s tests/test_owpls.py::TestPLS::test_scores PASSED [ 55%] 422s tests/test_owpls.py::TestPLS::test_too_many_components PASSED [ 55%] 422s tests/test_owpls.py::TestOWPLS::test_has_unconditional_apply <- ../../../../usr/lib/python3/dist-packages/Orange/widgets/tests/base.py PASSED [ 55%] 422s tests/test_owpls.py::TestOWPLS::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 55%] 422s tests/test_owpls.py::TestOWPLS::test_input_data <- ../../../../usr/lib/python3/dist-packages/Orange/widgets/tests/base.py PASSED [ 55%] 422s tests/test_owpls.py::TestOWPLS::test_input_data_disconnect <- ../../../../usr/lib/python3/dist-packages/Orange/widgets/tests/base.py PASSED [ 56%] 422s tests/test_owpls.py::TestOWPLS::test_input_data_learner_adequacy <- ../../../../usr/lib/python3/dist-packages/Orange/widgets/tests/base.py PASSED [ 56%] 422s tests/test_owpls.py::TestOWPLS::test_input_preprocessor <- ../../../../usr/lib/python3/dist-packages/Orange/widgets/tests/base.py PASSED [ 56%] 422s tests/test_owpls.py::TestOWPLS::test_input_preprocessor_disconnect <- ../../../../usr/lib/python3/dist-packages/Orange/widgets/tests/base.py PASSED [ 56%] 422s tests/test_owpls.py::TestOWPLS::test_input_preprocessors <- ../../../../usr/lib/python3/dist-packages/Orange/widgets/tests/base.py PASSED [ 56%] 422s tests/test_owpls.py::TestOWPLS::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 56%] 422s tests/test_owpls.py::TestOWPLS::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 56%] 422s tests/test_owpls.py::TestOWPLS::test_output_learner PASSED [ 56%] 422s tests/test_owpls.py::TestOWPLS::test_output_learner_name PASSED [ 56%] 422s tests/test_owpls.py::TestOWPLS::test_output_model <- ../../../../usr/lib/python3/dist-packages/Orange/widgets/tests/base.py PASSED [ 57%] 422s tests/test_owpls.py::TestOWPLS::test_output_model_name <- ../../../../usr/lib/python3/dist-packages/Orange/widgets/tests/base.py PASSED [ 57%] 422s tests/test_owpls.py::TestOWPLS::test_output_model_picklable <- ../../../../usr/lib/python3/dist-packages/Orange/widgets/tests/base.py PASSED [ 57%] 422s tests/test_owpls.py::TestOWPLS::test_parameters <- ../../../../usr/lib/python3/dist-packages/Orange/widgets/tests/base.py PASSED [ 57%] 423s tests/test_owpls.py::TestOWPLS::test_parameters_default <- ../../../../usr/lib/python3/dist-packages/Orange/widgets/tests/base.py PASSED [ 57%] 423s tests/test_owpls.py::TestOWPLS::test_params_trigger_settings_changed <- ../../../../usr/lib/python3/dist-packages/Orange/widgets/tests/base.py PASSED [ 57%] 423s tests/test_owpls.py::TestOWPLS::test_send_report <- ../../../../usr/lib/python3/dist-packages/Orange/widgets/tests/base.py PASSED [ 57%] 423s tests/test_owpolar.py::WidgetTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 57%] 423s tests/test_owpolar.py::WidgetTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 57%] 423s tests/test_owpolar.py::WidgetTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 57%] 423s tests/test_owpolar.py::TestOWPolar::test_alpha_changes PASSED [ 58%] 423s tests/test_owpolar.py::TestOWPolar::test_custom_angles PASSED [ 58%] 423s tests/test_owpolar.py::TestOWPolar::test_disconnect PASSED [ 58%] 423s tests/test_owpolar.py::TestOWPolar::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 58%] 423s tests/test_owpolar.py::TestOWPolar::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 58%] 423s tests/test_owpolar.py::TestOWPolar::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 58%] 423s tests/test_owpolar.py::TestOWPolar::test_multi_inputs PASSED [ 58%] 423s tests/test_owpolar.py::TestOWPolar::test_multifile_in PASSED [ 58%] 423s tests/test_owpolar.py::TestOWPolar::test_multifile_init PASSED [ 58%] 423s tests/test_owpolar.py::TestOWPolar::test_multiin_mismatched_domain PASSED [ 59%] 424s tests/test_owpolar.py::TestOWPolar::test_pixelsubset PASSED [ 59%] 424s tests/test_owpolar.py::TestOWPolar::test_warnings PASSED [ 59%] 424s tests/test_owpreprocess.py::WidgetTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 59%] 424s tests/test_owpreprocess.py::WidgetTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 59%] 424s tests/test_owpreprocess.py::WidgetTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 59%] 427s tests/test_owpreprocess.py::TestAllPreprocessors::test_allpreproc_indv PASSED [ 59%] 432s tests/test_owpreprocess.py::TestAllPreprocessors::test_allpreproc_indv_empty PASSED [ 59%] 436s tests/test_owpreprocess.py::TestAllPreprocessors::test_allpreproc_indv_ref PASSED [ 59%] 439s tests/test_owpreprocess.py::TestAllPreprocessors::test_allpreproc_indv_ref_multi PASSED [ 59%] 439s tests/test_owpreprocess.py::TestAllPreprocessors::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 60%] 439s tests/test_owpreprocess.py::TestAllPreprocessors::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 60%] 440s tests/test_owpreprocess.py::TestAllPreprocessors::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 60%] 440s tests/test_owpreprocess.py::TestOWPreprocess::test_empty_no_inputs PASSED [ 60%] 440s tests/test_owpreprocess.py::TestOWPreprocess::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 60%] 440s tests/test_owpreprocess.py::TestOWPreprocess::test_invalid_preprocessors PASSED [ 60%] 440s tests/test_owpreprocess.py::TestOWPreprocess::test_load_unload PASSED [ 60%] 440s tests/test_owpreprocess.py::TestOWPreprocess::test_migrate_rubberband PASSED [ 60%] 440s tests/test_owpreprocess.py::TestOWPreprocess::test_migrate_savitzygolay PASSED [ 60%] 440s tests/test_owpreprocess.py::TestOWPreprocess::test_migrate_spectral_transforms PASSED [ 61%] 440s tests/test_owpreprocess.py::TestOWPreprocess::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 61%] 440s tests/test_owpreprocess.py::TestOWPreprocess::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 61%] 440s tests/test_owpreprocess.py::TestOWPreprocess::test_no_preprocessors PASSED [ 61%] 440s tests/test_owpreprocess.py::TestOWPreprocess::test_output_preprocessor_without_data PASSED [ 61%] 441s tests/test_owpreprocess.py::TestOWPreprocess::test_saving_preprocessors PASSED [ 61%] 441s tests/test_owpreprocess.py::TestOWPreprocess::test_saving_preview_position PASSED [ 61%] 441s tests/test_owpreprocess.py::TestOWPreprocess::test_transfer_highlight PASSED [ 61%] 441s tests/test_owpreprocess.py::TestOWPreprocess::test_widget_vs_manual PASSED [ 61%] 441s tests/test_owpreprocess.py::TestSampling::test_apply_on_everything PASSED [ 61%] 441s tests/test_owpreprocess.py::TestSampling::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 62%] 441s tests/test_owpreprocess.py::TestSampling::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 62%] 441s tests/test_owpreprocess.py::TestSampling::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 62%] 441s tests/test_owpreprocess.py::TestSampling::test_preview_keep_order PASSED [ 62%] 441s tests/test_owpreprocess.py::TestSampling::test_preview_sampled PASSED [ 62%] 441s tests/test_owpreprocess.py::TestReference::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 62%] 442s tests/test_owpreprocess.py::TestReference::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 62%] 442s tests/test_owpreprocess.py::TestReference::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 62%] 442s tests/test_owpreprocess.py::TestReference::test_reference_not_processed PASSED [ 62%] 442s tests/test_owpreprocess.py::TestReference::test_reference_preprocessed PASSED [ 63%] 442s tests/test_owpreprocess.py::TestReference::test_reference_preprocessed_preview PASSED [ 63%] 442s tests/test_owpreprocess.py::TestReference::test_workflow_compat_change_preprocess PASSED [ 63%] 442s tests/test_owpreprocess.py::TestPreprocessWarning::test_exception_apply <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/spectral_preprocess.py PASSED [ 63%] 442s tests/test_owpreprocess.py::TestPreprocessWarning::test_exception_preview <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/spectral_preprocess.py PASSED [ 63%] 442s tests/test_owpreprocess.py::TestPreprocessWarning::test_exception_preview_after_data PASSED [ 63%] 443s tests/test_owpreprocess.py::TestPreprocessWarning::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 63%] 443s tests/test_owpreprocess.py::TestPreprocessWarning::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 63%] 443s tests/test_owpreprocess.py::TestPreprocessWarning::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 63%] 443s tests/test_owpreprocess.py::TestPreprocessWarning::test_no_warnings <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/spectral_preprocess.py PASSED [ 63%] 443s tests/test_owpreprocess.py::TestPreprocessWarning::test_warn_editor <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/spectral_preprocess.py PASSED [ 64%] 443s tests/test_owpreprocess.py::TestPreprocessWarning::test_warn_widget <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/spectral_preprocess.py PASSED [ 64%] 443s tests/test_owpreprocess.py::PreprocessorEditorTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 64%] 443s tests/test_owpreprocess.py::PreprocessorEditorTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 64%] 443s tests/test_owpreprocess.py::PreprocessorEditorTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 64%] 443s tests/test_owreshape.py::WidgetTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 64%] 443s tests/test_owreshape.py::WidgetTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 64%] 443s tests/test_owreshape.py::WidgetTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 64%] 443s tests/test_owreshape.py::TestOWReshape::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 64%] 443s tests/test_owreshape.py::TestOWReshape::test_invert PASSED [ 65%] 443s tests/test_owreshape.py::TestOWReshape::test_line PASSED [ 65%] 443s tests/test_owreshape.py::TestOWReshape::test_load_unload PASSED [ 65%] 443s tests/test_owreshape.py::TestOWReshape::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 65%] 443s tests/test_owreshape.py::TestOWReshape::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 65%] 443s tests/test_owreshape.py::TestOWReshape::test_no_data_warning PASSED [ 65%] 443s tests/test_owreshape.py::TestOWReshape::test_rect PASSED [ 65%] 443s tests/test_owreshape.py::TestOWReshape::test_var_name_exists PASSED [ 65%] 443s tests/test_owreshape.py::TestOWReshape::test_wrong_dimensions PASSED [ 65%] 443s tests/test_owsnr.py::WidgetTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 65%] 443s tests/test_owsnr.py::WidgetTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 66%] 443s tests/test_owsnr.py::WidgetTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 66%] 443s tests/test_owsnr.py::TestOWSNR::test_1coordinate_average PASSED [ 66%] 443s tests/test_owsnr.py::TestOWSNR::test_1coordinate_snr PASSED [ 66%] 443s tests/test_owsnr.py::TestOWSNR::test_2coordinates_std PASSED [ 66%] 443s tests/test_owsnr.py::TestOWSNR::test_domain PASSED [ 66%] 443s tests/test_owsnr.py::TestOWSNR::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 66%] 443s tests/test_owsnr.py::TestOWSNR::test_load_unload PASSED [ 66%] 443s tests/test_owsnr.py::TestOWSNR::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 66%] 443s tests/test_owsnr.py::TestOWSNR::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 67%] 443s tests/test_owsnr.py::TestOWSNR::test_no_data_warning PASSED [ 67%] 443s tests/test_owsnr.py::TestOWSNR::test_none_coordinate_std PASSED [ 67%] 443s tests/test_owspectra.py::WidgetTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 67%] 443s tests/test_owspectra.py::WidgetTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 67%] 443s tests/test_owspectra.py::WidgetTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 67%] 443s tests/test_owspectra.py::TestOWSpectra::test_PlotCurvesItem_bounds PASSED [ 67%] 444s tests/test_owspectra.py::TestOWSpectra::test_average PASSED [ 67%] 444s tests/test_owspectra.py::TestOWSpectra::test_color_individual PASSED [ 67%] 444s tests/test_owspectra.py::TestOWSpectra::test_compat_no_group PASSED [ 67%] 444s tests/test_owspectra.py::TestOWSpectra::test_curveplot_highlight PASSED [ 68%] 444s tests/test_owspectra.py::TestOWSpectra::test_cycle_color PASSED [ 68%] 444s tests/test_owspectra.py::TestOWSpectra::test_empty PASSED [ 68%] 444s tests/test_owspectra.py::TestOWSpectra::test_filter_unknowns PASSED [ 68%] 444s tests/test_owspectra.py::TestOWSpectra::test_grid PASSED [ 68%] 444s tests/test_owspectra.py::TestOWSpectra::test_handle_floatname PASSED [ 68%] 444s tests/test_owspectra.py::TestOWSpectra::test_handle_nofloatname PASSED [ 68%] 444s tests/test_owspectra.py::TestOWSpectra::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 68%] 444s tests/test_owspectra.py::TestOWSpectra::test_information PASSED [ 68%] 444s tests/test_owspectra.py::TestOWSpectra::test_information_average_mode PASSED [ 69%] 444s tests/test_owspectra.py::TestOWSpectra::test_is_last_instance_force_sampling_and_permutation PASSED [ 69%] 444s tests/test_owspectra.py::TestOWSpectra::test_line_intersection PASSED [ 69%] 444s tests/test_owspectra.py::TestOWSpectra::test_line_point_distance PASSED [ 69%] 445s tests/test_owspectra.py::TestOWSpectra::test_migrate_context_feature_color PASSED [ 69%] 445s tests/test_owspectra.py::TestOWSpectra::test_migrate_selection PASSED [ 69%] 445s tests/test_owspectra.py::TestOWSpectra::test_migrate_visual_setttings PASSED [ 69%] 445s tests/test_owspectra.py::TestOWSpectra::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 69%] 445s tests/test_owspectra.py::TestOWSpectra::test_mouse_move PASSED [ 69%] 445s tests/test_owspectra.py::TestOWSpectra::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 69%] 445s tests/test_owspectra.py::TestOWSpectra::test_new_data_clear_graph PASSED [ 70%] 445s tests/test_owspectra.py::TestOWSpectra::test_open_selection PASSED [ 70%] 445s tests/test_owspectra.py::TestOWSpectra::test_peakline_keep_precision PASSED [ 70%] 445s tests/test_owspectra.py::TestOWSpectra::test_peakline_remove PASSED [ 70%] 446s tests/test_owspectra.py::TestOWSpectra::test_rescale_y PASSED [ 70%] 446s tests/test_owspectra.py::TestOWSpectra::test_save_graph PASSED [ 70%] 446s tests/test_owspectra.py::TestOWSpectra::test_select_at_least_1 PASSED [ 70%] 446s tests/test_owspectra.py::TestOWSpectra::test_select_click_multiple_groups PASSED [ 70%] 446s tests/test_owspectra.py::TestOWSpectra::test_select_line PASSED [ 70%] 446s tests/test_owspectra.py::TestOWSpectra::test_select_thick_lines PASSED [ 71%] 446s tests/test_owspectra.py::TestOWSpectra::test_select_thick_lines_threshold PASSED [ 71%] 446s tests/test_owspectra.py::TestOWSpectra::test_selection_changedata PASSED [ 71%] 446s tests/test_owspectra.py::TestOWSpectra::test_settings_color PASSED [ 71%] 446s tests/test_owspectra.py::TestOWSpectra::test_show_average PASSED [ 71%] 447s tests/test_owspectra.py::TestOWSpectra::test_subset PASSED [ 71%] 447s tests/test_owspectra.py::TestOWSpectra::test_subset_connect_disconnect PASSED [ 71%] 447s tests/test_owspectra.py::TestOWSpectra::test_subset_first PASSED [ 71%] 447s tests/test_owspectra.py::TestOWSpectra::test_unknown_feature_color PASSED [ 71%] 447s tests/test_owspectra.py::TestOWSpectra::test_visual_settings PASSED [ 71%] 447s tests/test_owspectra.py::TestOWSpectra::test_warning_no_x PASSED [ 72%] 447s tests/test_owspectra.py::TestOWSpectra::test_waterfall PASSED [ 72%] 447s tests/test_owspectra.py::TestOWSpectra::test_zoom_rect PASSED [ 72%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_PlotCurvesItem_bounds SKIPPED [ 72%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_average SKIPPED [ 72%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_color_individual SKIPPED [ 72%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_compat_no_group SKIPPED [ 72%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_curveplot_highlight SKIPPED [ 72%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_cycle_color SKIPPED [ 72%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_empty SKIPPED [ 73%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_filter_unknowns SKIPPED [ 73%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_grid SKIPPED [ 73%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_handle_floatname SKIPPED [ 73%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_handle_nofloatname SKIPPED [ 73%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 73%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_information SKIPPED [ 73%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_information_average_mode SKIPPED [ 73%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_is_last_instance_force_sampling_and_permutation SKIPPED [ 73%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_line_intersection SKIPPED [ 73%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_line_point_distance SKIPPED [ 74%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_migrate_context_feature_color SKIPPED [ 74%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_migrate_selection SKIPPED [ 74%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_migrate_visual_setttings SKIPPED [ 74%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 74%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_mouse_move SKIPPED [ 74%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 74%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_new_data_clear_graph SKIPPED [ 74%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_open_selection SKIPPED [ 74%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_peakline_keep_precision SKIPPED [ 75%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_peakline_remove SKIPPED [ 75%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_rescale_y SKIPPED [ 75%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_save_graph SKIPPED [ 75%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_select_at_least_1 SKIPPED [ 75%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_select_click_multiple_groups SKIPPED [ 75%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_select_line SKIPPED [ 75%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_select_thick_lines SKIPPED [ 75%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_select_thick_lines_threshold SKIPPED [ 75%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_selection_changedata SKIPPED [ 75%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_settings_color SKIPPED [ 76%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_show_average SKIPPED [ 76%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_subset SKIPPED [ 76%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_subset_connect_disconnect SKIPPED [ 76%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_subset_first SKIPPED [ 76%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_unknown_feature_color SKIPPED [ 76%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_visual_settings SKIPPED [ 76%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_warning_no_x SKIPPED [ 76%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_waterfall SKIPPED [ 76%] 447s tests/test_owspectra.py::TestOWSpectraWithDask::test_zoom_rect SKIPPED [ 77%] 447s tests/test_owspectralseries.py::WidgetTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 77%] 447s tests/test_owspectralseries.py::WidgetTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 77%] 447s tests/test_owspectralseries.py::WidgetTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 77%] 447s tests/test_owspectralseries.py::TestOWSpectralSeries::test_compat_no_group PASSED [ 77%] 447s tests/test_owspectralseries.py::TestOWSpectralSeries::test_few_samples PASSED [ 77%] 448s tests/test_owspectralseries.py::TestOWSpectralSeries::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 77%] 448s tests/test_owspectralseries.py::TestOWSpectralSeries::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 77%] 448s tests/test_owspectralseries.py::TestOWSpectralSeries::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 77%] 448s tests/test_owspectralseries.py::TestOWSpectralSeries::test_no_samples PASSED [ 77%] 448s tests/test_owspectralseries.py::TestOWSpectralSeries::test_select_click PASSED [ 78%] 448s tests/test_owspectralseries.py::TestOWSpectralSeries::test_simple PASSED [ 78%] 448s tests/test_owspectralseries.py::TestOWSpectralSeries::test_single_update_view PASSED [ 78%] 448s tests/test_owspectralseries.py::TestOWSpectralSeries::test_strange PASSED [ 78%] 448s tests/test_owspectralseries.py::TestOWSpectralSeries::test_tooltip PASSED [ 78%] 448s tests/test_owspectralseries.py::TestOWSpectralSeries::test_unknown PASSED [ 78%] 448s tests/test_preprocess.py::TestSpSubtract::test_all_nans PASSED [ 78%] 448s tests/test_preprocess.py::TestSpSubtract::test_no_attributes PASSED [ 78%] 448s tests/test_preprocess.py::TestSpSubtract::test_no_infs PASSED [ 78%] 448s tests/test_preprocess.py::TestSpSubtract::test_no_samples PASSED [ 79%] 448s tests/test_preprocess.py::TestSpSubtract::test_simple PASSED [ 79%] 448s tests/test_preprocess.py::TestSpSubtract::test_slightly_different_domain PASSED [ 79%] 448s tests/test_preprocess.py::TestSpSubtract::test_unknown_no_propagate PASSED [ 79%] 448s tests/test_preprocess.py::TestSpSubtract::test_unordered_features PASSED [ 79%] 448s tests/test_preprocess.py::TestSpSubtract::test_whole_and_train_separate PASSED [ 79%] 448s tests/test_preprocess.py::TestTransmittance::test_all_nans PASSED [ 79%] 448s tests/test_preprocess.py::TestTransmittance::test_domain_conversion PASSED [ 79%] 448s tests/test_preprocess.py::TestTransmittance::test_no_attributes PASSED [ 79%] 448s tests/test_preprocess.py::TestTransmittance::test_no_infs PASSED [ 79%] 448s tests/test_preprocess.py::TestTransmittance::test_no_samples PASSED [ 80%] 448s tests/test_preprocess.py::TestTransmittance::test_roundtrip PASSED [ 80%] 448s tests/test_preprocess.py::TestTransmittance::test_slightly_different_domain PASSED [ 80%] 448s tests/test_preprocess.py::TestTransmittance::test_unknown_no_propagate PASSED [ 80%] 448s tests/test_preprocess.py::TestTransmittance::test_unordered_features PASSED [ 80%] 448s tests/test_preprocess.py::TestTransmittance::test_whole_and_train_separate PASSED [ 80%] 448s tests/test_preprocess.py::TestAbsorbance::test_all_nans PASSED [ 80%] 448s tests/test_preprocess.py::TestAbsorbance::test_domain_conversion PASSED [ 80%] 448s tests/test_preprocess.py::TestAbsorbance::test_no_attributes PASSED [ 80%] 448s tests/test_preprocess.py::TestAbsorbance::test_no_infs PASSED [ 81%] 448s tests/test_preprocess.py::TestAbsorbance::test_no_samples PASSED [ 81%] 448s tests/test_preprocess.py::TestAbsorbance::test_roundtrip PASSED [ 81%] 449s tests/test_preprocess.py::TestAbsorbance::test_slightly_different_domain PASSED [ 81%] 449s tests/test_preprocess.py::TestAbsorbance::test_unknown_no_propagate PASSED [ 81%] 449s tests/test_preprocess.py::TestAbsorbance::test_unordered_features PASSED [ 81%] 449s tests/test_preprocess.py::TestAbsorbance::test_whole_and_train_separate PASSED [ 81%] 449s tests/test_preprocess.py::TestSavitzkyGolay::test_all_nans PASSED [ 81%] 449s tests/test_preprocess.py::TestSavitzkyGolay::test_no_attributes PASSED [ 81%] 449s tests/test_preprocess.py::TestSavitzkyGolay::test_no_infs PASSED [ 81%] 449s tests/test_preprocess.py::TestSavitzkyGolay::test_no_samples PASSED [ 82%] 449s tests/test_preprocess.py::TestSavitzkyGolay::test_simple PASSED [ 82%] 449s tests/test_preprocess.py::TestSavitzkyGolay::test_slightly_different_domain PASSED [ 82%] 449s tests/test_preprocess.py::TestSavitzkyGolay::test_unknown_no_propagate PASSED [ 82%] 449s tests/test_preprocess.py::TestSavitzkyGolay::test_unordered_features PASSED [ 82%] 449s tests/test_preprocess.py::TestSavitzkyGolay::test_whole_and_train_separate PASSED [ 82%] 449s tests/test_preprocess.py::TestGaussian::test_all_nans PASSED [ 82%] 449s tests/test_preprocess.py::TestGaussian::test_no_attributes PASSED [ 82%] 449s tests/test_preprocess.py::TestGaussian::test_no_infs PASSED [ 82%] 449s tests/test_preprocess.py::TestGaussian::test_no_samples PASSED [ 83%] 449s tests/test_preprocess.py::TestGaussian::test_simple PASSED [ 83%] 449s tests/test_preprocess.py::TestGaussian::test_slightly_different_domain PASSED [ 83%] 449s tests/test_preprocess.py::TestGaussian::test_unknown_no_propagate PASSED [ 83%] 449s tests/test_preprocess.py::TestGaussian::test_unordered_features PASSED [ 83%] 449s tests/test_preprocess.py::TestGaussian::test_whole_and_train_separate PASSED [ 83%] 449s tests/test_preprocess.py::TestRubberbandBaseline::test_all_nans PASSED [ 83%] 449s tests/test_preprocess.py::TestRubberbandBaseline::test_no_attributes PASSED [ 83%] 449s tests/test_preprocess.py::TestRubberbandBaseline::test_no_infs PASSED [ 83%] 449s tests/test_preprocess.py::TestRubberbandBaseline::test_no_samples PASSED [ 83%] 449s tests/test_preprocess.py::TestRubberbandBaseline::test_simple PASSED [ 84%] 449s tests/test_preprocess.py::TestRubberbandBaseline::test_slightly_different_domain PASSED [ 84%] 449s tests/test_preprocess.py::TestRubberbandBaseline::test_unknown_no_propagate PASSED [ 84%] 449s tests/test_preprocess.py::TestRubberbandBaseline::test_unordered_features PASSED [ 84%] 449s tests/test_preprocess.py::TestRubberbandBaseline::test_whole PASSED [ 84%] 449s tests/test_preprocess.py::TestRubberbandBaseline::test_whole_and_train_separate PASSED [ 84%] 449s tests/test_preprocess.py::TestLinearBaseline::test_3points PASSED [ 84%] 449s tests/test_preprocess.py::TestLinearBaseline::test_all_nans PASSED [ 84%] 449s tests/test_preprocess.py::TestLinearBaseline::test_edgepoints PASSED [ 84%] 449s tests/test_preprocess.py::TestLinearBaseline::test_edgepoints_extrapolate PASSED [ 85%] 449s tests/test_preprocess.py::TestLinearBaseline::test_edgepoints_out_of_data PASSED [ 85%] 449s tests/test_preprocess.py::TestLinearBaseline::test_no_attributes PASSED [ 85%] 449s tests/test_preprocess.py::TestLinearBaseline::test_no_infs PASSED [ 85%] 449s tests/test_preprocess.py::TestLinearBaseline::test_no_samples PASSED [ 85%] 449s tests/test_preprocess.py::TestLinearBaseline::test_slightly_different_domain PASSED [ 85%] 449s tests/test_preprocess.py::TestLinearBaseline::test_unknown_no_propagate PASSED [ 85%] 449s tests/test_preprocess.py::TestLinearBaseline::test_unordered_features PASSED [ 85%] 449s tests/test_preprocess.py::TestLinearBaseline::test_whole PASSED [ 85%] 449s tests/test_preprocess.py::TestLinearBaseline::test_whole_and_train_separate PASSED [ 85%] 449s tests/test_preprocess.py::TestNormalize::test_SNV_norm PASSED [ 86%] 449s tests/test_preprocess.py::TestNormalize::test_all_nans PASSED [ 86%] 449s tests/test_preprocess.py::TestNormalize::test_area_norm PASSED [ 86%] 449s tests/test_preprocess.py::TestNormalize::test_attribute_norm PASSED [ 86%] 449s tests/test_preprocess.py::TestNormalize::test_attribute_norm_unknown PASSED [ 86%] 449s tests/test_preprocess.py::TestNormalize::test_minmax_norm PASSED [ 86%] 449s tests/test_preprocess.py::TestNormalize::test_no_attributes PASSED [ 86%] 449s tests/test_preprocess.py::TestNormalize::test_no_infs PASSED [ 86%] 449s tests/test_preprocess.py::TestNormalize::test_no_samples PASSED [ 86%] 449s tests/test_preprocess.py::TestNormalize::test_slightly_different_domain PASSED [ 87%] 449s tests/test_preprocess.py::TestNormalize::test_unknown_no_propagate PASSED [ 87%] 450s tests/test_preprocess.py::TestNormalize::test_unordered_features PASSED [ 87%] 450s tests/test_preprocess.py::TestNormalize::test_vector_norm PASSED [ 87%] 450s tests/test_preprocess.py::TestNormalize::test_vector_norm_nan_correction PASSED [ 87%] 450s tests/test_preprocess.py::TestNormalize::test_whole_and_train_separate PASSED [ 87%] 450s tests/test_preprocess.py::TestNormalizeReference::test_all_nans PASSED [ 87%] 450s tests/test_preprocess.py::TestNormalizeReference::test_no_attributes PASSED [ 87%] 450s tests/test_preprocess.py::TestNormalizeReference::test_no_infs PASSED [ 87%] 450s tests/test_preprocess.py::TestNormalizeReference::test_no_samples PASSED [ 87%] 450s tests/test_preprocess.py::TestNormalizeReference::test_reference PASSED [ 88%] 450s tests/test_preprocess.py::TestNormalizeReference::test_reference_exceptions PASSED [ 88%] 450s tests/test_preprocess.py::TestNormalizeReference::test_slightly_different_domain PASSED [ 88%] 450s tests/test_preprocess.py::TestNormalizeReference::test_unknown_no_propagate PASSED [ 88%] 450s tests/test_preprocess.py::TestNormalizeReference::test_unordered_features PASSED [ 88%] 450s tests/test_preprocess.py::TestNormalizeReference::test_whole_and_train_separate PASSED [ 88%] 450s tests/test_preprocess.py::TestPCADenoising::test_all_nans PASSED [ 88%] 450s tests/test_preprocess.py::TestPCADenoising::test_iris PASSED [ 88%] 450s tests/test_preprocess.py::TestPCADenoising::test_no_attributes PASSED [ 88%] 450s tests/test_preprocess.py::TestPCADenoising::test_no_infs PASSED [ 89%] 450s tests/test_preprocess.py::TestPCADenoising::test_no_samples PASSED [ 89%] 450s tests/test_preprocess.py::TestPCADenoising::test_slightly_different_domain PASSED [ 89%] 450s tests/test_preprocess.py::TestPCADenoising::test_unknown_no_propagate PASSED [ 89%] 450s tests/test_preprocess.py::TestPCADenoising::test_unordered_features PASSED [ 89%] 450s tests/test_preprocess.py::TestMNFDenoising::test_all_nans PASSED [ 89%] 450s tests/test_preprocess.py::TestMNFDenoising::test_iris PASSED [ 89%] 450s tests/test_preprocess.py::TestMNFDenoising::test_no_attributes PASSED [ 89%] 450s tests/test_preprocess.py::TestMNFDenoising::test_no_infs PASSED [ 89%] 450s tests/test_preprocess.py::TestMNFDenoising::test_no_samples PASSED [ 89%] 450s tests/test_preprocess.py::TestMNFDenoising::test_slightly_different_domain PASSED [ 90%] 450s tests/test_preprocess.py::TestMNFDenoising::test_unknown_no_propagate PASSED [ 90%] 450s tests/test_preprocess.py::TestMNFDenoising::test_unordered_features PASSED [ 90%] 450s tests/test_preprocess.py::TestShiftAndScale::test_all_nans PASSED [ 90%] 450s tests/test_preprocess.py::TestShiftAndScale::test_no_attributes PASSED [ 90%] 450s tests/test_preprocess.py::TestShiftAndScale::test_no_infs PASSED [ 90%] 450s tests/test_preprocess.py::TestShiftAndScale::test_no_samples PASSED [ 90%] 450s tests/test_preprocess.py::TestShiftAndScale::test_simple PASSED [ 90%] 451s tests/test_preprocess.py::TestShiftAndScale::test_slightly_different_domain PASSED [ 90%] 451s tests/test_preprocess.py::TestShiftAndScale::test_unknown_no_propagate PASSED [ 91%] 451s tests/test_preprocess.py::TestShiftAndScale::test_unordered_features PASSED [ 91%] 451s tests/test_preprocess.py::TestShiftAndScale::test_whole_and_train_separate PASSED [ 91%] 451s tests/test_preprocess.py::TestUtils::test_replacex PASSED [ 91%] 451s tests/test_preprocess.py::TestUtils::test_replacex_invalid PASSED [ 91%] 451s tests/test_preprocess.py::TestUtils::test_replacex_transforms PASSED [ 91%] 451s tests/test_preprocess_utils.py::TestEq::test_reference_eq_X_none PASSED [ 91%] 451s tests/test_preprocess_utils.py::TestEq::test_reference_eq_X_same PASSED [ 91%] 451s tests/test_readers.py::TestReaders::test_autointerpolate PASSED [ 91%] 451s tests/test_readers.py::TestDat::test_comma_delim PASSED [ 91%] 451s tests/test_readers.py::TestDat::test_peach_juice SKIPPED (opusFC module 451s not installed) [ 92%] 451s tests/test_readers.py::TestDat::test_roundtrip PASSED [ 92%] 451s tests/test_readers.py::TestDat::test_semicolon_comments PASSED [ 92%] 451s tests/test_readers.py::TestDat::test_semicolon_delimiter PASSED [ 92%] 451s tests/test_readers.py::TestOpusReader::test_no_visible_image_read SKIPPED [ 92%] 451s tests/test_readers.py::TestOpusReader::test_one_visible_image_read SKIPPED [ 92%] 451s tests/test_readers.py::TestHermesHDF5Reader::test_read PASSED [ 92%] 451s tests/test_readers.py::TestNXS_STXM_Diamond_I08::test_read PASSED [ 92%] 451s tests/test_readers.py::TestOmnicMapReader::test_read FAILED [ 92%] 451s tests/test_readers.py::TestAsciiMapReader::test_read PASSED [ 93%] 451s tests/test_readers.py::TestAsciiMapReader::test_roundtrip PASSED [ 93%] 451s tests/test_readers.py::TestAsciiMapReader::test_undefined_map_positions PASSED [ 93%] 451s tests/test_readers.py::TestRenishawReader::test_single_sp_reader FAILED [ 93%] 451s tests/test_readers.py::TestPerkinElmerReader::test_map_reader FAILED [ 93%] 451s tests/test_readers.py::TestPerkinElmerReader::test_single_sp_reader FAILED [ 93%] 451s tests/test_readers.py::TestAgilentReader::test_envi_comparison PASSED [ 93%] 451s tests/test_readers.py::TestAgilentReader::test_image_ifg_read PASSED [ 93%] 451s tests/test_readers.py::TestAgilentReader::test_image_read PASSED [ 93%] 451s tests/test_readers.py::TestAgilentReader::test_mosaic_ifg_read PASSED [ 93%] 451s tests/test_readers.py::TestAgilentReader::test_mosaic_read PASSED [ 94%] 451s tests/test_readers.py::TestAgilentReader::test_no_visible_image_read PASSED [ 94%] 451s tests/test_readers.py::TestAgilentReader::test_visible_image_read PASSED [ 94%] 451s tests/test_readers.py::TestPTIRFileReader::test_array_read PASSED [ 94%] 451s tests/test_readers.py::TestPTIRFileReader::test_get_channels PASSED [ 94%] 451s tests/test_readers.py::TestPTIRFileReader::test_hyperspectral_read PASSED [ 94%] 451s tests/test_readers.py::TestGSF::test_open_2d FAILED [ 94%] 451s tests/test_readers.py::TestGSF::test_open_line PASSED [ 94%] 451s tests/test_readers.py::TestNea::test_open_v1 PASSED [ 94%] 451s tests/test_readers.py::TestNea::test_open_v2 PASSED [ 95%] 451s tests/test_readers.py::TestNeaGSF::test_read FAILED [ 95%] 451s tests/test_readers.py::TestNeaMultiChannel::test_read PASSED [ 95%] 451s tests/test_readers.py::TestEnvi::test_read PASSED [ 95%] 451s tests/test_readers.py::TestSpa::test_open PASSED [ 95%] 451s tests/test_readers.py::TestSpa::test_read_header PASSED [ 95%] 451s tests/test_readers.py::TestSpc::test_multiple_x PASSED [ 95%] 451s tests/test_readers.py::TestMatlab::test_IOError PASSED [ 95%] 451s tests/test_readers.py::TestMatlab::test_mixed_metas PASSED [ 95%] 451s tests/test_readers.py::TestMatlab::test_numeric_metas PASSED [ 95%] 451s tests/test_readers.py::TestMatlab::test_only_annotations PASSED [ 96%] 451s tests/test_readers.py::TestMatlab::test_simple PASSED [ 96%] 451s tests/test_readers.py::TestMatlab::test_string_metas PASSED [ 96%] 451s tests/test_readers.py::TestMatlab::test_with_names PASSED [ 96%] 451s tests/test_readers.py::TestMatlab::test_with_wavenumbers PASSED [ 96%] 451s tests/test_readers.py::TestDataUtil::test_build_spec_table_not_copy PASSED [ 96%] 451s tests/test_readers.py::TestSelectColumn::test_select_column PASSED [ 96%] 451s tests/test_readers.py::TestStxmHdrXim::test_read PASSED [ 96%] 451s tests/test_tile_reader.py::WidgetTest::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 96%] 451s tests/test_tile_reader.py::WidgetTest::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 97%] 451s tests/test_tile_reader.py::WidgetTest::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py SKIPPED [ 97%] 451s tests/test_tile_reader.py::TestTileReaders::test_match_not_tiled PASSED [ 97%] 451s tests/test_tile_reader.py::TestTileReaders::test_tile_load PASSED [ 97%] 451s tests/test_tile_reader.py::TestTileReaders::test_tile_reader PASSED [ 97%] 451s tests/test_tile_reader.py::TestTilePreprocessors::test_preprocessor_list PASSED [ 97%] 451s tests/test_tile_reader.py::TestTilePreprocessors::test_single_preproc PASSED [ 97%] 451s tests/test_tile_reader.py::TestTileReaderWidget::test_image_export <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 97%] 452s tests/test_tile_reader.py::TestTileReaderWidget::test_load PASSED [ 97%] 452s tests/test_tile_reader.py::TestTileReaderWidget::test_minimum_size <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 97%] 452s tests/test_tile_reader.py::TestTileReaderWidget::test_msg_base_class <- ../../../../usr/lib/python3/dist-packages/orangewidget/tests/base.py PASSED [ 98%] 452s tests/test_tile_reader.py::TestTileReaderWidget::test_preproc_load PASSED [ 98%] 452s tests/test_utils.py::TestHyperspec::test_hypercube_roundtrip PASSED [ 98%] 452s tests/test_utils.py::TestHyperspec::test_none_attr PASSED [ 98%] 452s tests/test_utils.py::TestSplitToSize::test_more PASSED [ 98%] 452s tests/test_utils.py::TestSplitToSize::test_single PASSED [ 98%] 452s tests/test_widgets_utils.py::TestSelectionPacking::test_pack PASSED [ 98%] 452s tests/test_widgets_utils.py::TestSelectionPacking::test_unpack PASSED [ 98%] 452s tests/test_xas.py::TestXASnormalization::test_all_nans <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 98%] 452s tests/test_xas.py::TestXASnormalization::test_flat PASSED [ 99%] 452s tests/test_xas.py::TestXASnormalization::test_no_attributes <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 99%] 452s tests/test_xas.py::TestXASnormalization::test_no_infs <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 99%] 452s tests/test_xas.py::TestXASnormalization::test_no_samples <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 99%] 452s tests/test_xas.py::TestXASnormalization::test_slightly_different_domain <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 99%] 452s tests/test_xas.py::TestXASnormalization::test_unknown_no_propagate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 99%] 452s tests/test_xas.py::TestXASnormalization::test_unordered_features <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 99%] 452s tests/test_xas.py::TestXASnormalization::test_whole_and_train_separate <- ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/tests/test_preprocess.py PASSED [ 99%] 452s tests/test_xas.py::TestExtractEXAFS::test_edgejump_exception PASSED [ 99%] 452s tests/test_xas.py::TestExtractEXAFS::test_file PASSED [100%] 452s 452s =================================== FAILURES =================================== 452s ______________________ TestOWFFT.test_complex_calculation ______________________ 452s 452s self = 452s 452s def test_complex_calculation(self): 452s """" Test calculation Complex FFT """ 452s 452s self.widget.zff = 2 # 2**2 = 4 452s self.widget.limit_output = False 452s self.widget.peak_search = 1 # MINIMUM 452s self.widget.apod_func = 0 # boxcar 452s 452s self.send_signal(self.widget.Inputs.data, self.ifg_gsf) 452s self.commit_and_wait() 452s # testing info panel text associated with the input file metadata 452s widget_text = self.widget.infoc.text() 452s self.assertIn('Applying Complex Fourier Transform.', widget_text) 452s self.assertIn('Using Calculated Datapoint Spacing (Δx) from metadata', widget_text) 452s 452s spectra = self.get_output(self.widget.Outputs.spectra) 452s phases = self.get_output(self.widget.Outputs.phases) 452s np.testing.assert_allclose(spectra.X.size, (2049)) 452s np.testing.assert_allclose(phases.X.size, (2049)) 452s > np.testing.assert_allclose(spectra.X[0, 396:399], (23.67618359, 25.02051088, 25.82566789)) 452s 452s tests/test_owfft.py:140: 452s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 452s 452s args = (.compare at 0x3ff5c09e200>, array([nan, nan, nan]), array([23.67618359, 25.02051088, 25.82566789])) 452s kwds = {'equal_nan': True, 'err_msg': '', 'header': 'Not equal to tolerance rtol=1e-07, atol=0', 'verbose': True} 452s 452s @wraps(func) 452s def inner(*args, **kwds): 452s with self._recreate_cm(): 452s > return func(*args, **kwds) 452s E AssertionError: 452s E Not equal to tolerance rtol=1e-07, atol=0 452s E 452s E x and y nan location mismatch: 452s E x: array([nan, nan, nan]) 452s E y: array([23.676184, 25.020511, 25.825668]) 452s 452s /usr/lib/python3.13/contextlib.py:85: AssertionError 452s _________________________ TestOmnicMapReader.test_read _________________________ 452s 452s self = 452s 452s def test_read(self): 452s > d = Orange.data.Table("small_Omnic.map") 452s 452s tests/test_readers.py:165: 452s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 452s /usr/lib/python3/dist-packages/Orange/data/table.py:716: in __new__ 452s return cls.from_file(args[0], **kwargs) 452s /usr/lib/python3/dist-packages/Orange/data/table.py:1111: in from_file 452s data = reader.read() 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/io/util.py:24: in read 452s return build_spec_table(*self.read_spectra()) 452s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 452s 452s self = 452s 452s def read_spectra(self): 452s om = OmnicMap.OmnicMap(self.filename) 452s info = om.info 452s X = om.data 452s 452s try: 452s > lv = info['OmnicInfo']['Last X value'] 452s E TypeError: 'NoneType' object is not subscriptable 452s 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/io/omnic.py:23: TypeError 452s ___________________ TestRenishawReader.test_single_sp_reader ___________________ 452s 452s self = 452s 452s def test_single_sp_reader(self): 452s > d = Orange.data.Table("renishaw_test_files/sp.wdf") 452s 452s tests/test_readers.py:206: 452s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 452s /usr/lib/python3/dist-packages/Orange/data/table.py:716: in __new__ 452s return cls.from_file(args[0], **kwargs) 452s /usr/lib/python3/dist-packages/Orange/data/table.py:1111: in from_file 452s data = reader.read() 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/io/util.py:24: in read 452s return build_spec_table(*self.read_spectra()) 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/io/util.py:82: in build_spec_table 452s domain = Domain(features, None) 452s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 452s 452s self = <[AttributeError("'Domain' object has no attribute 'attributes'") raised in repr()] Domain object at 0x3ff0c43ecb0> 452s attributes = [ContinuousVariable(name='0.002810', number_of_decimals=3), ContinuousVariable(name='0.000000', number_of_decimals=3),...63171421424451584.000000', number_of_decimals=3), ContinuousVariable(name='-103002.539062', number_of_decimals=3), ...] 452s class_vars = [], metas = [], source = None 452s 452s def __init__(self, attributes, class_vars=None, metas=None, source=None): 452s """ 452s Initialize a new domain descriptor. Arguments give the features and 452s the class attribute(s). They can be described by descriptors (instances 452s of :class:`Variable`), or by indices or names if the source domain is 452s given. 452s 452s :param attributes: a list of attributes 452s :type attributes: list of :class:`Variable` 452s :param class_vars: target variable or a list of target variables 452s :type class_vars: :class:`Variable` or list of :class:`Variable` 452s :param metas: a list of meta attributes 452s :type metas: list of :class:`Variable` 452s :param source: the source domain for attributes 452s :type source: Orange.data.Domain 452s :return: a new domain 452s :rtype: :class:`Domain` 452s """ 452s 452s if class_vars is None: 452s class_vars = [] 452s elif isinstance(class_vars, (Variable, Integral, str)): 452s class_vars = [class_vars] 452s elif isinstance(class_vars, Iterable): 452s class_vars = list(class_vars) 452s 452s if not isinstance(attributes, list): 452s attributes = list(attributes) 452s metas = list(metas) if metas else [] 452s 452s # Replace str's and int's with descriptors if 'source' is given; 452s # complain otherwise 452s for lst in (attributes, class_vars, metas): 452s for i, var in enumerate(lst): 452s if not isinstance(var, Variable): 452s if source is not None and isinstance(var, (str, int)): 452s lst[i] = source[var] 452s else: 452s raise TypeError( 452s "descriptors must be instances of Variable, " 452s "not '%s'" % type(var).__name__) 452s 452s names = [var.name for var in chain(attributes, class_vars, metas)] 452s if len(names) != len(set(names)): 452s > raise Exception('All variables in the domain should have' 452s ' unique names.') 452s E Exception: All variables in the domain should have unique names. 452s 452s /usr/lib/python3/dist-packages/Orange/data/domain.py:155: Exception 452s ____________________ TestPerkinElmerReader.test_map_reader _____________________ 452s 452s self = 452s 452s def test_map_reader(self): 452s d = Orange.data.Table("perkinelmer/4x4_pixel_PE_image.fsm") 452s > self.assertEqual(d.X[3][4], 92.9105453491211) 452s E AssertionError: 9.812585233248683e-08 != 92.9105453491211 452s 452s tests/test_readers.py:237: AssertionError 452s _________________ TestPerkinElmerReader.test_single_sp_reader __________________ 452s 452s self = 452s 452s def test_single_sp_reader(self): 452s d = Orange.data.Table("perkinelmer/single_PE_spectrum.sp") 452s > self.assertEqual(d.X[0][4], 100.65028381347656) 452s E AssertionError: 1.3711873873e-312 != 100.65028381347656 452s 452s tests/test_readers.py:231: AssertionError 452s _____________________________ TestGSF.test_open_2d _____________________________ 452s 452s self = 452s 452s def test_open_2d(self): 452s data = Orange.data.Table("whitelight.gsf") 452s self.assertEqual(data.X.shape, (20000, 1)) 452s # check some pixel vaules 452s > self.assertAlmostEqual(data.X[235,0], 1.2788502, 7) 452s E AssertionError: 1.600017979393704e+18 != 1.2788502 within 7 places (1.600017979393704e+18 difference) 452s 452s tests/test_readers.py:414: AssertionError 452s _____________________________ TestNeaGSF.test_read _____________________________ 452s 452s self = 452s 452s def test_read(self): 452s fn = 'NeaReaderGSF_test/NeaReaderGSF_test O2P raw.gsf' 452s absolute_filename = FileFormat.locate(fn, dataset_dirs) 452s data = NeaReaderGSF(absolute_filename).read() 452s self.assertEqual(len(data), 2) 452s self.assertEqual("run", data.domain.metas[2].name) 452s self.assertEqual("O2A", data.metas[0][3]) 452s > np.testing.assert_almost_equal(data.X[0, 0], 0.734363853931427) 452s 452s tests/test_readers.py:461: 452s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 452s 452s args = (8167.40576171875, 0.734363853931427), kwds = {} 452s 452s @wraps(func) 452s def inner(*args, **kwds): 452s with self._recreate_cm(): 452s > return func(*args, **kwds) 452s E AssertionError: 452s E Arrays are not almost equal to 7 decimals 452s E ACTUAL: 8167.40576171875 452s E DESIRED: 0.734363853931427 452s 452s /usr/lib/python3.13/contextlib.py:85: AssertionError 452s =============================== warnings summary =============================== 452s ../../../../usr/lib/python3/dist-packages/Orange/evaluation/testing.py:712 452s /usr/lib/python3/dist-packages/Orange/evaluation/testing.py:712: PytestCollectionWarning: cannot collect test class 'TestOnTestData' because it has a __init__ constructor (from: tests/test_conversion.py) 452s class TestOnTestData(Validation): 452s 452s ../../../../usr/lib/python3/dist-packages/orangecanvas/utils/localization/__init__.py:5 452s /usr/lib/python3/dist-packages/orangecanvas/utils/localization/__init__.py:5: DeprecationWarning: import 'orangecanvas.localization', not 'orangecanvas.utils.localization' 452s warnings.warn( 452s 452s ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/widgets/owstackalign.py:6 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/widgets/owstackalign.py:6: DeprecationWarning: Please import `shift` from the `scipy.ndimage` namespace; the `scipy.ndimage.interpolation` namespace is deprecated and will be removed in SciPy 2.0.0. 452s from scipy.ndimage.interpolation import shift 452s 452s ../../../../usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: 1 warning 452s tests/test_editor_baseline.py: 14 warnings 452s tests/test_owpreprocess.py: 7 warnings 452s tests/test_preprocess.py: 14 warnings 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _LinearBaselineCommon should define __eq__ and __hash__ to be used for compute_shared 452s super().__init__(commonfn) 452s 452s ../../../../usr/lib/python3/dist-packages/Orange/evaluation/testing.py:712 452s /usr/lib/python3/dist-packages/Orange/evaluation/testing.py:712: PytestCollectionWarning: cannot collect test class 'TestOnTestData' because it has a __init__ constructor (from: tests/test_preprocess.py) 452s class TestOnTestData(Validation): 452s 452s tests/test_als.py: 10 warnings 452s tests/test_editor_als.py: 4 warnings 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: AIRPLSCommon should define __eq__ and __hash__ to be used for compute_shared 452s super().__init__(commonfn) 452s 452s tests/test_als.py: 10 warnings 452s tests/test_editor_als.py: 9 warnings 452s tests/test_owpreprocess.py: 7 warnings 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: ALSCommon should define __eq__ and __hash__ to be used for compute_shared 452s super().__init__(commonfn) 452s 452s tests/test_als.py: 10 warnings 452s tests/test_editor_als.py: 2 warnings 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: ARPLSCommon should define __eq__ and __hash__ to be used for compute_shared 452s super().__init__(commonfn) 452s 452s tests/test_als.py::TestAls::test_no_infs 452s /usr/lib/python3/dist-packages/numpy/core/fromnumeric.py:3504: RuntimeWarning: Mean of empty slice. 452s return _methods._mean(a, axis=axis, dtype=dtype, 452s 452s tests/test_als.py::TestAls::test_no_infs 452s /usr/lib/python3/dist-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in scalar divide 452s ret = ret.dtype.type(ret / rcount) 452s 452s tests/test_als.py::TestAls::test_no_infs 452s /usr/lib/python3/dist-packages/numpy/core/_methods.py:206: RuntimeWarning: Degrees of freedom <= 0 for slice 452s ret = _var(a, axis=axis, dtype=dtype, out=out, ddof=ddof, 452s 452s tests/test_als.py::TestAls::test_no_infs 452s /usr/lib/python3/dist-packages/numpy/core/_methods.py:163: RuntimeWarning: invalid value encountered in divide 452s arrmean = um.true_divide(arrmean, div, out=arrmean, 452s 452s tests/test_als.py::TestAls::test_no_infs 452s /usr/lib/python3/dist-packages/numpy/core/_methods.py:198: RuntimeWarning: invalid value encountered in scalar divide 452s ret = ret.dtype.type(ret / rcount) 452s 452s tests/test_als.py: 6 warnings 452s tests/test_atm_corr.py: 10 warnings 452s tests/test_conversion.py: 3 warnings 452s tests/test_cut.py: 2 warnings 452s tests/test_despike.py: 2 warnings 452s tests/test_emsc.py: 20 warnings 452s tests/test_integrate.py: 16 warnings 452s tests/test_interpolate.py: 20 warnings 452s tests/test_me_emsc.py: 10 warnings 452s tests/test_owhyper.py: 1 warning 452s tests/test_owinterpolate.py: 2 warnings 452s tests/test_owspectra.py: 1 warning 452s tests/test_owspectralseries.py: 1 warning 452s tests/test_preprocess.py: 72 warnings 452s tests/test_readers.py: 1 warning 452s tests/test_tile_reader.py: 2 warnings 452s tests/test_xas.py: 4 warnings 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _InterpolateCommon should define __eq__ and __hash__ to be used for compute_shared 452s super().__init__(commonfn) 452s 452s tests/test_atm_corr.py: 42 warnings 452s tests/test_editor_atm_corr.py: 10 warnings 452s tests/test_owpreprocess.py: 4 warnings 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _AtmCorr should define __eq__ and __hash__ to be used for compute_shared 452s super().__init__(commonfn) 452s 452s tests/test_atm_corr.py: 42 warnings 452s tests/test_editor_atm_corr.py: 10 warnings 452s tests/test_owpreprocess.py: 4 warnings 452s /usr/lib/python3/dist-packages/Orange/data/variable.py:546: UserWarning: SelectColumn should define __eq__ and __hash__ to be used for compute_value 452s or set InheritEq = True if inherited methods suffice 452s var = type(self)(name=name or self.name, 452s 452s tests/test_atm_corr.py::TestAtmCorr::test_all_nans 452s tests/test_atm_corr.py::TestAtmCorr::test_no_infs 452s tests/test_atm_corr.py::TestAtmCorr::test_no_infs 452s tests/test_atm_corr.py::TestAtmCorr::test_no_infs 452s tests/test_atm_corr.py::TestAtmCorr::test_no_infs 452s tests/test_atm_corr.py::TestAtmCorr::test_no_infs 452s tests/test_atm_corr.py::TestAtmCorr::test_no_infs 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/atm_corr.py:102: RuntimeWarning: invalid value encountered in divide 452s az = az**3 / az2sum 452s 452s tests/test_conversion.py: 2 warnings 452s tests/test_owpreprocess.py: 9 warnings 452s tests/test_preprocess.py: 10 warnings 452s tests/test_tile_reader.py: 2 warnings 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _SavitzkyGolayCommon should define __eq__ and __hash__ to be used for compute_shared 452s super().__init__(commonfn) 452s 452s tests/test_cut.py::TestCut::test_cut_both 452s /usr/lib/python3.13/unittest/case.py:736: DeprecationWarning: The truth value of an empty array is ambiguous. Returning False, but in future this will result in an error. Use `array.size > 0` to check that an array is not empty. 452s if expr: 452s 452s tests/test_despike.py: 11 warnings 452s tests/test_editor_spikeremoval.py: 9 warnings 452s tests/test_owpreprocess.py: 7 warnings 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _DespikeCommon should define __eq__ and __hash__ to be used for compute_shared 452s super().__init__(commonfn) 452s 452s tests/test_despike.py::TestSpikeRemoval::test_spikes 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/__init__.py:874: RuntimeWarning: Mean of empty slice 452s row_out[i] = np.nanmean(row_in[w2]) 452s 452s tests/test_editor_emsc.py: 6 warnings 452s tests/test_emsc.py: 87 warnings 452s tests/test_owpreprocess.py: 4 warnings 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _EMSC should define __eq__ and __hash__ to be used for compute_shared 452s super().__init__(commonfn) 452s 452s tests/test_editor_gaussian.py: 10 warnings 452s tests/test_owpreprocess.py: 7 warnings 452s tests/test_preprocess.py: 10 warnings 452s tests/test_tile_reader.py: 2 warnings 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _GaussianCommon should define __eq__ and __hash__ to be used for compute_shared 452s super().__init__(commonfn) 452s 452s tests/test_editor_me_emsc.py: 28 warnings 452s tests/test_me_emsc.py: 68 warnings 452s tests/test_owpreprocess.py: 6 warnings 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _ME_EMSC should define __eq__ and __hash__ to be used for compute_shared 452s super().__init__(commonfn) 452s 452s tests/test_editor_normalize.py: 23 warnings 452s tests/test_owpreprocess.py: 10 warnings 452s tests/test_preprocess.py: 37 warnings 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _NormalizeCommon should define __eq__ and __hash__ to be used for compute_shared 452s super().__init__(commonfn) 452s 452s tests/test_editor_normalize.py: 2 warnings 452s tests/test_preprocess.py: 42 warnings 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _NormalizeReferenceCommon should define __eq__ and __hash__ to be used for compute_shared 452s super().__init__(commonfn) 452s 452s tests/test_emsc.py: 12 warnings 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/emsc.py:140: RuntimeWarning: invalid value encountered in divide 452s corrected = corrected/m[self.order+1+n_badspec] 452s 452s tests/test_integrate.py: 72 warnings 452s tests/test_owhyper.py: 47 warnings 452s tests/test_owintegrate.py: 19 warnings 452s tests/test_owpeakfit.py: 1 warning 452s tests/test_owpreprocess.py: 7 warnings 452s tests/test_preprocess.py: 13 warnings 452s tests/test_tile_reader.py: 2 warnings 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/integrate.py:28: UserWarning: _IntegrateCommon should define __eq__ and __hash__ to be used for compute_shared 452s super().__init__(commonfn) 452s 452s tests/test_irfft.py::TestIRFFT::test_agilent_fft_ab 452s /tmp/autopkgtest.wK5i8C/autopkgtest_tmp/build/tests/test_irfft.py:97: RuntimeWarning: invalid value encountered in log10 452s ab = np.log10(rsc / ssc) 452s 452s tests/test_irfft.py::TestIRFFT::test_multi_ab 452s /tmp/autopkgtest.wK5i8C/autopkgtest_tmp/build/tests/test_irfft.py:134: RuntimeWarning: invalid value encountered in log10 452s ab = np.log10(rsc / ssc) 452s 452s tests/test_me_emsc.py::TestME_EMSC::test_no_infs 452s tests/test_me_emsc.py::TestME_EMSC::test_no_infs 452s tests/test_me_emsc.py::TestME_EMSC::test_no_infs 452s tests/test_me_emsc.py::TestME_EMSC::test_no_infs 452s tests/test_me_emsc.py::TestME_EMSC::test_no_infs 452s tests/test_me_emsc.py::TestME_EMSC::test_no_infs 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/me_emsc.py:142: RuntimeWarning: invalid value encountered in divide 452s corrected = corrected / m[1 + self.ncomp] 452s 452s tests/test_owalignstack.py::test_image 452s /usr/lib/python3/dist-packages/_pytest/python.py:163: PytestReturnNotNoneWarning: Expected None, but tests/test_owalignstack.py::test_image returned array([[0., 1., 0., 0., 0., 0., 1.], 452s [0., 0., 5., 0., 0., 0., 1.], 452s [0., 0., 0., 3., 0., 0., 1.], 452s [0., 0., 0., 0., 1., 0., 1.], 452s [0., 0., 0., 0., 0., 1., 1.]]), which will be an error in a future version of pytest. Did you mean to use `assert` instead of `return`? 452s warnings.warn( 452s 452s tests/test_owcos.py::TestOWCOS::test_calc_cos 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/widgets/owcos.py:48: RuntimeWarning: divide by zero encountered in divide 452s hn = np.where(i != j, 1 / (np.pi * (j - i)), 0) 452s 452s tests/test_owfft.py: 13 warnings 452s tests/test_owhyper.py: 2 warnings 452s tests/test_owspectralseries.py: 1 warning 452s tests/test_readers.py: 6 warnings 452s /usr/lib/python3/dist-packages/Orange/data/table.py:2462: RuntimeWarning: invalid value encountered in cast 452s array = np.asarray(array, dtype=dtype) 452s 452s tests/test_owfft.py::TestOWFFT::test_calculation 452s /tmp/autopkgtest.wK5i8C/autopkgtest_tmp/build/tests/test_owfft.py:111: RuntimeWarning: invalid value encountered in log10 452s calc_abs = np.log10(rsc.X / ssc.X) 452s 452s tests/test_owhyper.py::TestReadCoordinates::test_index_nan 452s tests/test_owhyper.py::TestOWHyper::test_strange 452s tests/test_owhyper.py::TestOWHyper::test_unknown_values_axes 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/utils/__init__.py:68: RuntimeWarning: invalid value encountered in cast 452s return np.round(positions).astype(int), np.isnan(positions) 452s 452s tests/test_owhyper.py::TestVectorPlot::test_vect_bin 452s tests/test_owhyper.py::TestVectorPlot::test_vect_bin 452s tests/test_owhyper.py::TestVectorPlot::test_vect_bin 452s tests/test_owhyper.py::TestVectorPlot::test_vect_bin 452s tests/test_owhyper.py::TestVectorPlot::test_vect_bin 452s tests/test_owhyper.py::TestVectorPlot::test_vect_bin 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/widgets/owhyper.py:652: RuntimeWarning: Mean of empty slice 452s np.nanmean(col_df.iloc[i:i+bin_sz,j:j+bin_sz].to_numpy()) 452s 452s tests/test_owmultifile.py::TestOWMultifile::test_special_spectral_reading 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/widgets/owmultifile.py:124: RuntimeWarning: invalid value encountered in cast 452s data.X[pos:pos+len(table), indices] = special[1] 452s 452s tests/test_owpeakfit.py: 14 warnings 452s /usr/lib/python3/dist-packages/lmfit/jsonutils.py:30: DeprecationWarning: Please import `gaussian` from the `scipy.signal.windows` namespace; the `scipy.signal.windows.windows` namespace is deprecated and will be removed in SciPy 2.0.0. 452s t = getattr(module, oname, None) 452s 452s tests/test_owpeakfit.py: 32 warnings 452s tests/test_owpolar.py: 9 warnings 452s /usr/lib/python3.13/multiprocessing/popen_fork.py:67: DeprecationWarning: This process (pid=7800) is multi-threaded, use of fork() may lead to deadlocks in the child. 452s self.pid = os.fork() 452s 452s tests/test_owpeakfit.py::TestOWPeakFit::test_allint_indv 452s /usr/lib/python3/dist-packages/asteval/asteval.py:922: RuntimeWarning: overflow encountered in exp 452s out = func(*args, **keywords) 452s 452s tests/test_owpeakfit.py::TestOWPeakFit::test_allint_indv 452s /usr/lib/python3/dist-packages/asteval/astutils.py:263: RuntimeWarning: invalid value encountered in scalar subtract 452s ast.Sub: lambda a, b: a - b, 452s 452s tests/test_owpls.py: 22 warnings 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/models/pls.py:49: UserWarning: _PLSCommonTransform should define __eq__ and __hash__ to be used for compute_shared 452s super().__init__(transform) 452s 452s tests/test_owpls.py: 22 warnings 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/models/pls.py:85: UserWarning: PLSProjector should define __eq__ and __hash__ to be used for compute_value 452s or set InheritEq = True if inherited methods suffice 452s return ContinuousVariable(name, compute_value=PLSProjector(transformer, i)) 452s 452s tests/test_owpls.py: 19 warnings 452s /usr/lib/python3/dist-packages/orangewidget/gui.py:2075: UserWarning: decorate OWPLS.apply with @gui.deferred and then explicitly call apply.now or apply.deferred. 452s warnings.warn( 452s 452s tests/test_owpolar.py: 12 warnings 452s /usr/lib/python3/dist-packages/orangewidget/utils/listview.py:108: DeprecationWarning: ListViewSearch is deprecated and will be removed in upcoming releases. Use ListViewFilter instead. 452s warnings.warn("ListViewSearch is deprecated and will be removed " 452s 452s tests/test_owpreprocess.py: 6 warnings 452s tests/test_preprocess.py: 9 warnings 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _PCAReconstructCommon should define __eq__ and __hash__ to be used for compute_shared 452s super().__init__(commonfn) 452s 452s tests/test_owpreprocess.py: 7 warnings 452s tests/test_preprocess.py: 52 warnings 452s tests/test_tile_reader.py: 2 warnings 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _TransmittanceCommon should define __eq__ and __hash__ to be used for compute_shared 452s super().__init__(commonfn) 452s 452s tests/test_owpreprocess.py: 7 warnings 452s tests/test_preprocess.py: 10 warnings 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _ShiftAndScaleCommon should define __eq__ and __hash__ to be used for compute_shared 452s super().__init__(commonfn) 452s 452s tests/test_owpreprocess.py: 6 warnings 452s tests/test_preprocess.py: 6 warnings 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _MNFCommon should define __eq__ and __hash__ to be used for compute_shared 452s super().__init__(commonfn) 452s 452s tests/test_owpreprocess.py: 7 warnings 452s tests/test_xas.py: 18 warnings 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _XASnormalizationCommon should define __eq__ and __hash__ to be used for compute_shared 452s super().__init__(commonfn) 452s 452s tests/test_owpreprocess.py: 4 warnings 452s tests/test_xas.py: 11 warnings 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _ExtractEXAFSCommon should define __eq__ and __hash__ to be used for compute_shared 452s super().__init__(commonfn) 452s 452s tests/test_owpreprocess.py::TestAllPreprocessors::test_allpreproc_indv_empty 452s tests/test_preprocess.py::TestPCADenoising::test_no_samples 452s tests/test_preprocess.py::TestMNFDenoising::test_no_samples 452s /usr/lib/python3/dist-packages/Orange/data/table.py:219: UserWarning: must return a column, not 2d array 452s warnings.warn(err) 452s 452s tests/test_owpreprocess.py::TestAllPreprocessors::test_allpreproc_indv_empty 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/widgets/preprocessors/atm_corr.py:108: RuntimeWarning: All-NaN slice encountered 452s self.preview_data_max = np.nanmax(spectra_mean(data.X)) 452s 452s tests/test_owspectralseries.py: 14 warnings 452s /usr/lib/python3/dist-packages/Orange/widgets/gui.py:483: DeprecationWarning: Argument 'valueType' is deprecated and ignored 452s warnings.warn("Argument 'valueType' is deprecated and ignored", 452s 452s tests/test_preprocess.py: 42 warnings 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _SpSubtractCommon should define __eq__ and __hash__ to be used for compute_shared 452s super().__init__(commonfn) 452s 452s tests/test_preprocess.py::TestTransmittance::test_all_nans 452s tests/test_preprocess.py::TestTransmittance::test_no_infs 452s tests/test_preprocess.py::TestTransmittance::test_unordered_features 452s tests/test_preprocess.py::TestTransmittance::test_unordered_features 452s tests/test_preprocess.py::TestTransmittance::test_whole_and_train_separate 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/transform.py:97: RuntimeWarning: divide by zero encountered in divide 452s transd = data.X / ref_X 452s 452s tests/test_preprocess.py::TestTransmittance::test_no_infs 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/transform.py:97: RuntimeWarning: invalid value encountered in divide 452s transd = data.X / ref_X 452s 452s tests/test_preprocess.py: 51 warnings 452s tests/test_tile_reader.py: 2 warnings 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _AbsorbanceCommon should define __eq__ and __hash__ to be used for compute_shared 452s super().__init__(commonfn) 452s 452s tests/test_preprocess.py::TestAbsorbance::test_all_nans 452s tests/test_preprocess.py::TestAbsorbance::test_no_infs 452s tests/test_preprocess.py::TestAbsorbance::test_unordered_features 452s tests/test_preprocess.py::TestAbsorbance::test_unordered_features 452s tests/test_preprocess.py::TestAbsorbance::test_whole_and_train_separate 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/transform.py:33: RuntimeWarning: divide by zero encountered in log10 452s np.log10(absd, absd) 452s 452s tests/test_preprocess.py::TestAbsorbance::test_no_infs 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/transform.py:38: RuntimeWarning: divide by zero encountered in log10 452s absd = np.log10(data.X) 452s 452s tests/test_preprocess.py::TestAbsorbance::test_no_infs 452s tests/test_preprocess.py::TestAbsorbance::test_no_infs 452s tests/test_preprocess.py::TestAbsorbance::test_no_infs 452s tests/test_preprocess.py::TestAbsorbance::test_no_infs 452s tests/test_preprocess.py::TestAbsorbance::test_no_infs 452s tests/test_preprocess.py::TestAbsorbance::test_no_infs 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/transform.py:32: RuntimeWarning: divide by zero encountered in divide 452s absd = ref_X / data.X 452s 452s tests/test_preprocess.py::TestAbsorbance::test_no_infs 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/transform.py:32: RuntimeWarning: invalid value encountered in divide 452s absd = ref_X / data.X 452s 452s tests/test_preprocess.py: 11 warnings 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _RubberbandBaselineCommon should define __eq__ and __hash__ to be used for compute_shared 452s super().__init__(commonfn) 452s 452s tests/test_preprocess.py::TestNormalize::test_no_infs 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/__init__.py:402: RuntimeWarning: invalid value encountered in divide 452s data.X /= norm_data.X 452s 452s tests/test_preprocess.py::TestNormalize::test_no_infs 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/__init__.py:420: RuntimeWarning: invalid value encountered in divide 452s data.X = data.X / (max - min) 452s 452s tests/test_preprocess.py::TestNormalizeReference::test_all_nans 452s tests/test_preprocess.py::TestNormalizeReference::test_no_infs 452s tests/test_preprocess.py::TestNormalizeReference::test_unordered_features 452s tests/test_preprocess.py::TestNormalizeReference::test_unordered_features 452s tests/test_preprocess.py::TestNormalizeReference::test_whole_and_train_separate 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/__init__.py:462: RuntimeWarning: divide by zero encountered in divide 452s return replace_infs(data.X / ref_X) 452s 452s tests/test_preprocess.py: 42 warnings 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/utils.py:52: UserWarning: _NormalizePhaseReferenceCommon should define __eq__ and __hash__ to be used for compute_shared 452s super().__init__(commonfn) 452s 452s tests/test_preprocess.py::TestNormalizeReference::test_no_infs 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/preprocess/__init__.py:462: RuntimeWarning: invalid value encountered in divide 452s return replace_infs(data.X / ref_X) 452s 452s tests/test_readers.py::TestOmnicMapReader::test_read 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/utils/pymca5/OmnicMap.py:148: RuntimeWarning: invalid value encountered in scalar divide 452s deltaY = (yPositions[-1] - yPositions[0]) / (self.__nFiles - 1) 452s 452s tests/test_tile_reader.py::TestTileReaderWidget::test_image_export 452s tests/test_tile_reader.py::TestTileReaderWidget::test_load 452s tests/test_tile_reader.py::TestTileReaderWidget::test_minimum_size 452s tests/test_tile_reader.py::TestTileReaderWidget::test_msg_base_class 452s tests/test_tile_reader.py::TestTileReaderWidget::test_preproc_load 452s /usr/lib/python3/dist-packages/orangecontrib/spectroscopy/widgets/owtilefile.py:121: DeprecationWarning: 'addSpace' has been deprecated. Use gui.separator instead. 452s vbox = gui.radioButtons(None, self, "source", box=True, addSpace=True, 452s 452s tests/test_xas.py::TestXASnormalization::test_no_infs 452s tests/test_xas.py::TestXASnormalization::test_no_infs 452s /usr/lib/python3/dist-packages/extranormal3/normal_xas.py:83: RuntimeWarning: invalid value encountered in divide 452s return numpy.array((spectrum[1]-preedge_fitcurve[1]-flattening)/norm_const), norm_const 452s 452s tests/test_xas.py::TestExtractEXAFS::test_file 452s /usr/lib/python3/dist-packages/extranormal3/extra_exafs.py:96: RuntimeWarning: divide by zero encountered in divide 452s sigma=1./k_interp**kweight 452s 452s -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 452s =========================== short test summary info ============================ 452s FAILED tests/test_owfft.py::TestOWFFT::test_complex_calculation - AssertionError: 452s Not equal to tolerance rtol=1e-07, atol=0 452s 452s x and y nan location mismatch: 452s x: array([nan, nan, nan]) 452s y: array([23.676184, 25.020511, 25.825668]) 452s FAILED tests/test_readers.py::TestOmnicMapReader::test_read - TypeError: 'NoneType' object is not subscriptable 452s FAILED tests/test_readers.py::TestRenishawReader::test_single_sp_reader - Exception: All variables in the domain should have unique names. 452s FAILED tests/test_readers.py::TestPerkinElmerReader::test_map_reader - AssertionError: 9.812585233248683e-08 != 92.9105453491211 452s FAILED tests/test_readers.py::TestPerkinElmerReader::test_single_sp_reader - AssertionError: 1.3711873873e-312 != 100.65028381347656 452s FAILED tests/test_readers.py::TestGSF::test_open_2d - AssertionError: 1.600017979393704e+18 != 1.2788502 within 7 places (1.600017979393704e+18 difference) 452s FAILED tests/test_readers.py::TestNeaGSF::test_read - AssertionError: 452s Arrays are not almost equal to 7 decimals 452s ACTUAL: 8167.40576171875 452s DESIRED: 0.734363853931427 452s = 7 failed, 754 passed, 189 skipped, 96 deselected, 1478 warnings in 97.57s (0:01:37) = 452s Widgets left: 0 Max widgets: 24166 452s 452s E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd /tmp/autopkgtest.wK5i8C/autopkgtest_tmp/build; python3.13 -m pytest --verbosity=2 -k "not Mixin" 452s pybuild-autopkgtest: error: pybuild --autopkgtest --test-pytest -i python{version} -p "3.12 3.13" returned exit code 13 452s make: *** [/tmp/1BmJBHeKsJ/run:4: pybuild-autopkgtest] Error 25 452s pybuild-autopkgtest: error: /tmp/1BmJBHeKsJ/run pybuild-autopkgtest returned exit code 2 452s /tmp/autopkgtest.wK5i8C/wrapper.sh: checking for leaked background processes... 452s /tmp/autopkgtest.wK5i8C/wrapper.sh: waiting for tee/cat subprocesses... 452s /tmp/autopkgtest.wK5i8C/wrapper.sh: cleaning up... 452s /tmp/autopkgtest.wK5i8C/wrapper.sh: Exit status: 25 452s autopkgtest: DBG: testbed command exited with code 25 453s autopkgtest [04:45:17]: test pybuild-autopkgtest: -----------------------] 453s autopkgtest: DBG: testbed executing test finished with exit status 25 453s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.wK5i8C/pybuild-autopkgtest-stdout /tmp/autopkgtest-work.hp2a7015/out/pybuild-autopkgtest-stdout 453s autopkgtest: DBG: got reply from testbed: ok 453s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.wK5i8C/pybuild-autopkgtest-stderr /tmp/autopkgtest-work.hp2a7015/out/pybuild-autopkgtest-stderr 453s autopkgtest: DBG: got reply from testbed: ok 453s autopkgtest [04:45:17]: test pybuild-autopkgtest: - - - - - - - - - - results - - - - - - - - - - 453s autopkgtest: DBG: sending command to testbed: copyup /tmp/autopkgtest.wK5i8C/pybuild-autopkgtest-artifacts/ /tmp/autopkgtest-work.hp2a7015/out/artifacts/ 453s pybuild-autopkgtest FAIL non-zero exit status 25 454s autopkgtest: DBG: got reply from testbed: ok 454s autopkgtest: DBG: testbed command ['rm', '-rf', '/tmp/autopkgtest.wK5i8C/pybuild-autopkgtest-artifacts', '/tmp/autopkgtest.wK5i8C/autopkgtest_tmp'], kind short, sout raw, serr pipe, env [] 454s autopkgtest: DBG: testbed command exited with code 0 454s autopkgtest: DBG: needs_reset, previously=False, requested by run_tests() line 230 454s autopkgtest [04:45:18]: @@@@@@@@@@@@@@@@@@@@ summary 454s pybuild-autopkgtest FAIL non-zero exit status 25 454s autopkgtest: DBG: testbed stop 454s autopkgtest: DBG: testbed close, scratch=/tmp/autopkgtest.wK5i8C 454s autopkgtest: DBG: sending command to testbed: close 471s autopkgtest: DBG: got reply from testbed: ok 471s autopkgtest: DBG: sending command to testbed: quit 471s nova [W] Using flock in prodstack6-s390x 471s Creating nova instance adt-plucky-s390x-orange-spectroscopy-20250219-043744-juju-7f2275-prod-proposed-migration-environment-15-d4aaf791-39dc-40c2-b799-17bf56577d0b from image adt/ubuntu-plucky-s390x-server-20250218.img (UUID d4b3949f-1d31-4fe6-9e99-080adec067af)... 471s nova [W] Timed out waiting for 07a81534-74ac-41aa-bac0-13228a31a6d5 to get deleted.