lmfit / lmfit-py

Non-Linear Least Squares Minimization, with flexible Parameter settings, based on scipy.optimize, and with many additional classes and methods for curve fitting.
https://lmfit.github.io/lmfit-py/
Other
1.06k stars 275 forks source link

Test failure on ppc64el #692

Closed tillea closed 1 year ago

tillea commented 3 years ago

Description

The Debian auto-builders on ppc64el architecture were running into an error with Python3.9. This is reported in a bug report.

Error message:
=================================== FAILURES ===================================
_________________ TestUserDefiniedModel.test_model_nan_policy __________________

self = <test_model.TestUserDefiniedModel testMethod=test_model_nan_policy>

    def test_model_nan_policy(self):
        """Tests for nan_policy with NaN values in the input data."""
...
        result = mod.fit(y, params, x=x, nan_policy='propagate')
>       self.assertTrue(result.success)
E       AssertionError: False is not true

tests/test_model.py:647: AssertionError
=============================== warnings summary ===============================
.pybuild/cpython3_3.9_lmfit/build/tests/test_lineshapes.py::test_no_ZeroDivisionError_and_finite_output[logistic]
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_lmfit/build/lmfit/lineshapes.py:184: RuntimeWarning: overflow encountered in exp
    return amplitude*(1. - 1./(1. + exp((x-center)/max(tiny, sigma))))

.pybuild/cpython3_3.9_lmfit/build/tests/test_lineshapes.py::test_no_ZeroDivisionError_and_finite_output[thermal_distribution]
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_lmfit/build/lmfit/lineshapes.py:344: RuntimeWarning: divide by zero encountered in true_divide
    return real(1/(amplitude*exp((x - center)/kt) + offset + tiny*1j))

.pybuild/cpython3_3.9_lmfit/build/tests/test_lineshapes.py::test_x_float_value[step]
.pybuild/cpython3_3.9_lmfit/build/tests/test_lineshapes.py::test_x_float_value[rectangle]
  <__array_function__ internals>:5: DeprecationWarning: Calling nonzero on 0d arrays is deprecated, as it behaves surprisingly. Use `atleast_1d(cond).nonzero()` if the old behavior was   intended. If the context of this warning is of the form `arr[nonzero(cond)]`, just use `arr[cond]`.

