The recommended git tool is: git using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/docker-ce-packaging.git > git init /home/ubuntu/workspace/docker-ce-packaging_20.10 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-ce-packaging.git +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 Avoid second fetch Checking out Revision 7ff474615db18cc6282f4039bde2e7ce00430c9e (20.10) > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7ff474615db18cc6282f4039bde2e7ce00430c9e # timeout=10 Commit message: "Merge pull request #790 from milas/20.10-compose-2.14.0" + make REF=20.10 ubuntu-kinetic git init src/github.com/docker/cli Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/ git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git" ./scripts/checkout.sh src/github.com/docker/cli "20.10" + SRC=src/github.com/docker/cli + REF=20.10 + REF_FETCH=20.10 + awk {print $2} + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10 + REF=refs/heads/20.10 + [ -n refs/heads/20.10 ] + REF_FETCH=refs/heads/20.10:refs/heads/20.10 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10 From https://github.com/docker/cli * [new branch] 20.10 -> 20.10 * [new branch] 20.10 -> origin/20.10 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10 git init src/github.com/docker/docker Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/ git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git" ./scripts/checkout.sh src/github.com/docker/docker "20.10" + SRC=src/github.com/docker/docker + REF=20.10 + REF_FETCH=20.10 + awk {print $2} + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10 + REF=refs/heads/20.10 + [ -n refs/heads/20.10 ] + REF_FETCH=refs/heads/20.10:refs/heads/20.10 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10 From https://github.com/docker/docker * [new branch] 20.10 -> 20.10 * [new branch] 20.10 -> origin/20.10 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10 git init src/github.com/docker/compose Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/ git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git" ./scripts/checkout.sh src/github.com/docker/compose "v2.14.0" + SRC=src/github.com/docker/compose + REF=v2.14.0 + REF_FETCH=v2.14.0 + awk {print $2} + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.14.0 + REF=refs/tags/v2.14.0 + [ -n refs/tags/v2.14.0 ] + REF_FETCH=refs/tags/v2.14.0:refs/tags/v2.14.0 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.14.0:refs/tags/v2.14.0 From https://github.com/docker/compose * [new tag] v2.14.0 -> v2.14.0 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.14.0 git init src/github.com/docker/scan-cli-plugin Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/ git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git" ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0" + SRC=src/github.com/docker/scan-cli-plugin + REF=v0.23.0 + REF_FETCH=v0.23.0 + awk {print $2} + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0 + REF=refs/tags/v0.23.0 + [ -n refs/tags/v0.23.0 ] + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0 From https://github.com/docker/scan-cli-plugin * [new tag] v0.23.0 -> v0.23.0 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0 make -C deb VERSION=0.0.1-dev GO_VERSION=1.18.8 ubuntu-kinetic make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb' mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli Unable to find image 'alpine:latest' locally latest: Pulling from library/alpine cb2ec849933d: Pulling fs layer cb2ec849933d: Verifying Checksum cb2ec849933d: Download complete cb2ec849933d: Pull complete Digest: sha256:8914eb54f968791faf6a8638949e480fef81e697984fba772b3976835194c6d4 Status: Downloaded newer image for alpine:latest mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \ -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/compose.tgz --exclude .git compose mkdir -p sources docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \ -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin mkdir -p sources cp ../systemd/docker.service sources/docker.service mkdir -p sources cp ../systemd/docker.socket sources/docker.socket docker run --rm -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \ -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins == Building packages for ubuntu-kinetic == mkdir -p "debbuild/ubuntu-kinetic" DOCKER_BUILDKIT=1 docker build --build-arg GO_IMAGE=golang:1.18.8-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-kinetic/aarch64 -f ubuntu-kinetic/Dockerfile . #1 [internal] load .dockerignore #1 transferring context: 2B done #1 DONE 0.1s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 1.24kB done #2 DONE 0.1s #3 [internal] load metadata for docker.io/library/golang:1.18.8-buster #3 ... #4 [auth] library/golang:pull token for registry-1.docker.io #4 DONE 0.0s #5 [auth] library/ubuntu:pull token for registry-1.docker.io #5 DONE 0.0s #6 [internal] load metadata for docker.io/library/ubuntu:kinetic #6 ... #3 [internal] load metadata for docker.io/library/golang:1.18.8-buster #3 DONE 0.6s #6 [internal] load metadata for docker.io/library/ubuntu:kinetic #6 DONE 0.6s #7 [stage-1 1/9] FROM docker.io/library/ubuntu:kinetic@sha256:edc5125bd9443ab5d5c92096cf0e481f5e8cb12db9f5461ab1ab7a936c7f7d30 #7 resolve docker.io/library/ubuntu:kinetic@sha256:edc5125bd9443ab5d5c92096cf0e481f5e8cb12db9f5461ab1ab7a936c7f7d30 0.0s done #7 sha256:edc5125bd9443ab5d5c92096cf0e481f5e8cb12db9f5461ab1ab7a936c7f7d30 1.42kB / 1.42kB done #7 sha256:453830c66a5a3d12b23a1cc8b23e6267a78f2534619e58666f0ca81ed317e4e8 529B / 529B done #7 sha256:874d6dda460c5f81adfa9e9dc48737885c6b9774938a94c24432bdff9356c2a8 1.48kB / 1.48kB done #7 sha256:ceab7032a4972ceafece338b0f5e3ebbc81d48d712647ff011a102e03e71d244 0B / 25.87MB 0.1s #7 sha256:ceab7032a4972ceafece338b0f5e3ebbc81d48d712647ff011a102e03e71d244 2.10MB / 25.87MB 0.5s #7 sha256:ceab7032a4972ceafece338b0f5e3ebbc81d48d712647ff011a102e03e71d244 6.29MB / 25.87MB 0.7s #7 sha256:ceab7032a4972ceafece338b0f5e3ebbc81d48d712647ff011a102e03e71d244 11.53MB / 25.87MB 1.0s #7 sha256:ceab7032a4972ceafece338b0f5e3ebbc81d48d712647ff011a102e03e71d244 13.63MB / 25.87MB 1.1s #7 sha256:ceab7032a4972ceafece338b0f5e3ebbc81d48d712647ff011a102e03e71d244 16.78MB / 25.87MB 1.5s #7 sha256:ceab7032a4972ceafece338b0f5e3ebbc81d48d712647ff011a102e03e71d244 19.92MB / 25.87MB 1.8s #7 sha256:ceab7032a4972ceafece338b0f5e3ebbc81d48d712647ff011a102e03e71d244 23.07MB / 25.87MB 2.2s #7 sha256:ceab7032a4972ceafece338b0f5e3ebbc81d48d712647ff011a102e03e71d244 25.87MB / 25.87MB 2.5s #7 ... #8 [internal] load build context #8 transferring context: 19.81MB 2.5s done #8 DONE 2.7s #7 [stage-1 1/9] FROM docker.io/library/ubuntu:kinetic@sha256:edc5125bd9443ab5d5c92096cf0e481f5e8cb12db9f5461ab1ab7a936c7f7d30 #7 sha256:ceab7032a4972ceafece338b0f5e3ebbc81d48d712647ff011a102e03e71d244 25.87MB / 25.87MB 2.7s done #7 extracting sha256:ceab7032a4972ceafece338b0f5e3ebbc81d48d712647ff011a102e03e71d244 #7 extracting sha256:ceab7032a4972ceafece338b0f5e3ebbc81d48d712647ff011a102e03e71d244 5.2s #7 ... #9 [golang 1/1] FROM docker.io/library/golang:1.18.8-buster@sha256:e51d96ac027dc597849f33a14d012a5a59bf99b18d062b5a5080ac5701893120 #9 resolve docker.io/library/golang:1.18.8-buster@sha256:e51d96ac027dc597849f33a14d012a5a59bf99b18d062b5a5080ac5701893120 0.0s done #9 sha256:1a476f56def6dfc092fe7a3c33ef48873726f9a805dbf52045aedcba97457b05 45.92MB / 45.92MB 4.5s done #9 sha256:e51d96ac027dc597849f33a14d012a5a59bf99b18d062b5a5080ac5701893120 988B / 988B done #9 sha256:0bb960b970ab7c549afd978af76842317b3c261d068754dc60e829f572dadc58 1.79kB / 1.79kB done #9 sha256:6e64718dc4bc1d4efd47aed5f8df01a00980ebdf3ed90cbdac79908246193856 7.12kB / 7.12kB done #9 sha256:352fbea97a15bd26dc5e44787bd6f5113c66c38056282e909b7d724ea8eb559a 7.15MB / 7.15MB 1.0s done #9 sha256:9b55a093d0723b63c17033c473fcfb5e4f6d9fb39dbc4536d3f443ac3cd3cfa0 9.35MB / 9.35MB 2.3s done #9 sha256:66539f69ff6db301e9797504ede773958b307f5aa07600994a0c08260a1a5db3 46.14MB / 47.38MB 8.7s #9 sha256:5e9c76b08320ff7441cb8afaddee34be998f071d71cf617ae15933f5b643f258 38.80MB / 53.31MB 8.7s #9 sha256:1d4407693eb37438a05b10654e8f6d890c4d43a168d6c135efd217b3bc08e6af 24.12MB / 110.22MB 8.7s #9 extracting sha256:1a476f56def6dfc092fe7a3c33ef48873726f9a805dbf52045aedcba97457b05 3.7s #9 sha256:5e9c76b08320ff7441cb8afaddee34be998f071d71cf617ae15933f5b643f258 41.94MB / 53.31MB 8.9s #9 ... #7 [stage-1 1/9] FROM docker.io/library/ubuntu:kinetic@sha256:edc5125bd9443ab5d5c92096cf0e481f5e8cb12db9f5461ab1ab7a936c7f7d30 #7 extracting sha256:ceab7032a4972ceafece338b0f5e3ebbc81d48d712647ff011a102e03e71d244 10.3s done #7 DONE 13.9s #9 [golang 1/1] FROM docker.io/library/golang:1.18.8-buster@sha256:e51d96ac027dc597849f33a14d012a5a59bf99b18d062b5a5080ac5701893120 #9 sha256:66539f69ff6db301e9797504ede773958b307f5aa07600994a0c08260a1a5db3 47.38MB / 47.38MB 9.3s done #9 sha256:5e9c76b08320ff7441cb8afaddee34be998f071d71cf617ae15933f5b643f258 53.31MB / 53.31MB 10.5s done #9 sha256:1d4407693eb37438a05b10654e8f6d890c4d43a168d6c135efd217b3bc08e6af 78.64MB / 110.22MB 13.9s #9 extracting sha256:1a476f56def6dfc092fe7a3c33ef48873726f9a805dbf52045aedcba97457b05 9.0s #9 sha256:1d1f67de1e33307c23dba335564c8ea8afbd008e703033ed488b3a57cd7e0616 126B / 126B 9.4s done #9 sha256:1d4407693eb37438a05b10654e8f6d890c4d43a168d6c135efd217b3bc08e6af 84.93MB / 110.22MB 14.8s #9 sha256:1d4407693eb37438a05b10654e8f6d890c4d43a168d6c135efd217b3bc08e6af 90.70MB / 110.22MB 15.5s #9 sha256:1d4407693eb37438a05b10654e8f6d890c4d43a168d6c135efd217b3bc08e6af 96.47MB / 110.22MB 16.3s #9 ... #10 [stage-1 2/9] RUN if [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then rm -f /usr/bin/man; dpkg-divert --quiet --remove --rename /usr/bin/man; fi #10 DONE 3.1s #9 [golang 1/1] FROM docker.io/library/golang:1.18.8-buster@sha256:e51d96ac027dc597849f33a14d012a5a59bf99b18d062b5a5080ac5701893120 #9 sha256:1d4407693eb37438a05b10654e8f6d890c4d43a168d6c135efd217b3bc08e6af 103.81MB / 110.22MB 17.1s #9 ... #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git #11 1.706 Get:1 http://ports.ubuntu.com/ubuntu-ports kinetic InRelease [267 kB] #11 2.156 Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic-updates InRelease [109 kB] #11 2.263 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic-backports InRelease [99.9 kB] #11 2.367 Get:4 http://ports.ubuntu.com/ubuntu-ports kinetic-security InRelease [109 kB] #11 2.475 Get:5 http://ports.ubuntu.com/ubuntu-ports kinetic/universe armhf Packages [17.2 MB] #11 3.629 Get:6 http://ports.ubuntu.com/ubuntu-ports kinetic/restricted armhf Packages [12.9 kB] #11 3.629 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf Packages [1694 kB] #11 3.636 Get:8 http://ports.ubuntu.com/ubuntu-ports kinetic/multiverse armhf Packages [207 kB] #11 3.724 Get:9 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/restricted armhf Packages [9650 B] #11 3.724 Get:10 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/universe armhf Packages [67.1 kB] #11 3.724 Get:11 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf Packages [120 kB] #11 3.727 Get:12 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/multiverse armhf Packages [614 B] #11 3.728 Get:13 http://ports.ubuntu.com/ubuntu-ports kinetic-backports/universe armhf Packages [1032 B] #11 3.728 Get:14 http://ports.ubuntu.com/ubuntu-ports kinetic-security/main armhf Packages [104 kB] #11 3.734 Get:15 http://ports.ubuntu.com/ubuntu-ports kinetic-security/multiverse armhf Packages [593 B] #11 3.734 Get:16 http://ports.ubuntu.com/ubuntu-ports kinetic-security/restricted armhf Packages [9620 B] #11 3.734 Get:17 http://ports.ubuntu.com/ubuntu-ports kinetic-security/universe armhf Packages [56.7 kB] #11 4.514 Fetched 20.0 MB in 3s (6229 kB/s) #11 4.514 Reading package lists... #11 5.586 Reading package lists... #11 ... #9 [golang 1/1] FROM docker.io/library/golang:1.18.8-buster@sha256:e51d96ac027dc597849f33a14d012a5a59bf99b18d062b5a5080ac5701893120 #9 sha256:1d4407693eb37438a05b10654e8f6d890c4d43a168d6c135efd217b3bc08e6af 110.22MB / 110.22MB 18.1s done #9 extracting sha256:1a476f56def6dfc092fe7a3c33ef48873726f9a805dbf52045aedcba97457b05 13.2s done #9 extracting sha256:352fbea97a15bd26dc5e44787bd6f5113c66c38056282e909b7d724ea8eb559a 0.7s done #9 extracting sha256:9b55a093d0723b63c17033c473fcfb5e4f6d9fb39dbc4536d3f443ac3cd3cfa0 0.8s done #9 extracting sha256:66539f69ff6db301e9797504ede773958b307f5aa07600994a0c08260a1a5db3 3.3s #9 ... #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git #11 5.586 Reading package lists... #11 6.583 Building dependency tree... #11 6.783 Reading state information... #11 7.048 The following additional packages will be installed: #11 7.048 autoconf automake autopoint autotools-dev binutils #11 7.048 binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential #11 7.048 bzip2 ca-certificates cpp cpp-12 dbus dbus-bin dbus-daemon #11 7.048 dbus-session-bus-common dbus-system-bus-common dctrl-tools debhelper #11 7.048 debugedit dh-autoreconf dh-strip-nondeterminism diffstat dirmngr #11 7.048 distro-info-data dmsetup dpkg-dev dput dwz fakeroot file fontconfig-config #11 7.048 fonts-dejavu-core g++ g++-12 gcc gcc-12 gettext gettext-base gir1.2-glib-2.0 #11 7.048 git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client #11 7.048 gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes #11 7.048 krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl #11 7.048 libalgorithm-merge-perl libaliased-perl libapparmor1 libapt-pkg-perl #11 7.048 libarchive-cpio-perl libarchive-zip-perl libargon2-1 libarray-intspan-perl #11 7.048 libasan8 libassuan0 libatomic1 libauthen-sasl-perl #11 7.048 libb-hooks-endofscope-perl libb-hooks-op-check-perl libberkeleydb-perl #11 7.048 libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev #11 7.048 libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl libcgi-pm-perl #11 7.048 libclass-data-inheritable-perl libclass-method-modifiers-perl #11 7.048 libclass-xsaccessor-perl libclone-perl libcommon-sense-perl #11 7.048 libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl #11 7.048 libcpanel-json-xs-perl libcrypt-dev libcryptsetup12 libctf-nobfd0 libctf0 #11 7.048 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl #11 7.048 libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl #11 7.048 libdata-validate-ip-perl libdata-validate-uri-perl libdbus-1-3 #11 7.048 libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl #11 7.048 libdevel-stacktrace-perl libdevmapper1.02.1 libdistro-info-perl libdpkg-perl #11 7.048 libdw1 libdynaloader-functions-perl libedit2 libelf1 #11 7.048 libemail-address-xs-perl libencode-locale-perl liberror-perl #11 7.048 libexception-class-perl libexpat1 libexporter-tiny-perl libfakeroot #11 7.048 libfcgi-bin libfcgi-perl libfcgi0ldbl libfdisk1 libfido2-1 #11 7.048 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl #11 7.048 libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl #11 7.048 libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl #11 7.048 libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1 #11 7.048 libfreetype6 libfreezethaw-perl libgcc-12-dev libgd3 libgdbm-compat4 #11 7.048 libgdbm6 libgirepository-1.0-1 libgit-wrapper-perl libgitlab-api-v4-perl #11 7.048 libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgssapi-krb5-2 #11 7.048 libhtml-form-perl libhtml-format-perl libhtml-html5-entities-perl #11 7.048 libhtml-parser-perl libhtml-tagset-perl libhtml-tokeparser-simple-perl #11 7.048 libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl #11 7.048 libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl #11 7.048 libicu71 libimport-into-perl libindirect-perl libio-html-perl #11 7.048 libio-interactive-perl libio-prompter-perl libio-pty-perl #11 7.048 libio-socket-ssl-perl libio-string-perl libip4tc2 libipc-run-perl #11 7.048 libipc-run3-perl libipc-system-simple-perl libisl23 libiterator-perl #11 7.048 libiterator-util-perl libjbig0 libjpeg-turbo8 libjpeg8 libjson-c5 #11 7.048 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1 #11 7.048 libkmod2 libkrb5-3 libkrb5support0 libksba8 libldap-2.5-0 libldap-common #11 7.048 liblerc3 liblist-compare-perl liblist-moreutils-perl #11 7.048 liblist-moreutils-xs-perl liblist-someutils-perl liblist-someutils-xs-perl #11 7.048 liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl #11 7.048 liblog-any-perl libltdl-dev libltdl7 liblwp-mediatypes-perl #11 7.048 liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1 #11 7.048 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmath-base85-perl #11 7.048 libmd0 libmldbm-perl libmodule-implementation-perl libmodule-runtime-perl #11 7.048 libmoo-perl libmoox-aliases-perl libmouse-perl libmpc3 libmpdec3 libmpfr6 #11 7.048 libnamespace-clean-perl libnet-domain-tld-perl libnet-http-perl #11 7.048 libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl #11 7.048 libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev #11 7.048 libnsl2 libnumber-compare-perl libobject-pad-perl libpackage-stash-perl #11 7.048 libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl #11 7.048 libpath-iterator-rule-perl libpath-tiny-perl libperl5.34 libperlio-gzip-perl #11 7.048 libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl #11 7.048 libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib #11 7.048 libpython3.10-minimal libpython3.10-stdlib libre-engine-re2-perl libre2-9 #11 7.048 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl #11 7.048 libregexp-pattern-license-perl libregexp-pattern-perl #11 7.048 libregexp-wildcards-perl librole-tiny-perl librtmp1 libsasl2-2 #11 7.048 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl #11 7.048 libsereal-encoder-perl libset-intspan-perl libsocket6-perl libsodium23 #11 7.048 libsort-versions-perl libsqlite3-0 libssh-4 libssl3 libstdc++-12-dev #11 7.048 libstrictures-perl libstring-copyright-perl libstring-escape-perl #11 7.048 libstring-shellquote-perl libsub-exporter-perl #11 7.048 libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl #11 7.048 libsub-name-perl libsub-override-perl libsub-quote-perl #11 7.048 libsyntax-keyword-try-perl libsys-hostname-long-perl libsystemd-shared #11 7.048 libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl #11 7.048 libtext-markdown-discount-perl libtext-xslate-perl libtiff5 #11 7.048 libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-common #11 7.048 libtirpc-dev libtirpc3 libtool libtry-tiny-perl libtype-tiny-perl #11 7.048 libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0 #11 7.048 libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl #11 7.048 libwant-perl libwebp7 libwww-mechanize-perl libwww-perl #11 7.048 libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 #11 7.048 libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl #11 7.048 libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1 #11 7.048 libxpm4 libxs-parse-keyword-perl libxs-parse-sublike-perl libyaml-0-2 #11 7.048 libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release #11 7.048 lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev media-types #11 7.048 netbase networkd-dispatcher openssh-client openssl patch patchutils perl #11 7.048 perl-base perl-modules-5.34 perl-openssl-defaults pinentry-curses po-debconf #11 7.048 publicsuffix python-apt-common python3 python3-apt python3-bcrypt #11 7.048 python3-certifi python3-cffi-backend python3-chardet python3-cryptography #11 7.048 python3-dbus python3-debian python3-gi python3-gpg python3-idna #11 7.048 python3-magic python3-minimal python3-nacl python3-paramiko #11 7.048 python3-pkg-resources python3-requests python3-six python3-unidiff #11 7.048 python3-urllib3 python3-xdg python3.10 python3.10-minimal readline-common #11 7.048 rpcsvc-proto shared-mime-info strace systemd systemd-resolved #11 7.048 systemd-timesyncd t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils zstd #11 7.048 Suggested packages: #11 7.048 autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc #11 7.048 gcc-12-locales cpp-12-doc default-dbus-session-bus | dbus-session-bus #11 7.048 debtags dh-make adequate at autopkgtest bls-standalone bsd-mailx | mailx #11 7.048 check-all-the-things cvs-buildpackage diffoscope disorderfs dose-extra duck #11 7.048 elpa-devscripts faketime gnuplot how-can-i-help libdbd-pg-perl #11 7.048 libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl #11 7.048 libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts #11 7.048 postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m #11 7.048 debian-keyring libsoap-lite-perl pristine-tar dbus-user-session #11 7.048 libpam-systemd pinentry-gnome3 tor mini-dinstall rsync gcc-12-doc #11 7.048 gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev #11 7.048 libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-email #11 7.048 git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage #11 7.048 scdaemon groff isoquery libdigest-hmac-perl libgssapi-perl glibc-doc bzr #11 7.048 libgd-tools gdbm-l10n krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl #11 7.048 libscalar-number-perl libsasl2-modules-gssapi-mit #11 7.048 | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp #11 7.048 libsasl2-modules-sql libstdc++-12-doc libbareword-filehandles-perl #11 7.048 libmultidimensional-perl gfortran | fortran95-compiler gcj-jdk #11 7.048 libdevel-lexalias-perl libbusiness-isbn-perl libregexp-ipv6-perl #11 7.048 libauthen-ntlm-perl libxml-sax-expatxs-perl bash-completion #11 7.048 binutils-multiarch libtext-template-perl m4-doc make-doc apparmor #11 7.048 www-browser iw | wireless-tools keychain libpam-ssh monkeysphere ssh-askpass #11 7.048 ed diffutils-doc perl-doc libterm-readline-gnu-perl #11 7.048 | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc #11 7.048 libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg #11 7.048 python-apt-doc python-cryptography-doc python3-cryptography-vectors #11 7.048 python-dbus-doc python-nacl-doc python3-gssapi python3-invoke #11 7.048 python3-setuptools python3-openssl python3-socks python-requests-doc #11 7.048 python3-brotli python3.10-venv python3.10-doc binfmt-support readline-doc #11 7.048 systemd-container systemd-homed systemd-userdbd systemd-boot #11 7.048 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 policykit-1 zip wdiff-doc #11 7.470 The following NEW packages will be installed: #11 7.470 autoconf automake autopoint autotools-dev binutils #11 7.470 binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential #11 7.470 bzip2 ca-certificates cpp cpp-12 curl dbus dbus-bin dbus-daemon #11 7.470 dbus-session-bus-common dbus-system-bus-common dctrl-tools debhelper #11 7.470 debugedit devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr #11 7.470 distro-info-data dmsetup dpkg-dev dput dwz equivs fakeroot file #11 7.470 fontconfig-config fonts-dejavu-core g++ g++-12 gcc gcc-12 gettext #11 7.470 gettext-base gir1.2-glib-2.0 git git-man gnupg gnupg-l10n gnupg-utils gpg #11 7.470 gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base #11 7.470 intltool-debian iso-codes krb5-locales less libalgorithm-diff-perl #11 7.470 libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl #11 7.470 libapparmor1 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl #11 7.470 libargon2-1 libarray-intspan-perl libasan8 libassuan0 libatomic1 #11 7.470 libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl #11 7.470 libberkeleydb-perl libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools #11 7.470 libc6-dev libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl #11 7.470 libcgi-pm-perl libclass-data-inheritable-perl libclass-method-modifiers-perl #11 7.470 libclass-xsaccessor-perl libclone-perl libcommon-sense-perl #11 7.470 libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl #11 7.470 libcpanel-json-xs-perl libcrypt-dev libcryptsetup12 libctf-nobfd0 libctf0 #11 7.470 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl #11 7.470 libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl #11 7.470 libdata-validate-ip-perl libdata-validate-uri-perl libdbus-1-3 #11 7.470 libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl #11 7.470 libdevel-stacktrace-perl libdevmapper1.02.1 libdistro-info-perl libdpkg-perl #11 7.470 libdw1 libdynaloader-functions-perl libedit2 libelf1 #11 7.470 libemail-address-xs-perl libencode-locale-perl liberror-perl #11 7.470 libexception-class-perl libexpat1 libexporter-tiny-perl libfakeroot #11 7.470 libfcgi-bin libfcgi-perl libfcgi0ldbl libfdisk1 libfido2-1 #11 7.470 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl #11 7.470 libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl #11 7.470 libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl #11 7.470 libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1 #11 7.470 libfreetype6 libfreezethaw-perl libgcc-12-dev libgd3 libgdbm-compat4 #11 7.470 libgdbm6 libgirepository-1.0-1 libgit-wrapper-perl libgitlab-api-v4-perl #11 7.470 libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgssapi-krb5-2 #11 7.470 libhtml-form-perl libhtml-format-perl libhtml-html5-entities-perl #11 7.470 libhtml-parser-perl libhtml-tagset-perl libhtml-tokeparser-simple-perl #11 7.470 libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl #11 7.470 libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl #11 7.470 libicu71 libimport-into-perl libindirect-perl libio-html-perl #11 7.470 libio-interactive-perl libio-prompter-perl libio-pty-perl #11 7.470 libio-socket-ssl-perl libio-string-perl libip4tc2 libipc-run-perl #11 7.470 libipc-run3-perl libipc-system-simple-perl libisl23 libiterator-perl #11 7.470 libiterator-util-perl libjbig0 libjpeg-turbo8 libjpeg8 libjson-c5 #11 7.470 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1 #11 7.470 libkmod2 libkrb5-3 libkrb5support0 libksba8 libldap-2.5-0 libldap-common #11 7.470 liblerc3 liblist-compare-perl liblist-moreutils-perl #11 7.470 liblist-moreutils-xs-perl liblist-someutils-perl liblist-someutils-xs-perl #11 7.470 liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl #11 7.470 liblog-any-perl libltdl-dev libltdl7 liblwp-mediatypes-perl #11 7.470 liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1 #11 7.470 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmath-base85-perl #11 7.470 libmd0 libmldbm-perl libmodule-implementation-perl libmodule-runtime-perl #11 7.470 libmoo-perl libmoox-aliases-perl libmouse-perl libmpc3 libmpdec3 libmpfr6 #11 7.470 libnamespace-clean-perl libnet-domain-tld-perl libnet-http-perl #11 7.470 libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl #11 7.470 libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev #11 7.470 libnsl2 libnumber-compare-perl libobject-pad-perl libpackage-stash-perl #11 7.470 libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl #11 7.470 libpath-iterator-rule-perl libpath-tiny-perl libperl5.34 libperlio-gzip-perl #11 7.470 libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl #11 7.470 libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib #11 7.470 libpython3.10-minimal libpython3.10-stdlib libre-engine-re2-perl libre2-9 #11 7.470 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl #11 7.470 libregexp-pattern-license-perl libregexp-pattern-perl #11 7.470 libregexp-wildcards-perl librole-tiny-perl librtmp1 libsasl2-2 #11 7.470 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl #11 7.470 libsereal-encoder-perl libset-intspan-perl libsocket6-perl libsodium23 #11 7.470 libsort-versions-perl libsqlite3-0 libssh-4 libssl3 libstdc++-12-dev #11 7.470 libstrictures-perl libstring-copyright-perl libstring-escape-perl #11 7.470 libstring-shellquote-perl libsub-exporter-perl #11 7.470 libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl #11 7.470 libsub-name-perl libsub-override-perl libsub-quote-perl #11 7.470 libsyntax-keyword-try-perl libsys-hostname-long-perl libsystemd-shared #11 7.470 libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl #11 7.470 libtext-markdown-discount-perl libtext-xslate-perl libtiff5 #11 7.470 libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-common #11 7.470 libtirpc-dev libtirpc3 libtool libtry-tiny-perl libtype-tiny-perl #11 7.470 libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0 #11 7.470 libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl #11 7.470 libwant-perl libwebp7 libwww-mechanize-perl libwww-perl #11 7.470 libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 #11 7.470 libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl #11 7.470 libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1 #11 7.470 libxpm4 libxs-parse-keyword-perl libxs-parse-sublike-perl libyaml-0-2 #11 7.470 libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release #11 7.478 lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev media-types #11 7.478 netbase networkd-dispatcher openssh-client openssl patch patchutils perl #11 7.478 perl-modules-5.34 perl-openssl-defaults pinentry-curses po-debconf #11 7.478 publicsuffix python-apt-common python3 python3-apt python3-bcrypt #11 7.478 python3-certifi python3-cffi-backend python3-chardet python3-cryptography #11 7.478 python3-dbus python3-debian python3-gi python3-gpg python3-idna #11 7.478 python3-magic python3-minimal python3-nacl python3-paramiko #11 7.478 python3-pkg-resources python3-requests python3-six python3-unidiff #11 7.478 python3-urllib3 python3-xdg python3.10 python3.10-minimal readline-common #11 7.478 rpcsvc-proto shared-mime-info strace systemd systemd-resolved #11 7.478 systemd-timesyncd t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils zstd #11 7.478 The following packages will be upgraded: #11 7.478 perl-base #11 7.914 1 upgraded, 419 newly installed, 0 to remove and 2 not upgraded. #11 7.914 Need to get 128 MB of archives. #11 7.914 After this operation, 442 MB of additional disk space will be used. #11 7.914 Get:1 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf perl-base armhf 5.34.0-5ubuntu1.1 [1596 kB] #11 8.579 Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblocale-gettext-perl armhf 1.07-4build3 [16.2 kB] #11 8.579 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libssl3 armhf 3.0.5-2ubuntu2 [1560 kB] #11 8.667 Get:4 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libpython3.10-minimal armhf 3.10.7-1ubuntu0.1 [788 kB] #11 8.690 Get:5 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libexpat1 armhf 2.4.8-2ubuntu0.22.10.1 [63.6 kB] #11 8.694 Get:6 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf python3.10-minimal armhf 3.10.7-1ubuntu0.1 [1798 kB] #11 8.788 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-minimal armhf 3.10.6-1 [24.1 kB] #11 8.788 Get:8 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf media-types all 8.0.0 [24.9 kB] #11 8.788 Get:9 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmpdec3 armhf 2.5.1-2build2 [76.5 kB] #11 8.788 Get:10 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libkrb5support0 armhf 1.20-1 [29.5 kB] #11 8.788 Get:11 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libk5crypto3 armhf 1.20-1 [78.4 kB] #11 8.788 Get:12 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libkeyutils1 armhf 1.6.3-1 [9368 B] #11 8.788 Get:13 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libkrb5-3 armhf 1.20-1 [320 kB] #11 8.824 Get:14 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libgssapi-krb5-2 armhf 1.20-1 [118 kB] #11 8.843 Get:15 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtirpc-common all 1.3.3+ds-1 [7790 B] #11 8.913 Get:16 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtirpc3 armhf 1.3.3+ds-1 [71.4 kB] #11 8.913 Get:17 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnsl2 armhf 1.3.0-2build2 [36.6 kB] #11 8.913 Get:18 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf readline-common all 8.2-1 [55.1 kB] #11 8.913 Get:19 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libreadline8 armhf 8.2-1 [128 kB] #11 8.913 Get:20 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsqlite3-0 armhf 3.39.3-1 [561 kB] #11 8.923 Get:21 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libpython3.10-stdlib armhf 3.10.7-1ubuntu0.1 [1706 kB] #11 9.010 Get:22 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf python3.10 armhf 3.10.7-1ubuntu0.1 [497 kB] #11 9.017 Get:23 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpython3-stdlib armhf 3.10.6-1 [6850 B] #11 9.017 Get:24 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3 armhf 3.10.6-1 [22.3 kB] #11 9.017 Get:25 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libargon2-1 armhf 0~20171227-0.3 [21.0 kB] #11 9.065 Get:26 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdevmapper1.02.1 armhf 2:1.02.185-1ubuntu1 [134 kB] #11 9.074 Get:27 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libjson-c5 armhf 0.16-1 [29.2 kB] #11 9.074 Get:28 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libcryptsetup12 armhf 2:2.5.0-2ubuntu1 [195 kB] #11 9.074 Get:29 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfdisk1 armhf 2.38-4ubuntu1 [186 kB] #11 9.076 Get:30 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libkmod2 armhf 30+20220630-3ubuntu1 [41.3 kB] #11 9.180 Get:31 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libapparmor1 armhf 3.0.7-1ubuntu2 [32.3 kB] #11 9.180 Get:32 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libip4tc2 armhf 1.8.7-1ubuntu6 [17.5 kB] #11 9.180 Get:33 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsystemd-shared armhf 251.4-1ubuntu7 [1609 kB] #11 9.236 Get:34 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf systemd armhf 251.4-1ubuntu7 [2785 kB] #11 9.364 Get:35 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf perl-modules-5.34 all 5.34.0-5ubuntu1.1 [2952 kB] #11 9.530 Get:36 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libgdbm6 armhf 1.23-1 [30.0 kB] #11 9.530 Get:37 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libgdbm-compat4 armhf 1.23-1 [6070 B] #11 9.530 Get:38 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libperl5.34 armhf 5.34.0-5ubuntu1.1 [3967 kB] #11 9.741 Get:39 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf perl armhf 5.34.0-5ubuntu1.1 [231 kB] #11 9.744 Get:40 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf openssl armhf 3.0.5-2ubuntu2 [1148 kB] #11 9.805 Get:41 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf ca-certificates all 20211016 [148 kB] #11 9.812 Get:42 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libdbus-1-3 armhf 1.14.0-2ubuntu3 [182 kB] #11 9.822 Get:43 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf dbus-bin armhf 1.14.0-2ubuntu3 [37.6 kB] #11 9.823 Get:44 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf dbus-session-bus-common all 1.14.0-2ubuntu3 [73.0 kB] #11 9.827 Get:45 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf dbus-daemon armhf 1.14.0-2ubuntu3 [109 kB] #11 9.832 Get:46 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf dbus-system-bus-common all 1.14.0-2ubuntu3 [74.2 kB] #11 9.836 Get:47 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf dbus armhf 1.14.0-2ubuntu3 [28.0 kB] #11 9.838 Get:48 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf distro-info-data all 0.54ubuntu0.1 [5242 B] #11 9.900 Get:49 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf dmsetup armhf 2:1.02.185-1ubuntu1 [81.2 kB] #11 9.910 Get:50 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libglib2.0-0 armhf 2.74.0-3 [1338 kB] #11 9.961 Get:51 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libgirepository-1.0-1 armhf 1.74.0-2 [91.8 kB] #11 9.982 Get:52 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gir1.2-glib-2.0 armhf 1.74.0-2 [178 kB] #11 9.989 Get:53 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf iso-codes all 4.11.0-1 [3352 kB] #11 10.17 Get:54 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf krb5-locales all 1.20-1 [11.5 kB] #11 10.17 Get:55 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf less armhf 590-1build1 [134 kB] #11 10.17 Get:56 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmd0 armhf 1.0.4-2 [22.2 kB] #11 10.17 Get:57 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libbsd0 armhf 0.11.6-1 [39.8 kB] #11 10.17 Get:58 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libelf1 armhf 0.187-4 [43.8 kB] #11 10.17 Get:59 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libglib2.0-data all 2.74.0-3 [18.6 kB] #11 10.17 Get:60 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libicu71 armhf 71.1-3ubuntu1 [10.3 MB] #11 10.72 Get:61 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxml2 armhf 2.9.14+dfsg-1 [592 kB] #11 10.73 Get:62 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libyaml-0-2 armhf 0.2.5-1 [46.4 kB] #11 10.74 Get:63 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf lsb-release all 11.2ubuntu1 [11.1 kB] #11 10.74 Get:64 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf netbase all 6.3 [12.9 kB] #11 10.74 Get:65 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-dbus armhf 1.2.18-3build1 [92.6 kB] #11 10.74 Get:66 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-gi armhf 3.42.2-2 [211 kB] #11 10.75 Get:67 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf networkd-dispatcher all 2.1-2ubuntu1 [15.5 kB] #11 10.75 Get:68 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python-apt-common all 2.3.0ubuntu2 [15.2 kB] #11 10.75 Get:69 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-apt armhf 2.3.0ubuntu2 [154 kB] #11 10.80 Get:70 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-pkg-resources all 59.6.0-1.2 [132 kB] #11 10.88 Get:71 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf shared-mime-info armhf 2.2-1 [457 kB] #11 10.90 Get:72 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf systemd-resolved armhf 251.4-1ubuntu7 [265 kB] #11 10.91 Get:73 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf systemd-timesyncd armhf 251.4-1ubuntu7 [33.5 kB] #11 10.91 Get:74 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf ucf all 3.0043 [56.1 kB] #11 10.92 Get:75 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf xdg-user-dirs armhf 0.17-2ubuntu4 [52.6 kB] #11 10.92 Get:76 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf bsdextrautils armhf 2.38-4ubuntu1 [76.6 kB] #11 10.92 Get:77 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmagic-mgc armhf 1:5.41-4 [257 kB] #11 10.93 Get:78 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmagic1 armhf 1:5.41-4 [80.1 kB] #11 10.94 Get:79 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf file armhf 1:5.41-4 [20.6 kB] #11 10.97 Get:80 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gettext-base armhf 0.21-8 [37.6 kB] #11 11.05 Get:81 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libuchardet0 armhf 0.0.7-1build2 [75.7 kB] #11 11.05 Get:82 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf groff-base armhf 1.22.4-8build1 [870 kB] #11 11.09 Get:83 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libcbor0.8 armhf 0.8.0-2ubuntu1 [19.9 kB] #11 11.09 Get:84 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libedit2 armhf 3.1-20210910-1build1 [78.7 kB] #11 11.09 Get:85 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfido2-1 armhf 1.11.0-1 [74.0 kB] #11 11.09 Get:86 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnghttp2-14 armhf 1.49.0-1 [67.9 kB] #11 11.10 Get:87 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpipeline1 armhf 1.5.6-2 [26.1 kB] #11 11.10 Get:88 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpng16-16 armhf 1.6.38-2 [166 kB] #11 11.10 Get:89 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpsl5 armhf 0.21.0-1.2build2 [56.9 kB] #11 11.13 Get:90 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxau6 armhf 1:1.0.9-1build5 [6622 B] #11 11.21 Get:91 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxdmcp6 armhf 1:1.1.3-0ubuntu5 [9452 B] #11 11.21 Get:92 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxcb1 armhf 1.15-1 [45.4 kB] #11 11.21 Get:93 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libx11-data all 2:1.8.1-2 [118 kB] #11 11.22 Get:94 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libx11-6 armhf 2:1.8.1-2 [590 kB] #11 11.24 Get:95 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxext6 armhf 2:1.3.4-1build1 [26.4 kB] #11 11.24 Get:96 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxmuu1 armhf 2:1.1.3-3 [9288 B] #11 11.24 Get:97 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf man-db armhf 2.10.2-2 [1145 kB] #11 11.31 Get:98 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf manpages all 5.13-1 [1391 kB] #11 11.38 Get:99 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf openssh-client armhf 1:9.0p1-1ubuntu7.1 [812 kB] #11 11.41 Get:100 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf publicsuffix all 20220811.1734-1 [130 kB] #11 11.42 Get:101 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libunwind8 armhf 1.6.2-0ubuntu1 [49.6 kB] #11 11.83 Get:102 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf strace armhf 5.16-0ubuntu4 [438 kB] #11 12.33 Get:103 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf xauth armhf 1:1.1.1-1 [23.9 kB] #11 12.34 Get:104 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf xz-utils armhf 5.2.5-2.1 [83.6 kB] #11 12.35 Get:105 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf m4 armhf 1.4.19-1 [236 kB] #11 12.38 Get:106 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf autoconf all 2.71-2 [338 kB] #11 12.44 Get:107 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf autotools-dev all 20220109.1 [44.9 kB] #11 12.45 Get:108 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf automake all 1:1.16.5-1.3 [558 kB] #11 12.51 Get:109 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf autopoint all 0.21-8 [421 kB] #11 12.53 Get:110 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf binutils-common armhf 2.39-3ubuntu1 [223 kB] #11 12.54 Get:111 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libbinutils armhf 2.39-3ubuntu1 [438 kB] #11 12.57 Get:112 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libctf-nobfd0 armhf 2.39-3ubuntu1 [85.1 kB] #11 12.58 Get:113 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libctf0 armhf 2.39-3ubuntu1 [85.9 kB] #11 12.58 Get:114 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf binutils-arm-linux-gnueabihf armhf 2.39-3ubuntu1 [2773 kB] #11 12.72 Get:115 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf binutils armhf 2.39-3ubuntu1 [3162 B] #11 12.72 Get:116 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libc-dev-bin armhf 2.36-0ubuntu4 [18.7 kB] #11 12.72 Get:117 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf linux-libc-dev armhf 5.19.0-26.27 [1306 kB] #11 12.79 Get:118 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libcrypt-dev armhf 1:4.4.28-2 [122 kB] #11 12.80 Get:119 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf rpcsvc-proto armhf 1.4.2-0ubuntu6 [63.7 kB] #11 12.80 Get:120 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtirpc-dev armhf 1.3.3+ds-1 [183 kB] #11 12.81 Get:121 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnsl-dev armhf 1.3.0-2build2 [66.1 kB] #11 12.81 Get:122 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libc6-dev armhf 2.36-0ubuntu4 [1338 kB] #11 12.88 Get:123 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libisl23 armhf 0.25-1 [580 kB] #11 12.91 Get:124 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmpfr6 armhf 4.1.0-3build3 [217 kB] #11 12.92 Get:125 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmpc3 armhf 1.2.1-2build1 [39.5 kB] #11 12.92 Get:126 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf cpp-12 armhf 12.2.0-3ubuntu1 [8151 kB] #11 13.37 Get:127 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf cpp armhf 4:12.2.0-1ubuntu1 [27.3 kB] #11 13.37 Get:128 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libcc1-0 armhf 12.2.0-3ubuntu1 [38.9 kB] #11 13.37 Get:129 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libgomp1 armhf 12.2.0-3ubuntu1 [109 kB] #11 13.37 Get:130 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libatomic1 armhf 12.2.0-3ubuntu1 [7664 B] #11 13.37 Get:131 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libasan8 armhf 12.2.0-3ubuntu1 [2383 kB] #11 13.47 Get:132 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libubsan1 armhf 12.2.0-3ubuntu1 [950 kB] #11 13.52 Get:133 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libgcc-12-dev armhf 12.2.0-3ubuntu1 [857 kB] #11 13.56 Get:134 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gcc-12 armhf 12.2.0-3ubuntu1 [16.2 MB] #11 14.43 Get:135 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gcc armhf 4:12.2.0-1ubuntu1 [5116 B] #11 14.44 Get:136 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libstdc++-12-dev armhf 12.2.0-3ubuntu1 [2238 kB] #11 14.50 Get:137 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf g++-12 armhf 12.2.0-3ubuntu1 [9309 kB] #11 14.99 Get:138 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf g++ armhf 4:12.2.0-1ubuntu1 [1404 B] #11 14.99 Get:139 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf make armhf 4.3-4.1build1 [163 kB] #11 14.99 Get:140 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdpkg-perl all 1.21.9ubuntu1 [237 kB] #11 15.00 Get:141 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf bzip2 armhf 1.0.8-5build1 [34.2 kB] #11 15.00 Get:142 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf patch armhf 2.7.6-7build2 [111 kB] #11 15.00 Get:143 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf lto-disabled-list all 35 [12.2 kB] #11 15.01 Get:144 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf dpkg-dev all 1.21.9ubuntu1 [1070 kB] #11 15.06 Get:145 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf build-essential armhf 12.9ubuntu3 [4744 B] #11 15.06 Get:146 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libbrotli1 armhf 1.0.9-2build6 [306 kB] #11 15.08 Get:147 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsasl2-modules-db armhf 2.1.28+dfsg-6ubuntu2 [18.7 kB] #11 15.15 Get:148 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsasl2-2 armhf 2.1.28+dfsg-6ubuntu2 [52.4 kB] #11 15.15 Get:149 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libldap-2.5-0 armhf 2.5.13+dfsg-1ubuntu1 [160 kB] #11 15.16 Get:150 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2build4 [52.8 kB] #11 15.16 Get:151 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libssh-4 armhf 0.9.6-2build1 [165 kB] #11 15.16 Get:152 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libcurl4 armhf 7.85.0-1ubuntu0.1 [252 kB] #11 15.18 Get:153 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf curl armhf 7.85.0-1ubuntu0.1 [192 kB] #11 15.19 Get:154 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf dctrl-tools armhf 2.24-3build2 [57.2 kB] #11 15.19 Get:155 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdebhelper-perl all 13.9.1ubuntu1 [66.4 kB] #11 15.23 Get:156 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtool all 2.4.7-4 [166 kB] #11 15.24 Get:157 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf dh-autoreconf all 20 [16.1 kB] #11 15.31 Get:158 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libarchive-zip-perl all 1.68-1 [90.2 kB] #11 15.31 Get:159 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsub-override-perl all 0.09-3 [9756 B] #11 15.31 Get:160 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfile-stripnondeterminism-perl all 1.13.0-1 [18.1 kB] #11 15.31 Get:161 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf dh-strip-nondeterminism all 1.13.0-1 [5344 B] #11 15.31 Get:162 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdw1 armhf 0.187-4 [223 kB] #11 15.32 Get:163 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf debugedit armhf 1:5.0-5 [42.8 kB] #11 15.32 Get:164 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf dwz armhf 0.14-1build2 [99.2 kB] #11 15.33 Get:165 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gettext armhf 0.21-8 [802 kB] #11 15.39 Get:166 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf intltool-debian all 0.35.0+20060710.5 [24.9 kB] #11 15.39 Get:167 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf po-debconf all 1.0.21+nmu1 [233 kB] #11 15.47 Get:168 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf debhelper all 13.9.1ubuntu1 [939 kB] #11 15.50 Get:169 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfakeroot armhf 1.29-1ubuntu1 [25.6 kB] #11 15.51 Get:170 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf fakeroot armhf 1.29-1ubuntu1 [61.8 kB] #11 15.51 Get:171 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libassuan0 armhf 2.5.5-4 [30.4 kB] #11 15.51 Get:172 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gpgconf armhf 2.2.35-3ubuntu1 [117 kB] #11 15.51 Get:173 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libksba8 armhf 1.6.0-3ubuntu1 [98.4 kB] #11 15.52 Get:174 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnpth0 armhf 1.6-3build2 [7230 B] #11 15.52 Get:175 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf dirmngr armhf 2.2.35-3ubuntu1 [329 kB] #11 15.55 Get:176 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gnupg-l10n all 2.2.35-3ubuntu1 [53.8 kB] #11 15.55 Get:177 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gnupg-utils armhf 2.2.35-3ubuntu1 [456 kB] #11 15.63 Get:178 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gpg armhf 2.2.35-3ubuntu1 [481 kB] #11 15.65 Get:179 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf pinentry-curses armhf 1.2.0-2ubuntu1 [36.2 kB] #11 15.65 Get:180 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gpg-agent armhf 2.2.35-3ubuntu1 [234 kB] #11 15.66 Get:181 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gpg-wks-client armhf 2.2.35-3ubuntu1 [88.1 kB] #11 15.66 Get:182 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gpg-wks-server armhf 2.2.35-3ubuntu1 [81.7 kB] #11 15.66 Get:183 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gpgsm armhf 2.2.35-3ubuntu1 [211 kB] #11 15.67 Get:184 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gnupg all 2.2.35-3ubuntu1 [318 kB] #11 15.71 Get:185 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfile-dirlist-perl all 0.05-2 [7100 B] #11 15.71 Get:186 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfile-which-perl all 1.27-1 [14.3 kB] #11 15.71 Get:187 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfile-homedir-perl all 1.006-1 [38.3 kB] #11 15.79 Get:188 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfile-touch-perl all 0.12-1 [9024 B] #11 15.79 Get:189 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libio-pty-perl armhf 1:1.15-2build2 [34.3 kB] #11 15.79 Get:190 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libipc-run-perl all 20220807.0-1 [92.6 kB] #11 15.79 Get:191 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libclass-method-modifiers-perl all 2.13-1 [16.2 kB] #11 15.79 Get:192 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libclass-xsaccessor-perl armhf 1.19-4 [33.4 kB] #11 15.79 Get:193 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libb-hooks-op-check-perl armhf 0.22-2 [10.1 kB] #11 15.79 Get:194 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdynaloader-functions-perl all 0.003-2 [12.5 kB] #11 15.87 Get:195 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdevel-callchecker-perl armhf 0.008-1ubuntu4 [14.6 kB] #11 15.87 Get:196 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libparams-classify-perl armhf 0.015-2 [20.6 kB] #11 15.87 Get:197 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmodule-runtime-perl all 0.016-2 [16.4 kB] #11 15.95 Get:198 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libimport-into-perl all 1.002005-2 [10.7 kB] #11 15.95 Get:199 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf librole-tiny-perl all 2.002004-1 [16.3 kB] #11 15.95 Get:200 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsub-quote-perl all 2.006006-1 [19.5 kB] #11 15.95 Get:201 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmoo-perl all 2.005004-3 [48.0 kB] #11 15.95 Get:202 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libencode-locale-perl all 1.05-2 [12.2 kB] #11 16.37 Get:203 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtimedate-perl all 2.3300-2 [34.0 kB] #11 16.57 Get:204 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhttp-date-perl all 6.05-1 [9920 B] #11 16.59 Get:205 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfile-listing-perl all 6.15-1 [11.5 kB] #11 16.61 Get:206 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhtml-tagset-perl all 3.20-4 [12.5 kB] #11 16.63 Get:207 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liburi-perl all 5.12-1ubuntu1 [80.7 kB] #11 16.75 Get:208 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhtml-parser-perl armhf 3.78-1 [85.3 kB] #11 ... #9 [golang 1/1] FROM docker.io/library/golang:1.18.8-buster@sha256:e51d96ac027dc597849f33a14d012a5a59bf99b18d062b5a5080ac5701893120 #9 extracting sha256:66539f69ff6db301e9797504ede773958b307f5aa07600994a0c08260a1a5db3 7.3s done #9 extracting sha256:5e9c76b08320ff7441cb8afaddee34be998f071d71cf617ae15933f5b643f258 2.4s done #9 extracting sha256:1d4407693eb37438a05b10654e8f6d890c4d43a168d6c135efd217b3bc08e6af 3.3s #9 ... #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git #11 16.80 Get:209 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhtml-tree-perl all 5.07-2 [200 kB] #11 16.88 Get:210 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libio-html-perl all 1.004-3 [15.9 kB] #11 16.89 Get:211 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblwp-mediatypes-perl all 6.04-1 [19.5 kB] #11 16.89 Get:212 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhttp-message-perl all 6.37-1 [76.3 kB] #11 16.91 Get:213 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhttp-cookies-perl all 6.10-1 [18.4 kB] #11 16.91 Get:214 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhttp-negotiate-perl all 6.01-1 [12.5 kB] #11 16.92 Get:215 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf perl-openssl-defaults armhf 7 [7536 B] #11 16.92 Get:216 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnet-ssleay-perl armhf 1.92-2 [306 kB] #11 16.97 Get:217 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libio-socket-ssl-perl all 2.074-2 [192 kB] #11 16.99 Get:218 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnet-http-perl all 6.22-1 [23.2 kB] #11 17.02 Get:219 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblwp-protocol-https-perl all 6.10-1 [10.9 kB] #11 17.02 Get:220 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtry-tiny-perl all 0.31-1 [21.8 kB] #11 17.02 Get:221 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libwww-robotrules-perl all 6.02-1 [12.6 kB] #11 17.02 Get:222 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libwww-perl all 6.67-1 [141 kB] #11 17.03 Get:223 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf patchutils armhf 0.4.2-1build2 [74.5 kB] #11 17.03 Get:224 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf wdiff armhf 1.2.2-2build3 [29.3 kB] #11 17.04 Get:225 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf devscripts armhf 2.22.2ubuntu3 [1060 kB] #11 17.11 Get:226 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf diffstat armhf 1.64-1build2 [27.6 kB] #11 17.11 Get:227 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-chardet all 4.0.0-2 [109 kB] #11 17.11 Get:228 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-debian all 0.1.46 [116 kB] #11 17.18 Get:229 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libgpgme11 armhf 1.17.1-4.1ubuntu1 [116 kB] #11 17.18 Get:230 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-gpg armhf 1.17.1-4.1ubuntu1 [192 kB] #11 17.20 Get:231 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-xdg all 0.27-2 [36.9 kB] #11 17.20 Get:232 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf dput all 1.1.2ubuntu2 [46.0 kB] #11 17.20 Get:233 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf fonts-dejavu-core all 2.37-2build1 [1041 kB] #11 17.21 Get:234 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf fontconfig-config all 2.13.1-4.4ubuntu1 [28.2 kB] #11 17.26 Get:235 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libcurl3-gnutls armhf 7.85.0-1ubuntu0.1 [247 kB] #11 17.26 Get:236 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liberror-perl all 0.17029-1 [26.5 kB] #11 17.26 Get:237 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf git-man all 1:2.37.2-1ubuntu1.1 [975 kB] #11 17.29 Get:238 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf git armhf 1:2.37.2-1ubuntu1.1 [3674 kB] #11 17.51 Get:239 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libalgorithm-diff-perl all 1.201-1 [41.8 kB] #11 17.51 Get:240 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libalgorithm-diff-xs-perl armhf 0.04-7 [11.3 kB] #11 17.51 Get:241 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libalgorithm-merge-perl all 0.08-4 [12.0 kB] #11 17.51 Get:242 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libaliased-perl all 0.34-2 [13.5 kB] #11 17.51 Get:243 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libapt-pkg-perl armhf 0.1.40build2 [68.4 kB] #11 17.51 Get:244 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libarchive-cpio-perl all 0.10-2 [10.3 kB] #11 17.51 Get:245 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libarray-intspan-perl all 2.004-2 [25.0 kB] #11 17.51 Get:246 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmodule-implementation-perl all 0.09-2 [12.0 kB] #11 17.51 Get:247 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsub-exporter-progressive-perl all 0.001013-2 [7248 B] #11 17.59 Get:248 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libvariable-magic-perl armhf 0.62-2 [32.7 kB] #11 17.68 Get:249 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libb-hooks-endofscope-perl all 0.26-1 [17.8 kB] #11 17.68 Get:250 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libberkeleydb-perl armhf 0.64-1build3 [111 kB] #11 17.68 Get:251 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfreetype6 armhf 2.12.1+dfsg-3 [324 kB] #11 17.68 Get:252 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfontconfig1 armhf 2.13.1-4.4ubuntu1 [107 kB] #11 17.69 Get:253 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libjpeg-turbo8 armhf 2.1.2-0ubuntu1 [116 kB] #11 17.69 Get:254 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libjpeg8 armhf 8c-2ubuntu10 [2266 B] #11 17.69 Get:255 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdeflate0 armhf 1.12-1 [64.1 kB] #11 17.69 Get:256 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libjbig0 armhf 2.1-3.1ubuntu0.22.10.1 [25.2 kB] #11 17.69 Get:257 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblerc3 armhf 3.0+ds-1ubuntu1 [106 kB] #11 17.76 Get:258 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libwebp7 armhf 1.2.2-2 [166 kB] #11 17.84 Get:259 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libtiff5 armhf 4.4.0-4ubuntu3.2 [171 kB] #11 17.84 Get:260 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxpm4 armhf 1:3.5.12-1build2 [31.0 kB] #11 17.84 Get:261 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libgd3 armhf 2.3.3-6 [105 kB] #11 17.84 Get:262 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libc-devtools armhf 2.36-0ubuntu4 [29.6 kB] #11 17.84 Get:263 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libcapture-tiny-perl all 0.48-1 [20.4 kB] #11 17.84 Get:264 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libcgi-pm-perl all 4.54-1 [188 kB] #11 17.85 Get:265 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfcgi0ldbl armhf 2.4.2-2build2 [23.2 kB] #11 17.85 Get:266 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfcgi-perl armhf 0.82+ds-1build1 [21.3 kB] #11 17.85 Get:267 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libcgi-fast-perl all 1:2.15-1 [10.5 kB] #11 17.92 Get:268 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libclass-data-inheritable-perl all 0.08-3 [8084 B] #11 17.93 Get:269 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libclone-perl armhf 0.45-1build3 [10.2 kB] #11 17.93 Get:270 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libcommon-sense-perl armhf 3.75-2build1 [21.2 kB] #11 17.93 Get:271 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libconfig-tiny-perl all 2.28-1 [13.1 kB] #11 17.93 Get:272 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libparams-util-perl armhf 1.102-1build3 [21.4 kB] #11 17.93 Get:273 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsub-install-perl all 0.928-2 [10.2 kB] #11 17.93 Get:274 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdata-optlist-perl all 0.112-1 [11.0 kB] #11 17.93 Get:275 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsub-exporter-perl all 0.988-1 [50.6 kB] #11 17.93 Get:276 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libconst-fast-perl all 0.014-2 [8034 B] #11 18.00 Get:277 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libwant-perl armhf 0.29-2 [24.0 kB] #11 18.02 Get:278 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libcontextual-return-perl all 0.004014-3 [53.8 kB] #11 18.02 Get:279 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libcpanel-json-xs-perl armhf 4.32-1 [112 kB] #11 18.02 Get:280 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdevel-stacktrace-perl all 2.0400-1 [22.7 kB] #11 18.02 Get:281 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libexception-class-perl all 1.45-1 [28.6 kB] #11 18.02 Get:282 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libiterator-perl all 0.03+ds1-2 [18.8 kB] #11 18.02 Get:283 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libiterator-util-perl all 0.02+ds1-2 [14.1 kB] #11 18.02 Get:284 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libexporter-tiny-perl all 1.002002-1 [36.2 kB] #11 18.02 Get:285 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblist-moreutils-xs-perl armhf 0.430-3 [36.9 kB] #11 18.08 Get:286 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblist-moreutils-perl all 0.430-2 [38.2 kB] #11 18.11 Get:287 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdata-dpath-perl all 0.58-1 [38.8 kB] #11 18.11 Get:288 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdata-dump-perl all 1.25-1 [25.9 kB] #11 18.11 Get:289 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdata-messagepack-perl armhf 1.02-1 [32.7 kB] #11 18.11 Get:290 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnet-domain-tld-perl all 1.75-2 [30.8 kB] #11 18.11 Get:291 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdata-validate-domain-perl all 0.10-1.1 [9992 B] #11 18.11 Get:292 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnet-ipv6addr-perl all 1.02-1 [21.0 kB] #11 18.11 Get:293 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnet-netmask-perl all 2.0001-1 [27.7 kB] #11 18.11 Get:294 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnetaddr-ip-perl armhf 4.079+dfsg-2 [81.5 kB] #11 18.16 Get:295 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdata-validate-ip-perl all 0.30-1 [17.3 kB] #11 18.20 Get:296 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdata-validate-uri-perl all 0.07-2 [11.1 kB] #11 18.20 Get:297 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdistro-info-perl all 1.1ubuntu1 [5606 B] #11 18.20 Get:298 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libemail-address-xs-perl armhf 1.05-1 [26.4 kB] #11 18.20 Get:299 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfcgi-bin armhf 2.4.2-2build2 [10.2 kB] #11 18.20 Get:300 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libipc-system-simple-perl all 1.30-1 [23.2 kB] #11 18.20 Get:301 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfile-basedir-perl all 0.09-1 [15.7 kB] #11 18.74 Get:302 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfile-chdir-perl all 0.1008-1.1 [10.6 kB] #11 18.74 Get:303 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfile-fcntllock-perl armhf 0.22-4 [33.2 kB] #11 18.90 Get:304 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnumber-compare-perl all 0.03-2 [7058 B] #11 18.91 Get:305 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtext-glob-perl all 0.11-2 [8042 B] #11 18.92 Get:306 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfile-find-rule-perl all 0.34-2 [26.1 kB] #11 18.97 Get:307 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfont-afm-perl all 1.20-3 [13.6 kB] #11 18.99 Get:308 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libio-string-perl all 1.08-3.1 [10.7 kB] #11 19.00 Get:309 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfont-ttf-perl all 1.06-2 [323 kB] #11 19.16 Get:310 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfreezethaw-perl all 0.5001-2.1 [16.0 kB] #11 19.17 Get:311 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsort-versions-perl all 1.62-2 [8848 B] #11 19.17 Get:312 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libgit-wrapper-perl all 0.048-1 [29.9 kB] #11 19.17 Get:313 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B] #11 19.18 Get:314 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libio-prompter-perl all 0.004015-1 [58.1 kB] #11 19.19 Get:315 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libjson-perl all 4.09000-1 [82.4 kB] #11 19.21 Get:316 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblog-any-perl all 1.710-1 [68.4 kB] #11 19.22 Get:317 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB] #11 19.22 Get:318 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpackage-stash-perl all 0.40-1 [19.5 kB] #11 19.24 Get:319 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsub-identify-perl armhf 0.14-2 [10.5 kB] #11 19.31 Get:320 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsub-name-perl armhf 0.26-2 [11.1 kB] #11 19.31 Get:321 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnamespace-clean-perl all 0.27-2 [14.0 kB] #11 19.31 Get:322 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpath-tiny-perl all 0.122-1 [45.9 kB] #11 19.31 Get:323 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libstrictures-perl all 2.000006-1 [16.3 kB] #11 19.31 Get:324 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtype-tiny-perl all 1.016008-1 [336 kB] #11 19.34 Get:325 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libgitlab-api-v4-perl all 0.26-1 [84.1 kB] #11 19.34 Get:326 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhtml-form-perl all 6.10-1 [23.0 kB] #11 19.34 Get:327 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhtml-format-perl all 2.16-1 [38.2 kB] #11 19.35 Get:328 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhtml-html5-entities-perl all 0.004-2 [22.1 kB] #11 19.40 Get:329 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhtml-tokeparser-simple-perl all 3.16-4 [38.0 kB] #11 19.41 Get:330 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhttp-daemon-perl all 6.14-1.1 [22.4 kB] #11 19.41 Get:331 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libindirect-perl armhf 0.39-2 [20.8 kB] #11 19.41 Get:332 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libio-interactive-perl all 1.023-1 [10.4 kB] #11 19.41 Get:333 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtypes-serialiser-perl all 1.01-1 [11.6 kB] #11 19.48 Get:334 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libjson-xs-perl armhf 4.030-1build3 [85.8 kB] #11 19.50 Get:335 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libjson-maybexs-perl all 1.004003-1 [11.3 kB] #11 19.50 Get:336 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libldap-common all 2.5.13+dfsg-1ubuntu1 [19.6 kB] #11 19.50 Get:337 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblist-compare-perl all 0.55-1 [63.3 kB] #11 19.50 Get:338 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblist-someutils-perl all 0.58-1 [29.7 kB] #11 19.57 Get:339 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblist-someutils-xs-perl armhf 0.58-2build3 [31.4 kB] #11 19.57 Get:340 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblist-utilsby-perl all 0.12-1 [15.5 kB] #11 19.57 Get:341 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libltdl7 armhf 2.4.7-4 [37.2 kB] #11 19.57 Get:342 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libltdl-dev armhf 2.4.7-4 [167 kB] #11 19.58 Get:343 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblzo2-2 armhf 2.10-2build3 [47.6 kB] #11 19.65 Get:344 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsys-hostname-long-perl all 1.5-2 [11.5 kB] #11 19.65 Get:345 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmail-sendmail-perl all 0.80-2 [23.2 kB] #11 19.65 Get:346 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnet-smtp-ssl-perl all 1.04-2 [6218 B] #11 19.65 Get:347 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmailtools-perl all 2.21-1 [80.7 kB] #11 19.65 Get:348 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmarkdown2 armhf 2.2.7-2 [31.3 kB] #11 19.73 Get:349 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmath-base85-perl all 0.5+dfsg-1 [6764 B] #11 19.73 Get:350 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmldbm-perl all 2.05-3 [17.5 kB] #11 19.73 Get:351 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmoox-aliases-perl all 0.001006-2 [6796 B] #11 19.73 Get:352 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmouse-perl armhf 2.5.10-1build4 [156 kB] #11 19.74 Get:353 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxs-parse-keyword-perl armhf 0.25-1 [49.2 kB] #11 19.81 Get:354 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxs-parse-sublike-perl armhf 0.16-1ubuntu2 [26.8 kB] #11 19.81 Get:355 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libobject-pad-perl armhf 0.68-1 [91.1 kB] #11 19.81 Get:356 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpackage-stash-xs-perl armhf 0.30-1 [17.6 kB] #11 19.82 Get:357 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpath-iterator-rule-perl all 1.015-1 [40.8 kB] #11 19.82 Get:358 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libperlio-gzip-perl armhf 0.20-1 [13.9 kB] #11 19.89 Get:359 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libperlio-utf8-strict-perl armhf 0.009-1build1 [11.2 kB] #11 19.89 Get:360 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpod-parser-perl all 1.65-1 [82.7 kB] #11 19.89 Get:361 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpod-constants-perl all 0.19-2 [16.3 kB] #11 19.89 Get:362 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libproc-processtable-perl armhf 0.634-1build1 [37.0 kB] #11 19.90 Get:363 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libre2-9 armhf 20220601+dfsg-1 [161 kB] #11 19.97 Get:364 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libre-engine-re2-perl armhf 0.14-1build2 [17.2 kB] #11 19.97 Get:365 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libreadonly-perl all 2.050-3 [19.9 kB] #11 19.97 Get:366 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libref-util-perl all 0.204-1 [15.0 kB] #11 19.97 Get:367 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libref-util-xs-perl armhf 0.117-2 [11.6 kB] #11 19.97 Get:368 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libregexp-pattern-license-perl all 3.9.4-1 [84.5 kB] #11 20.05 Get:369 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libregexp-pattern-perl all 0.2.14-1 [17.6 kB] #11 20.05 Get:370 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libregexp-wildcards-perl all 1.05-3 [12.9 kB] #11 20.05 Get:371 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsasl2-modules armhf 2.1.28+dfsg-6ubuntu2 [62.1 kB] #11 20.05 Get:372 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsereal-decoder-perl armhf 4.025+ds-1 [94.4 kB] #11 20.06 Get:373 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsereal-encoder-perl armhf 4.025+ds-1 [94.8 kB] #11 20.13 Get:374 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libset-intspan-perl all 1.19-2 [26.1 kB] #11 20.13 Get:375 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsocket6-perl armhf 0.29-2 [18.6 kB] #11 20.13 Get:376 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsodium23 armhf 1.0.18-1build2 [141 kB] #11 20.14 Get:377 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libstring-copyright-perl all 0.003013-1 [21.2 kB] #11 20.14 Get:378 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libstring-escape-perl all 2010.002-2 [17.6 kB] #11 20.21 Get:379 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libstring-shellquote-perl all 1.04-2 [12.3 kB] #11 20.21 Get:380 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsyntax-keyword-try-perl armhf 0.27-1 [25.5 kB] #11 20.21 Get:381 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libterm-readkey-perl armhf 2.38-2 [23.8 kB] #11 20.21 Get:382 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtext-levenshteinxs-perl armhf 0.03-5 [8014 B] #11 20.21 Get:383 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtext-markdown-discount-perl armhf 0.13-1build1 [12.4 kB] #11 20.29 Get:384 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtext-xslate-perl armhf 3.5.9-1build1 [182 kB] #11 20.30 Get:385 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtime-duration-perl all 1.21-1 [13.1 kB] #11 20.30 Get:386 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtime-moment-perl armhf 0.44-2 [71.1 kB] #11 20.30 Get:387 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtype-tiny-xs-perl armhf 0.022-2 [23.0 kB] #11 20.31 Get:388 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libunicode-utf8-perl armhf 0.62-1build4 [17.6 kB] #11 20.37 Get:389 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libwww-mechanize-perl all 2.14-2 [93.9 kB] #11 20.37 Get:390 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxml-namespacesupport-perl all 1.12-2 [13.5 kB] #11 20.37 Get:391 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxml-sax-base-perl all 1.09-2 [19.3 kB] #11 20.38 Get:392 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxml-sax-perl all 1.02+dfsg-3 [57.0 kB] #11 20.38 Get:393 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxml-libxml-perl armhf 2.0207+dfsg+really+2.0134-1 [311 kB] #11 20.45 Get:394 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxml-parser-perl armhf 2.46-3build1 [210 kB] #11 20.46 Get:395 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxml-sax-expat-perl all 0.51-1 [10.5 kB] #11 20.46 Get:396 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libyaml-libyaml-perl armhf 0.83+ds-1build1 [27.3 kB] #11 20.47 Get:397 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf licensecheck all 3.3.0-1 [41.4 kB] #11 20.47 Get:398 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdevel-size-perl armhf 0.83-2 [19.6 kB] #11 20.53 Get:399 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libipc-run3-perl all 0.048-2 [31.4 kB] #11 20.54 Get:400 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf lzip armhf 1.23-4 [79.4 kB] #11 20.54 Get:401 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf lzop armhf 1.04-2build2 [84.5 kB] #11 20.54 Get:402 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf t1utils armhf 1.41-4build2 [53.1 kB] #11 ... #9 [golang 1/1] FROM docker.io/library/golang:1.18.8-buster@sha256:e51d96ac027dc597849f33a14d012a5a59bf99b18d062b5a5080ac5701893120 #9 extracting sha256:1d4407693eb37438a05b10654e8f6d890c4d43a168d6c135efd217b3bc08e6af 6.8s done #9 extracting sha256:1d1f67de1e33307c23dba335564c8ea8afbd008e703033ed488b3a57cd7e0616 done #9 DONE 37.8s #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git #11 20.96 Get:403 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf unzip armhf 6.0-27ubuntu1 [162 kB] #11 21.37 Get:404 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf lintian all 2.115.3ubuntu2 [1110 kB] #11 21.64 Get:405 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf manpages-dev all 5.13-1 [2355 kB] #11 21.79 Get:406 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-certifi all 2022.6.15-2 [156 kB] #11 21.80 Get:407 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-cffi-backend armhf 1.15.1-1 [66.0 kB] #11 21.80 Get:408 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-cryptography armhf 3.4.8-2 [217 kB] #11 21.81 Get:409 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-idna all 3.3-1 [49.3 kB] #11 21.82 Get:410 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-nacl armhf 1.5.0-2 [58.0 kB] #11 21.82 Get:411 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-six all 1.16.0-4 [12.4 kB] #11 21.82 Get:412 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-bcrypt armhf 3.2.0-1build1 [28.5 kB] #11 21.82 Get:413 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-paramiko all 2.10.4-1ubuntu1 [134 kB] #11 21.83 Get:414 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-urllib3 all 1.26.9-1 [98.8 kB] #11 21.87 Get:415 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-requests all 2.27.1+dfsg-1ubuntu2 [50.3 kB] #11 21.96 Get:416 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-unidiff all 0.7.3-1 [11.0 kB] #11 21.96 Get:417 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf zstd armhf 1.5.2+dfsg-1 [609 kB] #11 21.97 Get:418 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf equivs all 2.3.1 [19.0 kB] #11 21.97 Get:419 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libauthen-sasl-perl all 2.1600-2 [43.7 kB] #11 21.97 Get:420 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-magic all 2:0.4.26-2 [13.2 kB] #11 22.19 debconf: delaying package configuration, since apt-utils is not installed #11 22.23 Fetched 128 MB in 14s (8854 kB/s) #11 22.25 (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 ... 4392 files and directories currently installed.) #11 22.28 Preparing to unpack .../perl-base_5.34.0-5ubuntu1.1_armhf.deb ... #11 22.31 Unpacking perl-base (5.34.0-5ubuntu1.1) over (5.34.0-5ubuntu1) ... #11 24.46 Setting up perl-base (5.34.0-5ubuntu1.1) ... #11 24.65 Selecting previously unselected package liblocale-gettext-perl. #11 24.65 (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 ... 4392 files and directories currently installed.) #11 24.65 Preparing to unpack .../liblocale-gettext-perl_1.07-4build3_armhf.deb ... #11 24.81 Unpacking liblocale-gettext-perl (1.07-4build3) ... #11 24.93 Selecting previously unselected package libssl3:armhf. #11 24.93 Preparing to unpack .../libssl3_3.0.5-2ubuntu2_armhf.deb ... #11 24.94 Unpacking libssl3:armhf (3.0.5-2ubuntu2) ... #11 25.04 Selecting previously unselected package libpython3.10-minimal:armhf. #11 25.04 Preparing to unpack .../libpython3.10-minimal_3.10.7-1ubuntu0.1_armhf.deb ... #11 25.05 Unpacking libpython3.10-minimal:armhf (3.10.7-1ubuntu0.1) ... #11 25.25 Selecting previously unselected package libexpat1:armhf. #11 25.25 Preparing to unpack .../libexpat1_2.4.8-2ubuntu0.22.10.1_armhf.deb ... #11 25.26 Unpacking libexpat1:armhf (2.4.8-2ubuntu0.22.10.1) ... #11 25.93 Selecting previously unselected package python3.10-minimal. #11 25.93 Preparing to unpack .../python3.10-minimal_3.10.7-1ubuntu0.1_armhf.deb ... #11 25.94 Unpacking python3.10-minimal (3.10.7-1ubuntu0.1) ... #11 26.18 Setting up libssl3:armhf (3.0.5-2ubuntu2) ... #11 26.51 Setting up libpython3.10-minimal:armhf (3.10.7-1ubuntu0.1) ... #11 26.80 Setting up libexpat1:armhf (2.4.8-2ubuntu0.22.10.1) ... #11 26.83 Setting up python3.10-minimal (3.10.7-1ubuntu0.1) ... #11 27.58 Selecting previously unselected package python3-minimal. #11 27.58 (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 ... 4719 files and directories currently installed.) #11 27.59 Preparing to unpack .../00-python3-minimal_3.10.6-1_armhf.deb ... #11 27.60 Unpacking python3-minimal (3.10.6-1) ... #11 27.63 Selecting previously unselected package media-types. #11 27.63 Preparing to unpack .../01-media-types_8.0.0_all.deb ... #11 27.63 Unpacking media-types (8.0.0) ... #11 27.67 Selecting previously unselected package libmpdec3:armhf. #11 27.67 Preparing to unpack .../02-libmpdec3_2.5.1-2build2_armhf.deb ... #11 27.67 Unpacking libmpdec3:armhf (2.5.1-2build2) ... #11 27.71 Selecting previously unselected package libkrb5support0:armhf. #11 27.71 Preparing to unpack .../03-libkrb5support0_1.20-1_armhf.deb ... #11 27.71 Unpacking libkrb5support0:armhf (1.20-1) ... #11 27.74 Selecting previously unselected package libk5crypto3:armhf. #11 27.74 Preparing to unpack .../04-libk5crypto3_1.20-1_armhf.deb ... #11 27.74 Unpacking libk5crypto3:armhf (1.20-1) ... #11 27.78 Selecting previously unselected package libkeyutils1:armhf. #11 27.78 Preparing to unpack .../05-libkeyutils1_1.6.3-1_armhf.deb ... #11 27.78 Unpacking libkeyutils1:armhf (1.6.3-1) ... #11 27.81 Selecting previously unselected package libkrb5-3:armhf. #11 27.81 Preparing to unpack .../06-libkrb5-3_1.20-1_armhf.deb ... #11 27.82 Unpacking libkrb5-3:armhf (1.20-1) ... #11 27.86 Selecting previously unselected package libgssapi-krb5-2:armhf. #11 27.86 Preparing to unpack .../07-libgssapi-krb5-2_1.20-1_armhf.deb ... #11 27.87 Unpacking libgssapi-krb5-2:armhf (1.20-1) ... #11 27.90 Selecting previously unselected package libtirpc-common. #11 27.90 Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ... #11 27.90 Unpacking libtirpc-common (1.3.3+ds-1) ... #11 27.95 Selecting previously unselected package libtirpc3:armhf. #11 27.95 Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_armhf.deb ... #11 27.95 Unpacking libtirpc3:armhf (1.3.3+ds-1) ... #11 27.99 Selecting previously unselected package libnsl2:armhf. #11 27.99 Preparing to unpack .../10-libnsl2_1.3.0-2build2_armhf.deb ... #11 27.99 Unpacking libnsl2:armhf (1.3.0-2build2) ... #11 28.03 Selecting previously unselected package readline-common. #11 28.03 Preparing to unpack .../11-readline-common_8.2-1_all.deb ... #11 28.03 Unpacking readline-common (8.2-1) ... #11 28.06 Selecting previously unselected package libreadline8:armhf. #11 28.06 Preparing to unpack .../12-libreadline8_8.2-1_armhf.deb ... #11 28.07 Unpacking libreadline8:armhf (8.2-1) ... #11 28.10 Selecting previously unselected package libsqlite3-0:armhf. #11 28.10 Preparing to unpack .../13-libsqlite3-0_3.39.3-1_armhf.deb ... #11 28.10 Unpacking libsqlite3-0:armhf (3.39.3-1) ... #11 28.14 Selecting previously unselected package libpython3.10-stdlib:armhf. #11 28.14 Preparing to unpack .../14-libpython3.10-stdlib_3.10.7-1ubuntu0.1_armhf.deb ... #11 28.14 Unpacking libpython3.10-stdlib:armhf (3.10.7-1ubuntu0.1) ... #11 28.23 Selecting previously unselected package python3.10. #11 28.23 Preparing to unpack .../15-python3.10_3.10.7-1ubuntu0.1_armhf.deb ... #11 28.24 Unpacking python3.10 (3.10.7-1ubuntu0.1) ... #11 28.26 Selecting previously unselected package libpython3-stdlib:armhf. #11 28.26 Preparing to unpack .../16-libpython3-stdlib_3.10.6-1_armhf.deb ... #11 28.27 Unpacking libpython3-stdlib:armhf (3.10.6-1) ... #11 28.29 Setting up python3-minimal (3.10.6-1) ... #11 28.47 Selecting previously unselected package python3. #11 28.47 (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 ... 5201 files and directories currently installed.) #11 28.48 Preparing to unpack .../000-python3_3.10.6-1_armhf.deb ... #11 28.48 Unpacking python3 (3.10.6-1) ... #11 28.52 Selecting previously unselected package libargon2-1:armhf. #11 28.52 Preparing to unpack .../001-libargon2-1_0~20171227-0.3_armhf.deb ... #11 28.52 Unpacking libargon2-1:armhf (0~20171227-0.3) ... #11 28.56 Selecting previously unselected package libdevmapper1.02.1:armhf. #11 28.56 Preparing to unpack .../002-libdevmapper1.02.1_2%3a1.02.185-1ubuntu1_armhf.deb ... #11 28.56 Unpacking libdevmapper1.02.1:armhf (2:1.02.185-1ubuntu1) ... #11 28.60 Selecting previously unselected package libjson-c5:armhf. #11 28.60 Preparing to unpack .../003-libjson-c5_0.16-1_armhf.deb ... #11 28.60 Unpacking libjson-c5:armhf (0.16-1) ... #11 28.64 Selecting previously unselected package libcryptsetup12:armhf. #11 28.64 Preparing to unpack .../004-libcryptsetup12_2%3a2.5.0-2ubuntu1_armhf.deb ... #11 28.64 Unpacking libcryptsetup12:armhf (2:2.5.0-2ubuntu1) ... #11 28.68 Selecting previously unselected package libfdisk1:armhf. #11 28.68 Preparing to unpack .../005-libfdisk1_2.38-4ubuntu1_armhf.deb ... #11 28.68 Unpacking libfdisk1:armhf (2.38-4ubuntu1) ... #11 28.72 Selecting previously unselected package libkmod2:armhf. #11 28.72 Preparing to unpack .../006-libkmod2_30+20220630-3ubuntu1_armhf.deb ... #11 28.72 Unpacking libkmod2:armhf (30+20220630-3ubuntu1) ... #11 28.75 Selecting previously unselected package libapparmor1:armhf. #11 28.76 Preparing to unpack .../007-libapparmor1_3.0.7-1ubuntu2_armhf.deb ... #11 28.76 Unpacking libapparmor1:armhf (3.0.7-1ubuntu2) ... #11 28.79 Selecting previously unselected package libip4tc2:armhf. #11 28.79 Preparing to unpack .../008-libip4tc2_1.8.7-1ubuntu6_armhf.deb ... #11 28.80 Unpacking libip4tc2:armhf (1.8.7-1ubuntu6) ... #11 28.82 Selecting previously unselected package libsystemd-shared:armhf. #11 28.82 Preparing to unpack .../009-libsystemd-shared_251.4-1ubuntu7_armhf.deb ... #11 28.83 Unpacking libsystemd-shared:armhf (251.4-1ubuntu7) ... #11 28.89 Selecting previously unselected package systemd. #11 28.89 Preparing to unpack .../010-systemd_251.4-1ubuntu7_armhf.deb ... #11 28.91 Unpacking systemd (251.4-1ubuntu7) ... #11 29.03 Selecting previously unselected package perl-modules-5.34. #11 29.04 Preparing to unpack .../011-perl-modules-5.34_5.34.0-5ubuntu1.1_all.deb ... #11 29.04 Unpacking perl-modules-5.34 (5.34.0-5ubuntu1.1) ... #11 29.26 Selecting previously unselected package libgdbm6:armhf. #11 29.26 Preparing to unpack .../012-libgdbm6_1.23-1_armhf.deb ... #11 29.26 Unpacking libgdbm6:armhf (1.23-1) ... #11 29.30 Selecting previously unselected package libgdbm-compat4:armhf. #11 29.30 Preparing to unpack .../013-libgdbm-compat4_1.23-1_armhf.deb ... #11 29.30 Unpacking libgdbm-compat4:armhf (1.23-1) ... #11 29.34 Selecting previously unselected package libperl5.34:armhf. #11 29.34 Preparing to unpack .../014-libperl5.34_5.34.0-5ubuntu1.1_armhf.deb ... #11 29.35 Unpacking libperl5.34:armhf (5.34.0-5ubuntu1.1) ... #11 29.52 Selecting previously unselected package perl. #11 29.52 Preparing to unpack .../015-perl_5.34.0-5ubuntu1.1_armhf.deb ... #11 29.53 Unpacking perl (5.34.0-5ubuntu1.1) ... #11 29.57 Selecting previously unselected package openssl. #11 29.58 Preparing to unpack .../016-openssl_3.0.5-2ubuntu2_armhf.deb ... #11 29.58 Unpacking openssl (3.0.5-2ubuntu2) ... #11 29.64 Selecting previously unselected package ca-certificates. #11 29.64 Preparing to unpack .../017-ca-certificates_20211016_all.deb ... #11 29.64 Unpacking ca-certificates (20211016) ... #11 29.69 Selecting previously unselected package libdbus-1-3:armhf. #11 29.70 Preparing to unpack .../018-libdbus-1-3_1.14.0-2ubuntu3_armhf.deb ... #11 29.70 Unpacking libdbus-1-3:armhf (1.14.0-2ubuntu3) ... #11 29.73 Selecting previously unselected package dbus-bin. #11 29.73 Preparing to unpack .../019-dbus-bin_1.14.0-2ubuntu3_armhf.deb ... #11 29.73 Unpacking dbus-bin (1.14.0-2ubuntu3) ... #11 29.76 Selecting previously unselected package dbus-session-bus-common. #11 29.76 Preparing to unpack .../020-dbus-session-bus-common_1.14.0-2ubuntu3_all.deb ... #11 29.76 Unpacking dbus-session-bus-common (1.14.0-2ubuntu3) ... #11 29.80 Selecting previously unselected package dbus-daemon. #11 29.80 Preparing to unpack .../021-dbus-daemon_1.14.0-2ubuntu3_armhf.deb ... #11 29.80 Unpacking dbus-daemon (1.14.0-2ubuntu3) ... #11 29.83 Selecting previously unselected package dbus-system-bus-common. #11 29.83 Preparing to unpack .../022-dbus-system-bus-common_1.14.0-2ubuntu3_all.deb ... #11 29.84 Unpacking dbus-system-bus-common (1.14.0-2ubuntu3) ... #11 29.89 Selecting previously unselected package dbus. #11 29.89 Preparing to unpack .../023-dbus_1.14.0-2ubuntu3_armhf.deb ... #11 29.90 Unpacking dbus (1.14.0-2ubuntu3) ... #11 29.93 Selecting previously unselected package distro-info-data. #11 29.93 Preparing to unpack .../024-distro-info-data_0.54ubuntu0.1_all.deb ... #11 29.94 Unpacking distro-info-data (0.54ubuntu0.1) ... #11 29.98 Selecting previously unselected package dmsetup. #11 29.98 Preparing to unpack .../025-dmsetup_2%3a1.02.185-1ubuntu1_armhf.deb ... #11 29.99 Unpacking dmsetup (2:1.02.185-1ubuntu1) ... #11 30.03 Selecting previously unselected package libglib2.0-0:armhf. #11 30.04 Preparing to unpack .../026-libglib2.0-0_2.74.0-3_armhf.deb ... #11 30.04 Unpacking libglib2.0-0:armhf (2.74.0-3) ... #11 30.11 Selecting previously unselected package libgirepository-1.0-1:armhf. #11 30.11 Preparing to unpack .../027-libgirepository-1.0-1_1.74.0-2_armhf.deb ... #11 30.12 Unpacking libgirepository-1.0-1:armhf (1.74.0-2) ... #11 30.15 Selecting previously unselected package gir1.2-glib-2.0:armhf. #11 30.15 Preparing to unpack .../028-gir1.2-glib-2.0_1.74.0-2_armhf.deb ... #11 30.16 Unpacking gir1.2-glib-2.0:armhf (1.74.0-2) ... #11 30.20 Selecting previously unselected package iso-codes. #11 30.20 Preparing to unpack .../029-iso-codes_4.11.0-1_all.deb ... #11 30.21 Unpacking iso-codes (4.11.0-1) ... #11 30.37 Selecting previously unselected package krb5-locales. #11 30.37 Preparing to unpack .../030-krb5-locales_1.20-1_all.deb ... #11 30.38 Unpacking krb5-locales (1.20-1) ... #11 30.42 Selecting previously unselected package less. #11 30.42 Preparing to unpack .../031-less_590-1build1_armhf.deb ... #11 30.42 Unpacking less (590-1build1) ... #11 30.46 Selecting previously unselected package libmd0:armhf. #11 30.46 Preparing to unpack .../032-libmd0_1.0.4-2_armhf.deb ... #11 30.47 Unpacking libmd0:armhf (1.0.4-2) ... #11 30.52 Selecting previously unselected package libbsd0:armhf. #11 30.52 Preparing to unpack .../033-libbsd0_0.11.6-1_armhf.deb ... #11 30.52 Unpacking libbsd0:armhf (0.11.6-1) ... #11 30.56 Selecting previously unselected package libelf1:armhf. #11 30.56 Preparing to unpack .../034-libelf1_0.187-4_armhf.deb ... #11 30.57 Unpacking libelf1:armhf (0.187-4) ... #11 30.60 Selecting previously unselected package libglib2.0-data. #11 30.60 Preparing to unpack .../035-libglib2.0-data_2.74.0-3_all.deb ... #11 30.60 Unpacking libglib2.0-data (2.74.0-3) ... #11 30.63 Selecting previously unselected package libicu71:armhf. #11 30.63 Preparing to unpack .../036-libicu71_71.1-3ubuntu1_armhf.deb ... #11 30.64 Unpacking libicu71:armhf (71.1-3ubuntu1) ... #11 30.84 Selecting previously unselected package libxml2:armhf. #11 30.84 Preparing to unpack .../037-libxml2_2.9.14+dfsg-1_armhf.deb ... #11 30.85 Unpacking libxml2:armhf (2.9.14+dfsg-1) ... #11 30.89 Selecting previously unselected package libyaml-0-2:armhf. #11 30.89 Preparing to unpack .../038-libyaml-0-2_0.2.5-1_armhf.deb ... #11 30.89 Unpacking libyaml-0-2:armhf (0.2.5-1) ... #11 30.93 Selecting previously unselected package lsb-release. #11 30.94 Preparing to unpack .../039-lsb-release_11.2ubuntu1_all.deb ... #11 30.94 Unpacking lsb-release (11.2ubuntu1) ... #11 30.98 Selecting previously unselected package netbase. #11 30.98 Preparing to unpack .../040-netbase_6.3_all.deb ... #11 30.98 Unpacking netbase (6.3) ... #11 31.02 Selecting previously unselected package python3-dbus. #11 31.02 Preparing to unpack .../041-python3-dbus_1.2.18-3build1_armhf.deb ... #11 31.02 Unpacking python3-dbus (1.2.18-3build1) ... #11 31.06 Selecting previously unselected package python3-gi. #11 31.06 Preparing to unpack .../042-python3-gi_3.42.2-2_armhf.deb ... #11 31.07 Unpacking python3-gi (3.42.2-2) ... #11 31.10 Selecting previously unselected package networkd-dispatcher. #11 31.10 Preparing to unpack .../043-networkd-dispatcher_2.1-2ubuntu1_all.deb ... #11 31.11 Unpacking networkd-dispatcher (2.1-2ubuntu1) ... #11 31.14 Selecting previously unselected package python-apt-common. #11 31.14 Preparing to unpack .../044-python-apt-common_2.3.0ubuntu2_all.deb ... #11 31.14 Unpacking python-apt-common (2.3.0ubuntu2) ... #11 31.17 Selecting previously unselected package python3-apt. #11 31.17 Preparing to unpack .../045-python3-apt_2.3.0ubuntu2_armhf.deb ... #11 31.18 Unpacking python3-apt (2.3.0ubuntu2) ... #11 31.21 Selecting previously unselected package python3-pkg-resources. #11 31.21 Preparing to unpack .../046-python3-pkg-resources_59.6.0-1.2_all.deb ... #11 31.22 Unpacking python3-pkg-resources (59.6.0-1.2) ... #11 31.25 Selecting previously unselected package shared-mime-info. #11 31.25 Preparing to unpack .../047-shared-mime-info_2.2-1_armhf.deb ... #11 31.26 Unpacking shared-mime-info (2.2-1) ... #11 31.31 Selecting previously unselected package systemd-resolved. #11 31.31 Preparing to unpack .../048-systemd-resolved_251.4-1ubuntu7_armhf.deb ... #11 31.31 Unpacking systemd-resolved (251.4-1ubuntu7) ... #11 31.36 Selecting previously unselected package systemd-timesyncd. #11 31.36 Preparing to unpack .../049-systemd-timesyncd_251.4-1ubuntu7_armhf.deb ... #11 31.36 Unpacking systemd-timesyncd (251.4-1ubuntu7) ... #11 31.40 Selecting previously unselected package ucf. #11 31.40 Preparing to unpack .../050-ucf_3.0043_all.deb ... #11 31.41 Moving old data out of the way #11 31.41 Unpacking ucf (3.0043) ... #11 31.45 Selecting previously unselected package xdg-user-dirs. #11 31.45 Preparing to unpack .../051-xdg-user-dirs_0.17-2ubuntu4_armhf.deb ... #11 31.45 Unpacking xdg-user-dirs (0.17-2ubuntu4) ... #11 31.50 Selecting previously unselected package bsdextrautils. #11 31.50 Preparing to unpack .../052-bsdextrautils_2.38-4ubuntu1_armhf.deb ... #11 31.50 Unpacking bsdextrautils (2.38-4ubuntu1) ... #11 31.53 Selecting previously unselected package libmagic-mgc. #11 31.53 Preparing to unpack .../053-libmagic-mgc_1%3a5.41-4_armhf.deb ... #11 31.54 Unpacking libmagic-mgc (1:5.41-4) ... #11 31.60 Selecting previously unselected package libmagic1:armhf. #11 31.60 Preparing to unpack .../054-libmagic1_1%3a5.41-4_armhf.deb ... #11 31.61 Unpacking libmagic1:armhf (1:5.41-4) ... #11 31.65 Selecting previously unselected package file. #11 31.65 Preparing to unpack .../055-file_1%3a5.41-4_armhf.deb ... #11 31.66 Unpacking file (1:5.41-4) ... #11 31.68 Selecting previously unselected package gettext-base. #11 31.69 Preparing to unpack .../056-gettext-base_0.21-8_armhf.deb ... #11 31.69 Unpacking gettext-base (0.21-8) ... #11 31.73 Selecting previously unselected package libuchardet0:armhf. #11 31.73 Preparing to unpack .../057-libuchardet0_0.0.7-1build2_armhf.deb ... #11 31.74 Unpacking libuchardet0:armhf (0.0.7-1build2) ... #11 31.76 Selecting previously unselected package groff-base. #11 31.77 Preparing to unpack .../058-groff-base_1.22.4-8build1_armhf.deb ... #11 31.77 Unpacking groff-base (1.22.4-8build1) ... #11 31.83 Selecting previously unselected package libcbor0.8:armhf. #11 31.84 Preparing to unpack .../059-libcbor0.8_0.8.0-2ubuntu1_armhf.deb ... #11 31.84 Unpacking libcbor0.8:armhf (0.8.0-2ubuntu1) ... #11 31.88 Selecting previously unselected package libedit2:armhf. #11 31.88 Preparing to unpack .../060-libedit2_3.1-20210910-1build1_armhf.deb ... #11 31.88 Unpacking libedit2:armhf (3.1-20210910-1build1) ... #11 31.94 Selecting previously unselected package libfido2-1:armhf. #11 31.94 Preparing to unpack .../061-libfido2-1_1.11.0-1_armhf.deb ... #11 31.95 Unpacking libfido2-1:armhf (1.11.0-1) ... #11 31.98 Selecting previously unselected package libnghttp2-14:armhf. #11 31.99 Preparing to unpack .../062-libnghttp2-14_1.49.0-1_armhf.deb ... #11 31.99 Unpacking libnghttp2-14:armhf (1.49.0-1) ... #11 32.02 Selecting previously unselected package libpipeline1:armhf. #11 32.02 Preparing to unpack .../063-libpipeline1_1.5.6-2_armhf.deb ... #11 32.03 Unpacking libpipeline1:armhf (1.5.6-2) ... #11 32.06 Selecting previously unselected package libpng16-16:armhf. #11 32.06 Preparing to unpack .../064-libpng16-16_1.6.38-2_armhf.deb ... #11 32.06 Unpacking libpng16-16:armhf (1.6.38-2) ... #11 32.10 Selecting previously unselected package libpsl5:armhf. #11 32.10 Preparing to unpack .../065-libpsl5_0.21.0-1.2build2_armhf.deb ... #11 32.10 Unpacking libpsl5:armhf (0.21.0-1.2build2) ... #11 32.13 Selecting previously unselected package libxau6:armhf. #11 32.13 Preparing to unpack .../066-libxau6_1%3a1.0.9-1build5_armhf.deb ... #11 32.14 Unpacking libxau6:armhf (1:1.0.9-1build5) ... #11 32.16 Selecting previously unselected package libxdmcp6:armhf. #11 32.16 Preparing to unpack .../067-libxdmcp6_1%3a1.1.3-0ubuntu5_armhf.deb ... #11 32.17 Unpacking libxdmcp6:armhf (1:1.1.3-0ubuntu5) ... #11 32.21 Selecting previously unselected package libxcb1:armhf. #11 32.21 Preparing to unpack .../068-libxcb1_1.15-1_armhf.deb ... #11 32.22 Unpacking libxcb1:armhf (1.15-1) ... #11 32.25 Selecting previously unselected package libx11-data. #11 32.25 Preparing to unpack .../069-libx11-data_2%3a1.8.1-2_all.deb ... #11 32.25 Unpacking libx11-data (2:1.8.1-2) ... #11 32.31 Selecting previously unselected package libx11-6:armhf. #11 32.31 Preparing to unpack .../070-libx11-6_2%3a1.8.1-2_armhf.deb ... #11 32.32 Unpacking libx11-6:armhf (2:1.8.1-2) ... #11 32.37 Selecting previously unselected package libxext6:armhf. #11 32.37 Preparing to unpack .../071-libxext6_2%3a1.3.4-1build1_armhf.deb ... #11 32.37 Unpacking libxext6:armhf (2:1.3.4-1build1) ... #11 32.41 Selecting previously unselected package libxmuu1:armhf. #11 32.41 Preparing to unpack .../072-libxmuu1_2%3a1.1.3-3_armhf.deb ... #11 32.41 Unpacking libxmuu1:armhf (2:1.1.3-3) ... #11 32.46 Selecting previously unselected package man-db. #11 32.46 Preparing to unpack .../073-man-db_2.10.2-2_armhf.deb ... #11 32.47 Unpacking man-db (2.10.2-2) ... #11 32.52 Selecting previously unselected package manpages. #11 32.52 Preparing to unpack .../074-manpages_5.13-1_all.deb ... #11 32.53 Unpacking manpages (5.13-1) ... #11 32.59 Selecting previously unselected package openssh-client. #11 32.59 Preparing to unpack .../075-openssh-client_1%3a9.0p1-1ubuntu7.1_armhf.deb ... #11 32.60 Unpacking openssh-client (1:9.0p1-1ubuntu7.1) ... #11 32.64 Selecting previously unselected package publicsuffix. #11 32.64 Preparing to unpack .../076-publicsuffix_20220811.1734-1_all.deb ... #11 32.65 Unpacking publicsuffix (20220811.1734-1) ... #11 32.68 Selecting previously unselected package libunwind8:armhf. #11 32.68 Preparing to unpack .../077-libunwind8_1.6.2-0ubuntu1_armhf.deb ... #11 32.68 Unpacking libunwind8:armhf (1.6.2-0ubuntu1) ... #11 32.71 Selecting previously unselected package strace. #11 32.71 Preparing to unpack .../078-strace_5.16-0ubuntu4_armhf.deb ... #11 32.72 Unpacking strace (5.16-0ubuntu4) ... #11 32.75 Selecting previously unselected package xauth. #11 32.75 Preparing to unpack .../079-xauth_1%3a1.1.1-1_armhf.deb ... #11 32.75 Unpacking xauth (1:1.1.1-1) ... #11 32.79 Selecting previously unselected package xz-utils. #11 32.79 Preparing to unpack .../080-xz-utils_5.2.5-2.1_armhf.deb ... #11 32.80 Unpacking xz-utils (5.2.5-2.1) ... #11 32.82 Selecting previously unselected package m4. #11 32.83 Preparing to unpack .../081-m4_1.4.19-1_armhf.deb ... #11 32.83 Unpacking m4 (1.4.19-1) ... #11 32.86 Selecting previously unselected package autoconf. #11 32.86 Preparing to unpack .../082-autoconf_2.71-2_all.deb ... #11 32.87 Unpacking autoconf (2.71-2) ... #11 32.92 Selecting previously unselected package autotools-dev. #11 32.93 Preparing to unpack .../083-autotools-dev_20220109.1_all.deb ... #11 32.93 Unpacking autotools-dev (20220109.1) ... #11 32.96 Selecting previously unselected package automake. #11 32.97 Preparing to unpack .../084-automake_1%3a1.16.5-1.3_all.deb ... #11 32.97 Unpacking automake (1:1.16.5-1.3) ... #11 33.02 Selecting previously unselected package autopoint. #11 33.02 Preparing to unpack .../085-autopoint_0.21-8_all.deb ... #11 33.02 Unpacking autopoint (0.21-8) ... #11 33.05 Selecting previously unselected package binutils-common:armhf. #11 33.05 Preparing to unpack .../086-binutils-common_2.39-3ubuntu1_armhf.deb ... #11 33.05 Unpacking binutils-common:armhf (2.39-3ubuntu1) ... #11 33.09 Selecting previously unselected package libbinutils:armhf. #11 33.09 Preparing to unpack .../087-libbinutils_2.39-3ubuntu1_armhf.deb ... #11 33.10 Unpacking libbinutils:armhf (2.39-3ubuntu1) ... #11 33.14 Selecting previously unselected package libctf-nobfd0:armhf. #11 33.14 Preparing to unpack .../088-libctf-nobfd0_2.39-3ubuntu1_armhf.deb ... #11 33.14 Unpacking libctf-nobfd0:armhf (2.39-3ubuntu1) ... #11 33.17 Selecting previously unselected package libctf0:armhf. #11 33.17 Preparing to unpack .../089-libctf0_2.39-3ubuntu1_armhf.deb ... #11 33.18 Unpacking libctf0:armhf (2.39-3ubuntu1) ... #11 33.22 Selecting previously unselected package binutils-arm-linux-gnueabihf. #11 33.22 Preparing to unpack .../090-binutils-arm-linux-gnueabihf_2.39-3ubuntu1_armhf.deb ... #11 33.23 Unpacking binutils-arm-linux-gnueabihf (2.39-3ubuntu1) ... #11 33.33 Selecting previously unselected package binutils. #11 33.33 Preparing to unpack .../091-binutils_2.39-3ubuntu1_armhf.deb ... #11 33.34 Unpacking binutils (2.39-3ubuntu1) ... #11 33.40 Selecting previously unselected package libc-dev-bin. #11 33.40 Preparing to unpack .../092-libc-dev-bin_2.36-0ubuntu4_armhf.deb ... #11 33.41 Unpacking libc-dev-bin (2.36-0ubuntu4) ... #11 33.45 Selecting previously unselected package linux-libc-dev:armhf. #11 33.45 Preparing to unpack .../093-linux-libc-dev_5.19.0-26.27_armhf.deb ... #11 33.46 Unpacking linux-libc-dev:armhf (5.19.0-26.27) ... #11 33.61 Selecting previously unselected package libcrypt-dev:armhf. #11 33.61 Preparing to unpack .../094-libcrypt-dev_1%3a4.4.28-2_armhf.deb ... #11 33.61 Unpacking libcrypt-dev:armhf (1:4.4.28-2) ... #11 33.66 Selecting previously unselected package rpcsvc-proto. #11 33.66 Preparing to unpack .../095-rpcsvc-proto_1.4.2-0ubuntu6_armhf.deb ... #11 33.66 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ... #11 33.70 Selecting previously unselected package libtirpc-dev:armhf. #11 33.70 Preparing to unpack .../096-libtirpc-dev_1.3.3+ds-1_armhf.deb ... #11 33.71 Unpacking libtirpc-dev:armhf (1.3.3+ds-1) ... #11 33.74 Selecting previously unselected package libnsl-dev:armhf. #11 33.75 Preparing to unpack .../097-libnsl-dev_1.3.0-2build2_armhf.deb ... #11 33.75 Unpacking libnsl-dev:armhf (1.3.0-2build2) ... #11 33.78 Selecting previously unselected package libc6-dev:armhf. #11 33.78 Preparing to unpack .../098-libc6-dev_2.36-0ubuntu4_armhf.deb ... #11 33.79 Unpacking libc6-dev:armhf (2.36-0ubuntu4) ... #11 33.89 Selecting previously unselected package libisl23:armhf. #11 33.90 Preparing to unpack .../099-libisl23_0.25-1_armhf.deb ... #11 33.90 Unpacking libisl23:armhf (0.25-1) ... #11 33.95 Selecting previously unselected package libmpfr6:armhf. #11 33.95 Preparing to unpack .../100-libmpfr6_4.1.0-3build3_armhf.deb ... #11 33.96 Unpacking libmpfr6:armhf (4.1.0-3build3) ... #11 33.99 Selecting previously unselected package libmpc3:armhf. #11 33.99 Preparing to unpack .../101-libmpc3_1.2.1-2build1_armhf.deb ... #11 33.99 Unpacking libmpc3:armhf (1.2.1-2build1) ... #11 34.05 Selecting previously unselected package cpp-12. #11 34.05 Preparing to unpack .../102-cpp-12_12.2.0-3ubuntu1_armhf.deb ... #11 34.05 Unpacking cpp-12 (12.2.0-3ubuntu1) ... #11 34.22 Selecting previously unselected package cpp. #11 34.23 Preparing to unpack .../103-cpp_4%3a12.2.0-1ubuntu1_armhf.deb ... #11 34.23 Unpacking cpp (4:12.2.0-1ubuntu1) ... #11 34.26 Selecting previously unselected package libcc1-0:armhf. #11 34.27 Preparing to unpack .../104-libcc1-0_12.2.0-3ubuntu1_armhf.deb ... #11 34.27 Unpacking libcc1-0:armhf (12.2.0-3ubuntu1) ... #11 34.31 Selecting previously unselected package libgomp1:armhf. #11 34.31 Preparing to unpack .../105-libgomp1_12.2.0-3ubuntu1_armhf.deb ... #11 34.31 Unpacking libgomp1:armhf (12.2.0-3ubuntu1) ... #11 34.35 Selecting previously unselected package libatomic1:armhf. #11 34.35 Preparing to unpack .../106-libatomic1_12.2.0-3ubuntu1_armhf.deb ... #11 34.36 Unpacking libatomic1:armhf (12.2.0-3ubuntu1) ... #11 34.40 Selecting previously unselected package libasan8:armhf. #11 34.40 Preparing to unpack .../107-libasan8_12.2.0-3ubuntu1_armhf.deb ... #11 34.41 Unpacking libasan8:armhf (12.2.0-3ubuntu1) ... #11 34.49 Selecting previously unselected package libubsan1:armhf. #11 34.50 Preparing to unpack .../108-libubsan1_12.2.0-3ubuntu1_armhf.deb ... #11 34.50 Unpacking libubsan1:armhf (12.2.0-3ubuntu1) ... #11 34.54 Selecting previously unselected package libgcc-12-dev:armhf. #11 34.54 Preparing to unpack .../109-libgcc-12-dev_12.2.0-3ubuntu1_armhf.deb ... #11 34.55 Unpacking libgcc-12-dev:armhf (12.2.0-3ubuntu1) ... #11 34.61 Selecting previously unselected package gcc-12. #11 34.61 Preparing to unpack .../110-gcc-12_12.2.0-3ubuntu1_armhf.deb ... #11 34.61 Unpacking gcc-12 (12.2.0-3ubuntu1) ... #11 34.90 Selecting previously unselected package gcc. #11 34.90 Preparing to unpack .../111-gcc_4%3a12.2.0-1ubuntu1_armhf.deb ... #11 34.90 Unpacking gcc (4:12.2.0-1ubuntu1) ... #11 34.93 Selecting previously unselected package libstdc++-12-dev:armhf. #11 34.93 Preparing to unpack .../112-libstdc++-12-dev_12.2.0-3ubuntu1_armhf.deb ... #11 34.94 Unpacking libstdc++-12-dev:armhf (12.2.0-3ubuntu1) ... #11 35.14 Selecting previously unselected package g++-12. #11 35.14 Preparing to unpack .../113-g++-12_12.2.0-3ubuntu1_armhf.deb ... #11 35.14 Unpacking g++-12 (12.2.0-3ubuntu1) ... #11 35.32 Selecting previously unselected package g++. #11 35.32 Preparing to unpack .../114-g++_4%3a12.2.0-1ubuntu1_armhf.deb ... #11 35.32 Unpacking g++ (4:12.2.0-1ubuntu1) ... #11 35.35 Selecting previously unselected package make. #11 35.36 Preparing to unpack .../115-make_4.3-4.1build1_armhf.deb ... #11 35.36 Unpacking make (4.3-4.1build1) ... #11 35.39 Selecting previously unselected package libdpkg-perl. #11 35.40 Preparing to unpack .../116-libdpkg-perl_1.21.9ubuntu1_all.deb ... #11 35.40 Unpacking libdpkg-perl (1.21.9ubuntu1) ... #11 35.45 Selecting previously unselected package bzip2. #11 35.45 Preparing to unpack .../117-bzip2_1.0.8-5build1_armhf.deb ... #11 35.45 Unpacking bzip2 (1.0.8-5build1) ... #11 35.48 Selecting previously unselected package patch. #11 35.48 Preparing to unpack .../118-patch_2.7.6-7build2_armhf.deb ... #11 35.49 Unpacking patch (2.7.6-7build2) ... #11 35.52 Selecting previously unselected package lto-disabled-list. #11 35.52 Preparing to unpack .../119-lto-disabled-list_35_all.deb ... #11 35.53 Unpacking lto-disabled-list (35) ... #11 35.56 Selecting previously unselected package dpkg-dev. #11 35.56 Preparing to unpack .../120-dpkg-dev_1.21.9ubuntu1_all.deb ... #11 35.56 Unpacking dpkg-dev (1.21.9ubuntu1) ... #11 35.61 Selecting previously unselected package build-essential. #11 35.61 Preparing to unpack .../121-build-essential_12.9ubuntu3_armhf.deb ... #11 35.61 Unpacking build-essential (12.9ubuntu3) ... #11 35.65 Selecting previously unselected package libbrotli1:armhf. #11 35.65 Preparing to unpack .../122-libbrotli1_1.0.9-2build6_armhf.deb ... #11 35.66 Unpacking libbrotli1:armhf (1.0.9-2build6) ... #11 35.69 Selecting previously unselected package libsasl2-modules-db:armhf. #11 35.69 Preparing to unpack .../123-libsasl2-modules-db_2.1.28+dfsg-6ubuntu2_armhf.deb ... #11 35.70 Unpacking libsasl2-modules-db:armhf (2.1.28+dfsg-6ubuntu2) ... #11 35.73 Selecting previously unselected package libsasl2-2:armhf. #11 35.73 Preparing to unpack .../124-libsasl2-2_2.1.28+dfsg-6ubuntu2_armhf.deb ... #11 35.74 Unpacking libsasl2-2:armhf (2.1.28+dfsg-6ubuntu2) ... #11 35.80 Selecting previously unselected package libldap-2.5-0:armhf. #11 35.80 Preparing to unpack .../125-libldap-2.5-0_2.5.13+dfsg-1ubuntu1_armhf.deb ... #11 35.81 Unpacking libldap-2.5-0:armhf (2.5.13+dfsg-1ubuntu1) ... #11 35.85 Selecting previously unselected package librtmp1:armhf. #11 35.85 Preparing to unpack .../126-librtmp1_2.4+20151223.gitfa8646d.1-2build4_armhf.deb ... #11 35.85 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ... #11 35.88 Selecting previously unselected package libssh-4:armhf. #11 35.89 Preparing to unpack .../127-libssh-4_0.9.6-2build1_armhf.deb ... #11 35.89 Unpacking libssh-4:armhf (0.9.6-2build1) ... #11 35.94 Selecting previously unselected package libcurl4:armhf. #11 35.94 Preparing to unpack .../128-libcurl4_7.85.0-1ubuntu0.1_armhf.deb ... #11 35.95 Unpacking libcurl4:armhf (7.85.0-1ubuntu0.1) ... #11 35.99 Selecting previously unselected package curl. #11 35.99 Preparing to unpack .../129-curl_7.85.0-1ubuntu0.1_armhf.deb ... #11 35.99 Unpacking curl (7.85.0-1ubuntu0.1) ... #11 36.04 Selecting previously unselected package dctrl-tools. #11 36.04 Preparing to unpack .../130-dctrl-tools_2.24-3build2_armhf.deb ... #11 36.06 Unpacking dctrl-tools (2.24-3build2) ... #11 36.09 Selecting previously unselected package libdebhelper-perl. #11 36.09 Preparing to unpack .../131-libdebhelper-perl_13.9.1ubuntu1_all.deb ... #11 36.09 Unpacking libdebhelper-perl (13.9.1ubuntu1) ... #11 36.13 Selecting previously unselected package libtool. #11 36.13 Preparing to unpack .../132-libtool_2.4.7-4_all.deb ... #11 36.13 Unpacking libtool (2.4.7-4) ... #11 36.17 Selecting previously unselected package dh-autoreconf. #11 36.17 Preparing to unpack .../133-dh-autoreconf_20_all.deb ... #11 36.17 Unpacking dh-autoreconf (20) ... #11 36.21 Selecting previously unselected package libarchive-zip-perl. #11 36.21 Preparing to unpack .../134-libarchive-zip-perl_1.68-1_all.deb ... #11 36.22 Unpacking libarchive-zip-perl (1.68-1) ... #11 36.26 Selecting previously unselected package libsub-override-perl. #11 36.26 Preparing to unpack .../135-libsub-override-perl_0.09-3_all.deb ... #11 36.26 Unpacking libsub-override-perl (0.09-3) ... #11 36.29 Selecting previously unselected package libfile-stripnondeterminism-perl. #11 36.30 Preparing to unpack .../136-libfile-stripnondeterminism-perl_1.13.0-1_all.deb ... #11 36.30 Unpacking libfile-stripnondeterminism-perl (1.13.0-1) ... #11 36.33 Selecting previously unselected package dh-strip-nondeterminism. #11 36.33 Preparing to unpack .../137-dh-strip-nondeterminism_1.13.0-1_all.deb ... #11 36.33 Unpacking dh-strip-nondeterminism (1.13.0-1) ... #11 36.37 Selecting previously unselected package libdw1:armhf. #11 36.37 Preparing to unpack .../138-libdw1_0.187-4_armhf.deb ... #11 36.37 Unpacking libdw1:armhf (0.187-4) ... #11 36.40 Selecting previously unselected package debugedit. #11 36.40 Preparing to unpack .../139-debugedit_1%3a5.0-5_armhf.deb ... #11 36.40 Unpacking debugedit (1:5.0-5) ... #11 36.43 Selecting previously unselected package dwz. #11 36.43 Preparing to unpack .../140-dwz_0.14-1build2_armhf.deb ... #11 36.44 Unpacking dwz (0.14-1build2) ... #11 36.47 Selecting previously unselected package gettext. #11 36.47 Preparing to unpack .../141-gettext_0.21-8_armhf.deb ... #11 36.47 Unpacking gettext (0.21-8) ... #11 36.57 Selecting previously unselected package intltool-debian. #11 36.57 Preparing to unpack .../142-intltool-debian_0.35.0+20060710.5_all.deb ... #11 36.58 Unpacking intltool-debian (0.35.0+20060710.5) ... #11 36.62 Selecting previously unselected package po-debconf. #11 36.62 Preparing to unpack .../143-po-debconf_1.0.21+nmu1_all.deb ... #11 36.62 Unpacking po-debconf (1.0.21+nmu1) ... #11 36.68 Selecting previously unselected package debhelper. #11 36.68 Preparing to unpack .../144-debhelper_13.9.1ubuntu1_all.deb ... #11 36.68 Unpacking debhelper (13.9.1ubuntu1) ... #11 36.74 Selecting previously unselected package libfakeroot:armhf. #11 36.74 Preparing to unpack .../145-libfakeroot_1.29-1ubuntu1_armhf.deb ... #11 36.74 Unpacking libfakeroot:armhf (1.29-1ubuntu1) ... #11 36.77 Selecting previously unselected package fakeroot. #11 36.78 Preparing to unpack .../146-fakeroot_1.29-1ubuntu1_armhf.deb ... #11 36.78 Unpacking fakeroot (1.29-1ubuntu1) ... #11 36.82 Selecting previously unselected package libassuan0:armhf. #11 36.82 Preparing to unpack .../147-libassuan0_2.5.5-4_armhf.deb ... #11 36.82 Unpacking libassuan0:armhf (2.5.5-4) ... #11 36.86 Selecting previously unselected package gpgconf. #11 36.86 Preparing to unpack .../148-gpgconf_2.2.35-3ubuntu1_armhf.deb ... #11 36.86 Unpacking gpgconf (2.2.35-3ubuntu1) ... #11 36.90 Selecting previously unselected package libksba8:armhf. #11 36.91 Preparing to unpack .../149-libksba8_1.6.0-3ubuntu1_armhf.deb ... #11 36.91 Unpacking libksba8:armhf (1.6.0-3ubuntu1) ... #11 36.95 Selecting previously unselected package libnpth0:armhf. #11 36.95 Preparing to unpack .../150-libnpth0_1.6-3build2_armhf.deb ... #11 36.96 Unpacking libnpth0:armhf (1.6-3build2) ... #11 37.00 Selecting previously unselected package dirmngr. #11 37.00 Preparing to unpack .../151-dirmngr_2.2.35-3ubuntu1_armhf.deb ... #11 37.01 Unpacking dirmngr (2.2.35-3ubuntu1) ... #11 37.05 Selecting previously unselected package gnupg-l10n. #11 37.05 Preparing to unpack .../152-gnupg-l10n_2.2.35-3ubuntu1_all.deb ... #11 37.05 Unpacking gnupg-l10n (2.2.35-3ubuntu1) ... #11 37.09 Selecting previously unselected package gnupg-utils. #11 37.09 Preparing to unpack .../153-gnupg-utils_2.2.35-3ubuntu1_armhf.deb ... #11 37.10 Unpacking gnupg-utils (2.2.35-3ubuntu1) ... #11 37.14 Selecting previously unselected package gpg. #11 37.14 Preparing to unpack .../154-gpg_2.2.35-3ubuntu1_armhf.deb ... #11 37.14 Unpacking gpg (2.2.35-3ubuntu1) ... #11 37.18 Selecting previously unselected package pinentry-curses. #11 37.18 Preparing to unpack .../155-pinentry-curses_1.2.0-2ubuntu1_armhf.deb ... #11 37.19 Unpacking pinentry-curses (1.2.0-2ubuntu1) ... #11 37.22 Selecting previously unselected package gpg-agent. #11 37.23 Preparing to unpack .../156-gpg-agent_2.2.35-3ubuntu1_armhf.deb ... #11 37.23 Unpacking gpg-agent (2.2.35-3ubuntu1) ... #11 37.27 Selecting previously unselected package gpg-wks-client. #11 37.27 Preparing to unpack .../157-gpg-wks-client_2.2.35-3ubuntu1_armhf.deb ... #11 37.27 Unpacking gpg-wks-client (2.2.35-3ubuntu1) ... #11 37.30 Selecting previously unselected package gpg-wks-server. #11 37.30 Preparing to unpack .../158-gpg-wks-server_2.2.35-3ubuntu1_armhf.deb ... #11 37.31 Unpacking gpg-wks-server (2.2.35-3ubuntu1) ... #11 37.34 Selecting previously unselected package gpgsm. #11 37.34 Preparing to unpack .../159-gpgsm_2.2.35-3ubuntu1_armhf.deb ... #11 37.35 Unpacking gpgsm (2.2.35-3ubuntu1) ... #11 37.37 Selecting previously unselected package gnupg. #11 37.38 Preparing to unpack .../160-gnupg_2.2.35-3ubuntu1_all.deb ... #11 37.38 Unpacking gnupg (2.2.35-3ubuntu1) ... #11 37.41 Selecting previously unselected package libfile-dirlist-perl. #11 37.41 Preparing to unpack .../161-libfile-dirlist-perl_0.05-2_all.deb ... #11 37.42 Unpacking libfile-dirlist-perl (0.05-2) ... #11 37.45 Selecting previously unselected package libfile-which-perl. #11 37.45 Preparing to unpack .../162-libfile-which-perl_1.27-1_all.deb ... #11 37.46 Unpacking libfile-which-perl (1.27-1) ... #11 37.49 Selecting previously unselected package libfile-homedir-perl. #11 37.49 Preparing to unpack .../163-libfile-homedir-perl_1.006-1_all.deb ... #11 37.49 Unpacking libfile-homedir-perl (1.006-1) ... #11 37.57 Selecting previously unselected package libfile-touch-perl. #11 37.58 Preparing to unpack .../164-libfile-touch-perl_0.12-1_all.deb ... #11 37.58 Unpacking libfile-touch-perl (0.12-1) ... #11 37.61 Selecting previously unselected package libio-pty-perl. #11 37.61 Preparing to unpack .../165-libio-pty-perl_1%3a1.15-2build2_armhf.deb ... #11 37.61 Unpacking libio-pty-perl (1:1.15-2build2) ... #11 37.65 Selecting previously unselected package libipc-run-perl. #11 37.65 Preparing to unpack .../166-libipc-run-perl_20220807.0-1_all.deb ... #11 37.65 Unpacking libipc-run-perl (20220807.0-1) ... #11 37.71 Selecting previously unselected package libclass-method-modifiers-perl. #11 37.71 Preparing to unpack .../167-libclass-method-modifiers-perl_2.13-1_all.deb ... #11 37.72 Unpacking libclass-method-modifiers-perl (2.13-1) ... #11 37.75 Selecting previously unselected package libclass-xsaccessor-perl. #11 37.75 Preparing to unpack .../168-libclass-xsaccessor-perl_1.19-4_armhf.deb ... #11 37.75 Unpacking libclass-xsaccessor-perl (1.19-4) ... #11 37.78 Selecting previously unselected package libb-hooks-op-check-perl:armhf. #11 37.78 Preparing to unpack .../169-libb-hooks-op-check-perl_0.22-2_armhf.deb ... #11 37.79 Unpacking libb-hooks-op-check-perl:armhf (0.22-2) ... #11 37.82 Selecting previously unselected package libdynaloader-functions-perl. #11 37.82 Preparing to unpack .../170-libdynaloader-functions-perl_0.003-2_all.deb ... #11 37.82 Unpacking libdynaloader-functions-perl (0.003-2) ... #11 37.85 Selecting previously unselected package libdevel-callchecker-perl. #11 37.85 Preparing to unpack .../171-libdevel-callchecker-perl_0.008-1ubuntu4_armhf.deb ... #11 37.86 Unpacking libdevel-callchecker-perl (0.008-1ubuntu4) ... #11 37.88 Selecting previously unselected package libparams-classify-perl:armhf. #11 37.89 Preparing to unpack .../172-libparams-classify-perl_0.015-2_armhf.deb ... #11 37.89 Unpacking libparams-classify-perl:armhf (0.015-2) ... #11 37.92 Selecting previously unselected package libmodule-runtime-perl. #11 37.92 Preparing to unpack .../173-libmodule-runtime-perl_0.016-2_all.deb ... #11 37.93 Unpacking libmodule-runtime-perl (0.016-2) ... #11 37.96 Selecting previously unselected package libimport-into-perl. #11 37.96 Preparing to unpack .../174-libimport-into-perl_1.002005-2_all.deb ... #11 37.96 Unpacking libimport-into-perl (1.002005-2) ... #11 38.00 Selecting previously unselected package librole-tiny-perl. #11 38.00 Preparing to unpack .../175-librole-tiny-perl_2.002004-1_all.deb ... #11 38.00 Unpacking librole-tiny-perl (2.002004-1) ... #11 38.04 Selecting previously unselected package libsub-quote-perl. #11 38.04 Preparing to unpack .../176-libsub-quote-perl_2.006006-1_all.deb ... #11 38.04 Unpacking libsub-quote-perl (2.006006-1) ... #11 38.07 Selecting previously unselected package libmoo-perl. #11 38.08 Preparing to unpack .../177-libmoo-perl_2.005004-3_all.deb ... #11 38.08 Unpacking libmoo-perl (2.005004-3) ... #11 38.13 Selecting previously unselected package libencode-locale-perl. #11 38.13 Preparing to unpack .../178-libencode-locale-perl_1.05-2_all.deb ... #11 38.13 Unpacking libencode-locale-perl (1.05-2) ... #11 38.17 Selecting previously unselected package libtimedate-perl. #11 38.17 Preparing to unpack .../179-libtimedate-perl_2.3300-2_all.deb ... #11 38.18 Unpacking libtimedate-perl (2.3300-2) ... #11 38.22 Selecting previously unselected package libhttp-date-perl. #11 38.22 Preparing to unpack .../180-libhttp-date-perl_6.05-1_all.deb ... #11 38.22 Unpacking libhttp-date-perl (6.05-1) ... #11 38.26 Selecting previously unselected package libfile-listing-perl. #11 38.26 Preparing to unpack .../181-libfile-listing-perl_6.15-1_all.deb ... #11 38.26 Unpacking libfile-listing-perl (6.15-1) ... #11 38.30 Selecting previously unselected package libhtml-tagset-perl. #11 38.30 Preparing to unpack .../182-libhtml-tagset-perl_3.20-4_all.deb ... #11 38.30 Unpacking libhtml-tagset-perl (3.20-4) ... #11 38.34 Selecting previously unselected package liburi-perl. #11 38.34 Preparing to unpack .../183-liburi-perl_5.12-1ubuntu1_all.deb ... #11 38.34 Unpacking liburi-perl (5.12-1ubuntu1) ... #11 38.38 Selecting previously unselected package libhtml-parser-perl:armhf. #11 38.38 Preparing to unpack .../184-libhtml-parser-perl_3.78-1_armhf.deb ... #11 38.38 Unpacking libhtml-parser-perl:armhf (3.78-1) ... #11 38.41 Selecting previously unselected package libhtml-tree-perl. #11 38.41 Preparing to unpack .../185-libhtml-tree-perl_5.07-2_all.deb ... #11 38.42 Unpacking libhtml-tree-perl (5.07-2) ... #11 38.47 Selecting previously unselected package libio-html-perl. #11 38.47 Preparing to unpack .../186-libio-html-perl_1.004-3_all.deb ... #11 38.47 Unpacking libio-html-perl (1.004-3) ... #11 38.50 Selecting previously unselected package liblwp-mediatypes-perl. #11 38.50 Preparing to unpack .../187-liblwp-mediatypes-perl_6.04-1_all.deb ... #11 38.50 Unpacking liblwp-mediatypes-perl (6.04-1) ... #11 38.53 Selecting previously unselected package libhttp-message-perl. #11 38.53 Preparing to unpack .../188-libhttp-message-perl_6.37-1_all.deb ... #11 38.54 Unpacking libhttp-message-perl (6.37-1) ... #11 38.58 Selecting previously unselected package libhttp-cookies-perl. #11 38.58 Preparing to unpack .../189-libhttp-cookies-perl_6.10-1_all.deb ... #11 38.58 Unpacking libhttp-cookies-perl (6.10-1) ... #11 38.61 Selecting previously unselected package libhttp-negotiate-perl. #11 38.61 Preparing to unpack .../190-libhttp-negotiate-perl_6.01-1_all.deb ... #11 38.62 Unpacking libhttp-negotiate-perl (6.01-1) ... #11 38.65 Selecting previously unselected package perl-openssl-defaults:armhf. #11 38.65 Preparing to unpack .../191-perl-openssl-defaults_7_armhf.deb ... #11 38.66 Unpacking perl-openssl-defaults:armhf (7) ... #11 38.68 Selecting previously unselected package libnet-ssleay-perl:armhf. #11 38.69 Preparing to unpack .../192-libnet-ssleay-perl_1.92-2_armhf.deb ... #11 38.69 Unpacking libnet-ssleay-perl:armhf (1.92-2) ... #11 38.73 Selecting previously unselected package libio-socket-ssl-perl. #11 38.74 Preparing to unpack .../193-libio-socket-ssl-perl_2.074-2_all.deb ... #11 38.74 Unpacking libio-socket-ssl-perl (2.074-2) ... #11 38.77 Selecting previously unselected package libnet-http-perl. #11 38.77 Preparing to unpack .../194-libnet-http-perl_6.22-1_all.deb ... #11 38.78 Unpacking libnet-http-perl (6.22-1) ... #11 38.80 Selecting previously unselected package liblwp-protocol-https-perl. #11 38.81 Preparing to unpack .../195-liblwp-protocol-https-perl_6.10-1_all.deb ... #11 38.81 Unpacking liblwp-protocol-https-perl (6.10-1) ... #11 38.84 Selecting previously unselected package libtry-tiny-perl. #11 38.84 Preparing to unpack .../196-libtry-tiny-perl_0.31-1_all.deb ... #11 38.85 Unpacking libtry-tiny-perl (0.31-1) ... #11 38.88 Selecting previously unselected package libwww-robotrules-perl. #11 38.88 Preparing to unpack .../197-libwww-robotrules-perl_6.02-1_all.deb ... #11 38.89 Unpacking libwww-robotrules-perl (6.02-1) ... #11 38.92 Selecting previously unselected package libwww-perl. #11 38.92 Preparing to unpack .../198-libwww-perl_6.67-1_all.deb ... #11 38.93 Unpacking libwww-perl (6.67-1) ... #11 38.96 Selecting previously unselected package patchutils. #11 38.96 Preparing to unpack .../199-patchutils_0.4.2-1build2_armhf.deb ... #11 38.97 Unpacking patchutils (0.4.2-1build2) ... #11 39.03 Selecting previously unselected package wdiff. #11 39.03 Preparing to unpack .../200-wdiff_1.2.2-2build3_armhf.deb ... #11 39.03 Unpacking wdiff (1.2.2-2build3) ... #11 39.07 Selecting previously unselected package devscripts. #11 39.08 Preparing to unpack .../201-devscripts_2.22.2ubuntu3_armhf.deb ... #11 39.09 Unpacking devscripts (2.22.2ubuntu3) ... #11 39.17 Selecting previously unselected package diffstat. #11 39.17 Preparing to unpack .../202-diffstat_1.64-1build2_armhf.deb ... #11 39.17 Unpacking diffstat (1.64-1build2) ... #11 39.20 Selecting previously unselected package python3-chardet. #11 39.21 Preparing to unpack .../203-python3-chardet_4.0.0-2_all.deb ... #11 39.21 Unpacking python3-chardet (4.0.0-2) ... #11 39.27 Selecting previously unselected package python3-debian. #11 39.27 Preparing to unpack .../204-python3-debian_0.1.46_all.deb ... #11 39.28 Unpacking python3-debian (0.1.46) ... #11 39.32 Selecting previously unselected package libgpgme11:armhf. #11 39.33 Preparing to unpack .../205-libgpgme11_1.17.1-4.1ubuntu1_armhf.deb ... #11 39.33 Unpacking libgpgme11:armhf (1.17.1-4.1ubuntu1) ... #11 39.37 Selecting previously unselected package python3-gpg. #11 39.37 Preparing to unpack .../206-python3-gpg_1.17.1-4.1ubuntu1_armhf.deb ... #11 39.37 Unpacking python3-gpg (1.17.1-4.1ubuntu1) ... #11 39.42 Selecting previously unselected package python3-xdg. #11 39.42 Preparing to unpack .../207-python3-xdg_0.27-2_all.deb ... #11 39.43 Unpacking python3-xdg (0.27-2) ... #11 39.48 Selecting previously unselected package dput. #11 39.48 Preparing to unpack .../208-dput_1.1.2ubuntu2_all.deb ... #11 39.49 Unpacking dput (1.1.2ubuntu2) ... #11 39.53 Selecting previously unselected package fonts-dejavu-core. #11 39.53 Preparing to unpack .../209-fonts-dejavu-core_2.37-2build1_all.deb ... #11 39.53 Unpacking fonts-dejavu-core (2.37-2build1) ... #11 39.65 Selecting previously unselected package fontconfig-config. #11 39.65 Preparing to unpack .../210-fontconfig-config_2.13.1-4.4ubuntu1_all.deb ... #11 39.66 Unpacking fontconfig-config (2.13.1-4.4ubuntu1) ... #11 39.69 Selecting previously unselected package libcurl3-gnutls:armhf. #11 39.70 Preparing to unpack .../211-libcurl3-gnutls_7.85.0-1ubuntu0.1_armhf.deb ... #11 39.70 Unpacking libcurl3-gnutls:armhf (7.85.0-1ubuntu0.1) ... #11 39.74 Selecting previously unselected package liberror-perl. #11 39.74 Preparing to unpack .../212-liberror-perl_0.17029-1_all.deb ... #11 39.75 Unpacking liberror-perl (0.17029-1) ... #11 39.78 Selecting previously unselected package git-man. #11 39.78 Preparing to unpack .../213-git-man_1%3a2.37.2-1ubuntu1.1_all.deb ... #11 39.79 Unpacking git-man (1:2.37.2-1ubuntu1.1) ... #11 39.83 Selecting previously unselected package git. #11 39.83 Preparing to unpack .../214-git_1%3a2.37.2-1ubuntu1.1_armhf.deb ... #11 39.85 Unpacking git (1:2.37.2-1ubuntu1.1) ... #11 39.99 Selecting previously unselected package libalgorithm-diff-perl. #11 39.99 Preparing to unpack .../215-libalgorithm-diff-perl_1.201-1_all.deb ... #11 40.00 Unpacking libalgorithm-diff-perl (1.201-1) ... #11 40.04 Selecting previously unselected package libalgorithm-diff-xs-perl:armhf. #11 40.04 Preparing to unpack .../216-libalgorithm-diff-xs-perl_0.04-7_armhf.deb ... #11 40.05 Unpacking libalgorithm-diff-xs-perl:armhf (0.04-7) ... #11 40.08 Selecting previously unselected package libalgorithm-merge-perl. #11 40.08 Preparing to unpack .../217-libalgorithm-merge-perl_0.08-4_all.deb ... #11 40.09 Unpacking libalgorithm-merge-perl (0.08-4) ... #11 40.16 Selecting previously unselected package libaliased-perl. #11 40.16 Preparing to unpack .../218-libaliased-perl_0.34-2_all.deb ... #11 40.17 Unpacking libaliased-perl (0.34-2) ... #11 40.19 Selecting previously unselected package libapt-pkg-perl. #11 40.20 Preparing to unpack .../219-libapt-pkg-perl_0.1.40build2_armhf.deb ... #11 40.20 Unpacking libapt-pkg-perl (0.1.40build2) ... #11 40.24 Selecting previously unselected package libarchive-cpio-perl. #11 40.24 Preparing to unpack .../220-libarchive-cpio-perl_0.10-2_all.deb ... #11 40.24 Unpacking libarchive-cpio-perl (0.10-2) ... #11 40.28 Selecting previously unselected package libarray-intspan-perl. #11 40.29 Preparing to unpack .../221-libarray-intspan-perl_2.004-2_all.deb ... #11 40.30 Unpacking libarray-intspan-perl (2.004-2) ... #11 40.33 Selecting previously unselected package libmodule-implementation-perl. #11 40.33 Preparing to unpack .../222-libmodule-implementation-perl_0.09-2_all.deb ... #11 40.34 Unpacking libmodule-implementation-perl (0.09-2) ... #11 40.36 Selecting previously unselected package libsub-exporter-progressive-perl. #11 40.37 Preparing to unpack .../223-libsub-exporter-progressive-perl_0.001013-2_all.deb ... #11 40.37 Unpacking libsub-exporter-progressive-perl (0.001013-2) ... #11 40.40 Selecting previously unselected package libvariable-magic-perl. #11 40.41 Preparing to unpack .../224-libvariable-magic-perl_0.62-2_armhf.deb ... #11 40.41 Unpacking libvariable-magic-perl (0.62-2) ... #11 40.44 Selecting previously unselected package libb-hooks-endofscope-perl. #11 40.44 Preparing to unpack .../225-libb-hooks-endofscope-perl_0.26-1_all.deb ... #11 40.45 Unpacking libb-hooks-endofscope-perl (0.26-1) ... #11 40.48 Selecting previously unselected package libberkeleydb-perl:armhf. #11 40.48 Preparing to unpack .../226-libberkeleydb-perl_0.64-1build3_armhf.deb ... #11 40.49 Unpacking libberkeleydb-perl:armhf (0.64-1build3) ... #11 40.53 Selecting previously unselected package libfreetype6:armhf. #11 40.53 Preparing to unpack .../227-libfreetype6_2.12.1+dfsg-3_armhf.deb ... #11 40.54 Unpacking libfreetype6:armhf (2.12.1+dfsg-3) ... #11 40.59 Selecting previously unselected package libfontconfig1:armhf. #11 40.59 Preparing to unpack .../228-libfontconfig1_2.13.1-4.4ubuntu1_armhf.deb ... #11 40.59 Unpacking libfontconfig1:armhf (2.13.1-4.4ubuntu1) ... #11 40.63 Selecting previously unselected package libjpeg-turbo8:armhf. #11 40.63 Preparing to unpack .../229-libjpeg-turbo8_2.1.2-0ubuntu1_armhf.deb ... #11 40.64 Unpacking libjpeg-turbo8:armhf (2.1.2-0ubuntu1) ... #11 40.67 Selecting previously unselected package libjpeg8:armhf. #11 40.67 Preparing to unpack .../230-libjpeg8_8c-2ubuntu10_armhf.deb ... #11 40.68 Unpacking libjpeg8:armhf (8c-2ubuntu10) ... #11 40.72 Selecting previously unselected package libdeflate0:armhf. #11 40.72 Preparing to unpack .../231-libdeflate0_1.12-1_armhf.deb ... #11 40.72 Unpacking libdeflate0:armhf (1.12-1) ... #11 40.76 Selecting previously unselected package libjbig0:armhf. #11 40.76 Preparing to unpack .../232-libjbig0_2.1-3.1ubuntu0.22.10.1_armhf.deb ... #11 40.77 Unpacking libjbig0:armhf (2.1-3.1ubuntu0.22.10.1) ... #11 40.81 Selecting previously unselected package liblerc3:armhf. #11 40.81 Preparing to unpack .../233-liblerc3_3.0+ds-1ubuntu1_armhf.deb ... #11 40.81 Unpacking liblerc3:armhf (3.0+ds-1ubuntu1) ... #11 40.85 Selecting previously unselected package libwebp7:armhf. #11 40.85 Preparing to unpack .../234-libwebp7_1.2.2-2_armhf.deb ... #11 40.86 Unpacking libwebp7:armhf (1.2.2-2) ... #11 40.90 Selecting previously unselected package libtiff5:armhf. #11 40.90 Preparing to unpack .../235-libtiff5_4.4.0-4ubuntu3.2_armhf.deb ... #11 40.91 Unpacking libtiff5:armhf (4.4.0-4ubuntu3.2) ... #11 40.95 Selecting previously unselected package libxpm4:armhf. #11 40.95 Preparing to unpack .../236-libxpm4_1%3a3.5.12-1build2_armhf.deb ... #11 40.95 Unpacking libxpm4:armhf (1:3.5.12-1build2) ... #11 40.99 Selecting previously unselected package libgd3:armhf. #11 40.99 Preparing to unpack .../237-libgd3_2.3.3-6_armhf.deb ... #11 41.00 Unpacking libgd3:armhf (2.3.3-6) ... #11 41.03 Selecting previously unselected package libc-devtools. #11 41.03 Preparing to unpack .../238-libc-devtools_2.36-0ubuntu4_armhf.deb ... #11 41.04 Unpacking libc-devtools (2.36-0ubuntu4) ... #11 41.07 Selecting previously unselected package libcapture-tiny-perl. #11 41.07 Preparing to unpack .../239-libcapture-tiny-perl_0.48-1_all.deb ... #11 41.07 Unpacking libcapture-tiny-perl (0.48-1) ... #11 41.11 Selecting previously unselected package libcgi-pm-perl. #11 41.11 Preparing to unpack .../240-libcgi-pm-perl_4.54-1_all.deb ... #11 41.12 Unpacking libcgi-pm-perl (4.54-1) ... #11 41.15 Selecting previously unselected package libfcgi0ldbl:armhf. #11 41.15 Preparing to unpack .../241-libfcgi0ldbl_2.4.2-2build2_armhf.deb ... #11 41.18 Unpacking libfcgi0ldbl:armhf (2.4.2-2build2) ... #11 41.22 Selecting previously unselected package libfcgi-perl:armhf. #11 41.22 Preparing to unpack .../242-libfcgi-perl_0.82+ds-1build1_armhf.deb ... #11 41.22 Unpacking libfcgi-perl:armhf (0.82+ds-1build1) ... #11 41.25 Selecting previously unselected package libcgi-fast-perl. #11 41.25 Preparing to unpack .../243-libcgi-fast-perl_1%3a2.15-1_all.deb ... #11 41.26 Unpacking libcgi-fast-perl (1:2.15-1) ... #11 41.29 Selecting previously unselected package libclass-data-inheritable-perl. #11 41.29 Preparing to unpack .../244-libclass-data-inheritable-perl_0.08-3_all.deb ... #11 41.29 Unpacking libclass-data-inheritable-perl (0.08-3) ... #11 41.32 Selecting previously unselected package libclone-perl. #11 41.33 Preparing to unpack .../245-libclone-perl_0.45-1build3_armhf.deb ... #11 41.33 Unpacking libclone-perl (0.45-1build3) ... #11 41.37 Selecting previously unselected package libcommon-sense-perl:armhf. #11 41.37 Preparing to unpack .../246-libcommon-sense-perl_3.75-2build1_armhf.deb ... #11 41.37 Unpacking libcommon-sense-perl:armhf (3.75-2build1) ... #11 41.40 Selecting previously unselected package libconfig-tiny-perl. #11 41.41 Preparing to unpack .../247-libconfig-tiny-perl_2.28-1_all.deb ... #11 41.41 Unpacking libconfig-tiny-perl (2.28-1) ... #11 41.44 Selecting previously unselected package libparams-util-perl. #11 41.44 Preparing to unpack .../248-libparams-util-perl_1.102-1build3_armhf.deb ... #11 41.45 Unpacking libparams-util-perl (1.102-1build3) ... #11 41.49 Selecting previously unselected package libsub-install-perl. #11 41.49 Preparing to unpack .../249-libsub-install-perl_0.928-2_all.deb ... #11 41.49 Unpacking libsub-install-perl (0.928-2) ... #11 41.54 Selecting previously unselected package libdata-optlist-perl. #11 41.54 Preparing to unpack .../250-libdata-optlist-perl_0.112-1_all.deb ... #11 41.54 Unpacking libdata-optlist-perl (0.112-1) ... #11 41.58 Selecting previously unselected package libsub-exporter-perl. #11 41.58 Preparing to unpack .../251-libsub-exporter-perl_0.988-1_all.deb ... #11 41.58 Unpacking libsub-exporter-perl (0.988-1) ... #11 41.61 Selecting previously unselected package libconst-fast-perl. #11 41.62 Preparing to unpack .../252-libconst-fast-perl_0.014-2_all.deb ... #11 41.62 Unpacking libconst-fast-perl (0.014-2) ... #11 41.65 Selecting previously unselected package libwant-perl. #11 41.65 Preparing to unpack .../253-libwant-perl_0.29-2_armhf.deb ... #11 41.65 Unpacking libwant-perl (0.29-2) ... #11 41.68 Selecting previously unselected package libcontextual-return-perl. #11 41.68 Preparing to unpack .../254-libcontextual-return-perl_0.004014-3_all.deb ... #11 41.69 Unpacking libcontextual-return-perl (0.004014-3) ... #11 41.72 Selecting previously unselected package libcpanel-json-xs-perl:armhf. #11 41.72 Preparing to unpack .../255-libcpanel-json-xs-perl_4.32-1_armhf.deb ... #11 41.72 Unpacking libcpanel-json-xs-perl:armhf (4.32-1) ... #11 41.76 Selecting previously unselected package libdevel-stacktrace-perl. #11 41.76 Preparing to unpack .../256-libdevel-stacktrace-perl_2.0400-1_all.deb ... #11 41.76 Unpacking libdevel-stacktrace-perl (2.0400-1) ... #11 41.79 Selecting previously unselected package libexception-class-perl. #11 41.80 Preparing to unpack .../257-libexception-class-perl_1.45-1_all.deb ... #11 41.80 Unpacking libexception-class-perl (1.45-1) ... #11 41.83 Selecting previously unselected package libiterator-perl. #11 41.84 Preparing to unpack .../258-libiterator-perl_0.03+ds1-2_all.deb ... #11 41.84 Unpacking libiterator-perl (0.03+ds1-2) ... #11 41.87 Selecting previously unselected package libiterator-util-perl. #11 41.87 Preparing to unpack .../259-libiterator-util-perl_0.02+ds1-2_all.deb ... #11 41.87 Unpacking libiterator-util-perl (0.02+ds1-2) ... #11 41.90 Selecting previously unselected package libexporter-tiny-perl. #11 41.90 Preparing to unpack .../260-libexporter-tiny-perl_1.002002-1_all.deb ... #11 41.91 Unpacking libexporter-tiny-perl (1.002002-1) ... #11 41.94 Selecting previously unselected package liblist-moreutils-xs-perl. #11 41.94 Preparing to unpack .../261-liblist-moreutils-xs-perl_0.430-3_armhf.deb ... #11 41.94 Unpacking liblist-moreutils-xs-perl (0.430-3) ... #11 41.97 Selecting previously unselected package liblist-moreutils-perl. #11 41.97 Preparing to unpack .../262-liblist-moreutils-perl_0.430-2_all.deb ... #11 41.98 Unpacking liblist-moreutils-perl (0.430-2) ... #11 42.01 Selecting previously unselected package libdata-dpath-perl. #11 42.01 Preparing to unpack .../263-libdata-dpath-perl_0.58-1_all.deb ... #11 42.02 Unpacking libdata-dpath-perl (0.58-1) ... #11 42.05 Selecting previously unselected package libdata-dump-perl. #11 42.05 Preparing to unpack .../264-libdata-dump-perl_1.25-1_all.deb ... #11 42.06 Unpacking libdata-dump-perl (1.25-1) ... #11 42.09 Selecting previously unselected package libdata-messagepack-perl. #11 42.09 Preparing to unpack .../265-libdata-messagepack-perl_1.02-1_armhf.deb ... #11 42.09 Unpacking libdata-messagepack-perl (1.02-1) ... #11 42.12 Selecting previously unselected package libnet-domain-tld-perl. #11 42.12 Preparing to unpack .../266-libnet-domain-tld-perl_1.75-2_all.deb ... #11 42.13 Unpacking libnet-domain-tld-perl (1.75-2) ... #11 42.16 Selecting previously unselected package libdata-validate-domain-perl. #11 42.16 Preparing to unpack .../267-libdata-validate-domain-perl_0.10-1.1_all.deb ... #11 42.17 Unpacking libdata-validate-domain-perl (0.10-1.1) ... #11 42.20 Selecting previously unselected package libnet-ipv6addr-perl. #11 42.20 Preparing to unpack .../268-libnet-ipv6addr-perl_1.02-1_all.deb ... #11 42.20 Unpacking libnet-ipv6addr-perl (1.02-1) ... #11 42.23 Selecting previously unselected package libnet-netmask-perl. #11 42.23 Preparing to unpack .../269-libnet-netmask-perl_2.0001-1_all.deb ... #11 42.24 Unpacking libnet-netmask-perl (2.0001-1) ... #11 42.27 Selecting previously unselected package libnetaddr-ip-perl. #11 42.27 Preparing to unpack .../270-libnetaddr-ip-perl_4.079+dfsg-2_armhf.deb ... #11 42.28 Unpacking libnetaddr-ip-perl (4.079+dfsg-2) ... #11 42.31 Selecting previously unselected package libdata-validate-ip-perl. #11 42.31 Preparing to unpack .../271-libdata-validate-ip-perl_0.30-1_all.deb ... #11 42.32 Unpacking libdata-validate-ip-perl (0.30-1) ... #11 42.35 Selecting previously unselected package libdata-validate-uri-perl. #11 42.35 Preparing to unpack .../272-libdata-validate-uri-perl_0.07-2_all.deb ... #11 42.36 Unpacking libdata-validate-uri-perl (0.07-2) ... #11 42.39 Selecting previously unselected package libdistro-info-perl. #11 42.39 Preparing to unpack .../273-libdistro-info-perl_1.1ubuntu1_all.deb ... #11 42.40 Unpacking libdistro-info-perl (1.1ubuntu1) ... #11 42.42 Selecting previously unselected package libemail-address-xs-perl. #11 42.42 Preparing to unpack .../274-libemail-address-xs-perl_1.05-1_armhf.deb ... #11 42.43 Unpacking libemail-address-xs-perl (1.05-1) ... #11 42.46 Selecting previously unselected package libfcgi-bin. #11 42.46 Preparing to unpack .../275-libfcgi-bin_2.4.2-2build2_armhf.deb ... #11 42.47 Unpacking libfcgi-bin (2.4.2-2build2) ... #11 42.49 Selecting previously unselected package libipc-system-simple-perl. #11 42.49 Preparing to unpack .../276-libipc-system-simple-perl_1.30-1_all.deb ... #11 42.50 Unpacking libipc-system-simple-perl (1.30-1) ... #11 42.53 Selecting previously unselected package libfile-basedir-perl. #11 42.53 Preparing to unpack .../277-libfile-basedir-perl_0.09-1_all.deb ... #11 42.54 Unpacking libfile-basedir-perl (0.09-1) ... #11 42.56 Selecting previously unselected package libfile-chdir-perl. #11 42.57 Preparing to unpack .../278-libfile-chdir-perl_0.1008-1.1_all.deb ... #11 42.57 Unpacking libfile-chdir-perl (0.1008-1.1) ... #11 42.60 Selecting previously unselected package libfile-fcntllock-perl. #11 42.61 Preparing to unpack .../279-libfile-fcntllock-perl_0.22-4_armhf.deb ... #11 42.61 Unpacking libfile-fcntllock-perl (0.22-4) ... #11 42.64 Selecting previously unselected package libnumber-compare-perl. #11 42.64 Preparing to unpack .../280-libnumber-compare-perl_0.03-2_all.deb ... #11 42.64 Unpacking libnumber-compare-perl (0.03-2) ... #11 42.69 Selecting previously unselected package libtext-glob-perl. #11 42.69 Preparing to unpack .../281-libtext-glob-perl_0.11-2_all.deb ... #11 42.69 Unpacking libtext-glob-perl (0.11-2) ... #11 42.72 Selecting previously unselected package libfile-find-rule-perl. #11 42.72 Preparing to unpack .../282-libfile-find-rule-perl_0.34-2_all.deb ... #11 42.73 Unpacking libfile-find-rule-perl (0.34-2) ... #11 42.76 Selecting previously unselected package libfont-afm-perl. #11 42.76 Preparing to unpack .../283-libfont-afm-perl_1.20-3_all.deb ... #11 42.77 Unpacking libfont-afm-perl (1.20-3) ... #11 42.80 Selecting previously unselected package libio-string-perl. #11 42.80 Preparing to unpack .../284-libio-string-perl_1.08-3.1_all.deb ... #11 42.80 Unpacking libio-string-perl (1.08-3.1) ... #11 42.83 Selecting previously unselected package libfont-ttf-perl. #11 42.84 Preparing to unpack .../285-libfont-ttf-perl_1.06-2_all.deb ... #11 42.84 Unpacking libfont-ttf-perl (1.06-2) ... #11 42.88 Selecting previously unselected package libfreezethaw-perl. #11 42.88 Preparing to unpack .../286-libfreezethaw-perl_0.5001-2.1_all.deb ... #11 42.89 Unpacking libfreezethaw-perl (0.5001-2.1) ... #11 42.92 Selecting previously unselected package libsort-versions-perl. #11 42.92 Preparing to unpack .../287-libsort-versions-perl_1.62-2_all.deb ... #11 42.94 Unpacking libsort-versions-perl (1.62-2) ... #11 42.97 Selecting previously unselected package libgit-wrapper-perl. #11 42.97 Preparing to unpack .../288-libgit-wrapper-perl_0.048-1_all.deb ... #11 42.98 Unpacking libgit-wrapper-perl (0.048-1) ... #11 43.01 Selecting previously unselected package libhttp-tiny-multipart-perl. #11 43.01 Preparing to unpack .../289-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ... #11 43.01 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ... #11 43.04 Selecting previously unselected package libio-prompter-perl. #11 43.04 Preparing to unpack .../290-libio-prompter-perl_0.004015-1_all.deb ... #11 43.05 Unpacking libio-prompter-perl (0.004015-1) ... #11 43.08 Selecting previously unselected package libjson-perl. #11 43.08 Preparing to unpack .../291-libjson-perl_4.09000-1_all.deb ... #11 43.08 Unpacking libjson-perl (4.09000-1) ... #11 43.11 Selecting previously unselected package liblog-any-perl. #11 43.11 Preparing to unpack .../292-liblog-any-perl_1.710-1_all.deb ... #11 43.12 Unpacking liblog-any-perl (1.710-1) ... #11 43.15 Selecting previously unselected package liblog-any-adapter-screen-perl. #11 43.15 Preparing to unpack .../293-liblog-any-adapter-screen-perl_0.140-2_all.deb ... #11 43.16 Unpacking liblog-any-adapter-screen-perl (0.140-2) ... #11 43.19 Selecting previously unselected package libpackage-stash-perl. #11 43.19 Preparing to unpack .../294-libpackage-stash-perl_0.40-1_all.deb ... #11 43.19 Unpacking libpackage-stash-perl (0.40-1) ... #11 43.22 Selecting previously unselected package libsub-identify-perl. #11 43.22 Preparing to unpack .../295-libsub-identify-perl_0.14-2_armhf.deb ... #11 43.23 Unpacking libsub-identify-perl (0.14-2) ... #11 43.25 Selecting previously unselected package libsub-name-perl:armhf. #11 43.25 Preparing to unpack .../296-libsub-name-perl_0.26-2_armhf.deb ... #11 43.26 Unpacking libsub-name-perl:armhf (0.26-2) ... #11 43.28 Selecting previously unselected package libnamespace-clean-perl. #11 43.29 Preparing to unpack .../297-libnamespace-clean-perl_0.27-2_all.deb ... #11 43.29 Unpacking libnamespace-clean-perl (0.27-2) ... #11 43.31 Selecting previously unselected package libpath-tiny-perl. #11 43.32 Preparing to unpack .../298-libpath-tiny-perl_0.122-1_all.deb ... #11 43.32 Unpacking libpath-tiny-perl (0.122-1) ... #11 43.35 Selecting previously unselected package libstrictures-perl. #11 43.35 Preparing to unpack .../299-libstrictures-perl_2.000006-1_all.deb ... #11 43.35 Unpacking libstrictures-perl (2.000006-1) ... #11 43.38 Selecting previously unselected package libtype-tiny-perl. #11 43.38 Preparing to unpack .../300-libtype-tiny-perl_1.016008-1_all.deb ... #11 43.39 Unpacking libtype-tiny-perl (1.016008-1) ... #11 43.43 Selecting previously unselected package libgitlab-api-v4-perl. #11 43.43 Preparing to unpack .../301-libgitlab-api-v4-perl_0.26-1_all.deb ... #11 43.43 Unpacking libgitlab-api-v4-perl (0.26-1) ... #11 43.47 Selecting previously unselected package libhtml-form-perl. #11 43.47 Preparing to unpack .../302-libhtml-form-perl_6.10-1_all.deb ... #11 43.48 Unpacking libhtml-form-perl (6.10-1) ... #11 43.50 Selecting previously unselected package libhtml-format-perl. #11 43.50 Preparing to unpack .../303-libhtml-format-perl_2.16-1_all.deb ... #11 43.51 Unpacking libhtml-format-perl (2.16-1) ... #11 43.53 Selecting previously unselected package libhtml-html5-entities-perl. #11 43.54 Preparing to unpack .../304-libhtml-html5-entities-perl_0.004-2_all.deb ... #11 43.54 Unpacking libhtml-html5-entities-perl (0.004-2) ... #11 43.57 Selecting previously unselected package libhtml-tokeparser-simple-perl. #11 43.57 Preparing to unpack .../305-libhtml-tokeparser-simple-perl_3.16-4_all.deb ... #11 43.57 Unpacking libhtml-tokeparser-simple-perl (3.16-4) ... #11 43.60 Selecting previously unselected package libhttp-daemon-perl. #11 43.60 Preparing to unpack .../306-libhttp-daemon-perl_6.14-1.1_all.deb ... #11 43.61 Unpacking libhttp-daemon-perl (6.14-1.1) ... #11 43.63 Selecting previously unselected package libindirect-perl. #11 43.64 Preparing to unpack .../307-libindirect-perl_0.39-2_armhf.deb ... #11 43.64 Unpacking libindirect-perl (0.39-2) ... #11 43.67 Selecting previously unselected package libio-interactive-perl. #11 43.67 Preparing to unpack .../308-libio-interactive-perl_1.023-1_all.deb ... #11 43.67 Unpacking libio-interactive-perl (1.023-1) ... #11 43.71 Selecting previously unselected package libtypes-serialiser-perl. #11 43.71 Preparing to unpack .../309-libtypes-serialiser-perl_1.01-1_all.deb ... #11 43.71 Unpacking libtypes-serialiser-perl (1.01-1) ... #11 43.74 Selecting previously unselected package libjson-xs-perl. #11 43.74 Preparing to unpack .../310-libjson-xs-perl_4.030-1build3_armhf.deb ... #11 43.74 Unpacking libjson-xs-perl (4.030-1build3) ... #11 43.78 Selecting previously unselected package libjson-maybexs-perl. #11 43.78 Preparing to unpack .../311-libjson-maybexs-perl_1.004003-1_all.deb ... #11 43.78 Unpacking libjson-maybexs-perl (1.004003-1) ... #11 43.81 Selecting previously unselected package libldap-common. #11 43.81 Preparing to unpack .../312-libldap-common_2.5.13+dfsg-1ubuntu1_all.deb ... #11 43.82 Unpacking libldap-common (2.5.13+dfsg-1ubuntu1) ... #11 43.85 Selecting previously unselected package liblist-compare-perl. #11 43.85 Preparing to unpack .../313-liblist-compare-perl_0.55-1_all.deb ... #11 43.86 Unpacking liblist-compare-perl (0.55-1) ... #11 43.89 Selecting previously unselected package liblist-someutils-perl. #11 43.89 Preparing to unpack .../314-liblist-someutils-perl_0.58-1_all.deb ... #11 43.89 Unpacking liblist-someutils-perl (0.58-1) ... #11 43.92 Selecting previously unselected package liblist-someutils-xs-perl. #11 43.92 Preparing to unpack .../315-liblist-someutils-xs-perl_0.58-2build3_armhf.deb ... #11 43.93 Unpacking liblist-someutils-xs-perl (0.58-2build3) ... #11 43.96 Selecting previously unselected package liblist-utilsby-perl. #11 43.96 Preparing to unpack .../316-liblist-utilsby-perl_0.12-1_all.deb ... #11 43.96 Unpacking liblist-utilsby-perl (0.12-1) ... #11 44.00 Selecting previously unselected package libltdl7:armhf. #11 44.00 Preparing to unpack .../317-libltdl7_2.4.7-4_armhf.deb ... #11 44.01 Unpacking libltdl7:armhf (2.4.7-4) ... #11 44.03 Selecting previously unselected package libltdl-dev:armhf. #11 44.04 Preparing to unpack .../318-libltdl-dev_2.4.7-4_armhf.deb ... #11 44.05 Unpacking libltdl-dev:armhf (2.4.7-4) ... #11 44.09 Selecting previously unselected package liblzo2-2:armhf. #11 44.09 Preparing to unpack .../319-liblzo2-2_2.10-2build3_armhf.deb ... #11 44.09 Unpacking liblzo2-2:armhf (2.10-2build3) ... #11 44.12 Selecting previously unselected package libsys-hostname-long-perl. #11 44.12 Preparing to unpack .../320-libsys-hostname-long-perl_1.5-2_all.deb ... #11 44.13 Unpacking libsys-hostname-long-perl (1.5-2) ... #11 44.15 Selecting previously unselected package libmail-sendmail-perl. #11 44.16 Preparing to unpack .../321-libmail-sendmail-perl_0.80-2_all.deb ... #11 44.16 Unpacking libmail-sendmail-perl (0.80-2) ... #11 44.19 Selecting previously unselected package libnet-smtp-ssl-perl. #11 44.19 Preparing to unpack .../322-libnet-smtp-ssl-perl_1.04-2_all.deb ... #11 44.20 Unpacking libnet-smtp-ssl-perl (1.04-2) ... #11 44.28 Selecting previously unselected package libmailtools-perl. #11 44.28 Preparing to unpack .../323-libmailtools-perl_2.21-1_all.deb ... #11 44.28 Unpacking libmailtools-perl (2.21-1) ... #11 44.33 Selecting previously unselected package libmarkdown2:armhf. #11 44.33 Preparing to unpack .../324-libmarkdown2_2.2.7-2_armhf.deb ... #11 44.34 Unpacking libmarkdown2:armhf (2.2.7-2) ... #11 44.37 Selecting previously unselected package libmath-base85-perl. #11 44.37 Preparing to unpack .../325-libmath-base85-perl_0.5+dfsg-1_all.deb ... #11 44.38 Unpacking libmath-base85-perl (0.5+dfsg-1) ... #11 44.41 Selecting previously unselected package libmldbm-perl. #11 44.41 Preparing to unpack .../326-libmldbm-perl_2.05-3_all.deb ... #11 44.41 Unpacking libmldbm-perl (2.05-3) ... #11 44.44 Selecting previously unselected package libmoox-aliases-perl. #11 44.44 Preparing to unpack .../327-libmoox-aliases-perl_0.001006-2_all.deb ... #11 44.45 Unpacking libmoox-aliases-perl (0.001006-2) ... #11 44.48 Selecting previously unselected package libmouse-perl. #11 44.48 Preparing to unpack .../328-libmouse-perl_2.5.10-1build4_armhf.deb ... #11 44.49 Unpacking libmouse-perl (2.5.10-1build4) ... #11 44.52 Selecting previously unselected package libxs-parse-keyword-perl. #11 44.52 Preparing to unpack .../329-libxs-parse-keyword-perl_0.25-1_armhf.deb ... #11 44.53 Unpacking libxs-parse-keyword-perl (0.25-1) ... #11 44.56 Selecting previously unselected package libxs-parse-sublike-perl:armhf. #11 44.57 Preparing to unpack .../330-libxs-parse-sublike-perl_0.16-1ubuntu2_armhf.deb ... #11 44.57 Unpacking libxs-parse-sublike-perl:armhf (0.16-1ubuntu2) ... #11 44.60 Selecting previously unselected package libobject-pad-perl. #11 44.60 Preparing to unpack .../331-libobject-pad-perl_0.68-1_armhf.deb ... #11 44.60 Unpacking libobject-pad-perl (0.68-1) ... #11 44.64 Selecting previously unselected package libpackage-stash-xs-perl:armhf. #11 44.64 Preparing to unpack .../332-libpackage-stash-xs-perl_0.30-1_armhf.deb ... #11 44.65 Unpacking libpackage-stash-xs-perl:armhf (0.30-1) ... #11 44.68 Selecting previously unselected package libpath-iterator-rule-perl. #11 44.69 Preparing to unpack .../333-libpath-iterator-rule-perl_1.015-1_all.deb ... #11 44.69 Unpacking libpath-iterator-rule-perl (1.015-1) ... #11 44.76 Selecting previously unselected package libperlio-gzip-perl. #11 44.76 Preparing to unpack .../334-libperlio-gzip-perl_0.20-1_armhf.deb ... #11 44.77 Unpacking libperlio-gzip-perl (0.20-1) ... #11 44.80 Selecting previously unselected package libperlio-utf8-strict-perl. #11 44.80 Preparing to unpack .../335-libperlio-utf8-strict-perl_0.009-1build1_armhf.deb ... #11 44.80 Unpacking libperlio-utf8-strict-perl (0.009-1build1) ... #11 44.84 Selecting previously unselected package libpod-parser-perl. #11 44.85 Preparing to unpack .../336-libpod-parser-perl_1.65-1_all.deb ... #11 44.86 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl' #11 44.87 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl' #11 44.87 Unpacking libpod-parser-perl (1.65-1) ... #11 44.90 Selecting previously unselected package libpod-constants-perl. #11 44.90 Preparing to unpack .../337-libpod-constants-perl_0.19-2_all.deb ... #11 44.91 Unpacking libpod-constants-perl (0.19-2) ... #11 44.95 Selecting previously unselected package libproc-processtable-perl:armhf. #11 44.95 Preparing to unpack .../338-libproc-processtable-perl_0.634-1build1_armhf.deb ... #11 44.95 Unpacking libproc-processtable-perl:armhf (0.634-1build1) ... #11 44.99 Selecting previously unselected package libre2-9:armhf. #11 44.99 Preparing to unpack .../339-libre2-9_20220601+dfsg-1_armhf.deb ... #11 45.00 Unpacking libre2-9:armhf (20220601+dfsg-1) ... #11 45.03 Selecting previously unselected package libre-engine-re2-perl:armhf. #11 45.03 Preparing to unpack .../340-libre-engine-re2-perl_0.14-1build2_armhf.deb ... #11 45.03 Unpacking libre-engine-re2-perl:armhf (0.14-1build2) ... #11 45.06 Selecting previously unselected package libreadonly-perl. #11 45.07 Preparing to unpack .../341-libreadonly-perl_2.050-3_all.deb ... #11 45.07 Unpacking libreadonly-perl (2.050-3) ... #11 45.11 Selecting previously unselected package libref-util-perl. #11 45.11 Preparing to unpack .../342-libref-util-perl_0.204-1_all.deb ... #11 45.12 Unpacking libref-util-perl (0.204-1) ... #11 45.15 Selecting previously unselected package libref-util-xs-perl. #11 45.15 Preparing to unpack .../343-libref-util-xs-perl_0.117-2_armhf.deb ... #11 45.16 Unpacking libref-util-xs-perl (0.117-2) ... #11 45.20 Selecting previously unselected package libregexp-pattern-license-perl. #11 45.20 Preparing to unpack .../344-libregexp-pattern-license-perl_3.9.4-1_all.deb ... #11 45.21 Unpacking libregexp-pattern-license-perl (3.9.4-1) ... #11 45.24 Selecting previously unselected package libregexp-pattern-perl. #11 45.24 Preparing to unpack .../345-libregexp-pattern-perl_0.2.14-1_all.deb ... #11 45.24 Unpacking libregexp-pattern-perl (0.2.14-1) ... #11 45.28 Selecting previously unselected package libregexp-wildcards-perl. #11 45.28 Preparing to unpack .../346-libregexp-wildcards-perl_1.05-3_all.deb ... #11 45.28 Unpacking libregexp-wildcards-perl (1.05-3) ... #11 45.32 Selecting previously unselected package libsasl2-modules:armhf. #11 45.32 Preparing to unpack .../347-libsasl2-modules_2.1.28+dfsg-6ubuntu2_armhf.deb ... #11 45.33 Unpacking libsasl2-modules:armhf (2.1.28+dfsg-6ubuntu2) ... #11 45.36 Selecting previously unselected package libsereal-decoder-perl. #11 45.36 Preparing to unpack .../348-libsereal-decoder-perl_4.025+ds-1_armhf.deb ... #11 45.37 Unpacking libsereal-decoder-perl (4.025+ds-1) ... #11 45.40 Selecting previously unselected package libsereal-encoder-perl:armhf. #11 45.40 Preparing to unpack .../349-libsereal-encoder-perl_4.025+ds-1_armhf.deb ... #11 45.40 Unpacking libsereal-encoder-perl:armhf (4.025+ds-1) ... #11 45.44 Selecting previously unselected package libset-intspan-perl. #11 45.44 Preparing to unpack .../350-libset-intspan-perl_1.19-2_all.deb ... #11 45.44 Unpacking libset-intspan-perl (1.19-2) ... #11 45.47 Selecting previously unselected package libsocket6-perl. #11 45.47 Preparing to unpack .../351-libsocket6-perl_0.29-2_armhf.deb ... #11 45.48 Unpacking libsocket6-perl (0.29-2) ... #11 45.52 Selecting previously unselected package libsodium23:armhf. #11 45.52 Preparing to unpack .../352-libsodium23_1.0.18-1build2_armhf.deb ... #11 45.53 Unpacking libsodium23:armhf (1.0.18-1build2) ... #11 45.56 Selecting previously unselected package libstring-copyright-perl. #11 45.56 Preparing to unpack .../353-libstring-copyright-perl_0.003013-1_all.deb ... #11 45.57 Unpacking libstring-copyright-perl (0.003013-1) ... #11 45.60 Selecting previously unselected package libstring-escape-perl. #11 45.60 Preparing to unpack .../354-libstring-escape-perl_2010.002-2_all.deb ... #11 45.60 Unpacking libstring-escape-perl (2010.002-2) ... #11 45.63 Selecting previously unselected package libstring-shellquote-perl. #11 45.64 Preparing to unpack .../355-libstring-shellquote-perl_1.04-2_all.deb ... #11 45.64 Unpacking libstring-shellquote-perl (1.04-2) ... #11 45.67 Selecting previously unselected package libsyntax-keyword-try-perl. #11 45.67 Preparing to unpack .../356-libsyntax-keyword-try-perl_0.27-1_armhf.deb ... #11 45.67 Unpacking libsyntax-keyword-try-perl (0.27-1) ... #11 45.70 Selecting previously unselected package libterm-readkey-perl. #11 45.71 Preparing to unpack .../357-libterm-readkey-perl_2.38-2_armhf.deb ... #11 45.71 Unpacking libterm-readkey-perl (2.38-2) ... #11 45.74 Selecting previously unselected package libtext-levenshteinxs-perl. #11 45.74 Preparing to unpack .../358-libtext-levenshteinxs-perl_0.03-5_armhf.deb ... #11 45.75 Unpacking libtext-levenshteinxs-perl (0.03-5) ... #11 45.81 Selecting previously unselected package libtext-markdown-discount-perl:armhf. #11 45.81 Preparing to unpack .../359-libtext-markdown-discount-perl_0.13-1build1_armhf.deb ... #11 45.82 Unpacking libtext-markdown-discount-perl:armhf (0.13-1build1) ... #11 45.85 Selecting previously unselected package libtext-xslate-perl:armhf. #11 45.85 Preparing to unpack .../360-libtext-xslate-perl_3.5.9-1build1_armhf.deb ... #11 45.86 Unpacking libtext-xslate-perl:armhf (3.5.9-1build1) ... #11 45.90 Selecting previously unselected package libtime-duration-perl. #11 45.90 Preparing to unpack .../361-libtime-duration-perl_1.21-1_all.deb ... #11 45.90 Unpacking libtime-duration-perl (1.21-1) ... #11 45.93 Selecting previously unselected package libtime-moment-perl. #11 45.94 Preparing to unpack .../362-libtime-moment-perl_0.44-2_armhf.deb ... #11 45.94 Unpacking libtime-moment-perl (0.44-2) ... #11 45.97 Selecting previously unselected package libtype-tiny-xs-perl:armhf. #11 45.97 Preparing to unpack .../363-libtype-tiny-xs-perl_0.022-2_armhf.deb ... #11 45.98 Unpacking libtype-tiny-xs-perl:armhf (0.022-2) ... #11 46.01 Selecting previously unselected package libunicode-utf8-perl. #11 46.01 Preparing to unpack .../364-libunicode-utf8-perl_0.62-1build4_armhf.deb ... #11 46.01 Unpacking libunicode-utf8-perl (0.62-1build4) ... #11 46.05 Selecting previously unselected package libwww-mechanize-perl. #11 46.05 Preparing to unpack .../365-libwww-mechanize-perl_2.14-2_all.deb ... #11 46.05 Unpacking libwww-mechanize-perl (2.14-2) ... #11 46.09 Selecting previously unselected package libxml-namespacesupport-perl. #11 46.09 Preparing to unpack .../366-libxml-namespacesupport-perl_1.12-2_all.deb ... #11 46.10 Unpacking libxml-namespacesupport-perl (1.12-2) ... #11 46.13 Selecting previously unselected package libxml-sax-base-perl. #11 46.13 Preparing to unpack .../367-libxml-sax-base-perl_1.09-2_all.deb ... #11 46.14 Unpacking libxml-sax-base-perl (1.09-2) ... #11 46.19 Selecting previously unselected package libxml-sax-perl. #11 46.19 Preparing to unpack .../368-libxml-sax-perl_1.02+dfsg-3_all.deb ... #11 46.20 Unpacking libxml-sax-perl (1.02+dfsg-3) ... #11 46.24 Selecting previously unselected package libxml-libxml-perl. #11 46.24 Preparing to unpack .../369-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1_armhf.deb ... #11 46.25 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ... #11 46.29 Selecting previously unselected package libxml-parser-perl:armhf. #11 46.30 Preparing to unpack .../370-libxml-parser-perl_2.46-3build1_armhf.deb ... #11 46.30 Unpacking libxml-parser-perl:armhf (2.46-3build1) ... #11 46.36 Selecting previously unselected package libxml-sax-expat-perl. #11 46.36 Preparing to unpack .../371-libxml-sax-expat-perl_0.51-1_all.deb ... #11 46.37 Unpacking libxml-sax-expat-perl (0.51-1) ... #11 46.40 Selecting previously unselected package libyaml-libyaml-perl. #11 46.40 Preparing to unpack .../372-libyaml-libyaml-perl_0.83+ds-1build1_armhf.deb ... #11 46.40 Unpacking libyaml-libyaml-perl (0.83+ds-1build1) ... #11 46.43 Selecting previously unselected package licensecheck. #11 46.43 Preparing to unpack .../373-licensecheck_3.3.0-1_all.deb ... #11 46.44 Unpacking licensecheck (3.3.0-1) ... #11 46.47 Selecting previously unselected package libdevel-size-perl. #11 46.47 Preparing to unpack .../374-libdevel-size-perl_0.83-2_armhf.deb ... #11 46.48 Unpacking libdevel-size-perl (0.83-2) ... #11 46.51 Selecting previously unselected package libipc-run3-perl. #11 46.51 Preparing to unpack .../375-libipc-run3-perl_0.048-2_all.deb ... #11 46.52 Unpacking libipc-run3-perl (0.048-2) ... #11 46.56 Selecting previously unselected package lzip. #11 46.56 Preparing to unpack .../376-lzip_1.23-4_armhf.deb ... #11 46.57 Unpacking lzip (1.23-4) ... #11 46.60 Selecting previously unselected package lzop. #11 46.60 Preparing to unpack .../377-lzop_1.04-2build2_armhf.deb ... #11 46.60 Unpacking lzop (1.04-2build2) ... #11 46.64 Selecting previously unselected package t1utils. #11 46.64 Preparing to unpack .../378-t1utils_1.41-4build2_armhf.deb ... #11 46.64 Unpacking t1utils (1.41-4build2) ... #11 46.68 Selecting previously unselected package unzip. #11 46.68 Preparing to unpack .../379-unzip_6.0-27ubuntu1_armhf.deb ... #11 46.68 Unpacking unzip (6.0-27ubuntu1) ... #11 46.75 Selecting previously unselected package lintian. #11 46.75 Preparing to unpack .../380-lintian_2.115.3ubuntu2_all.deb ... #11 46.76 Unpacking lintian (2.115.3ubuntu2) ... #11 47.03 Selecting previously unselected package manpages-dev. #11 47.03 Preparing to unpack .../381-manpages-dev_5.13-1_all.deb ... #11 47.04 Unpacking manpages-dev (5.13-1) ... #11 47.14 Selecting previously unselected package python3-certifi. #11 47.14 Preparing to unpack .../382-python3-certifi_2022.6.15-2_all.deb ... #11 47.14 Unpacking python3-certifi (2022.6.15-2) ... #11 47.18 Selecting previously unselected package python3-cffi-backend:armhf. #11 47.18 Preparing to unpack .../383-python3-cffi-backend_1.15.1-1_armhf.deb ... #11 47.18 Unpacking python3-cffi-backend:armhf (1.15.1-1) ... #11 47.22 Selecting previously unselected package python3-cryptography. #11 47.22 Preparing to unpack .../384-python3-cryptography_3.4.8-2_armhf.deb ... #11 47.23 Unpacking python3-cryptography (3.4.8-2) ... #11 47.32 Selecting previously unselected package python3-idna. #11 47.32 Preparing to unpack .../385-python3-idna_3.3-1_all.deb ... #11 47.34 Unpacking python3-idna (3.3-1) ... #11 47.39 Selecting previously unselected package python3-nacl. #11 47.39 Preparing to unpack .../386-python3-nacl_1.5.0-2_armhf.deb ... #11 47.41 Unpacking python3-nacl (1.5.0-2) ... #11 47.47 Selecting previously unselected package python3-six. #11 47.47 Preparing to unpack .../387-python3-six_1.16.0-4_all.deb ... #11 47.48 Unpacking python3-six (1.16.0-4) ... #11 47.52 Selecting previously unselected package python3-bcrypt. #11 47.53 Preparing to unpack .../388-python3-bcrypt_3.2.0-1build1_armhf.deb ... #11 47.53 Unpacking python3-bcrypt (3.2.0-1build1) ... #11 47.61 Selecting previously unselected package python3-paramiko. #11 47.61 Preparing to unpack .../389-python3-paramiko_2.10.4-1ubuntu1_all.deb ... #11 47.63 Unpacking python3-paramiko (2.10.4-1ubuntu1) ... #11 47.68 Selecting previously unselected package python3-urllib3. #11 47.68 Preparing to unpack .../390-python3-urllib3_1.26.9-1_all.deb ... #11 47.68 Unpacking python3-urllib3 (1.26.9-1) ... #11 47.73 Selecting previously unselected package python3-requests. #11 47.73 Preparing to unpack .../391-python3-requests_2.27.1+dfsg-1ubuntu2_all.deb ... #11 47.74 Unpacking python3-requests (2.27.1+dfsg-1ubuntu2) ... #11 47.78 Selecting previously unselected package python3-unidiff. #11 47.78 Preparing to unpack .../392-python3-unidiff_0.7.3-1_all.deb ... #11 47.80 Unpacking python3-unidiff (0.7.3-1) ... #11 47.84 Selecting previously unselected package zstd. #11 47.84 Preparing to unpack .../393-zstd_1.5.2+dfsg-1_armhf.deb ... #11 47.85 Unpacking zstd (1.5.2+dfsg-1) ... #11 47.90 Selecting previously unselected package equivs. #11 47.90 Preparing to unpack .../394-equivs_2.3.1_all.deb ... #11 47.90 Unpacking equivs (2.3.1) ... #11 47.94 Selecting previously unselected package libauthen-sasl-perl. #11 47.94 Preparing to unpack .../395-libauthen-sasl-perl_2.1600-2_all.deb ... #11 47.95 Unpacking libauthen-sasl-perl (2.1600-2) ... #11 47.99 Selecting previously unselected package python3-magic. #11 47.99 Preparing to unpack .../396-python3-magic_2%3a0.4.26-2_all.deb ... #11 48.00 Unpacking python3-magic (2:0.4.26-2) ... #11 48.08 Setting up libip4tc2:armhf (1.8.7-1ubuntu6) ... #11 48.09 Setting up libksba8:armhf (1.6.0-3ubuntu1) ... #11 48.11 Setting up media-types (8.0.0) ... #11 48.13 Setting up libpipeline1:armhf (1.5.6-2) ... #11 48.14 Setting up libicu71:armhf (71.1-3ubuntu1) ... #11 48.15 Setting up wdiff (1.2.2-2build3) ... #11 48.17 Setting up libxau6:armhf (1:1.0.9-1build5) ... #11 48.18 Setting up libre2-9:armhf (20220601+dfsg-1) ... #11 48.20 Setting up libkeyutils1:armhf (1.6.3-1) ... #11 48.21 Setting up lto-disabled-list (35) ... #11 48.23 Setting up libapparmor1:armhf (3.0.7-1ubuntu2) ... #11 48.24 Setting up libpsl5:armhf (0.21.0-1.2build2) ... #11 48.26 Setting up libsodium23:armhf (1.0.18-1build2) ... #11 48.27 Setting up bsdextrautils (2.38-4ubuntu1) ... #11 48.29 Setting up libfcgi0ldbl:armhf (2.4.2-2build2) ... #11 48.32 Setting up libtext-glob-perl (0.11-2) ... #11 48.35 Setting up xdg-user-dirs (0.17-2ubuntu4) ... #11 48.40 Setting up libmagic-mgc (1:5.41-4) ... #11 48.41 Setting up libyaml-0-2:armhf (0.2.5-1) ... #11 48.42 Setting up libglib2.0-0:armhf (2.74.0-3) ... #11 48.43 No schema files found: doing nothing. #11 48.45 Setting up distro-info-data (0.54ubuntu0.1) ... #11 48.47 Setting up manpages (5.13-1) ... #11 48.50 Setting up libtirpc-common (1.3.3+ds-1) ... #11 48.52 Setting up libargon2-1:armhf (0~20171227-0.3) ... #11 48.54 Setting up unzip (6.0-27ubuntu1) ... #11 48.55 Setting up libcbor0.8:armhf (0.8.0-2ubuntu1) ... #11 48.57 Setting up libbrotli1:armhf (1.0.9-2build6) ... #11 48.58 Setting up libsqlite3-0:armhf (3.39.3-1) ... #11 48.59 Setting up libsasl2-modules:armhf (2.1.28+dfsg-6ubuntu2) ... #11 48.61 Setting up libfcgi-bin (2.4.2-2build2) ... #11 48.62 Setting up binutils-common:armhf (2.39-3ubuntu1) ... #11 48.63 Setting up libnghttp2-14:armhf (1.49.0-1) ... #11 48.65 Setting up libmagic1:armhf (1:5.41-4) ... #11 48.68 Setting up libdeflate0:armhf (1.12-1) ... #11 48.69 Setting up less (590-1build1) ... #11 48.71 Setting up perl-openssl-defaults:armhf (7) ... #11 48.73 Setting up linux-libc-dev:armhf (5.19.0-26.27) ... #11 48.74 Setting up libctf-nobfd0:armhf (2.39-3ubuntu1) ... #11 48.76 Setting up gettext-base (0.21-8) ... #11 48.77 Setting up m4 (1.4.19-1) ... #11 48.79 Setting up liblzo2-2:armhf (2.10-2build3) ... #11 48.81 Setting up libnpth0:armhf (1.6-3build2) ... #11 48.82 Setting up krb5-locales (1.20-1) ... #11 48.83 Setting up file (1:5.41-4) ... #11 48.85 Setting up libassuan0:armhf (2.5.5-4) ... #11 48.86 Setting up libgomp1:armhf (12.2.0-3ubuntu1) ... #11 48.88 Setting up perl-modules-5.34 (5.34.0-5ubuntu1.1) ... #11 48.90 Setting up bzip2 (1.0.8-5build1) ... #11 48.92 Setting up libldap-common (2.5.13+dfsg-1ubuntu1) ... #11 48.95 Setting up libunwind8:armhf (1.6.2-0ubuntu1) ... #11 48.97 Setting up libjbig0:armhf (2.1-3.1ubuntu0.22.10.1) ... #11 48.99 Setting up libfakeroot:armhf (1.29-1ubuntu1) ... #11 49.00 Setting up libkrb5support0:armhf (1.20-1) ... #11 49.02 Setting up libnumber-compare-perl (0.03-2) ... #11 49.03 Setting up libsasl2-modules-db:armhf (2.1.28+dfsg-6ubuntu2) ... #11 49.04 Setting up fakeroot (1.29-1ubuntu1) ... #11 49.05 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode #11 49.05 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #11 49.05 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #11 49.05 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #11 49.05 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #11 49.05 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #11 49.05 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #11 49.05 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #11 49.05 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #11 49.06 Setting up autotools-dev (20220109.1) ... #11 49.07 Setting up libglib2.0-data (2.74.0-3) ... #11 49.09 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ... #11 49.10 Setting up libx11-data (2:1.8.1-2) ... #11 49.11 Setting up make (4.3-4.1build1) ... #11 49.12 Setting up libmpfr6:armhf (4.1.0-3build3) ... #11 49.14 Setting up gnupg-l10n (2.2.35-3ubuntu1) ... #11 49.15 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ... #11 49.17 Setting up liblerc3:armhf (3.0+ds-1ubuntu1) ... #11 49.18 Setting up lzip (1.23-4) ... #11 49.19 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode #11 49.19 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip) doesn't exist #11 49.19 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode #11 49.19 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip-compressor.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip-compressor) doesn't exist #11 49.20 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode #11 49.20 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip-decompressor.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip-decompressor) doesn't exist #11 49.21 Setting up strace (5.16-0ubuntu4) ... #11 49.23 Setting up libdbus-1-3:armhf (1.14.0-2ubuntu3) ... #11 49.24 Setting up xz-utils (5.2.5-2.1) ... #11 49.25 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #11 49.25 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist #11 49.25 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist #11 49.25 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist #11 49.25 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist #11 49.25 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist #11 49.25 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist #11 49.25 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist #11 49.25 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist #11 49.25 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist #11 49.25 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist #11 49.26 Setting up t1utils (1.41-4build2) ... #11 49.27 Setting up diffstat (1.64-1build2) ... #11 49.29 Setting up libpng16-16:armhf (1.6.38-2) ... #11 49.30 Setting up libmpc3:armhf (1.2.1-2build1) ... #11 49.31 Setting up libatomic1:armhf (12.2.0-3ubuntu1) ... #11 49.32 Setting up patch (2.7.6-7build2) ... #11 49.34 Setting up autopoint (0.21-8) ... #11 49.35 Setting up fonts-dejavu-core (2.37-2build1) ... #11 49.43 Setting up ucf (3.0043) ... #11 49.53 Setting up libk5crypto3:armhf (1.20-1) ... #11 49.55 Setting up libjpeg-turbo8:armhf (2.1.2-0ubuntu1) ... #11 49.56 Setting up libltdl7:armhf (2.4.7-4) ... #11 49.58 Setting up libsasl2-2:armhf (2.1.28+dfsg-6ubuntu2) ... #11 49.59 Setting up libwebp7:armhf (1.2.2-2) ... #11 49.61 Setting up libfdisk1:armhf (2.38-4ubuntu1) ... #11 49.62 Setting up libubsan1:armhf (12.2.0-3ubuntu1) ... #11 49.63 Setting up libdevmapper1.02.1:armhf (2:1.02.185-1ubuntu1) ... #11 49.65 Setting up libmd0:armhf (1.0.4-2) ... #11 49.66 Setting up python-apt-common (2.3.0ubuntu2) ... #11 49.68 Setting up dmsetup (2:1.02.185-1ubuntu1) ... #11 49.69 Setting up libcrypt-dev:armhf (1:4.4.28-2) ... #11 49.71 Setting up dbus-session-bus-common (1.14.0-2ubuntu3) ... #11 49.73 Setting up libasan8:armhf (12.2.0-3ubuntu1) ... #11 49.74 Setting up libuchardet0:armhf (0.0.7-1build2) ... #11 49.76 Setting up lzop (1.04-2build2) ... #11 49.77 Setting up libmpdec3:armhf (2.5.1-2build2) ... #11 49.78 Setting up git-man (1:2.37.2-1ubuntu1.1) ... #11 49.81 Setting up libgirepository-1.0-1:armhf (1.74.0-2) ... #11 49.82 Setting up netbase (6.3) ... #11 49.86 Setting up libkrb5-3:armhf (1.20-1) ... #11 49.87 Setting up libbinutils:armhf (2.39-3ubuntu1) ... #11 49.89 Setting up dbus-system-bus-common (1.14.0-2ubuntu3) ... #11 50.05 Setting up libfido2-1:armhf (1.11.0-1) ... #11 50.07 Setting up libisl23:armhf (0.25-1) ... #11 50.10 Setting up libc-dev-bin (2.36-0ubuntu4) ... #11 50.12 Setting up openssl (3.0.5-2ubuntu2) ... #11 50.14 Setting up libbsd0:armhf (0.11.6-1) ... #11 50.18 Setting up libelf1:armhf (0.187-4) ... #11 50.23 Setting up libjson-c5:armhf (0.16-1) ... #11 50.25 Setting up readline-common (8.2-1) ... #11 50.27 Setting up publicsuffix (20220811.1734-1) ... #11 50.28 Setting up libxml2:armhf (2.9.14+dfsg-1) ... #11 50.30 Setting up zstd (1.5.2+dfsg-1) ... #11 50.32 Setting up libmarkdown2:armhf (2.2.7-2) ... #11 50.34 Setting up libcc1-0:armhf (12.2.0-3ubuntu1) ... #11 50.35 Setting up iso-codes (4.11.0-1) ... #11 50.37 Setting up dbus-bin (1.14.0-2ubuntu3) ... #11 50.41 Setting up liblocale-gettext-perl (1.07-4build3) ... #11 50.42 Setting up dctrl-tools (2.24-3build2) ... #11 50.44 Setting up libkmod2:armhf (30+20220630-3ubuntu1) ... #11 50.45 Setting up libgdbm6:armhf (1.23-1) ... #11 50.48 Setting up libctf0:armhf (2.39-3ubuntu1) ... #11 50.49 Setting up libjpeg8:armhf (8c-2ubuntu10) ... #11 50.51 Setting up pinentry-curses (1.2.0-2ubuntu1) ... #11 50.53 Setting up manpages-dev (5.13-1) ... #11 50.55 Setting up libdw1:armhf (0.187-4) ... #11 50.56 Setting up libxdmcp6:armhf (1:1.1.3-0ubuntu5) ... #11 50.57 Setting up cpp-12 (12.2.0-3ubuntu1) ... #11 50.59 Setting up libxcb1:armhf (1.15-1) ... #11 50.60 Setting up gettext (0.21-8) ... #11 50.61 Setting up fontconfig-config (2.13.1-4.4ubuntu1) ... #11 50.79 Setting up libedit2:armhf (3.1-20210910-1build1) ... #11 50.81 Setting up libreadline8:armhf (8.2-1) ... #11 50.82 Setting up dbus-daemon (1.14.0-2ubuntu3) ... #11 50.84 Setting up libldap-2.5-0:armhf (2.5.13+dfsg-1ubuntu1) ... #11 50.85 Setting up ca-certificates (20211016) ... #11 51.18 Updating certificates in /etc/ssl/certs... #11 51.57 127 added, 0 removed; done. #11 51.60 Setting up libfreetype6:armhf (2.12.1+dfsg-3) ... #11 51.61 Setting up dbus (1.14.0-2ubuntu3) ... #11 51.65 Setting up libgcc-12-dev:armhf (12.2.0-3ubuntu1) ... #11 51.66 Setting up shared-mime-info (2.2-1) ... #11 54.44 Setting up libgssapi-krb5-2:armhf (1.20-1) ... #11 54.46 Setting up libsystemd-shared:armhf (251.4-1ubuntu7) ... #11 54.47 Setting up libgdbm-compat4:armhf (1.23-1) ... #11 54.48 Setting up gir1.2-glib-2.0:armhf (1.74.0-2) ... #11 54.50 Setting up libssh-4:armhf (0.9.6-2build1) ... #11 54.51 Setting up dwz (0.14-1build2) ... #11 54.53 Setting up groff-base (1.22.4-8build1) ... #11 54.55 Setting up cpp (4:12.2.0-1ubuntu1) ... #11 54.57 Setting up gpgconf (2.2.35-3ubuntu1) ... #11 54.58 Setting up debugedit (1:5.0-5) ... #11 54.60 Setting up libcurl4:armhf (7.85.0-1ubuntu0.1) ... #11 54.61 Setting up libx11-6:armhf (2:1.8.1-2) ... #11 54.62 Setting up libcryptsetup12:armhf (2:2.5.0-2ubuntu1) ... #11 54.63 Setting up libtiff5:armhf (4.4.0-4ubuntu3.2) ... #11 54.64 Setting up curl (7.85.0-1ubuntu0.1) ... #11 54.65 Setting up binutils-arm-linux-gnueabihf (2.39-3ubuntu1) ... #11 54.67 Setting up libxmuu1:armhf (2:1.1.3-3) ... #11 54.68 Setting up gpg (2.2.35-3ubuntu1) ... #11 54.69 Setting up gnupg-utils (2.2.35-3ubuntu1) ... #11 54.70 Setting up libtirpc3:armhf (1.3.3+ds-1) ... #11 54.71 Setting up libperl5.34:armhf (5.34.0-5ubuntu1.1) ... #11 54.73 Setting up gpg-agent (2.2.35-3ubuntu1) ... #11 54.87 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket. #11 54.98 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket. #11 55.10 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket. #11 55.22 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket. #11 55.23 Setting up libxpm4:armhf (1:3.5.12-1build2) ... #11 55.24 Setting up openssh-client (1:9.0p1-1ubuntu7.1) ... #11 55.32 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode #11 55.32 update-alternatives: warning: skip creation of /usr/share/man/man1/rsh.1.gz because associated file /usr/share/man/man1/ssh.1.gz (of link group rsh) doesn't exist #11 55.32 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode #11 55.32 update-alternatives: warning: skip creation of /usr/share/man/man1/rlogin.1.gz because associated file /usr/share/man/man1/slogin.1.gz (of link group rlogin) doesn't exist #11 55.33 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode #11 55.33 update-alternatives: warning: skip creation of /usr/share/man/man1/rcp.1.gz because associated file /usr/share/man/man1/scp.1.gz (of link group rcp) doesn't exist #11 55.33 Setting up gpgsm (2.2.35-3ubuntu1) ... #11 55.35 Setting up libxext6:armhf (2:1.3.4-1build1) ... #11 55.36 Setting up libcurl3-gnutls:armhf (7.85.0-1ubuntu0.1) ... #11 55.38 Setting up systemd (251.4-1ubuntu7) ... #11 55.42 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. #11 55.42 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. #11 55.42 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service. #11 55.42 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service. #11 55.43 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. #11 55.43 Initializing machine ID from D-Bus machine ID. #11 55.62 Setting up binutils (2.39-3ubuntu1) ... #11 55.63 Setting up man-db (2.10.2-2) ... #11 55.73 Building database of manual pages ... #11 55.98 Created symlink /etc/systemd/system/timers.target.wants/man-db.timer → /lib/systemd/system/man-db.timer. #11 56.00 Setting up libgpgme11:armhf (1.17.1-4.1ubuntu1) ... #11 56.01 Setting up dirmngr (2.2.35-3ubuntu1) ... #11 56.14 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. #11 56.16 Setting up perl (5.34.0-5ubuntu1.1) ... #11 56.18 Setting up libpackage-stash-xs-perl:armhf (0.30-1) ... #11 56.22 Setting up libclass-data-inheritable-perl (0.08-3) ... #11 56.23 Setting up libxs-parse-keyword-perl (0.25-1) ... #11 56.25 Setting up libtirpc-dev:armhf (1.3.3+ds-1) ... #11 56.26 Setting up libdata-dump-perl (1.25-1) ... #11 56.28 Setting up gcc-12 (12.2.0-3ubuntu1) ... #11 56.29 Setting up libfile-find-rule-perl (0.34-2) ... #11 56.30 Setting up libref-util-perl (0.204-1) ... #11 56.32 Setting up libipc-system-simple-perl (1.30-1) ... #11 56.33 Setting up libnet-domain-tld-perl (1.75-2) ... #11 56.34 Setting up libperlio-utf8-strict-perl (0.009-1build1) ... #11 56.35 Setting up libsocket6-perl (0.29-2) ... #11 56.36 Setting up systemd-timesyncd (251.4-1ubuntu7) ... #11 56.60 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. #11 56.60 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. #11 56.61 Setting up libvariable-magic-perl (0.62-2) ... #11 56.62 Setting up libio-html-perl (1.004-3) ... #11 56.63 Setting up libpod-parser-perl (1.65-1) ... #11 56.64 Setting up libb-hooks-op-check-perl:armhf (0.22-2) ... #11 56.65 Setting up liblist-moreutils-xs-perl (0.430-3) ... #11 56.66 Setting up libparams-util-perl (1.102-1build3) ... #11 56.68 Setting up libdpkg-perl (1.21.9ubuntu1) ... #11 56.69 Setting up libtime-duration-perl (1.21-1) ... #11 56.70 Setting up autoconf (2.71-2) ... #11 56.71 Setting up libsub-exporter-progressive-perl (0.001013-2) ... #11 56.72 Setting up libarray-intspan-perl (2.004-2) ... #11 56.73 Setting up libcapture-tiny-perl (0.48-1) ... #11 56.75 Setting up libtimedate-perl (2.3300-2) ... #11 56.76 Setting up gpg-wks-server (2.2.35-3ubuntu1) ... #11 56.77 Setting up libsub-name-perl:armhf (0.26-2) ... #11 56.78 Setting up libtype-tiny-xs-perl:armhf (0.022-2) ... #11 56.79 Setting up libsyntax-keyword-try-perl (0.27-1) ... #11 56.80 Setting up libdata-validate-domain-perl (0.10-1.1) ... #11 56.82 Setting up libproc-processtable-perl:armhf (0.634-1build1) ... #11 56.83 Setting up libfile-chdir-perl (0.1008-1.1) ... #11 56.84 Setting up xauth (1:1.1.1-1) ... #11 56.85 Setting up libpath-tiny-perl (0.122-1) ... #11 56.86 Setting up libarchive-cpio-perl (0.10-2) ... #11 56.87 Setting up libjson-perl (4.09000-1) ... #11 56.89 Setting up libnsl2:armhf (1.3.0-2build2) ... #11 56.90 Setting up libipc-run3-perl (0.048-2) ... #11 56.91 Setting up libregexp-wildcards-perl (1.05-3) ... #11 56.92 Setting up libfcgi-perl:armhf (0.82+ds-1build1) ... #11 56.93 Setting up libsub-override-perl (0.09-3) ... #11 56.94 Setting up libaliased-perl (0.34-2) ... #11 56.95 Setting up libstrictures-perl (2.000006-1) ... #11 56.96 Setting up libsub-quote-perl (2.006006-1) ... #11 56.97 Setting up libdevel-stacktrace-perl (2.0400-1) ... #11 56.98 Setting up libclass-xsaccessor-perl (1.19-4) ... #11 57.00 Setting up libsort-versions-perl (1.62-2) ... #11 57.01 Setting up libexporter-tiny-perl (1.002002-1) ... #11 57.02 Setting up libre-engine-re2-perl:armhf (0.14-1build2) ... #11 57.05 Setting up libfile-dirlist-perl (0.05-2) ... #11 57.06 Setting up libterm-readkey-perl (2.38-2) ... #11 57.08 Setting up libtext-levenshteinxs-perl (0.03-5) ... #11 57.09 Setting up libperlio-gzip-perl (0.20-1) ... #11 57.10 Setting up libsys-hostname-long-perl (1.5-2) ... #11 57.11 Setting up libhtml-html5-entities-perl (0.004-2) ... #11 57.13 Setting up libsereal-decoder-perl (4.025+ds-1) ... #11 57.14 Setting up liburi-perl (5.12-1ubuntu1) ... #11 57.15 Setting up libnet-ipv6addr-perl (1.02-1) ... #11 57.16 Setting up libfile-touch-perl (0.12-1) ... #11 57.17 Setting up systemd-resolved (251.4-1ubuntu7) ... #11 57.29 Converting /etc/resolv.conf to a symlink to /run/systemd/resolve/stub-resolv.conf... #11 57.29 mv: cannot move '/etc/resolv.conf' to '/etc/.resolv.conf.systemd-resolved.bak': Device or resource busy #11 57.29 Cannot take a backup of /etc/resolv.conf. #11 57.29 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy #11 57.29 Cannot install symlink from /etc/resolv.conf to ../run/systemd/resolve/stub-resolv.conf #11 57.42 Setting up libemail-address-xs-perl (1.05-1) ... #11 57.44 Setting up libnet-ssleay-perl:armhf (1.92-2) ... #11 57.45 Setting up automake (1:1.16.5-1.3) ... #11 57.46 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode #11 57.46 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist #11 57.46 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist #11 57.46 Setting up libapt-pkg-perl (0.1.40build2) ... #11 57.48 Setting up libstring-escape-perl (2010.002-2) ... #11 57.49 Setting up libberkeleydb-perl:armhf (0.64-1build3) ... #11 57.50 Setting up libhttp-date-perl (6.05-1) ... #11 57.51 Setting up libfile-which-perl (1.27-1) ... #11 57.52 Setting up libfile-basedir-perl (0.09-1) ... #11 57.53 Setting up libunicode-utf8-perl (0.62-1build4) ... #11 57.55 Setting up libset-intspan-perl (1.19-2) ... #11 57.56 Setting up libmouse-perl (2.5.10-1build4) ... #11 57.58 Setting up libfile-listing-perl (6.15-1) ... #11 57.59 Setting up gpg-wks-client (2.2.35-3ubuntu1) ... #11 57.60 Setting up libregexp-pattern-perl (0.2.14-1) ... #11 57.62 Setting up libdata-messagepack-perl (1.02-1) ... #11 57.63 Setting up libfont-afm-perl (1.20-3) ... #11 57.64 Setting up libwant-perl (0.29-2) ... #11 57.65 Setting up libdynaloader-functions-perl (0.003-2) ... #11 57.66 Setting up libclass-method-modifiers-perl (2.13-1) ... #11 57.67 Setting up liblist-compare-perl (0.55-1) ... #11 57.68 Setting up libref-util-xs-perl (0.117-2) ... #11 57.70 Setting up libio-pty-perl (1:1.15-2build2) ... #11 57.71 Setting up libfile-fcntllock-perl (0.22-4) ... #11 57.72 Setting up libclone-perl (0.45-1build3) ... #11 57.73 Setting up libalgorithm-diff-perl (1.201-1) ... #11 57.74 Setting up libarchive-zip-perl (1.68-1) ... #11 57.76 Setting up libsub-identify-perl (0.14-2) ... #11 57.77 Setting up libdistro-info-perl (1.1ubuntu1) ... #11 57.82 Setting up libcpanel-json-xs-perl:armhf (4.32-1) ... #11 57.83 Setting up liblist-moreutils-perl (0.430-2) ... #11 57.85 Setting up libhtml-tagset-perl (3.20-4) ... #11 57.87 Setting up liblog-any-perl (1.710-1) ... #11 57.90 Setting up libauthen-sasl-perl (2.1600-2) ... #11 57.91 Setting up libdevel-size-perl (0.83-2) ... #11 57.92 Setting up libdebhelper-perl (13.9.1ubuntu1) ... #11 57.93 Setting up libpod-constants-perl (0.19-2) ... #11 57.94 Setting up libregexp-pattern-license-perl (3.9.4-1) ... #11 57.96 Setting up liblwp-mediatypes-perl (6.04-1) ... #11 57.97 Setting up libyaml-libyaml-perl (0.83+ds-1build1) ... #11 57.98 Setting up libio-interactive-perl (1.023-1) ... #11 57.99 Setting up libtry-tiny-perl (0.31-1) ... #11 58.01 Setting up libtype-tiny-perl (1.016008-1) ... #11 58.02 Setting up libcommon-sense-perl:armhf (3.75-2build1) ... #11 58.03 Setting up libmldbm-perl (2.05-3) ... #11 58.05 Setting up libxml-namespacesupport-perl (1.12-2) ... #11 58.06 Setting up libnet-http-perl (6.22-1) ... #11 58.07 Setting up libpath-iterator-rule-perl (1.015-1) ... #11 58.08 Setting up libtext-markdown-discount-perl:armhf (0.13-1build1) ... #11 58.09 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ... #11 58.10 Setting up libtime-moment-perl (0.44-2) ... #11 58.11 Setting up libencode-locale-perl (1.05-2) ... #11 58.13 Setting up libexception-class-perl (1.45-1) ... #11 58.14 Setting up libmath-base85-perl (0.5+dfsg-1) ... #11 58.15 Setting up libconfig-tiny-perl (2.28-1) ... #11 58.16 Setting up libsereal-encoder-perl:armhf (4.025+ds-1) ... #11 58.17 Setting up libdevel-callchecker-perl (0.008-1ubuntu4) ... #11 58.18 Setting up liblist-utilsby-perl (0.12-1) ... #11 58.20 Setting up libstring-shellquote-perl (1.04-2) ... #11 58.21 Setting up libnet-netmask-perl (2.0001-1) ... #11 58.23 Setting up libsub-install-perl (0.928-2) ... #11 58.24 Setting up gcc (4:12.2.0-1ubuntu1) ... #11 58.26 Setting up dpkg-dev (1.21.9ubuntu1) ... #11 58.28 Setting up libindirect-perl (0.39-2) ... #11 58.29 Setting up libxs-parse-sublike-perl:armhf (0.16-1ubuntu2) ... #11 58.30 Setting up intltool-debian (0.35.0+20060710.5) ... #11 58.31 Setting up libfreezethaw-perl (0.5001-2.1) ... #11 58.32 Setting up libobject-pad-perl (0.68-1) ... #11 58.33 Setting up liberror-perl (0.17029-1) ... #11 58.34 Setting up libpython3.10-stdlib:armhf (3.10.7-1ubuntu0.1) ... #11 58.35 Setting up patchutils (0.4.2-1build2) ... #11 58.41 Setting up libmail-sendmail-perl (0.80-2) ... #11 58.43 Setting up libltdl-dev:armhf (2.4.7-4) ... #11 58.44 Setting up libjson-maybexs-perl (1.004003-1) ... #11 58.45 Setting up libxml-sax-base-perl (1.09-2) ... #11 58.47 Setting up libio-string-perl (1.08-3.1) ... #11 58.49 Setting up libreadonly-perl (2.050-3) ... #11 58.50 Setting up libnetaddr-ip-perl (4.079+dfsg-2) ... #11 58.51 Setting up libstring-copyright-perl (0.003013-1) ... #11 58.53 Setting up libdata-optlist-perl (0.112-1) ... #11 58.54 Setting up libipc-run-perl (20220807.0-1) ... #11 58.55 Setting up git (1:2.37.2-1ubuntu1.1) ... #11 58.57 Setting up libtext-xslate-perl:armhf (3.5.9-1build1) ... #11 58.58 Setting up libcontextual-return-perl (0.004014-3) ... #11 58.59 Setting up libwww-robotrules-perl (6.02-1) ... #11 58.60 Setting up libtypes-serialiser-perl (1.01-1) ... #11 58.61 Setting up libnsl-dev:armhf (1.3.0-2build2) ... #11 58.63 Setting up libhtml-parser-perl:armhf (3.78-1) ... #11 58.64 Setting up libgit-wrapper-perl (0.048-1) ... #11 58.65 Setting up liblog-any-adapter-screen-perl (0.140-2) ... #11 58.66 Setting up librole-tiny-perl (2.002004-1) ... #11 58.67 Setting up gnupg (2.2.35-3ubuntu1) ... #11 58.68 Setting up libc6-dev:armhf (2.36-0ubuntu4) ... #11 58.69 Setting up libfont-ttf-perl (1.06-2) ... #11 58.70 Setting up libfile-homedir-perl (1.006-1) ... #11 58.72 Setting up libalgorithm-diff-xs-perl:armhf (0.04-7) ... #11 58.73 Setting up libio-socket-ssl-perl (2.074-2) ... #11 58.74 Setting up libsub-exporter-perl (0.988-1) ... #11 58.75 Setting up libpython3-stdlib:armhf (3.10.6-1) ... #11 58.77 Setting up libalgorithm-merge-perl (0.08-4) ... #11 58.78 Setting up libhttp-message-perl (6.37-1) ... #11 58.79 Setting up libdata-validate-ip-perl (0.30-1) ... #11 58.80 Setting up libhtml-form-perl (6.10-1) ... #11 58.81 Setting up libiterator-perl (0.03+ds1-2) ... #11 58.82 Setting up libfile-stripnondeterminism-perl (1.13.0-1) ... #11 58.83 Setting up libjson-xs-perl (4.030-1build3) ... #11 58.84 Setting up libhttp-negotiate-perl (6.01-1) ... #11 58.85 Setting up libio-prompter-perl (0.004015-1) ... #11 58.86 Setting up python3.10 (3.10.7-1ubuntu0.1) ... #11 59.65 Setting up libiterator-util-perl (0.02+ds1-2) ... #11 59.66 Setting up libstdc++-12-dev:armhf (12.2.0-3ubuntu1) ... #11 59.67 Setting up libhttp-cookies-perl (6.10-1) ... #11 59.68 Setting up libtool (2.4.7-4) ... #11 59.69 Setting up po-debconf (1.0.21+nmu1) ... #11 59.70 Setting up libhtml-tree-perl (5.07-2) ... #11 59.72 Setting up libparams-classify-perl:armhf (0.015-2) ... #11 59.73 Setting up libcgi-pm-perl (4.54-1) ... #11 59.74 Setting up python3 (3.10.6-1) ... #11 60.03 Setting up libhtml-format-perl (2.16-1) ... #11 60.04 Setting up python3-xdg (0.27-2) ... #11 60.19 Setting up libxml-sax-perl (1.02+dfsg-3) ... #11 60.25 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... #11 60.32 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #11 60.43 #11 60.43 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version #11 60.49 Setting up python3-six (1.16.0-4) ... #11 60.62 Setting up dh-autoreconf (20) ... #11 60.64 Setting up libdata-validate-uri-perl (0.07-2) ... #11 60.65 Setting up libnet-smtp-ssl-perl (1.04-2) ... #11 60.66 Setting up python3-gpg (1.17.1-4.1ubuntu1) ... #11 60.83 Setting up python3-certifi (2022.6.15-2) ... #11 60.95 Setting up libmodule-runtime-perl (0.016-2) ... #11 60.96 Setting up libmailtools-perl (2.21-1) ... #11 61.00 Setting up python3-gi (3.42.2-2) ... #11 61.21 Setting up python3-idna (3.3-1) ... #11 61.42 Setting up python3-urllib3 (1.26.9-1) ... #11 61.60 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ... #11 61.64 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... #11 61.71 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... #11 61.79 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #11 61.91 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #11 61.97 Setting up dh-strip-nondeterminism (1.13.0-1) ... #11 61.97 Setting up libconst-fast-perl (0.014-2) ... #11 61.98 Setting up libhttp-daemon-perl (6.14-1.1) ... #11 62.00 Setting up python3-unidiff (0.7.3-1) ... #11 62.12 Setting up lsb-release (11.2ubuntu1) ... #11 62.26 Setting up libdata-dpath-perl (0.58-1) ... #11 62.27 Setting up python3-magic (2:0.4.26-2) ... #11 62.40 Setting up python3-cffi-backend:armhf (1.15.1-1) ... #11 62.42 Setting up g++-12 (12.2.0-3ubuntu1) ... #11 62.43 Setting up python3-pkg-resources (59.6.0-1.2) ... #11 62.63 Setting up python3-dbus (1.2.18-3build1) ... #11 62.77 Setting up libmodule-implementation-perl (0.09-2) ... #11 62.78 Setting up libcgi-fast-perl (1:2.15-1) ... #11 62.80 Setting up python3-apt (2.3.0ubuntu2) ... #11 62.96 Setting up libpackage-stash-perl (0.40-1) ... #11 63.00 Setting up libimport-into-perl (1.002005-2) ... #11 63.03 Setting up libmoo-perl (2.005004-3) ... #11 63.05 Setting up python3-bcrypt (3.2.0-1build1) ... #11 63.53 Setting up liblist-someutils-perl (0.58-1) ... #11 63.54 Setting up debhelper (13.9.1ubuntu1) ... #11 63.55 Setting up liblist-someutils-xs-perl (0.58-2build3) ... #11 63.56 Setting up python3-chardet (4.0.0-2) ... #11 63.90 Setting up python3-cryptography (3.4.8-2) ... #11 64.15 Setting up python3-debian (0.1.46) ... #11 64.35 Setting up python3-requests (2.27.1+dfsg-1ubuntu2) ... #11 64.50 Setting up equivs (2.3.1) ... #11 64.52 Setting up g++ (4:12.2.0-1ubuntu1) ... #11 64.54 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode #11 64.54 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist #11 64.55 Setting up build-essential (12.9ubuntu3) ... #11 64.56 Setting up libmoox-aliases-perl (0.001006-2) ... #11 64.57 Setting up libb-hooks-endofscope-perl (0.26-1) ... #11 64.58 Setting up python3-nacl (1.5.0-2) ... #11 64.73 Setting up networkd-dispatcher (2.1-2ubuntu1) ... #11 64.86 Created symlink /etc/systemd/system/multi-user.target.wants/networkd-dispatcher.service → /lib/systemd/system/networkd-dispatcher.service. #11 64.87 Setting up dput (1.1.2ubuntu2) ... #11 65.01 Setting up libnamespace-clean-perl (0.27-2) ... #11 65.02 Setting up python3-paramiko (2.10.4-1ubuntu1) ... #11 65.24 Setting up licensecheck (3.3.0-1) ... #11 65.25 Setting up libgitlab-api-v4-perl (0.26-1) ... #11 65.26 Setting up liblwp-protocol-https-perl (6.10-1) ... #11 65.28 Setting up libwww-perl (6.67-1) ... #11 65.29 Setting up libhtml-tokeparser-simple-perl (3.16-4) ... #11 65.32 Setting up libwww-mechanize-perl (2.14-2) ... #11 65.34 Setting up devscripts (2.22.2ubuntu3) ... #11 65.49 Setting up libxml-parser-perl:armhf (2.46-3build1) ... #11 65.52 Setting up libxml-sax-expat-perl (0.51-1) ... #11 65.56 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50... #11 65.61 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #11 65.73 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #11 65.81 Processing triggers for sgml-base (1.30) ... #11 65.84 Setting up libfontconfig1:armhf (2.13.1-4.4ubuntu1) ... #11 65.85 Processing triggers for libc-bin (2.36-0ubuntu4) ... #11 65.90 Setting up lintian (2.115.3ubuntu2) ... #11 65.91 Setting up libgd3:armhf (2.3.3-6) ... #11 65.93 Setting up libc-devtools (2.36-0ubuntu4) ... #11 65.94 Processing triggers for ca-certificates (20211016) ... #11 65.95 Updating certificates in /etc/ssl/certs... #11 66.25 0 added, 0 removed; done. #11 66.25 Running hooks in /etc/ca-certificates/update.d... #11 66.25 done. #11 66.25 Processing triggers for libc-bin (2.36-0ubuntu4) ... #11 DONE 67.5s #12 [stage-1 4/9] COPY common /root/build-deb/debian #12 DONE 0.0s #13 [stage-1 5/9] 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 0.876 Hit:1 http://ports.ubuntu.com/ubuntu-ports kinetic InRelease #13 0.947 Hit:2 http://ports.ubuntu.com/ubuntu-ports kinetic-updates InRelease #13 1.027 Hit:3 http://ports.ubuntu.com/ubuntu-ports kinetic-backports InRelease #13 1.112 Hit:4 http://ports.ubuntu.com/ubuntu-ports kinetic-security InRelease #13 1.184 Reading package lists... #13 2.433 dpkg-buildpackage: info: source package docker-ce-build-deps #13 2.433 dpkg-buildpackage: info: source version 1.0 #13 2.433 dpkg-buildpackage: info: source distribution unstable #13 2.433 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost> #13 2.467 dpkg-buildpackage: info: host architecture armhf #13 2.467 dpkg-source --before-build . #13 2.570 debian/rules clean #13 2.572 dh clean #13 2.652 dh_clean #13 2.685 debian/rules binary #13 2.686 dh binary #13 2.756 dh_update_autotools_config #13 2.784 dh_autoreconf #13 2.827 create-stamp debian/debhelper-build-stamp #13 2.827 dh_prep #13 2.855 dh_auto_install --destdir=debian/docker-ce-build-deps/ #13 2.907 dh_install #13 2.941 dh_installdocs #13 2.980 dh_installchangelogs #13 3.066 dh_perl #13 3.103 dh_link #13 3.138 dh_strip_nondeterminism #13 3.201 dh_compress #13 3.240 dh_fixperms #13 3.279 dh_missing #13 3.306 dh_installdeb #13 3.343 dh_gencontrol #13 3.461 dh_md5sums #13 3.495 dh_builddeb #13 3.521 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'. #13 3.608 dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_armhf.buildinfo #13 3.764 dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_armhf.changes #13 3.844 dpkg-genchanges: info: binary-only upload (no source code included) #13 3.847 dpkg-source --after-build . #13 3.947 dpkg-buildpackage: info: binary-only upload (no source included) #13 3.952 #13 3.952 The package has been created. #13 3.952 Attention, the package has been created in the current directory, #13 3.952 not in ".." as indicated by the message above! #13 4.003 Selecting previously unselected package docker-ce-build-deps. #13 4.019 (Reading database ... 27268 files and directories currently installed.) #13 4.021 Preparing to unpack docker-ce-build-deps_1.0_all.deb ... #13 4.025 Unpacking docker-ce-build-deps (1.0) ... #13 4.181 Reading package lists... #13 5.140 Building dependency tree... #13 5.322 Reading state information... #13 5.328 Correcting dependencies...Starting pkgProblemResolver with broken count: 0 #13 5.563 Starting 2 pkgProblemResolver with broken count: 0 #13 5.566 Done #13 5.746 Done #13 5.936 Starting pkgProblemResolver with broken count: 0 #13 5.971 Starting 2 pkgProblemResolver with broken count: 0 #13 5.974 Done #13 6.312 The following additional packages will be installed: #13 6.312 bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common #13 6.313 libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev #13 6.313 libdevmapper-event1.02.1 libjsoncpp25 libpcre2-16-0 libpcre2-32-0 #13 6.313 libpcre2-dev libpcre2-posix3 librhash0 libseccomp-dev libselinux1-dev #13 6.314 libsepol-dev libsystemd-dev libudev-dev libuv1 pkg-config #13 6.315 Suggested packages: #13 6.315 cmake-doc ninja-build cmake-format apparmor-utils lrzip seccomp #13 6.357 The following NEW packages will be installed: #13 6.358 bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common #13 6.358 libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev #13 6.358 libdevmapper-event1.02.1 libjsoncpp25 libpcre2-16-0 libpcre2-32-0 #13 6.358 libpcre2-dev libpcre2-posix3 librhash0 libseccomp-dev libselinux1-dev #13 6.358 libsepol-dev libsystemd-dev libudev-dev libuv1 pkg-config #13 6.787 0 upgraded, 24 newly installed, 0 to remove and 2 not upgraded. #13 6.787 1 not fully installed or removed. #13 6.787 Need to get 9800 kB of archives. #13 6.787 After this operation, 37.0 MB of additional disk space will be used. #13 6.787 Get:1 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf bash-completion all 1:2.11-6ubuntu1 [179 kB] #13 7.183 Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libarchive13 armhf 3.6.0-1ubuntu1 [338 kB] #13 7.309 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libjsoncpp25 armhf 1.9.5-4 [72.3 kB] #13 7.329 Get:4 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf librhash0 armhf 1.4.2-1ubuntu1 [141 kB] #13 7.355 Get:5 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libuv1 armhf 1.44.2-1 [76.2 kB] #13 7.366 Get:6 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf dh-elpa-helper all 2.0.9ubuntu1 [7610 B] #13 7.367 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf emacsen-common all 3.0.4 [14.9 kB] #13 7.369 Get:8 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf cmake-data all 3.24.2-1ubuntu1 [2024 kB] #13 7.526 Get:9 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf cmake armhf 3.24.2-1ubuntu1 [4824 kB] #13 7.807 Get:10 http://ports.ubuntu.com/ubuntu-ports kinetic/universe armhf dh-apparmor all 3.0.7-1ubuntu2 [9102 B] #13 7.808 Get:11 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libbtrfs0 armhf 5.19-1 [12.5 kB] #13 7.808 Get:12 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libbtrfs-dev armhf 5.19-1 [49.0 kB] #13 7.809 Get:13 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdevmapper-event1.02.1 armhf 2:1.02.185-1ubuntu1 [11.5 kB] #13 7.810 Get:14 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libudev-dev armhf 251.4-1ubuntu7 [21.3 kB] #13 7.811 Get:15 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsepol-dev armhf 3.4-2 [359 kB] #13 7.815 Get:16 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpcre2-16-0 armhf 10.40-1ubuntu1 [179 kB] #13 7.817 Get:17 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpcre2-32-0 armhf 10.40-1ubuntu1 [172 kB] #13 7.819 Get:18 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpcre2-posix3 armhf 10.40-1ubuntu1 [5524 B] #13 7.889 Get:19 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpcre2-dev armhf 10.40-1ubuntu1 [663 kB] #13 7.899 Get:20 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libselinux1-dev armhf 3.4-1 [157 kB] #13 7.969 Get:21 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdevmapper-dev armhf 2:1.02.185-1ubuntu1 [36.7 kB] #13 7.970 Get:22 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libseccomp-dev armhf 2.5.4-1ubuntu1 [86.8 kB] #13 7.971 Get:23 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsystemd-dev armhf 251.4-1ubuntu7 [314 kB] #13 7.976 Get:24 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf pkg-config armhf 0.29.2-1ubuntu3 [46.0 kB] #13 8.192 debconf: delaying package configuration, since apt-utils is not installed #13 8.231 Fetched 9800 kB in 2s (6087 kB/s) #13 8.258 Selecting previously unselected package bash-completion. #13 8.258 (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 ... 27272 files and directories currently installed.) #13 8.274 Preparing to unpack .../00-bash-completion_1%3a2.11-6ubuntu1_all.deb ... #13 8.286 Unpacking bash-completion (1:2.11-6ubuntu1) ... #13 8.390 Selecting previously unselected package libarchive13:armhf. #13 8.393 Preparing to unpack .../01-libarchive13_3.6.0-1ubuntu1_armhf.deb ... #13 8.399 Unpacking libarchive13:armhf (3.6.0-1ubuntu1) ... #13 8.442 Selecting previously unselected package libjsoncpp25:armhf. #13 8.444 Preparing to unpack .../02-libjsoncpp25_1.9.5-4_armhf.deb ... #13 8.448 Unpacking libjsoncpp25:armhf (1.9.5-4) ... #13 8.485 Selecting previously unselected package librhash0:armhf. #13 8.487 Preparing to unpack .../03-librhash0_1.4.2-1ubuntu1_armhf.deb ... #13 8.498 Unpacking librhash0:armhf (1.4.2-1ubuntu1) ... #13 8.541 Selecting previously unselected package libuv1:armhf. #13 8.544 Preparing to unpack .../04-libuv1_1.44.2-1_armhf.deb ... #13 8.549 Unpacking libuv1:armhf (1.44.2-1) ... #13 8.578 Selecting previously unselected package dh-elpa-helper. #13 8.581 Preparing to unpack .../05-dh-elpa-helper_2.0.9ubuntu1_all.deb ... #13 8.585 Unpacking dh-elpa-helper (2.0.9ubuntu1) ... #13 8.648 Selecting previously unselected package emacsen-common. #13 8.650 Preparing to unpack .../06-emacsen-common_3.0.4_all.deb ... #13 8.661 Unpacking emacsen-common (3.0.4) ... #13 8.749 Selecting previously unselected package cmake-data. #13 8.751 Preparing to unpack .../07-cmake-data_3.24.2-1ubuntu1_all.deb ... #13 8.759 Unpacking cmake-data (3.24.2-1ubuntu1) ... #13 9.078 Selecting previously unselected package cmake. #13 9.081 Preparing to unpack .../08-cmake_3.24.2-1ubuntu1_armhf.deb ... #13 9.085 Unpacking cmake (3.24.2-1ubuntu1) ... #13 9.203 Selecting previously unselected package dh-apparmor. #13 9.203 Preparing to unpack .../09-dh-apparmor_3.0.7-1ubuntu2_all.deb ... #13 9.208 Unpacking dh-apparmor (3.0.7-1ubuntu2) ... #13 9.276 Selecting previously unselected package libbtrfs0:armhf. #13 9.279 Preparing to unpack .../10-libbtrfs0_5.19-1_armhf.deb ... #13 9.288 Unpacking libbtrfs0:armhf (5.19-1) ... #13 9.321 Selecting previously unselected package libbtrfs-dev:armhf. #13 9.324 Preparing to unpack .../11-libbtrfs-dev_5.19-1_armhf.deb ... #13 9.330 Unpacking libbtrfs-dev:armhf (5.19-1) ... #13 9.383 Selecting previously unselected package libdevmapper-event1.02.1:armhf. #13 9.385 Preparing to unpack .../12-libdevmapper-event1.02.1_2%3a1.02.185-1ubuntu1_armhf.deb ... #13 9.397 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.185-1ubuntu1) ... #13 9.443 Selecting previously unselected package libudev-dev:armhf. #13 9.446 Preparing to unpack .../13-libudev-dev_251.4-1ubuntu7_armhf.deb ... #13 9.451 Unpacking libudev-dev:armhf (251.4-1ubuntu7) ... #13 9.485 Selecting previously unselected package libsepol-dev:armhf. #13 9.488 Preparing to unpack .../14-libsepol-dev_3.4-2_armhf.deb ... #13 9.493 Unpacking libsepol-dev:armhf (3.4-2) ... #13 9.542 Selecting previously unselected package libpcre2-16-0:armhf. #13 9.545 Preparing to unpack .../15-libpcre2-16-0_10.40-1ubuntu1_armhf.deb ... #13 9.548 Unpacking libpcre2-16-0:armhf (10.40-1ubuntu1) ... #13 9.584 Selecting previously unselected package libpcre2-32-0:armhf. #13 9.587 Preparing to unpack .../16-libpcre2-32-0_10.40-1ubuntu1_armhf.deb ... #13 9.593 Unpacking libpcre2-32-0:armhf (10.40-1ubuntu1) ... #13 9.631 Selecting previously unselected package libpcre2-posix3:armhf. #13 9.634 Preparing to unpack .../17-libpcre2-posix3_10.40-1ubuntu1_armhf.deb ... #13 9.643 Unpacking libpcre2-posix3:armhf (10.40-1ubuntu1) ... #13 9.670 Selecting previously unselected package libpcre2-dev:armhf. #13 9.672 Preparing to unpack .../18-libpcre2-dev_10.40-1ubuntu1_armhf.deb ... #13 9.676 Unpacking libpcre2-dev:armhf (10.40-1ubuntu1) ... #13 9.717 Selecting previously unselected package libselinux1-dev:armhf. #13 9.719 Preparing to unpack .../19-libselinux1-dev_3.4-1_armhf.deb ... #13 9.723 Unpacking libselinux1-dev:armhf (3.4-1) ... #13 9.761 Selecting previously unselected package libdevmapper-dev:armhf. #13 9.764 Preparing to unpack .../20-libdevmapper-dev_2%3a1.02.185-1ubuntu1_armhf.deb ... #13 9.768 Unpacking libdevmapper-dev:armhf (2:1.02.185-1ubuntu1) ... #13 9.799 Selecting previously unselected package libseccomp-dev:armhf. #13 9.802 Preparing to unpack .../21-libseccomp-dev_2.5.4-1ubuntu1_armhf.deb ... #13 9.806 Unpacking libseccomp-dev:armhf (2.5.4-1ubuntu1) ... #13 9.841 Selecting previously unselected package libsystemd-dev:armhf. #13 9.844 Preparing to unpack .../22-libsystemd-dev_251.4-1ubuntu7_armhf.deb ... #13 9.850 Unpacking libsystemd-dev:armhf (251.4-1ubuntu7) ... #13 9.916 Selecting previously unselected package pkg-config. #13 9.919 Preparing to unpack .../23-pkg-config_0.29.2-1ubuntu3_armhf.deb ... #13 9.927 Unpacking pkg-config (0.29.2-1ubuntu3) ... #13 10.01 Setting up libseccomp-dev:armhf (2.5.4-1ubuntu1) ... #13 10.03 Setting up libdevmapper-event1.02.1:armhf (2:1.02.185-1ubuntu1) ... #13 10.04 Setting up libarchive13:armhf (3.6.0-1ubuntu1) ... #13 10.06 Setting up libpcre2-16-0:armhf (10.40-1ubuntu1) ... #13 10.07 Setting up libbtrfs0:armhf (5.19-1) ... #13 10.08 Setting up libpcre2-32-0:armhf (10.40-1ubuntu1) ... #13 10.09 Setting up libuv1:armhf (1.44.2-1) ... #13 10.11 Setting up emacsen-common (3.0.4) ... #13 10.14 Setting up dh-elpa-helper (2.0.9ubuntu1) ... #13 10.15 Setting up bash-completion (1:2.11-6ubuntu1) ... #13 10.17 Setting up libjsoncpp25:armhf (1.9.5-4) ... #13 10.19 Setting up pkg-config (0.29.2-1ubuntu3) ... #13 10.24 Setting up libudev-dev:armhf (251.4-1ubuntu7) ... #13 10.25 Setting up libsepol-dev:armhf (3.4-2) ... #13 10.26 Setting up libpcre2-posix3:armhf (10.40-1ubuntu1) ... #13 10.27 Setting up libbtrfs-dev:armhf (5.19-1) ... #13 10.28 Setting up librhash0:armhf (1.4.2-1ubuntu1) ... #13 10.30 Setting up cmake-data (3.24.2-1ubuntu1) ... #13 10.34 Setting up dh-apparmor (3.0.7-1ubuntu2) ... #13 10.35 Setting up libsystemd-dev:armhf (251.4-1ubuntu7) ... #13 10.37 Setting up libpcre2-dev:armhf (10.40-1ubuntu1) ... #13 10.38 Setting up libselinux1-dev:armhf (3.4-1) ... #13 10.39 Setting up libdevmapper-dev:armhf (2:1.02.185-1ubuntu1) ... #13 10.40 Setting up cmake (3.24.2-1ubuntu1) ... #13 10.42 Setting up docker-ce-build-deps (1.0) ... #13 10.43 Processing triggers for man-db (2.10.2-2) ... #13 10.51 Processing triggers for libc-bin (2.36-0ubuntu4) ... #13 DONE 10.8s #14 [stage-1 6/9] COPY sources/ /sources #14 DONE 0.2s #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go #15 DONE 2.4s #16 [stage-1 8/9] WORKDIR /root/build-deb #16 DONE 0.0s #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb #17 DONE 0.0s #18 exporting to image #18 exporting layers #18 exporting layers 7.8s done #18 writing image sha256:871cdf607cd7ab6a21e41f1569377d38f4a6505c0288576e385f59a3f9441170 done #18 naming to docker.io/debbuild-ubuntu-kinetic/aarch64 0.0s done #18 DONE 7.8s docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20221204172626-9124a42 -e VERSION=0.0.0-20221204172626-9124a42 -e CLI_GITCOMMIT=9124a42 -e ENGINE_GITCOMMIT=6dfa15b -e COMPOSE_VERSION=v2.14.0 -e SCAN_VERSION=v0.23.0 -e SCAN_GITCOMMIT=6c852fa -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/debbuild/ubuntu-kinetic:/build debbuild-ubuntu-kinetic/aarch64 + set -e + mkdir -p /root/build-deb/engine + tar -C /root/build-deb -xzf /sources/engine.tgz + mkdir -p /root/build-deb/cli + tar -C /root/build-deb -xzf /sources/cli.tgz + mkdir -p /root/build-deb/compose + tar -C /root/build-deb -xzf /sources/compose.tgz + mkdir -p /root/build-deb/scan-cli-plugin + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz + mkdir -p /go/src/github.com/docker + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin + EPOCH=5 + EPOCH_SEP= + [[ ! -z 5 ]] + EPOCH_SEP=: + [[ -z 0.0.0-20221204172626-9124a42 ]] + echo VERSION AAA 0.0.0-20221204172626-9124a42 VERSION AAA 0.0.0-20221204172626-9124a42 + VERSION=0.0.0-20221204172626-9124a42 VERSION bbb 0.0.0-20221204172626-9124a42 + echo VERSION bbb 0.0.0-20221204172626-9124a42 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control + debSource=docker-ce ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control + debMaintainer='Docker <support@docker.com>' ++ date --rfc-2822 + debDate='Sun, 04 Dec 2022 18:09:15 +0000' + cat + export CLI_GITCOMMIT=9124a42 + CLI_GITCOMMIT=9124a42 + export ENGINE_GITCOMMIT=6dfa15b + ENGINE_GITCOMMIT=6dfa15b + export SCAN_GITCOMMIT=6c852fa VERSION BBB 0.0.0-20221204172626-9124a42 + SCAN_GITCOMMIT=6c852fa + echo VERSION BBB 0.0.0-20221204172626-9124a42 + dpkg-buildpackage -uc -us -I.git dpkg-buildpackage: info: source package docker-ce dpkg-buildpackage: info: source version 5:0.0.0-20221204172626-9124a42-0~ubuntu-kinetic dpkg-buildpackage: info: source distribution kinetic dpkg-buildpackage: info: source changed by Docker <support@docker.com> dpkg-source -I.git --before-build . dpkg-buildpackage: info: host architecture armhf debian/rules clean dh clean --with=bash-completion --with=systemd dh_clean dpkg-source -I.git -b . dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field dpkg-source: warning: native package version may not have a revision dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20221204172626-9124a42-0~ubuntu' dpkg-source: info: using source format '1.0' dpkg-source: info: building docker-ce in docker-ce_0.0.0-20221204172626-9124a42-0~ubuntu-kinetic.tar.gz dpkg-source: info: building docker-ce in docker-ce_0.0.0-20221204172626-9124a42-0~ubuntu-kinetic.dsc debian/rules build dh build --with=bash-completion --with=systemd dh_update_autotools_config dh_autoreconf debian/rules override_dh_auto_build make[1]: Entering directory '/root/build-deb' # Build the daemon and dependencies cd engine && DOCKER_GITCOMMIT=6dfa15b PRODUCT=docker ./hack/make.sh dynbinary Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) Building: bundles/dynbinary-daemon/dockerd-0.0.0-20221204172626-9124a42 GOOS="" GOARCH="" GOARM="" Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20221204172626-9124a42 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ : v0.19.0 + install_tini + echo 'Install tini version v0.19.0' + git clone https://github.com/krallin/tini.git /go/tini Install tini version v0.19.0 Cloning into '/go/tini'... + cd /go/tini + git checkout -q v0.19.0 + cmake . CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument <min> value or use a ...<max> suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 12.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Success -- Configuring done -- Generating done -- Build files have been written to: /go/tini + make tini-static make[2]: Entering directory '/go/tini' make[3]: Entering directory '/go/tini' make[4]: Entering directory '/go/tini' make[5]: Entering directory '/go/tini' make[5]: Leaving directory '/go/tini' make[5]: Entering directory '/go/tini' [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [100%] Linking C executable tini-static make[5]: Leaving directory '/go/tini' [100%] Built target tini-static make[4]: Leaving directory '/go/tini' make[3]: Leaving directory '/go/tini' make[2]: Leaving directory '/go/tini' + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=proxy + shift + '[' '!' -f hack/dockerfile/install/proxy.installer ']' + . hack/dockerfile/install/proxy.installer ++ : 0dde5c895075df6e3630e76f750a447cf63f4789 + install_proxy dynamic + case "$1" in + install_proxy_dynamic + export PROXY_LDFLAGS=-linkmode=external install_proxy + PROXY_LDFLAGS=-linkmode=external + export BUILD_MODE=-buildmode=pie + BUILD_MODE=-buildmode=pie + _install_proxy + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789' + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789 Cloning into '/go/src/github.com/docker/libnetwork'... + cd /go/src/github.com/docker/libnetwork + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy + return cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go + case "$(go env GOARCH)" in ++ go env GOARCH + export GO_BUILDMODE=-buildmode=pie + GO_BUILDMODE=-buildmode=pie ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=rootlesskit + shift + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']' + . hack/dockerfile/install/rootlesskit.installer ++ : v0.14.4 + install_rootlesskit dynamic + case "$1" in + install_rootlesskit_dynamic + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit + ROOTLESSKIT_LDFLAGS=-linkmode=external + export BUILD_MODE=-buildmode=pie + BUILD_MODE=-buildmode=pie + _install_rootlesskit + echo 'Install rootlesskit version v0.14.4' Install rootlesskit version v0.14.4 + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/sirupsen/logrus v1.8.1 go: downloading github.com/urfave/cli/v2 v2.3.0 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 go: downloading github.com/google/uuid v1.3.0 go: downloading github.com/moby/vpnkit v0.5.0 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 go: downloading github.com/gofrs/flock v0.8.1 go: downloading github.com/gorilla/mux v1.8.0 go: downloading github.com/moby/sys/mountinfo v0.4.1 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 go: downloading github.com/u-root/u-root v7.0.0+incompatible go: downloading github.com/russross/blackfriday/v2 v2.1.0 + for f in rootlesskit rootlesskit-docker-proxy + GOBIN=/usr/local/bin + GO111MODULE=on + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 + return # Build the CLI cd /go/src/github.com/docker/cli && \ LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20221204172626-9124a42 GITCOMMIT=9124a42 dynbinary manpages make[2]: Entering directory '/root/build-deb/cli' GO_LINKMODE=dynamic ./scripts/build/binary Building dynamic docker-linux-arm-v6 scripts/docs/generate-man.sh Project root: /go/src/github.com/docker/cli Generating man pages into /go/src/github.com/docker/cli/man/man1 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping 2022/12/04 18:14:27 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping make[2]: Leaving directory '/root/build-deb/cli' # Build the compose plugin cd /go/src/github.com/docker/compose \ && make VERSION=v2.14.0 DESTDIR=/usr/libexec/docker/cli-plugins build make[2]: Entering directory '/root/build-deb/compose' CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.14.0" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd go: downloading github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible go: downloading github.com/spf13/cobra v1.6.1 go: downloading github.com/fvbommel/sortorder v1.0.2 go: downloading golang.org/x/sys v0.0.0-20220825204002-c680a09ffe64 go: downloading github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f go: downloading github.com/morikuni/aec v1.0.0 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/docker/distribution v2.8.1+incompatible go: downloading github.com/docker/go-connections v0.4.0 go: downloading github.com/moby/sys/sequential v0.5.0 go: downloading github.com/sirupsen/logrus v1.9.0 go: downloading github.com/theupdateframework/notary v0.7.0 go: downloading github.com/compose-spec/compose-go v1.8.0 go: downloading github.com/hashicorp/go-version v1.6.0 go: downloading github.com/docker/buildx v0.9.1 go: downloading github.com/docker/go-units v0.5.0 go: downloading github.com/mattn/go-shellwords v1.0.12 go: downloading github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a go: downloading go.opentelemetry.io/otel v1.11.1 go: downloading github.com/containerd/containerd v1.6.10 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf go: downloading github.com/hashicorp/go-multierror v1.1.1 go: downloading github.com/opencontainers/go-digest v1.0.0 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2 go: downloading golang.org/x/sync v0.1.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading k8s.io/client-go v0.22.4 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/imdario/mergo v0.3.13 go: downloading github.com/containerd/console v1.0.3 go: downloading golang.org/x/text v0.3.7 go: downloading github.com/mattn/go-isatty v0.0.16 go: downloading github.com/buger/goterm v1.0.4 go: downloading github.com/stretchr/testify v1.8.1 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1 go: downloading go.opentelemetry.io/otel/sdk v1.4.1 go: downloading go.opentelemetry.io/otel/trace v1.11.1 go: downloading github.com/go-logr/logr v1.2.3 go: downloading k8s.io/api v0.22.4 go: downloading k8s.io/apimachinery v0.22.4 go: downloading github.com/gofrs/flock v0.8.0 go: downloading github.com/moby/sys/signal v0.7.0 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6 go: downloading github.com/golang/mock v1.6.0 go: downloading github.com/klauspost/compress v1.15.9 go: downloading github.com/moby/patternmatcher v0.5.0 go: downloading github.com/opencontainers/runc v1.1.3 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 go: downloading github.com/hashicorp/errwrap v1.1.0 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0 go: downloading google.golang.org/grpc v1.47.0 go: downloading golang.org/x/net v0.0.0-20220906165146-f3363e06e74c go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea go: downloading github.com/docker/docker-credential-helpers v0.7.0 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/xeipuuv/gojsonschema v1.2.0 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f go: downloading github.com/mattn/go-runewidth v0.0.14 go: downloading k8s.io/klog/v2 v2.60.1 go: downloading go.opentelemetry.io/proto/otlp v0.12.0 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 go: downloading google.golang.org/protobuf v1.28.0 go: downloading github.com/go-logr/stdr v1.2.2 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go: downloading github.com/containerd/typeurl v1.0.2 go: downloading github.com/golang/protobuf v1.5.2 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0 go: downloading github.com/pelletier/go-toml v1.9.4 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 go: downloading github.com/google/gofuzz v1.2.0 go: downloading github.com/moby/sys/symlink v0.2.0 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 go: downloading github.com/gogo/googleapis v1.4.1 go: downloading github.com/containerd/continuity v0.3.0 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: downloading github.com/rivo/uniseg v0.2.0 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0 go: downloading github.com/cenkalti/backoff/v4 v4.1.2 go: downloading github.com/moby/locker v1.0.1 go: downloading github.com/felixge/httpsnoop v1.0.2 go: downloading go.opentelemetry.io/otel/metric v0.27.0 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading github.com/googleapis/gnostic v0.5.5 go: downloading github.com/google/go-cmp v0.5.9 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b go: downloading github.com/docker/go-metrics v0.0.1 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading sigs.k8s.io/yaml v1.2.0 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0 go: downloading github.com/mattn/go-colorable v0.1.12 go: downloading github.com/prometheus/client_golang v1.12.2 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading github.com/containerd/ttrpc v1.1.0 go: downloading github.com/moby/spdystream v0.2.0 go: downloading github.com/prometheus/client_model v0.2.0 go: downloading github.com/prometheus/common v0.32.1 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.1.2 go: downloading github.com/prometheus/procfs v0.7.3 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2 make[2]: Leaving directory '/root/build-deb/compose' # Build the scan-plugin # TODO change once we support scan-plugin on other architectures if [ "armhf" = "amd64" ]; then \ cd /go/src/github.com/docker/scan-cli-plugin \ && PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \ && mkdir -p /usr/libexec/docker/cli-plugins/ \ && mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \ fi # Build the CLI plugins # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values set -e;cd /sources && \ tar xzf plugin-installers.tgz; \ for installer in plugins/*.installer; do \ LDFLAGS='' bash ${installer} build; \ done Cloning into '/go/src/github.com/docker/app'... make[2]: Entering directory '/go/src/github.com/docker/app' 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 make[2]: Leaving directory '/go/src/github.com/docker/app' Cloning into '/go/src/github.com/docker/buildx'... + GO111MODULE=on + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.9.1-docker -X github.com/docker/buildx/version.Revision=ed00243a0ce2a0aee75311b06e32d33b44729689 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_auto_test make[1]: Entering directory '/root/build-deb' ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \ test "$ver" = "Docker version 0.0.0-20221204172626-9124a42, build 6dfa15b" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1) PASS: daemon version OK ver="$(cli/build/docker --version)"; \ test "$ver" = "Docker version 0.0.0-20221204172626-9124a42, build 9124a42" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1) PASS: cli version OK ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v2.14.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1) PASS: docker-compose version OK # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead # TODO change once we support scan-plugin on other architectures if [ "armhf" = "amd64" ]; then \ ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \ test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \ fi make[1]: Leaving directory '/root/build-deb' create-stamp debian/debhelper-build-stamp debian/rules binary dh binary --with=bash-completion --with=systemd dh_testroot dh_prep debian/rules override_dh_auto_install make[1]: Entering directory '/root/build-deb' # docker-ce-cli install 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 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker set -e;cd /sources && \ tar xzf plugin-installers.tgz; \ for installer in plugins/*.installer; do \ DESTDIR=/root/build-deb/debian/docker-ce-cli \ PREFIX=/usr/libexec/docker/cli-plugins \ bash ${installer} install_plugin; \ done # docker-ce install install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20221204172626-9124a42 debian/docker-ce/usr/bin/dockerd install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init # docker-compose-plugin install install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose # docker-scan-plugin install # TODO change once we support scan-plugin on other architectures if [ "armhf" = "amd64" ]; then \ install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \ fi # docker-ce-rootless-extras install install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh # TODO: how can we install vpnkit? make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_install make[1]: Entering directory '/root/build-deb' dh_install # TODO Can we do this from within our container? dh_apparmor --profile-name=docker-ce -pdocker-ce make[1]: Leaving directory '/root/build-deb' dh_installdocs dh_installchangelogs dh_installman dh_bash-completion dh_systemd_enable debian/rules override_dh_installinit make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installinit --name=docker make[1]: Leaving directory '/root/build-deb' dh_systemd_start dh_perl dh_link dh_strip_nondeterminism dh_compress dh_fixperms dh_missing debian/rules override_dh_strip make[1]: Entering directory '/root/build-deb' # Go has lots of problems with stripping, so just don't make[1]: Leaving directory '/root/build-deb' dh_makeshlibs debian/rules override_dh_shlibdeps make[1]: Entering directory '/root/build-deb' dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info make[1]: Leaving directory '/root/build-deb' dh_installdeb debian/rules override_dh_gencontrol make[1]: Entering directory '/root/build-deb' # Use separate version for the compose-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name) dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE} # Use separate version for the scan-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name) # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L) if [ "armhf" = "amd64" ]; then \ dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \ fi dh_gencontrol --remaining-packages make[1]: Leaving directory '/root/build-deb' dh_md5sums debian/rules override_dh_builddeb make[1]: Entering directory '/root/build-deb' dh_builddeb -- -Zxz dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20221204172626-9124a42-0~ubuntu-kinetic_armhf.deb'. dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20221204172626-9124a42-0~ubuntu-kinetic_armhf.deb'. dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.14.0~ubuntu-kinetic_armhf.deb'. dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20221204172626-9124a42-0~ubuntu-kinetic_armhf.deb'. make[1]: Leaving directory '/root/build-deb' dpkg-genbuildinfo -O../docker-ce_0.0.0-20221204172626-9124a42-0~ubuntu-kinetic_armhf.buildinfo dpkg-genchanges -O../docker-ce_0.0.0-20221204172626-9124a42-0~ubuntu-kinetic_armhf.changes dpkg-genchanges: info: including full source code in upload dpkg-source -I.git --after-build . dpkg-buildpackage: info: full upload; Debian-native package (full source is included) + destination=/build + mkdir -p /build + mv -v /root/docker-ce-cli_0.0.0-20221204172626-9124a42-0~ubuntu-kinetic_armhf.deb /root/docker-ce-rootless-extras_0.0.0-20221204172626-9124a42-0~ubuntu-kinetic_armhf.deb /root/docker-ce_0.0.0-20221204172626-9124a42-0~ubuntu-kinetic.dsc /root/docker-ce_0.0.0-20221204172626-9124a42-0~ubuntu-kinetic.tar.gz /root/docker-ce_0.0.0-20221204172626-9124a42-0~ubuntu-kinetic_armhf.buildinfo /root/docker-ce_0.0.0-20221204172626-9124a42-0~ubuntu-kinetic_armhf.changes /root/docker-ce_0.0.0-20221204172626-9124a42-0~ubuntu-kinetic_armhf.deb /root/docker-compose-plugin_2.14.0~ubuntu-kinetic_armhf.deb /build copied '/root/docker-ce-cli_0.0.0-20221204172626-9124a42-0~ubuntu-kinetic_armhf.deb' -> '/build/docker-ce-cli_0.0.0-20221204172626-9124a42-0~ubuntu-kinetic_armhf.deb' removed '/root/docker-ce-cli_0.0.0-20221204172626-9124a42-0~ubuntu-kinetic_armhf.deb' copied '/root/docker-ce-rootless-extras_0.0.0-20221204172626-9124a42-0~ubuntu-kinetic_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20221204172626-9124a42-0~ubuntu-kinetic_armhf.deb' removed '/root/docker-ce-rootless-extras_0.0.0-20221204172626-9124a42-0~ubuntu-kinetic_armhf.deb' copied '/root/docker-ce_0.0.0-20221204172626-9124a42-0~ubuntu-kinetic.dsc' -> '/build/docker-ce_0.0.0-20221204172626-9124a42-0~ubuntu-kinetic.dsc' removed '/root/docker-ce_0.0.0-20221204172626-9124a42-0~ubuntu-kinetic.dsc' copied '/root/docker-ce_0.0.0-20221204172626-9124a42-0~ubuntu-kinetic.tar.gz' -> '/build/docker-ce_0.0.0-20221204172626-9124a42-0~ubuntu-kinetic.tar.gz' removed '/root/docker-ce_0.0.0-20221204172626-9124a42-0~ubuntu-kinetic.tar.gz' copied '/root/docker-ce_0.0.0-20221204172626-9124a42-0~ubuntu-kinetic_armhf.buildinfo' -> '/build/docker-ce_0.0.0-20221204172626-9124a42-0~ubuntu-kinetic_armhf.buildinfo' removed '/root/docker-ce_0.0.0-20221204172626-9124a42-0~ubuntu-kinetic_armhf.buildinfo' copied '/root/docker-ce_0.0.0-20221204172626-9124a42-0~ubuntu-kinetic_armhf.changes' -> '/build/docker-ce_0.0.0-20221204172626-9124a42-0~ubuntu-kinetic_armhf.changes' removed '/root/docker-ce_0.0.0-20221204172626-9124a42-0~ubuntu-kinetic_armhf.changes' copied '/root/docker-ce_0.0.0-20221204172626-9124a42-0~ubuntu-kinetic_armhf.deb' -> '/build/docker-ce_0.0.0-20221204172626-9124a42-0~ubuntu-kinetic_armhf.deb' removed '/root/docker-ce_0.0.0-20221204172626-9124a42-0~ubuntu-kinetic_armhf.deb' copied '/root/docker-compose-plugin_2.14.0~ubuntu-kinetic_armhf.deb' -> '/build/docker-compose-plugin_2.14.0~ubuntu-kinetic_armhf.deb' removed '/root/docker-compose-plugin_2.14.0~ubuntu-kinetic_armhf.deb' docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-kinetic" make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb' + make clean [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10:/v -w /v alpine chown -R 1000:1000 src rm -f -r src make -C rpm clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm' [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild rm -f -r rpmbuild/ docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm' make -C deb clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb' [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb:/v -w /v alpine chown -R 1000:1000 debbuild rm -f -r debbuild [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb:/v -w /v alpine chown -R 1000:1000 sources rm -f -r sources docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb' make -C static clean make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/static' [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/static:/v -w /v alpine chown -R 1000:1000 build rm -f -r build docker builder prune -f --filter until=24h Total: 0B make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/static'