Skip to content

Console Output

13:48:43 + make REF=20.10 debian-buster
13:48:43 git init src/github.com/docker/cli
13:48:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
13:48:43 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:48:43 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
13:48:43 + SRC=src/github.com/docker/cli
13:48:43 + REF=20.10
13:48:43 + REF_FETCH=20.10
13:48:43 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
13:48:43 + awk {print $2}
13:48:43 + REF=refs/heads/20.10
13:48:43 + [ -n refs/heads/20.10 ]
13:48:43 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
13:48:43 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
13:48:44 From https://github.com/docker/cli
13:48:44  * [new branch]      20.10      -> 20.10
13:48:44  * [new tag]         v20.10.16  -> v20.10.16
13:48:44  * [new branch]      20.10      -> origin/20.10
13:48:44 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
13:48:44 git init src/github.com/docker/docker
13:48:44 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
13:48:44 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:48:44 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
13:48:44 + SRC=src/github.com/docker/docker
13:48:44 + REF=20.10
13:48:44 + REF_FETCH=20.10
13:48:44 + awk {print $2}
13:48:44 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
13:48:44 + REF=refs/heads/20.10
13:48:44 + [ -n refs/heads/20.10 ]
13:48:44 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
13:48:44 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
13:48:45 From https://github.com/docker/docker
13:48:45  * [new branch]      20.10      -> 20.10
13:48:45  * [new branch]      20.10      -> origin/20.10
13:48:45 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
13:48:46 git init src/github.com/docker/compose
13:48:46 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
13:48:46 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:48:46 ./scripts/checkout.sh src/github.com/docker/compose "v2.6.0"
13:48:46 + SRC=src/github.com/docker/compose
13:48:46 + REF=v2.6.0
13:48:46 + REF_FETCH=v2.6.0
13:48:46 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.6.0
13:48:46 + awk {print $2}
13:48:46 + REF=refs/tags/v2.6.0
13:48:46 + [ -n refs/tags/v2.6.0 ]
13:48:46 + REF_FETCH=refs/tags/v2.6.0:refs/tags/v2.6.0
13:48:46 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.6.0:refs/tags/v2.6.0
13:48:46 From https://github.com/docker/compose
13:48:46  * [new tag]         v2.6.0     -> v2.6.0
13:48:46 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.6.0
13:48:46 git init src/github.com/docker/scan-cli-plugin
13:48:46 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
13:48:46 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:48:46 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:48:46 + SRC=src/github.com/docker/scan-cli-plugin
13:48:46 + REF=v0.17.0
13:48:46 + REF_FETCH=v0.17.0
13:48:46 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
13:48:46 + awk {print $2}
13:48:46 + REF=refs/tags/v0.17.0
13:48:46 + [ -n refs/tags/v0.17.0 ]
13:48:46 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
13:48:46 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:48:46 From https://github.com/docker/scan-cli-plugin
13:48:46  * [new tag]         v0.17.0    -> v0.17.0
13:48:46 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:48:46 make -C deb VERSION=0.0.1-dev GO_VERSION=1.17.10 debian-buster
13:48:46 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
13:48:46 mkdir -p sources
13:48:46 docker run --rm -w /v \
13:48:46 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
13:48:46 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
13:48:46 	alpine \
13:48:46 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:48:49 mkdir -p sources
13:48:49 docker run --rm -w /v \
13:48:49 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
13:48:49 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
13:48:49 	alpine \
13:48:49 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:48:52 mkdir -p sources
13:48:52 docker run --rm -w /v \
13:48:52 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
13:48:52 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
13:48:52 	alpine \
13:48:52 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:48:52 mkdir -p sources
13:48:52 docker run --rm -w /v \
13:48:52 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:48:52 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
13:48:52 	alpine \
13:48:52 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:48:53 mkdir -p sources
13:48:53 cp ../systemd/docker.service sources/docker.service
13:48:53 mkdir -p sources
13:48:53 cp ../systemd/docker.socket sources/docker.socket
13:48:53 docker run --rm -w /v \
13:48:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
13:48:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
13:48:53 	alpine \
13:48:53 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
13:48:54 == Building packages for debian-buster ==
13:48:54 mkdir -p "debbuild/debian-buster"
13:48:54 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.17.10-buster --build-arg COMMON_FILES=common -t debbuild-debian-buster/aarch64 -f debian-buster/Dockerfile .
13:48:54 #1 [internal] load build definition from Dockerfile
13:48:54 #1 sha256:52e0e2d81109f287563f5a6d4d4e807e610ea6247a04ecb4376c70248c4144a5
13:48:54 #1 transferring dockerfile: 920B done
13:48:54 #1 DONE 0.0s
13:48:54 
13:48:54 #2 [internal] load .dockerignore
13:48:54 #2 sha256:3bdd6c85eb2f6a482194d48e94b92a48e33d0450d90ff2baee1a0641ea557ce4
13:48:54 #2 transferring context: 2B done
13:48:54 #2 DONE 0.1s
13:48:54 
13:48:54 #5 [auth] library/debian:pull token for registry-1.docker.io
13:48:54 #5 sha256:c984a21793307ed993280efbd024b4028265ca9728db08921ae5e957c20624dc
13:48:54 #5 DONE 0.0s
13:48:54 
13:48:54 #6 [auth] library/golang:pull token for registry-1.docker.io
13:48:54 #6 sha256:33f764b27f8a311056def5ae9da151dd974a8d1b1e19d81dcb614d8af57ffa0e
13:48:54 #6 DONE 0.0s
13:48:54 
13:48:54 #4 [internal] load metadata for docker.io/library/golang:1.17.10-buster
13:48:54 #4 sha256:187e15fb05664faf82364bfba092da55f13ec639c696e30d825cf5da27151e9c
13:48:55 #4 DONE 0.3s
13:48:55 
13:48:55 #3 [internal] load metadata for docker.io/library/debian:buster
13:48:55 #3 sha256:48d5930cf3dad3cf75639d9398380aaca5baa89192bf3587470b7174eaa24669
13:48:55 #3 DONE 0.4s
13:48:55 
13:48:55 #13 [golang 1/1] FROM docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a
13:48:55 #13 sha256:23e0167fe85cde87d6fc5fa8b66199b775285be4d3b5d0959960948bbd4b5a51
13:48:55 #13 DONE 0.0s
13:48:55 
13:48:55 #7 [stage-1 1/8] FROM docker.io/library/debian:buster@sha256:e5b41ae2b4cf0d04b80cd2f89724e9cfc09e334ac64f188b9808929c748af526
13:48:55 #7 sha256:c6f7a096e2d879a9b3963a32e68c024aa51fc7b1173d1205fafbf1a62e1fb465
13:48:55 #7 resolve docker.io/library/debian:buster@sha256:e5b41ae2b4cf0d04b80cd2f89724e9cfc09e334ac64f188b9808929c748af526 0.0s done
13:48:55 #7 sha256:e5b41ae2b4cf0d04b80cd2f89724e9cfc09e334ac64f188b9808929c748af526 1.85kB / 1.85kB done
13:48:55 #7 sha256:426a61780c005de09eb9c3a08e9bcf292c95bd84514cf2fd1a63e2494bfea194 529B / 529B done
13:48:55 #7 sha256:f353359022b64f172dec9d19d97fc407f6d86a47c5fa1f835b5bd79e9da43795 1.48kB / 1.48kB done
13:48:55 #7 DONE 0.0s
13:48:55 
13:48:55 #9 [internal] load build context
13:48:55 #9 sha256:7feb588f1fba14f689b0ba06ada6f4551e56ee449226150e37f62307fd078385
13:48:55 #9 transferring context: 19.83MB 0.6s done
13:48:55 #9 DONE 0.6s
13:48:55 
13:48:55 #13 [golang 1/1] FROM docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a
13:48:55 #13 sha256:23e0167fe85cde87d6fc5fa8b66199b775285be4d3b5d0959960948bbd4b5a51
13:48:55 #13 CACHED
13:48:55 
13:48:55 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:48:55 #8 sha256:9822ee1fb0e48ca188b229f2586387cb271bac219893c4472f1aa2938c3cbd7e
13:48:55 #8 0.930 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
13:48:56 #8 0.934 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:48:56 #8 0.942 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:48:56 #8 1.095 Get:4 http://deb.debian.org/debian buster/main armhf Packages [7702 kB]
13:48:56 #8 1.203 Get:5 http://deb.debian.org/debian buster-updates/main armhf Packages [8784 B]
13:48:56 #8 1.319 Get:6 http://security.debian.org/debian-security buster/updates/main armhf Packages [326 kB]
13:48:57 #8 2.461 Fetched 8275 kB in 2s (4628 kB/s)
13:48:58 #8 2.461 Reading package lists...
13:48:59 #8 3.349 Reading package lists...
13:48:59 #8 4.205 Building dependency tree...
13:48:59 #8 4.365 Reading state information...
13:48:59 #8 4.580 The following additional packages will be installed:
13:48:59 #8 4.580   at autoconf automake autopoint autotools-dev binutils
13:48:59 #8 4.580   binutils-arm-linux-gnueabihf binutils-common bsdmainutils build-essential
13:48:59 #8 4.580   bzip2 ca-certificates cpp cpp-8 cron dctrl-tools debhelper debian-keyring
13:48:59 #8 4.580   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
13:48:59 #8 4.580   dpkg-dev dput dwz exim4-base exim4-config exim4-daemon-light fakeroot file
13:48:59 #8 4.580   g++ g++-8 gcc gcc-8 gettext gettext-base git-man gnupg gnupg-l10n
13:48:59 #8 4.580   gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
13:48:59 #8 4.580   groff-base guile-2.2-libs intltool-debian iso-codes krb5-locales less
13:48:59 #8 4.580   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
13:48:59 #8 4.580   libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
13:48:59 #8 4.580   libasan5 libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
13:48:59 #8 4.580   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
13:48:59 #8 4.580   libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0 libcgi-fast-perl
13:48:59 #8 4.580   libcgi-pm-perl libclass-accessor-perl libclass-inspector-perl
13:48:59 #8 4.580   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
13:48:59 #8 4.581   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
13:48:59 #8 4.581   libconvert-binhex-perl libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl
13:48:59 #8 4.581   libdata-optlist-perl libdevel-callchecker-perl
13:48:59 #8 4.581   libdevel-globaldestruction-perl libdigest-bubblebabble-perl
13:48:59 #8 4.581   libdigest-hmac-perl libdistro-info-perl libdpkg-perl
13:48:59 #8 4.581   libdynaloader-functions-perl libedit2 libemail-valid-perl
13:48:59 #8 4.581   libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1
13:48:59 #8 4.581   libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl
13:48:59 #8 4.581   libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl
13:48:59 #8 4.581   libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
13:48:59 #8 4.581   libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev
13:48:59 #8 4.581   libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl
13:48:59 #8 4.581   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1
13:48:59 #8 4.581   libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl
13:48:59 #8 4.581   libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
13:48:59 #8 4.581   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:48:59 #8 4.581   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:48:59 #8 4.581   libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl
13:48:59 #8 4.581   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
13:48:59 #8 4.581   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
13:48:59 #8 4.581   libipc-system-simple-perl libisl19 libjson-perl libjson-xs-perl libk5crypto3
13:48:59 #8 4.581   libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libkyotocabinet16v5
13:48:59 #8 4.581   libldap-2.4-2 libldap-common liblist-compare-perl liblist-moreutils-perl
13:48:59 #8 4.581   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
13:48:59 #8 4.581   libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl
13:48:59 #8 4.581   liblzo2-2 libmagic-mgc libmagic1 libmail-sendmail-perl libmailtools-perl
13:48:59 #8 4.581   libmailutils5 libmariadb3 libmime-tools-perl libmodule-implementation-perl
13:48:59 #8 4.581   libmodule-runtime-perl libmoo-perl libmpc3 libmpdec2 libmpfr6
13:48:59 #8 4.581   libnamespace-clean-perl libncurses6 libnet-dns-perl libnet-dns-sec-perl
13:48:59 #8 4.581   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
13:48:59 #8 4.581   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0 libntlm0
13:48:59 #8 4.581   libnumber-compare-perl libnumber-range-perl libossp-uuid-perl libossp-uuid16
13:48:59 #8 4.581   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
13:48:59 #8 4.581   libparams-util-perl libparams-validate-perl libparse-debianchangelog-perl
13:48:59 #8 4.581   libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28
13:48:59 #8 4.581   libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7
13:48:59 #8 4.581   libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
13:48:59 #8 4.581   libpython3.7-minimal libpython3.7-stdlib libreadline7 libreadonly-perl
13:48:59 #8 4.581   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
13:48:59 #8 4.582   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
13:48:59 #8 4.582   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
13:48:59 #8 4.582   libsoap-lite-perl libsort-key-perl libsort-versions-perl libsqlite3-0
13:48:59 #8 4.582   libssh2-1 libssl1.1 libstdc++-8-dev libstrictures-perl
13:48:59 #8 4.582   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
13:48:59 #8 4.582   libstruct-dumb-perl libsub-exporter-perl libsub-exporter-progressive-perl
13:48:59 #8 4.582   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
13:48:59 #8 4.582   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
13:48:59 #8 4.582   libtest-fatal-perl libtest-refcount-perl libtext-glob-perl
13:48:59 #8 4.582   libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl
13:48:59 #8 4.582   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
13:48:59 #8 4.582   libuchardet0 libunbound8 libunicode-utf8-perl liburi-perl
13:48:59 #8 4.582   libvariable-magic-perl libwant-perl libwrap0 libwww-perl
13:48:59 #8 4.582   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
13:48:59 #8 4.582   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
13:48:59 #8 4.582   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
13:48:59 #8 4.582   libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2
13:48:59 #8 4.582   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base
13:48:59 #8 4.582   lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev
13:48:59 #8 4.582   mariadb-common mime-support mysql-common netbase openssh-client openssl
13:48:59 #8 4.582   patch patchutils perl perl-modules-5.28 perl-openssl-defaults
13:48:59 #8 4.582   pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3
13:48:59 #8 4.582   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
13:48:59 #8 4.582   python3-idna python3-magic python3-minimal python3-pkg-resources
13:48:59 #8 4.582   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
13:48:59 #8 4.582   python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info
13:48:59 #8 4.583   strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
13:48:59 #8 4.584 Suggested packages:
13:48:59 #8 4.584   autoconf-archive gnu-standards autoconf-doc binutils-doc wamerican
13:48:59 #8 4.584   | wordlist whois vacation bzip2-doc cpp-doc gcc-8-locales anacron logrotate
13:48:59 #8 4.584   checksecurity debtags dh-make adequate autopkgtest bls-standalone
13:48:59 #8 4.584   check-all-the-things cvs-buildpackage devscripts-el diffoscope disorderfs
13:48:59 #8 4.585   dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
13:48:59 #8 4.585   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
13:48:59 #8 4.585   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
13:48:59 #8 4.585   ratt reprotest svn-buildpackage w3m dbus-user-session libpam-systemd
13:48:59 #8 4.585   pinentry-gnome3 tor mini-dinstall rsync exim4-doc-html | exim4-doc-info
13:48:59 #8 4.585   eximon4 spf-tools-perl swaks gcc-8-doc libstdc++6-8-dbg gcc-multilib flex
13:48:59 #8 4.585   bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg
13:48:59 #8 4.585   libasan5-dbg liblsan0-dbg libtsan0-dbg libubsan1-dbg libmpx2-dbg
13:48:59 #8 4.585   libquadmath0-dbg gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
13:48:59 #8 4.585   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
13:48:59 #8 4.585   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
13:48:59 #8 4.585   libgssapi-perl glibc-doc bzr gdbm-l10n dns-root-data gpm krb5-doc krb5-user
13:48:59 #8 4.585   libtool-doc libcrypt-ssleay-perl uuid libscalar-number-perl
13:48:59 #8 4.585   libhtml-template-perl libsasl2-modules-gssapi-mit
13:48:59 #8 4.585   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
13:48:59 #8 4.585   libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
13:48:59 #8 4.585   libnet-jabber-perl libstdc++-8-doc libbareword-filehandles-perl
13:48:59 #8 4.585   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
13:48:59 #8 4.585   gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
13:48:59 #8 4.585   libxml-sax-expatxs-perl bash-completion binutils-multiarch
13:48:59 #8 4.585   libtext-template-perl lsb m4-doc mailutils-mh mailutils-doc make-doc
13:48:59 #8 4.585   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
13:48:59 #8 4.585   diffutils-doc perl-doc libterm-readline-gnu-perl
13:48:59 #8 4.585   | libterm-readline-perl-perl libb-debug-perl liblocale-codes-perl
13:48:59 #8 4.585   pinentry-doc libmail-box-perl python3-doc python3-tk python3-venv
13:48:59 #8 4.585   python3-apt-dbg python-apt-doc python3-setuptools python3-cryptography
13:48:59 #8 4.585   python3-openssl python3-socks python3.7-venv python3.7-doc binfmt-support
13:48:59 #8 4.585   readline-doc zip wdiff-doc
13:49:02 #8 6.894 The following NEW packages will be installed:
13:49:02 #8 6.894   at autoconf automake autopoint autotools-dev binutils
13:49:02 #8 6.894   binutils-arm-linux-gnueabihf binutils-common bsdmainutils build-essential
13:49:02 #8 6.894   bzip2 ca-certificates cpp cpp-8 cron curl dctrl-tools debhelper
13:49:02 #8 6.894   debian-keyring devscripts dh-autoreconf dh-strip-nondeterminism diffstat
13:49:02 #8 6.894   dirmngr distro-info-data dpkg-dev dput dwz equivs exim4-base exim4-config
13:49:02 #8 6.895   exim4-daemon-light fakeroot file g++ g++-8 gcc gcc-8 gettext gettext-base
13:49:02 #8 6.895   git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
13:49:02 #8 6.895   gpg-wks-server gpgconf gpgsm groff-base guile-2.2-libs intltool-debian
13:49:02 #8 6.895   iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
13:49:02 #8 6.895   libalgorithm-merge-perl libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl
13:49:02 #8 6.895   libarchive-zip-perl libasan5 libassuan0 libasync-mergepoint-perl libatomic1
13:49:02 #8 6.895   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
13:49:02 #8 6.895   libbinutils libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0
13:49:02 #8 6.895   libcgi-fast-perl libcgi-pm-perl libclass-accessor-perl
13:49:02 #8 6.895   libclass-inspector-perl libclass-method-modifiers-perl
13:49:02 #8 6.895   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
13:49:02 #8 6.895   libconst-fast-perl libcontextual-return-perl libconvert-binhex-perl
13:49:02 #8 6.895   libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
13:49:02 #8 6.895   libdevel-callchecker-perl libdevel-globaldestruction-perl
13:49:02 #8 6.895   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
13:49:02 #8 6.895   libdpkg-perl libdynaloader-functions-perl libedit2 libemail-valid-perl
13:49:02 #8 6.895   libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1
13:49:02 #8 6.895   libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl
13:49:02 #8 6.895   libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl
13:49:02 #8 6.895   libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
13:49:02 #8 6.895   libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev
13:49:02 #8 6.895   libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl
13:49:02 #8 6.895   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1
13:49:02 #8 6.895   libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl
13:49:02 #8 6.895   libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
13:49:02 #8 6.895   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:49:02 #8 6.895   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:49:02 #8 6.895   libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl
13:49:02 #8 6.895   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
13:49:02 #8 6.895   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
13:49:02 #8 6.895   libipc-system-simple-perl libisl19 libjson-perl libjson-xs-perl libk5crypto3
13:49:02 #8 6.895   libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libkyotocabinet16v5
13:49:02 #8 6.895   libldap-2.4-2 libldap-common liblist-compare-perl liblist-moreutils-perl
13:49:02 #8 6.895   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
13:49:02 #8 6.895   libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl
13:49:02 #8 6.895   liblzo2-2 libmagic-mgc libmagic1 libmail-sendmail-perl libmailtools-perl
13:49:02 #8 6.895   libmailutils5 libmariadb3 libmime-tools-perl libmodule-implementation-perl
13:49:02 #8 6.895   libmodule-runtime-perl libmoo-perl libmpc3 libmpdec2 libmpfr6
13:49:02 #8 6.895   libnamespace-clean-perl libncurses6 libnet-dns-perl libnet-dns-sec-perl
13:49:02 #8 6.895   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
13:49:02 #8 6.895   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0 libntlm0
13:49:02 #8 6.895   libnumber-compare-perl libnumber-range-perl libossp-uuid-perl libossp-uuid16
13:49:02 #8 6.895   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
13:49:02 #8 6.895   libparams-util-perl libparams-validate-perl libparse-debianchangelog-perl
13:49:02 #8 6.895   libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28
13:49:02 #8 6.895   libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7
13:49:02 #8 6.895   libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
13:49:02 #8 6.895   libpython3.7-minimal libpython3.7-stdlib libreadline7 libreadonly-perl
13:49:02 #8 6.895   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
13:49:02 #8 6.896   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
13:49:02 #8 6.896   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
13:49:02 #8 6.896   libsoap-lite-perl libsort-key-perl libsort-versions-perl libsqlite3-0
13:49:02 #8 6.896   libssh2-1 libssl1.1 libstdc++-8-dev libstrictures-perl
13:49:02 #8 6.896   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
13:49:02 #8 6.896   libstruct-dumb-perl libsub-exporter-perl libsub-exporter-progressive-perl
13:49:02 #8 6.896   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
13:49:02 #8 6.896   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
13:49:02 #8 6.896   libtest-fatal-perl libtest-refcount-perl libtext-glob-perl
13:49:02 #8 6.896   libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl
13:49:02 #8 6.896   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
13:49:02 #8 6.896   libuchardet0 libunbound8 libunicode-utf8-perl liburi-perl
13:49:02 #8 6.896   libvariable-magic-perl libwant-perl libwrap0 libwww-perl
13:49:02 #8 6.896   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
13:49:02 #8 6.896   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
13:49:02 #8 6.896   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
13:49:02 #8 6.896   libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2
13:49:02 #8 6.896   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base
13:49:02 #8 6.896   lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev
13:49:02 #8 6.896   mariadb-common mime-support mysql-common netbase openssh-client openssl
13:49:02 #8 6.896   patch patchutils perl perl-modules-5.28 perl-openssl-defaults
13:49:02 #8 6.896   pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3
13:49:02 #8 6.896   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
13:49:02 #8 6.896   python3-idna python3-magic python3-minimal python3-pkg-resources
13:49:02 #8 6.896   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
13:49:02 #8 6.896   python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info
13:49:02 #8 6.896   strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
13:49:02 #8 7.186 0 upgraded, 359 newly installed, 0 to remove and 0 not upgraded.
13:49:02 #8 7.186 Need to get 156 MB of archives.
13:49:02 #8 7.186 After this operation, 480 MB of additional disk space will be used.
13:49:02 #8 7.186 Get:1 http://deb.debian.org/debian buster/main armhf sensible-utils all 0.0.12 [15.8 kB]
13:49:02 #8 7.186 Get:2 http://security.debian.org/debian-security buster/updates/main armhf libssl1.1 armhf 1.1.1n-0+deb10u2 [1310 kB]
13:49:02 #8 7.189 Get:3 http://deb.debian.org/debian buster/main armhf lsb-base all 10.2019051400 [28.4 kB]
13:49:02 #8 7.191 Get:4 http://deb.debian.org/debian buster/main armhf cron armhf 3.0pl1-134+deb10u1 [95.3 kB]
13:49:02 #8 7.194 Get:5 http://deb.debian.org/debian buster/main armhf libbsd0 armhf 0.9.1-2+deb10u1 [104 kB]
13:49:02 #8 7.197 Get:6 http://deb.debian.org/debian buster/main armhf bsdmainutils armhf 11.1.2+b1 [186 kB]
13:49:02 #8 7.201 Get:7 http://deb.debian.org/debian buster/main armhf libuchardet0 armhf 0.0.6-3 [62.2 kB]
13:49:02 #8 7.202 Get:8 http://deb.debian.org/debian buster/main armhf groff-base armhf 1.22.4-3+deb10u1 [828 kB]
13:49:02 #8 7.204 Get:9 http://security.debian.org/debian-security buster/updates/main armhf libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB]
13:49:02 #8 7.205 Get:10 http://security.debian.org/debian-security buster/updates/main armhf libldap-2.4-2 armhf 2.4.47+dfsg-3+deb10u7 [202 kB]
13:49:02 #8 7.208 Get:11 http://security.debian.org/debian-security buster/updates/main armhf libxml2 armhf 2.9.4+dfsg1-7+deb10u4 [597 kB]
13:49:02 #8 7.214 Get:12 http://deb.debian.org/debian buster/main armhf libgdbm6 armhf 1.18.1-4 [61.4 kB]
13:49:02 #8 7.216 Get:13 http://security.debian.org/debian-security buster/updates/main armhf xz-utils armhf 5.2.4-1+deb10u1 [181 kB]
13:49:02 #8 7.218 Get:14 http://deb.debian.org/debian buster/main armhf libpipeline1 armhf 1.5.1-2 [26.8 kB]
13:49:02 #8 7.219 Get:15 http://security.debian.org/debian-security buster/updates/main armhf libdpkg-perl all 1.19.8 [1415 kB]
13:49:02 #8 7.234 Get:16 http://security.debian.org/debian-security buster/updates/main armhf dpkg-dev all 1.19.8 [1776 kB]
13:49:02 #8 7.236 Get:17 http://deb.debian.org/debian buster/main armhf man-db armhf 2.8.5-2 [1240 kB]
13:49:02 #8 7.254 Get:18 http://security.debian.org/debian-security buster/updates/main armhf openssl armhf 1.1.1n-0+deb10u2 [828 kB]
13:49:02 #8 7.283 Get:19 http://deb.debian.org/debian buster/main armhf perl-modules-5.28 all 5.28.1-6+deb10u1 [2873 kB]
13:49:02 #8 7.324 Get:20 http://deb.debian.org/debian buster/main armhf libgdbm-compat4 armhf 1.18.1-4 [43.7 kB]
13:49:02 #8 7.325 Get:21 http://deb.debian.org/debian buster/main armhf libperl5.28 armhf 5.28.1-6+deb10u1 [3207 kB]
13:49:02 #8 7.385 Get:22 http://deb.debian.org/debian buster/main armhf perl armhf 5.28.1-6+deb10u1 [204 kB]
13:49:02 #8 7.387 Get:23 http://deb.debian.org/debian buster/main armhf liblocale-gettext-perl armhf 1.07-3+b4 [18.4 kB]
13:49:02 #8 7.389 Get:24 http://deb.debian.org/debian buster/main armhf libpython3.7-minimal armhf 3.7.3-2+deb10u3 [582 kB]
13:49:02 #8 7.396 Get:25 http://deb.debian.org/debian buster/main armhf libexpat1 armhf 2.2.6-2+deb10u4 [79.6 kB]
13:49:02 #8 7.397 Get:26 http://deb.debian.org/debian buster/main armhf python3.7-minimal armhf 3.7.3-2+deb10u3 [1466 kB]
13:49:02 #8 7.414 Get:27 http://deb.debian.org/debian buster/main armhf python3-minimal armhf 3.7.3-1 [36.6 kB]
13:49:02 #8 7.417 Get:28 http://deb.debian.org/debian buster/main armhf mime-support all 3.62 [37.2 kB]
13:49:02 #8 7.418 Get:29 http://deb.debian.org/debian buster/main armhf libmpdec2 armhf 2.4.2-2 [69.3 kB]
13:49:02 #8 7.419 Get:30 http://deb.debian.org/debian buster/main armhf readline-common all 7.0-5 [70.6 kB]
13:49:02 #8 7.420 Get:31 http://deb.debian.org/debian buster/main armhf libreadline7 armhf 7.0-5 [131 kB]
13:49:02 #8 7.422 Get:32 http://deb.debian.org/debian buster/main armhf libsqlite3-0 armhf 3.27.2-3+deb10u1 [560 kB]
13:49:02 #8 7.428 Get:33 http://deb.debian.org/debian buster/main armhf libpython3.7-stdlib armhf 3.7.3-2+deb10u3 [1660 kB]
13:49:02 #8 7.447 Get:34 http://deb.debian.org/debian buster/main armhf python3.7 armhf 3.7.3-2+deb10u3 [330 kB]
13:49:02 #8 7.454 Get:35 http://deb.debian.org/debian buster/main armhf libpython3-stdlib armhf 3.7.3-1 [20.0 kB]
13:49:02 #8 7.455 Get:36 http://deb.debian.org/debian buster/main armhf python3 armhf 3.7.3-1 [61.5 kB]
13:49:02 #8 7.455 Get:37 http://deb.debian.org/debian buster/main armhf less armhf 487-0.1+b1 [121 kB]
13:49:02 #8 7.457 Get:38 http://deb.debian.org/debian buster/main armhf netbase all 5.6 [19.4 kB]
13:49:02 #8 7.458 Get:39 http://deb.debian.org/debian buster/main armhf bzip2 armhf 1.0.6-9.2~deb10u1 [46.7 kB]
13:49:02 #8 7.458 Get:40 http://deb.debian.org/debian buster/main armhf libmagic-mgc armhf 1:5.35-4+deb10u2 [242 kB]
13:49:02 #8 7.461 Get:41 http://deb.debian.org/debian buster/main armhf libmagic1 armhf 1:5.35-4+deb10u2 [110 kB]
13:49:02 #8 7.463 Get:42 http://deb.debian.org/debian buster/main armhf file armhf 1:5.35-4+deb10u2 [65.6 kB]
13:49:02 #8 7.465 Get:43 http://deb.debian.org/debian buster/main armhf gettext-base armhf 0.19.8.1-9 [118 kB]
13:49:02 #8 7.466 Get:44 http://deb.debian.org/debian buster/main armhf krb5-locales all 1.17-3+deb10u3 [95.5 kB]
13:49:02 #8 7.468 Get:45 http://deb.debian.org/debian buster/main armhf libsasl2-modules-db armhf 2.1.27+dfsg-1+deb10u2 [67.4 kB]
13:49:02 #8 7.469 Get:46 http://deb.debian.org/debian buster/main armhf libsasl2-2 armhf 2.1.27+dfsg-1+deb10u2 [98.9 kB]
13:49:02 #8 7.470 Get:47 http://deb.debian.org/debian buster/main armhf libicu63 armhf 63.1-6+deb10u3 [8002 kB]
13:49:02 #8 7.624 Get:48 http://deb.debian.org/debian buster/main armhf manpages all 4.16-2 [1295 kB]
13:49:02 #8 7.639 Get:49 http://deb.debian.org/debian buster/main armhf libedit2 armhf 3.1-20181209-1 [79.5 kB]
13:49:02 #8 7.642 Get:50 http://deb.debian.org/debian buster/main armhf libkeyutils1 armhf 1.6-6 [13.9 kB]
13:49:02 #8 7.642 Get:51 http://deb.debian.org/debian buster/main armhf libkrb5support0 armhf 1.17-3+deb10u3 [62.5 kB]
13:49:02 #8 7.643 Get:52 http://deb.debian.org/debian buster/main armhf libk5crypto3 armhf 1.17-3+deb10u3 [119 kB]
13:49:02 #8 7.644 Get:53 http://deb.debian.org/debian buster/main armhf libkrb5-3 armhf 1.17-3+deb10u3 [323 kB]
13:49:02 #8 7.648 Get:54 http://deb.debian.org/debian buster/main armhf libgssapi-krb5-2 armhf 1.17-3+deb10u3 [137 kB]
13:49:02 #8 7.650 Get:55 http://deb.debian.org/debian buster/main armhf openssh-client armhf 1:7.9p1-10+deb10u2 [704 kB]
13:49:02 #8 7.659 Get:56 http://deb.debian.org/debian buster/main armhf ucf all 3.0038+nmu1 [69.0 kB]
13:49:02 #8 7.660 Get:57 http://deb.debian.org/debian buster/main armhf libfl2 armhf 2.6.4-6.2 [103 kB]
13:49:02 #8 7.661 Get:58 http://deb.debian.org/debian buster/main armhf at armhf 3.1.23-1 [46.7 kB]
13:49:02 #8 7.662 Get:59 http://deb.debian.org/debian buster/main armhf libsigsegv2 armhf 2.12-2 [32.1 kB]
13:49:02 #8 7.662 Get:60 http://deb.debian.org/debian buster/main armhf m4 armhf 1.4.18-2 [190 kB]
13:49:02 #8 7.665 Get:61 http://deb.debian.org/debian buster/main armhf autoconf all 2.69-11 [341 kB]
13:49:02 #8 7.669 Get:62 http://deb.debian.org/debian buster/main armhf autotools-dev all 20180224.1 [77.0 kB]
13:49:02 #8 7.670 Get:63 http://deb.debian.org/debian buster/main armhf automake all 1:1.16.1-4 [771 kB]
13:49:02 #8 7.679 Get:64 http://deb.debian.org/debian buster/main armhf autopoint all 0.19.8.1-9 [434 kB]
13:49:02 #8 7.684 Get:65 http://deb.debian.org/debian buster/main armhf binutils-common armhf 2.31.1-16 [2073 kB]
13:49:02 #8 7.707 Get:66 http://deb.debian.org/debian buster/main armhf libbinutils armhf 2.31.1-16 [302 kB]
13:49:02 #8 7.711 Get:67 http://deb.debian.org/debian buster/main armhf binutils-arm-linux-gnueabihf armhf 2.31.1-16 [2101 kB]
13:49:02 #8 7.758 Get:68 http://deb.debian.org/debian buster/main armhf binutils armhf 2.31.1-16 [56.7 kB]
13:49:02 #8 7.759 Get:69 http://deb.debian.org/debian buster/main armhf libc-dev-bin armhf 2.28-10+deb10u1 [267 kB]
13:49:02 #8 7.762 Get:70 http://deb.debian.org/debian buster/main armhf linux-libc-dev armhf 4.19.235-1 [1492 kB]
13:49:02 #8 7.780 Get:71 http://deb.debian.org/debian buster/main armhf libc6-dev armhf 2.28-10+deb10u1 [2150 kB]
13:49:02 #8 7.817 Get:72 http://deb.debian.org/debian buster/main armhf libisl19 armhf 0.20-2 [455 kB]
13:49:02 #8 7.822 Get:73 http://deb.debian.org/debian buster/main armhf libmpfr6 armhf 4.0.2-1 [731 kB]
13:49:02 #8 7.831 Get:74 http://deb.debian.org/debian buster/main armhf libmpc3 armhf 1.1.0-1 [33.8 kB]
13:49:02 #8 7.831 Get:75 http://deb.debian.org/debian buster/main armhf cpp-8 armhf 8.3.0-6 [6790 kB]
13:49:03 #8 7.957 Get:76 http://deb.debian.org/debian buster/main armhf cpp armhf 4:8.3.0-1 [19.4 kB]
13:49:03 #8 7.957 Get:77 http://deb.debian.org/debian buster/main armhf libcc1-0 armhf 8.3.0-6 [38.9 kB]
13:49:03 #8 7.958 Get:78 http://deb.debian.org/debian buster/main armhf libgomp1 armhf 8.3.0-6 [64.8 kB]
13:49:03 #8 7.959 Get:79 http://deb.debian.org/debian buster/main armhf libatomic1 armhf 8.3.0-6 [6740 B]
13:49:03 #8 7.959 Get:80 http://deb.debian.org/debian buster/main armhf libasan5 armhf 8.3.0-6 [336 kB]
13:49:03 #8 7.963 Get:81 http://deb.debian.org/debian buster/main armhf libubsan1 armhf 8.3.0-6 [103 kB]
13:49:03 #8 7.965 Get:82 http://deb.debian.org/debian buster/main armhf libgcc-8-dev armhf 8.3.0-6 [612 kB]
13:49:03 #8 7.972 Get:83 http://deb.debian.org/debian buster/main armhf gcc-8 armhf 8.3.0-6 [7229 kB]
13:49:03 #8 8.112 Get:84 http://deb.debian.org/debian buster/main armhf gcc armhf 4:8.3.0-1 [5204 B]
13:49:03 #8 8.113 Get:85 http://deb.debian.org/debian buster/main armhf libstdc++-8-dev armhf 8.3.0-6 [1584 kB]
13:49:03 #8 8.130 Get:86 http://deb.debian.org/debian buster/main armhf g++-8 armhf 8.3.0-6 [7463 kB]
13:49:03 #8 8.268 Get:87 http://deb.debian.org/debian buster/main armhf g++ armhf 4:8.3.0-1 [1624 B]
13:49:03 #8 8.269 Get:88 http://deb.debian.org/debian buster/main armhf make armhf 4.2.1-1.2 [327 kB]
13:49:03 #8 8.273 Get:89 http://deb.debian.org/debian buster/main armhf patch armhf 2.7.6-3+deb10u1 [123 kB]
13:49:03 #8 8.275 Get:90 http://deb.debian.org/debian buster/main armhf build-essential armhf 12.6 [7568 B]
13:49:03 #8 8.275 Get:91 http://deb.debian.org/debian buster/main armhf ca-certificates all 20200601~deb10u2 [166 kB]
13:49:03 #8 8.277 Get:92 http://deb.debian.org/debian buster/main armhf libnghttp2-14 armhf 1.36.0-2+deb10u1 [74.4 kB]
13:49:03 #8 8.278 Get:93 http://deb.debian.org/debian buster/main armhf libpsl5 armhf 0.20.2-2 [52.4 kB]
13:49:03 #8 8.279 Get:94 http://deb.debian.org/debian buster/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2 [54.9 kB]
13:49:03 #8 8.280 Get:95 http://deb.debian.org/debian buster/main armhf libssh2-1 armhf 1.8.0-2.1 [129 kB]
13:49:03 #8 8.282 Get:96 http://deb.debian.org/debian buster/main armhf libcurl4 armhf 7.64.0-4+deb10u2 [298 kB]
13:49:03 #8 8.286 Get:97 http://deb.debian.org/debian buster/main armhf curl armhf 7.64.0-4+deb10u2 [257 kB]
13:49:03 #8 8.289 Get:98 http://deb.debian.org/debian buster/main armhf dctrl-tools armhf 2.24-3 [96.0 kB]
13:49:03 #8 8.291 Get:99 http://deb.debian.org/debian buster/main armhf libtool all 2.4.6-9 [547 kB]
13:49:03 #8 8.301 Get:100 http://deb.debian.org/debian buster/main armhf dh-autoreconf all 19 [16.9 kB]
13:49:03 #8 8.302 Get:101 http://deb.debian.org/debian buster/main armhf libarchive-zip-perl all 1.64-1 [96.8 kB]
13:49:03 #8 8.302 Get:102 http://deb.debian.org/debian buster/main armhf libfile-stripnondeterminism-perl all 1.1.2-1 [19.8 kB]
13:49:03 #8 8.302 Get:103 http://deb.debian.org/debian buster/main armhf dh-strip-nondeterminism all 1.1.2-1 [13.0 kB]
13:49:03 #8 8.303 Get:104 http://deb.debian.org/debian buster/main armhf dwz armhf 0.12-3 [72.0 kB]
13:49:03 #8 8.303 Get:105 http://deb.debian.org/debian buster/main armhf libglib2.0-0 armhf 2.58.3-2+deb10u3 [1102 kB]
13:49:03 #8 8.313 Get:106 http://deb.debian.org/debian buster/main armhf libcroco3 armhf 0.6.12-3 [133 kB]
13:49:03 #8 8.314 Get:107 http://deb.debian.org/debian buster/main armhf libncurses6 armhf 6.1+20181013-2+deb10u2 [79.8 kB]
13:49:03 #8 8.316 Get:108 http://deb.debian.org/debian buster/main armhf gettext armhf 0.19.8.1-9 [1242 kB]
13:49:03 #8 8.333 Get:109 http://deb.debian.org/debian buster/main armhf intltool-debian all 0.35.0+20060710.5 [26.8 kB]
13:49:03 #8 8.335 Get:110 http://deb.debian.org/debian buster/main armhf po-debconf all 1.0.21 [248 kB]
13:49:03 #8 8.339 Get:111 http://deb.debian.org/debian buster/main armhf debhelper all 12.1.1 [1016 kB]
13:49:03 #8 8.350 Get:112 http://deb.debian.org/debian buster/main armhf debian-keyring all 2019.02.25 [32.4 MB]
13:49:04 #8 9.044 Get:113 http://deb.debian.org/debian buster/main armhf libfakeroot armhf 1.23-1 [41.8 kB]
13:49:04 #8 9.044 Get:114 http://deb.debian.org/debian buster/main armhf fakeroot armhf 1.23-1 [83.8 kB]
13:49:04 #8 9.046 Get:115 http://deb.debian.org/debian buster/main armhf libassuan0 armhf 2.5.2-1 [42.8 kB]
13:49:04 #8 9.046 Get:116 http://deb.debian.org/debian buster/main armhf gpgconf armhf 2.2.12-1+deb10u1 [492 kB]
13:49:04 #8 9.052 Get:117 http://deb.debian.org/debian buster/main armhf libksba8 armhf 1.3.5-2 [85.9 kB]
13:49:04 #8 9.053 Get:118 http://deb.debian.org/debian buster/main armhf libnpth0 armhf 1.6-1 [17.4 kB]
13:49:04 #8 9.053 Get:119 http://deb.debian.org/debian buster/main armhf dirmngr armhf 2.2.12-1+deb10u1 [669 kB]
13:49:04 #8 9.060 Get:120 http://deb.debian.org/debian buster/main armhf gnupg-l10n all 2.2.12-1+deb10u1 [1010 kB]
13:49:04 #8 9.072 Get:121 http://deb.debian.org/debian buster/main armhf gnupg-utils armhf 2.2.12-1+deb10u1 [788 kB]
13:49:04 #8 9.086 Get:122 http://deb.debian.org/debian buster/main armhf gpg armhf 2.2.12-1+deb10u1 [804 kB]
13:49:04 #8 9.094 Get:123 http://deb.debian.org/debian buster/main armhf pinentry-curses armhf 1.1.0-2 [59.8 kB]
13:49:04 #8 9.095 Get:124 http://deb.debian.org/debian buster/main armhf gpg-agent armhf 2.2.12-1+deb10u1 [578 kB]
13:49:04 #8 9.101 Get:125 http://deb.debian.org/debian buster/main armhf gpg-wks-client armhf 2.2.12-1+deb10u1 [469 kB]
13:49:04 #8 9.106 Get:126 http://deb.debian.org/debian buster/main armhf gpg-wks-server armhf 2.2.12-1+deb10u1 [464 kB]
13:49:04 #8 9.134 Get:127 http://deb.debian.org/debian buster/main armhf gpgsm armhf 2.2.12-1+deb10u1 [573 kB]
13:49:04 #8 9.141 Get:128 http://deb.debian.org/debian buster/main armhf gnupg all 2.2.12-1+deb10u1 [715 kB]
13:49:04 #8 9.148 Get:129 http://deb.debian.org/debian buster/main armhf libfile-which-perl all 1.23-1 [16.6 kB]
13:49:04 #8 9.149 Get:130 http://deb.debian.org/debian buster/main armhf libfile-homedir-perl all 1.004-1 [42.7 kB]
13:49:04 #8 9.153 Get:131 http://deb.debian.org/debian buster/main armhf libio-pty-perl armhf 1:1.08-1.1+b5 [32.9 kB]
13:49:04 #8 9.155 Get:132 http://deb.debian.org/debian buster/main armhf libipc-run-perl all 20180523.0-1 [101 kB]
13:49:04 #8 9.156 Get:133 http://deb.debian.org/debian buster/main armhf libclass-method-modifiers-perl all 2.12-1 [18.6 kB]
13:49:04 #8 9.157 Get:134 http://deb.debian.org/debian buster/main armhf libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
13:49:04 #8 9.158 Get:135 http://deb.debian.org/debian buster/main armhf libdevel-globaldestruction-perl all 0.14-1 [8084 B]
13:49:04 #8 9.161 Get:136 http://deb.debian.org/debian buster/main armhf libb-hooks-op-check-perl armhf 0.22-1+b1 [11.0 kB]
13:49:04 #8 9.163 Get:137 http://deb.debian.org/debian buster/main armhf libdynaloader-functions-perl all 0.003-1 [12.6 kB]
13:49:04 #8 9.180 Get:138 http://deb.debian.org/debian buster/main armhf libdevel-callchecker-perl armhf 0.008-1 [15.5 kB]
13:49:04 #8 9.183 Get:139 http://deb.debian.org/debian buster/main armhf libparams-classify-perl armhf 0.015-1+b1 [24.2 kB]
13:49:04 #8 9.185 Get:140 http://deb.debian.org/debian buster/main armhf libmodule-runtime-perl all 0.016-1 [19.4 kB]
13:49:04 #8 9.188 Get:141 http://deb.debian.org/debian buster/main armhf libimport-into-perl all 1.002005-1 [11.6 kB]
13:49:04 #8 9.190 Get:142 http://deb.debian.org/debian buster/main armhf librole-tiny-perl all 2.000006-1 [19.4 kB]
13:49:04 #8 9.191 Get:143 http://deb.debian.org/debian buster/main armhf libstrictures-perl all 2.000005-1 [18.3 kB]
13:49:04 #8 9.192 Get:144 http://deb.debian.org/debian buster/main armhf libsub-quote-perl all 2.005001-1 [17.9 kB]
13:49:04 #8 9.194 Get:145 http://deb.debian.org/debian buster/main armhf libmoo-perl all 2.003004-2 [57.4 kB]
13:49:04 #8 9.194 Get:146 http://deb.debian.org/debian buster/main armhf libencode-locale-perl all 1.05-1 [13.7 kB]
13:49:04 #8 9.195 Get:147 http://deb.debian.org/debian buster/main armhf libtimedate-perl all 2.3000-2+deb10u1 [38.1 kB]
13:49:04 #8 9.196 Get:148 http://deb.debian.org/debian buster/main armhf libhttp-date-perl all 6.02-1 [10.7 kB]
13:49:04 #8 9.196 Get:149 http://deb.debian.org/debian buster/main armhf libfile-listing-perl all 6.04-1 [10.3 kB]
13:49:04 #8 9.197 Get:150 http://deb.debian.org/debian buster/main armhf libhtml-tagset-perl all 3.20-3 [12.7 kB]
13:49:04 #8 9.197 Get:151 http://deb.debian.org/debian buster/main armhf liburi-perl all 1.76-1 [89.9 kB]
13:49:04 #8 9.199 Get:152 http://deb.debian.org/debian buster/main armhf libhtml-parser-perl armhf 3.72-3+b3 [102 kB]
13:49:04 #8 9.200 Get:153 http://deb.debian.org/debian buster/main armhf libhtml-tree-perl all 5.07-2 [213 kB]
13:49:04 #8 9.203 Get:154 http://deb.debian.org/debian buster/main armhf libio-html-perl all 1.001-1 [17.6 kB]
13:49:04 #8 9.203 Get:155 http://deb.debian.org/debian buster/main armhf liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
13:49:04 #8 9.204 Get:156 http://deb.debian.org/debian buster/main armhf libhttp-message-perl all 6.18-1 [77.8 kB]
13:49:04 #8 9.205 Get:157 http://deb.debian.org/debian buster/main armhf libhttp-cookies-perl all 6.04-1 [17.8 kB]
13:49:04 #8 9.205 Get:158 http://deb.debian.org/debian buster/main armhf libhttp-negotiate-perl all 6.01-1 [12.8 kB]
13:49:04 #8 9.206 Get:159 http://deb.debian.org/debian buster/main armhf perl-openssl-defaults armhf 3 [6782 B]
13:49:04 #8 9.206 Get:160 http://deb.debian.org/debian buster/main armhf libnet-ssleay-perl armhf 1.85-2+b1 [288 kB]
13:49:04 #8 9.211 Get:161 http://deb.debian.org/debian buster/main armhf libio-socket-ssl-perl all 2.060-3 [207 kB]
13:49:04 #8 9.213 Get:162 http://deb.debian.org/debian buster/main armhf libnet-http-perl all 6.18-1 [24.5 kB]
13:49:04 #8 9.217 Get:163 http://deb.debian.org/debian buster/main armhf liblwp-protocol-https-perl all 6.07-2 [9242 B]
13:49:04 #8 9.217 Get:164 http://deb.debian.org/debian buster/main armhf libtry-tiny-perl all 0.30-1 [23.3 kB]
13:49:04 #8 9.218 Get:165 http://deb.debian.org/debian buster/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
13:49:04 #8 9.218 Get:166 http://deb.debian.org/debian buster/main armhf libwww-perl all 6.36-2 [188 kB]
13:49:04 #8 9.223 Get:167 http://deb.debian.org/debian buster/main armhf patchutils armhf 0.3.4-2 [86.2 kB]
13:49:04 #8 9.226 Get:168 http://deb.debian.org/debian buster/main armhf wdiff armhf 1.2.2-2+b1 [121 kB]
13:49:04 #8 9.228 Get:169 http://deb.debian.org/debian buster/main armhf devscripts armhf 2.19.5+deb10u1 [1045 kB]
13:49:04 #8 9.242 Get:170 http://deb.debian.org/debian buster/main armhf diffstat armhf 1.62-1 [31.6 kB]
13:49:04 #8 9.243 Get:171 http://deb.debian.org/debian buster/main armhf distro-info-data all 0.41+deb10u4 [6880 B]
13:49:04 #8 9.243 Get:172 http://deb.debian.org/debian buster/main armhf python3-pkg-resources all 40.8.0-1 [153 kB]
13:49:04 #8 9.245 Get:173 http://deb.debian.org/debian buster/main armhf python3-chardet all 3.0.4-3 [80.5 kB]
13:49:04 #8 9.246 Get:174 http://deb.debian.org/debian buster/main armhf python3-six all 1.12.0-1 [15.7 kB]
13:49:04 #8 9.247 Get:175 http://deb.debian.org/debian buster/main armhf python3-debian all 0.1.35 [78.8 kB]
13:49:04 #8 9.248 Get:176 http://deb.debian.org/debian buster/main armhf libgpgme11 armhf 1.12.0-6 [232 kB]
13:49:04 #8 9.250 Get:177 http://deb.debian.org/debian buster/main armhf python3-gpg armhf 1.12.0-6 [279 kB]
13:49:04 #8 9.254 Get:178 http://deb.debian.org/debian buster/main armhf dput all 1.0.3 [54.5 kB]
13:49:04 #8 9.255 Get:179 http://deb.debian.org/debian buster/main armhf equivs all 2.2.0 [22.4 kB]
13:49:04 #8 9.257 Get:180 http://deb.debian.org/debian buster/main armhf exim4-config all 4.92-8+deb10u6 [324 kB]
13:49:04 #8 9.262 Get:181 http://deb.debian.org/debian buster/main armhf exim4-base armhf 4.92-8+deb10u6 [1134 kB]
13:49:04 #8 9.277 Get:182 http://deb.debian.org/debian buster/main armhf libevent-2.1-6 armhf 2.1.8-stable-4 [159 kB]
13:49:04 #8 9.279 Get:183 http://deb.debian.org/debian buster/main armhf libunbound8 armhf 1.9.0-2+deb10u2 [411 kB]
13:49:04 #8 9.284 Get:184 http://deb.debian.org/debian buster/main armhf libgnutls-dane0 armhf 3.6.7-4+deb10u7 [315 kB]
13:49:04 #8 9.288 Get:185 http://deb.debian.org/debian buster/main armhf exim4-daemon-light armhf 4.92-8+deb10u6 [545 kB]
13:49:04 #8 9.299 Get:186 http://deb.debian.org/debian buster/main armhf libcurl3-gnutls armhf 7.64.0-4+deb10u2 [296 kB]
13:49:04 #8 9.306 Get:187 http://deb.debian.org/debian buster/main armhf libpcre2-8-0 armhf 10.32-5 [190 kB]
13:49:04 #8 9.310 Get:188 http://deb.debian.org/debian buster/main armhf liberror-perl all 0.17027-2 [30.9 kB]
13:49:04 #8 9.312 Get:189 http://deb.debian.org/debian buster/main armhf git-man all 1:2.20.1-2+deb10u3 [1620 kB]
13:49:04 #8 9.329 Get:190 http://deb.debian.org/debian buster/main armhf git armhf 1:2.20.1-2+deb10u3 [4542 kB]
13:49:04 #8 9.425 Get:191 http://deb.debian.org/debian buster/main armhf libgc1c2 armhf 1:7.6.4-0.4 [212 kB]
13:49:04 #8 9.427 Get:192 http://deb.debian.org/debian buster/main armhf libltdl7 armhf 2.4.6-9 [387 kB]
13:49:04 #8 9.435 Get:193 http://deb.debian.org/debian buster/main armhf guile-2.2-libs armhf 2.2.4+1-2+deb10u1 [4920 kB]
13:49:04 #8 9.518 Get:194 http://deb.debian.org/debian buster/main armhf iso-codes all 4.2-1 [2713 kB]
13:49:04 #8 9.570 Get:195 http://deb.debian.org/debian buster/main armhf libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
13:49:04 #8 9.571 Get:196 http://deb.debian.org/debian buster/main armhf libalgorithm-diff-xs-perl armhf 0.04-5+b1 [11.3 kB]
13:49:04 #8 9.571 Get:197 http://deb.debian.org/debian buster/main armhf libalgorithm-merge-perl all 0.08-3 [12.7 kB]
13:49:04 #8 9.571 Get:198 http://deb.debian.org/debian buster/main armhf libapt-inst2.0 armhf 1.8.2.3 [200 kB]
13:49:04 #8 9.574 Get:199 http://deb.debian.org/debian buster/main armhf libapt-pkg-perl armhf 0.1.34+b1 [66.3 kB]
13:49:04 #8 9.575 Get:200 http://deb.debian.org/debian buster/main armhf libarchive-cpio-perl all 0.10-1 [10.3 kB]
13:49:04 #8 9.575 Get:201 http://deb.debian.org/debian buster/main armhf libasync-mergepoint-perl all 0.04-2 [10.4 kB]
13:49:04 #8 9.576 Get:202 http://deb.debian.org/debian buster/main armhf libauthen-sasl-perl all 2.1600-1 [50.8 kB]
13:49:04 #8 9.577 Get:203 http://deb.debian.org/debian buster/main armhf libmodule-implementation-perl all 0.09-1 [12.9 kB]
13:49:04 #8 9.577 Get:204 http://deb.debian.org/debian buster/main armhf libvariable-magic-perl armhf 0.62-1+b1 [43.4 kB]
13:49:04 #8 9.578 Get:205 http://deb.debian.org/debian buster/main armhf libb-hooks-endofscope-perl all 0.24-1 [18.6 kB]
13:49:04 #8 9.578 Get:206 http://deb.debian.org/debian buster/main armhf libcapture-tiny-perl all 0.48-1 [26.0 kB]
13:49:04 #8 9.579 Get:207 http://deb.debian.org/debian buster/main armhf libcgi-pm-perl all 4.40-1 [222 kB]
13:49:04 #8 9.583 Get:208 http://deb.debian.org/debian buster/main armhf libfcgi-perl armhf 0.78-2+b3 [34.8 kB]
13:49:04 #8 9.583 Get:209 http://deb.debian.org/debian buster/main armhf libcgi-fast-perl all 1:2.13-1 [11.4 kB]
13:49:04 #8 9.584 Get:210 http://deb.debian.org/debian buster/main armhf libsub-name-perl armhf 0.21-1+b3 [13.0 kB]
13:49:04 #8 9.585 Get:211 http://deb.debian.org/debian buster/main armhf libclass-accessor-perl all 0.51-1 [23.2 kB]
13:49:04 #8 9.586 Get:212 http://deb.debian.org/debian buster/main armhf libclass-inspector-perl all 1.32-1 [19.1 kB]
13:49:04 #8 9.600 Get:213 http://deb.debian.org/debian buster/main armhf libclass-xsaccessor-perl armhf 1.19-3+b2 [37.5 kB]
13:49:04 #8 9.602 Get:214 http://deb.debian.org/debian buster/main armhf libclone-perl armhf 0.41-1+b1 [14.0 kB]
13:49:04 #8 9.606 Get:215 http://deb.debian.org/debian buster/main armhf libcommon-sense-perl armhf 3.74-2+b7 [24.0 kB]
13:49:04 #8 9.607 Get:216 http://deb.debian.org/debian buster/main armhf libparams-util-perl armhf 1.07-3+b4 [21.8 kB]
13:49:04 #8 9.608 Get:217 http://deb.debian.org/debian buster/main armhf libsub-install-perl all 0.928-1 [11.4 kB]
13:49:04 #8 9.611 Get:218 http://deb.debian.org/debian buster/main armhf libdata-optlist-perl all 0.110-1 [10.6 kB]
13:49:04 #8 9.611 Get:219 http://deb.debian.org/debian buster/main armhf libsub-exporter-perl all 0.987-1 [47.2 kB]
13:49:04 #8 9.612 Get:220 http://deb.debian.org/debian buster/main armhf libconst-fast-perl all 0.014-1 [8250 B]
13:49:04 #8 9.619 Get:221 http://deb.debian.org/debian buster/main armhf libwant-perl armhf 0.29-1+b4 [27.3 kB]
13:49:04 #8 9.620 Get:222 http://deb.debian.org/debian buster/main armhf libcontextual-return-perl all 0.004014-2 [56.6 kB]
13:49:04 #8 9.621 Get:223 http://deb.debian.org/debian buster/main armhf libconvert-binhex-perl all 1.125-1 [30.5 kB]
13:49:04 #8 9.623 Get:224 http://deb.debian.org/debian buster/main armhf libdata-dump-perl all 1.23-1 [29.5 kB]
13:49:04 #8 9.624 Get:225 http://deb.debian.org/debian buster/main armhf libdigest-bubblebabble-perl all 0.02-2 [8238 B]
13:49:04 #8 9.625 Get:226 http://deb.debian.org/debian buster/main armhf libdigest-hmac-perl all 1.03+dfsg-2 [10.6 kB]
13:49:04 #8 9.626 Get:227 http://deb.debian.org/debian buster/main armhf libdistro-info-perl all 0.21 [6696 B]
13:49:04 #8 9.627 Get:228 http://deb.debian.org/debian buster/main armhf libnet-smtp-ssl-perl all 1.04-1 [6184 B]
13:49:04 #8 9.627 Get:229 http://deb.debian.org/debian buster/main armhf libmailtools-perl all 2.18-1 [88.5 kB]
13:49:04 #8 9.628 Get:230 http://deb.debian.org/debian buster/main armhf libnet-ip-perl all 1.26-2 [29.0 kB]
13:49:04 #8 9.629 Get:231 http://deb.debian.org/debian buster/main armhf libnet-dns-perl all 1.19-1 [372 kB]
13:49:04 #8 9.633 Get:232 http://deb.debian.org/debian buster/main armhf libnet-domain-tld-perl all 1.75-1 [33.3 kB]
13:49:04 #8 9.634 Get:233 http://deb.debian.org/debian buster/main armhf libemail-valid-perl all 1.202-1 [23.0 kB]
13:49:04 #8 9.634 Get:234 http://deb.debian.org/debian buster/main armhf libexporter-tiny-perl all 1.002001-1 [36.9 kB]
13:49:04 #8 9.646 Get:235 http://deb.debian.org/debian buster/main armhf libipc-system-simple-perl all 1.25-4 [26.5 kB]
13:49:04 #8 9.646 Get:236 http://deb.debian.org/debian buster/main armhf libfile-basedir-perl all 0.08-1 [17.7 kB]
13:49:04 #8 9.647 Get:237 http://deb.debian.org/debian buster/main armhf libfile-chdir-perl all 0.1008-1 [13.3 kB]
13:49:04 #8 9.649 Get:238 http://deb.debian.org/debian buster/main armhf libfile-fcntllock-perl armhf 0.22-3+b5 [35.0 kB]
13:49:04 #8 9.652 Get:239 http://deb.debian.org/debian buster/main armhf libfont-afm-perl all 1.20-2 [13.6 kB]
13:49:04 #8 9.653 Get:240 http://deb.debian.org/debian buster/main armhf libfribidi0 armhf 1.0.5-3.1+deb10u1 [61.7 kB]
13:49:04 #8 9.658 Get:241 http://deb.debian.org/debian buster/main armhf libfuture-perl all 0.39-1 [74.5 kB]
13:49:04 #8 9.676 Get:242 http://deb.debian.org/debian buster/main armhf libio-stringy-perl all 2.111-3 [56.5 kB]
13:49:04 #8 9.677 Get:243 http://deb.debian.org/debian buster/main armhf libparams-validate-perl armhf 1.29-1+b1 [65.6 kB]
13:49:04 #8 9.679 Get:244 http://deb.debian.org/debian buster/main armhf libgetopt-long-descriptive-perl all 0.103-2 [27.8 kB]
13:49:04 #8 9.680 Get:245 http://deb.debian.org/debian buster/main armhf libsort-versions-perl all 1.62-1 [11.0 kB]
13:49:04 #8 9.681 Get:246 http://deb.debian.org/debian buster/main armhf libgit-wrapper-perl all 0.048-1 [34.7 kB]
13:49:04 #8 9.682 Get:247 http://deb.debian.org/debian buster/main armhf libhttp-tiny-multipart-perl all 0.08-1 [9304 B]
13:49:04 #8 9.683 Get:248 http://deb.debian.org/debian buster/main armhf libio-prompter-perl all 0.004015-1 [60.4 kB]
13:49:04 #8 9.685 Get:249 http://deb.debian.org/debian buster/main armhf libjson-perl all 4.02000-1 [88.8 kB]
13:49:04 #8 9.686 Get:250 http://deb.debian.org/debian buster/main armhf liblog-any-perl all 1.707-1 [65.2 kB]
13:49:04 #8 9.688 Get:251 http://deb.debian.org/debian buster/main armhf liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
13:49:04 #8 9.689 Get:252 http://deb.debian.org/debian buster/main armhf libpackage-stash-perl all 0.38-1 [21.7 kB]
13:49:04 #8 9.690 Get:253 http://deb.debian.org/debian buster/main armhf libsub-identify-perl armhf 0.14-1+b1 [11.5 kB]
13:49:04 #8 9.691 Get:254 http://deb.debian.org/debian buster/main armhf libnamespace-clean-perl all 0.27-1 [17.3 kB]
13:49:04 #8 9.692 Get:255 http://deb.debian.org/debian buster/main armhf libpath-tiny-perl all 0.108-1 [53.3 kB]
13:49:04 #8 9.693 Get:256 http://deb.debian.org/debian buster/main armhf libtype-tiny-perl all 1.004004-1 [266 kB]
13:49:04 #8 9.697 Get:257 http://deb.debian.org/debian buster/main armhf libgitlab-api-v4-perl all 0.16-1 [69.9 kB]
13:49:04 #8 9.699 Get:258 http://deb.debian.org/debian buster/main armhf libglib2.0-data all 2.58.3-2+deb10u3 [1111 kB]
13:49:04 #8 9.712 Get:259 http://deb.debian.org/debian buster/main armhf libgpm2 armhf 1.20.7-5 [34.2 kB]
13:49:04 #8 9.712 Get:260 http://deb.debian.org/debian buster/main armhf libidn11 armhf 1.33-2.2 [113 kB]
13:49:04 #8 9.714 Get:261 http://deb.debian.org/debian buster/main armhf libntlm0 armhf 1.5-1+deb10u1 [22.9 kB]
13:49:04 #8 9.714 Get:262 http://deb.debian.org/debian buster/main armhf libgsasl7 armhf 1.8.0-8+b2 [198 kB]
13:49:04 #8 9.717 Get:263 http://deb.debian.org/debian buster/main armhf libhtml-form-perl all 6.03-1 [23.9 kB]
13:49:04 #8 9.717 Get:264 http://deb.debian.org/debian buster/main armhf libhtml-format-perl all 2.12-1 [43.5 kB]
13:49:04 #8 9.718 Get:265 http://deb.debian.org/debian buster/main armhf libhttp-daemon-perl all 6.01-3 [16.6 kB]
13:49:04 #8 9.719 Get:266 http://deb.debian.org/debian buster/main armhf libstruct-dumb-perl all 0.09-1 [11.1 kB]
13:49:04 #8 9.719 Get:267 http://deb.debian.org/debian buster/main armhf libio-async-perl all 0.72-1 [262 kB]
13:49:04 #8 9.722 Get:268 http://deb.debian.org/debian buster/main armhf libio-sessiondata-perl all 1.03-1 [5782 B]
13:49:04 #8 9.723 Get:269 http://deb.debian.org/debian buster/main armhf libio-string-perl all 1.08-3 [12.3 kB]
13:49:04 #8 9.723 Get:270 http://deb.debian.org/debian buster/main armhf libtypes-serialiser-perl all 1.0-1 [12.7 kB]
13:49:04 #8 9.723 Get:271 http://deb.debian.org/debian buster/main armhf libjson-xs-perl armhf 3.040-1+b1 [89.4 kB]
13:49:04 #8 9.725 Get:272 http://deb.debian.org/debian buster/main armhf liblzo2-2 armhf 2.10-0.1 [49.7 kB]
13:49:04 #8 9.726 Get:273 http://deb.debian.org/debian buster/main armhf libkyotocabinet16v5 armhf 1.2.76-4.2+b1 [280 kB]
13:49:04 #8 9.730 Get:274 http://deb.debian.org/debian buster/main armhf liblist-compare-perl all 0.53-1 [68.9 kB]
13:49:04 #8 9.732 Get:275 http://deb.debian.org/debian buster/main armhf liblist-moreutils-perl armhf 0.416-1+b4 [60.5 kB]
13:49:04 #8 9.734 Get:276 http://deb.debian.org/debian buster/main armhf libltdl-dev armhf 2.4.6-9 [160 kB]
13:49:04 #8 9.737 Get:277 http://deb.debian.org/debian buster/main armhf libsys-hostname-long-perl all 1.5-1 [12.0 kB]
13:49:04 #8 9.738 Get:278 http://deb.debian.org/debian buster/main armhf libmail-sendmail-perl all 0.80-1 [25.3 kB]
13:49:04 #8 9.738 Get:279 http://deb.debian.org/debian buster/main armhf mailutils-common all 1:3.5-4 [689 kB]
13:49:04 #8 9.745 Get:280 http://deb.debian.org/debian buster/main armhf mysql-common all 5.8+1.0.5 [7324 B]
13:49:04 #8 9.746 Get:281 http://deb.debian.org/debian buster/main armhf mariadb-common all 1:10.3.34-0+deb10u1 [33.0 kB]
13:49:04 #8 9.748 Get:282 http://deb.debian.org/debian buster/main armhf libmariadb3 armhf 1:10.3.34-0+deb10u1 [163 kB]
13:49:04 #8 9.749 Get:283 http://deb.debian.org/debian buster/main armhf libpython2.7-minimal armhf 2.7.16-2+deb10u1 [395 kB]
13:49:04 #8 9.753 Get:284 http://deb.debian.org/debian buster/main armhf libpython2.7-stdlib armhf 2.7.16-2+deb10u1 [1837 kB]
13:49:04 #8 9.771 Get:285 http://deb.debian.org/debian buster/main armhf libpython2.7 armhf 2.7.16-2+deb10u1 [892 kB]
13:49:04 #8 9.780 Get:286 http://deb.debian.org/debian buster/main armhf libmailutils5 armhf 1:3.5-4 [813 kB]
13:49:04 #8 9.805 Get:287 http://deb.debian.org/debian buster/main armhf libmime-tools-perl all 5.509-1 [212 kB]
13:49:04 #8 9.807 Get:288 http://deb.debian.org/debian buster/main armhf libnet-dns-sec-perl armhf 1.11-1 [47.2 kB]
13:49:04 #8 9.808 Get:289 http://deb.debian.org/debian buster/main armhf libnet-libidn-perl armhf 0.12.ds-3+b1 [17.7 kB]
13:49:04 #8 9.808 Get:290 http://deb.debian.org/debian buster/main armhf libnumber-compare-perl all 0.03-1 [7642 B]
13:49:04 #8 9.809 Get:291 http://deb.debian.org/debian buster/main armhf libnumber-range-perl all 0.12-1 [9274 B]
13:49:04 #8 9.809 Get:292 http://deb.debian.org/debian buster/main armhf libossp-uuid16 armhf 1.6.2-1.5+b7 [35.3 kB]
13:49:04 #8 9.810 Get:293 http://deb.debian.org/debian buster/main armhf libossp-uuid-perl armhf 1.6.2-1.5+b7 [27.8 kB]
13:49:04 #8 9.811 Get:294 http://deb.debian.org/debian buster/main armhf libpackage-stash-xs-perl armhf 0.29-1 [18.1 kB]
13:49:04 #8 9.811 Get:295 http://deb.debian.org/debian buster/main armhf libparse-debianchangelog-perl all 1.2.0-13 [59.5 kB]
13:49:04 #8 9.812 Get:296 http://deb.debian.org/debian buster/main armhf libtext-glob-perl all 0.10-1 [8362 B]
13:49:04 #8 9.812 Get:297 http://deb.debian.org/debian buster/main armhf libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
13:49:04 #8 9.815 Get:298 http://deb.debian.org/debian buster/main armhf libperlio-gzip-perl armhf 0.19-1+b5 [16.2 kB]
13:49:04 #8 9.817 Get:299 http://deb.debian.org/debian buster/main armhf libpod-constants-perl all 0.19-1 [16.9 kB]
13:49:04 #8 9.818 Get:300 http://deb.debian.org/debian buster/main armhf libreadonly-perl all 2.050-1 [22.7 kB]
13:49:04 #8 9.819 Get:301 http://deb.debian.org/debian buster/main armhf libref-util-perl all 0.204-1 [17.1 kB]
13:49:04 #8 9.820 Get:302 http://deb.debian.org/debian buster/main armhf libref-util-xs-perl armhf 0.117-1+b1 [12.8 kB]
13:49:05 #8 9.821 Get:303 http://deb.debian.org/debian buster/main armhf libregexp-pattern-license-perl all 3.0.31-4 [14.7 kB]
13:49:05 #8 9.822 Get:304 http://deb.debian.org/debian buster/main armhf libsasl2-modules armhf 2.1.27+dfsg-1+deb10u2 [96.9 kB]
13:49:05 #8 9.824 Get:305 http://deb.debian.org/debian buster/main armhf libsereal-decoder-perl armhf 4.005+ds-1+b1 [88.2 kB]
13:49:05 #8 9.826 Get:306 http://deb.debian.org/debian buster/main armhf libsereal-encoder-perl armhf 4.005+ds-1+b1 [89.1 kB]
13:49:05 #8 9.827 Get:307 http://deb.debian.org/debian buster/main armhf libsereal-perl all 4.005-1 [10.8 kB]
13:49:05 #8 9.829 Get:308 http://deb.debian.org/debian buster/main armhf libtask-weaken-perl all 1.06-1 [9252 B]
13:49:05 #8 9.830 Get:309 http://deb.debian.org/debian buster/main armhf libxml-parser-perl armhf 2.44-4 [210 kB]
13:49:05 #8 9.833 Get:310 http://deb.debian.org/debian buster/main armhf libsoap-lite-perl all 1.27-1 [258 kB]
13:49:05 #8 9.836 Get:311 http://deb.debian.org/debian buster/main armhf libsort-key-perl armhf 1.33-2+b1 [35.7 kB]
13:49:05 #8 9.857 Get:312 http://deb.debian.org/debian buster/main armhf libstring-copyright-perl all 0.003006-1 [11.6 kB]
13:49:05 #8 9.861 Get:313 http://deb.debian.org/debian buster/main armhf libstring-escape-perl all 2010.002-2 [19.1 kB]
13:49:05 #8 9.866 Get:314 http://deb.debian.org/debian buster/main armhf libstring-shellquote-perl all 1.04-1 [12.6 kB]
13:49:05 #8 9.867 Get:315 http://deb.debian.org/debian buster/main armhf libterm-readkey-perl armhf 2.38-1 [26.3 kB]
13:49:05 #8 9.869 Get:316 http://deb.debian.org/debian buster/main armhf libtest-fatal-perl all 0.014-1 [11.9 kB]
13:49:05 #8 9.870 Get:317 http://deb.debian.org/debian buster/main armhf libtest-refcount-perl all 0.08-3 [11.4 kB]
13:49:05 #8 9.871 Get:318 http://deb.debian.org/debian buster/main armhf libtext-levenshtein-perl all 0.13-1 [11.1 kB]
13:49:05 #8 9.872 Get:319 http://deb.debian.org/debian buster/main armhf libtype-tiny-xs-perl armhf 0.014-1+b1 [22.5 kB]
13:49:05 #8 9.873 Get:320 http://deb.debian.org/debian buster/main armhf libunicode-utf8-perl armhf 0.62-1 [19.0 kB]
13:49:05 #8 9.874 Get:321 http://deb.debian.org/debian buster/main armhf libwrap0 armhf 7.6.q-28 [55.9 kB]
13:49:05 #8 9.876 Get:322 http://deb.debian.org/debian buster/main armhf libxau6 armhf 1:1.0.8-1+b2 [19.1 kB]
13:49:05 #8 9.877 Get:323 http://deb.debian.org/debian buster/main armhf libxdmcp6 armhf 1:1.1.2-3 [24.9 kB]
13:49:05 #8 9.878 Get:324 http://deb.debian.org/debian buster/main armhf libxcb1 armhf 1.13.1-2 [132 kB]
13:49:05 #8 9.880 Get:325 http://deb.debian.org/debian buster/main armhf libx11-data all 2:1.6.7-1+deb10u2 [299 kB]
13:49:05 #8 9.884 Get:326 http://deb.debian.org/debian buster/main armhf libx11-6 armhf 2:1.6.7-1+deb10u2 [698 kB]
13:49:05 #8 9.891 Get:327 http://deb.debian.org/debian buster/main armhf libxext6 armhf 2:1.3.3-1+b2 [48.1 kB]
13:49:05 #8 9.893 Get:328 http://deb.debian.org/debian buster/main armhf libxml-namespacesupport-perl all 1.12-1 [14.8 kB]
13:49:05 #8 9.897 Get:329 http://deb.debian.org/debian buster/main armhf libxml-sax-base-perl all 1.09-1 [20.4 kB]
13:49:05 #8 9.898 Get:330 http://deb.debian.org/debian buster/main armhf libxml-sax-perl all 1.00+dfsg-1 [58.6 kB]
13:49:05 #8 9.899 Get:331 http://deb.debian.org/debian buster/main armhf libxml-libxml-perl armhf 2.0134+dfsg-1 [326 kB]
13:49:05 #8 9.903 Get:332 http://deb.debian.org/debian buster/main armhf libxml-sax-expat-perl all 0.51-1 [12.0 kB]
13:49:05 #8 9.904 Get:333 http://deb.debian.org/debian buster/main armhf libxml-simple-perl all 2.25-1 [72.0 kB]
13:49:05 #8 9.906 Get:334 http://deb.debian.org/debian buster/main armhf libxmlrpc-lite-perl all 0.717-2 [22.3 kB]
13:49:05 #8 9.913 Get:335 http://deb.debian.org/debian buster/main armhf libxmuu1 armhf 2:1.1.2-2+b3 [23.3 kB]
13:49:05 #8 9.913 Get:336 http://deb.debian.org/debian buster/main armhf libyaml-0-2 armhf 0.2.1-1 [40.6 kB]
13:49:05 #8 9.913 Get:337 http://deb.debian.org/debian buster/main armhf libyaml-libyaml-perl armhf 0.76+repack-1 [30.8 kB]
13:49:05 #8 9.914 Get:338 http://deb.debian.org/debian buster/main armhf licensecheck all 3.0.31-3 [28.3 kB]
13:49:05 #8 9.914 Get:339 http://deb.debian.org/debian buster/main armhf t1utils armhf 1.41-3 [54.4 kB]
13:49:05 #8 9.915 Get:340 http://deb.debian.org/debian buster/main armhf lintian all 2.15.0 [1181 kB]
13:49:05 #8 9.932 Get:341 http://deb.debian.org/debian buster/main armhf lsb-release all 10.2019051400 [27.5 kB]
13:49:05 #8 9.933 Get:342 http://deb.debian.org/debian buster/main armhf mailutils armhf 1:3.5-4 [569 kB]
13:49:05 #8 9.939 Get:343 http://deb.debian.org/debian buster/main armhf manpages-dev all 4.16-2 [2232 kB]
13:49:05 #8 9.963 Get:344 http://deb.debian.org/debian buster/main armhf psmisc armhf 23.2-1+deb10u1 [123 kB]
13:49:05 #8 9.966 Get:345 http://deb.debian.org/debian buster/main armhf publicsuffix all 20211109.1735-0+deb10u1 [125 kB]
13:49:05 #8 9.967 Get:346 http://deb.debian.org/debian buster/main armhf python-apt-common all 1.8.4.3 [96.3 kB]
13:49:05 #8 9.969 Get:347 http://deb.debian.org/debian buster/main armhf python3-apt armhf 1.8.4.3 [169 kB]
13:49:05 #8 9.971 Get:348 http://deb.debian.org/debian buster/main armhf python3-certifi all 2018.8.24-1 [140 kB]
13:49:05 #8 9.974 Get:349 http://deb.debian.org/debian buster/main armhf python3-idna all 2.6-1 [34.3 kB]
13:49:05 #8 9.975 Get:350 http://deb.debian.org/debian buster/main armhf python3-magic all 2:0.4.15-2 [9256 B]
13:49:05 #8 9.975 Get:351 http://deb.debian.org/debian buster/main armhf python3-urllib3 all 1.24.1-1 [97.1 kB]
13:49:05 #8 9.977 Get:352 http://deb.debian.org/debian buster/main armhf python3-requests all 2.21.0-1 [66.9 kB]
13:49:05 #8 9.979 Get:353 http://deb.debian.org/debian buster/main armhf python3-unidiff all 0.5.4-1 [7506 B]
13:49:05 #8 9.979 Get:354 http://deb.debian.org/debian buster/main armhf python3-xdg all 0.25-5 [35.9 kB]
13:49:05 #8 9.980 Get:355 http://deb.debian.org/debian buster/main armhf shared-mime-info armhf 1.10-1 [763 kB]
13:49:05 #8 9.988 Get:356 http://deb.debian.org/debian buster/main armhf strace armhf 4.26-0.2 [783 kB]
13:49:05 #8 9.997 Get:357 http://deb.debian.org/debian buster/main armhf unzip armhf 6.0-23+deb10u2 [158 kB]
13:49:05 #8 9.998 Get:358 http://deb.debian.org/debian buster/main armhf xauth armhf 1:1.0.10-1 [37.4 kB]
13:49:05 #8 10.01 Get:359 http://deb.debian.org/debian buster/main armhf xdg-user-dirs armhf 0.17-2 [52.4 kB]
13:49:05 #8 10.29 debconf: delaying package configuration, since apt-utils is not installed
13:49:05 #8 10.32 Fetched 156 MB in 3s (50.7 MB/s)
13:49:05 #8 10.33 Selecting previously unselected package sensible-utils.
13:49:05 #8 10.33 (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 ... 6671 files and directories currently installed.)
13:49:05 #8 10.37 Preparing to unpack .../00-sensible-utils_0.0.12_all.deb ...
13:49:05 #8 10.38 Unpacking sensible-utils (0.0.12) ...
13:49:05 #8 10.41 Selecting previously unselected package lsb-base.
13:49:05 #8 10.41 Preparing to unpack .../01-lsb-base_10.2019051400_all.deb ...
13:49:05 #8 10.42 Unpacking lsb-base (10.2019051400) ...
13:49:05 #8 10.45 Selecting previously unselected package cron.
13:49:05 #8 10.45 Preparing to unpack .../02-cron_3.0pl1-134+deb10u1_armhf.deb ...
13:49:05 #8 10.45 Unpacking cron (3.0pl1-134+deb10u1) ...
13:49:05 #8 10.50 Selecting previously unselected package libbsd0:armhf.
13:49:05 #8 10.50 Preparing to unpack .../03-libbsd0_0.9.1-2+deb10u1_armhf.deb ...
13:49:05 #8 10.51 Unpacking libbsd0:armhf (0.9.1-2+deb10u1) ...
13:49:05 #8 10.55 Selecting previously unselected package bsdmainutils.
13:49:05 #8 10.55 Preparing to unpack .../04-bsdmainutils_11.1.2+b1_armhf.deb ...
13:49:05 #8 10.55 Unpacking bsdmainutils (11.1.2+b1) ...
13:49:05 #8 10.60 Selecting previously unselected package libuchardet0:armhf.
13:49:05 #8 10.60 Preparing to unpack .../05-libuchardet0_0.0.6-3_armhf.deb ...
13:49:05 #8 10.60 Unpacking libuchardet0:armhf (0.0.6-3) ...
13:49:05 #8 10.64 Selecting previously unselected package groff-base.
13:49:05 #8 10.64 Preparing to unpack .../06-groff-base_1.22.4-3+deb10u1_armhf.deb ...
13:49:05 #8 10.64 Unpacking groff-base (1.22.4-3+deb10u1) ...
13:49:05 #8 10.75 Selecting previously unselected package libgdbm6:armhf.
13:49:05 #8 10.75 Preparing to unpack .../07-libgdbm6_1.18.1-4_armhf.deb ...
13:49:05 #8 10.75 Unpacking libgdbm6:armhf (1.18.1-4) ...
13:49:05 #8 10.78 Selecting previously unselected package libpipeline1:armhf.
13:49:05 #8 10.78 Preparing to unpack .../08-libpipeline1_1.5.1-2_armhf.deb ...
13:49:05 #8 10.79 Unpacking libpipeline1:armhf (1.5.1-2) ...
13:49:05 #8 10.83 Selecting previously unselected package man-db.
13:49:05 #8 10.83 Preparing to unpack .../09-man-db_2.8.5-2_armhf.deb ...
13:49:05 #8 10.83 Unpacking man-db (2.8.5-2) ...
13:49:06 #8 11.00 Selecting previously unselected package perl-modules-5.28.
13:49:06 #8 11.00 Preparing to unpack .../10-perl-modules-5.28_5.28.1-6+deb10u1_all.deb ...
13:49:06 #8 11.01 Unpacking perl-modules-5.28 (5.28.1-6+deb10u1) ...
13:49:06 #8 11.35 Selecting previously unselected package libgdbm-compat4:armhf.
13:49:06 #8 11.35 Preparing to unpack .../11-libgdbm-compat4_1.18.1-4_armhf.deb ...
13:49:06 #8 11.35 Unpacking libgdbm-compat4:armhf (1.18.1-4) ...
13:49:06 #8 11.39 Selecting previously unselected package libperl5.28:armhf.
13:49:06 #8 11.39 Preparing to unpack .../12-libperl5.28_5.28.1-6+deb10u1_armhf.deb ...
13:49:06 #8 11.39 Unpacking libperl5.28:armhf (5.28.1-6+deb10u1) ...
13:49:06 #8 11.75 Selecting previously unselected package perl.
13:49:06 #8 11.75 Preparing to unpack .../13-perl_5.28.1-6+deb10u1_armhf.deb ...
13:49:06 #8 11.76 Unpacking perl (5.28.1-6+deb10u1) ...
13:49:06 #8 11.81 Selecting previously unselected package liblocale-gettext-perl.
13:49:06 #8 11.81 Preparing to unpack .../14-liblocale-gettext-perl_1.07-3+b4_armhf.deb ...
13:49:06 #8 11.81 Unpacking liblocale-gettext-perl (1.07-3+b4) ...
13:49:06 #8 11.85 Selecting previously unselected package libssl1.1:armhf.
13:49:06 #8 11.86 Preparing to unpack .../15-libssl1.1_1.1.1n-0+deb10u2_armhf.deb ...
13:49:06 #8 11.86 Unpacking libssl1.1:armhf (1.1.1n-0+deb10u2) ...
13:49:07 #8 11.98 Selecting previously unselected package libpython3.7-minimal:armhf.
13:49:07 #8 11.98 Preparing to unpack .../16-libpython3.7-minimal_3.7.3-2+deb10u3_armhf.deb ...
13:49:07 #8 11.98 Unpacking libpython3.7-minimal:armhf (3.7.3-2+deb10u3) ...
13:49:07 #8 12.07 Selecting previously unselected package libexpat1:armhf.
13:49:07 #8 12.07 Preparing to unpack .../17-libexpat1_2.2.6-2+deb10u4_armhf.deb ...
13:49:07 #8 12.07 Unpacking libexpat1:armhf (2.2.6-2+deb10u4) ...
13:49:07 #8 12.11 Selecting previously unselected package python3.7-minimal.
13:49:07 #8 12.11 Preparing to unpack .../18-python3.7-minimal_3.7.3-2+deb10u3_armhf.deb ...
13:49:07 #8 12.12 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
13:49:07 #8 12.28 Setting up libssl1.1:armhf (1.1.1n-0+deb10u2) ...
13:49:07 #8 12.40 Setting up libpython3.7-minimal:armhf (3.7.3-2+deb10u3) ...
13:49:07 #8 12.42 Setting up libexpat1:armhf (2.2.6-2+deb10u4) ...
13:49:07 #8 12.43 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
13:49:08 #8 12.92 Selecting previously unselected package python3-minimal.
13:49:08 #8 12.92 (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 ... 9597 files and directories currently installed.)
13:49:08 #8 12.93 Preparing to unpack .../0-python3-minimal_3.7.3-1_armhf.deb ...
13:49:08 #8 12.93 Unpacking python3-minimal (3.7.3-1) ...
13:49:08 #8 12.96 Selecting previously unselected package mime-support.
13:49:08 #8 12.96 Preparing to unpack .../1-mime-support_3.62_all.deb ...
13:49:08 #8 12.97 Unpacking mime-support (3.62) ...
13:49:08 #8 13.00 Selecting previously unselected package libmpdec2:armhf.
13:49:08 #8 13.00 Preparing to unpack .../2-libmpdec2_2.4.2-2_armhf.deb ...
13:49:08 #8 13.01 Unpacking libmpdec2:armhf (2.4.2-2) ...
13:49:08 #8 13.04 Selecting previously unselected package readline-common.
13:49:08 #8 13.04 Preparing to unpack .../3-readline-common_7.0-5_all.deb ...
13:49:08 #8 13.04 Unpacking readline-common (7.0-5) ...
13:49:08 #8 13.08 Selecting previously unselected package libreadline7:armhf.
13:49:08 #8 13.08 Preparing to unpack .../4-libreadline7_7.0-5_armhf.deb ...
13:49:08 #8 13.09 Unpacking libreadline7:armhf (7.0-5) ...
13:49:08 #8 13.12 Selecting previously unselected package libsqlite3-0:armhf.
13:49:08 #8 13.13 Preparing to unpack .../5-libsqlite3-0_3.27.2-3+deb10u1_armhf.deb ...
13:49:08 #8 13.13 Unpacking libsqlite3-0:armhf (3.27.2-3+deb10u1) ...
13:49:08 #8 13.20 Selecting previously unselected package libpython3.7-stdlib:armhf.
13:49:08 #8 13.20 Preparing to unpack .../6-libpython3.7-stdlib_3.7.3-2+deb10u3_armhf.deb ...
13:49:08 #8 13.20 Unpacking libpython3.7-stdlib:armhf (3.7.3-2+deb10u3) ...
13:49:08 #8 13.37 Selecting previously unselected package python3.7.
13:49:08 #8 13.37 Preparing to unpack .../7-python3.7_3.7.3-2+deb10u3_armhf.deb ...
13:49:08 #8 13.38 Unpacking python3.7 (3.7.3-2+deb10u3) ...
13:49:08 #8 13.42 Selecting previously unselected package libpython3-stdlib:armhf.
13:49:08 #8 13.42 Preparing to unpack .../8-libpython3-stdlib_3.7.3-1_armhf.deb ...
13:49:08 #8 13.42 Unpacking libpython3-stdlib:armhf (3.7.3-1) ...
13:49:08 #8 13.45 Setting up python3-minimal (3.7.3-1) ...
13:49:08 #8 13.62 Selecting previously unselected package python3.
13:49:08 #8 13.62 (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 ... 10066 files and directories currently installed.)
13:49:08 #8 13.63 Preparing to unpack .../000-python3_3.7.3-1_armhf.deb ...
13:49:08 #8 13.64 Unpacking python3 (3.7.3-1) ...
13:49:08 #8 13.67 Selecting previously unselected package less.
13:49:08 #8 13.67 Preparing to unpack .../001-less_487-0.1+b1_armhf.deb ...
13:49:08 #8 13.68 Unpacking less (487-0.1+b1) ...
13:49:08 #8 13.72 Selecting previously unselected package netbase.
13:49:08 #8 13.72 Preparing to unpack .../002-netbase_5.6_all.deb ...
13:49:08 #8 13.72 Unpacking netbase (5.6) ...
13:49:08 #8 13.75 Selecting previously unselected package bzip2.
13:49:08 #8 13.75 Preparing to unpack .../003-bzip2_1.0.6-9.2~deb10u1_armhf.deb ...
13:49:08 #8 13.75 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
13:49:08 #8 13.78 Selecting previously unselected package libmagic-mgc.
13:49:08 #8 13.78 Preparing to unpack .../004-libmagic-mgc_1%3a5.35-4+deb10u2_armhf.deb ...
13:49:08 #8 13.79 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
13:49:08 #8 13.85 Selecting previously unselected package libmagic1:armhf.
13:49:09 #8 13.85 Preparing to unpack .../005-libmagic1_1%3a5.35-4+deb10u2_armhf.deb ...
13:49:09 #8 13.86 Unpacking libmagic1:armhf (1:5.35-4+deb10u2) ...
13:49:09 #8 13.89 Selecting previously unselected package file.
13:49:09 #8 13.89 Preparing to unpack .../006-file_1%3a5.35-4+deb10u2_armhf.deb ...
13:49:09 #8 13.90 Unpacking file (1:5.35-4+deb10u2) ...
13:49:09 #8 13.93 Selecting previously unselected package gettext-base.
13:49:09 #8 13.93 Preparing to unpack .../007-gettext-base_0.19.8.1-9_armhf.deb ...
13:49:09 #8 13.93 Unpacking gettext-base (0.19.8.1-9) ...
13:49:09 #8 13.97 Selecting previously unselected package krb5-locales.
13:49:09 #8 13.97 Preparing to unpack .../008-krb5-locales_1.17-3+deb10u3_all.deb ...
13:49:09 #8 13.98 Unpacking krb5-locales (1.17-3+deb10u3) ...
13:49:09 #8 14.01 Selecting previously unselected package libsasl2-modules-db:armhf.
13:49:09 #8 14.01 Preparing to unpack .../009-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_armhf.deb ...
13:49:09 #8 14.01 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg-1+deb10u2) ...
13:49:09 #8 14.04 Selecting previously unselected package libsasl2-2:armhf.
13:49:09 #8 14.04 Preparing to unpack .../010-libsasl2-2_2.1.27+dfsg-1+deb10u2_armhf.deb ...
13:49:09 #8 14.05 Unpacking libsasl2-2:armhf (2.1.27+dfsg-1+deb10u2) ...
13:49:09 #8 14.08 Selecting previously unselected package libldap-common.
13:49:09 #8 14.08 Preparing to unpack .../011-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ...
13:49:09 #8 14.08 Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ...
13:49:09 #8 14.12 Selecting previously unselected package libldap-2.4-2:armhf.
13:49:09 #8 14.12 Preparing to unpack .../012-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_armhf.deb ...
13:49:09 #8 14.12 Unpacking libldap-2.4-2:armhf (2.4.47+dfsg-3+deb10u7) ...
13:49:09 #8 14.17 Selecting previously unselected package libicu63:armhf.
13:49:09 #8 14.17 Preparing to unpack .../013-libicu63_63.1-6+deb10u3_armhf.deb ...
13:49:09 #8 14.17 Unpacking libicu63:armhf (63.1-6+deb10u3) ...
13:49:09 #8 14.92 Selecting previously unselected package libxml2:armhf.
13:49:09 #8 14.92 Preparing to unpack .../014-libxml2_2.9.4+dfsg1-7+deb10u4_armhf.deb ...
13:49:09 #8 14.93 Unpacking libxml2:armhf (2.9.4+dfsg1-7+deb10u4) ...
13:49:10 #8 15.00 Selecting previously unselected package manpages.
13:49:10 #8 15.00 Preparing to unpack .../015-manpages_4.16-2_all.deb ...
13:49:10 #8 15.01 Unpacking manpages (4.16-2) ...
13:49:10 #8 15.12 Selecting previously unselected package libedit2:armhf.
13:49:10 #8 15.12 Preparing to unpack .../016-libedit2_3.1-20181209-1_armhf.deb ...
13:49:10 #8 15.13 Unpacking libedit2:armhf (3.1-20181209-1) ...
13:49:10 #8 15.16 Selecting previously unselected package libkeyutils1:armhf.
13:49:10 #8 15.16 Preparing to unpack .../017-libkeyutils1_1.6-6_armhf.deb ...
13:49:10 #8 15.17 Unpacking libkeyutils1:armhf (1.6-6) ...
13:49:10 #8 15.20 Selecting previously unselected package libkrb5support0:armhf.
13:49:10 #8 15.20 Preparing to unpack .../018-libkrb5support0_1.17-3+deb10u3_armhf.deb ...
13:49:10 #8 15.20 Unpacking libkrb5support0:armhf (1.17-3+deb10u3) ...
13:49:10 #8 15.23 Selecting previously unselected package libk5crypto3:armhf.
13:49:10 #8 15.23 Preparing to unpack .../019-libk5crypto3_1.17-3+deb10u3_armhf.deb ...
13:49:10 #8 15.24 Unpacking libk5crypto3:armhf (1.17-3+deb10u3) ...
13:49:10 #8 15.28 Selecting previously unselected package libkrb5-3:armhf.
13:49:10 #8 15.28 Preparing to unpack .../020-libkrb5-3_1.17-3+deb10u3_armhf.deb ...
13:49:10 #8 15.28 Unpacking libkrb5-3:armhf (1.17-3+deb10u3) ...
13:49:10 #8 15.34 Selecting previously unselected package libgssapi-krb5-2:armhf.
13:49:10 #8 15.34 Preparing to unpack .../021-libgssapi-krb5-2_1.17-3+deb10u3_armhf.deb ...
13:49:10 #8 15.34 Unpacking libgssapi-krb5-2:armhf (1.17-3+deb10u3) ...
13:49:10 #8 15.39 Selecting previously unselected package openssh-client.
13:49:10 #8 15.39 Preparing to unpack .../022-openssh-client_1%3a7.9p1-10+deb10u2_armhf.deb ...
13:49:10 #8 15.40 Unpacking openssh-client (1:7.9p1-10+deb10u2) ...
13:49:10 #8 15.48 Selecting previously unselected package ucf.
13:49:10 #8 15.49 Preparing to unpack .../023-ucf_3.0038+nmu1_all.deb ...
13:49:10 #8 15.49 Moving old data out of the way
13:49:10 #8 15.49 Unpacking ucf (3.0038+nmu1) ...
13:49:10 #8 15.53 Selecting previously unselected package xz-utils.
13:49:10 #8 15.53 Preparing to unpack .../024-xz-utils_5.2.4-1+deb10u1_armhf.deb ...
13:49:10 #8 15.53 Unpacking xz-utils (5.2.4-1+deb10u1) ...
13:49:10 #8 15.58 Selecting previously unselected package libfl2:armhf.
13:49:10 #8 15.58 Preparing to unpack .../025-libfl2_2.6.4-6.2_armhf.deb ...
13:49:10 #8 15.58 Unpacking libfl2:armhf (2.6.4-6.2) ...
13:49:10 #8 15.62 Selecting previously unselected package at.
13:49:10 #8 15.62 Preparing to unpack .../026-at_3.1.23-1_armhf.deb ...
13:49:10 #8 15.63 Unpacking at (3.1.23-1) ...
13:49:10 #8 15.67 Selecting previously unselected package libsigsegv2:armhf.
13:49:10 #8 15.67 Preparing to unpack .../027-libsigsegv2_2.12-2_armhf.deb ...
13:49:10 #8 15.67 Unpacking libsigsegv2:armhf (2.12-2) ...
13:49:10 #8 15.69 Selecting previously unselected package m4.
13:49:10 #8 15.69 Preparing to unpack .../028-m4_1.4.18-2_armhf.deb ...
13:49:10 #8 15.70 Unpacking m4 (1.4.18-2) ...
13:49:10 #8 15.74 Selecting previously unselected package autoconf.
13:49:10 #8 15.74 Preparing to unpack .../029-autoconf_2.69-11_all.deb ...
13:49:10 #8 15.74 Unpacking autoconf (2.69-11) ...
13:49:10 #8 15.80 Selecting previously unselected package autotools-dev.
13:49:10 #8 15.80 Preparing to unpack .../030-autotools-dev_20180224.1_all.deb ...
13:49:10 #8 15.80 Unpacking autotools-dev (20180224.1) ...
13:49:10 #8 15.84 Selecting previously unselected package automake.
13:49:10 #8 15.84 Preparing to unpack .../031-automake_1%3a1.16.1-4_all.deb ...
13:49:10 #8 15.84 Unpacking automake (1:1.16.1-4) ...
13:49:10 #8 15.91 Selecting previously unselected package autopoint.
13:49:10 #8 15.91 Preparing to unpack .../032-autopoint_0.19.8.1-9_all.deb ...
13:49:10 #8 15.92 Unpacking autopoint (0.19.8.1-9) ...
13:49:10 #8 15.95 Selecting previously unselected package binutils-common:armhf.
13:49:10 #8 15.95 Preparing to unpack .../033-binutils-common_2.31.1-16_armhf.deb ...
13:49:11 #8 15.95 Unpacking binutils-common:armhf (2.31.1-16) ...
13:49:11 #8 16.18 Selecting previously unselected package libbinutils:armhf.
13:49:11 #8 16.18 Preparing to unpack .../034-libbinutils_2.31.1-16_armhf.deb ...
13:49:11 #8 16.18 Unpacking libbinutils:armhf (2.31.1-16) ...
13:49:11 #8 16.23 Selecting previously unselected package binutils-arm-linux-gnueabihf.
13:49:11 #8 16.23 Preparing to unpack .../035-binutils-arm-linux-gnueabihf_2.31.1-16_armhf.deb ...
13:49:11 #8 16.24 Unpacking binutils-arm-linux-gnueabihf (2.31.1-16) ...
13:49:11 #8 16.46 Selecting previously unselected package binutils.
13:49:11 #8 16.46 Preparing to unpack .../036-binutils_2.31.1-16_armhf.deb ...
13:49:11 #8 16.47 Unpacking binutils (2.31.1-16) ...
13:49:11 #8 16.50 Selecting previously unselected package libc-dev-bin.
13:49:11 #8 16.50 Preparing to unpack .../037-libc-dev-bin_2.28-10+deb10u1_armhf.deb ...
13:49:11 #8 16.50 Unpacking libc-dev-bin (2.28-10+deb10u1) ...
13:49:11 #8 16.54 Selecting previously unselected package linux-libc-dev:armhf.
13:49:11 #8 16.54 Preparing to unpack .../038-linux-libc-dev_4.19.235-1_armhf.deb ...
13:49:11 #8 16.54 Unpacking linux-libc-dev:armhf (4.19.235-1) ...
13:49:11 #8 16.66 Selecting previously unselected package libc6-dev:armhf.
13:49:11 #8 16.67 Preparing to unpack .../039-libc6-dev_2.28-10+deb10u1_armhf.deb ...
13:49:11 #8 16.67 Unpacking libc6-dev:armhf (2.28-10+deb10u1) ...
13:49:12 #8 16.91 Selecting previously unselected package libisl19:armhf.
13:49:12 #8 16.91 Preparing to unpack .../040-libisl19_0.20-2_armhf.deb ...
13:49:12 #8 16.92 Unpacking libisl19:armhf (0.20-2) ...
13:49:12 #8 16.98 Selecting previously unselected package libmpfr6:armhf.
13:49:12 #8 16.98 Preparing to unpack .../041-libmpfr6_4.0.2-1_armhf.deb ...
13:49:12 #8 16.99 Unpacking libmpfr6:armhf (4.0.2-1) ...
13:49:12 #8 17.04 Selecting previously unselected package libmpc3:armhf.
13:49:12 #8 17.04 Preparing to unpack .../042-libmpc3_1.1.0-1_armhf.deb ...
13:49:12 #8 17.05 Unpacking libmpc3:armhf (1.1.0-1) ...
13:49:12 #8 17.07 Selecting previously unselected package cpp-8.
13:49:12 #8 17.08 Preparing to unpack .../043-cpp-8_8.3.0-6_armhf.deb ...
13:49:12 #8 17.08 Unpacking cpp-8 (8.3.0-6) ...
13:49:12 #8 17.66 Selecting previously unselected package cpp.
13:49:12 #8 17.66 Preparing to unpack .../044-cpp_4%3a8.3.0-1_armhf.deb ...
13:49:12 #8 17.67 Unpacking cpp (4:8.3.0-1) ...
13:49:12 #8 17.70 Selecting previously unselected package libcc1-0:armhf.
13:49:12 #8 17.70 Preparing to unpack .../045-libcc1-0_8.3.0-6_armhf.deb ...
13:49:12 #8 17.70 Unpacking libcc1-0:armhf (8.3.0-6) ...
13:49:12 #8 17.73 Selecting previously unselected package libgomp1:armhf.
13:49:12 #8 17.74 Preparing to unpack .../046-libgomp1_8.3.0-6_armhf.deb ...
13:49:12 #8 17.74 Unpacking libgomp1:armhf (8.3.0-6) ...
13:49:12 #8 17.77 Selecting previously unselected package libatomic1:armhf.
13:49:12 #8 17.78 Preparing to unpack .../047-libatomic1_8.3.0-6_armhf.deb ...
13:49:12 #8 17.78 Unpacking libatomic1:armhf (8.3.0-6) ...
13:49:12 #8 17.81 Selecting previously unselected package libasan5:armhf.
13:49:12 #8 17.81 Preparing to unpack .../048-libasan5_8.3.0-6_armhf.deb ...
13:49:12 #8 17.81 Unpacking libasan5:armhf (8.3.0-6) ...
13:49:12 #8 17.87 Selecting previously unselected package libubsan1:armhf.
13:49:12 #8 17.87 Preparing to unpack .../049-libubsan1_8.3.0-6_armhf.deb ...
13:49:12 #8 17.88 Unpacking libubsan1:armhf (8.3.0-6) ...
13:49:13 #8 17.91 Selecting previously unselected package libgcc-8-dev:armhf.
13:49:13 #8 17.91 Preparing to unpack .../050-libgcc-8-dev_8.3.0-6_armhf.deb ...
13:49:13 #8 17.91 Unpacking libgcc-8-dev:armhf (8.3.0-6) ...
13:49:13 #8 18.00 Selecting previously unselected package gcc-8.
13:49:13 #8 18.00 Preparing to unpack .../051-gcc-8_8.3.0-6_armhf.deb ...
13:49:13 #8 18.01 Unpacking gcc-8 (8.3.0-6) ...
13:49:14 #8 18.61 Selecting previously unselected package gcc.
13:49:14 #8 18.62 Preparing to unpack .../052-gcc_4%3a8.3.0-1_armhf.deb ...
13:49:14 #8 18.62 Unpacking gcc (4:8.3.0-1) ...
13:49:14 #8 18.65 Selecting previously unselected package libstdc++-8-dev:armhf.
13:49:14 #8 18.65 Preparing to unpack .../053-libstdc++-8-dev_8.3.0-6_armhf.deb ...
13:49:14 #8 18.65 Unpacking libstdc++-8-dev:armhf (8.3.0-6) ...
13:49:14 #8 18.86 Selecting previously unselected package g++-8.
13:49:14 #8 18.86 Preparing to unpack .../054-g++-8_8.3.0-6_armhf.deb ...
13:49:14 #8 18.87 Unpacking g++-8 (8.3.0-6) ...
13:49:14 #8 19.49 Selecting previously unselected package g++.
13:49:14 #8 19.49 Preparing to unpack .../055-g++_4%3a8.3.0-1_armhf.deb ...
13:49:14 #8 19.50 Unpacking g++ (4:8.3.0-1) ...
13:49:14 #8 19.52 Selecting previously unselected package make.
13:49:14 #8 19.52 Preparing to unpack .../056-make_4.2.1-1.2_armhf.deb ...
13:49:14 #8 19.53 Unpacking make (4.2.1-1.2) ...
13:49:14 #8 19.58 Selecting previously unselected package libdpkg-perl.
13:49:14 #8 19.58 Preparing to unpack .../057-libdpkg-perl_1.19.8_all.deb ...
13:49:14 #8 19.59 Unpacking libdpkg-perl (1.19.8) ...
13:49:14 #8 19.65 Selecting previously unselected package patch.
13:49:14 #8 19.65 Preparing to unpack .../058-patch_2.7.6-3+deb10u1_armhf.deb ...
13:49:14 #8 19.66 Unpacking patch (2.7.6-3+deb10u1) ...
13:49:14 #8 19.70 Selecting previously unselected package dpkg-dev.
13:49:14 #8 19.70 Preparing to unpack .../059-dpkg-dev_1.19.8_all.deb ...
13:49:14 #8 19.70 Unpacking dpkg-dev (1.19.8) ...
13:49:14 #8 19.80 Selecting previously unselected package build-essential.
13:49:14 #8 19.80 Preparing to unpack .../060-build-essential_12.6_armhf.deb ...
13:49:14 #8 19.80 Unpacking build-essential (12.6) ...
13:49:14 #8 19.83 Selecting previously unselected package openssl.
13:49:14 #8 19.83 Preparing to unpack .../061-openssl_1.1.1n-0+deb10u2_armhf.deb ...
13:49:14 #8 19.84 Unpacking openssl (1.1.1n-0+deb10u2) ...
13:49:14 #8 19.93 Selecting previously unselected package ca-certificates.
13:49:15 #8 19.93 Preparing to unpack .../062-ca-certificates_20200601~deb10u2_all.deb ...
13:49:15 #8 19.94 Unpacking ca-certificates (20200601~deb10u2) ...
13:49:15 #8 20.00 Selecting previously unselected package libnghttp2-14:armhf.
13:49:15 #8 20.00 Preparing to unpack .../063-libnghttp2-14_1.36.0-2+deb10u1_armhf.deb ...
13:49:15 #8 20.00 Unpacking libnghttp2-14:armhf (1.36.0-2+deb10u1) ...
13:49:15 #8 20.04 Selecting previously unselected package libpsl5:armhf.
13:49:15 #8 20.04 Preparing to unpack .../064-libpsl5_0.20.2-2_armhf.deb ...
13:49:15 #8 20.05 Unpacking libpsl5:armhf (0.20.2-2) ...
13:49:15 #8 20.08 Selecting previously unselected package librtmp1:armhf.
13:49:15 #8 20.08 Preparing to unpack .../065-librtmp1_2.4+20151223.gitfa8646d.1-2_armhf.deb ...
13:49:15 #8 20.09 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2) ...
13:49:15 #8 20.12 Selecting previously unselected package libssh2-1:armhf.
13:49:15 #8 20.12 Preparing to unpack .../066-libssh2-1_1.8.0-2.1_armhf.deb ...
13:49:15 #8 20.12 Unpacking libssh2-1:armhf (1.8.0-2.1) ...
13:49:15 #8 20.16 Selecting previously unselected package libcurl4:armhf.
13:49:15 #8 20.16 Preparing to unpack .../067-libcurl4_7.64.0-4+deb10u2_armhf.deb ...
13:49:15 #8 20.16 Unpacking libcurl4:armhf (7.64.0-4+deb10u2) ...
13:49:15 #8 20.21 Selecting previously unselected package curl.
13:49:15 #8 20.21 Preparing to unpack .../068-curl_7.64.0-4+deb10u2_armhf.deb ...
13:49:15 #8 20.21 Unpacking curl (7.64.0-4+deb10u2) ...
13:49:15 #8 20.27 Selecting previously unselected package dctrl-tools.
13:49:15 #8 20.27 Preparing to unpack .../069-dctrl-tools_2.24-3_armhf.deb ...
13:49:15 #8 20.28 Unpacking dctrl-tools (2.24-3) ...
13:49:15 #8 20.31 Selecting previously unselected package libtool.
13:49:15 #8 20.31 Preparing to unpack .../070-libtool_2.4.6-9_all.deb ...
13:49:15 #8 20.31 Unpacking libtool (2.4.6-9) ...
13:49:15 #8 20.36 Selecting previously unselected package dh-autoreconf.
13:49:15 #8 20.36 Preparing to unpack .../071-dh-autoreconf_19_all.deb ...
13:49:15 #8 20.37 Unpacking dh-autoreconf (19) ...
13:49:15 #8 20.39 Selecting previously unselected package libarchive-zip-perl.
13:49:15 #8 20.40 Preparing to unpack .../072-libarchive-zip-perl_1.64-1_all.deb ...
13:49:15 #8 20.40 Unpacking libarchive-zip-perl (1.64-1) ...
13:49:15 #8 20.43 Selecting previously unselected package libfile-stripnondeterminism-perl.
13:49:15 #8 20.43 Preparing to unpack .../073-libfile-stripnondeterminism-perl_1.1.2-1_all.deb ...
13:49:15 #8 20.44 Unpacking libfile-stripnondeterminism-perl (1.1.2-1) ...
13:49:15 #8 20.46 Selecting previously unselected package dh-strip-nondeterminism.
13:49:15 #8 20.46 Preparing to unpack .../074-dh-strip-nondeterminism_1.1.2-1_all.deb ...
13:49:15 #8 20.47 Unpacking dh-strip-nondeterminism (1.1.2-1) ...
13:49:15 #8 20.49 Selecting previously unselected package dwz.
13:49:15 #8 20.49 Preparing to unpack .../075-dwz_0.12-3_armhf.deb ...
13:49:15 #8 20.50 Unpacking dwz (0.12-3) ...
13:49:15 #8 20.54 Selecting previously unselected package libglib2.0-0:armhf.
13:49:15 #8 20.54 Preparing to unpack .../076-libglib2.0-0_2.58.3-2+deb10u3_armhf.deb ...
13:49:15 #8 20.54 Unpacking libglib2.0-0:armhf (2.58.3-2+deb10u3) ...
13:49:15 #8 20.66 Selecting previously unselected package libcroco3:armhf.
13:49:15 #8 20.66 Preparing to unpack .../077-libcroco3_0.6.12-3_armhf.deb ...
13:49:15 #8 20.66 Unpacking libcroco3:armhf (0.6.12-3) ...
13:49:15 #8 20.71 Selecting previously unselected package libncurses6:armhf.
13:49:15 #8 20.71 Preparing to unpack .../078-libncurses6_6.1+20181013-2+deb10u2_armhf.deb ...
13:49:15 #8 20.71 Unpacking libncurses6:armhf (6.1+20181013-2+deb10u2) ...
13:49:15 #8 20.75 Selecting previously unselected package gettext.
13:49:15 #8 20.75 Preparing to unpack .../079-gettext_0.19.8.1-9_armhf.deb ...
13:49:15 #8 20.75 Unpacking gettext (0.19.8.1-9) ...
13:49:15 #8 20.88 Selecting previously unselected package intltool-debian.
13:49:16 #8 20.88 Preparing to unpack .../080-intltool-debian_0.35.0+20060710.5_all.deb ...
13:49:16 #8 20.89 Unpacking intltool-debian (0.35.0+20060710.5) ...
13:49:16 #8 20.91 Selecting previously unselected package po-debconf.
13:49:16 #8 20.91 Preparing to unpack .../081-po-debconf_1.0.21_all.deb ...
13:49:16 #8 20.92 Unpacking po-debconf (1.0.21) ...
13:49:16 #8 20.96 Selecting previously unselected package debhelper.
13:49:16 #8 20.96 Preparing to unpack .../082-debhelper_12.1.1_all.deb ...
13:49:16 #8 20.97 Unpacking debhelper (12.1.1) ...
13:49:16 #8 21.08 Selecting previously unselected package debian-keyring.
13:49:16 #8 21.08 Preparing to unpack .../083-debian-keyring_2019.02.25_all.deb ...
13:49:16 #8 21.08 Unpacking debian-keyring (2019.02.25) ...
13:49:18 #8 23.62 Selecting previously unselected package libfakeroot:armhf.
13:49:18 #8 23.63 Preparing to unpack .../084-libfakeroot_1.23-1_armhf.deb ...
13:49:18 #8 23.63 Unpacking libfakeroot:armhf (1.23-1) ...
13:49:18 #8 23.66 Selecting previously unselected package fakeroot.
13:49:18 #8 23.66 Preparing to unpack .../085-fakeroot_1.23-1_armhf.deb ...
13:49:18 #8 23.67 Unpacking fakeroot (1.23-1) ...
13:49:18 #8 23.70 Selecting previously unselected package libassuan0:armhf.
13:49:19 #8 23.71 Preparing to unpack .../086-libassuan0_2.5.2-1_armhf.deb ...
13:49:19 #8 23.71 Unpacking libassuan0:armhf (2.5.2-1) ...
13:49:19 #8 23.74 Selecting previously unselected package gpgconf.
13:49:19 #8 23.74 Preparing to unpack .../087-gpgconf_2.2.12-1+deb10u1_armhf.deb ...
13:49:19 #8 23.74 Unpacking gpgconf (2.2.12-1+deb10u1) ...
13:49:19 #8 23.78 Selecting previously unselected package libksba8:armhf.
13:49:19 #8 23.79 Preparing to unpack .../088-libksba8_1.3.5-2_armhf.deb ...
13:49:19 #8 23.79 Unpacking libksba8:armhf (1.3.5-2) ...
13:49:19 #8 23.83 Selecting previously unselected package libnpth0:armhf.
13:49:19 #8 23.83 Preparing to unpack .../089-libnpth0_1.6-1_armhf.deb ...
13:49:19 #8 23.84 Unpacking libnpth0:armhf (1.6-1) ...
13:49:19 #8 23.87 Selecting previously unselected package dirmngr.
13:49:19 #8 23.87 Preparing to unpack .../090-dirmngr_2.2.12-1+deb10u1_armhf.deb ...
13:49:19 #8 23.88 Unpacking dirmngr (2.2.12-1+deb10u1) ...
13:49:19 #8 23.94 Selecting previously unselected package gnupg-l10n.
13:49:19 #8 23.94 Preparing to unpack .../091-gnupg-l10n_2.2.12-1+deb10u1_all.deb ...
13:49:19 #8 23.94 Unpacking gnupg-l10n (2.2.12-1+deb10u1) ...
13:49:19 #8 24.04 Selecting previously unselected package gnupg-utils.
13:49:19 #8 24.04 Preparing to unpack .../092-gnupg-utils_2.2.12-1+deb10u1_armhf.deb ...
13:49:19 #8 24.04 Unpacking gnupg-utils (2.2.12-1+deb10u1) ...
13:49:19 #8 24.11 Selecting previously unselected package gpg.
13:49:19 #8 24.11 Preparing to unpack .../093-gpg_2.2.12-1+deb10u1_armhf.deb ...
13:49:19 #8 24.12 Unpacking gpg (2.2.12-1+deb10u1) ...
13:49:19 #8 24.18 Selecting previously unselected package pinentry-curses.
13:49:19 #8 24.19 Preparing to unpack .../094-pinentry-curses_1.1.0-2_armhf.deb ...
13:49:19 #8 24.19 Unpacking pinentry-curses (1.1.0-2) ...
13:49:19 #8 24.24 Selecting previously unselected package gpg-agent.
13:49:19 #8 24.24 Preparing to unpack .../095-gpg-agent_2.2.12-1+deb10u1_armhf.deb ...
13:49:19 #8 24.24 Unpacking gpg-agent (2.2.12-1+deb10u1) ...
13:49:19 #8 24.29 Selecting previously unselected package gpg-wks-client.
13:49:19 #8 24.29 Preparing to unpack .../096-gpg-wks-client_2.2.12-1+deb10u1_armhf.deb ...
13:49:19 #8 24.30 Unpacking gpg-wks-client (2.2.12-1+deb10u1) ...
13:49:19 #8 24.34 Selecting previously unselected package gpg-wks-server.
13:49:19 #8 24.34 Preparing to unpack .../097-gpg-wks-server_2.2.12-1+deb10u1_armhf.deb ...
13:49:19 #8 24.34 Unpacking gpg-wks-server (2.2.12-1+deb10u1) ...
13:49:19 #8 24.38 Selecting previously unselected package gpgsm.
13:49:19 #8 24.38 Preparing to unpack .../098-gpgsm_2.2.12-1+deb10u1_armhf.deb ...
13:49:19 #8 24.39 Unpacking gpgsm (2.2.12-1+deb10u1) ...
13:49:19 #8 24.43 Selecting previously unselected package gnupg.
13:49:19 #8 24.43 Preparing to unpack .../099-gnupg_2.2.12-1+deb10u1_all.deb ...
13:49:19 #8 24.44 Unpacking gnupg (2.2.12-1+deb10u1) ...
13:49:19 #8 24.49 Selecting previously unselected package libfile-which-perl.
13:49:19 #8 24.49 Preparing to unpack .../100-libfile-which-perl_1.23-1_all.deb ...
13:49:19 #8 24.50 Unpacking libfile-which-perl (1.23-1) ...
13:49:19 #8 24.52 Selecting previously unselected package libfile-homedir-perl.
13:49:19 #8 24.52 Preparing to unpack .../101-libfile-homedir-perl_1.004-1_all.deb ...
13:49:19 #8 24.53 Unpacking libfile-homedir-perl (1.004-1) ...
13:49:19 #8 24.56 Selecting previously unselected package libio-pty-perl.
13:49:19 #8 24.56 Preparing to unpack .../102-libio-pty-perl_1%3a1.08-1.1+b5_armhf.deb ...
13:49:19 #8 24.56 Unpacking libio-pty-perl (1:1.08-1.1+b5) ...
13:49:19 #8 24.59 Selecting previously unselected package libipc-run-perl.
13:49:19 #8 24.59 Preparing to unpack .../103-libipc-run-perl_20180523.0-1_all.deb ...
13:49:19 #8 24.60 Unpacking libipc-run-perl (20180523.0-1) ...
13:49:19 #8 24.63 Selecting previously unselected package libclass-method-modifiers-perl.
13:49:19 #8 24.63 Preparing to unpack .../104-libclass-method-modifiers-perl_2.12-1_all.deb ...
13:49:19 #8 24.63 Unpacking libclass-method-modifiers-perl (2.12-1) ...
13:49:19 #8 24.66 Selecting previously unselected package libsub-exporter-progressive-perl.
13:49:19 #8 24.66 Preparing to unpack .../105-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
13:49:19 #8 24.66 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
13:49:19 #8 24.69 Selecting previously unselected package libdevel-globaldestruction-perl.
13:49:19 #8 24.69 Preparing to unpack .../106-libdevel-globaldestruction-perl_0.14-1_all.deb ...
13:49:19 #8 24.70 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
13:49:19 #8 24.72 Selecting previously unselected package libb-hooks-op-check-perl.
13:49:19 #8 24.72 Preparing to unpack .../107-libb-hooks-op-check-perl_0.22-1+b1_armhf.deb ...
13:49:19 #8 24.72 Unpacking libb-hooks-op-check-perl (0.22-1+b1) ...
13:49:19 #8 24.75 Selecting previously unselected package libdynaloader-functions-perl.
13:49:19 #8 24.75 Preparing to unpack .../108-libdynaloader-functions-perl_0.003-1_all.deb ...
13:49:19 #8 24.76 Unpacking libdynaloader-functions-perl (0.003-1) ...
13:49:19 #8 24.78 Selecting previously unselected package libdevel-callchecker-perl.
13:49:20 #8 24.79 Preparing to unpack .../109-libdevel-callchecker-perl_0.008-1_armhf.deb ...
13:49:20 #8 24.79 Unpacking libdevel-callchecker-perl (0.008-1) ...
13:49:20 #8 24.82 Selecting previously unselected package libparams-classify-perl.
13:49:20 #8 24.82 Preparing to unpack .../110-libparams-classify-perl_0.015-1+b1_armhf.deb ...
13:49:20 #8 24.82 Unpacking libparams-classify-perl (0.015-1+b1) ...
13:49:20 #8 24.85 Selecting previously unselected package libmodule-runtime-perl.
13:49:20 #8 24.85 Preparing to unpack .../111-libmodule-runtime-perl_0.016-1_all.deb ...
13:49:20 #8 24.85 Unpacking libmodule-runtime-perl (0.016-1) ...
13:49:20 #8 24.88 Selecting previously unselected package libimport-into-perl.
13:49:20 #8 24.88 Preparing to unpack .../112-libimport-into-perl_1.002005-1_all.deb ...
13:49:20 #8 24.88 Unpacking libimport-into-perl (1.002005-1) ...
13:49:20 #8 24.91 Selecting previously unselected package librole-tiny-perl.
13:49:20 #8 24.91 Preparing to unpack .../113-librole-tiny-perl_2.000006-1_all.deb ...
13:49:20 #8 24.91 Unpacking librole-tiny-perl (2.000006-1) ...
13:49:20 #8 24.94 Selecting previously unselected package libstrictures-perl.
13:49:20 #8 24.94 Preparing to unpack .../114-libstrictures-perl_2.000005-1_all.deb ...
13:49:20 #8 24.95 Unpacking libstrictures-perl (2.000005-1) ...
13:49:20 #8 24.97 Selecting previously unselected package libsub-quote-perl.
13:49:20 #8 24.97 Preparing to unpack .../115-libsub-quote-perl_2.005001-1_all.deb ...
13:49:20 #8 24.98 Unpacking libsub-quote-perl (2.005001-1) ...
13:49:20 #8 25.00 Selecting previously unselected package libmoo-perl.
13:49:20 #8 25.00 Preparing to unpack .../116-libmoo-perl_2.003004-2_all.deb ...
13:49:20 #8 25.01 Unpacking libmoo-perl (2.003004-2) ...
13:49:20 #8 25.04 Selecting previously unselected package libencode-locale-perl.
13:49:20 #8 25.04 Preparing to unpack .../117-libencode-locale-perl_1.05-1_all.deb ...
13:49:20 #8 25.04 Unpacking libencode-locale-perl (1.05-1) ...
13:49:20 #8 25.07 Selecting previously unselected package libtimedate-perl.
13:49:20 #8 25.07 Preparing to unpack .../118-libtimedate-perl_2.3000-2+deb10u1_all.deb ...
13:49:20 #8 25.07 Unpacking libtimedate-perl (2.3000-2+deb10u1) ...
13:49:20 #8 25.10 Selecting previously unselected package libhttp-date-perl.
13:49:20 #8 25.10 Preparing to unpack .../119-libhttp-date-perl_6.02-1_all.deb ...
13:49:20 #8 25.11 Unpacking libhttp-date-perl (6.02-1) ...
13:49:20 #8 25.13 Selecting previously unselected package libfile-listing-perl.
13:49:20 #8 25.13 Preparing to unpack .../120-libfile-listing-perl_6.04-1_all.deb ...
13:49:20 #8 25.14 Unpacking libfile-listing-perl (6.04-1) ...
13:49:20 #8 25.16 Selecting previously unselected package libhtml-tagset-perl.
13:49:20 #8 25.16 Preparing to unpack .../121-libhtml-tagset-perl_3.20-3_all.deb ...
13:49:20 #8 25.17 Unpacking libhtml-tagset-perl (3.20-3) ...
13:49:20 #8 25.19 Selecting previously unselected package liburi-perl.
13:49:20 #8 25.19 Preparing to unpack .../122-liburi-perl_1.76-1_all.deb ...
13:49:20 #8 25.20 Unpacking liburi-perl (1.76-1) ...
13:49:20 #8 25.23 Selecting previously unselected package libhtml-parser-perl.
13:49:20 #8 25.23 Preparing to unpack .../123-libhtml-parser-perl_3.72-3+b3_armhf.deb ...
13:49:20 #8 25.24 Unpacking libhtml-parser-perl (3.72-3+b3) ...
13:49:20 #8 25.27 Selecting previously unselected package libhtml-tree-perl.
13:49:20 #8 25.27 Preparing to unpack .../124-libhtml-tree-perl_5.07-2_all.deb ...
13:49:20 #8 25.27 Unpacking libhtml-tree-perl (5.07-2) ...
13:49:20 #8 25.32 Selecting previously unselected package libio-html-perl.
13:49:20 #8 25.32 Preparing to unpack .../125-libio-html-perl_1.001-1_all.deb ...
13:49:20 #8 25.32 Unpacking libio-html-perl (1.001-1) ...
13:49:20 #8 25.35 Selecting previously unselected package liblwp-mediatypes-perl.
13:49:20 #8 25.35 Preparing to unpack .../126-liblwp-mediatypes-perl_6.02-1_all.deb ...
13:49:20 #8 25.35 Unpacking liblwp-mediatypes-perl (6.02-1) ...
13:49:20 #8 25.38 Selecting previously unselected package libhttp-message-perl.
13:49:20 #8 25.38 Preparing to unpack .../127-libhttp-message-perl_6.18-1_all.deb ...
13:49:20 #8 25.38 Unpacking libhttp-message-perl (6.18-1) ...
13:49:20 #8 25.41 Selecting previously unselected package libhttp-cookies-perl.
13:49:20 #8 25.41 Preparing to unpack .../128-libhttp-cookies-perl_6.04-1_all.deb ...
13:49:20 #8 25.42 Unpacking libhttp-cookies-perl (6.04-1) ...
13:49:20 #8 25.44 Selecting previously unselected package libhttp-negotiate-perl.
13:49:20 #8 25.45 Preparing to unpack .../129-libhttp-negotiate-perl_6.01-1_all.deb ...
13:49:20 #8 25.45 Unpacking libhttp-negotiate-perl (6.01-1) ...
13:49:20 #8 25.47 Selecting previously unselected package perl-openssl-defaults:armhf.
13:49:20 #8 25.48 Preparing to unpack .../130-perl-openssl-defaults_3_armhf.deb ...
13:49:20 #8 25.48 Unpacking perl-openssl-defaults:armhf (3) ...
13:49:20 #8 25.51 Selecting previously unselected package libnet-ssleay-perl.
13:49:20 #8 25.51 Preparing to unpack .../131-libnet-ssleay-perl_1.85-2+b1_armhf.deb ...
13:49:20 #8 25.51 Unpacking libnet-ssleay-perl (1.85-2+b1) ...
13:49:20 #8 25.57 Selecting previously unselected package libio-socket-ssl-perl.
13:49:20 #8 25.57 Preparing to unpack .../132-libio-socket-ssl-perl_2.060-3_all.deb ...
13:49:20 #8 25.57 Unpacking libio-socket-ssl-perl (2.060-3) ...
13:49:20 #8 25.62 Selecting previously unselected package libnet-http-perl.
13:49:20 #8 25.62 Preparing to unpack .../133-libnet-http-perl_6.18-1_all.deb ...
13:49:20 #8 25.62 Unpacking libnet-http-perl (6.18-1) ...
13:49:20 #8 25.65 Selecting previously unselected package liblwp-protocol-https-perl.
13:49:20 #8 25.65 Preparing to unpack .../134-liblwp-protocol-https-perl_6.07-2_all.deb ...
13:49:20 #8 25.66 Unpacking liblwp-protocol-https-perl (6.07-2) ...
13:49:20 #8 25.68 Selecting previously unselected package libtry-tiny-perl.
13:49:20 #8 25.68 Preparing to unpack .../135-libtry-tiny-perl_0.30-1_all.deb ...
13:49:20 #8 25.69 Unpacking libtry-tiny-perl (0.30-1) ...
13:49:20 #8 25.71 Selecting previously unselected package libwww-robotrules-perl.
13:49:20 #8 25.71 Preparing to unpack .../136-libwww-robotrules-perl_6.02-1_all.deb ...
13:49:20 #8 25.72 Unpacking libwww-robotrules-perl (6.02-1) ...
13:49:20 #8 25.74 Selecting previously unselected package libwww-perl.
13:49:20 #8 25.75 Preparing to unpack .../137-libwww-perl_6.36-2_all.deb ...
13:49:20 #8 25.75 Unpacking libwww-perl (6.36-2) ...
13:49:20 #8 25.79 Selecting previously unselected package patchutils.
13:49:20 #8 25.79 Preparing to unpack .../138-patchutils_0.3.4-2_armhf.deb ...
13:49:20 #8 25.80 Unpacking patchutils (0.3.4-2) ...
13:49:20 #8 25.83 Selecting previously unselected package wdiff.
13:49:20 #8 25.83 Preparing to unpack .../139-wdiff_1.2.2-2+b1_armhf.deb ...
13:49:20 #8 25.84 Unpacking wdiff (1.2.2-2+b1) ...
13:49:20 #8 25.89 Selecting previously unselected package devscripts.
13:49:20 #8 25.89 Preparing to unpack .../140-devscripts_2.19.5+deb10u1_armhf.deb ...
13:49:20 #8 25.91 Unpacking devscripts (2.19.5+deb10u1) ...
13:49:20 #8 26.02 Selecting previously unselected package diffstat.
13:49:21 #8 26.03 Preparing to unpack .../141-diffstat_1.62-1_armhf.deb ...
13:49:21 #8 26.03 Unpacking diffstat (1.62-1) ...
13:49:21 #8 26.06 Selecting previously unselected package distro-info-data.
13:49:21 #8 26.06 Preparing to unpack .../142-distro-info-data_0.41+deb10u4_all.deb ...
13:49:21 #8 26.06 Unpacking distro-info-data (0.41+deb10u4) ...
13:49:21 #8 26.09 Selecting previously unselected package python3-pkg-resources.
13:49:21 #8 26.09 Preparing to unpack .../143-python3-pkg-resources_40.8.0-1_all.deb ...
13:49:21 #8 26.10 Unpacking python3-pkg-resources (40.8.0-1) ...
13:49:21 #8 26.14 Selecting previously unselected package python3-chardet.
13:49:21 #8 26.14 Preparing to unpack .../144-python3-chardet_3.0.4-3_all.deb ...
13:49:21 #8 26.14 Unpacking python3-chardet (3.0.4-3) ...
13:49:21 #8 26.18 Selecting previously unselected package python3-six.
13:49:21 #8 26.18 Preparing to unpack .../145-python3-six_1.12.0-1_all.deb ...
13:49:21 #8 26.19 Unpacking python3-six (1.12.0-1) ...
13:49:21 #8 26.22 Selecting previously unselected package python3-debian.
13:49:21 #8 26.22 Preparing to unpack .../146-python3-debian_0.1.35_all.deb ...
13:49:21 #8 26.23 Unpacking python3-debian (0.1.35) ...
13:49:21 #8 26.26 Selecting previously unselected package libgpgme11:armhf.
13:49:21 #8 26.26 Preparing to unpack .../147-libgpgme11_1.12.0-6_armhf.deb ...
13:49:21 #8 26.27 Unpacking libgpgme11:armhf (1.12.0-6) ...
13:49:21 #8 26.31 Selecting previously unselected package python3-gpg.
13:49:21 #8 26.31 Preparing to unpack .../148-python3-gpg_1.12.0-6_armhf.deb ...
13:49:21 #8 26.32 Unpacking python3-gpg (1.12.0-6) ...
13:49:21 #8 26.37 Selecting previously unselected package dput.
13:49:21 #8 26.38 Preparing to unpack .../149-dput_1.0.3_all.deb ...
13:49:21 #8 26.38 Unpacking dput (1.0.3) ...
13:49:21 #8 26.41 Selecting previously unselected package equivs.
13:49:21 #8 26.41 Preparing to unpack .../150-equivs_2.2.0_all.deb ...
13:49:21 #8 26.42 Unpacking equivs (2.2.0) ...
13:49:21 #8 26.50 Selecting previously unselected package exim4-config.
13:49:21 #8 26.51 Preparing to unpack .../151-exim4-config_4.92-8+deb10u6_all.deb ...
13:49:21 #8 26.51 Unpacking exim4-config (4.92-8+deb10u6) ...
13:49:21 #8 26.56 Selecting previously unselected package exim4-base.
13:49:21 #8 26.56 Preparing to unpack .../152-exim4-base_4.92-8+deb10u6_armhf.deb ...
13:49:21 #8 26.57 Unpacking exim4-base (4.92-8+deb10u6) ...
13:49:21 #8 26.64 Selecting previously unselected package libevent-2.1-6:armhf.
13:49:21 #8 26.64 Preparing to unpack .../153-libevent-2.1-6_2.1.8-stable-4_armhf.deb ...
13:49:21 #8 26.65 Unpacking libevent-2.1-6:armhf (2.1.8-stable-4) ...
13:49:21 #8 26.69 Selecting previously unselected package libunbound8:armhf.
13:49:21 #8 26.69 Preparing to unpack .../154-libunbound8_1.9.0-2+deb10u2_armhf.deb ...
13:49:21 #8 26.70 Unpacking libunbound8:armhf (1.9.0-2+deb10u2) ...
13:49:21 #8 26.76 Selecting previously unselected package libgnutls-dane0:armhf.
13:49:22 #8 26.76 Preparing to unpack .../155-libgnutls-dane0_3.6.7-4+deb10u7_armhf.deb ...
13:49:22 #8 26.76 Unpacking libgnutls-dane0:armhf (3.6.7-4+deb10u7) ...
13:49:22 #8 26.81 Selecting previously unselected package exim4-daemon-light.
13:49:22 #8 26.81 Preparing to unpack .../156-exim4-daemon-light_4.92-8+deb10u6_armhf.deb ...
13:49:22 #8 26.82 Unpacking exim4-daemon-light (4.92-8+deb10u6) ...
13:49:22 #8 26.89 Selecting previously unselected package libcurl3-gnutls:armhf.
13:49:22 #8 26.90 Preparing to unpack .../157-libcurl3-gnutls_7.64.0-4+deb10u2_armhf.deb ...
13:49:22 #8 26.90 Unpacking libcurl3-gnutls:armhf (7.64.0-4+deb10u2) ...
13:49:22 #8 26.95 Selecting previously unselected package libpcre2-8-0:armhf.
13:49:22 #8 26.95 Preparing to unpack .../158-libpcre2-8-0_10.32-5_armhf.deb ...
13:49:22 #8 26.96 Unpacking libpcre2-8-0:armhf (10.32-5) ...
13:49:22 #8 27.00 Selecting previously unselected package liberror-perl.
13:49:22 #8 27.01 Preparing to unpack .../159-liberror-perl_0.17027-2_all.deb ...
13:49:22 #8 27.01 Unpacking liberror-perl (0.17027-2) ...
13:49:22 #8 27.04 Selecting previously unselected package git-man.
13:49:22 #8 27.04 Preparing to unpack .../160-git-man_1%3a2.20.1-2+deb10u3_all.deb ...
13:49:22 #8 27.04 Unpacking git-man (1:2.20.1-2+deb10u3) ...
13:49:22 #8 27.16 Selecting previously unselected package git.
13:49:22 #8 27.16 Preparing to unpack .../161-git_1%3a2.20.1-2+deb10u3_armhf.deb ...
13:49:22 #8 27.18 Unpacking git (1:2.20.1-2+deb10u3) ...
13:49:22 #8 27.62 Selecting previously unselected package libgc1c2:armhf.
13:49:22 #8 27.62 Preparing to unpack .../162-libgc1c2_1%3a7.6.4-0.4_armhf.deb ...
13:49:22 #8 27.63 Unpacking libgc1c2:armhf (1:7.6.4-0.4) ...
13:49:22 #8 27.67 Selecting previously unselected package libltdl7:armhf.
13:49:22 #8 27.67 Preparing to unpack .../163-libltdl7_2.4.6-9_armhf.deb ...
13:49:22 #8 27.67 Unpacking libltdl7:armhf (2.4.6-9) ...
13:49:22 #8 27.72 Selecting previously unselected package guile-2.2-libs:armhf.
13:49:22 #8 27.72 Preparing to unpack .../164-guile-2.2-libs_2.2.4+1-2+deb10u1_armhf.deb ...
13:49:22 #8 27.72 Unpacking guile-2.2-libs:armhf (2.2.4+1-2+deb10u1) ...
13:49:23 #8 28.29 Selecting previously unselected package iso-codes.
13:49:23 #8 28.30 Preparing to unpack .../165-iso-codes_4.2-1_all.deb ...
13:49:23 #8 28.30 Unpacking iso-codes (4.2-1) ...
13:49:23 #8 28.71 Selecting previously unselected package libalgorithm-diff-perl.
13:49:23 #8 28.71 Preparing to unpack .../166-libalgorithm-diff-perl_1.19.03-2_all.deb ...
13:49:23 #8 28.71 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
13:49:23 #8 28.74 Selecting previously unselected package libalgorithm-diff-xs-perl.
13:49:23 #8 28.74 Preparing to unpack .../167-libalgorithm-diff-xs-perl_0.04-5+b1_armhf.deb ...
13:49:23 #8 28.78 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
13:49:23 #8 28.81 Selecting previously unselected package libalgorithm-merge-perl.
13:49:23 #8 28.81 Preparing to unpack .../168-libalgorithm-merge-perl_0.08-3_all.deb ...
13:49:23 #8 28.82 Unpacking libalgorithm-merge-perl (0.08-3) ...
13:49:23 #8 28.85 Selecting previously unselected package libapt-inst2.0:armhf.
13:49:23 #8 28.85 Preparing to unpack .../169-libapt-inst2.0_1.8.2.3_armhf.deb ...
13:49:23 #8 28.85 Unpacking libapt-inst2.0:armhf (1.8.2.3) ...
13:49:23 #8 28.90 Selecting previously unselected package libapt-pkg-perl.
13:49:23 #8 28.90 Preparing to unpack .../170-libapt-pkg-perl_0.1.34+b1_armhf.deb ...
13:49:23 #8 28.90 Unpacking libapt-pkg-perl (0.1.34+b1) ...
13:49:23 #8 28.94 Selecting previously unselected package libarchive-cpio-perl.
13:49:24 #8 28.94 Preparing to unpack .../171-libarchive-cpio-perl_0.10-1_all.deb ...
13:49:24 #8 28.94 Unpacking libarchive-cpio-perl (0.10-1) ...
13:49:24 #8 28.97 Selecting previously unselected package libasync-mergepoint-perl.
13:49:24 #8 28.97 Preparing to unpack .../172-libasync-mergepoint-perl_0.04-2_all.deb ...
13:49:24 #8 28.98 Unpacking libasync-mergepoint-perl (0.04-2) ...
13:49:24 #8 29.00 Selecting previously unselected package libauthen-sasl-perl.
13:49:24 #8 29.01 Preparing to unpack .../173-libauthen-sasl-perl_2.1600-1_all.deb ...
13:49:24 #8 29.01 Unpacking libauthen-sasl-perl (2.1600-1) ...
13:49:24 #8 29.04 Selecting previously unselected package libmodule-implementation-perl.
13:49:24 #8 29.04 Preparing to unpack .../174-libmodule-implementation-perl_0.09-1_all.deb ...
13:49:24 #8 29.05 Unpacking libmodule-implementation-perl (0.09-1) ...
13:49:24 #8 29.07 Selecting previously unselected package libvariable-magic-perl.
13:49:24 #8 29.07 Preparing to unpack .../175-libvariable-magic-perl_0.62-1+b1_armhf.deb ...
13:49:24 #8 29.08 Unpacking libvariable-magic-perl (0.62-1+b1) ...
13:49:24 #8 29.10 Selecting previously unselected package libb-hooks-endofscope-perl.
13:49:24 #8 29.11 Preparing to unpack .../176-libb-hooks-endofscope-perl_0.24-1_all.deb ...
13:49:24 #8 29.11 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
13:49:24 #8 29.14 Selecting previously unselected package libcapture-tiny-perl.
13:49:24 #8 29.14 Preparing to unpack .../177-libcapture-tiny-perl_0.48-1_all.deb ...
13:49:24 #8 29.14 Unpacking libcapture-tiny-perl (0.48-1) ...
13:49:24 #8 29.17 Selecting previously unselected package libcgi-pm-perl.
13:49:24 #8 29.17 Preparing to unpack .../178-libcgi-pm-perl_4.40-1_all.deb ...
13:49:24 #8 29.18 Unpacking libcgi-pm-perl (4.40-1) ...
13:49:24 #8 29.22 Selecting previously unselected package libfcgi-perl.
13:49:24 #8 29.22 Preparing to unpack .../179-libfcgi-perl_0.78-2+b3_armhf.deb ...
13:49:24 #8 29.23 Unpacking libfcgi-perl (0.78-2+b3) ...
13:49:24 #8 29.25 Selecting previously unselected package libcgi-fast-perl.
13:49:24 #8 29.26 Preparing to unpack .../180-libcgi-fast-perl_1%3a2.13-1_all.deb ...
13:49:24 #8 29.26 Unpacking libcgi-fast-perl (1:2.13-1) ...
13:49:24 #8 29.29 Selecting previously unselected package libsub-name-perl.
13:49:24 #8 29.29 Preparing to unpack .../181-libsub-name-perl_0.21-1+b3_armhf.deb ...
13:49:24 #8 29.29 Unpacking libsub-name-perl (0.21-1+b3) ...
13:49:24 #8 29.32 Selecting previously unselected package libclass-accessor-perl.
13:49:24 #8 29.32 Preparing to unpack .../182-libclass-accessor-perl_0.51-1_all.deb ...
13:49:24 #8 29.33 Unpacking libclass-accessor-perl (0.51-1) ...
13:49:24 #8 29.35 Selecting previously unselected package libclass-inspector-perl.
13:49:24 #8 29.36 Preparing to unpack .../183-libclass-inspector-perl_1.32-1_all.deb ...
13:49:24 #8 29.36 Unpacking libclass-inspector-perl (1.32-1) ...
13:49:24 #8 29.39 Selecting previously unselected package libclass-xsaccessor-perl.
13:49:24 #8 29.39 Preparing to unpack .../184-libclass-xsaccessor-perl_1.19-3+b2_armhf.deb ...
13:49:24 #8 29.40 Unpacking libclass-xsaccessor-perl (1.19-3+b2) ...
13:49:24 #8 29.42 Selecting previously unselected package libclone-perl.
13:49:24 #8 29.43 Preparing to unpack .../185-libclone-perl_0.41-1+b1_armhf.deb ...
13:49:24 #8 29.43 Unpacking libclone-perl (0.41-1+b1) ...
13:49:24 #8 29.46 Selecting previously unselected package libcommon-sense-perl.
13:49:24 #8 29.46 Preparing to unpack .../186-libcommon-sense-perl_3.74-2+b7_armhf.deb ...
13:49:24 #8 29.46 Unpacking libcommon-sense-perl (3.74-2+b7) ...
13:49:24 #8 29.49 Selecting previously unselected package libparams-util-perl.
13:49:24 #8 29.49 Preparing to unpack .../187-libparams-util-perl_1.07-3+b4_armhf.deb ...
13:49:24 #8 29.50 Unpacking libparams-util-perl (1.07-3+b4) ...
13:49:24 #8 29.52 Selecting previously unselected package libsub-install-perl.
13:49:24 #8 29.53 Preparing to unpack .../188-libsub-install-perl_0.928-1_all.deb ...
13:49:24 #8 29.53 Unpacking libsub-install-perl (0.928-1) ...
13:49:24 #8 29.56 Selecting previously unselected package libdata-optlist-perl.
13:49:24 #8 29.56 Preparing to unpack .../189-libdata-optlist-perl_0.110-1_all.deb ...
13:49:24 #8 29.56 Unpacking libdata-optlist-perl (0.110-1) ...
13:49:24 #8 29.59 Selecting previously unselected package libsub-exporter-perl.
13:49:24 #8 29.59 Preparing to unpack .../190-libsub-exporter-perl_0.987-1_all.deb ...
13:49:24 #8 29.59 Unpacking libsub-exporter-perl (0.987-1) ...
13:49:24 #8 29.62 Selecting previously unselected package libconst-fast-perl.
13:49:24 #8 29.63 Preparing to unpack .../191-libconst-fast-perl_0.014-1_all.deb ...
13:49:24 #8 29.63 Unpacking libconst-fast-perl (0.014-1) ...
13:49:24 #8 29.65 Selecting previously unselected package libwant-perl.
13:49:24 #8 29.66 Preparing to unpack .../192-libwant-perl_0.29-1+b4_armhf.deb ...
13:49:24 #8 29.66 Unpacking libwant-perl (0.29-1+b4) ...
13:49:24 #8 29.69 Selecting previously unselected package libcontextual-return-perl.
13:49:24 #8 29.69 Preparing to unpack .../193-libcontextual-return-perl_0.004014-2_all.deb ...
13:49:24 #8 29.69 Unpacking libcontextual-return-perl (0.004014-2) ...
13:49:24 #8 29.73 Selecting previously unselected package libconvert-binhex-perl.
13:49:24 #8 29.73 Preparing to unpack .../194-libconvert-binhex-perl_1.125-1_all.deb ...
13:49:24 #8 29.73 Unpacking libconvert-binhex-perl (1.125-1) ...
13:49:24 #8 29.76 Selecting previously unselected package libdata-dump-perl.
13:49:24 #8 29.77 Preparing to unpack .../195-libdata-dump-perl_1.23-1_all.deb ...
13:49:24 #8 29.77 Unpacking libdata-dump-perl (1.23-1) ...
13:49:24 #8 29.80 Selecting previously unselected package libdigest-bubblebabble-perl.
13:49:24 #8 29.80 Preparing to unpack .../196-libdigest-bubblebabble-perl_0.02-2_all.deb ...
13:49:24 #8 29.81 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
13:49:24 #8 29.83 Selecting previously unselected package libdigest-hmac-perl.
13:49:24 #8 29.83 Preparing to unpack .../197-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
13:49:24 #8 29.84 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
13:49:24 #8 29.87 Selecting previously unselected package libdistro-info-perl.
13:49:24 #8 29.87 Preparing to unpack .../198-libdistro-info-perl_0.21_all.deb ...
13:49:24 #8 29.87 Unpacking libdistro-info-perl (0.21) ...
13:49:24 #8 29.90 Selecting previously unselected package libnet-smtp-ssl-perl.
13:49:24 #8 29.90 Preparing to unpack .../199-libnet-smtp-ssl-perl_1.04-1_all.deb ...
13:49:24 #8 29.91 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
13:49:24 #8 29.93 Selecting previously unselected package libmailtools-perl.
13:49:24 #8 29.93 Preparing to unpack .../200-libmailtools-perl_2.18-1_all.deb ...
13:49:24 #8 29.94 Unpacking libmailtools-perl (2.18-1) ...
13:49:24 #8 29.97 Selecting previously unselected package libnet-ip-perl.
13:49:25 #8 29.97 Preparing to unpack .../201-libnet-ip-perl_1.26-2_all.deb ...
13:49:25 #8 29.98 Unpacking libnet-ip-perl (1.26-2) ...
13:49:25 #8 30.01 Selecting previously unselected package libnet-dns-perl.
13:49:25 #8 30.01 Preparing to unpack .../202-libnet-dns-perl_1.19-1_all.deb ...
13:49:25 #8 30.01 Unpacking libnet-dns-perl (1.19-1) ...
13:49:25 #8 30.07 Selecting previously unselected package libnet-domain-tld-perl.
13:49:25 #8 30.08 Preparing to unpack .../203-libnet-domain-tld-perl_1.75-1_all.deb ...
13:49:25 #8 30.08 Unpacking libnet-domain-tld-perl (1.75-1) ...
13:49:25 #8 30.11 Selecting previously unselected package libemail-valid-perl.
13:49:25 #8 30.11 Preparing to unpack .../204-libemail-valid-perl_1.202-1_all.deb ...
13:49:25 #8 30.11 Unpacking libemail-valid-perl (1.202-1) ...
13:49:25 #8 30.15 Selecting previously unselected package libexporter-tiny-perl.
13:49:25 #8 30.15 Preparing to unpack .../205-libexporter-tiny-perl_1.002001-1_all.deb ...
13:49:25 #8 30.15 Unpacking libexporter-tiny-perl (1.002001-1) ...
13:49:25 #8 30.18 Selecting previously unselected package libipc-system-simple-perl.
13:49:25 #8 30.19 Preparing to unpack .../206-libipc-system-simple-perl_1.25-4_all.deb ...
13:49:25 #8 30.19 Unpacking libipc-system-simple-perl (1.25-4) ...
13:49:25 #8 30.22 Selecting previously unselected package libfile-basedir-perl.
13:49:25 #8 30.22 Preparing to unpack .../207-libfile-basedir-perl_0.08-1_all.deb ...
13:49:25 #8 30.22 Unpacking libfile-basedir-perl (0.08-1) ...
13:49:25 #8 30.25 Selecting previously unselected package libfile-chdir-perl.
13:49:25 #8 30.26 Preparing to unpack .../208-libfile-chdir-perl_0.1008-1_all.deb ...
13:49:25 #8 30.26 Unpacking libfile-chdir-perl (0.1008-1) ...
13:49:25 #8 30.29 Selecting previously unselected package libfile-fcntllock-perl.
13:49:25 #8 30.29 Preparing to unpack .../209-libfile-fcntllock-perl_0.22-3+b5_armhf.deb ...
13:49:25 #8 30.29 Unpacking libfile-fcntllock-perl (0.22-3+b5) ...
13:49:25 #8 30.32 Selecting previously unselected package libfont-afm-perl.
13:49:25 #8 30.32 Preparing to unpack .../210-libfont-afm-perl_1.20-2_all.deb ...
13:49:25 #8 30.33 Unpacking libfont-afm-perl (1.20-2) ...
13:49:25 #8 30.36 Selecting previously unselected package libfribidi0:armhf.
13:49:25 #8 30.36 Preparing to unpack .../211-libfribidi0_1.0.5-3.1+deb10u1_armhf.deb ...
13:49:25 #8 30.36 Unpacking libfribidi0:armhf (1.0.5-3.1+deb10u1) ...
13:49:25 #8 30.39 Selecting previously unselected package libfuture-perl.
13:49:25 #8 30.40 Preparing to unpack .../212-libfuture-perl_0.39-1_all.deb ...
13:49:25 #8 30.40 Unpacking libfuture-perl (0.39-1) ...
13:49:25 #8 30.43 Selecting previously unselected package libio-stringy-perl.
13:49:25 #8 30.43 Preparing to unpack .../213-libio-stringy-perl_2.111-3_all.deb ...
13:49:25 #8 30.44 Unpacking libio-stringy-perl (2.111-3) ...
13:49:25 #8 30.47 Selecting previously unselected package libparams-validate-perl.
13:49:25 #8 30.47 Preparing to unpack .../214-libparams-validate-perl_1.29-1+b1_armhf.deb ...
13:49:25 #8 30.47 Unpacking libparams-validate-perl (1.29-1+b1) ...
13:49:25 #8 30.51 Selecting previously unselected package libgetopt-long-descriptive-perl.
13:49:25 #8 30.51 Preparing to unpack .../215-libgetopt-long-descriptive-perl_0.103-2_all.deb ...
13:49:25 #8 30.51 Unpacking libgetopt-long-descriptive-perl (0.103-2) ...
13:49:25 #8 30.54 Selecting previously unselected package libsort-versions-perl.
13:49:25 #8 30.54 Preparing to unpack .../216-libsort-versions-perl_1.62-1_all.deb ...
13:49:25 #8 30.54 Unpacking libsort-versions-perl (1.62-1) ...
13:49:25 #8 30.57 Selecting previously unselected package libgit-wrapper-perl.
13:49:25 #8 30.58 Preparing to unpack .../217-libgit-wrapper-perl_0.048-1_all.deb ...
13:49:25 #8 30.58 Unpacking libgit-wrapper-perl (0.048-1) ...
13:49:25 #8 30.61 Selecting previously unselected package libhttp-tiny-multipart-perl.
13:49:25 #8 30.61 Preparing to unpack .../218-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
13:49:25 #8 30.61 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
13:49:25 #8 30.64 Selecting previously unselected package libio-prompter-perl.
13:49:25 #8 30.64 Preparing to unpack .../219-libio-prompter-perl_0.004015-1_all.deb ...
13:49:25 #8 30.64 Unpacking libio-prompter-perl (0.004015-1) ...
13:49:25 #8 30.67 Selecting previously unselected package libjson-perl.
13:49:25 #8 30.68 Preparing to unpack .../220-libjson-perl_4.02000-1_all.deb ...
13:49:25 #8 30.68 Unpacking libjson-perl (4.02000-1) ...
13:49:25 #8 30.71 Selecting previously unselected package liblog-any-perl.
13:49:25 #8 30.71 Preparing to unpack .../221-liblog-any-perl_1.707-1_all.deb ...
13:49:25 #8 30.72 Unpacking liblog-any-perl (1.707-1) ...
13:49:25 #8 30.75 Selecting previously unselected package liblog-any-adapter-screen-perl.
13:49:25 #8 30.75 Preparing to unpack .../222-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
13:49:25 #8 30.75 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
13:49:25 #8 30.78 Selecting previously unselected package libpackage-stash-perl.
13:49:25 #8 30.78 Preparing to unpack .../223-libpackage-stash-perl_0.38-1_all.deb ...
13:49:25 #8 30.79 Unpacking libpackage-stash-perl (0.38-1) ...
13:49:25 #8 30.81 Selecting previously unselected package libsub-identify-perl.
13:49:26 #8 30.82 Preparing to unpack .../224-libsub-identify-perl_0.14-1+b1_armhf.deb ...
13:49:26 #8 30.82 Unpacking libsub-identify-perl (0.14-1+b1) ...
13:49:26 #8 30.85 Selecting previously unselected package libnamespace-clean-perl.
13:49:26 #8 30.85 Preparing to unpack .../225-libnamespace-clean-perl_0.27-1_all.deb ...
13:49:26 #8 30.85 Unpacking libnamespace-clean-perl (0.27-1) ...
13:49:26 #8 30.88 Selecting previously unselected package libpath-tiny-perl.
13:49:26 #8 30.88 Preparing to unpack .../226-libpath-tiny-perl_0.108-1_all.deb ...
13:49:26 #8 30.89 Unpacking libpath-tiny-perl (0.108-1) ...
13:49:26 #8 30.91 Selecting previously unselected package libtype-tiny-perl.
13:49:26 #8 30.92 Preparing to unpack .../227-libtype-tiny-perl_1.004004-1_all.deb ...
13:49:26 #8 30.92 Unpacking libtype-tiny-perl (1.004004-1) ...
13:49:26 #8 30.97 Selecting previously unselected package libgitlab-api-v4-perl.
13:49:26 #8 30.97 Preparing to unpack .../228-libgitlab-api-v4-perl_0.16-1_all.deb ...
13:49:26 #8 30.98 Unpacking libgitlab-api-v4-perl (0.16-1) ...
13:49:26 #8 31.01 Selecting previously unselected package libglib2.0-data.
13:49:26 #8 31.01 Preparing to unpack .../229-libglib2.0-data_2.58.3-2+deb10u3_all.deb ...
13:49:26 #8 31.02 Unpacking libglib2.0-data (2.58.3-2+deb10u3) ...
13:49:26 #8 31.17 Selecting previously unselected package libgpm2:armhf.
13:49:26 #8 31.17 Preparing to unpack .../230-libgpm2_1.20.7-5_armhf.deb ...
13:49:26 #8 31.18 Unpacking libgpm2:armhf (1.20.7-5) ...
13:49:26 #8 31.21 Selecting previously unselected package libidn11:armhf.
13:49:26 #8 31.21 Preparing to unpack .../231-libidn11_1.33-2.2_armhf.deb ...
13:49:26 #8 31.22 Unpacking libidn11:armhf (1.33-2.2) ...
13:49:26 #8 31.26 Selecting previously unselected package libntlm0:armhf.
13:49:26 #8 31.26 Preparing to unpack .../232-libntlm0_1.5-1+deb10u1_armhf.deb ...
13:49:26 #8 31.26 Unpacking libntlm0:armhf (1.5-1+deb10u1) ...
13:49:26 #8 31.30 Selecting previously unselected package libgsasl7.
13:49:26 #8 31.30 Preparing to unpack .../233-libgsasl7_1.8.0-8+b2_armhf.deb ...
13:49:26 #8 31.30 Unpacking libgsasl7 (1.8.0-8+b2) ...
13:49:26 #8 31.35 Selecting previously unselected package libhtml-form-perl.
13:49:26 #8 31.35 Preparing to unpack .../234-libhtml-form-perl_6.03-1_all.deb ...
13:49:26 #8 31.35 Unpacking libhtml-form-perl (6.03-1) ...
13:49:26 #8 31.38 Selecting previously unselected package libhtml-format-perl.
13:49:26 #8 31.38 Preparing to unpack .../235-libhtml-format-perl_2.12-1_all.deb ...
13:49:26 #8 31.38 Unpacking libhtml-format-perl (2.12-1) ...
13:49:26 #8 31.42 Selecting previously unselected package libhttp-daemon-perl.
13:49:26 #8 31.42 Preparing to unpack .../236-libhttp-daemon-perl_6.01-3_all.deb ...
13:49:26 #8 31.42 Unpacking libhttp-daemon-perl (6.01-3) ...
13:49:26 #8 31.45 Selecting previously unselected package libstruct-dumb-perl.
13:49:26 #8 31.45 Preparing to unpack .../237-libstruct-dumb-perl_0.09-1_all.deb ...
13:49:26 #8 31.45 Unpacking libstruct-dumb-perl (0.09-1) ...
13:49:26 #8 31.48 Selecting previously unselected package libio-async-perl.
13:49:26 #8 31.48 Preparing to unpack .../238-libio-async-perl_0.72-1_all.deb ...
13:49:26 #8 31.49 Unpacking libio-async-perl (0.72-1) ...
13:49:26 #8 31.54 Selecting previously unselected package libio-sessiondata-perl.
13:49:26 #8 31.54 Preparing to unpack .../239-libio-sessiondata-perl_1.03-1_all.deb ...
13:49:26 #8 31.54 Unpacking libio-sessiondata-perl (1.03-1) ...
13:49:26 #8 31.57 Selecting previously unselected package libio-string-perl.
13:49:26 #8 31.57 Preparing to unpack .../240-libio-string-perl_1.08-3_all.deb ...
13:49:26 #8 31.57 Unpacking libio-string-perl (1.08-3) ...
13:49:26 #8 31.60 Selecting previously unselected package libtypes-serialiser-perl.
13:49:26 #8 31.60 Preparing to unpack .../241-libtypes-serialiser-perl_1.0-1_all.deb ...
13:49:26 #8 31.60 Unpacking libtypes-serialiser-perl (1.0-1) ...
13:49:26 #8 31.63 Selecting previously unselected package libjson-xs-perl.
13:49:26 #8 31.63 Preparing to unpack .../242-libjson-xs-perl_3.040-1+b1_armhf.deb ...
13:49:26 #8 31.64 Unpacking libjson-xs-perl (3.040-1+b1) ...
13:49:26 #8 31.67 Selecting previously unselected package liblzo2-2:armhf.
13:49:26 #8 31.67 Preparing to unpack .../243-liblzo2-2_2.10-0.1_armhf.deb ...
13:49:26 #8 31.68 Unpacking liblzo2-2:armhf (2.10-0.1) ...
13:49:26 #8 31.71 Selecting previously unselected package libkyotocabinet16v5:armhf.
13:49:26 #8 31.71 Preparing to unpack .../244-libkyotocabinet16v5_1.2.76-4.2+b1_armhf.deb ...
13:49:26 #8 31.72 Unpacking libkyotocabinet16v5:armhf (1.2.76-4.2+b1) ...
13:49:26 #8 31.77 Selecting previously unselected package liblist-compare-perl.
13:49:27 #8 31.77 Preparing to unpack .../245-liblist-compare-perl_0.53-1_all.deb ...
13:49:27 #8 31.77 Unpacking liblist-compare-perl (0.53-1) ...
13:49:27 #8 31.80 Selecting previously unselected package liblist-moreutils-perl.
13:49:27 #8 31.81 Preparing to unpack .../246-liblist-moreutils-perl_0.416-1+b4_armhf.deb ...
13:49:27 #8 31.81 Unpacking liblist-moreutils-perl (0.416-1+b4) ...
13:49:27 #8 31.84 Selecting previously unselected package libltdl-dev:armhf.
13:49:27 #8 31.84 Preparing to unpack .../247-libltdl-dev_2.4.6-9_armhf.deb ...
13:49:27 #8 31.85 Unpacking libltdl-dev:armhf (2.4.6-9) ...
13:49:27 #8 31.89 Selecting previously unselected package libsys-hostname-long-perl.
13:49:27 #8 31.89 Preparing to unpack .../248-libsys-hostname-long-perl_1.5-1_all.deb ...
13:49:27 #8 31.89 Unpacking libsys-hostname-long-perl (1.5-1) ...
13:49:27 #8 31.92 Selecting previously unselected package libmail-sendmail-perl.
13:49:27 #8 31.92 Preparing to unpack .../249-libmail-sendmail-perl_0.80-1_all.deb ...
13:49:27 #8 31.93 Unpacking libmail-sendmail-perl (0.80-1) ...
13:49:27 #8 31.96 Selecting previously unselected package mailutils-common.
13:49:27 #8 31.96 Preparing to unpack .../250-mailutils-common_1%3a3.5-4_all.deb ...
13:49:27 #8 31.96 Unpacking mailutils-common (1:3.5-4) ...
13:49:27 #8 32.04 Selecting previously unselected package mysql-common.
13:49:27 #8 32.04 Preparing to unpack .../251-mysql-common_5.8+1.0.5_all.deb ...
13:49:27 #8 32.06 Unpacking mysql-common (5.8+1.0.5) ...
13:49:27 #8 32.09 Selecting previously unselected package mariadb-common.
13:49:27 #8 32.09 Preparing to unpack .../252-mariadb-common_1%3a10.3.34-0+deb10u1_all.deb ...
13:49:27 #8 32.10 Unpacking mariadb-common (1:10.3.34-0+deb10u1) ...
13:49:27 #8 32.19 Selecting previously unselected package libmariadb3:armhf.
13:49:27 #8 32.20 Preparing to unpack .../253-libmariadb3_1%3a10.3.34-0+deb10u1_armhf.deb ...
13:49:27 #8 32.20 Unpacking libmariadb3:armhf (1:10.3.34-0+deb10u1) ...
13:49:27 #8 32.25 Selecting previously unselected package libpython2.7-minimal:armhf.
13:49:27 #8 32.25 Preparing to unpack .../254-libpython2.7-minimal_2.7.16-2+deb10u1_armhf.deb ...
13:49:27 #8 32.26 Unpacking libpython2.7-minimal:armhf (2.7.16-2+deb10u1) ...
13:49:27 #8 32.33 Selecting previously unselected package libpython2.7-stdlib:armhf.
13:49:27 #8 32.33 Preparing to unpack .../255-libpython2.7-stdlib_2.7.16-2+deb10u1_armhf.deb ...
13:49:27 #8 32.33 Unpacking libpython2.7-stdlib:armhf (2.7.16-2+deb10u1) ...
13:49:27 #8 32.53 Selecting previously unselected package libpython2.7:armhf.
13:49:27 #8 32.53 Preparing to unpack .../256-libpython2.7_2.7.16-2+deb10u1_armhf.deb ...
13:49:27 #8 32.54 Unpacking libpython2.7:armhf (2.7.16-2+deb10u1) ...
13:49:27 #8 32.65 Selecting previously unselected package libmailutils5:armhf.
13:49:27 #8 32.65 Preparing to unpack .../257-libmailutils5_1%3a3.5-4_armhf.deb ...
13:49:27 #8 32.66 Unpacking libmailutils5:armhf (1:3.5-4) ...
13:49:27 #8 32.73 Selecting previously unselected package libmime-tools-perl.
13:49:27 #8 32.73 Preparing to unpack .../258-libmime-tools-perl_5.509-1_all.deb ...
13:49:27 #8 32.74 Unpacking libmime-tools-perl (5.509-1) ...
13:49:27 #8 32.78 Selecting previously unselected package libnet-dns-sec-perl.
13:49:27 #8 32.78 Preparing to unpack .../259-libnet-dns-sec-perl_1.11-1_armhf.deb ...
13:49:27 #8 32.79 Unpacking libnet-dns-sec-perl (1.11-1) ...
13:49:27 #8 32.82 Selecting previously unselected package libnet-libidn-perl.
13:49:27 #8 32.82 Preparing to unpack .../260-libnet-libidn-perl_0.12.ds-3+b1_armhf.deb ...
13:49:27 #8 32.83 Unpacking libnet-libidn-perl (0.12.ds-3+b1) ...
13:49:27 #8 32.86 Selecting previously unselected package libnumber-compare-perl.
13:49:28 #8 32.86 Preparing to unpack .../261-libnumber-compare-perl_0.03-1_all.deb ...
13:49:28 #8 32.86 Unpacking libnumber-compare-perl (0.03-1) ...
13:49:28 #8 32.89 Selecting previously unselected package libnumber-range-perl.
13:49:28 #8 32.89 Preparing to unpack .../262-libnumber-range-perl_0.12-1_all.deb ...
13:49:28 #8 32.90 Unpacking libnumber-range-perl (0.12-1) ...
13:49:28 #8 32.93 Selecting previously unselected package libossp-uuid16:armhf.
13:49:28 #8 32.93 Preparing to unpack .../263-libossp-uuid16_1.6.2-1.5+b7_armhf.deb ...
13:49:28 #8 32.93 Unpacking libossp-uuid16:armhf (1.6.2-1.5+b7) ...
13:49:28 #8 32.96 Selecting previously unselected package libossp-uuid-perl.
13:49:28 #8 32.96 Preparing to unpack .../264-libossp-uuid-perl_1.6.2-1.5+b7_armhf.deb ...
13:49:28 #8 32.97 Unpacking libossp-uuid-perl (1.6.2-1.5+b7) ...
13:49:28 #8 32.99 Selecting previously unselected package libpackage-stash-xs-perl.
13:49:28 #8 33.00 Preparing to unpack .../265-libpackage-stash-xs-perl_0.29-1_armhf.deb ...
13:49:28 #8 33.00 Unpacking libpackage-stash-xs-perl (0.29-1) ...
13:49:28 #8 33.03 Selecting previously unselected package libparse-debianchangelog-perl.
13:49:28 #8 33.03 Preparing to unpack .../266-libparse-debianchangelog-perl_1.2.0-13_all.deb ...
13:49:28 #8 33.03 Unpacking libparse-debianchangelog-perl (1.2.0-13) ...
13:49:28 #8 33.07 Selecting previously unselected package libtext-glob-perl.
13:49:28 #8 33.07 Preparing to unpack .../267-libtext-glob-perl_0.10-1_all.deb ...
13:49:28 #8 33.07 Unpacking libtext-glob-perl (0.10-1) ...
13:49:28 #8 33.10 Selecting previously unselected package libpath-iterator-rule-perl.
13:49:28 #8 33.10 Preparing to unpack .../268-libpath-iterator-rule-perl_1.014-1_all.deb ...
13:49:28 #8 33.11 Unpacking libpath-iterator-rule-perl (1.014-1) ...
13:49:28 #8 33.14 Selecting previously unselected package libperlio-gzip-perl.
13:49:28 #8 33.14 Preparing to unpack .../269-libperlio-gzip-perl_0.19-1+b5_armhf.deb ...
13:49:28 #8 33.14 Unpacking libperlio-gzip-perl (0.19-1+b5) ...
13:49:28 #8 33.17 Selecting previously unselected package libpod-constants-perl.
13:49:28 #8 33.17 Preparing to unpack .../270-libpod-constants-perl_0.19-1_all.deb ...
13:49:28 #8 33.17 Unpacking libpod-constants-perl (0.19-1) ...
13:49:28 #8 33.20 Selecting previously unselected package libreadonly-perl.
13:49:28 #8 33.20 Preparing to unpack .../271-libreadonly-perl_2.050-1_all.deb ...
13:49:28 #8 33.20 Unpacking libreadonly-perl (2.050-1) ...
13:49:28 #8 33.23 Selecting previously unselected package libref-util-perl.
13:49:28 #8 33.24 Preparing to unpack .../272-libref-util-perl_0.204-1_all.deb ...
13:49:28 #8 33.24 Unpacking libref-util-perl (0.204-1) ...
13:49:28 #8 33.27 Selecting previously unselected package libref-util-xs-perl.
13:49:28 #8 33.27 Preparing to unpack .../273-libref-util-xs-perl_0.117-1+b1_armhf.deb ...
13:49:28 #8 33.27 Unpacking libref-util-xs-perl (0.117-1+b1) ...
13:49:28 #8 33.30 Selecting previously unselected package libregexp-pattern-license-perl.
13:49:28 #8 33.30 Preparing to unpack .../274-libregexp-pattern-license-perl_3.0.31-4_all.deb ...
13:49:28 #8 33.31 Unpacking libregexp-pattern-license-perl (3.0.31-4) ...
13:49:28 #8 33.34 Selecting previously unselected package libsasl2-modules:armhf.
13:49:28 #8 33.34 Preparing to unpack .../275-libsasl2-modules_2.1.27+dfsg-1+deb10u2_armhf.deb ...
13:49:28 #8 33.34 Unpacking libsasl2-modules:armhf (2.1.27+dfsg-1+deb10u2) ...
13:49:28 #8 33.38 Selecting previously unselected package libsereal-decoder-perl.
13:49:28 #8 33.38 Preparing to unpack .../276-libsereal-decoder-perl_4.005+ds-1+b1_armhf.deb ...
13:49:28 #8 33.39 Unpacking libsereal-decoder-perl (4.005+ds-1+b1) ...
13:49:28 #8 33.42 Selecting previously unselected package libsereal-encoder-perl.
13:49:28 #8 33.42 Preparing to unpack .../277-libsereal-encoder-perl_4.005+ds-1+b1_armhf.deb ...
13:49:28 #8 33.42 Unpacking libsereal-encoder-perl (4.005+ds-1+b1) ...
13:49:28 #8 33.46 Selecting previously unselected package libsereal-perl.
13:49:28 #8 33.46 Preparing to unpack .../278-libsereal-perl_4.005-1_all.deb ...
13:49:28 #8 33.47 Unpacking libsereal-perl (4.005-1) ...
13:49:28 #8 33.50 Selecting previously unselected package libtask-weaken-perl.
13:49:28 #8 33.50 Preparing to unpack .../279-libtask-weaken-perl_1.06-1_all.deb ...
13:49:28 #8 33.50 Unpacking libtask-weaken-perl (1.06-1) ...
13:49:28 #8 33.53 Selecting previously unselected package libxml-parser-perl.
13:49:28 #8 33.53 Preparing to unpack .../280-libxml-parser-perl_2.44-4_armhf.deb ...
13:49:28 #8 33.54 Unpacking libxml-parser-perl (2.44-4) ...
13:49:28 #8 33.59 Selecting previously unselected package libsoap-lite-perl.
13:49:28 #8 33.59 Preparing to unpack .../281-libsoap-lite-perl_1.27-1_all.deb ...
13:49:28 #8 33.59 Unpacking libsoap-lite-perl (1.27-1) ...
13:49:28 #8 33.65 Selecting previously unselected package libsort-key-perl.
13:49:28 #8 33.65 Preparing to unpack .../282-libsort-key-perl_1.33-2+b1_armhf.deb ...
13:49:28 #8 33.65 Unpacking libsort-key-perl (1.33-2+b1) ...
13:49:28 #8 33.68 Selecting previously unselected package libstring-copyright-perl.
13:49:28 #8 33.69 Preparing to unpack .../283-libstring-copyright-perl_0.003006-1_all.deb ...
13:49:28 #8 33.69 Unpacking libstring-copyright-perl (0.003006-1) ...
13:49:28 #8 33.72 Selecting previously unselected package libstring-escape-perl.
13:49:28 #8 33.72 Preparing to unpack .../284-libstring-escape-perl_2010.002-2_all.deb ...
13:49:28 #8 33.72 Unpacking libstring-escape-perl (2010.002-2) ...
13:49:28 #8 33.75 Selecting previously unselected package libstring-shellquote-perl.
13:49:28 #8 33.75 Preparing to unpack .../285-libstring-shellquote-perl_1.04-1_all.deb ...
13:49:28 #8 33.76 Unpacking libstring-shellquote-perl (1.04-1) ...
13:49:28 #8 33.78 Selecting previously unselected package libterm-readkey-perl.
13:49:28 #8 33.78 Preparing to unpack .../286-libterm-readkey-perl_2.38-1_armhf.deb ...
13:49:28 #8 33.79 Unpacking libterm-readkey-perl (2.38-1) ...
13:49:28 #8 33.81 Selecting previously unselected package libtest-fatal-perl.
13:49:28 #8 33.82 Preparing to unpack .../287-libtest-fatal-perl_0.014-1_all.deb ...
13:49:28 #8 33.82 Unpacking libtest-fatal-perl (0.014-1) ...
13:49:28 #8 33.85 Selecting previously unselected package libtest-refcount-perl.
13:49:28 #8 33.85 Preparing to unpack .../288-libtest-refcount-perl_0.08-3_all.deb ...
13:49:28 #8 33.85 Unpacking libtest-refcount-perl (0.08-3) ...
13:49:28 #8 33.88 Selecting previously unselected package libtext-levenshtein-perl.
13:49:28 #8 33.88 Preparing to unpack .../289-libtext-levenshtein-perl_0.13-1_all.deb ...
13:49:28 #8 33.89 Unpacking libtext-levenshtein-perl (0.13-1) ...
13:49:28 #8 33.91 Selecting previously unselected package libtype-tiny-xs-perl.
13:49:28 #8 33.92 Preparing to unpack .../290-libtype-tiny-xs-perl_0.014-1+b1_armhf.deb ...
13:49:28 #8 33.92 Unpacking libtype-tiny-xs-perl (0.014-1+b1) ...
13:49:28 #8 33.95 Selecting previously unselected package libunicode-utf8-perl.
13:49:28 #8 33.95 Preparing to unpack .../291-libunicode-utf8-perl_0.62-1_armhf.deb ...
13:49:28 #8 33.95 Unpacking libunicode-utf8-perl (0.62-1) ...
13:49:28 #8 33.99 Selecting previously unselected package libwrap0:armhf.
13:49:29 #8 33.99 Preparing to unpack .../292-libwrap0_7.6.q-28_armhf.deb ...
13:49:29 #8 33.99 Unpacking libwrap0:armhf (7.6.q-28) ...
13:49:29 #8 34.03 Selecting previously unselected package libxau6:armhf.
13:49:29 #8 34.03 Preparing to unpack .../293-libxau6_1%3a1.0.8-1+b2_armhf.deb ...
13:49:29 #8 34.04 Unpacking libxau6:armhf (1:1.0.8-1+b2) ...
13:49:29 #8 34.07 Selecting previously unselected package libxdmcp6:armhf.
13:49:29 #8 34.07 Preparing to unpack .../294-libxdmcp6_1%3a1.1.2-3_armhf.deb ...
13:49:29 #8 34.08 Unpacking libxdmcp6:armhf (1:1.1.2-3) ...
13:49:29 #8 34.13 Selecting previously unselected package libxcb1:armhf.
13:49:29 #8 34.13 Preparing to unpack .../295-libxcb1_1.13.1-2_armhf.deb ...
13:49:29 #8 34.14 Unpacking libxcb1:armhf (1.13.1-2) ...
13:49:29 #8 34.17 Selecting previously unselected package libx11-data.
13:49:29 #8 34.17 Preparing to unpack .../296-libx11-data_2%3a1.6.7-1+deb10u2_all.deb ...
13:49:29 #8 34.18 Unpacking libx11-data (2:1.6.7-1+deb10u2) ...
13:49:29 #8 34.24 Selecting previously unselected package libx11-6:armhf.
13:49:29 #8 34.24 Preparing to unpack .../297-libx11-6_2%3a1.6.7-1+deb10u2_armhf.deb ...
13:49:29 #8 34.25 Unpacking libx11-6:armhf (2:1.6.7-1+deb10u2) ...
13:49:29 #8 34.33 Selecting previously unselected package libxext6:armhf.
13:49:29 #8 34.33 Preparing to unpack .../298-libxext6_2%3a1.3.3-1+b2_armhf.deb ...
13:49:29 #8 34.33 Unpacking libxext6:armhf (2:1.3.3-1+b2) ...
13:49:29 #8 34.36 Selecting previously unselected package libxml-namespacesupport-perl.
13:49:29 #8 34.37 Preparing to unpack .../299-libxml-namespacesupport-perl_1.12-1_all.deb ...
13:49:29 #8 34.37 Unpacking libxml-namespacesupport-perl (1.12-1) ...
13:49:29 #8 34.40 Selecting previously unselected package libxml-sax-base-perl.
13:49:29 #8 34.40 Preparing to unpack .../300-libxml-sax-base-perl_1.09-1_all.deb ...
13:49:29 #8 34.41 Unpacking libxml-sax-base-perl (1.09-1) ...
13:49:29 #8 34.44 Selecting previously unselected package libxml-sax-perl.
13:49:29 #8 34.44 Preparing to unpack .../301-libxml-sax-perl_1.00+dfsg-1_all.deb ...
13:49:29 #8 34.45 Unpacking libxml-sax-perl (1.00+dfsg-1) ...
13:49:29 #8 34.49 Selecting previously unselected package libxml-libxml-perl.
13:49:29 #8 34.49 Preparing to unpack .../302-libxml-libxml-perl_2.0134+dfsg-1_armhf.deb ...
13:49:29 #8 34.49 Unpacking libxml-libxml-perl (2.0134+dfsg-1) ...
13:49:29 #8 34.56 Selecting previously unselected package libxml-sax-expat-perl.
13:49:29 #8 34.56 Preparing to unpack .../303-libxml-sax-expat-perl_0.51-1_all.deb ...
13:49:29 #8 34.56 Unpacking libxml-sax-expat-perl (0.51-1) ...
13:49:29 #8 34.59 Selecting previously unselected package libxml-simple-perl.
13:49:29 #8 34.60 Preparing to unpack .../304-libxml-simple-perl_2.25-1_all.deb ...
13:49:29 #8 34.64 Unpacking libxml-simple-perl (2.25-1) ...
13:49:29 #8 34.67 Selecting previously unselected package libxmlrpc-lite-perl.
13:49:29 #8 34.67 Preparing to unpack .../305-libxmlrpc-lite-perl_0.717-2_all.deb ...
13:49:29 #8 34.68 Unpacking libxmlrpc-lite-perl (0.717-2) ...
13:49:29 #8 34.71 Selecting previously unselected package libxmuu1:armhf.
13:49:29 #8 34.71 Preparing to unpack .../306-libxmuu1_2%3a1.1.2-2+b3_armhf.deb ...
13:49:29 #8 34.72 Unpacking libxmuu1:armhf (2:1.1.2-2+b3) ...
13:49:29 #8 34.75 Selecting previously unselected package libyaml-0-2:armhf.
13:49:29 #8 34.75 Preparing to unpack .../307-libyaml-0-2_0.2.1-1_armhf.deb ...
13:49:29 #8 34.76 Unpacking libyaml-0-2:armhf (0.2.1-1) ...
13:49:29 #8 34.79 Selecting previously unselected package libyaml-libyaml-perl.
13:49:29 #8 34.79 Preparing to unpack .../308-libyaml-libyaml-perl_0.76+repack-1_armhf.deb ...
13:49:29 #8 34.80 Unpacking libyaml-libyaml-perl (0.76+repack-1) ...
13:49:29 #8 34.83 Selecting previously unselected package licensecheck.
13:49:29 #8 34.83 Preparing to unpack .../309-licensecheck_3.0.31-3_all.deb ...
13:49:29 #8 34.83 Unpacking licensecheck (3.0.31-3) ...
13:49:29 #8 34.86 Selecting previously unselected package t1utils.
13:49:29 #8 34.87 Preparing to unpack .../310-t1utils_1.41-3_armhf.deb ...
13:49:29 #8 34.87 Unpacking t1utils (1.41-3) ...
13:49:29 #8 34.91 Selecting previously unselected package lintian.
13:49:29 #8 34.91 Preparing to unpack .../311-lintian_2.15.0_all.deb ...
13:49:29 #8 34.91 Unpacking lintian (2.15.0) ...
13:49:30 #8 35.07 Selecting previously unselected package lsb-release.
13:49:30 #8 35.07 Preparing to unpack .../312-lsb-release_10.2019051400_all.deb ...
13:49:30 #8 35.07 Unpacking lsb-release (10.2019051400) ...
13:49:30 #8 35.10 Selecting previously unselected package mailutils.
13:49:30 #8 35.11 Preparing to unpack .../313-mailutils_1%3a3.5-4_armhf.deb ...
13:49:30 #8 35.11 Unpacking mailutils (1:3.5-4) ...
13:49:30 #8 35.16 Selecting previously unselected package manpages-dev.
13:49:30 #8 35.17 Preparing to unpack .../314-manpages-dev_4.16-2_all.deb ...
13:49:30 #8 35.17 Unpacking manpages-dev (4.16-2) ...
13:49:30 #8 35.47 Selecting previously unselected package psmisc.
13:49:30 #8 35.47 Preparing to unpack .../315-psmisc_23.2-1+deb10u1_armhf.deb ...
13:49:30 #8 35.47 Unpacking psmisc (23.2-1+deb10u1) ...
13:49:30 #8 35.51 Selecting previously unselected package publicsuffix.
13:49:30 #8 35.51 Preparing to unpack .../316-publicsuffix_20211109.1735-0+deb10u1_all.deb ...
13:49:30 #8 35.52 Unpacking publicsuffix (20211109.1735-0+deb10u1) ...
13:49:30 #8 35.55 Selecting previously unselected package python-apt-common.
13:49:30 #8 35.56 Preparing to unpack .../317-python-apt-common_1.8.4.3_all.deb ...
13:49:30 #8 35.56 Unpacking python-apt-common (1.8.4.3) ...
13:49:30 #8 35.61 Selecting previously unselected package python3-apt.
13:49:30 #8 35.61 Preparing to unpack .../318-python3-apt_1.8.4.3_armhf.deb ...
13:49:30 #8 35.61 Unpacking python3-apt (1.8.4.3) ...
13:49:30 #8 35.66 Selecting previously unselected package python3-certifi.
13:49:30 #8 35.66 Preparing to unpack .../319-python3-certifi_2018.8.24-1_all.deb ...
13:49:30 #8 35.66 Unpacking python3-certifi (2018.8.24-1) ...
13:49:30 #8 35.71 Selecting previously unselected package python3-idna.
13:49:30 #8 35.71 Preparing to unpack .../320-python3-idna_2.6-1_all.deb ...
13:49:30 #8 35.72 Unpacking python3-idna (2.6-1) ...
13:49:30 #8 35.75 Selecting previously unselected package python3-magic.
13:49:30 #8 35.75 Preparing to unpack .../321-python3-magic_2%3a0.4.15-2_all.deb ...
13:49:30 #8 35.75 Unpacking python3-magic (2:0.4.15-2) ...
13:49:30 #8 35.78 Selecting previously unselected package python3-urllib3.
13:49:31 #8 35.78 Preparing to unpack .../322-python3-urllib3_1.24.1-1_all.deb ...
13:49:31 #8 35.79 Unpacking python3-urllib3 (1.24.1-1) ...
13:49:31 #8 35.82 Selecting previously unselected package python3-requests.
13:49:31 #8 35.83 Preparing to unpack .../323-python3-requests_2.21.0-1_all.deb ...
13:49:31 #8 35.83 Unpacking python3-requests (2.21.0-1) ...
13:49:31 #8 35.86 Selecting previously unselected package python3-unidiff.
13:49:31 #8 35.87 Preparing to unpack .../324-python3-unidiff_0.5.4-1_all.deb ...
13:49:31 #8 35.87 Unpacking python3-unidiff (0.5.4-1) ...
13:49:31 #8 35.90 Selecting previously unselected package python3-xdg.
13:49:31 #8 35.90 Preparing to unpack .../325-python3-xdg_0.25-5_all.deb ...
13:49:31 #8 35.91 Unpacking python3-xdg (0.25-5) ...
13:49:31 #8 35.94 Selecting previously unselected package shared-mime-info.
13:49:31 #8 35.94 Preparing to unpack .../326-shared-mime-info_1.10-1_armhf.deb ...
13:49:31 #8 35.95 Unpacking shared-mime-info (1.10-1) ...
13:49:31 #8 36.05 Selecting previously unselected package strace.
13:49:31 #8 36.05 Preparing to unpack .../327-strace_4.26-0.2_armhf.deb ...
13:49:31 #8 36.06 Unpacking strace (4.26-0.2) ...
13:49:31 #8 36.12 Selecting previously unselected package unzip.
13:49:31 #8 36.12 Preparing to unpack .../328-unzip_6.0-23+deb10u2_armhf.deb ...
13:49:31 #8 36.12 Unpacking unzip (6.0-23+deb10u2) ...
13:49:31 #8 36.16 Selecting previously unselected package xauth.
13:49:31 #8 36.16 Preparing to unpack .../329-xauth_1%3a1.0.10-1_armhf.deb ...
13:49:31 #8 36.17 Unpacking xauth (1:1.0.10-1) ...
13:49:31 #8 36.21 Selecting previously unselected package xdg-user-dirs.
13:49:31 #8 36.21 Preparing to unpack .../330-xdg-user-dirs_0.17-2_armhf.deb ...
13:49:31 #8 36.22 Unpacking xdg-user-dirs (0.17-2) ...
13:49:31 #8 36.28 Setting up perl-modules-5.28 (5.28.1-6+deb10u1) ...
13:49:31 #8 36.29 Setting up libapt-pkg-perl (0.1.34+b1) ...
13:49:31 #8 36.30 Setting up libksba8:armhf (1.3.5-2) ...
13:49:31 #8 36.32 Setting up libpipeline1:armhf (1.5.1-2) ...
13:49:31 #8 36.33 Setting up wdiff (1.2.2-2+b1) ...
13:49:31 #8 36.34 Setting up lsb-base (10.2019051400) ...
13:49:31 #8 36.35 Setting up mysql-common (5.8+1.0.5) ...
13:49:31 #8 36.38 update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
13:49:31 #8 36.39 Setting up libxau6:armhf (1:1.0.8-1+b2) ...
13:49:31 #8 36.40 Setting up libkeyutils1:armhf (1.6-6) ...
13:49:31 #8 36.41 Setting up libpsl5:armhf (0.20.2-2) ...
13:49:31 #8 36.42 Setting up libgpm2:armhf (1.20.7-5) ...
13:49:31 #8 36.43 Setting up mime-support (3.62) ...
13:49:31 #8 36.47 Setting up xdg-user-dirs (0.17-2) ...
13:49:31 #8 36.49 Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
13:49:31 #8 36.50 Setting up psmisc (23.2-1+deb10u1) ...
13:49:31 #8 36.51 Setting up libgc1c2:armhf (1:7.6.4-0.4) ...
13:49:31 #8 36.53 Setting up libyaml-0-2:armhf (0.2.1-1) ...
13:49:31 #8 36.54 Setting up libglib2.0-0:armhf (2.58.3-2+deb10u3) ...
13:49:31 #8 36.56 No schema files found: doing nothing.
13:49:31 #8 36.57 Setting up distro-info-data (0.41+deb10u4) ...
13:49:31 #8 36.58 Setting up manpages (4.16-2) ...
13:49:31 #8 36.59 Setting up unzip (6.0-23+deb10u2) ...
13:49:31 #8 36.61 Setting up libsqlite3-0:armhf (3.27.2-3+deb10u1) ...
13:49:31 #8 36.62 Setting up libsasl2-modules:armhf (2.1.27+dfsg-1+deb10u2) ...
13:49:31 #8 36.63 Setting up binutils-common:armhf (2.31.1-16) ...
13:49:31 #8 36.64 Setting up libnghttp2-14:armhf (1.36.0-2+deb10u1) ...
13:49:31 #8 36.65 Setting up libmagic1:armhf (1:5.35-4+deb10u2) ...
13:49:31 #8 36.67 Setting up less (487-0.1+b1) ...
13:49:31 #8 36.76 Setting up perl-openssl-defaults:armhf (3) ...
13:49:32 #8 36.76 Setting up linux-libc-dev:armhf (4.19.235-1) ...
13:49:32 #8 36.78 Setting up gettext-base (0.19.8.1-9) ...
13:49:32 #8 36.79 Setting up liblzo2-2:armhf (2.10-0.1) ...
13:49:32 #8 36.80 Setting up libnpth0:armhf (1.6-1) ...
13:49:32 #8 36.81 Setting up krb5-locales (1.17-3+deb10u3) ...
13:49:32 #8 36.82 Setting up file (1:5.35-4+deb10u2) ...
13:49:32 #8 36.83 Setting up libossp-uuid16:armhf (1.6.2-1.5+b7) ...
13:49:32 #8 36.84 Setting up libassuan0:armhf (2.5.2-1) ...
13:49:32 #8 36.85 Setting up libgomp1:armhf (8.3.0-6) ...
13:49:32 #8 36.87 Setting up libapt-inst2.0:armhf (1.8.2.3) ...
13:49:32 #8 36.88 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
13:49:32 #8 36.89 Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ...
13:49:32 #8 36.90 Setting up libicu63:armhf (63.1-6+deb10u3) ...
13:49:32 #8 36.91 Setting up libfakeroot:armhf (1.23-1) ...
13:49:32 #8 36.93 Setting up libkrb5support0:armhf (1.17-3+deb10u3) ...
13:49:32 #8 36.94 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg-1+deb10u2) ...
13:49:32 #8 36.95 Setting up fakeroot (1.23-1) ...
13:49:32 #8 36.96 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
13:49:32 #8 36.97 Setting up mariadb-common (1:10.3.34-0+deb10u1) ...
13:49:32 #8 36.99 update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
13:49:32 #8 36.99 Setting up libasan5:armhf (8.3.0-6) ...
13:49:32 #8 37.00 Setting up autotools-dev (20180224.1) ...
13:49:32 #8 37.01 Setting up libglib2.0-data (2.58.3-2+deb10u3) ...
13:49:32 #8 37.02 Setting up libpython2.7-minimal:armhf (2.7.16-2+deb10u1) ...
13:49:32 #8 37.04 Setting up libwrap0:armhf (7.6.q-28) ...
13:49:32 #8 37.05 Setting up libx11-data (2:1.6.7-1+deb10u2) ...
13:49:32 #8 37.07 Setting up make (4.2.1-1.2) ...
13:49:32 #8 37.08 Setting up libmpfr6:armhf (4.0.2-1) ...
13:49:32 #8 37.09 Setting up gnupg-l10n (2.2.12-1+deb10u1) ...
13:49:32 #8 37.10 Setting up libntlm0:armhf (1.5-1+deb10u1) ...
13:49:32 #8 37.12 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2) ...
13:49:32 #8 37.13 Setting up libidn11:armhf (1.33-2.2) ...
13:49:32 #8 37.14 Setting up libncurses6:armhf (6.1+20181013-2+deb10u2) ...
13:49:32 #8 37.15 Setting up strace (4.26-0.2) ...
13:49:32 #8 37.16 Setting up libsigsegv2:armhf (2.12-2) ...
13:49:32 #8 37.18 Setting up xz-utils (5.2.4-1+deb10u1) ...
13:49:32 #8 37.19 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:49:32 #8 37.20 Setting up libfribidi0:armhf (1.0.5-3.1+deb10u1) ...
13:49:32 #8 37.21 Setting up t1utils (1.41-3) ...
13:49:32 #8 37.23 Setting up diffstat (1.62-1) ...
13:49:32 #8 37.24 Setting up libmpc3:armhf (1.1.0-1) ...
13:49:32 #8 37.26 Setting up libatomic1:armhf (8.3.0-6) ...
13:49:32 #8 37.28 Setting up patch (2.7.6-3+deb10u1) ...
13:49:32 #8 37.29 Setting up mailutils-common (1:3.5-4) ...
13:49:32 #8 37.30 Setting up autopoint (0.19.8.1-9) ...
13:49:32 #8 37.32 Setting up libmariadb3:armhf (1:10.3.34-0+deb10u1) ...
13:49:32 #8 37.33 Setting up libfl2:armhf (2.6.4-6.2) ...
13:49:32 #8 37.34 Setting up libpcre2-8-0:armhf (10.32-5) ...
13:49:32 #8 37.35 Setting up libk5crypto3:armhf (1.17-3+deb10u3) ...
13:49:32 #8 37.36 Setting up libltdl7:armhf (2.4.6-9) ...
13:49:32 #8 37.37 Setting up libsasl2-2:armhf (2.1.27+dfsg-1+deb10u2) ...
13:49:32 #8 37.38 Setting up libevent-2.1-6:armhf (2.1.8-stable-4) ...
13:49:32 #8 37.39 Setting up libubsan1:armhf (8.3.0-6) ...
13:49:32 #8 37.40 Setting up libisl19:armhf (0.20-2) ...
13:49:32 #8 37.43 Setting up dwz (0.12-3) ...
13:49:32 #8 37.44 Setting up python-apt-common (1.8.4.3) ...
13:49:32 #8 37.45 Setting up sensible-utils (0.0.12) ...
13:49:32 #8 37.46 Setting up exim4-config (4.92-8+deb10u6) ...
13:49:32 #8 37.82 Adding system-user for exim (v4)
13:49:33 #8 38.11 Setting up libuchardet0:armhf (0.0.6-3) ...
13:49:33 #8 38.12 Setting up git-man (1:2.20.1-2+deb10u3) ...
13:49:33 #8 38.13 Setting up libssh2-1:armhf (1.8.0-2.1) ...
13:49:33 #8 38.14 Setting up netbase (5.6) ...
13:49:33 #8 38.16 Setting up libkrb5-3:armhf (1.17-3+deb10u3) ...
13:49:33 #8 38.18 Setting up libmpdec2:armhf (2.4.2-2) ...
13:49:33 #8 38.19 Setting up libbinutils:armhf (2.31.1-16) ...
13:49:33 #8 38.20 Setting up cpp-8 (8.3.0-6) ...
13:49:33 #8 38.21 Setting up libc-dev-bin (2.28-10+deb10u1) ...
13:49:33 #8 38.22 Setting up openssl (1.1.1n-0+deb10u2) ...
13:49:33 #8 38.23 Setting up libbsd0:armhf (0.9.1-2+deb10u1) ...
13:49:33 #8 38.24 Setting up binutils-arm-linux-gnueabihf (2.31.1-16) ...
13:49:33 #8 38.25 Setting up readline-common (7.0-5) ...
13:49:33 #8 38.27 Setting up publicsuffix (20211109.1735-0+deb10u1) ...
13:49:33 #8 38.28 Setting up libxml2:armhf (2.9.4+dfsg1-7+deb10u4) ...
13:49:33 #8 38.29 Setting up libcc1-0:armhf (8.3.0-6) ...
13:49:33 #8 38.30 Setting up iso-codes (4.2-1) ...
13:49:33 #8 38.31 Setting up liblocale-gettext-perl (1.07-3+b4) ...
13:49:33 #8 38.32 Setting up dctrl-tools (2.24-3) ...
13:49:33 #8 38.33 Setting up debian-keyring (2019.02.25) ...
13:49:33 #8 38.34 Setting up libreadline7:armhf (7.0-5) ...
13:49:33 #8 38.36 Setting up libgdbm6:armhf (1.18.1-4) ...
13:49:33 #8 38.37 Setting up gnupg-utils (2.2.12-1+deb10u1) ...
13:49:33 #8 38.37 Setting up pinentry-curses (1.1.0-2) ...
13:49:33 #8 38.39 Setting up manpages-dev (4.16-2) ...
13:49:33 #8 38.40 Setting up libxdmcp6:armhf (1:1.1.2-3) ...
13:49:33 #8 38.41 Setting up libpython3.7-stdlib:armhf (3.7.3-2+deb10u3) ...
13:49:33 #8 38.43 Setting up libxcb1:armhf (1.13.1-2) ...
13:49:33 #8 38.44 Setting up at (3.1.23-1) ...
13:49:33 #8 38.58 invoke-rc.d: could not determine current runlevel
13:49:33 #8 38.58 invoke-rc.d: policy-rc.d denied execution of start.
13:49:33 #8 38.58 Setting up libedit2:armhf (3.1-20181209-1) ...
13:49:33 #8 38.59 Setting up libkyotocabinet16v5:armhf (1.2.76-4.2+b1) ...
13:49:33 #8 38.60 Setting up cron (3.0pl1-134+deb10u1) ...
13:49:33 #8 38.67 Adding group `crontab' (GID 102) ...
13:49:33 #8 38.68 Done.
13:49:33 #8 38.70 invoke-rc.d: could not determine current runlevel
13:49:33 #8 38.71 invoke-rc.d: policy-rc.d denied execution of start.
13:49:33 #8 38.82 Setting up libldap-2.4-2:armhf (2.4.47+dfsg-3+deb10u7) ...
13:49:34 #8 38.83 Setting up m4 (1.4.18-2) ...
13:49:34 #8 38.84 Setting up binutils (2.31.1-16) ...
13:49:34 #8 38.86 Setting up libpython2.7-stdlib:armhf (2.7.16-2+deb10u1) ...
13:49:34 #8 38.87 Setting up ca-certificates (20200601~deb10u2) ...
13:49:34 #8 39.24 Updating certificates in /etc/ssl/certs...
13:49:34 #8 39.72 137 added, 0 removed; done.
13:49:34 #8 39.76 Setting up libunbound8:armhf (1.9.0-2+deb10u2) ...
13:49:34 #8 39.77 Setting up shared-mime-info (1.10-1) ...
13:49:36 #8 41.87 Setting up bsdmainutils (11.1.2+b1) ...
13:49:36 #8 41.89 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
13:49:36 #8 41.90 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
13:49:36 #8 41.90 Setting up libgssapi-krb5-2:armhf (1.17-3+deb10u3) ...
13:49:37 #8 41.92 Setting up libcroco3:armhf (0.6.12-3) ...
13:49:37 #8 41.93 Setting up libgdbm-compat4:armhf (1.18.1-4) ...
13:49:37 #8 41.94 Setting up ucf (3.0038+nmu1) ...
13:49:37 #8 42.05 Setting up libgcc-8-dev:armhf (8.3.0-6) ...
13:49:37 #8 42.06 Setting up libperl5.28:armhf (5.28.1-6+deb10u1) ...
13:49:37 #8 42.07 Setting up groff-base (1.22.4-3+deb10u1) ...
13:49:37 #8 42.09 Setting up cpp (4:8.3.0-1) ...
13:49:37 #8 42.10 Setting up gpgconf (2.2.12-1+deb10u1) ...
13:49:37 #8 42.12 Setting up libcurl4:armhf (7.64.0-4+deb10u2) ...
13:49:37 #8 42.13 Setting up libc6-dev:armhf (2.28-10+deb10u1) ...
13:49:37 #8 42.14 Setting up libx11-6:armhf (2:1.6.7-1+deb10u2) ...
13:49:37 #8 42.15 Setting up curl (7.64.0-4+deb10u2) ...
13:49:37 #8 42.16 Setting up libxmuu1:armhf (2:1.1.2-2+b3) ...
13:49:37 #8 42.17 Setting up gpg (2.2.12-1+deb10u1) ...
13:49:37 #8 42.18 Setting up guile-2.2-libs:armhf (2.2.4+1-2+deb10u1) ...
13:49:37 #8 42.19 Setting up libpython3-stdlib:armhf (3.7.3-1) ...
13:49:37 #8 42.22 Setting up libstdc++-8-dev:armhf (8.3.0-6) ...
13:49:37 #8 42.23 Setting up python3.7 (3.7.3-2+deb10u3) ...
13:49:38 #8 42.92 Setting up libgnutls-dane0:armhf (3.6.7-4+deb10u7) ...
13:49:38 #8 42.93 Setting up libpython2.7:armhf (2.7.16-2+deb10u1) ...
13:49:38 #8 42.94 Setting up gettext (0.19.8.1-9) ...
13:49:38 #8 42.95 Setting up exim4-base (4.92-8+deb10u6) ...
13:49:38 #8 43.06 exim: DB upgrade, deleting hints-db
13:49:38 #8 43.10 Setting up gcc-8 (8.3.0-6) ...
13:49:38 #8 43.11 Setting up gpg-agent (2.2.12-1+deb10u1) ...
13:49:38 #8 43.13 Setting up libtool (2.4.6-9) ...
13:49:38 #8 43.14 Setting up openssh-client (1:7.9p1-10+deb10u2) ...
13:49:38 #8 43.22 Setting up gpgsm (2.2.12-1+deb10u1) ...
13:49:38 #8 43.23 Setting up libgsasl7 (1.8.0-8+b2) ...
13:49:38 #8 43.25 Setting up libxext6:armhf (2:1.3.3-1+b2) ...
13:49:38 #8 43.26 Setting up libcurl3-gnutls:armhf (7.64.0-4+deb10u2) ...
13:49:38 #8 43.27 Setting up python3 (3.7.3-1) ...
13:49:38 #8 43.54 Setting up python3-xdg (0.25-5) ...
13:49:38 #8 43.68 Setting up man-db (2.8.5-2) ...
13:49:38 #8 43.79 Building database of manual pages ...
13:49:48 #8 52.19 Setting up libgpgme11:armhf (1.12.0-6) ...
13:49:48 #8 52.20 Setting up gcc (4:8.3.0-1) ...
13:49:48 #8 52.23 Setting up python3-six (1.12.0-1) ...
13:49:48 #8 52.35 Setting up dirmngr (2.2.12-1+deb10u1) ...
13:49:48 #8 52.37 Setting up perl (5.28.1-6+deb10u1) ...
13:49:48 #8 52.39 Setting up libpackage-stash-xs-perl (0.29-1) ...
13:49:48 #8 52.40 Setting up python3-gpg (1.12.0-6) ...
13:49:48 #8 52.57 Setting up libdata-dump-perl (1.23-1) ...
13:49:48 #8 52.58 Setting up python3-certifi (2018.8.24-1) ...
13:49:48 #8 52.70 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
13:49:48 #8 52.71 Setting up libref-util-perl (0.204-1) ...
13:49:48 #8 52.72 Setting up libipc-system-simple-perl (1.25-4) ...
13:49:48 #8 52.73 Setting up libnet-domain-tld-perl (1.75-1) ...
13:49:48 #8 52.74 Setting up libnet-libidn-perl (0.12.ds-3+b1) ...
13:49:48 #8 52.75 Setting up libvariable-magic-perl (0.62-1+b1) ...
13:49:48 #8 52.76 Setting up python3-idna (2.6-1) ...
13:49:48 #8 52.92 Setting up libio-html-perl (1.001-1) ...
13:49:48 #8 52.94 Setting up libb-hooks-op-check-perl (0.22-1+b1) ...
13:49:48 #8 52.95 Setting up libtest-refcount-perl (0.08-3) ...
13:49:48 #8 52.96 Setting up libparams-util-perl (1.07-3+b4) ...
13:49:48 #8 52.97 Setting up libdpkg-perl (1.19.8) ...
13:49:48 #8 52.98 Setting up autoconf (2.69-11) ...
13:49:48 #8 52.99 Setting up python3-urllib3 (1.24.1-1) ...
13:49:48 #8 53.16 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
13:49:48 #8 53.17 Setting up libcapture-tiny-perl (0.48-1) ...
13:49:48 #8 53.18 Setting up libtimedate-perl (2.3000-2+deb10u1) ...
13:49:48 #8 53.19 Setting up gpg-wks-server (2.2.12-1+deb10u1) ...
13:49:48 #8 53.20 Setting up libsub-name-perl (0.21-1+b3) ...
13:49:48 #8 53.22 Setting up libtype-tiny-xs-perl (0.014-1+b1) ...
13:49:48 #8 53.23 Setting up g++-8 (8.3.0-6) ...
13:49:48 #8 53.24 Setting up libfile-chdir-perl (0.1008-1) ...
13:49:48 #8 53.25 Setting up xauth (1:1.0.10-1) ...
13:49:48 #8 53.26 Setting up libpath-tiny-perl (0.108-1) ...
13:49:48 #8 53.27 Setting up libarchive-cpio-perl (0.10-1) ...
13:49:48 #8 53.28 Setting up libjson-perl (4.02000-1) ...
13:49:48 #8 53.29 Setting up libfcgi-perl (0.78-2+b3) ...
13:49:48 #8 53.30 Setting up libdevel-globaldestruction-perl (0.14-1) ...
13:49:48 #8 53.32 Setting up python3-unidiff (0.5.4-1) ...
13:49:48 #8 53.44 Setting up libstrictures-perl (2.000005-1) ...
13:49:48 #8 53.45 Setting up libsub-quote-perl (2.005001-1) ...
13:49:48 #8 53.46 Setting up libclass-xsaccessor-perl (1.19-3+b2) ...
13:49:48 #8 53.47 Setting up libsort-versions-perl (1.62-1) ...
13:49:48 #8 53.48 Setting up libexporter-tiny-perl (1.002001-1) ...
13:49:48 #8 53.49 Setting up libterm-readkey-perl (2.38-1) ...
13:49:48 #8 53.50 Setting up lsb-release (10.2019051400) ...
13:49:48 #8 53.52 Setting up libclass-accessor-perl (0.51-1) ...
13:49:48 #8 53.53 Setting up libnet-ip-perl (1.26-2) ...
13:49:48 #8 53.54 Setting up python3-magic (2:0.4.15-2) ...
13:49:48 #8 53.66 Setting up libperlio-gzip-perl (0.19-1+b5) ...
13:49:48 #8 53.68 Setting up libsys-hostname-long-perl (1.5-1) ...
13:49:48 #8 53.69 Setting up libsereal-decoder-perl (4.005+ds-1+b1) ...
13:49:48 #8 53.70 Setting up liburi-perl (1.76-1) ...
13:49:48 #8 53.71 Setting up exim4-daemon-light (4.92-8+deb10u6) ...
13:49:48 #8 53.79 invoke-rc.d: could not determine current runlevel
13:49:49 #8 53.80 invoke-rc.d: policy-rc.d denied execution of start.
13:49:49 #8 53.80 Initializing GnuTLS DH parameter file
13:49:49 #8 53.83 Setting up libmailutils5:armhf (1:3.5-4) ...
13:49:49 #8 53.84 Setting up libdigest-bubblebabble-perl (0.02-2) ...
13:49:49 #8 53.85 Setting up libnet-ssleay-perl (1.85-2+b1) ...
13:49:49 #8 53.86 Setting up python3-pkg-resources (40.8.0-1) ...
13:49:49 #8 54.04 Setting up automake (1:1.16.1-4) ...
13:49:49 #8 54.05 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
13:49:49 #8 54.06 Setting up libasync-mergepoint-perl (0.04-2) ...
13:49:49 #8 54.07 Setting up libio-sessiondata-perl (1.03-1) ...
13:49:49 #8 54.08 Setting up libstring-escape-perl (2010.002-2) ...
13:49:49 #8 54.09 Setting up libhttp-date-perl (6.02-1) ...
13:49:49 #8 54.10 Setting up libfile-which-perl (1.23-1) ...
13:49:49 #8 54.12 Setting up mailutils (1:3.5-4) ...
13:49:49 #8 54.13 update-alternatives: using /usr/bin/frm.mailutils to provide /usr/bin/frm (frm) in auto mode
13:49:49 #8 54.14 update-alternatives: using /usr/bin/from.mailutils to provide /usr/bin/from (from) in auto mode
13:49:49 #8 54.14 update-alternatives: using /usr/bin/messages.mailutils to provide /usr/bin/messages (messages) in auto mode
13:49:49 #8 54.14 update-alternatives: using /usr/bin/movemail.mailutils to provide /usr/bin/movemail (movemail) in auto mode
13:49:49 #8 54.15 update-alternatives: using /usr/bin/readmsg.mailutils to provide /usr/bin/readmsg (readmsg) in auto mode
13:49:49 #8 54.15 update-alternatives: using /usr/bin/dotlock.mailutils to provide /usr/bin/dotlock (dotlock) in auto mode
13:49:49 #8 54.16 update-alternatives: using /usr/bin/mail.mailutils to provide /usr/bin/mailx (mailx) in auto mode
13:49:49 #8 54.16 Setting up libfile-basedir-perl (0.08-1) ...
13:49:49 #8 54.17 Setting up libnumber-range-perl (0.12-1) ...
13:49:49 #8 54.18 Setting up libtask-weaken-perl (1.06-1) ...
13:49:49 #8 54.20 Setting up libunicode-utf8-perl (0.62-1) ...
13:49:49 #8 54.21 Setting up libstruct-dumb-perl (0.09-1) ...
13:49:49 #8 54.22 Setting up libossp-uuid-perl (1.6.2-1.5+b7) ...
13:49:49 #8 54.23 Setting up libfile-listing-perl (6.04-1) ...
13:49:49 #8 54.24 Setting up gpg-wks-client (2.2.12-1+deb10u1) ...
13:49:49 #8 54.25 Setting up libclass-inspector-perl (1.32-1) ...
13:49:49 #8 54.26 Setting up libfont-afm-perl (1.20-2) ...
13:49:49 #8 54.28 Setting up libwant-perl (0.29-1+b4) ...
13:49:49 #8 54.29 Setting up libdynaloader-functions-perl (0.003-1) ...
13:49:49 #8 54.30 Setting up libtext-glob-perl (0.10-1) ...
13:49:49 #8 54.31 Setting up libclass-method-modifiers-perl (2.12-1) ...
13:49:49 #8 54.32 Setting up liblist-compare-perl (0.53-1) ...
13:49:49 #8 54.33 Setting up libref-util-xs-perl (0.117-1+b1) ...
13:49:49 #8 54.34 Setting up libio-pty-perl (1:1.08-1.1+b5) ...
13:49:49 #8 54.35 Setting up libfile-fcntllock-perl (0.22-3+b5) ...
13:49:49 #8 54.36 Setting up libsort-key-perl (1.33-2+b1) ...
13:49:49 #8 54.37 Setting up libclone-perl (0.41-1+b1) ...
13:49:49 #8 54.39 Setting up libalgorithm-diff-perl (1.19.03-2) ...
13:49:49 #8 54.40 Setting up libarchive-zip-perl (1.64-1) ...
13:49:49 #8 54.41 Setting up libsub-identify-perl (0.14-1+b1) ...
13:49:49 #8 54.42 Setting up libdistro-info-perl (0.21) ...
13:49:49 #8 54.43 Setting up python3-apt (1.8.4.3) ...
13:49:49 #8 54.58 Setting up libio-stringy-perl (2.111-3) ...
13:49:49 #8 54.59 Setting up liblist-moreutils-perl (0.416-1+b4) ...
13:49:49 #8 54.61 Setting up libhtml-tagset-perl (3.20-3) ...
13:49:49 #8 54.61 Setting up liblog-any-perl (1.707-1) ...
13:49:49 #8 54.62 Setting up libauthen-sasl-perl (2.1600-1) ...
13:49:49 #8 54.63 Setting up libpod-constants-perl (0.19-1) ...
13:49:49 #8 54.65 Setting up libregexp-pattern-license-perl (3.0.31-4) ...
13:49:49 #8 54.66 Setting up libconvert-binhex-perl (1.125-1) ...
13:49:49 #8 54.67 Setting up libfuture-perl (0.39-1) ...
13:49:49 #8 54.68 Setting up liblwp-mediatypes-perl (6.02-1) ...
13:49:49 #8 54.69 Setting up libyaml-libyaml-perl (0.76+repack-1) ...
13:49:49 #8 54.71 Setting up libtry-tiny-perl (0.30-1) ...
13:49:49 #8 54.72 Setting up libtype-tiny-perl (1.004004-1) ...
13:49:49 #8 54.74 Setting up libtest-fatal-perl (0.014-1) ...
13:49:49 #8 54.75 Setting up libcommon-sense-perl (3.74-2+b7) ...
13:49:49 #8 54.76 Setting up libxml-namespacesupport-perl (1.12-1) ...
13:49:49 #8 54.77 Setting up libnet-http-perl (6.18-1) ...
13:49:49 #8 54.79 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
13:49:49 #8 54.81 Setting up libencode-locale-perl (1.05-1) ...
13:49:49 #8 54.82 Setting up libtext-levenshtein-perl (0.13-1) ...
13:49:49 #8 54.83 Setting up libnet-dns-perl (1.19-1) ...
13:49:49 #8 54.84 Setting up libsereal-encoder-perl (4.005+ds-1+b1) ...
13:49:49 #8 54.86 Setting up libdevel-callchecker-perl (0.008-1) ...
13:49:49 #8 54.87 Setting up libstring-shellquote-perl (1.04-1) ...
13:49:49 #8 54.88 Setting up libsub-install-perl (0.928-1) ...
13:49:49 #8 54.89 Setting up dpkg-dev (1.19.8) ...
13:49:49 #8 54.91 Setting up libnumber-compare-perl (0.03-1) ...
13:49:49 #8 54.92 Setting up intltool-debian (0.35.0+20060710.5) ...
13:49:49 #8 54.93 Setting up libio-async-perl (0.72-1) ...
13:49:49 #8 54.94 Setting up liberror-perl (0.17027-2) ...
13:49:49 #8 54.95 Setting up patchutils (0.3.4-2) ...
13:49:50 #8 54.96 Setting up libmail-sendmail-perl (0.80-1) ...
13:49:50 #8 54.97 Setting up libltdl-dev:armhf (2.4.6-9) ...
13:49:50 #8 54.98 Setting up libxml-sax-base-perl (1.09-1) ...
13:49:50 #8 54.99 Setting up libio-string-perl (1.08-3) ...
13:49:50 #8 55.00 Setting up libreadonly-perl (2.050-1) ...
13:49:50 #8 55.01 Setting up python3-chardet (3.0.4-3) ...
13:49:50 #8 55.23 Setting up libstring-copyright-perl (0.003006-1) ...
13:49:50 #8 55.24 Setting up python3-debian (0.1.35) ...
13:49:50 #8 55.39 Setting up python3-requests (2.21.0-1) ...
13:49:50 #8 55.53 Setting up libdata-optlist-perl (0.110-1) ...
13:49:50 #8 55.54 Setting up libipc-run-perl (20180523.0-1) ...
13:49:50 #8 55.55 Setting up git (1:2.20.1-2+deb10u3) ...
13:49:50 #8 55.59 Setting up libcontextual-return-perl (0.004014-2) ...
13:49:50 #8 55.60 Setting up libwww-robotrules-perl (6.02-1) ...
13:49:50 #8 55.61 Setting up libtypes-serialiser-perl (1.0-1) ...
13:49:50 #8 55.62 Setting up g++ (4:8.3.0-1) ...
13:49:50 #8 55.65 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
13:49:50 #8 55.66 Setting up libhtml-parser-perl (3.72-3+b3) ...
13:49:50 #8 55.67 Setting up libgit-wrapper-perl (0.048-1) ...
13:49:50 #8 55.69 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
13:49:50 #8 55.70 Setting up librole-tiny-perl (2.000006-1) ...
13:49:50 #8 55.71 Setting up gnupg (2.2.12-1+deb10u1) ...
13:49:50 #8 55.72 Setting up build-essential (12.6) ...
13:49:50 #8 55.73 Setting up libfile-homedir-perl (1.004-1) ...
13:49:50 #8 55.74 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
13:49:50 #8 55.75 Setting up libio-socket-ssl-perl (2.060-3) ...
13:49:50 #8 55.78 Setting up libsub-exporter-perl (0.987-1) ...
13:49:50 #8 55.79 Setting up libalgorithm-merge-perl (0.08-3) ...
13:49:50 #8 55.80 Setting up libhttp-message-perl (6.18-1) ...
13:49:50 #8 55.81 Setting up libhtml-form-perl (6.03-1) ...
13:49:50 #8 55.83 Setting up libfile-stripnondeterminism-perl (1.1.2-1) ...
13:49:50 #8 55.84 Setting up libjson-xs-perl (3.040-1+b1) ...
13:49:50 #8 55.86 Setting up libhttp-negotiate-perl (6.01-1) ...
13:49:50 #8 55.87 Setting up libio-prompter-perl (0.004015-1) ...
13:49:50 #8 55.88 Setting up libhttp-cookies-perl (6.04-1) ...
13:49:50 #8 55.90 Setting up po-debconf (1.0.21) ...
13:49:51 #8 55.91 Setting up libhtml-tree-perl (5.07-2) ...
13:49:51 #8 55.91 Setting up libparams-classify-perl (0.015-1+b1) ...
13:49:51 #8 55.92 Setting up libcgi-pm-perl (4.40-1) ...
13:49:51 #8 55.93 Setting up libpath-iterator-rule-perl (1.014-1) ...
13:49:51 #8 55.95 Setting up libnet-dns-sec-perl (1.11-1) ...
13:49:51 #8 55.95 Setting up libsereal-perl (4.005-1) ...
13:49:51 #8 55.96 Setting up libhtml-format-perl (2.12-1) ...
13:49:51 #8 55.97 Setting up libxml-sax-perl (1.00+dfsg-1) ...
13:49:51 #8 56.04 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
13:49:51 #8 56.10 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:49:51 #8 56.24 
13:49:51 #8 56.24 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:49:51 #8 56.27 Setting up dput (1.0.3) ...
13:49:51 #8 56.42 Setting up libnet-smtp-ssl-perl (1.04-1) ...
13:49:51 #8 56.43 Setting up libmodule-runtime-perl (0.016-1) ...
13:49:51 #8 56.44 Setting up libmailtools-perl (2.18-1) ...
13:49:51 #8 56.45 Setting up libparse-debianchangelog-perl (1.2.0-13) ...
13:49:51 #8 56.45 Setting up libxml-libxml-perl (2.0134+dfsg-1) ...
13:49:51 #8 56.49 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
13:49:51 #8 56.57 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
13:49:51 #8 56.64 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:49:52 #8 56.77 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:49:52 #8 56.80 Setting up libconst-fast-perl (0.014-1) ...
13:49:52 #8 56.83 Setting up libhttp-daemon-perl (6.01-3) ...
13:49:52 #8 56.84 Setting up libmodule-implementation-perl (0.09-1) ...
13:49:52 #8 56.85 Setting up libemail-valid-perl (1.202-1) ...
13:49:52 #8 56.85 Setting up libcgi-fast-perl (1:2.13-1) ...
13:49:52 #8 56.87 Setting up libpackage-stash-perl (0.38-1) ...
13:49:52 #8 56.88 Setting up libimport-into-perl (1.002005-1) ...
13:49:52 #8 56.89 Setting up libmoo-perl (2.003004-2) ...
13:49:52 #8 56.90 Setting up libmime-tools-perl (5.509-1) ...
13:49:52 #8 56.90 Setting up libxml-simple-perl (2.25-1) ...
13:49:52 #8 56.91 Setting up libparams-validate-perl (1.29-1+b1) ...
13:49:52 #8 56.92 Setting up libb-hooks-endofscope-perl (0.24-1) ...
13:49:52 #8 56.93 Setting up lintian (2.15.0) ...
13:49:52 #8 56.95 Setting up libnamespace-clean-perl (0.27-1) ...
13:49:52 #8 56.96 Setting up libgetopt-long-descriptive-perl (0.103-2) ...
13:49:52 #8 56.97 Setting up licensecheck (3.0.31-3) ...
13:49:52 #8 56.98 Setting up libgitlab-api-v4-perl (0.16-1) ...
13:49:52 #8 56.99 Setting up liblwp-protocol-https-perl (6.07-2) ...
13:49:52 #8 57.00 Setting up libwww-perl (6.36-2) ...
13:49:52 #8 57.01 Setting up debhelper (12.1.1) ...
13:49:52 #8 57.02 Setting up dh-autoreconf (19) ...
13:49:52 #8 57.03 Setting up devscripts (2.19.5+deb10u1) ...
13:49:52 #8 57.18 Setting up dh-strip-nondeterminism (1.1.2-1) ...
13:49:52 #8 57.20 Setting up equivs (2.2.0) ...
13:49:52 #8 57.20 Setting up libxml-parser-perl (2.44-4) ...
13:49:52 #8 57.21 Setting up libxml-sax-expat-perl (0.51-1) ...
13:49:52 #8 57.25 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
13:49:52 #8 57.30 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:49:52 #8 57.44 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:49:52 #8 57.48 Setting up libsoap-lite-perl (1.27-1) ...
13:49:52 #8 57.49 Setting up libxmlrpc-lite-perl (0.717-2) ...
13:49:52 #8 57.50 Processing triggers for libc-bin (2.28-10+deb10u1) ...
13:49:52 #8 57.54 Processing triggers for ca-certificates (20200601~deb10u2) ...
13:49:52 #8 57.55 Updating certificates in /etc/ssl/certs...
13:49:53 #8 57.94 0 added, 0 removed; done.
13:49:53 #8 57.94 Running hooks in /etc/ca-certificates/update.d...
13:49:53 #8 57.94 done.
13:49:53 #8 DONE 58.3s
13:49:53 
13:49:53 #10 [stage-1 3/8] COPY common /root/build-deb/debian
13:49:53 #10 sha256:32304acfbba0a093570ed9319211a8684790748ff3d7886cb648d8566aaed24f
13:49:53 #10 DONE 0.0s
13:49:53 
13:49:53 #11 [stage-1 4/8] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
13:49:53 #11 sha256:9b716e165b4344fc1b36a60ae6175a38f809eb6dc233b0aef590bce6f6ac8372
13:49:54 #11 0.679 Hit:1 http://security.debian.org/debian-security buster/updates InRelease
13:49:54 #11 0.680 Hit:2 http://deb.debian.org/debian buster InRelease
13:49:54 #11 0.680 Hit:3 http://deb.debian.org/debian buster-updates InRelease
13:49:55 #11 1.115 Reading package lists...
13:49:55 #11 2.382 dh_testdir
13:49:55 #11 2.400 dh_testroot
13:49:55 #11 2.418 dh_prep
13:49:55 #11 2.439 dh_testdir
13:49:55 #11 2.457 dh_testroot
13:49:55 #11 2.475 dh_install
13:49:55 #11 2.502 dh_installdocs
13:49:55 #11 2.535 dh_installchangelogs
13:49:55 #11 2.607 dh_compress
13:49:55 #11 2.643 dh_fixperms
13:49:56 #11 2.687 dh_installdeb
13:49:56 #11 2.714 dh_gencontrol
13:49:56 #11 2.830 dh_md5sums
13:49:56 #11 2.859 dh_builddeb
13:49:56 #11 2.879 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
13:49:56 #11 2.899 
13:49:56 #11 2.899 The package has been created.
13:49:56 #11 2.899 Attention, the package has been created in the current directory,
13:49:56 #11 2.899 not in ".." as indicated by the message above!
13:49:56 #11 2.920 Selecting previously unselected package docker-ce-build-deps.
13:49:56 #11 2.938 (Reading database ... 27524 files and directories currently installed.)
13:49:56 #11 2.940 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
13:49:56 #11 2.945 Unpacking docker-ce-build-deps (1.0) ...
13:49:57 #11 3.139 Reading package lists...
13:49:57 #11 3.997 Building dependency tree...
13:49:57 #11 4.167 Reading state information...
13:49:57 #11 4.191 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
13:49:57 #11 4.236 Starting 2 pkgProblemResolver with broken count: 0
13:49:57 #11 4.238 Done
13:49:57 #11 4.258  Done
13:49:57 #11 4.265 Starting pkgProblemResolver with broken count: 0
13:49:57 #11 4.296 Starting 2 pkgProblemResolver with broken count: 0
13:49:57 #11 4.298 Done
13:49:57 #11 4.429 The following additional packages will be installed:
13:49:57 #11 4.429   bash-completion cmake cmake-data dh-apparmor dmsetup libarchive13
13:49:57 #11 4.429   libbtrfs-dev libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1
13:49:57 #11 4.429   libdevmapper1.02.1 libjsoncpp1 libpcre16-3 libpcre3-dev libpcre32-3
13:49:57 #11 4.429   libpcrecpp0v5 libprocps7 librhash0 libseccomp-dev libselinux1-dev
13:49:57 #11 4.430   libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config procps
13:49:57 #11 4.431 Suggested packages:
13:49:57 #11 4.431   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
13:49:58 #11 4.688 The following NEW packages will be installed:
13:49:58 #11 4.688   bash-completion cmake cmake-data dh-apparmor dmsetup libarchive13
13:49:58 #11 4.688   libbtrfs-dev libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1
13:49:58 #11 4.689   libdevmapper1.02.1 libjsoncpp1 libpcre16-3 libpcre3-dev libpcre32-3
13:49:58 #11 4.689   libpcrecpp0v5 libprocps7 librhash0 libseccomp-dev libselinux1-dev
13:49:58 #11 4.690   libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config procps
13:49:58 #11 4.964 0 upgraded, 26 newly installed, 0 to remove and 0 not upgraded.
13:49:58 #11 4.964 1 not fully installed or removed.
13:49:58 #11 4.964 Need to get 8132 kB of archives.
13:49:58 #11 4.964 After this operation, 28.9 MB of additional disk space will be used.
13:49:58 #11 4.964 Get:1 http://deb.debian.org/debian buster/main armhf bash-completion all 1:2.8-6 [208 kB]
13:49:58 #11 4.971 Get:2 http://deb.debian.org/debian buster/main armhf cmake-data all 3.13.4-1 [1476 kB]
13:49:58 #11 4.988 Get:3 http://deb.debian.org/debian buster/main armhf libprocps7 armhf 2:3.3.15-2 [58.7 kB]
13:49:58 #11 4.989 Get:4 http://deb.debian.org/debian buster/main armhf procps armhf 2:3.3.15-2 [248 kB]
13:49:58 #11 4.992 Get:5 http://deb.debian.org/debian buster/main armhf libarchive13 armhf 3.3.3-4+deb10u1 [277 kB]
13:49:58 #11 4.996 Get:6 http://deb.debian.org/debian buster/main armhf libjsoncpp1 armhf 1.7.4-3 [67.8 kB]
13:49:58 #11 4.997 Get:7 http://deb.debian.org/debian buster/main armhf librhash0 armhf 1.3.8-1 [134 kB]
13:49:58 #11 4.999 Get:8 http://deb.debian.org/debian buster/main armhf libuv1 armhf 1.24.1-1+deb10u1 [98.3 kB]
13:49:58 #11 5.000 Get:9 http://deb.debian.org/debian buster/main armhf cmake armhf 3.13.4-1 [2848 kB]
13:49:58 #11 5.035 Get:10 http://deb.debian.org/debian buster/main armhf dh-apparmor all 2.13.2-10 [70.1 kB]
13:49:58 #11 5.036 Get:11 http://deb.debian.org/debian buster/main armhf libbtrfs0 armhf 4.20.1-2 [40.1 kB]
13:49:58 #11 5.036 Get:12 http://deb.debian.org/debian buster/main armhf libbtrfs-dev armhf 4.20.1-2 [76.1 kB]
13:49:58 #11 5.038 Get:13 http://deb.debian.org/debian buster/main armhf dmsetup armhf 2:1.02.155-3 [90.0 kB]
13:49:58 #11 5.039 Get:14 http://deb.debian.org/debian buster/main armhf libdevmapper1.02.1 armhf 2:1.02.155-3 [131 kB]
13:49:58 #11 5.041 Get:15 http://deb.debian.org/debian buster/main armhf libdevmapper-event1.02.1 armhf 2:1.02.155-3 [21.4 kB]
13:49:58 #11 5.041 Get:16 http://deb.debian.org/debian buster/main armhf libudev-dev armhf 241-7~deb10u8 [110 kB]
13:49:58 #11 5.043 Get:17 http://deb.debian.org/debian buster/main armhf libsepol1-dev armhf 2.8-1 [318 kB]
13:49:58 #11 5.047 Get:18 http://deb.debian.org/debian buster/main armhf libpcre16-3 armhf 2:8.39-12 [238 kB]
13:49:58 #11 5.050 Get:19 http://deb.debian.org/debian buster/main armhf libpcre32-3 armhf 2:8.39-12 [231 kB]
13:49:58 #11 5.052 Get:20 http://deb.debian.org/debian buster/main armhf libpcrecpp0v5 armhf 2:8.39-12 [150 kB]
13:49:58 #11 5.054 Get:21 http://deb.debian.org/debian buster/main armhf libpcre3-dev armhf 2:8.39-12 [585 kB]
13:49:58 #11 5.061 Get:22 http://deb.debian.org/debian buster/main armhf libselinux1-dev armhf 2.8-1+b1 [162 kB]
13:49:58 #11 5.063 Get:23 http://deb.debian.org/debian buster/main armhf libdevmapper-dev armhf 2:1.02.155-3 [51.5 kB]
13:49:58 #11 5.064 Get:24 http://deb.debian.org/debian buster/main armhf libseccomp-dev armhf 2.3.3-4 [59.3 kB]
13:49:58 #11 5.065 Get:25 http://deb.debian.org/debian buster/main armhf libsystemd-dev armhf 241-7~deb10u8 [322 kB]
13:49:58 #11 5.068 Get:26 http://deb.debian.org/debian buster/main armhf pkg-config armhf 0.29-6 [60.7 kB]
13:49:58 #11 5.250 debconf: delaying package configuration, since apt-utils is not installed
13:49:58 #11 5.285 Fetched 8132 kB in 0s (22.5 MB/s)
13:49:58 #11 5.311 Selecting previously unselected package bash-completion.
13:49:59 #11 5.311 (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 ... 27528 files and directories currently installed.)
13:49:59 #11 5.327 Preparing to unpack .../00-bash-completion_1%3a2.8-6_all.deb ...
13:49:59 #11 5.869 Unpacking bash-completion (1:2.8-6) ...
13:49:59 #11 5.974 Selecting previously unselected package cmake-data.
13:49:59 #11 5.983 Preparing to unpack .../01-cmake-data_3.13.4-1_all.deb ...
13:49:59 #11 5.987 Unpacking cmake-data (3.13.4-1) ...
13:49:59 #11 6.272 Selecting previously unselected package libprocps7:armhf.
13:49:59 #11 6.276 Preparing to unpack .../02-libprocps7_2%3a3.3.15-2_armhf.deb ...
13:49:59 #11 6.282 Unpacking libprocps7:armhf (2:3.3.15-2) ...
13:49:59 #11 6.317 Selecting previously unselected package procps.
13:49:59 #11 6.320 Preparing to unpack .../03-procps_2%3a3.3.15-2_armhf.deb ...
13:49:59 #11 6.326 Unpacking procps (2:3.3.15-2) ...
13:49:59 #11 6.380 Selecting previously unselected package libarchive13:armhf.
13:50:00 #11 6.383 Preparing to unpack .../04-libarchive13_3.3.3-4+deb10u1_armhf.deb ...
13:50:00 #11 6.387 Unpacking libarchive13:armhf (3.3.3-4+deb10u1) ...
13:50:00 #11 6.437 Selecting previously unselected package libjsoncpp1:armhf.
13:50:00 #11 6.440 Preparing to unpack .../05-libjsoncpp1_1.7.4-3_armhf.deb ...
13:50:00 #11 6.443 Unpacking libjsoncpp1:armhf (1.7.4-3) ...
13:50:00 #11 6.489 Selecting previously unselected package librhash0:armhf.
13:50:00 #11 6.491 Preparing to unpack .../06-librhash0_1.3.8-1_armhf.deb ...
13:50:00 #11 6.494 Unpacking librhash0:armhf (1.3.8-1) ...
13:50:00 #11 6.535 Selecting previously unselected package libuv1:armhf.
13:50:00 #11 6.538 Preparing to unpack .../07-libuv1_1.24.1-1+deb10u1_armhf.deb ...
13:50:00 #11 6.542 Unpacking libuv1:armhf (1.24.1-1+deb10u1) ...
13:50:00 #11 6.576 Selecting previously unselected package cmake.
13:50:00 #11 6.579 Preparing to unpack .../08-cmake_3.13.4-1_armhf.deb ...
13:50:00 #11 6.584 Unpacking cmake (3.13.4-1) ...
13:50:00 #11 6.873 Selecting previously unselected package dh-apparmor.
13:50:00 #11 6.875 Preparing to unpack .../09-dh-apparmor_2.13.2-10_all.deb ...
13:50:00 #11 6.878 Unpacking dh-apparmor (2.13.2-10) ...
13:50:00 #11 6.921 Selecting previously unselected package libbtrfs0.
13:50:00 #11 6.923 Preparing to unpack .../10-libbtrfs0_4.20.1-2_armhf.deb ...
13:50:00 #11 6.927 Unpacking libbtrfs0 (4.20.1-2) ...
13:50:00 #11 6.956 Selecting previously unselected package libbtrfs-dev.
13:50:00 #11 6.959 Preparing to unpack .../11-libbtrfs-dev_4.20.1-2_armhf.deb ...
13:50:00 #11 6.962 Unpacking libbtrfs-dev (4.20.1-2) ...
13:50:00 #11 6.995 Selecting previously unselected package dmsetup.
13:50:00 #11 6.998 Preparing to unpack .../12-dmsetup_2%3a1.02.155-3_armhf.deb ...
13:50:00 #11 7.002 Unpacking dmsetup (2:1.02.155-3) ...
13:50:00 #11 7.059 Selecting previously unselected package libdevmapper1.02.1:armhf.
13:50:00 #11 7.062 Preparing to unpack .../13-libdevmapper1.02.1_2%3a1.02.155-3_armhf.deb ...
13:50:00 #11 7.066 Unpacking libdevmapper1.02.1:armhf (2:1.02.155-3) ...
13:50:00 #11 7.107 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
13:50:00 #11 7.111 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_armhf.deb ...
13:50:00 #11 7.113 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.155-3) ...
13:50:00 #11 7.152 Selecting previously unselected package libudev-dev:armhf.
13:50:00 #11 7.155 Preparing to unpack .../15-libudev-dev_241-7~deb10u8_armhf.deb ...
13:50:00 #11 7.163 Unpacking libudev-dev:armhf (241-7~deb10u8) ...
13:50:00 #11 7.210 Selecting previously unselected package libsepol1-dev:armhf.
13:50:00 #11 7.213 Preparing to unpack .../16-libsepol1-dev_2.8-1_armhf.deb ...
13:50:00 #11 7.219 Unpacking libsepol1-dev:armhf (2.8-1) ...
13:50:00 #11 7.285 Selecting previously unselected package libpcre16-3:armhf.
13:50:00 #11 7.288 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_armhf.deb ...
13:50:00 #11 7.295 Unpacking libpcre16-3:armhf (2:8.39-12) ...
13:50:00 #11 7.347 Selecting previously unselected package libpcre32-3:armhf.
13:50:00 #11 7.350 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_armhf.deb ...
13:50:00 #11 7.353 Unpacking libpcre32-3:armhf (2:8.39-12) ...
13:50:00 #11 7.403 Selecting previously unselected package libpcrecpp0v5:armhf.
13:50:00 #11 7.405 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_armhf.deb ...
13:50:00 #11 7.410 Unpacking libpcrecpp0v5:armhf (2:8.39-12) ...
13:50:00 #11 7.445 Selecting previously unselected package libpcre3-dev:armhf.
13:50:00 #11 7.448 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_armhf.deb ...
13:50:00 #11 7.451 Unpacking libpcre3-dev:armhf (2:8.39-12) ...
13:50:00 #11 7.526 Selecting previously unselected package libselinux1-dev:armhf.
13:50:01 #11 7.529 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_armhf.deb ...
13:50:01 #11 7.534 Unpacking libselinux1-dev:armhf (2.8-1+b1) ...
13:50:01 #11 7.586 Selecting previously unselected package libdevmapper-dev:armhf.
13:50:01 #11 7.589 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_armhf.deb ...
13:50:01 #11 7.593 Unpacking libdevmapper-dev:armhf (2:1.02.155-3) ...
13:50:01 #11 7.625 Selecting previously unselected package libseccomp-dev:armhf.
13:50:01 #11 7.625 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_armhf.deb ...
13:50:01 #11 7.628 Unpacking libseccomp-dev:armhf (2.3.3-4) ...
13:50:01 #11 7.669 Selecting previously unselected package libsystemd-dev:armhf.
13:50:01 #11 7.669 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u8_armhf.deb ...
13:50:01 #11 7.673 Unpacking libsystemd-dev:armhf (241-7~deb10u8) ...
13:50:01 #11 7.756 Selecting previously unselected package pkg-config.
13:50:01 #11 7.759 Preparing to unpack .../25-pkg-config_0.29-6_armhf.deb ...
13:50:01 #11 7.762 Unpacking pkg-config (0.29-6) ...
13:50:01 #11 7.811 Setting up libpcrecpp0v5:armhf (2:8.39-12) ...
13:50:01 #11 7.821 Setting up libseccomp-dev:armhf (2.3.3-4) ...
13:50:01 #11 7.829 Setting up libpcre16-3:armhf (2:8.39-12) ...
13:50:01 #11 7.843 Setting up libarchive13:armhf (3.3.3-4+deb10u1) ...
13:50:01 #11 7.856 Setting up libprocps7:armhf (2:3.3.15-2) ...
13:50:01 #11 7.867 Setting up libsepol1-dev:armhf (2.8-1) ...
13:50:01 #11 7.877 Setting up libbtrfs0 (4.20.1-2) ...
13:50:01 #11 7.887 Setting up libuv1:armhf (1.24.1-1+deb10u1) ...
13:50:01 #11 7.899 Setting up bash-completion (1:2.8-6) ...
13:50:01 #11 8.510 Setting up libpcre32-3:armhf (2:8.39-12) ...
13:50:01 #11 8.522 Setting up pkg-config (0.29-6) ...
13:50:01 #11 8.571 Setting up libudev-dev:armhf (241-7~deb10u8) ...
13:50:02 #11 8.586 Setting up libbtrfs-dev (4.20.1-2) ...
13:50:02 #11 8.597 Setting up librhash0:armhf (1.3.8-1) ...
13:50:02 #11 8.610 Setting up procps (2:3.3.15-2) ...
13:50:02 #11 8.638 update-alternatives: using /usr/bin/w.procps to provide /usr/bin/w (w) in auto mode
13:50:02 #11 8.652 Setting up cmake-data (3.13.4-1) ...
13:50:02 #11 8.667 Setting up dh-apparmor (2.13.2-10) ...
13:50:02 #11 8.679 Setting up libsystemd-dev:armhf (241-7~deb10u8) ...
13:50:02 #11 8.692 Setting up libjsoncpp1:armhf (1.7.4-3) ...
13:50:02 #11 8.702 Setting up libpcre3-dev:armhf (2:8.39-12) ...
13:50:02 #11 8.711 Setting up cmake (3.13.4-1) ...
13:50:02 #11 8.721 Setting up libselinux1-dev:armhf (2.8-1+b1) ...
13:50:02 #11 8.733 Setting up libdevmapper1.02.1:armhf (2:1.02.155-3) ...
13:50:02 #11 8.744 Setting up dmsetup (2:1.02.155-3) ...
13:50:02 #11 8.754 Setting up libdevmapper-event1.02.1:armhf (2:1.02.155-3) ...
13:50:02 #11 8.763 Setting up libdevmapper-dev:armhf (2:1.02.155-3) ...
13:50:02 #11 8.773 Setting up docker-ce-build-deps (1.0) ...
13:50:02 #11 8.785 Processing triggers for libc-bin (2.28-10+deb10u1) ...
13:50:02 #11 8.806 Processing triggers for man-db (2.8.5-2) ...
13:50:03 #11 DONE 9.7s
13:50:03 
13:50:03 #12 [stage-1 5/8] COPY sources/ /sources
13:50:03 #12 sha256:8bf4dd458dd7887e97bcff58682da2c4ce923eb6123da6a5a706fc0aaf0fc042
13:50:03 #12 DONE 0.1s
13:50:03 
13:50:03 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
13:50:03 #14 sha256:8649d4ae84bc726e75b7ceb64cc6f29a4566008c2e946b9e154e37b676979a9d
13:50:05 #14 DONE 2.0s
13:50:05 
13:50:05 #15 [stage-1 7/8] WORKDIR /root/build-deb
13:50:05 #15 sha256:753313d70932adc8941f3a60450685f3b3fd21afa9af78eccdff47f496d754ad
13:50:05 #15 DONE 0.0s
13:50:05 
13:50:05 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
13:50:05 #16 sha256:f361bd8284d9b9fbd8877777c61b2e957bc76194d9d3ca4cade27b2053a47325
13:50:05 #16 DONE 0.0s
13:50:05 
13:50:05 #17 exporting to image
13:50:05 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:50:05 #17 exporting layers
13:50:15 #17 exporting layers 9.8s done
13:50:15 #17 writing image sha256:0374d3bbb75fe7453434afab4249b7b990e57bf6c7e3919e89a1376d53609753 done
13:50:15 #17 naming to docker.io/debbuild-debian-buster/aarch64 done
13:50:15 #17 DONE 9.8s
13:50:15 docker run --rm -e PLATFORM -e GOPROXY=https://proxy.golang.org -e EPOCH='5' -e DEB_VERSION=0.0.0-20220511162217-aa7e414 -e VERSION=0.0.0-20220511162217-aa7e414 -e CLI_GITCOMMIT=aa7e414 -e ENGINE_GITCOMMIT=90033ab -e COMPOSE_VERSION=v2.6.0 -e SCAN_VERSION=v0.17.0 -e SCAN_GITCOMMIT=061fe0a -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/debbuild/debian-buster:/build  debbuild-debian-buster/aarch64
13:50:15 + set -e
13:50:15 + mkdir -p /root/build-deb/engine
13:50:15 + tar -C /root/build-deb -xzf /sources/engine.tgz
13:50:16 + mkdir -p /root/build-deb/cli
13:50:16 + tar -C /root/build-deb -xzf /sources/cli.tgz
13:50:16 + mkdir -p /root/build-deb/compose
13:50:16 + tar -C /root/build-deb -xzf /sources/compose.tgz
13:50:16 + mkdir -p /root/build-deb/scan-cli-plugin
13:50:16 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
13:50:16 + mkdir -p /go/src/github.com/docker
13:50:16 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
13:50:16 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
13:50:16 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
13:50:16 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
13:50:16 + EPOCH=5
13:50:16 + EPOCH_SEP=
13:50:16 + [[ ! -z 5 ]]
13:50:16 + EPOCH_SEP=:
13:50:16 + [[ -z 0.0.0-20220511162217-aa7e414 ]]
13:50:16 + echo VERSION AAA 0.0.0-20220511162217-aa7e414
13:50:16 VERSION AAA 0.0.0-20220511162217-aa7e414
13:50:16 + VERSION=0.0.0-20220511162217-aa7e414
13:50:16 + echo VERSION bbb 0.0.0-20220511162217-aa7e414
13:50:16 VERSION bbb 0.0.0-20220511162217-aa7e414
13:50:16 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
13:50:16 + debSource=docker-ce
13:50:16 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
13:50:16 + debMaintainer='Docker <support@docker.com>'
13:50:16 ++ date --rfc-2822
13:50:16 + debDate='Tue, 31 May 2022 13:50:16 +0000'
13:50:16 + cat
13:50:16 + export CLI_GITCOMMIT=aa7e414
13:50:16 + CLI_GITCOMMIT=aa7e414
13:50:16 + export ENGINE_GITCOMMIT=90033ab
13:50:16 + ENGINE_GITCOMMIT=90033ab
13:50:16 + export SCAN_GITCOMMIT=061fe0a
13:50:16 + SCAN_GITCOMMIT=061fe0a
13:50:16 + echo VERSION BBB 0.0.0-20220511162217-aa7e414
13:50:16 + dpkg-buildpackage -uc -us -I.git
13:50:16 VERSION BBB 0.0.0-20220511162217-aa7e414
13:50:16 dpkg-buildpackage: info: source package docker-ce
13:50:16 dpkg-buildpackage: info: source version 5:0.0.0-20220511162217-aa7e414-0~debian-buster
13:50:16 dpkg-buildpackage: info: source distribution buster
13:50:16 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
13:50:16  dpkg-source -I.git --before-build .
13:50:16 dpkg-buildpackage: info: host architecture armhf
13:50:16  debian/rules clean
13:50:16 dh clean --with=bash-completion --with=systemd
13:50:16    dh_clean
13:50:16  dpkg-source -I.git -b .
13:50:16 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220511162217-aa7e414-0~debian'
13:50:16 dpkg-source: info: using source format '1.0'
13:50:16 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220511162217-aa7e414-0~debian-buster.tar.gz
13:50:26 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220511162217-aa7e414-0~debian-buster.dsc
13:50:26  debian/rules build
13:50:26 dh build --with=bash-completion --with=systemd
13:50:26    dh_update_autotools_config
13:50:26    dh_autoreconf
13:50:26    debian/rules override_dh_auto_build
13:50:26 make[1]: Entering directory '/root/build-deb'
13:50:26 # Build the daemon and dependencies
13:50:26 cd engine && DOCKER_GITCOMMIT=90033ab PRODUCT=docker ./hack/make.sh dynbinary
13:50:26 
13:50:26 Removing bundles/
13:50:26 
13:50:26 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:50:27 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220511162217-aa7e414
13:50:27 GOOS="" GOARCH="" GOARM=""
13:52:03 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220511162217-aa7e414
13:52:03 
13:52:03 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:52:03 + RM_GOPATH=0
13:52:03 + TMP_GOPATH=/go
13:52:03 + : /usr/local/bin
13:52:03 + '[' -z /go ']'
13:52:03 + export GOPATH=/go
13:52:03 + GOPATH=/go
13:52:03 + case "$(go env GOARCH)" in
13:52:03 ++ go env GOARCH
13:52:03 + export GO_BUILDMODE=-buildmode=pie
13:52:03 + GO_BUILDMODE=-buildmode=pie
13:52:03 ++ dirname hack/dockerfile/install/install.sh
13:52:03 + dir=hack/dockerfile/install
13:52:03 + bin=tini
13:52:03 + shift
13:52:03 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:52:03 + . hack/dockerfile/install/tini.installer
13:52:03 ++ : v0.19.0
13:52:03 Install tini version v0.19.0
13:52:03 + install_tini
13:52:03 + echo 'Install tini version v0.19.0'
13:52:03 + git clone https://github.com/krallin/tini.git /go/tini
13:52:03 Cloning into '/go/tini'...
13:52:03 + cd /go/tini
13:52:03 + git checkout -q v0.19.0
13:52:03 + cmake .
13:52:03 -- The C compiler identification is GNU 8.3.0
13:52:03 -- Check for working C compiler: /usr/bin/cc
13:52:03 -- Check for working C compiler: /usr/bin/cc -- works
13:52:03 -- Detecting C compiler ABI info
13:52:03 -- Detecting C compiler ABI info - done
13:52:03 -- Detecting C compile features
13:52:03 -- Detecting C compile features - done
13:52:03 -- Performing Test HAS_BUILTIN_FORTIFY
13:52:03 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:52:03 -- Configuring done
13:52:03 -- Generating done
13:52:03 -- Build files have been written to: /go/tini
13:52:03 + make tini-static
13:52:03 make[2]: Entering directory '/go/tini'
13:52:03 make[3]: Entering directory '/go/tini'
13:52:03 make[4]: Entering directory '/go/tini'
13:52:03 make[5]: Entering directory '/go/tini'
13:52:03 Scanning dependencies of target tini-static
13:52:03 make[5]: Leaving directory '/go/tini'
13:52:03 make[5]: Entering directory '/go/tini'
13:52:03 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:52:03 [100%] Linking C executable tini-static
13:52:03 make[5]: Leaving directory '/go/tini'
13:52:03 [100%] Built target tini-static
13:52:03 make[4]: Leaving directory '/go/tini'
13:52:03 make[3]: Leaving directory '/go/tini'
13:52:03 make[2]: Leaving directory '/go/tini'
13:52:03 + mkdir -p /usr/local/bin
13:52:03 + cp tini-static /usr/local/bin/docker-init
13:52:03 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic
13:52:03 + RM_GOPATH=0
13:52:03 + TMP_GOPATH=/go
13:52:03 + : /usr/local/bin
13:52:03 + '[' -z /go ']'
13:52:03 + export GOPATH=/go
13:52:03 + GOPATH=/go
13:52:03 + case "$(go env GOARCH)" in
13:52:03 ++ go env GOARCH
13:52:03 + export GO_BUILDMODE=-buildmode=pie
13:52:03 + GO_BUILDMODE=-buildmode=pie
13:52:03 ++ dirname hack/dockerfile/install/install.sh
13:52:03 + dir=hack/dockerfile/install
13:52:03 + bin=proxy
13:52:03 + shift
13:52:03 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
13:52:03 + . hack/dockerfile/install/proxy.installer
13:52:03 ++ : 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:52:03 + install_proxy dynamic
13:52:03 + case "$1" in
13:52:03 + install_proxy_dynamic
13:52:03 + export PROXY_LDFLAGS=-linkmode=external install_proxy
13:52:03 + PROXY_LDFLAGS=-linkmode=external
13:52:03 + export BUILD_MODE=-buildmode=pie
13:52:03 + BUILD_MODE=-buildmode=pie
13:52:03 + _install_proxy
13:52:03 + echo 'Install docker-proxy version 2dab5620d4462865c6151e573b3e7fa5d3b8458b'
13:52:03 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
13:52:03 Install docker-proxy version 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:52:03 Cloning into '/go/src/github.com/docker/libnetwork'...
13:52:03 + cd /go/src/github.com/docker/libnetwork
13:52:03 + git checkout -q 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:52:03 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
13:52:03 + return
13:52:03 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:52:03 + RM_GOPATH=0
13:52:03 + TMP_GOPATH=/go
13:52:03 + : /usr/local/bin
13:52:03 + '[' -z /go ']'
13:52:03 + export GOPATH=/go
13:52:03 + GOPATH=/go
13:52:03 + case "$(go env GOARCH)" in
13:52:03 ++ go env GOARCH
13:52:03 + export GO_BUILDMODE=-buildmode=pie
13:52:03 + GO_BUILDMODE=-buildmode=pie
13:52:03 ++ dirname hack/dockerfile/install/install.sh
13:52:03 + dir=hack/dockerfile/install
13:52:03 + bin=rootlesskit
13:52:03 + shift
13:52:03 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:52:03 + . hack/dockerfile/install/rootlesskit.installer
13:52:03 ++ : v0.14.4
13:52:03 + install_rootlesskit dynamic
13:52:03 + case "$1" in
13:52:03 + install_rootlesskit_dynamic
13:52:03 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:52:03 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:52:03 + export BUILD_MODE=-buildmode=pie
13:52:03 + BUILD_MODE=-buildmode=pie
13:52:03 + _install_rootlesskit
13:52:03 + echo 'Install rootlesskit version v0.14.4'
13:52:03 + for f in rootlesskit rootlesskit-docker-proxy
13:52:03 Install rootlesskit version v0.14.4
13:52:03 + GOBIN=/usr/local/bin
13:52:03 + GO111MODULE=on
13:52:03 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
13:52:03 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
13:52:03 go: downloading github.com/pkg/errors v0.9.1
13:52:03 go: downloading github.com/sirupsen/logrus v1.8.1
13:52:03 go: downloading github.com/urfave/cli/v2 v2.3.0
13:52:03 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:52:03 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:52:03 go: downloading github.com/google/uuid v1.3.0
13:52:03 go: downloading github.com/moby/vpnkit v0.5.0
13:52:03 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:52:03 go: downloading github.com/gofrs/flock v0.8.1
13:52:03 go: downloading github.com/gorilla/mux v1.8.0
13:52:03 go: downloading github.com/moby/sys/mountinfo v0.4.1
13:52:03 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
13:52:03 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:52:03 go: downloading github.com/u-root/u-root v7.0.0+incompatible
13:52:04 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:52:10 + for f in rootlesskit rootlesskit-docker-proxy
13:52:10 + GOBIN=/usr/local/bin
13:52:10 + GO111MODULE=on
13:52:10 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
13:52:11 + return
13:52:11 # Build the CLI
13:52:11 cd /go/src/github.com/docker/cli && \
13:52:11 	LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20220511162217-aa7e414 GITCOMMIT=aa7e414 dynbinary manpages
13:52:11 make[2]: Entering directory '/root/build-deb/cli'
13:52:11 GO_LINKMODE=dynamic ./scripts/build/binary
13:52:11 Building dynamic docker-linux-arm-v6
13:53:33 scripts/docs/generate-man.sh
13:54:54 Project root: /go/src/github.com/docker/cli
13:54:54 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
13:54:54 2022/05/31 13:54:54 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
13:54:54 make[2]: Leaving directory '/root/build-deb/cli'
13:54:54 # Build the compose plugin
13:54:54 # FIXME: using GOPROXY, to work around:
13:54:54 # go: github.com/Azure/azure-sdk-for-go@v48.2.0+incompatible: reading github.com/Azure/azure-sdk-for-go/go.mod at revision v48.2.0: unknown revision v48.2.0
13:54:54 cd /go/src/github.com/docker/compose \
13:54:54 && GOPROXY="https://proxy.golang.org" GO111MODULE=on go mod download \
13:54:54 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:54:54 && GOPROXY="https://proxy.golang.org" GO111MODULE=on GIT_TAG=v2.6.0 \
13:54:54 	make COMPOSE_BINARY=/usr/libexec/docker/cli-plugins/docker-compose -f builder.Makefile compose-plugin
13:56:16 make[2]: Entering directory '/root/build-deb/compose'
13:56:16 GOOS=linux GOARCH=arm CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.6.0"  -o /usr/libexec/docker/cli-plugins/docker-compose ./cmd
13:57:23 make[2]: Leaving directory '/root/build-deb/compose'
13:57:23 # Build the scan-plugin
13:57:23 # TODO change once we support scan-plugin on other architectures
13:57:23 if [ "armhf" = "amd64" ]; then \
13:57:23 	cd /go/src/github.com/docker/scan-cli-plugin \
13:57:23 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
13:57:23 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:57:23 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:57:23 fi
13:57:23 # Build the CLI plugins
13:57:23 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
13:57:23 set -e;cd /sources && \
13:57:23 	tar xzf plugin-installers.tgz; \
13:57:23 	for installer in plugins/*.installer; do \
13:57:23 		LDFLAGS='' bash ${installer} build; \
13:57:23 	done
13:57:23 Cloning into '/go/src/github.com/docker/app'...
13:57:23 Fetching origin
13:57:23 make[2]: Entering directory '/go/src/github.com/docker/app'
13:57:23 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=9d2c67f8 -X github.com/docker/app/internal.Version=v0.9.1-beta3" -o bin/docker-app ./cmd/docker-app
13:58:31 make[2]: Leaving directory '/go/src/github.com/docker/app'
13:58:31 Cloning into '/go/src/github.com/docker/buildx'...
13:58:31 Fetching origin
13:58:31 + GO111MODULE=on
13:58:31 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.8.2-docker -X github.com/docker/buildx/version.Revision=6224def4dd2c3d347eee19db595348c50d7cb491 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
14:00:08 make[1]: Leaving directory '/root/build-deb'
14:00:08    debian/rules override_dh_auto_test
14:00:08 make[1]: Entering directory '/root/build-deb'
14:00:08 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
14:00:08 	test "$ver" = "Docker version 0.0.0-20220511162217-aa7e414, build 90033ab" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
14:00:08 PASS: daemon version OK
14:00:08 ver="$(cli/build/docker --version)"; \
14:00:08 	test "$ver" = "Docker version 0.0.0-20220511162217-aa7e414, build aa7e414" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
14:00:08 PASS: cli version OK
14:00:08 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
14:00:08 	test "$ver" = "v2.6.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
14:00:08 PASS: docker-compose version OK
14:00:08 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
14:00:08 # TODO change once we support scan-plugin on other architectures
14:00:08 if [ "armhf" = "amd64" ]; then \
14:00:08 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
14:00:08 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
14:00:08 fi
14:00:08 make[1]: Leaving directory '/root/build-deb'
14:00:08    create-stamp debian/debhelper-build-stamp
14:00:08  debian/rules binary
14:00:08 dh binary --with=bash-completion --with=systemd
14:00:08    dh_testroot
14:00:08    dh_prep
14:00:08    debian/rules override_dh_auto_install
14:00:08 make[1]: Entering directory '/root/build-deb'
14:00:08 # docker-ce-cli install
14:00:08 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
14:00:08 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
14:00:08 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker
14:00:08 set -e;cd /sources && \
14:00:08 	tar xzf plugin-installers.tgz; \
14:00:08 	for installer in plugins/*.installer; do \
14:00:08 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
14:00:08 		PREFIX=/usr/libexec/docker/cli-plugins \
14:00:08 			bash ${installer} install_plugin; \
14:00:08 	done
14:00:08 # docker-ce install
14:00:08 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service
14:00:08 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
14:00:08 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220511162217-aa7e414 debian/docker-ce/usr/bin/dockerd
14:00:08 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy
14:00:08 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
14:00:08 # docker-compose-plugin install
14:00:08 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
14:00:08 # docker-scan-plugin install
14:00:08 # TODO change once we support scan-plugin on other architectures
14:00:08 if [ "armhf" = "amd64" ]; then \
14:00:08 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
14:00:08 fi
14:00:08 # docker-ce-rootless-extras install
14:00:08 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
14:00:08 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
14:00:08 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
14:00:08 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
14:00:08 # TODO: how can we install vpnkit?
14:00:08 make[1]: Leaving directory '/root/build-deb'
14:00:08    debian/rules override_dh_install
14:00:08 make[1]: Entering directory '/root/build-deb'
14:00:08 dh_install
14:00:08 # TODO Can we do this from within our container?
14:00:08 dh_apparmor --profile-name=docker-ce -pdocker-ce
14:00:08 make[1]: Leaving directory '/root/build-deb'
14:00:08    dh_installdocs
14:00:08    dh_installchangelogs
14:00:08    dh_installman
14:00:08    dh_bash-completion
14:00:08    dh_systemd_enable
14:00:08    debian/rules override_dh_installinit
14:00:08 make[1]: Entering directory '/root/build-deb'
14:00:08 # use "docker" as our service name, not "docker-ce"
14:00:08 dh_installinit --name=docker
14:00:08 make[1]: Leaving directory '/root/build-deb'
14:00:08    dh_systemd_start
14:00:08    dh_perl
14:00:08    dh_link
14:00:08    dh_strip_nondeterminism
14:00:08    dh_compress
14:00:08    dh_fixperms
14:00:08    dh_missing
14:00:08    debian/rules override_dh_strip
14:00:08 make[1]: Entering directory '/root/build-deb'
14:00:08 # Go has lots of problems with stripping, so just don't
14:00:08 make[1]: Leaving directory '/root/build-deb'
14:00:08    dh_makeshlibs
14:00:08    debian/rules override_dh_shlibdeps
14:00:08 make[1]: Entering directory '/root/build-deb'
14:00:08 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
14:00:09 make[1]: Leaving directory '/root/build-deb'
14:00:09    dh_installdeb
14:00:09    debian/rules override_dh_gencontrol
14:00:09 make[1]: Entering directory '/root/build-deb'
14:00:09 # Use separate version for the compose-plugin package, then generate the other control files as usual
14:00:09 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
14:00:09 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
14:00:09 # Use separate version for the scan-plugin package, then generate the other control files as usual
14:00:09 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
14:00:09 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
14:00:09 if [ "armhf" = "amd64" ]; then \
14:00:09 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
14:00:09 fi
14:00:09 dh_gencontrol --remaining-packages
14:00:10 make[1]: Leaving directory '/root/build-deb'
14:00:10    dh_md5sums
14:00:10    debian/rules override_dh_builddeb
14:00:10 make[1]: Entering directory '/root/build-deb'
14:00:10 dh_builddeb -- -Zxz
14:00:10 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220511162217-aa7e414-0~debian-buster_armhf.deb'.
14:00:10 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220511162217-aa7e414-0~debian-buster_armhf.deb'.
14:00:25 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.6.0~debian-buster_armhf.deb'.
14:00:37 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220511162217-aa7e414-0~debian-buster_armhf.deb'.
14:01:24 make[1]: Leaving directory '/root/build-deb'
14:01:24  dpkg-genbuildinfo
14:01:24  dpkg-genchanges  >../docker-ce_0.0.0-20220511162217-aa7e414-0~debian-buster_armhf.changes
14:01:24 dpkg-genchanges: info: including full source code in upload
14:01:24  dpkg-source -I.git --after-build .
14:01:24 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
14:01:24 + destination=/build
14:01:24 + mkdir -p /build
14:01:24 + mv -v /root/docker-ce-cli_0.0.0-20220511162217-aa7e414-0~debian-buster_armhf.deb /root/docker-ce-rootless-extras_0.0.0-20220511162217-aa7e414-0~debian-buster_armhf.deb /root/docker-ce_0.0.0-20220511162217-aa7e414-0~debian-buster.dsc /root/docker-ce_0.0.0-20220511162217-aa7e414-0~debian-buster.tar.gz /root/docker-ce_0.0.0-20220511162217-aa7e414-0~debian-buster_armhf.buildinfo /root/docker-ce_0.0.0-20220511162217-aa7e414-0~debian-buster_armhf.changes /root/docker-ce_0.0.0-20220511162217-aa7e414-0~debian-buster_armhf.deb /root/docker-compose-plugin_2.6.0~debian-buster_armhf.deb /build
14:01:24 copied '/root/docker-ce-cli_0.0.0-20220511162217-aa7e414-0~debian-buster_armhf.deb' -> '/build/docker-ce-cli_0.0.0-20220511162217-aa7e414-0~debian-buster_armhf.deb'
14:01:24 removed '/root/docker-ce-cli_0.0.0-20220511162217-aa7e414-0~debian-buster_armhf.deb'
14:01:24 copied '/root/docker-ce-rootless-extras_0.0.0-20220511162217-aa7e414-0~debian-buster_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220511162217-aa7e414-0~debian-buster_armhf.deb'
14:01:24 removed '/root/docker-ce-rootless-extras_0.0.0-20220511162217-aa7e414-0~debian-buster_armhf.deb'
14:01:24 copied '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~debian-buster.dsc' -> '/build/docker-ce_0.0.0-20220511162217-aa7e414-0~debian-buster.dsc'
14:01:24 removed '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~debian-buster.dsc'
14:01:24 copied '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~debian-buster.tar.gz' -> '/build/docker-ce_0.0.0-20220511162217-aa7e414-0~debian-buster.tar.gz'
14:01:24 removed '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~debian-buster.tar.gz'
14:01:24 copied '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~debian-buster_armhf.buildinfo' -> '/build/docker-ce_0.0.0-20220511162217-aa7e414-0~debian-buster_armhf.buildinfo'
14:01:24 removed '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~debian-buster_armhf.buildinfo'
14:01:24 copied '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~debian-buster_armhf.changes' -> '/build/docker-ce_0.0.0-20220511162217-aa7e414-0~debian-buster_armhf.changes'
14:01:24 removed '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~debian-buster_armhf.changes'
14:01:24 copied '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~debian-buster_armhf.deb' -> '/build/docker-ce_0.0.0-20220511162217-aa7e414-0~debian-buster_armhf.deb'
14:01:24 removed '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~debian-buster_armhf.deb'
14:01:24 copied '/root/docker-compose-plugin_2.6.0~debian-buster_armhf.deb' -> '/build/docker-compose-plugin_2.6.0~debian-buster_armhf.deb'
14:01:24 removed '/root/docker-compose-plugin_2.6.0~debian-buster_armhf.deb'
14:01:26 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-buster"
14:01:27 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'