.pybuild/cpython3_3.9_lmfit/build/tests/test_nose.py::CommonMinimizerTest::test_diffev_bounds_check
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_lmfit/build/lmfit/minimizer.py:933: RuntimeWarning: ignoring `maxiter` argument to `scalar_minimize()`. Use `max_nfev` instead.
    warnings.warn(MAXEVAL_Warning % ('maxiter', thisfuncname()),

-- Docs: https://docs.pytest.org/en/latest/warnings.html
=== 1 failed, 508 passed, 13 skipped, 3 xfailed, 5 warnings in 98.68 seconds ===
Version information
Python: 3.9.1 (default, Dec  8 2020, 07:51:42) 
[GCC 10.2.0]

lmfit: 1.0.1, scipy: 1.5.4, numpy: 1.19.4, asteval: 0.9.19, uncertainties: 3.1.4

Kind regards, Andreas.

newville commented 3 years ago

This is a duplicate of #686. Personally, I could not care less about supporting PPC and have no intention of doing any work toward that. It's okay with me if someone else works on that, and It's okay with me if no one does. I guess I'm willing to leave this open to avoid another duplicate issue.

picca commented 3 years ago

Hello, the bad news is that I have also this error on the i386 platform.

Running with gitlab-runner 13.7.0 (HEAD)
  on salsa-runner.debian.net f0fdd533
section_start:1610009407:prepare_executor
Preparing the "docker+machine" executor
Using Docker executor with image registry.salsa.debian.org/salsa-ci-team/pipeline/i386/base:unstable ...
WARNING: Pulling GitLab Runner helper image from Docker Hub. Helper image is migrating to registry.gitlab.com, for more information see https://docs.gitlab.com/runner/configuration/advanced-configuration.html#migrating-helper-image-to-registrygitlabcom
Pulling docker image gitlab/gitlab-runner-helper:x86_64-latest ...
Using docker image sha256:bab187236b3bbcefe6211970f695c37a74dbe2d9915a7cdbd554683e408539ca for gitlab/gitlab-runner-helper:x86_64-latest with digest gitlab/gitlab-runner-helper@sha256:c276d4be3e859594276b70a195d2431dd8e18a164452139dd1599779de2ff4e5 ...
Authenticating with credentials from job payload (GitLab Registry)
Pulling docker image registry.salsa.debian.org/salsa-ci-team/pipeline/i386/base:unstable ...
Using docker image sha256:a592060edcb2207b71fe51c4d4b20be19e337e9467500239cdda6e723c02cc5e for registry.salsa.debian.org/salsa-ci-team/pipeline/i386/base:unstable with digest registry.salsa.debian.org/salsa-ci-team/pipeline/i386/base@sha256:c4ab79ccf0a8847e9dc900ed2915e36af64b6cdf2e7955632a252abef46d5e4a ...
section_end:1610009463:prepare_executor
section_start:1610009463:prepare_script
Preparing environment
Running on runner-f0fdd533-project-3452-concurrent-0 via runner-f0fdd533-1610009407-fdb79088...
section_end:1610009465:prepare_script
section_start:1610009465:get_sources
Getting source from Git repository
Fetching changes with git depth set to 1...
Initialized empty Git repository in /builds/science-team/lmfit-py/.git/
Created fresh repository.
Checking out 52fe9fdd as master...

Skipping Git submodules setup
section_end:1610009466:get_sources
section_start:1610009466:restore_cache
Restoring cache
Checking cache for build-i386...
FATAL: file does not exist                         
Failed to extract cache
section_end:1610009467:restore_cache
section_start:1610009467:download_artifacts
Downloading artifacts
Downloading artifacts for extract-source (1320557)...
Downloading artifacts from coordinator... ok        id=1320557 responseStatus=200 OK token=_zTTcoL9
section_end:1610009468:download_artifacts
section_start:1610009468:step_script
Executing "step_script" stage of the job script
$ # Reported in https://salsa.debian.org/salsa-ci-team/pipeline/issues/104, # collapsed multi-line command
+ [[ -n '' ]]
$ export CCACHE_DIR=${CCACHE_TMP_DIR} # collapsed multi-line command
Get:1 http://deb.debian.org/debian sid InRelease [153 kB]
Get:2 http://deb.debian.org/debian sid/main Sources [9102 kB]
Get:3 http://deb.debian.org/debian sid/main i386 Packages [8497 kB]
Fetched 17.8 MB in 3s (7011 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
The following additional packages will be installed:
  aptitude-common autoconf automake autopoint autotools-dev binutils
  binutils-common binutils-i686-linux-gnu bsdextrautils bzip2 ca-certificates
  cpp cpp-10 debhelper dh-autoreconf dh-strip-nondeterminism dirmngr dpkg-dev
  dwz fakeroot file g++ g++-10 gcc gcc-10 gcc-10-base gettext gettext-base
  gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
  gpgconf gpgsm groff-base intltool-debian libarchive-zip-perl libasan6
  libassuan0 libatomic1 libb-hooks-op-check-perl libbinutils
  libboost-iostreams1.74.0 libc-dev-bin libc6 libc6-dev libcc1-0
  libclass-method-modifiers-perl libcrypt-dev libctf-nobfd0 libctf0
  libcwidget4 libdebhelper-perl libdevel-callchecker-perl libdpkg-perl
  libdynaloader-functions-perl libencode-locale-perl libexpat1 libfakeroot
  libfile-dirlist-perl libfile-homedir-perl libfile-listing-perl
  libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl
  libgcc-10-dev libgcc-s1 libgdbm-compat4 libgdbm6 libgomp1 libgssapi-krb5-2
  libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
  libhttp-cookies-perl libhttp-date-perl libhttp-message-perl
  libhttp-negotiate-perl libicu67 libimport-into-perl libio-html-perl
  libio-pty-perl libio-socket-ssl-perl libipc-run-perl libisl23 libitm1
  libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
  liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc libmagic1
  libmodule-runtime-perl libmoo-perl libmpc3 libmpfr6 libncursesw6
  libnet-http-perl libnet-ssleay-perl libnpth0 libnsl-dev libnsl2
  libparams-classify-perl libperl5.32 libpipeline1 libpython3-stdlib
  libpython3.9-minimal libpython3.9-stdlib libquadmath0 libreadline8
  librole-tiny-perl libsasl2-2 libsasl2-modules-db libsigc++-2.0-0v5
  libsigsegv2 libsqlite3-0 libssl1.1 libstdc++-10-dev libstdc++6
  libstrictures-perl libsub-override-perl libsub-quote-perl libtimedate-perl
  libtinfo6 libtirpc-common libtirpc-dev libtirpc3 libtool libtry-tiny-perl
  libubsan1 libuchardet0 liburi-perl libwww-perl libwww-robotrules-perl
  libxapian30 libxml2 linux-libc-dev m4 mailcap make man-db media-types
  mime-support netbase openssl patch patchutils perl perl-base
  perl-modules-5.32 perl-openssl-defaults pinentry-curses po-debconf python3
  python3-minimal python3.9 python3.9-minimal readline-common sensible-utils
  wdiff xz-utils
Suggested packages:
  apt-xapian-index aptitude-doc-en | aptitude-doc debtags tasksel
  autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc distcc
  | icecc cpp-doc gcc-10-locales dh-make adequate at autopkgtest
  bls-standalone bsd-mailx | mailx check-all-the-things cvs-buildpackage
  devscripts-el diffoscope disorderfs dose-extra duck faketime gnuplot
  how-can-i-help libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
  libnet-smtps-perl libterm-size-perl libyaml-syck-perl mmdebstrap
  mozilla-devscripts mutt piuparts postgresql-client quilt ratt reprotest
  ssh-client svn-buildpackage w3m dbus-user-session libpam-systemd
  pinentry-gnome3 tor debian-keyring g++-multilib g++-10-multilib gcc-10-doc
  gcc-multilib manpages-dev flex bison gdb gcc-doc gcc-10-multilib gettext-doc
  libasprintf-dev libgettextpo-dev parcimonie xloadimage scdaemon groff
  glibc-doc libc-l10n locales libcwidget-dev git bzr gdbm-l10n krb5-doc
  krb5-user libdata-dump-perl libcrypt-ssleay-perl libscalar-number-perl
  libstdc++-10-doc libbareword-filehandles-perl libindirect-perl
  libmultidimensional-perl libtool-doc gfortran | fortran95-compiler gcj-jdk
  libauthen-ntlm-perl xapian-tools m4-doc make-doc apparmor less www-browser
  ed diffutils-doc perl-doc libterm-readline-gnu-perl
  | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc
  libmail-box-perl python3-doc python3-tk python3-venv python3.9-venv
  python3.9-doc binfmt-support readline-doc wdiff-doc
Recommended packages:
  dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
  libgitlab-api-v4-perl liblist-compare-perl libstring-shellquote-perl
  licensecheck lintian pristine-tar python3-apt python3-debian python3-magic
  python3-requests python3-unidiff python3-xdg strace unzip wget | curl
  debian-keyring libsoap-lite-perl libalgorithm-merge-perl curl | wget | lynx
  manpages manpages-dev libc-devtools libnss-nis libnss-nisplus
  libfile-fcntllock-perl liblocale-gettext-perl libarchive-cpio-perl
  libhtml-format-perl libclone-perl krb5-locales libldap-common
  libclass-xsaccessor-perl libnamespace-clean-perl libsub-name-perl libgpm2
  libsasl2-modules libltdl-dev libdata-dump-perl libhtml-form-perl
  libhttp-daemon-perl libmailtools-perl libmail-sendmail-perl
The following NEW packages will be installed:
  aptitude aptitude-common autoconf automake autopoint autotools-dev binutils
  binutils-common binutils-i686-linux-gnu bsdextrautils build-essential bzip2
  ca-certificates ccache cpp cpp-10 debhelper devscripts dh-autoreconf
  dh-strip-nondeterminism dirmngr dpkg-dev dwz equivs fakeroot file g++ g++-10
  gcc gcc-10 gettext gettext-base gnupg gnupg-l10n gnupg-utils gpg gpg-agent
  gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base intltool-debian
  libarchive-zip-perl libasan6 libassuan0 libatomic1 libb-hooks-op-check-perl
  libbinutils libboost-iostreams1.74.0 libc-dev-bin libc6-dev libcc1-0
  libclass-method-modifiers-perl libcrypt-dev libctf-nobfd0 libctf0
  libcwidget4 libdebhelper-perl libdevel-callchecker-perl libdpkg-perl
  libdynaloader-functions-perl libencode-locale-perl libexpat1 libfakeroot
  libfile-dirlist-perl libfile-homedir-perl libfile-listing-perl
  libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl
  libgcc-10-dev libgdbm-compat4 libgdbm6 libgomp1 libgssapi-krb5-2
  libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
  libhttp-cookies-perl libhttp-date-perl libhttp-message-perl
  libhttp-negotiate-perl libicu67 libimport-into-perl libio-html-perl
  libio-pty-perl libio-socket-ssl-perl libipc-run-perl libisl23 libitm1
  libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
  liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc libmagic1
  libmodule-runtime-perl libmoo-perl libmpc3 libmpfr6 libncursesw6
  libnet-http-perl libnet-ssleay-perl libnpth0 libnsl-dev libnsl2
  libparams-classify-perl libperl5.32 libpipeline1 libpython3-stdlib
  libpython3.9-minimal libpython3.9-stdlib libquadmath0 libreadline8
  librole-tiny-perl libsasl2-2 libsasl2-modules-db libsigc++-2.0-0v5
  libsigsegv2 libsqlite3-0 libssl1.1 libstdc++-10-dev libstrictures-perl
  libsub-override-perl libsub-quote-perl libtimedate-perl libtirpc-common
  libtirpc-dev libtirpc3 libtool libtry-tiny-perl libubsan1 libuchardet0
  liburi-perl libwww-perl libwww-robotrules-perl libxapian30 libxml2
  linux-libc-dev m4 mailcap make man-db media-types mime-support netbase
  openssl patch patchutils perl perl-modules-5.32 perl-openssl-defaults
  pinentry-curses po-debconf python3 python3-minimal python3.9
  python3.9-minimal readline-common sensible-utils wdiff xz-utils
The following packages will be upgraded:
  gcc-10-base libc6 libgcc-s1 libstdc++6 libtinfo6 perl-base
6 upgraded, 167 newly installed, 0 to remove and 37 not upgraded.
Need to get 120 MB of archives.
After this operation, 415 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian sid/main i386 perl-base i386 5.32.0-6 [1721 kB]
Get:2 http://deb.debian.org/debian sid/main i386 bsdextrautils i386 2.36.1-4 [148 kB]
Get:3 http://deb.debian.org/debian sid/main i386 gcc-10-base i386 10.2.1-3 [201 kB]
Get:4 http://deb.debian.org/debian sid/main i386 libgcc-s1 i386 10.2.1-3 [49.6 kB]
Get:5 http://deb.debian.org/debian sid/main i386 libstdc++6 i386 10.2.1-3 [526 kB]
Get:6 http://deb.debian.org/debian sid/main i386 libc6 i386 2.31-9 [2753 kB]
Get:7 http://deb.debian.org/debian sid/main i386 libuchardet0 i386 0.0.7-1 [67.9 kB]
Get:8 http://deb.debian.org/debian sid/main i386 groff-base i386 1.22.4-5 [938 kB]
Get:9 http://deb.debian.org/debian sid/main i386 libgdbm6 i386 1.18.1-5.1 [68.8 kB]
Get:10 http://deb.debian.org/debian sid/main i386 libpipeline1 i386 1.5.3-1 [36.8 kB]
Get:11 http://deb.debian.org/debian sid/main i386 man-db i386 2.9.3-2 [1327 kB]
Get:12 http://deb.debian.org/debian sid/main i386 perl-modules-5.32 all 5.32.0-6 [2820 kB]
Get:13 http://deb.debian.org/debian sid/main i386 libgdbm-compat4 i386 1.18.1-5.1 [44.9 kB]
Get:14 http://deb.debian.org/debian sid/main i386 libperl5.32 i386 5.32.0-6 [3736 kB]
Get:15 http://deb.debian.org/debian sid/main i386 perl i386 5.32.0-6 [293 kB]
Get:16 http://deb.debian.org/debian sid/main i386 libssl1.1 i386 1.1.1i-1 [1548 kB]
Get:17 http://deb.debian.org/debian sid/main i386 libpython3.9-minimal i386 3.9.1-1 [799 kB]
Get:18 http://deb.debian.org/debian sid/main i386 libexpat1 i386 2.2.10-1 [98.7 kB]
Get:19 http://deb.debian.org/debian sid/main i386 python3.9-minimal i386 3.9.1-1 [1953 kB]
Get:20 http://deb.debian.org/debian sid/main i386 python3-minimal i386 3.9.1-1 [37.8 kB]
Get:21 http://deb.debian.org/debian sid/main i386 media-types all 2.0.0 [29.3 kB]
Get:22 http://deb.debian.org/debian sid/main i386 mailcap all 3.68 [31.6 kB]
Get:23 http://deb.debian.org/debian sid/main i386 mime-support all 3.66 [10.9 kB]
Get:24 http://deb.debian.org/debian sid/main i386 libtinfo6 i386 6.2+20201114-2 [342 kB]
Get:25 http://deb.debian.org/debian sid/main i386 libncursesw6 i386 6.2+20201114-2 [144 kB]
Get:26 http://deb.debian.org/debian sid/main i386 libkrb5support0 i386 1.18.3-4 [68.3 kB]
Get:27 http://deb.debian.org/debian sid/main i386 libk5crypto3 i386 1.18.3-4 [117 kB]
Get:28 http://deb.debian.org/debian sid/main i386 libkeyutils1 i386 1.6.1-2 [15.9 kB]
Get:29 http://deb.debian.org/debian sid/main i386 libkrb5-3 i386 1.18.3-4 [390 kB]
Get:30 http://deb.debian.org/debian sid/main i386 libgssapi-krb5-2 i386 1.18.3-4 [176 kB]
Get:31 http://deb.debian.org/debian sid/main i386 libtirpc-common all 1.3.1-1 [13.4 kB]
Get:32 http://deb.debian.org/debian sid/main i386 libtirpc3 i386 1.3.1-1 [90.8 kB]
Get:33 http://deb.debian.org/debian sid/main i386 libnsl2 i386 1.3.0-2 [42.2 kB]
Get:34 http://deb.debian.org/debian sid/main i386 readline-common all 8.1-1 [73.7 kB]
Get:35 http://deb.debian.org/debian sid/main i386 libreadline8 i386 8.1-1 [173 kB]
Get:36 http://deb.debian.org/debian sid/main i386 libsqlite3-0 i386 3.34.0-1 [838 kB]
Get:37 http://deb.debian.org/debian sid/main i386 libpython3.9-stdlib i386 3.9.1-1 [1755 kB]
Get:38 http://deb.debian.org/debian sid/main i386 python3.9 i386 3.9.1-1 [461 kB]
Get:39 http://deb.debian.org/debian sid/main i386 libpython3-stdlib i386 3.9.1-1 [21.0 kB]
Get:40 http://deb.debian.org/debian sid/main i386 python3 i386 3.9.1-1 [64.1 kB]
Get:41 http://deb.debian.org/debian sid/main i386 netbase all 6.2 [19.9 kB]
Get:42 http://deb.debian.org/debian sid/main i386 sensible-utils all 0.0.12+nmu1 [16.0 kB]
Get:43 http://deb.debian.org/debian sid/main i386 bzip2 i386 1.0.8-4 [50.0 kB]
Get:44 http://deb.debian.org/debian sid/main i386 libmagic-mgc i386 1:5.39-3 [273 kB]
Get:45 http://deb.debian.org/debian sid/main i386 libmagic1 i386 1:5.39-3 [133 kB]
Get:46 http://deb.debian.org/debian sid/main i386 file i386 1:5.39-3 [69.0 kB]
Get:47 http://deb.debian.org/debian sid/main i386 gettext-base i386 0.21-3 [176 kB]
Get:48 http://deb.debian.org/debian sid/main i386 xz-utils i386 5.2.5-1.0 [224 kB]
Get:49 http://deb.debian.org/debian sid/main i386 aptitude-common all 0.8.13-2 [1777 kB]
Get:50 http://deb.debian.org/debian sid/main i386 libboost-iostreams1.74.0 i386 1.74.0-7 [266 kB]
Get:51 http://deb.debian.org/debian sid/main i386 libsigc++-2.0-0v5 i386 2.10.4-2 [32.3 kB]
Get:52 http://deb.debian.org/debian sid/main i386 libcwidget4 i386 0.5.18-5 [334 kB]
Get:53 http://deb.debian.org/debian sid/main i386 libxapian30 i386 1.4.17-1 [1375 kB]
Get:54 http://deb.debian.org/debian sid/main i386 aptitude i386 0.8.13-2+b1 [1454 kB]
Get:55 http://deb.debian.org/debian sid/main i386 libsigsegv2 i386 2.12-3 [33.3 kB]
Get:56 http://deb.debian.org/debian sid/main i386 m4 i386 1.4.18-5 [206 kB]
Get:57 http://deb.debian.org/debian sid/main i386 autoconf all 2.69-14 [313 kB]
Get:58 http://deb.debian.org/debian sid/main i386 autotools-dev all 20180224.1+nmu1 [77.1 kB]
Get:59 http://deb.debian.org/debian sid/main i386 automake all 1:1.16.3-2 [814 kB]
Get:60 http://deb.debian.org/debian sid/main i386 autopoint all 0.21-3 [509 kB]
Get:61 http://deb.debian.org/debian sid/main i386 binutils-common i386 2.35.1-7 [2219 kB]
Get:62 http://deb.debian.org/debian sid/main i386 libbinutils i386 2.35.1-7 [604 kB]
Get:63 http://deb.debian.org/debian sid/main i386 libctf-nobfd0 i386 2.35.1-7 [111 kB]
Get:64 http://deb.debian.org/debian sid/main i386 libctf0 i386 2.35.1-7 [55.3 kB]
Get:65 http://deb.debian.org/debian sid/main i386 binutils-i686-linux-gnu i386 2.35.1-7 [1873 kB]
Get:66 http://deb.debian.org/debian sid/main i386 binutils i386 2.35.1-7 [60.6 kB]
Get:67 http://deb.debian.org/debian sid/main i386 libc-dev-bin i386 2.31-9 [278 kB]
Get:68 http://deb.debian.org/debian sid/main i386 linux-libc-dev i386 5.10.4-1 [1266 kB]
Get:69 http://deb.debian.org/debian sid/main i386 libcrypt-dev i386 1:4.4.17-1 [116 kB]
Get:70 http://deb.debian.org/debian sid/main i386 libtirpc-dev i386 1.3.1-1 [201 kB]
Get:71 http://deb.debian.org/debian sid/main i386 libnsl-dev i386 1.3.0-2 [70.6 kB]
Get:72 http://deb.debian.org/debian sid/main i386 libc6-dev i386 2.31-9 [3774 kB]
Get:73 http://deb.debian.org/debian sid/main i386 libisl23 i386 0.23-1 [699 kB]
Get:74 http://deb.debian.org/debian sid/main i386 libmpfr6 i386 4.1.0-3 [2045 kB]
Get:75 http://deb.debian.org/debian sid/main i386 libmpc3 i386 1.2.0-1 [49.9 kB]
Get:76 http://deb.debian.org/debian sid/main i386 cpp-10 i386 10.2.1-3 [9057 kB]
Get:77 http://deb.debian.org/debian sid/main i386 cpp i386 4:10.2.0-1 [19.7 kB]
Get:78 http://deb.debian.org/debian sid/main i386 libcc1-0 i386 10.2.1-3 [48.5 kB]
Get:79 http://deb.debian.org/debian sid/main i386 libgomp1 i386 10.2.1-3 [106 kB]
Get:80 http://deb.debian.org/debian sid/main i386 libitm1 i386 10.2.1-3 [28.6 kB]
Get:81 http://deb.debian.org/debian sid/main i386 libatomic1 i386 10.2.1-3 [9492 B]
Get:82 http://deb.debian.org/debian sid/main i386 libasan6 i386 10.2.1-3 [1931 kB]
Get:83 http://deb.debian.org/debian sid/main i386 libubsan1 i386 10.2.1-3 [752 kB]
Get:84 http://deb.debian.org/debian sid/main i386 libquadmath0 i386 10.2.1-3 [229 kB]
Get:85 http://deb.debian.org/debian sid/main i386 libgcc-10-dev i386 10.2.1-3 [2320 kB]
Get:86 http://deb.debian.org/debian sid/main i386 gcc-10 i386 10.2.1-3 [18.1 MB]
Get:87 http://deb.debian.org/debian sid/main i386 gcc i386 4:10.2.0-1 [5244 B]
Get:88 http://deb.debian.org/debian sid/main i386 libstdc++-10-dev i386 10.2.1-3 [1785 kB]
Get:89 http://deb.debian.org/debian sid/main i386 g++-10 i386 10.2.1-3 [9838 kB]
Get:90 http://deb.debian.org/debian sid/main i386 g++ i386 4:10.2.0-1 [1648 B]
Get:91 http://deb.debian.org/debian sid/main i386 make i386 4.3-4 [404 kB]
Get:92 http://deb.debian.org/debian sid/main i386 libdpkg-perl all 1.20.5 [1473 kB]
Get:93 http://deb.debian.org/debian sid/main i386 patch i386 2.7.6-6 [140 kB]
Get:94 http://deb.debian.org/debian sid/main i386 dpkg-dev all 1.20.5 [1909 kB]
Get:95 http://deb.debian.org/debian sid/main i386 build-essential i386 12.9 [7704 B]
Get:96 http://deb.debian.org/debian sid/main i386 openssl i386 1.1.1i-1 [859 kB]
Get:97 http://deb.debian.org/debian sid/main i386 ca-certificates all 20200601 [158 kB]
Get:98 http://deb.debian.org/debian sid/main i386 ccache i386 4.1-1 [480 kB]
Get:99 http://deb.debian.org/debian sid/main i386 libtool all 2.4.6-14 [513 kB]
Get:100 http://deb.debian.org/debian sid/main i386 dh-autoreconf all 19 [16.9 kB]
Get:101 http://deb.debian.org/debian sid/main i386 libdebhelper-perl all 13.3.1 [188 kB]
Get:102 http://deb.debian.org/debian sid/main i386 libarchive-zip-perl all 1.68-1 [104 kB]
Get:103 http://deb.debian.org/debian sid/main i386 libsub-override-perl all 0.09-2 [10.2 kB]
Get:104 http://deb.debian.org/debian sid/main i386 libfile-stripnondeterminism-perl all 1.9.0-1 [25.5 kB]
Get:105 http://deb.debian.org/debian sid/main i386 dh-strip-nondeterminism all 1.9.0-1 [15.2 kB]
Get:106 http://deb.debian.org/debian sid/main i386 dwz i386 0.13+20201015-2 [176 kB]
Get:107 http://deb.debian.org/debian sid/main i386 libicu67 i386 67.1-5 [8774 kB]
Get:108 http://deb.debian.org/debian sid/main i386 libxml2 i386 2.9.10+dfsg-6.3+b1 [727 kB]
Get:109 http://deb.debian.org/debian sid/main i386 gettext i386 0.21-3 [1321 kB]
Get:110 http://deb.debian.org/debian sid/main i386 intltool-debian all 0.35.0+20060710.5 [26.8 kB]
Get:111 http://deb.debian.org/debian sid/main i386 po-debconf all 1.0.21+nmu1 [248 kB]
Get:112 http://deb.debian.org/debian sid/main i386 debhelper all 13.3.1 [1010 kB]
Get:113 http://deb.debian.org/debian sid/main i386 libfakeroot i386 1.25.3-1.1 [48.6 kB]
Get:114 http://deb.debian.org/debian sid/main i386 fakeroot i386 1.25.3-1.1 [88.2 kB]
Get:115 http://deb.debian.org/debian sid/main i386 libassuan0 i386 2.5.3-7.1 [52.7 kB]
Get:116 http://deb.debian.org/debian sid/main i386 gpgconf i386 2.2.20-1 [540 kB]
Get:117 http://deb.debian.org/debian sid/main i386 libksba8 i386 1.5.0-3 [131 kB]
Get:118 http://deb.debian.org/debian sid/main i386 libsasl2-modules-db i386 2.1.27+dfsg-2 [70.0 kB]
Get:119 http://deb.debian.org/debian sid/main i386 libsasl2-2 i386 2.1.27+dfsg-2 [109 kB]
Get:120 http://deb.debian.org/debian sid/main i386 libldap-2.4-2 i386 2.4.56+dfsg-1 [244 kB]
Get:121 http://deb.debian.org/debian sid/main i386 libnpth0 i386 1.6-3 [19.1 kB]
Get:122 http://deb.debian.org/debian sid/main i386 dirmngr i386 2.2.20-1 [766 kB]
Get:123 http://deb.debian.org/debian sid/main i386 gnupg-l10n all 2.2.20-1 [1035 kB]
Get:124 http://deb.debian.org/debian sid/main i386 gnupg-utils i386 2.2.20-1 [939 kB]
Get:125 http://deb.debian.org/debian sid/main i386 gpg i386 2.2.20-1 [937 kB]
Get:126 http://deb.debian.org/debian sid/main i386 pinentry-curses i386 1.1.0-4 [66.5 kB]
Get:127 http://deb.debian.org/debian sid/main i386 gpg-agent i386 2.2.20-1 [662 kB]
Get:128 http://deb.debian.org/debian sid/main i386 gpg-wks-client i386 2.2.20-1 [519 kB]
Get:129 http://deb.debian.org/debian sid/main i386 gpg-wks-server i386 2.2.20-1 [510 kB]
Get:130 http://deb.debian.org/debian sid/main i386 gpgsm i386 2.2.20-1 [648 kB]
Get:131 http://deb.debian.org/debian sid/main i386 gnupg all 2.2.20-1 [749 kB]
Get:132 http://deb.debian.org/debian sid/main i386 libfile-dirlist-perl all 0.05-2 [7444 B]
Get:133 http://deb.debian.org/debian sid/main i386 libfile-which-perl all 1.23-1 [16.6 kB]
Get:134 http://deb.debian.org/debian sid/main i386 libfile-homedir-perl all 1.006-1 [43.8 kB]
Get:135 http://deb.debian.org/debian sid/main i386 libfile-touch-perl all 0.11-1 [9254 B]
Get:136 http://deb.debian.org/debian sid/main i386 libio-pty-perl i386 1:1.15-2 [37.8 kB]
Get:137 http://deb.debian.org/debian sid/main i386 libipc-run-perl all 20200505.0-1 [102 kB]
Get:138 http://deb.debian.org/debian sid/main i386 libclass-method-modifiers-perl all 2.13-1 [19.2 kB]
Get:139 http://deb.debian.org/debian sid/main i386 libb-hooks-op-check-perl i386 0.22-1+b3 [11.4 kB]
Get:140 http://deb.debian.org/debian sid/main i386 libdynaloader-functions-perl all 0.003-1.1 [12.7 kB]
Get:141 http://deb.debian.org/debian sid/main i386 libdevel-callchecker-perl i386 0.008-1+b2 [15.9 kB]
Get:142 http://deb.debian.org/debian sid/main i386 libparams-classify-perl i386 0.015-1+b3 [26.4 kB]
Get:143 http://deb.debian.org/debian sid/main i386 libmodule-runtime-perl all 0.016-1 [19.4 kB]
Get:144 http://deb.debian.org/debian sid/main i386 libimport-into-perl all 1.002005-1 [11.6 kB]
Get:145 http://deb.debian.org/debian sid/main i386 librole-tiny-perl all 2.001004-1 [20.8 kB]
Get:146 http://deb.debian.org/debian sid/main i386 libstrictures-perl all 2.000006-1 [18.6 kB]
Get:147 http://deb.debian.org/debian sid/main i386 libsub-quote-perl all 2.006006-1 [21.0 kB]
Get:148 http://deb.debian.org/debian sid/main i386 libmoo-perl all 2.004004-1 [59.9 kB]
Get:149 http://deb.debian.org/debian sid/main i386 libencode-locale-perl all 1.05-1.1 [13.2 kB]
Get:150 http://deb.debian.org/debian sid/main i386 libtimedate-perl all 2.3300-1 [39.2 kB]
Get:151 http://deb.debian.org/debian sid/main i386 libhttp-date-perl all 6.05-1 [10.4 kB]
Get:152 http://deb.debian.org/debian sid/main i386 libfile-listing-perl all 6.14-1 [12.4 kB]
Get:153 http://deb.debian.org/debian sid/main i386 libhtml-tagset-perl all 3.20-4 [13.0 kB]
Get:154 http://deb.debian.org/debian sid/main i386 liburi-perl all 5.05-1 [90.3 kB]
Get:155 http://deb.debian.org/debian sid/main i386 libhtml-parser-perl i386 3.75-1+b1 [106 kB]
Get:156 http://deb.debian.org/debian sid/main i386 libhtml-tree-perl all 5.07-2 [213 kB]
Get:157 http://deb.debian.org/debian sid/main i386 libio-html-perl all 1.001-1.1 [18.6 kB]
Get:158 http://deb.debian.org/debian sid/main i386 liblwp-mediatypes-perl all 6.04-1 [19.9 kB]
Get:159 http://deb.debian.org/debian sid/main i386 libhttp-message-perl all 6.27-1 [79.5 kB]
Get:160 http://deb.debian.org/debian sid/main i386 libhttp-cookies-perl all 6.10-1 [19.6 kB]
Get:161 http://deb.debian.org/debian sid/main i386 libhttp-negotiate-perl all 6.01-1 [12.8 kB]
Get:162 http://deb.debian.org/debian sid/main i386 perl-openssl-defaults i386 5 [7360 B]
Get:163 http://deb.debian.org/debian sid/main i386 libnet-ssleay-perl i386 1.88-3+b1 [328 kB]
Get:164 http://deb.debian.org/debian sid/main i386 libio-socket-ssl-perl all 2.068-1 [215 kB]
Get:165 http://deb.debian.org/debian sid/main i386 libnet-http-perl all 6.19-1 [24.8 kB]
Get:166 http://deb.debian.org/debian sid/main i386 liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
Get:167 http://deb.debian.org/debian sid/main i386 libtry-tiny-perl all 0.30-1 [23.3 kB]
Get:168 http://deb.debian.org/debian sid/main i386 libwww-robotrules-perl all 6.02-1 [12.9 kB]
Get:169 http://deb.debian.org/debian sid/main i386 libwww-perl all 6.51-1 [192 kB]
Get:170 http://deb.debian.org/debian sid/main i386 patchutils i386 0.4.2-1 [79.6 kB]
Get:171 http://deb.debian.org/debian sid/main i386 wdiff i386 1.2.2-2+b1 [123 kB]
Get:172 http://deb.debian.org/debian sid/main i386 devscripts i386 2.20.5 [1084 kB]
Get:173 http://deb.debian.org/debian sid/main i386 equivs all 2.3.1 [22.7 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 120 MB in 2s (77.8 MB/s)
(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 ... 6851 files and directories currently installed.)
Preparing to unpack .../perl-base_5.32.0-6_i386.deb ...
Unpacking perl-base (5.32.0-6) over (5.32.0-5) ...
Setting up perl-base (5.32.0-6) ...
Selecting previously unselected package bsdextrautils.
(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 ... 6851 files and directories currently installed.)
Preparing to unpack .../bsdextrautils_2.36.1-4_i386.deb ...
Unpacking bsdextrautils (2.36.1-4) ...
Preparing to unpack .../gcc-10-base_10.2.1-3_i386.deb ...
Unpacking gcc-10-base:i386 (10.2.1-3) over (10.2.1-1) ...
Setting up gcc-10-base:i386 (10.2.1-3) ...
(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 ... 6882 files and directories currently installed.)
Preparing to unpack .../libgcc-s1_10.2.1-3_i386.deb ...
Unpacking libgcc-s1:i386 (10.2.1-3) over (10.2.1-1) ...
Setting up libgcc-s1:i386 (10.2.1-3) ...
(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 ... 6882 files and directories currently installed.)
Preparing to unpack .../libstdc++6_10.2.1-3_i386.deb ...
Unpacking libstdc++6:i386 (10.2.1-3) over (10.2.1-1) ...
Setting up libstdc++6:i386 (10.2.1-3) ...
(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 ... 6882 files and directories currently installed.)
Preparing to unpack .../archives/libc6_2.31-9_i386.deb ...
Unpacking libc6:i386 (2.31-9) over (2.31-5) ...
Setting up libc6:i386 (2.31-9) ...
Selecting previously unselected package libuchardet0:i386.
(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 ... 6882 files and directories currently installed.)
Preparing to unpack .../00-libuchardet0_0.0.7-1_i386.deb ...
Unpacking libuchardet0:i386 (0.0.7-1) ...
Selecting previously unselected package groff-base.
Preparing to unpack .../01-groff-base_1.22.4-5_i386.deb ...
Unpacking groff-base (1.22.4-5) ...
Selecting previously unselected package libgdbm6:i386.
Preparing to unpack .../02-libgdbm6_1.18.1-5.1_i386.deb ...
Unpacking libgdbm6:i386 (1.18.1-5.1) ...
Selecting previously unselected package libpipeline1:i386.
Preparing to unpack .../03-libpipeline1_1.5.3-1_i386.deb ...
Unpacking libpipeline1:i386 (1.5.3-1) ...
Selecting previously unselected package man-db.
Preparing to unpack .../04-man-db_2.9.3-2_i386.deb ...
Unpacking man-db (2.9.3-2) ...
Selecting previously unselected package perl-modules-5.32.
Preparing to unpack .../05-perl-modules-5.32_5.32.0-6_all.deb ...
Unpacking perl-modules-5.32 (5.32.0-6) ...
Selecting previously unselected package libgdbm-compat4:i386.
Preparing to unpack .../06-libgdbm-compat4_1.18.1-5.1_i386.deb ...
Unpacking libgdbm-compat4:i386 (1.18.1-5.1) ...
Selecting previously unselected package libperl5.32:i386.
Preparing to unpack .../07-libperl5.32_5.32.0-6_i386.deb ...
Unpacking libperl5.32:i386 (5.32.0-6) ...
Selecting previously unselected package perl.
Preparing to unpack .../08-perl_5.32.0-6_i386.deb ...
Unpacking perl (5.32.0-6) ...
Selecting previously unselected package libssl1.1:i386.
Preparing to unpack .../09-libssl1.1_1.1.1i-1_i386.deb ...
Unpacking libssl1.1:i386 (1.1.1i-1) ...
Selecting previously unselected package libpython3.9-minimal:i386.
Preparing to unpack .../10-libpython3.9-minimal_3.9.1-1_i386.deb ...
Unpacking libpython3.9-minimal:i386 (3.9.1-1) ...
Selecting previously unselected package libexpat1:i386.
Preparing to unpack .../11-libexpat1_2.2.10-1_i386.deb ...
Unpacking libexpat1:i386 (2.2.10-1) ...
Selecting previously unselected package python3.9-minimal.
Preparing to unpack .../12-python3.9-minimal_3.9.1-1_i386.deb ...
Unpacking python3.9-minimal (3.9.1-1) ...
Setting up libssl1.1:i386 (1.1.1i-1) ...
Setting up libpython3.9-minimal:i386 (3.9.1-1) ...
Setting up libexpat1:i386 (2.2.10-1) ...
Setting up python3.9-minimal (3.9.1-1) ...
Selecting previously unselected package python3-minimal.
(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 ... 9685 files and directories currently installed.)
Preparing to unpack .../python3-minimal_3.9.1-1_i386.deb ...
Unpacking python3-minimal (3.9.1-1) ...
Selecting previously unselected package media-types.
Preparing to unpack .../media-types_2.0.0_all.deb ...
Unpacking media-types (2.0.0) ...
Selecting previously unselected package mailcap.
Preparing to unpack .../archives/mailcap_3.68_all.deb ...
Unpacking mailcap (3.68) ...
Selecting previously unselected package mime-support.
Preparing to unpack .../mime-support_3.66_all.deb ...
Unpacking mime-support (3.66) ...
Preparing to unpack .../libtinfo6_6.2+20201114-2_i386.deb ...
Unpacking libtinfo6:i386 (6.2+20201114-2) over (6.2+20201114-1) ...
Setting up libtinfo6:i386 (6.2+20201114-2) ...
Selecting previously unselected package libncursesw6:i386.
(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 ... 9737 files and directories currently installed.)
Preparing to unpack .../00-libncursesw6_6.2+20201114-2_i386.deb ...
Unpacking libncursesw6:i386 (6.2+20201114-2) ...
Selecting previously unselected package libkrb5support0:i386.
Preparing to unpack .../01-libkrb5support0_1.18.3-4_i386.deb ...
Unpacking libkrb5support0:i386 (1.18.3-4) ...
Selecting previously unselected package libk5crypto3:i386.
Preparing to unpack .../02-libk5crypto3_1.18.3-4_i386.deb ...
Unpacking libk5crypto3:i386 (1.18.3-4) ...
Selecting previously unselected package libkeyutils1:i386.
Preparing to unpack .../03-libkeyutils1_1.6.1-2_i386.deb ...
Unpacking libkeyutils1:i386 (1.6.1-2) ...
Selecting previously unselected package libkrb5-3:i386.
Preparing to unpack .../04-libkrb5-3_1.18.3-4_i386.deb ...
Unpacking libkrb5-3:i386 (1.18.3-4) ...
Selecting previously unselected package libgssapi-krb5-2:i386.
Preparing to unpack .../05-libgssapi-krb5-2_1.18.3-4_i386.deb ...
Unpacking libgssapi-krb5-2:i386 (1.18.3-4) ...
Selecting previously unselected package libtirpc-common.
Preparing to unpack .../06-libtirpc-common_1.3.1-1_all.deb ...
Unpacking libtirpc-common (1.3.1-1) ...
Selecting previously unselected package libtirpc3:i386.
Preparing to unpack .../07-libtirpc3_1.3.1-1_i386.deb ...
Unpacking libtirpc3:i386 (1.3.1-1) ...
Selecting previously unselected package libnsl2:i386.
Preparing to unpack .../08-libnsl2_1.3.0-2_i386.deb ...
Unpacking libnsl2:i386 (1.3.0-2) ...
Selecting previously unselected package readline-common.
Preparing to unpack .../09-readline-common_8.1-1_all.deb ...
Unpacking readline-common (8.1-1) ...
Selecting previously unselected package libreadline8:i386.
Preparing to unpack .../10-libreadline8_8.1-1_i386.deb ...
Unpacking libreadline8:i386 (8.1-1) ...
Selecting previously unselected package libsqlite3-0:i386.
Preparing to unpack .../11-libsqlite3-0_3.34.0-1_i386.deb ...
Unpacking libsqlite3-0:i386 (3.34.0-1) ...
Selecting previously unselected package libpython3.9-stdlib:i386.
Preparing to unpack .../12-libpython3.9-stdlib_3.9.1-1_i386.deb ...
Unpacking libpython3.9-stdlib:i386 (3.9.1-1) ...
Selecting previously unselected package python3.9.
Preparing to unpack .../13-python3.9_3.9.1-1_i386.deb ...
Unpacking python3.9 (3.9.1-1) ...
Selecting previously unselected package libpython3-stdlib:i386.
Preparing to unpack .../14-libpython3-stdlib_3.9.1-1_i386.deb ...
Unpacking libpython3-stdlib:i386 (3.9.1-1) ...
Setting up python3-minimal (3.9.1-1) ...
Selecting previously unselected package python3.
(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 ... 10193 files and directories currently installed.)
Preparing to unpack .../000-python3_3.9.1-1_i386.deb ...
Unpacking python3 (3.9.1-1) ...
Selecting previously unselected package netbase.
Preparing to unpack .../001-netbase_6.2_all.deb ...
Unpacking netbase (6.2) ...
Selecting previously unselected package sensible-utils.
Preparing to unpack .../002-sensible-utils_0.0.12+nmu1_all.deb ...
Unpacking sensible-utils (0.0.12+nmu1) ...
Selecting previously unselected package bzip2.
Preparing to unpack .../003-bzip2_1.0.8-4_i386.deb ...
Unpacking bzip2 (1.0.8-4) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../004-libmagic-mgc_1%3a5.39-3_i386.deb ...
Unpacking libmagic-mgc (1:5.39-3) ...
Selecting previously unselected package libmagic1:i386.
Preparing to unpack .../005-libmagic1_1%3a5.39-3_i386.deb ...
Unpacking libmagic1:i386 (1:5.39-3) ...
Selecting previously unselected package file.
Preparing to unpack .../006-file_1%3a5.39-3_i386.deb ...
Unpacking file (1:5.39-3) ...
Selecting previously unselected package gettext-base.
Preparing to unpack .../007-gettext-base_0.21-3_i386.deb ...
Unpacking gettext-base (0.21-3) ...
Selecting previously unselected package xz-utils.
Preparing to unpack .../008-xz-utils_5.2.5-1.0_i386.deb ...
Unpacking xz-utils (5.2.5-1.0) ...
Selecting previously unselected package aptitude-common.
Preparing to unpack .../009-aptitude-common_0.8.13-2_all.deb ...
Unpacking aptitude-common (0.8.13-2) ...
Selecting previously unselected package libboost-iostreams1.74.0:i386.
Preparing to unpack .../010-libboost-iostreams1.74.0_1.74.0-7_i386.deb ...
Unpacking libboost-iostreams1.74.0:i386 (1.74.0-7) ...
Selecting previously unselected package libsigc++-2.0-0v5:i386.
Preparing to unpack .../011-libsigc++-2.0-0v5_2.10.4-2_i386.deb ...
Unpacking libsigc++-2.0-0v5:i386 (2.10.4-2) ...
Selecting previously unselected package libcwidget4:i386.
Preparing to unpack .../012-libcwidget4_0.5.18-5_i386.deb ...
Unpacking libcwidget4:i386 (0.5.18-5) ...
Selecting previously unselected package libxapian30:i386.
Preparing to unpack .../013-libxapian30_1.4.17-1_i386.deb ...
Unpacking libxapian30:i386 (1.4.17-1) ...
Selecting previously unselected package aptitude.
Preparing to unpack .../014-aptitude_0.8.13-2+b1_i386.deb ...
Unpacking aptitude (0.8.13-2+b1) ...
Selecting previously unselected package libsigsegv2:i386.
Preparing to unpack .../015-libsigsegv2_2.12-3_i386.deb ...
Unpacking libsigsegv2:i386 (2.12-3) ...
Selecting previously unselected package m4.
Preparing to unpack .../016-m4_1.4.18-5_i386.deb ...
Unpacking m4 (1.4.18-5) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../017-autoconf_2.69-14_all.deb ...
Unpacking autoconf (2.69-14) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../018-autotools-dev_20180224.1+nmu1_all.deb ...
Unpacking autotools-dev (20180224.1+nmu1) ...
Selecting previously unselected package automake.
Preparing to unpack .../019-automake_1%3a1.16.3-2_all.deb ...
Unpacking automake (1:1.16.3-2) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../020-autopoint_0.21-3_all.deb ...
Unpacking autopoint (0.21-3) ...
Selecting previously unselected package binutils-common:i386.
Preparing to unpack .../021-binutils-common_2.35.1-7_i386.deb ...
Unpacking binutils-common:i386 (2.35.1-7) ...
Selecting previously unselected package libbinutils:i386.
Preparing to unpack .../022-libbinutils_2.35.1-7_i386.deb ...
Unpacking libbinutils:i386 (2.35.1-7) ...
Selecting previously unselected package libctf-nobfd0:i386.
Preparing to unpack .../023-libctf-nobfd0_2.35.1-7_i386.deb ...
Unpacking libctf-nobfd0:i386 (2.35.1-7) ...
Selecting previously unselected package libctf0:i386.
Preparing to unpack .../024-libctf0_2.35.1-7_i386.deb ...
Unpacking libctf0:i386 (2.35.1-7) ...
Selecting previously unselected package binutils-i686-linux-gnu.
Preparing to unpack .../025-binutils-i686-linux-gnu_2.35.1-7_i386.deb ...
Unpacking binutils-i686-linux-gnu (2.35.1-7) ...
Selecting previously unselected package binutils.
Preparing to unpack .../026-binutils_2.35.1-7_i386.deb ...
Unpacking binutils (2.35.1-7) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../027-libc-dev-bin_2.31-9_i386.deb ...
Unpacking libc-dev-bin (2.31-9) ...
Selecting previously unselected package linux-libc-dev:i386.
Preparing to unpack .../028-linux-libc-dev_5.10.4-1_i386.deb ...
Unpacking linux-libc-dev:i386 (5.10.4-1) ...
Selecting previously unselected package libcrypt-dev:i386.
Preparing to unpack .../029-libcrypt-dev_1%3a4.4.17-1_i386.deb ...
Unpacking libcrypt-dev:i386 (1:4.4.17-1) ...
Selecting previously unselected package libtirpc-dev:i386.
Preparing to unpack .../030-libtirpc-dev_1.3.1-1_i386.deb ...
Unpacking libtirpc-dev:i386 (1.3.1-1) ...
Selecting previously unselected package libnsl-dev:i386.
Preparing to unpack .../031-libnsl-dev_1.3.0-2_i386.deb ...
Unpacking libnsl-dev:i386 (1.3.0-2) ...
Selecting previously unselected package libc6-dev:i386.
Preparing to unpack .../032-libc6-dev_2.31-9_i386.deb ...
Unpacking libc6-dev:i386 (2.31-9) ...
Selecting previously unselected package libisl23:i386.
Preparing to unpack .../033-libisl23_0.23-1_i386.deb ...
Unpacking libisl23:i386 (0.23-1) ...
Selecting previously unselected package libmpfr6:i386.
Preparing to unpack .../034-libmpfr6_4.1.0-3_i386.deb ...
Unpacking libmpfr6:i386 (4.1.0-3) ...
Selecting previously unselected package libmpc3:i386.
Preparing to unpack .../035-libmpc3_1.2.0-1_i386.deb ...
Unpacking libmpc3:i386 (1.2.0-1) ...
Selecting previously unselected package cpp-10.
Preparing to unpack .../036-cpp-10_10.2.1-3_i386.deb ...
Unpacking cpp-10 (10.2.1-3) ...
Selecting previously unselected package cpp.
Preparing to unpack .../037-cpp_4%3a10.2.0-1_i386.deb ...
Unpacking cpp (4:10.2.0-1) ...
Selecting previously unselected package libcc1-0:i386.
Preparing to unpack .../038-libcc1-0_10.2.1-3_i386.deb ...
Unpacking libcc1-0:i386 (10.2.1-3) ...
Selecting previously unselected package libgomp1:i386.
Preparing to unpack .../039-libgomp1_10.2.1-3_i386.deb ...
Unpacking libgomp1:i386 (10.2.1-3) ...
Selecting previously unselected package libitm1:i386.
Preparing to unpack .../040-libitm1_10.2.1-3_i386.deb ...
Unpacking libitm1:i386 (10.2.1-3) ...
Selecting previously unselected package libatomic1:i386.
Preparing to unpack .../041-libatomic1_10.2.1-3_i386.deb ...
Unpacking libatomic1:i386 (10.2.1-3) ...
Selecting previously unselected package libasan6:i386.
Preparing to unpack .../042-libasan6_10.2.1-3_i386.deb ...
Unpacking libasan6:i386 (10.2.1-3) ...
Selecting previously unselected package libubsan1:i386.
Preparing to unpack .../043-libubsan1_10.2.1-3_i386.deb ...
Unpacking libubsan1:i386 (10.2.1-3) ...
Selecting previously unselected package libquadmath0:i386.
Preparing to unpack .../044-libquadmath0_10.2.1-3_i386.deb ...
Unpacking libquadmath0:i386 (10.2.1-3) ...
Selecting previously unselected package libgcc-10-dev:i386.
Preparing to unpack .../045-libgcc-10-dev_10.2.1-3_i386.deb ...
Unpacking libgcc-10-dev:i386 (10.2.1-3) ...
Selecting previously unselected package gcc-10.
Preparing to unpack .../046-gcc-10_10.2.1-3_i386.deb ...
Unpacking gcc-10 (10.2.1-3) ...
Selecting previously unselected package gcc.
Preparing to unpack .../047-gcc_4%3a10.2.0-1_i386.deb ...
Unpacking gcc (4:10.2.0-1) ...
Selecting previously unselected package libstdc++-10-dev:i386.
Preparing to unpack .../048-libstdc++-10-dev_10.2.1-3_i386.deb ...
Unpacking libstdc++-10-dev:i386 (10.2.1-3) ...
Selecting previously unselected package g++-10.
Preparing to unpack .../049-g++-10_10.2.1-3_i386.deb ...
Unpacking g++-10 (10.2.1-3) ...
Selecting previously unselected package g++.
Preparing to unpack .../050-g++_4%3a10.2.0-1_i386.deb ...
Unpacking g++ (4:10.2.0-1) ...
Selecting previously unselected package make.
Preparing to unpack .../051-make_4.3-4_i386.deb ...
Unpacking make (4.3-4) ...
Selecting previously unselected package libdpkg-perl.
Preparing to unpack .../052-libdpkg-perl_1.20.5_all.deb ...
Unpacking libdpkg-perl (1.20.5) ...
Selecting previously unselected package patch.
Preparing to unpack .../053-patch_2.7.6-6_i386.deb ...
Unpacking patch (2.7.6-6) ...
Selecting previously unselected package dpkg-dev.
Preparing to unpack .../054-dpkg-dev_1.20.5_all.deb ...
Unpacking dpkg-dev (1.20.5) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../055-build-essential_12.9_i386.deb ...
Unpacking build-essential (12.9) ...
Selecting previously unselected package openssl.
Preparing to unpack .../056-openssl_1.1.1i-1_i386.deb ...
Unpacking openssl (1.1.1i-1) ...
Selecting previously unselected package ca-certificates.
Preparing to unpack .../057-ca-certificates_20200601_all.deb ...
Unpacking ca-certificates (20200601) ...
Selecting previously unselected package ccache.
Preparing to unpack .../058-ccache_4.1-1_i386.deb ...
Unpacking ccache (4.1-1) ...
Selecting previously unselected package libtool.
Preparing to unpack .../059-libtool_2.4.6-14_all.deb ...
Unpacking libtool (2.4.6-14) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../060-dh-autoreconf_19_all.deb ...
Unpacking dh-autoreconf (19) ...
Selecting previously unselected package libdebhelper-perl.
Preparing to unpack .../061-libdebhelper-perl_13.3.1_all.deb ...
Unpacking libdebhelper-perl (13.3.1) ...
Selecting previously unselected package libarchive-zip-perl.
Preparing to unpack .../062-libarchive-zip-perl_1.68-1_all.deb ...
Unpacking libarchive-zip-perl (1.68-1) ...
Selecting previously unselected package libsub-override-perl.
Preparing to unpack .../063-libsub-override-perl_0.09-2_all.deb ...
Unpacking libsub-override-perl (0.09-2) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../064-libfile-stripnondeterminism-perl_1.9.0-1_all.deb ...
Unpacking libfile-stripnondeterminism-perl (1.9.0-1) ...
Selecting previously unselected package dh-strip-nondeterminism.
Preparing to unpack .../065-dh-strip-nondeterminism_1.9.0-1_all.deb ...
Unpacking dh-strip-nondeterminism (1.9.0-1) ...
Selecting previously unselected package dwz.
Preparing to unpack .../066-dwz_0.13+20201015-2_i386.deb ...
Unpacking dwz (0.13+20201015-2) ...
Selecting previously unselected package libicu67:i386.
Preparing to unpack .../067-libicu67_67.1-5_i386.deb ...
Unpacking libicu67:i386 (67.1-5) ...
Selecting previously unselected package libxml2:i386.
Preparing to unpack .../068-libxml2_2.9.10+dfsg-6.3+b1_i386.deb ...
Unpacking libxml2:i386 (2.9.10+dfsg-6.3+b1) ...
Selecting previously unselected package gettext.
Preparing to unpack .../069-gettext_0.21-3_i386.deb ...
Unpacking gettext (0.21-3) ...
Selecting previously unselected package intltool-debian.
Preparing to unpack .../070-intltool-debian_0.35.0+20060710.5_all.deb ...
Unpacking intltool-debian (0.35.0+20060710.5) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../071-po-debconf_1.0.21+nmu1_all.deb ...
Unpacking po-debconf (1.0.21+nmu1) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../072-debhelper_13.3.1_all.deb ...
Unpacking debhelper (13.3.1) ...
Selecting previously unselected package libfakeroot:i386.
Preparing to unpack .../073-libfakeroot_1.25.3-1.1_i386.deb ...
Unpacking libfakeroot:i386 (1.25.3-1.1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../074-fakeroot_1.25.3-1.1_i386.deb ...
Unpacking fakeroot (1.25.3-1.1) ...
Selecting previously unselected package libassuan0:i386.
Preparing to unpack .../075-libassuan0_2.5.3-7.1_i386.deb ...
Unpacking libassuan0:i386 (2.5.3-7.1) ...
Selecting previously unselected package gpgconf.
Preparing to unpack .../076-gpgconf_2.2.20-1_i386.deb ...
Unpacking gpgconf (2.2.20-1) ...
Selecting previously unselected package libksba8:i386.
Preparing to unpack .../077-libksba8_1.5.0-3_i386.deb ...
Unpacking libksba8:i386 (1.5.0-3) ...
Selecting previously unselected package libsasl2-modules-db:i386.
Preparing to unpack .../078-libsasl2-modules-db_2.1.27+dfsg-2_i386.deb ...
Unpacking libsasl2-modules-db:i386 (2.1.27+dfsg-2) ...
Selecting previously unselected package libsasl2-2:i386.
Preparing to unpack .../079-libsasl2-2_2.1.27+dfsg-2_i386.deb ...
Unpacking libsasl2-2:i386 (2.1.27+dfsg-2) ...
Selecting previously unselected package libldap-2.4-2:i386.
Preparing to unpack .../080-libldap-2.4-2_2.4.56+dfsg-1_i386.deb ...
Unpacking libldap-2.4-2:i386 (2.4.56+dfsg-1) ...
Selecting previously unselected package libnpth0:i386.
Preparing to unpack .../081-libnpth0_1.6-3_i386.deb ...
Unpacking libnpth0:i386 (1.6-3) ...
Selecting previously unselected package dirmngr.
Preparing to unpack .../082-dirmngr_2.2.20-1_i386.deb ...
Unpacking dirmngr (2.2.20-1) ...
Selecting previously unselected package gnupg-l10n.
Preparing to unpack .../083-gnupg-l10n_2.2.20-1_all.deb ...
Unpacking gnupg-l10n (2.2.20-1) ...
Selecting previously unselected package gnupg-utils.
Preparing to unpack .../084-gnupg-utils_2.2.20-1_i386.deb ...
Unpacking gnupg-utils (2.2.20-1) ...
Selecting previously unselected package gpg.
Preparing to unpack .../085-gpg_2.2.20-1_i386.deb ...
Unpacking gpg (2.2.20-1) ...
Selecting previously unselected package pinentry-curses.
Preparing to unpack .../086-pinentry-curses_1.1.0-4_i386.deb ...
Unpacking pinentry-curses (1.1.0-4) ...
Selecting previously unselected package gpg-agent.
Preparing to unpack .../087-gpg-agent_2.2.20-1_i386.deb ...
Unpacking gpg-agent (2.2.20-1) ...
Selecting previously unselected package gpg-wks-client.
Preparing to unpack .../088-gpg-wks-client_2.2.20-1_i386.deb ...
Unpacking gpg-wks-client (2.2.20-1) ...
Selecting previously unselected package gpg-wks-server.
Preparing to unpack .../089-gpg-wks-server_2.2.20-1_i386.deb ...
Unpacking gpg-wks-server (2.2.20-1) ...
Selecting previously unselected package gpgsm.
Preparing to unpack .../090-gpgsm_2.2.20-1_i386.deb ...
Unpacking gpgsm (2.2.20-1) ...
Selecting previously unselected package gnupg.
Preparing to unpack .../091-gnupg_2.2.20-1_all.deb ...
Unpacking gnupg (2.2.20-1) ...
Selecting previously unselected package libfile-dirlist-perl.
Preparing to unpack .../092-libfile-dirlist-perl_0.05-2_all.deb ...
Unpacking libfile-dirlist-perl (0.05-2) ...
Selecting previously unselected package libfile-which-perl.
Preparing to unpack .../093-libfile-which-perl_1.23-1_all.deb ...
Unpacking libfile-which-perl (1.23-1) ...
Selecting previously unselected package libfile-homedir-perl.
Preparing to unpack .../094-libfile-homedir-perl_1.006-1_all.deb ...
Unpacking libfile-homedir-perl (1.006-1) ...
Selecting previously unselected package libfile-touch-perl.
Preparing to unpack .../095-libfile-touch-perl_0.11-1_all.deb ...
Unpacking libfile-touch-perl (0.11-1) ...
Selecting previously unselected package libio-pty-perl.
Preparing to unpack .../096-libio-pty-perl_1%3a1.15-2_i386.deb ...
Unpacking libio-pty-perl (1:1.15-2) ...
Selecting previously unselected package libipc-run-perl.
Preparing to unpack .../097-libipc-run-perl_20200505.0-1_all.deb ...
Unpacking libipc-run-perl (20200505.0-1) ...
Selecting previously unselected package libclass-method-modifiers-perl.
Preparing to unpack .../098-libclass-method-modifiers-perl_2.13-1_all.deb ...
Unpacking libclass-method-modifiers-perl (2.13-1) ...
Selecting previously unselected package libb-hooks-op-check-perl.
Preparing to unpack .../099-libb-hooks-op-check-perl_0.22-1+b3_i386.deb ...
Unpacking libb-hooks-op-check-perl (0.22-1+b3) ...
Selecting previously unselected package libdynaloader-functions-perl.
Preparing to unpack .../100-libdynaloader-functions-perl_0.003-1.1_all.deb ...
Unpacking libdynaloader-functions-perl (0.003-1.1) ...
Selecting previously unselected package libdevel-callchecker-perl.
Preparing to unpack .../101-libdevel-callchecker-perl_0.008-1+b2_i386.deb ...
Unpacking libdevel-callchecker-perl (0.008-1+b2) ...
Selecting previously unselected package libparams-classify-perl.
Preparing to unpack .../102-libparams-classify-perl_0.015-1+b3_i386.deb ...
Unpacking libparams-classify-perl (0.015-1+b3) ...
Selecting previously unselected package libmodule-runtime-perl.
Preparing to unpack .../103-libmodule-runtime-perl_0.016-1_all.deb ...
Unpacking libmodule-runtime-perl (0.016-1) ...
Selecting previously unselected package libimport-into-perl.
Preparing to unpack .../104-libimport-into-perl_1.002005-1_all.deb ...
Unpacking libimport-into-perl (1.002005-1) ...
Selecting previously unselected package librole-tiny-perl.
Preparing to unpack .../105-librole-tiny-perl_2.001004-1_all.deb ...
Unpacking librole-tiny-perl (2.001004-1) ...
Selecting previously unselected package libstrictures-perl.
Preparing to unpack .../106-libstrictures-perl_2.000006-1_all.deb ...
Unpacking libstrictures-perl (2.000006-1) ...
Selecting previously unselected package libsub-quote-perl.
Preparing to unpack .../107-libsub-quote-perl_2.006006-1_all.deb ...
Unpacking libsub-quote-perl (2.006006-1) ...
Selecting previously unselected package libmoo-perl.
Preparing to unpack .../108-libmoo-perl_2.004004-1_all.deb ...
Unpacking libmoo-perl (2.004004-1) ...
Selecting previously unselected package libencode-locale-perl.
Preparing to unpack .../109-libencode-locale-perl_1.05-1.1_all.deb ...
Unpacking libencode-locale-perl (1.05-1.1) ...
Selecting previously unselected package libtimedate-perl.
Preparing to unpack .../110-libtimedate-perl_2.3300-1_all.deb ...
Unpacking libtimedate-perl (2.3300-1) ...
Selecting previously unselected package libhttp-date-perl.
Preparing to unpack .../111-libhttp-date-perl_6.05-1_all.deb ...
Unpacking libhttp-date-perl (6.05-1) ...
Selecting previously unselected package libfile-listing-perl.
Preparing to unpack .../112-libfile-listing-perl_6.14-1_all.deb ...
Unpacking libfile-listing-perl (6.14-1) ...
Selecting previously unselected package libhtml-tagset-perl.
Preparing to unpack .../113-libhtml-tagset-perl_3.20-4_all.deb ...
Unpacking libhtml-tagset-perl (3.20-4) ...
Selecting previously unselected package liburi-perl.
Preparing to unpack .../114-liburi-perl_5.05-1_all.deb ...
Unpacking liburi-perl (5.05-1) ...
Selecting previously unselected package libhtml-parser-perl.
Preparing to unpack .../115-libhtml-parser-perl_3.75-1+b1_i386.deb ...
Unpacking libhtml-parser-perl (3.75-1+b1) ...
Selecting previously unselected package libhtml-tree-perl.
Preparing to unpack .../116-libhtml-tree-perl_5.07-2_all.deb ...
Unpacking libhtml-tree-perl (5.07-2) ...
Selecting previously unselected package libio-html-perl.
Preparing to unpack .../117-libio-html-perl_1.001-1.1_all.deb ...
Unpacking libio-html-perl (1.001-1.1) ...
Selecting previously unselected package liblwp-mediatypes-perl.
Preparing to unpack .../118-liblwp-mediatypes-perl_6.04-1_all.deb ...
Unpacking liblwp-mediatypes-perl (6.04-1) ...
Selecting previously unselected package libhttp-message-perl.
Preparing to unpack .../119-libhttp-message-perl_6.27-1_all.deb ...
Unpacking libhttp-message-perl (6.27-1) ...
Selecting previously unselected package libhttp-cookies-perl.
Preparing to unpack .../120-libhttp-cookies-perl_6.10-1_all.deb ...
Unpacking libhttp-cookies-perl (6.10-1) ...
Selecting previously unselected package libhttp-negotiate-perl.
Preparing to unpack .../121-libhttp-negotiate-perl_6.01-1_all.deb ...
Unpacking libhttp-negotiate-perl (6.01-1) ...
Selecting previously unselected package perl-openssl-defaults:i386.
Preparing to unpack .../122-perl-openssl-defaults_5_i386.deb ...
Unpacking perl-openssl-defaults:i386 (5) ...
Selecting previously unselected package libnet-ssleay-perl.
Preparing to unpack .../123-libnet-ssleay-perl_1.88-3+b1_i386.deb ...
Unpacking libnet-ssleay-perl (1.88-3+b1) ...
Selecting previously unselected package libio-socket-ssl-perl.
Preparing to unpack .../124-libio-socket-ssl-perl_2.068-1_all.deb ...
Unpacking libio-socket-ssl-perl (2.068-1) ...
Selecting previously unselected package libnet-http-perl.
Preparing to unpack .../125-libnet-http-perl_6.19-1_all.deb ...
Unpacking libnet-http-perl (6.19-1) ...
Selecting previously unselected package liblwp-protocol-https-perl.
Preparing to unpack .../126-liblwp-protocol-https-perl_6.10-1_all.deb ...
Unpacking liblwp-protocol-https-perl (6.10-1) ...
Selecting previously unselected package libtry-tiny-perl.
Preparing to unpack .../127-libtry-tiny-perl_0.30-1_all.deb ...
Unpacking libtry-tiny-perl (0.30-1) ...
Selecting previously unselected package libwww-robotrules-perl.
Preparing to unpack .../128-libwww-robotrules-perl_6.02-1_all.deb ...
Unpacking libwww-robotrules-perl (6.02-1) ...
Selecting previously unselected package libwww-perl.
Preparing to unpack .../129-libwww-perl_6.51-1_all.deb ...
Unpacking libwww-perl (6.51-1) ...
Selecting previously unselected package patchutils.
Preparing to unpack .../130-patchutils_0.4.2-1_i386.deb ...
Unpacking patchutils (0.4.2-1) ...
Selecting previously unselected package wdiff.
Preparing to unpack .../131-wdiff_1.2.2-2+b1_i386.deb ...
Unpacking wdiff (1.2.2-2+b1) ...
Selecting previously unselected package devscripts.
Preparing to unpack .../132-devscripts_2.20.5_i386.deb ...
Unpacking devscripts (2.20.5) ...
Selecting previously unselected package equivs.
Preparing to unpack .../133-equivs_2.3.1_all.deb ...
Unpacking equivs (2.3.1) ...
Setting up libksba8:i386 (1.5.0-3) ...
Setting up media-types (2.0.0) ...
Setting up libpipeline1:i386 (1.5.3-1) ...
Setting up libxapian30:i386 (1.4.17-1) ...
Setting up wdiff (1.2.2-2+b1) ...
Setting up libkeyutils1:i386 (1.6.1-2) ...
Setting up bsdextrautils (2.36.1-4) ...
update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
Setting up libicu67:i386 (67.1-5) ...
Setting up libmagic-mgc (1:5.39-3) ...
Setting up libboost-iostreams1.74.0:i386 (1.74.0-7) ...
Setting up libtirpc-common (1.3.1-1) ...
Setting up perl-modules-5.32 (5.32.0-6) ...
Setting up libsqlite3-0:i386 (3.34.0-1) ...
Setting up ccache (4.1-1) ...
Updating symlinks in /usr/lib/ccache ...
Setting up binutils-common:i386 (2.35.1-7) ...
Setting up libmagic1:i386 (1:5.39-3) ...
Setting up perl-openssl-defaults:i386 (5) ...
Setting up linux-libc-dev:i386 (5.10.4-1) ...
Setting up libctf-nobfd0:i386 (2.35.1-7) ...
Setting up gettext-base (0.21-3) ...
Setting up libnpth0:i386 (1.6-3) ...
Setting up file (1:5.39-3) ...
Setting up libassuan0:i386 (2.5.3-7.1) ...
Setting up libgomp1:i386 (10.2.1-3) ...
Setting up bzip2 (1.0.8-4) ...
Setting up libfakeroot:i386 (1.25.3-1.1) ...
Setting up libasan6:i386 (10.2.1-3) ...
Setting up libkrb5support0:i386 (1.18.3-4) ...
Setting up libsasl2-modules-db:i386 (2.1.27+dfsg-2) ...
Setting up fakeroot (1.25.3-1.1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Setting up autotools-dev (20180224.1+nmu1) ...
Setting up make (4.3-4) ...
Setting up libmpfr6:i386 (4.1.0-3) ...
Setting up gnupg-l10n (2.2.20-1) ...
Setting up libsigc++-2.0-0v5:i386 (2.10.4-2) ...
Setting up aptitude-common (0.8.13-2) ...
Setting up libsigsegv2:i386 (2.12-3) ...
Setting up xz-utils (5.2.5-1.0) ...
update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
Setting up libquadmath0:i386 (10.2.1-3) ...
Setting up libmpc3:i386 (1.2.0-1) ...
Setting up libatomic1:i386 (10.2.1-3) ...
Setting up patch (2.7.6-6) ...
Setting up autopoint (0.21-3) ...
Setting up libncursesw6:i386 (6.2+20201114-2) ...
Setting up libk5crypto3:i386 (1.18.3-4) ...
Setting up libsasl2-2:i386 (2.1.27+dfsg-2) ...
Setting up libubsan1:i386 (10.2.1-3) ...
Setting up dwz (0.13+20201015-2) ...
Setting up sensible-utils (0.0.12+nmu1) ...
Setting up libcrypt-dev:i386 (1:4.4.17-1) ...
Setting up libuchardet0:i386 (0.0.7-1) ...
Setting up netbase (6.2) ...
Setting up libkrb5-3:i386 (1.18.3-4) ...
Setting up libbinutils:i386 (2.35.1-7) ...
Setting up libisl23:i386 (0.23-1) ...
Setting up libc-dev-bin (2.31-9) ...
Setting up openssl (1.1.1i-1) ...
Setting up readline-common (8.1-1) ...
Setting up libxml2:i386 (2.9.10+dfsg-6.3+b1) ...
Setting up libcc1-0:i386 (10.2.1-3) ...
Setting up cpp-10 (10.2.1-3) ...
Setting up libitm1:i386 (10.2.1-3) ...
Setting up libgdbm6:i386 (1.18.1-5.1) ...
Setting up libctf0:i386 (2.35.1-7) ...
Setting up pinentry-curses (1.1.0-4) ...
Setting up gettext (0.21-3) ...
Setting up binutils-i686-linux-gnu (2.35.1-7) ...
Setting up libgcc-10-dev:i386 (10.2.1-3) ...
Setting up libreadline8:i386 (8.1-1) ...
Setting up libldap-2.4-2:i386 (2.4.56+dfsg-1) ...
Setting up m4 (1.4.18-5) ...
Setting up binutils (2.35.1-7) ...
Setting up ca-certificates (20200601) ...
Updating certificates in /etc/ssl/certs...
126 added, 0 removed; done.
Setting up libcwidget4:i386 (0.5.18-5) ...
Setting up libgssapi-krb5-2:i386 (1.18.3-4) ...
Setting up libgdbm-compat4:i386 (1.18.1-5.1) ...
Setting up libperl5.32:i386 (5.32.0-6) ...
Setting up gcc-10 (10.2.1-3) ...
Setting up aptitude (0.8.13-2+b1) ...
update-alternatives: using /usr/bin/aptitude-curses to provide /usr/bin/aptitude (aptitude) in auto mode
Setting up groff-base (1.22.4-5) ...
Setting up cpp (4:10.2.0-1) ...
Setting up gpgconf (2.2.20-1) ...
Setting up gpg (2.2.20-1) ...
Setting up gnupg-utils (2.2.20-1) ...
Setting up libtirpc3:i386 (1.3.1-1) ...
Setting up gpg-agent (2.2.20-1) ...
Setting up gpgsm (2.2.20-1) ...
Setting up man-db (2.9.3-2) ...
Building database of manual pages ...
Setting up gcc (4:10.2.0-1) ...
Setting up dirmngr (2.2.20-1) ...
Setting up perl (5.32.0-6) ...
Setting up libtirpc-dev:i386 (1.3.1-1) ...
Setting up libio-html-perl (1.001-1.1) ...
Setting up libb-hooks-op-check-perl (0.22-1+b3) ...
Setting up libdpkg-perl (1.20.5) ...
Setting up autoconf (2.69-14) ...
Setting up libtimedate-perl (2.3300-1) ...
Setting up gpg-wks-server (2.2.20-1) ...
Setting up libnsl2:i386 (1.3.0-2) ...
Setting up libsub-override-perl (0.09-2) ...
Setting up libstrictures-perl (2.000006-1) ...
Setting up libsub-quote-perl (2.006006-1) ...
Setting up libfile-dirlist-perl (0.05-2) ...
Setting up mailcap (3.68) ...
Setting up liburi-perl (5.05-1) ...
Setting up libfile-touch-perl (0.11-1) ...
Setting up libpython3.9-stdlib:i386 (3.9.1-1) ...
Setting up libpython3-stdlib:i386 (3.9.1-1) ...
Setting up libnet-ssleay-perl (1.88-3+b1) ...
Setting up automake (1:1.16.3-2) ...
update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
Setting up libhttp-date-perl (6.05-1) ...
Setting up libfile-which-perl (1.23-1) ...
Setting up libfile-listing-perl (6.14-1) ...
Setting up mime-support (3.66) ...
Setting up gpg-wks-client (2.2.20-1) ...
Setting up libdynaloader-functions-perl (0.003-1.1) ...
Setting up libclass-method-modifiers-perl (2.13-1) ...
Setting up libio-pty-perl (1:1.15-2) ...
Setting up libarchive-zip-perl (1.68-1) ...
Setting up libhtml-tagset-perl (3.20-4) ...
Setting up libdebhelper-perl (13.3.1) ...
Setting up liblwp-mediatypes-perl (6.04-1) ...
Setting up libtry-tiny-perl (0.30-1) ...
Setting up libnet-http-perl (6.19-1) ...
Setting up libencode-locale-perl (1.05-1.1) ...
Setting up libdevel-callchecker-perl (0.008-1+b2) ...
Setting up dpkg-dev (1.20.5) ...
Setting up intltool-debian (0.35.0+20060710.5) ...
Setting up patchutils (0.4.2-1) ...
Setting up libipc-run-perl (20200505.0-1) ...
Setting up libwww-robotrules-perl (6.02-1) ...
Setting up libnsl-dev:i386 (1.3.0-2) ...
Setting up libhtml-parser-perl (3.75-1+b1) ...
Setting up librole-tiny-perl (2.001004-1) ...
Setting up gnupg (2.2.20-1) ...
Setting up libc6-dev:i386 (2.31-9) ...
Setting up libfile-homedir-perl (1.006-1) ...
Setting up libio-socket-ssl-perl (2.068-1) ...
Setting up python3.9 (3.9.1-1) ...
Setting up libhttp-message-perl (6.27-1) ...
Setting up libfile-stripnondeterminism-perl (1.9.0-1) ...
Setting up libhttp-negotiate-perl (6.01-1) ...
Setting up libstdc++-10-dev:i386 (10.2.1-3) ...
Setting up g++-10 (10.2.1-3) ...
Setting up libhttp-cookies-perl (6.10-1) ...
Setting up libtool (2.4.6-14) ...
Setting up po-debconf (1.0.21+nmu1) ...
Setting up libhtml-tree-perl (5.07-2) ...
Setting up libparams-classify-perl (0.015-1+b3) ...
Setting up python3 (3.9.1-1) ...
Setting up libmodule-runtime-perl (0.016-1) ...
Setting up dh-strip-nondeterminism (1.9.0-1) ...
Setting up g++ (4:10.2.0-1) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up build-essential (12.9) ...
Setting up libimport-into-perl (1.002005-1) ...
Setting up libmoo-perl (2.004004-1) ...
Setting up liblwp-protocol-https-perl (6.10-1) ...
Setting up libwww-perl (6.51-1) ...
Setting up dh-autoreconf (19) ...
Setting up devscripts (2.20.5) ...
Setting up debhelper (13.3.1) ...
Setting up equivs (2.3.1) ...
Processing triggers for libc-bin (2.31-5) ...
Processing triggers for ca-certificates (20200601) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
 -> Starting installing the build-deps
dpkg-buildpackage: info: source package lmfit-py-build-deps
dpkg-buildpackage: info: source version 1.0.1-4
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Salsa Pipeline <salsa-pipeline@debian.org>
dpkg-buildpackage: info: host architecture i386
 dpkg-source --before-build .
 debian/rules clean
dh clean
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   create-stamp debian/debhelper-build-stamp
   dh_prep
   dh_install
   dh_installdocs
   dh_installchangelogs
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_missing
   dh_installdeb
   dh_gencontrol
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'lmfit-py-build-deps' in '../lmfit-py-build-deps_1.0.1-4_all.deb'.
 dpkg-genbuildinfo --build=binary
 dpkg-genchanges --build=binary >../lmfit-py-build-deps_1.0.1-4_i386.changes
dpkg-genchanges: info: binary-only upload (no source code included)
 dpkg-source --after-build .
dpkg-buildpackage: info: binary-only upload (no source included)

The package has been created.
Attention, the package has been created in the /tmp/build-deps directory,
not in ".." as indicated by the message above!
Selecting previously unselected package lmfit-py-build-deps.
(Reading database ... 17425 files and directories currently installed.)
Preparing to unpack .../lmfit-py-build-deps_1.0.1-4_all.deb ...
Unpacking lmfit-py-build-deps (1.0.1-4) ...
Setting up lmfit-py-build-deps (1.0.1-4) ...
dpkg: lmfit-py-build-deps: dependency problems, but configuring anyway as you requested:
 lmfit-py-build-deps depends on dh-python; however:
  Package dh-python is not installed.
 lmfit-py-build-deps depends on python3-all; however:
  Package python3-all is not installed.
 lmfit-py-build-deps depends on python3-asteval (>= 0.9.16); however:
  Package python3-asteval is not installed.
 lmfit-py-build-deps depends on python3-ipython; however:
  Package python3-ipython is not installed.
 lmfit-py-build-deps depends on python3-numpy; however:
  Package python3-numpy is not installed.
 lmfit-py-build-deps depends on python3-pandas; however:
  Package python3-pandas is not installed.
 lmfit-py-build-deps depends on python3-pytest; however:
  Package python3-pytest is not installed.
 lmfit-py-build-deps depends on python3-scipy; however:
  Package python3-scipy is not installed.
 lmfit-py-build-deps depends on python3-setuptools; however:
  Package python3-setuptools is not installed.
 lmfit-py-build-deps depends on python3-sphinx; however:
  Package python3-sphinx is not installed.
 lmfit-py-build-deps depends on python3-sphinx-gallery; however:
  Package python3-sphinx-gallery is not installed.
 lmfit-py-build-deps depends on python3-uncertainties (>= 3.0.2.github~); however:
  Package python3-uncertainties is not installed.

Reading package lists...
Building dependency tree...
Reading state information...
Initializing package states...
Writing extended state information...
Building tag database...
lmfit-py-build-deps is already installed at the requested version (1.0.1-4)
lmfit-py-build-deps is already installed at the requested version (1.0.1-4)
The following NEW packages will be installed:
  dh-python{a} docutils-common{a} fonts-lyx{a} libblas3{a} libbrotli1{a} libdeflate0{a} libfreetype6{a} libgfortran5{a} libimagequant0{a} libjbig0{a} libjpeg62-turbo{a} libjs-jquery{a} libjs-jquery-ui{a} libjs-sphinxdoc{a} libjs-underscore{a} liblapack3{a} liblbfgsb0{a} liblcms2-2{a} libpng16-16{a} libtiff5{a} libwebp6{a} libwebpdemux2{a} libwebpmux3{a} libxau6{a} libxcb1{a} libxdmcp6{a} python-babel-localedata{a} python-matplotlib-data{a} python3-alabaster{a} python3-all{a} python3-asteval{a} python3-attr{a} python3-babel{a} python3-backcall{a} python3-certifi{a} python3-chardet{a} python3-cycler{a} python3-dateutil{a} python3-decorator{a} python3-distutils{a} python3-docutils{a} python3-future{a} python3-idna{a} python3-imagesize{a} python3-importlib-metadata{a} python3-iniconfig{a} python3-ipython{a} python3-ipython-genutils{a} python3-jedi{a} python3-jinja2{a} python3-kiwisolver{a} python3-lib2to3{a} python3-markupsafe{a} python3-matplotlib{a} python3-more-itertools{a} python3-numpy{a} python3-packaging{a} python3-pandas{a} python3-pandas-lib{a} python3-parso{a} python3-pexpect{a} python3-pickleshare{a} python3-pil{a} python3-pkg-resources{a} python3-pluggy{a} python3-prompt-toolkit{a} python3-ptyprocess{a} python3-py{a} python3-pygments{a} python3-pyparsing{a} python3-pytest{a} python3-requests{a} python3-roman{a} python3-scipy{a} python3-setuptools{a} python3-six{a} python3-snowballstemmer{a} python3-sphinx{a} python3-sphinx-gallery{a} python3-toml{a} python3-traitlets{a} python3-tz{a} python3-uncertainties{a} python3-urllib3{a} python3-wcwidth{a} python3-zipp{a} sgml-base{a} sphinx-common{a} ttf-bitstream-vera{a} xml-core{a} 
The following packages are RECOMMENDED but will NOT be installed:
  javascript-common libpaper-utils optipng python3-bottleneck python3-bs4 python3-html5lib python3-lxml python3-numexpr python3-odf python3-olefile python3-openpyxl python3-tables python3-tk python3-xlwt 
0 packages upgraded, 90 newly installed, 0 to remove and 37 not upgraded.
Need to get 47.7 MB of archives. After unpacking 213 MB will be used.
Writing extended state information...
Get: 1 http://deb.debian.org/debian sid/main i386 sgml-base all 1.30 [15.1 kB]
Get: 2 http://deb.debian.org/debian sid/main i386 python3-lib2to3 all 3.9.1-2 [77.2 kB]
Get: 3 http://deb.debian.org/debian sid/main i386 python3-distutils all 3.9.1-2 [143 kB]
Get: 4 http://deb.debian.org/debian sid/main i386 dh-python all 4.20201102 [99.3 kB]
Get: 5 http://deb.debian.org/debian sid/main i386 xml-core all 0.18+nmu1 [23.8 kB]
Get: 6 http://deb.debian.org/debian sid/main i386 docutils-common all 0.16+dfsg-3 [129 kB]
Get: 7 http://deb.debian.org/debian sid/main i386 fonts-lyx all 2.3.6-1 [205 kB]
Get: 8 http://deb.debian.org/debian sid/main i386 libblas3 i386 3.9.0-3 [147 kB]
Get: 9 http://deb.debian.org/debian sid/main i386 libbrotli1 i386 1.0.9-2+b2 [286 kB]
Get: 10 http://deb.debian.org/debian sid/main i386 libdeflate0 i386 1.7-1 [48.4 kB]
Get: 11 http://deb.debian.org/debian sid/main i386 libpng16-16 i386 1.6.37-3 [303 kB]
Get: 12 http://deb.debian.org/debian sid/main i386 libfreetype6 i386 2.10.4+dfsg-1 [429 kB]
Get: 13 http://deb.debian.org/debian sid/main i386 libgfortran5 i386 10.2.1-3 [643 kB]
Get: 14 http://deb.debian.org/debian sid/main i386 libimagequant0 i386 2.12.2-1.1 [32.4 kB]
Get: 15 http://deb.debian.org/debian sid/main i386 libjbig0 i386 2.1-3.1+b2 [31.5 kB]
Get: 16 http://deb.debian.org/debian sid/main i386 libjpeg62-turbo i386 1:2.0.5-2 [158 kB]
Get: 17 http://deb.debian.org/debian sid/main i386 libjs-jquery all 3.5.1+dfsg+~3.5.5-5 [315 kB]
Get: 18 http://deb.debian.org/debian sid/main i386 libjs-jquery-ui all 1.12.1+dfsg-7 [232 kB]
Get: 19 http://deb.debian.org/debian sid/main i386 libjs-underscore all 1.9.1~dfsg-1 [99.4 kB]
Get: 20 http://deb.debian.org/debian sid/main i386 libjs-sphinxdoc all 3.4.2-1 [127 kB]
Get: 21 http://deb.debian.org/debian sid/main i386 liblapack3 i386 3.9.0-3 [1960 kB]
Get: 22 http://deb.debian.org/debian sid/main i386 liblbfgsb0 i386 3.0+dfsg.3-9 [28.4 kB]
Get: 23 http://deb.debian.org/debian sid/main i386 liblcms2-2 i386 2.9-4+b1 [156 kB]
Get: 24 http://deb.debian.org/debian sid/main i386 libwebp6 i386 0.6.1-2+b1 [274 kB]
Get: 25 http://deb.debian.org/debian sid/main i386 libtiff5 i386 4.2.0-1 [305 kB]
Get: 26 http://deb.debian.org/debian sid/main i386 libwebpdemux2 i386 0.6.1-2+b1 [88.1 kB]
Get: 27 http://deb.debian.org/debian sid/main i386 libwebpmux3 i386 0.6.1-2+b1 [99.2 kB]
Get: 28 http://deb.debian.org/debian sid/main i386 libxau6 i386 1:1.0.8-1+b2 [20.3 kB]
Get: 29 http://deb.debian.org/debian sid/main i386 libxdmcp6 i386 1:1.1.2-3 [26.7 kB]
Get: 30 http://deb.debian.org/debian sid/main i386 libxcb1 i386 1.14-2.1 [144 kB]
Get: 31 http://deb.debian.org/debian sid/main i386 python-babel-localedata all 2.8.0+dfsg.1-5 [5001 kB]
Get: 32 http://deb.debian.org/debian sid/main i386 ttf-bitstream-vera all 1.10-8.1 [223 kB]
Get: 33 http://deb.debian.org/debian sid/main i386 python-matplotlib-data all 3.3.2-2 [4153 kB]
Get: 34 http://deb.debian.org/debian sid/main i386 python3-alabaster all 0.7.8-1.1 [18.6 kB]
Get: 35 http://deb.debian.org/debian sid/main i386 python3-all i386 3.9.1-1 [1056 B]
Get: 36 http://deb.debian.org/debian sid/main i386 python3-asteval all 0.9.19-2 [17.4 kB]
Get: 37 http://deb.debian.org/debian sid/main i386 python3-attr all 20.3.0-1 [52.9 kB]
Get: 38 http://deb.debian.org/debian sid/main i386 python3-pkg-resources all 51.1.0-1 [203 kB]
Get: 39 http://deb.debian.org/debian sid/main i386 python3-tz all 2020.5-1 [34.8 kB]
Get: 40 http://deb.debian.org/debian sid/main i386 python3-babel all 2.8.0+dfsg.1-5 [100 kB]
Get: 41 http://deb.debian.org/debian sid/main i386 python3-backcall all 0.2.0-1 [10.7 kB]
Get: 42 http://deb.debian.org/debian sid/main i386 python3-certifi all 2020.6.20-1 [151 kB]
Get: 43 http://deb.debian.org/debian sid/main i386 python3-chardet all 4.0.0-1 [99.0 kB]
Get: 44 http://deb.debian.org/debian sid/main i386 python3-six all 1.15.0-2 [16.9 kB]
Get: 45 http://deb.debian.org/debian sid/main i386 python3-cycler all 0.10.0-3 [8084 B]
Get: 46 http://deb.debian.org/debian sid/main i386 python3-dateutil all 2.8.1-5 [81.7 kB]
Get: 47 http://deb.debian.org/debian sid/main i386 python3-decorator all 4.4.2-2 [15.8 kB]
Get: 48 http://deb.debian.org/debian sid/main i386 python3-roman all 2.0.0-5 [9064 B]
Get: 49 http://deb.debian.org/debian sid/main i386 python3-docutils all 0.16+dfsg-3 [384 kB]
Get: 50 http://deb.debian.org/debian sid/main i386 python3-future all 0.18.2-5 [349 kB]
Get: 51 http://deb.debian.org/debian sid/main i386 python3-idna all 2.10-1 [37.4 kB]
Get: 52 http://deb.debian.org/debian sid/main i386 python3-imagesize all 1.2.0-2 [5824 B]
Get: 53 http://deb.debian.org/debian sid/main i386 python3-more-itertools all 4.2.0-3 [42.7 kB]
Get: 54 http://deb.debian.org/debian sid/main i386 python3-zipp all 1.0.0-3 [6060 B]
Get: 55 http://deb.debian.org/debian sid/main i386 python3-importlib-metadata all 1.6.0-2 [10.3 kB]
Get: 56 http://deb.debian.org/debian sid/main i386 python3-iniconfig all 1.1.1-1 [6308 B]
Get: 57 http://deb.debian.org/debian sid/main i386 python3-parso all 0.8.1-1 [65.9 kB]
Get: 58 http://deb.debian.org/debian sid/main i386 python3-jedi all 0.18.0-1 [620 kB]
Get: 59 http://deb.debian.org/debian sid/main i386 python3-ptyprocess all 0.7.0-1 [13.6 kB]
Get: 60 http://deb.debian.org/debian sid/main i386 python3-pexpect all 4.8.0-1 [54.9 kB]
Get: 61 http://deb.debian.org/debian sid/main i386 python3-pickleshare all 0.7.5-3 [7604 B]
Get: 62 http://deb.debian.org/debian sid/main i386 python3-wcwidth all 0.1.9+dfsg1-2 [18.2 kB]
Get: 63 http://deb.debian.org/debian sid/main i386 python3-prompt-toolkit all 3.0.9-1 [254 kB]
Get: 64 http://deb.debian.org/debian sid/main i386 python3-pygments all 2.7.1+dfsg-1 [656 kB]
Get: 65 http://deb.debian.org/debian sid/main i386 python3-ipython-genutils all 0.2.0-4 [21.4 kB]
Get: 66 http://deb.debian.org/debian sid/main i386 python3-traitlets all 5.0.5-1 [84.4 kB]
Get: 67 http://deb.debian.org/debian sid/main i386 python3-ipython all 7.19.0-3 [516 kB]
Get: 68 http://deb.debian.org/debian sid/main i386 python3-markupsafe i386 1.1.1-1+b3 [15.3 kB]
Get: 69 http://deb.debian.org/debian sid/main i386 python3-jinja2 all 2.11.2-1 [113 kB]
Get: 70 http://deb.debian.org/debian sid/main i386 python3-kiwisolver i386 1.3.1-1+b1 [58.5 kB]
Get: 71 http://deb.debian.org/debian sid/main i386 python3-pyparsing all 2.4.7-1 [109 kB]
Get: 72 http://deb.debian.org/debian sid/main i386 python3-numpy i386 1:1.19.4-1+b1 [3599 kB]
Get: 73 http://deb.debian.org/debian sid/main i386 python3-pil i386 8.1.0-1 [442 kB]
Get: 74 http://deb.debian.org/debian sid/main i386 python3-matplotlib i386 3.3.2-2+b1 [4163 kB]
Get: 75 http://deb.debian.org/debian sid/main i386 python3-packaging all 20.8-1 [32.6 kB]
Get: 76 http://deb.debian.org/debian sid/main i386 python3-pandas-lib i386 1.1.5+dfsg-1 [3182 kB]
Get: 77 http://deb.debian.org/debian sid/main i386 python3-pandas all 1.1.5+dfsg-1 [2096 kB]
Get: 78 http://deb.debian.org/debian sid/main i386 python3-pluggy all 0.13.0-5 [22.1 kB]
Get: 79 http://deb.debian.org/debian sid/main i386 python3-py all 1.10.0-1 [94.2 kB]
Get: 80 http://deb.debian.org/debian sid/main i386 python3-toml all 0.10.1-1 [15.9 kB]
Get: 81 http://deb.debian.org/debian sid/main i386 python3-pytest all 6.0.2-2 [211 kB]
Get: 82 http://deb.debian.org/debian sid/main i386 python3-urllib3 all 1.26.2-1 [113 kB]
Get: 83 http://deb.debian.org/debian sid/main i386 python3-requests all 2.25.1+dfsg-2 [69.3 kB]
Get: 84 http://deb.debian.org/debian sid/main i386 python3-scipy i386 1.5.4-1+b1 [10.8 MB]
Get: 85 http://deb.debian.org/debian sid/main i386 python3-setuptools all 51.1.0-1 [1099 kB]
Get: 86 http://deb.debian.org/debian sid/main i386 python3-snowballstemmer all 2.0.0-2 [58.2 kB]
Get: 87 http://deb.debian.org/debian sid/main i386 sphinx-common all 3.4.2-1 [578 kB]
Get: 88 http://deb.debian.org/debian sid/main i386 python3-sphinx all 3.4.2-1 [545 kB]
Get: 89 http://deb.debian.org/debian sid/main i386 python3-sphinx-gallery all 0.8.1-1 [111 kB]
Get: 90 http://deb.debian.org/debian sid/main i386 python3-uncertainties all 3.1.5-1 [78.8 kB]
Fetched 47.7 MB in 1s (85.5 MB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package sgml-base.
(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 ... 17429 files and directories currently installed.)
Preparing to unpack .../00-sgml-base_1.30_all.deb ...
Unpacking sgml-base (1.30) ...
Selecting previously unselected package python3-lib2to3.
Preparing to unpack .../01-python3-lib2to3_3.9.1-2_all.deb ...
Unpacking python3-lib2to3 (3.9.1-2) ...
Selecting previously unselected package python3-distutils.
Preparing to unpack .../02-python3-distutils_3.9.1-2_all.deb ...
Unpacking python3-distutils (3.9.1-2) ...
Selecting previously unselected package dh-python.
Preparing to unpack .../03-dh-python_4.20201102_all.deb ...
Unpacking dh-python (4.20201102) ...
Selecting previously unselected package xml-core.
Preparing to unpack .../04-xml-core_0.18+nmu1_all.deb ...
Unpacking xml-core (0.18+nmu1) ...
Selecting previously unselected package docutils-common.
Preparing to unpack .../05-docutils-common_0.16+dfsg-3_all.deb ...
Unpacking docutils-common (0.16+dfsg-3) ...
Selecting previously unselected package fonts-lyx.
Preparing to unpack .../06-fonts-lyx_2.3.6-1_all.deb ...
Unpacking fonts-lyx (2.3.6-1) ...
Selecting previously unselected package libblas3:i386.
Preparing to unpack .../07-libblas3_3.9.0-3_i386.deb ...
Unpacking libblas3:i386 (3.9.0-3) ...
Selecting previously unselected package libbrotli1:i386.
Preparing to unpack .../08-libbrotli1_1.0.9-2+b2_i386.deb ...
Unpacking libbrotli1:i386 (1.0.9-2+b2) ...
Selecting previously unselected package libdeflate0:i386.
Preparing to unpack .../09-libdeflate0_1.7-1_i386.deb ...
Unpacking libdeflate0:i386 (1.7-1) ...
Selecting previously unselected package libpng16-16:i386.
Preparing to unpack .../10-libpng16-16_1.6.37-3_i386.deb ...
Unpacking libpng16-16:i386 (1.6.37-3) ...
Selecting previously unselected package libfreetype6:i386.
Preparing to unpack .../11-libfreetype6_2.10.4+dfsg-1_i386.deb ...
Unpacking libfreetype6:i386 (2.10.4+dfsg-1) ...
Selecting previously unselected package libgfortran5:i386.
Preparing to unpack .../12-libgfortran5_10.2.1-3_i386.deb ...
Unpacking libgfortran5:i386 (10.2.1-3) ...
Selecting previously unselected package libimagequant0:i386.
Preparing to unpack .../13-libimagequant0_2.12.2-1.1_i386.deb ...
Unpacking libimagequant0:i386 (2.12.2-1.1) ...
Selecting previously unselected package libjbig0:i386.
Preparing to unpack .../14-libjbig0_2.1-3.1+b2_i386.deb ...
Unpacking libjbig0:i386 (2.1-3.1+b2) ...
Selecting previously unselected package libjpeg62-turbo:i386.
Preparing to unpack .../15-libjpeg62-turbo_1%3a2.0.5-2_i386.deb ...
Unpacking libjpeg62-turbo:i386 (1:2.0.5-2) ...
Selecting previously unselected package libjs-jquery.
Preparing to unpack .../16-libjs-jquery_3.5.1+dfsg+~3.5.5-5_all.deb ...
Unpacking libjs-jquery (3.5.1+dfsg+~3.5.5-5) ...
Selecting previously unselected package libjs-jquery-ui.
Preparing to unpack .../17-libjs-jquery-ui_1.12.1+dfsg-7_all.deb ...
Unpacking libjs-jquery-ui (1.12.1+dfsg-7) ...
Selecting previously unselected package libjs-underscore.
Preparing to unpack .../18-libjs-underscore_1.9.1~dfsg-1_all.deb ...
Unpacking libjs-underscore (1.9.1~dfsg-1) ...
Selecting previously unselected package libjs-sphinxdoc.
Preparing to unpack .../19-libjs-sphinxdoc_3.4.2-1_all.deb ...
Unpacking libjs-sphinxdoc (3.4.2-1) ...
Selecting previously unselected package liblapack3:i386.
Preparing to unpack .../20-liblapack3_3.9.0-3_i386.deb ...
Unpacking liblapack3:i386 (3.9.0-3) ...
Selecting previously unselected package liblbfgsb0:i386.
Preparing to unpack .../21-liblbfgsb0_3.0+dfsg.3-9_i386.deb ...
Unpacking liblbfgsb0:i386 (3.0+dfsg.3-9) ...
Selecting previously unselected package liblcms2-2:i386.
Preparing to unpack .../22-liblcms2-2_2.9-4+b1_i386.deb ...
Unpacking liblcms2-2:i386 (2.9-4+b1) ...
Selecting previously unselected package libwebp6:i386.
Preparing to unpack .../23-libwebp6_0.6.1-2+b1_i386.deb ...
Unpacking libwebp6:i386 (0.6.1-2+b1) ...
Selecting previously unselected package libtiff5:i386.
Preparing to unpack .../24-libtiff5_4.2.0-1_i386.deb ...
Unpacking libtiff5:i386 (4.2.0-1) ...
Selecting previously unselected package libwebpdemux2:i386.
Preparing to unpack .../25-libwebpdemux2_0.6.1-2+b1_i386.deb ...
Unpacking libwebpdemux2:i386 (0.6.1-2+b1) ...
Selecting previously unselected package libwebpmux3:i386.
Preparing to unpack .../26-libwebpmux3_0.6.1-2+b1_i386.deb ...
Unpacking libwebpmux3:i386 (0.6.1-2+b1) ...
Selecting previously unselected package libxau6:i386.
Preparing to unpack .../27-libxau6_1%3a1.0.8-1+b2_i386.deb ...
Unpacking libxau6:i386 (1:1.0.8-1+b2) ...
Selecting previously unselected package libxdmcp6:i386.
Preparing to unpack .../28-libxdmcp6_1%3a1.1.2-3_i386.deb ...
Unpacking libxdmcp6:i386 (1:1.1.2-3) ...
Selecting previously unselected package libxcb1:i386.
Preparing to unpack .../29-libxcb1_1.14-2.1_i386.deb ...
Unpacking libxcb1:i386 (1.14-2.1) ...
Selecting previously unselected package python-babel-localedata.
Preparing to unpack .../30-python-babel-localedata_2.8.0+dfsg.1-5_all.deb ...
Unpacking python-babel-localedata (2.8.0+dfsg.1-5) ...
Selecting previously unselected package ttf-bitstream-vera.
Preparing to unpack .../31-ttf-bitstream-vera_1.10-8.1_all.deb ...
Unpacking ttf-bitstream-vera (1.10-8.1) ...
Selecting previously unselected package python-matplotlib-data.
Preparing to unpack .../32-python-matplotlib-data_3.3.2-2_all.deb ...
Unpacking python-matplotlib-data (3.3.2-2) ...
Selecting previously unselected package python3-alabaster.
Preparing to unpack .../33-python3-alabaster_0.7.8-1.1_all.deb ...
Unpacking python3-alabaster (0.7.8-1.1) ...
Selecting previously unselected package python3-all.
Preparing to unpack .../34-python3-all_3.9.1-1_i386.deb ...
Unpacking python3-all (3.9.1-1) ...
Selecting previously unselected package python3-asteval.
Preparing to unpack .../35-python3-asteval_0.9.19-2_all.deb ...
Unpacking python3-asteval (0.9.19-2) ...
Selecting previously unselected package python3-attr.
Preparing to unpack .../36-python3-attr_20.3.0-1_all.deb ...
Unpacking python3-attr (20.3.0-1) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../37-python3-pkg-resources_51.1.0-1_all.deb ...
Unpacking python3-pkg-resources (51.1.0-1) ...
Selecting previously unselected package python3-tz.
Preparing to unpack .../38-python3-tz_2020.5-1_all.deb ...
Unpacking python3-tz (2020.5-1) ...
Selecting previously unselected package python3-babel.
Preparing to unpack .../39-python3-babel_2.8.0+dfsg.1-5_all.deb ...
Unpacking python3-babel (2.8.0+dfsg.1-5) ...
Selecting previously unselected package python3-backcall.
Preparing to unpack .../40-python3-backcall_0.2.0-1_all.deb ...
Unpacking python3-backcall (0.2.0-1) ...
Selecting previously unselected package python3-certifi.
Preparing to unpack .../41-python3-certifi_2020.6.20-1_all.deb ...
Unpacking python3-certifi (2020.6.20-1) ...
Selecting previously unselected package python3-chardet.
Preparing to unpack .../42-python3-chardet_4.0.0-1_all.deb ...
Unpacking python3-chardet (4.0.0-1) ...
Selecting previously unselected package python3-six.
Preparing to unpack .../43-python3-six_1.15.0-2_all.deb ...
Unpacking python3-six (1.15.0-2) ...
Selecting previously unselected package python3-cycler.
Preparing to unpack .../44-python3-cycler_0.10.0-3_all.deb ...
Unpacking python3-cycler (0.10.0-3) ...
Selecting previously unselected package python3-dateutil.
Preparing to unpack .../45-python3-dateutil_2.8.1-5_all.deb ...
Unpacking python3-dateutil (2.8.1-5) ...
Selecting previously unselected package python3-decorator.
Preparing to unpack .../46-python3-decorator_4.4.2-2_all.deb ...
Unpacking python3-decorator (4.4.2-2) ...
Selecting previously unselected package python3-roman.
Preparing to unpack .../47-python3-roman_2.0.0-5_all.deb ...
Unpacking python3-roman (2.0.0-5) ...
Selecting previously unselected package python3-docutils.
Preparing to unpack .../48-python3-docutils_0.16+dfsg-3_all.deb ...
Unpacking python3-docutils (0.16+dfsg-3) ...
Selecting previously unselected package python3-future.
Preparing to unpack .../49-python3-future_0.18.2-5_all.deb ...
Unpacking python3-future (0.18.2-5) ...
Selecting previously unselected package python3-idna.
Preparing to unpack .../50-python3-idna_2.10-1_all.deb ...
Unpacking python3-idna (2.10-1) ...
Selecting previously unselected package python3-imagesize.
Preparing to unpack .../51-python3-imagesize_1.2.0-2_all.deb ...
Unpacking python3-imagesize (1.2.0-2) ...
Selecting previously unselected package python3-more-itertools.
Preparing to unpack .../52-python3-more-itertools_4.2.0-3_all.deb ...
Unpacking python3-more-itertools (4.2.0-3) ...
Selecting previously unselected package python3-zipp.
Preparing to unpack .../53-python3-zipp_1.0.0-3_all.deb ...
Unpacking python3-zipp (1.0.0-3) ...
Selecting previously unselected package python3-importlib-metadata.
Preparing to unpack .../54-python3-importlib-metadata_1.6.0-2_all.deb ...
Unpacking python3-importlib-metadata (1.6.0-2) ...
Selecting previously unselected package python3-iniconfig.
Preparing to unpack .../55-python3-iniconfig_1.1.1-1_all.deb ...
Unpacking python3-iniconfig (1.1.1-1) ...
Selecting previously unselected package python3-parso.
Preparing to unpack .../56-python3-parso_0.8.1-1_all.deb ...
Unpacking python3-parso (0.8.1-1) ...
Selecting previously unselected package python3-jedi.
Preparing to unpack .../57-python3-jedi_0.18.0-1_all.deb ...
Unpacking python3-jedi (0.18.0-1) ...
Selecting previously unselected package python3-ptyprocess.
Preparing to unpack .../58-python3-ptyprocess_0.7.0-1_all.deb ...
Unpacking python3-ptyprocess (0.7.0-1) ...
Selecting previously unselected package python3-pexpect.
Preparing to unpack .../59-python3-pexpect_4.8.0-1_all.deb ...
Unpacking python3-pexpect (4.8.0-1) ...
Selecting previously unselected package python3-pickleshare.
Preparing to unpack .../60-python3-pickleshare_0.7.5-3_all.deb ...
Unpacking python3-pickleshare (0.7.5-3) ...
Selecting previously unselected package python3-wcwidth.
Preparing to unpack .../61-python3-wcwidth_0.1.9+dfsg1-2_all.deb ...
Unpacking python3-wcwidth (0.1.9+dfsg1-2) ...
Selecting previously unselected package python3-prompt-toolkit.
Preparing to unpack .../62-python3-prompt-toolkit_3.0.9-1_all.deb ...
Unpacking python3-prompt-toolkit (3.0.9-1) ...
Selecting previously unselected package python3-pygments.
Preparing to unpack .../63-python3-pygments_2.7.1+dfsg-1_all.deb ...
Unpacking python3-pygments (2.7.1+dfsg-1) ...
Selecting previously unselected package python3-ipython-genutils.
Preparing to unpack .../64-python3-ipython-genutils_0.2.0-4_all.deb ...
Unpacking python3-ipython-genutils (0.2.0-4) ...
Selecting previously unselected package python3-traitlets.
Preparing to unpack .../65-python3-traitlets_5.0.5-1_all.deb ...
Unpacking python3-traitlets (5.0.5-1) ...
Selecting previously unselected package python3-ipython.
Preparing to unpack .../66-python3-ipython_7.19.0-3_all.deb ...
Unpacking python3-ipython (7.19.0-3) ...
Selecting previously unselected package python3-markupsafe.
Preparing to unpack .../67-python3-markupsafe_1.1.1-1+b3_i386.deb ...
Unpacking python3-markupsafe (1.1.1-1+b3) ...
Selecting previously unselected package python3-jinja2.
Preparing to unpack .../68-python3-jinja2_2.11.2-1_all.deb ...
Unpacking python3-jinja2 (2.11.2-1) ...
Selecting previously unselected package python3-kiwisolver.
Preparing to unpack .../69-python3-kiwisolver_1.3.1-1+b1_i386.deb ...
Unpacking python3-kiwisolver (1.3.1-1+b1) ...
Selecting previously unselected package python3-pyparsing.
Preparing to unpack .../70-python3-pyparsing_2.4.7-1_all.deb ...
Unpacking python3-pyparsing (2.4.7-1) ...
Selecting previously unselected package python3-numpy.
Preparing to unpack .../71-python3-numpy_1%3a1.19.4-1+b1_i386.deb ...
Unpacking python3-numpy (1:1.19.4-1+b1) ...
Selecting previously unselected package python3-pil:i386.
Preparing to unpack .../72-python3-pil_8.1.0-1_i386.deb ...
Unpacking python3-pil:i386 (8.1.0-1) ...
Selecting previously unselected package python3-matplotlib.
Preparing to unpack .../73-python3-matplotlib_3.3.2-2+b1_i386.deb ...
Unpacking python3-matplotlib (3.3.2-2+b1) ...
Selecting previously unselected package python3-packaging.
Preparing to unpack .../74-python3-packaging_20.8-1_all.deb ...
Unpacking python3-packaging (20.8-1) ...
Selecting previously unselected package python3-pandas-lib:i386.
Preparing to unpack .../75-python3-pandas-lib_1.1.5+dfsg-1_i386.deb ...
Unpacking python3-pandas-lib:i386 (1.1.5+dfsg-1) ...
Selecting previously unselected package python3-pandas.
Preparing to unpack .../76-python3-pandas_1.1.5+dfsg-1_all.deb ...
Unpacking python3-pandas (1.1.5+dfsg-1) ...
Selecting previously unselected package python3-pluggy.
Preparing to unpack .../77-python3-pluggy_0.13.0-5_all.deb ...
Unpacking python3-pluggy (0.13.0-5) ...
Selecting previously unselected package python3-py.
Preparing to unpack .../78-python3-py_1.10.0-1_all.deb ...
Unpacking python3-py (1.10.0-1) ...
Selecting previously unselected package python3-toml.
Preparing to unpack .../79-python3-toml_0.10.1-1_all.deb ...
Unpacking python3-toml (0.10.1-1) ...
Selecting previously unselected package python3-pytest.
Preparing to unpack .../80-python3-pytest_6.0.2-2_all.deb ...
Unpacking python3-pytest (6.0.2-2) ...
Selecting previously unselected package python3-urllib3.
Preparing to unpack .../81-python3-urllib3_1.26.2-1_all.deb ...
Unpacking python3-urllib3 (1.26.2-1) ...
Selecting previously unselected package python3-requests.
Preparing to unpack .../82-python3-requests_2.25.1+dfsg-2_all.deb ...
Unpacking python3-requests (2.25.1+dfsg-2) ...
Selecting previously unselected package python3-scipy.
Preparing to unpack .../83-python3-scipy_1.5.4-1+b1_i386.deb ...
Unpacking python3-scipy (1.5.4-1+b1) ...
Selecting previously unselected package python3-setuptools.
Preparing to unpack .../84-python3-setuptools_51.1.0-1_all.deb ...
Unpacking python3-setuptools (51.1.0-1) ...
Selecting previously unselected package python3-snowballstemmer.
Preparing to unpack .../85-python3-snowballstemmer_2.0.0-2_all.deb ...
Unpacking python3-snowballstemmer (2.0.0-2) ...
Selecting previously unselected package sphinx-common.
Preparing to unpack .../86-sphinx-common_3.4.2-1_all.deb ...
Unpacking sphinx-common (3.4.2-1) ...
Selecting previously unselected package python3-sphinx.
Preparing to unpack .../87-python3-sphinx_3.4.2-1_all.deb ...
Unpacking python3-sphinx (3.4.2-1) ...
Selecting previously unselected package python3-sphinx-gallery.
Preparing to unpack .../88-python3-sphinx-gallery_0.8.1-1_all.deb ...
Unpacking python3-sphinx-gallery (0.8.1-1) ...
Selecting previously unselected package python3-uncertainties.
Preparing to unpack .../89-python3-uncertainties_3.1.5-1_all.deb ...
Unpacking python3-uncertainties (3.1.5-1) ...
Setting up python3-pkg-resources (51.1.0-1) ...
Setting up liblcms2-2:i386 (2.9-4+b1) ...
Setting up python3-iniconfig (1.1.1-1) ...
Setting up python3-attr (20.3.0-1) ...
Setting up libxau6:i386 (1:1.0.8-1+b2) ...
Setting up libxdmcp6:i386 (1:1.1.2-3) ...
Setting up libxcb1:i386 (1.14-2.1) ...
Setting up ttf-bitstream-vera (1.10-8.1) ...
Setting up python3-py (1.10.0-1) ...
Setting up python3-backcall (0.2.0-1) ...
Setting up python3-parso (0.8.1-1) ...
Setting up python3-asteval (0.9.19-2) ...
Setting up python3-ipython-genutils (0.2.0-4) ...
Setting up python3-alabaster (0.7.8-1.1) ...
Setting up fonts-lyx (2.3.6-1) ...
Setting up libbrotli1:i386 (1.0.9-2+b2) ...
Setting up libdeflate0:i386 (1.7-1) ...
Setting up python3-markupsafe (1.1.1-1+b3) ...
Setting up libjbig0:i386 (2.1-3.1+b2) ...
Setting up python3-tz (2020.5-1) ...
Setting up python-babel-localedata (2.8.0+dfsg.1-5) ...
Setting up python3-six (1.15.0-2) ...
Setting up python3-roman (2.0.0-5) ...
Setting up python3-decorator (4.4.2-2) ...
Setting up python3-jinja2 (2.11.2-1) ...
Setting up python3-pygments (2.7.1+dfsg-1) ...
Setting up libblas3:i386 (3.9.0-3) ...
update-alternatives: using /usr/lib/i386-linux-gnu/blas/libblas.so.3 to provide /usr/lib/i386-linux-gnu/libblas.so.3 (libblas.so.3-i386-linux-gnu) in auto mode
Setting up python3-chardet (4.0.0-1) ...
Setting up libjpeg62-turbo:i386 (1:2.0.5-2) ...
Setting up python3-wcwidth (0.1.9+dfsg1-2) ...
Setting up python3-pyparsing (2.4.7-1) ...
Setting up python3-certifi (2020.6.20-1) ...
Setting up python3-snowballstemmer (2.0.0-2) ...
Setting up python3-cycler (0.10.0-3) ...
Setting up libimagequant0:i386 (2.12.2-1.1) ...
Setting up python3-kiwisolver (1.3.1-1+b1) ...
Setting up libpng16-16:i386 (1.6.37-3) ...
Setting up python3-idna (2.10-1) ...
Setting up libwebp6:i386 (0.6.1-2+b1) ...
Setting up python3-pickleshare (0.7.5-3) ...
Setting up python3-toml (0.10.1-1) ...
Setting up libgfortran5:i386 (10.2.1-3) ...
Setting up python3-urllib3 (1.26.2-1) ...
Setting up python3-traitlets (5.0.5-1) ...
Setting up python3-dateutil (2.8.1-5) ...
Setting up sgml-base (1.30) ...
Setting up libtiff5:i386 (4.2.0-1) ...
Setting up libjs-jquery (3.5.1+dfsg+~3.5.5-5) ...
Setting up python-matplotlib-data (3.3.2-2) ...
Setting up libwebpmux3:i386 (0.6.1-2+b1) ...
Setting up python3-lib2to3 (3.9.1-2) ...
Setting up libjs-underscore (1.9.1~dfsg-1) ...
Setting up python3-imagesize (1.2.0-2) ...
Setting up python3-ptyprocess (0.7.0-1) ...
Setting up python3-prompt-toolkit (3.0.9-1) ...
Setting up python3-distutils (3.9.1-2) ...
Setting up dh-python (4.20201102) ...
Setting up python3-more-itertools (4.2.0-3) ...
Setting up liblapack3:i386 (3.9.0-3) ...
update-alternatives: using /usr/lib/i386-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/i386-linux-gnu/liblapack.so.3 (liblapack.so.3-i386-linux-gnu) in auto mode
Setting up python3-setuptools (51.1.0-1) ...
Setting up python3-jedi (0.18.0-1) ...
Setting up python3-babel (2.8.0+dfsg.1-5) ...
update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode
Setting up libwebpdemux2:i386 (0.6.1-2+b1) ...
Setting up python3-all (3.9.1-1) ...
Setting up python3-zipp (1.0.0-3) ...
Setting up python3-packaging (20.8-1) ...
Setting up libjs-jquery-ui (1.12.1+dfsg-7) ...
Setting up libfreetype6:i386 (2.10.4+dfsg-1) ...
Setting up python3-pexpect (4.8.0-1) ...
Setting up python3-requests (2.25.1+dfsg-2) ...
Setting up python3-numpy (1:1.19.4-1+b1) ...
Setting up libjs-sphinxdoc (3.4.2-1) ...
Setting up xml-core (0.18+nmu1) ...
Setting up python3-future (0.18.2-5) ...
update-alternatives: using /usr/bin/python3-futurize to provide /usr/bin/futurize (futurize) in auto mode
update-alternatives: using /usr/bin/python3-pasteurize to provide /usr/bin/pasteurize (pasteurize) in auto mode
Setting up liblbfgsb0:i386 (3.0+dfsg.3-9) ...
Setting up python3-uncertainties (3.1.5-1) ...
Setting up python3-scipy (1.5.4-1+b1) ...
Setting up python3-importlib-metadata (1.6.0-2) ...
Setting up python3-pandas-lib:i386 (1.1.5+dfsg-1) ...
Setting up python3-pil:i386 (8.1.0-1) ...
Setting up python3-pandas (1.1.5+dfsg-1) ...
Setting up python3-ipython (7.19.0-3) ...
Setting up sphinx-common (3.4.2-1) ...
Setting up python3-pluggy (0.13.0-5) ...
Setting up python3-matplotlib (3.3.2-2+b1) ...
Setting up python3-pytest (6.0.2-2) ...
Processing triggers for libc-bin (2.31-5) ...
Processing triggers for man-db (2.9.3-2) ...
Processing triggers for sgml-base (1.30) ...
Setting up docutils-common (0.16+dfsg-3) ...
Processing triggers for sgml-base (1.30) ...
Setting up python3-docutils (0.16+dfsg-3) ...
update-alternatives: using /usr/share/docutils/scripts/python3/rst-buildhtml to provide /usr/bin/rst-buildhtml (rst-buildhtml) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python3/rst2html to provide /usr/bin/rst2html (rst2html) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python3/rst2html4 to provide /usr/bin/rst2html4 (rst2html4) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python3/rst2html5 to provide /usr/bin/rst2html5 (rst2html5) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python3/rst2latex to provide /usr/bin/rst2latex (rst2latex) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python3/rst2man to provide /usr/bin/rst2man (rst2man) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt to provide /usr/bin/rst2odt (rst2odt) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt_prepstyles to provide /usr/bin/rst2odt_prepstyles (rst2odt_prepstyles) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python3/rst2pseudoxml to provide /usr/bin/rst2pseudoxml (rst2pseudoxml) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python3/rst2s5 to provide /usr/bin/rst2s5 (rst2s5) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python3/rst2xetex to provide /usr/bin/rst2xetex (rst2xetex) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python3/rst2xml to provide /usr/bin/rst2xml (rst2xml) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python3/rstpep2html to provide /usr/bin/rstpep2html (rstpep2html) in auto mode
Setting up python3-sphinx (3.4.2-1) ...
Setting up python3-sphinx-gallery (0.8.1-1) ...
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Writing extended state information...
Building tag database...
 -> Finished installing the build-deps
Updating symlinks in /usr/lib/ccache ...
Statistics zeroed
dpkg-buildpackage: info: source package lmfit-py
dpkg-buildpackage: info: source version 1.0.1-4+salsaci
dpkg-buildpackage: info: source distribution UNRELEASED
dpkg-buildpackage: info: source changed by Picca Frédéric-Emmanuel <picca@debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture i386
 debian/rules clean
dh clean --with python3,sphinxdoc --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
    pybuild --clean --test-pytest -i python{version} -p 3.9
I: pybuild base:232: python3.9 setup.py clean 
running clean
removing '/builds/science-team/lmfit-py/debian/output/source_dir/.pybuild/cpython3_3.9_lmfit/build' (and everything under it)
'build/bdist.linux-i386' does not exist -- can't clean it
'build/scripts-3.9' does not exist -- can't clean it
    rm -rf .pybuild/
    find . -name \*.pyc -exec rm {} \;
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
    rm -f debian/debhelper-build-stamp
    rm -rf debian/.debhelper/
    rm -f -- debian/python3-lmfit.substvars debian/python-lmfit-doc.substvars debian/files
    rm -fr -- debian/python3-lmfit/ debian/tmp/ debian/python-lmfit-doc/
    find .  \( \( \
        \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path .\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o -type f -a \
            \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
         -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
         -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
         -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
        \) -exec rm -f {} + \) -o \
        \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) \)
 dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building lmfit-py using existing ./lmfit-py_1.0.1.orig.tar.gz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: warning: ignoring deletion of file examples/README.txt, use --include-removal to override
dpkg-source: warning: ignoring deletion of directory doc/__pycache__
dpkg-source: warning: ignoring deletion of file doc/__pycache__/extensions.cpython-37.pyc, use --include-removal to override
dpkg-source: info: building lmfit-py in lmfit-py_1.0.1-4+salsaci.debian.tar.xz
dpkg-source: info: building lmfit-py in lmfit-py_1.0.1-4+salsaci.dsc
 debian/rules binary
dh binary --with python3,sphinxdoc --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
    pybuild --configure --test-pytest -i python{version} -p 3.9
I: pybuild base:232: python3.9 setup.py config 
running config
   dh_auto_build -O--buildsystem=pybuild
    pybuild --build --test-pytest -i python{version} -p 3.9
I: pybuild base:232: /usr/bin/python3 setup.py build 
running build
running build_py
creating /builds/science-team/lmfit-py/debian/output/source_dir/.pybuild/cpython3_3.9_lmfit/build/lmfit
copying lmfit/lineshapes.py -> /builds/science-team/lmfit-py/debian/output/source_dir/.pybuild/cpython3_3.9_lmfit/build/lmfit
copying lmfit/printfuncs.py -> /builds/science-team/lmfit-py/debian/output/source_dir/.pybuild/cpython3_3.9_lmfit/build/lmfit
copying lmfit/__init__.py -> /builds/science-team/lmfit-py/debian/output/source_dir/.pybuild/cpython3_3.9_lmfit/build/lmfit
copying lmfit/parameter.py -> /builds/science-team/lmfit-py/debian/output/source_dir/.pybuild/cpython3_3.9_lmfit/build/lmfit
copying lmfit/confidence.py -> /builds/science-team/lmfit-py/debian/output/source_dir/.pybuild/cpython3_3.9_lmfit/build/lmfit
copying lmfit/jsonutils.py -> /builds/science-team/lmfit-py/debian/output/source_dir/.pybuild/cpython3_3.9_lmfit/build/lmfit
copying lmfit/_ampgo.py -> /builds/science-team/lmfit-py/debian/output/source_dir/.pybuild/cpython3_3.9_lmfit/build/lmfit
copying lmfit/models.py -> /builds/science-team/lmfit-py/debian/output/source_dir/.pybuild/cpython3_3.9_lmfit/build/lmfit
copying lmfit/_version.py -> /builds/science-team/lmfit-py/debian/output/source_dir/.pybuild/cpython3_3.9_lmfit/build/lmfit
copying lmfit/model.py -> /builds/science-team/lmfit-py/debian/output/source_dir/.pybuild/cpython3_3.9_lmfit/build/lmfit
copying lmfit/minimizer.py -> /builds/science-team/lmfit-py/debian/output/source_dir/.pybuild/cpython3_3.9_lmfit/build/lmfit
UPDATING /builds/science-team/lmfit-py/debian/output/source_dir/.pybuild/cpython3_3.9_lmfit/build/lmfit/_version.py
set /builds/science-team/lmfit-py/debian/output/source_dir/.pybuild/cpython3_3.9_lmfit/build/lmfit/_version.py to '1.0.1'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/builds/science-team/lmfit-py/debian/output/source_dir'
dh_auto_test
    pybuild --test --test-pytest -i python{version} -p 3.9
I: pybuild pybuild:284: cp -r NIST_STRD examples /builds/science-team/lmfit-py/debian/output/source_dir/.pybuild/cpython3_3.9_lmfit/build
I: pybuild base:232: cd /builds/science-team/lmfit-py/debian/output/source_dir/.pybuild/cpython3_3.9_lmfit/build; python3.9 -m pytest tests
============================= test session starts ==============================
platform linux -- Python 3.9.1, pytest-6.0.2, py-1.10.0, pluggy-0.13.0
rootdir: /builds/science-team/lmfit-py/debian/output/source_dir
collected 525 items

tests/test_1variable.py .                                                [  0%]
tests/test_NIST_Strd.py ...........................                      [  5%]
tests/test_algebraic_constraint.py ....                                  [  6%]
tests/test_ampgo.py ............                                         [  8%]
tests/test_basicfit.py .                                                 [  8%]
tests/test_basinhopping.py .....                                         [  9%]
tests/test_bounded_jacobian.py .                                         [  9%]
tests/test_bounds.py .                                                   [  9%]
tests/test_brute.py ............                                         [ 12%]
tests/test_builtin_models.py .....                                       [ 13%]
tests/test_confidence.py .............                                   [ 15%]
tests/test_covariance_matrix.py ..ssssssss                               [ 17%]
tests/test_custom_independentvar.py .                                    [ 17%]
tests/test_default_kws.py .                                              [ 17%]
tests/test_dual_annealing.py ...                                         [ 18%]
tests/test_itercb.py .......                                             [ 19%]
tests/test_jsonutils.py ................                                 [ 22%]
tests/test_least_squares.py .....                                        [ 23%]
tests/test_lineshapes.py ............................................... [ 32%]
........................                                                 [ 37%]
tests/test_manypeaks_speed.py .                                          [ 37%]
tests/test_max_nfev.py ...x.................x.x...                       [ 42%]
tests/test_minimizer.py .                                                [ 42%]
tests/test_model.py ...................F................................ [ 52%]
........................s....s.......................................... [ 66%]
                                                                         [ 66%]
tests/test_model_uncertainties.py ....                                   [ 67%]
tests/test_multidatasets.py .                                            [ 67%]
tests/test_nose.py ...............s........                              [ 72%]
tests/test_pandas.py .                                                   [ 72%]
tests/test_parameter.py ................................................ [ 81%]
..........                                                               [ 83%]
tests/test_parameters.py ............................                    [ 88%]
tests/test_printfuncs.py .................................               [ 94%]
tests/test_saveload.py .s.s..............                                [ 98%]
tests/test_shgo.py .......                                               [ 99%]
tests/test_stepmodel.py ..                                               [100%]

=================================== FAILURES ===================================
_________________ TestUserDefiniedModel.test_model_nan_policy __________________

self = <test_model.TestUserDefiniedModel testMethod=test_model_nan_policy>

    def test_model_nan_policy(self):
        """Tests for nan_policy with NaN values in the input data."""
        x = np.linspace(0, 10, 201)
        np.random.seed(0)
        y = gaussian(x, 10.0, 6.15, 0.8)
        y += gaussian(x, 8.0, 6.35, 1.1)
        y += gaussian(x, 0.25, 6.00, 7.5)
        y += np.random.normal(size=len(x), scale=0.5)

        # with NaN values in the input data
        y[55] = y[91] = np.nan
        mod = PseudoVoigtModel()
        params = mod.make_params(amplitude=20, center=5.5,
                                 sigma=1, fraction=0.25)
        params['fraction'].vary = False

        # with raise, should get a ValueError
        result = lambda: mod.fit(y, params, x=x, nan_policy='raise')
        msg = ('NaN values detected in your input data or the output of your '
               'objective/model function - fitting algorithms cannot handle this!')
        self.assertRaisesRegex(ValueError, msg, result)

        # with propagate, should get no error, but bad results
        result = mod.fit(y, params, x=x, nan_policy='propagate')
>       self.assertTrue(result.success)
E       AssertionError: False is not true

tests/test_model.py:647: AssertionError
=============================== warnings summary ===============================
.pybuild/cpython3_3.9_lmfit/build/tests/test_lineshapes.py::test_no_ZeroDivisionError_and_finite_output[logistic]
  /builds/science-team/lmfit-py/debian/output/source_dir/.pybuild/cpython3_3.9_lmfit/build/lmfit/lineshapes.py:184: RuntimeWarning: overflow encountered in exp
    return amplitude*(1. - 1./(1. + exp((x-center)/max(tiny, sigma))))

.pybuild/cpython3_3.9_lmfit/build/tests/test_lineshapes.py::test_no_ZeroDivisionError_and_finite_output[thermal_distribution]
  /builds/science-team/lmfit-py/debian/output/source_dir/.pybuild/cpython3_3.9_lmfit/build/lmfit/lineshapes.py:344: RuntimeWarning: divide by zero encountered in true_divide
    return real(1/(amplitude*exp((x - center)/kt) + offset + tiny*1j))

.pybuild/cpython3_3.9_lmfit/build/tests/test_lineshapes.py::test_x_float_value[step]
.pybuild/cpython3_3.9_lmfit/build/tests/test_lineshapes.py::test_x_float_value[rectangle]
  <__array_function__ internals>:5: DeprecationWarning: Calling nonzero on 0d arrays is deprecated, as it behaves surprisingly. Use `atleast_1d(cond).nonzero()` if the old behavior was intended. If the context of this warning is of the form `arr[nonzero(cond)]`, just use `arr[cond]`.

.pybuild/cpython3_3.9_lmfit/build/tests/test_nose.py::CommonMinimizerTest::test_diffev_bounds_check
  /builds/science-team/lmfit-py/debian/output/source_dir/.pybuild/cpython3_3.9_lmfit/build/lmfit/minimizer.py:933: RuntimeWarning: ignoring `maxiter` argument to `scalar_minimize()`. Use `max_nfev` instead.
    warnings.warn(MAXEVAL_Warning % ('maxiter', thisfuncname()),

-- Docs: https://docs.pytest.org/en/stable/warnings.html
=========================== short test summary info ============================
FAILED tests/test_model.py::TestUserDefiniedModel::test_model_nan_policy - As...
= 1 failed, 508 passed, 13 skipped, 3 xfailed, 5 warnings in 70.69s (0:01:10) ==
E: pybuild pybuild:353: test: plugin distutils failed with: exit code=1: cd /builds/science-team/lmfit-py/debian/output/source_dir/.pybuild/cpython3_3.9_lmfit/build; python3.9 -m pytest tests
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.9 returned exit code 13
make[1]: *** [debian/rules:19: override_dh_auto_test] Error 25
make[1]: Leaving directory '/builds/science-team/lmfit-py/debian/output/source_dir'
make: *** [debian/rules:10: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
section_end:1610009616:step_script
section_start:1610009616:upload_artifacts_on_failure
Uploading artifacts for failed job
Uploading artifacts...
/builds/science-team/lmfit-py/debian/output/: found 390 matching files and directories 
Uploading artifacts as "archive" to coordinator... ok  id=1320559 responseStatus=201 Created token=dq9VVDru
section_end:1610009619:upload_artifacts_on_failure
section_start:1610009619:cleanup_file_variables
Cleaning up file based variables
section_end:1610009619:cleanup_file_variables
ERROR: Job failed: exit code 1

picca commented 3 years ago

Here a summarize of our tests

https://ci.debian.net/packages/l/lmfit-py/

Just tell which architecture are not supported by you and I will deactivated them from our continuous integration.

Cheers

Frederic

newville commented 3 years ago

@picca Lmfit is pure Python. It neither "supports" nor "does not support" different families of processors. So, to your demand of

Just tell which architecture are not supported by you and I will deactivated them from our continuous integration.

The only answer we can give is "No".

Nan handling is complicated and fragile - we try our best to test for these cases. I have not looked in detail at all of the test reports, but I will bet that the vast majority (> 98%) of tests do pass and that the failures come only when trying to handle and interpret Nans. That means that lmfit "works" and Nan handling is complicated and fragile. Having your packaging system rely on 100% test passage may not be the best approach.

On the other hand (wait, no, it is actually the same hand), Lmfit is pure Python and so readily installed without needing dedicated packaging for a particular OS (debian, rpm, MacPorts, brew, etc). It is fine with us if you or some else wants to have packages using other systems. But errors in building or testing these packages are not problems that we are going to be able to address here.

We have a CI testing system that we use. That quite literally means that we do not use other testing systems, and cannot control or consider its results to be interesting or worth addressing. Please stop raising issues from other testing systems here.

picca commented 3 years ago

Thanks for this clear answser. I will do my best to avoid poluting your github with these non supported arch.

cheers

Fred

newville commented 3 years ago

@picca Perhaps I was not clear. We do not have any "non supported arch".