Skip to content

Console Output

11:08:19 + make REF=20.10 raspbian-bullseye
11:08:19 git init src/github.com/docker/cli
11:08:19 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
11:08:19 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:08:19 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
11:08:19 + SRC=src/github.com/docker/cli
11:08:19 + REF=20.10
11:08:19 + REF_FETCH=20.10
11:08:19 + + awk {print $2}
11:08:19 git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
11:08:20 + REF=refs/heads/20.10
11:08:20 + [ -n refs/heads/20.10 ]
11:08:20 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
11:08:20 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
11:08:22 From https://github.com/docker/cli
11:08:22  * [new branch]      20.10      -> 20.10
11:08:22  * [new branch]      20.10      -> origin/20.10
11:08:22 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
11:08:22 git init src/github.com/docker/docker
11:08:22 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
11:08:22 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:08:22 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
11:08:22 + SRC=src/github.com/docker/docker
11:08:22 + REF=20.10
11:08:22 + REF_FETCH=20.10
11:08:22 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
11:08:22 + awk {print $2}
11:08:22 + REF=refs/heads/20.10
11:08:22 + [ -n refs/heads/20.10 ]
11:08:22 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
11:08:22 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
11:08:25 From https://github.com/docker/docker
11:08:25  * [new branch]      20.10      -> 20.10
11:08:25  * [new branch]      20.10      -> origin/20.10
11:08:25 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
11:08:25 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.9 raspbian-bullseye
11:08:25 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
11:08:25 mkdir -p sources
11:08:25 docker run --rm -w /v \
11:08:25 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
11:08:25 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
11:08:25 	alpine \
11:08:25 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:08:28 mkdir -p sources
11:08:28 docker run --rm -w /v \
11:08:28 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
11:08:28 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
11:08:28 	alpine \
11:08:28 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:08:31 mkdir -p sources
11:08:31 cp ../systemd/docker.service sources/docker.service
11:08:31 mkdir -p sources
11:08:31 cp ../systemd/docker.socket sources/docker.socket
11:08:31 docker run --rm -w /v \
11:08:31 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
11:08:31 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
11:08:31 	alpine \
11:08:31 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
11:08:31 == Building packages for raspbian-bullseye ==
11:08:31 mkdir -p "debbuild/raspbian-bullseye"
11:08:31 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.9-buster --build-arg COMMON_FILES=common -t debbuild-raspbian-bullseye/aarch64 -f raspbian-bullseye/Dockerfile .
11:08:35 #1 [internal] load build definition from Dockerfile
11:08:35 #1 transferring dockerfile: 1.02kB done
11:08:35 #1 DONE 0.0s
11:08:35 
11:08:35 #2 [internal] load .dockerignore
11:08:35 #2 transferring context: 2B done
11:08:35 #2 DONE 0.0s
11:08:35 
11:08:35 #3 [auth] balenalib/rpi-raspbian:pull token for registry-1.docker.io
11:08:35 #3 DONE 0.0s
11:08:35 
11:08:35 #4 [auth] library/golang:pull token for registry-1.docker.io
11:08:35 #4 DONE 0.0s
11:08:35 
11:08:35 #5 [internal] load metadata for docker.io/library/golang:1.19.9-buster
11:08:35 #5 ...
11:08:35 
11:08:35 #6 [internal] load metadata for docker.io/balenalib/rpi-raspbian:bullseye
11:08:35 #6 DONE 0.3s
11:08:35 
11:08:35 #5 [internal] load metadata for docker.io/library/golang:1.19.9-buster
11:08:35 #5 DONE 0.4s
11:08:35 
11:08:35 #7 [golang 1/1] FROM docker.io/library/golang:1.19.9-buster@sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf
11:08:35 #7 resolve docker.io/library/golang:1.19.9-buster@sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf
11:08:35 #7 resolve docker.io/library/golang:1.19.9-buster@sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf 0.0s done
11:08:35 #7 sha256:ca75ee57d5b9be342f485c8bc3e2402583a0db53869e205b8e35c5d97248d012 6.79kB / 6.79kB done
11:08:35 #7 sha256:6f0ab7f4d4855af7cb40234ffeb181440985e511002bc893bd8140298af0c8eb 1.58kB / 1.58kB done
11:08:35 #7 sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf 988B / 988B done
11:08:35 #7 sha256:b197add778fdc9b2aeef4c35d5901a378ba1af93c7e4b6b1a65fc3e89d171371 0B / 116.87MB 0.4s
11:08:36 #7 ...
11:08:36 
11:08:36 #8 [internal] load build context
11:08:36 #8 transferring context: 19.41MB 0.6s done
11:08:36 #8 DONE 0.7s
11:08:36 
11:08:36 #7 [golang 1/1] FROM docker.io/library/golang:1.19.9-buster@sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf
11:08:36 #7 sha256:b197add778fdc9b2aeef4c35d5901a378ba1af93c7e4b6b1a65fc3e89d171371 7.34MB / 116.87MB 0.9s
11:08:37 #7 sha256:b197add778fdc9b2aeef4c35d5901a378ba1af93c7e4b6b1a65fc3e89d171371 14.68MB / 116.87MB 1.3s
11:08:37 #7 sha256:b197add778fdc9b2aeef4c35d5901a378ba1af93c7e4b6b1a65fc3e89d171371 23.07MB / 116.87MB 1.6s
11:08:37 #7 sha256:dca61a05c594b66729d60c3bd86ecb20e1f2e494e9718898b4b6ab71f0c60b83 0B / 156B 1.6s
11:08:37 #7 sha256:dca61a05c594b66729d60c3bd86ecb20e1f2e494e9718898b4b6ab71f0c60b83 156B / 156B 1.6s done
11:08:37 #7 sha256:b197add778fdc9b2aeef4c35d5901a378ba1af93c7e4b6b1a65fc3e89d171371 29.36MB / 116.87MB 1.8s
11:08:37 #7 sha256:b197add778fdc9b2aeef4c35d5901a378ba1af93c7e4b6b1a65fc3e89d171371 37.75MB / 116.87MB 2.1s
11:08:38 #7 sha256:b197add778fdc9b2aeef4c35d5901a378ba1af93c7e4b6b1a65fc3e89d171371 47.19MB / 116.87MB 2.5s
11:08:38 #7 sha256:b197add778fdc9b2aeef4c35d5901a378ba1af93c7e4b6b1a65fc3e89d171371 54.53MB / 116.87MB 2.8s
11:08:38 #7 sha256:b197add778fdc9b2aeef4c35d5901a378ba1af93c7e4b6b1a65fc3e89d171371 62.91MB / 116.87MB 3.2s
11:08:39 #7 sha256:b197add778fdc9b2aeef4c35d5901a378ba1af93c7e4b6b1a65fc3e89d171371 70.25MB / 116.87MB 3.6s
11:08:39 #7 sha256:b197add778fdc9b2aeef4c35d5901a378ba1af93c7e4b6b1a65fc3e89d171371 77.59MB / 116.87MB 3.9s
11:08:39 #7 sha256:b197add778fdc9b2aeef4c35d5901a378ba1af93c7e4b6b1a65fc3e89d171371 88.08MB / 116.87MB 4.3s
11:08:40 #7 sha256:b197add778fdc9b2aeef4c35d5901a378ba1af93c7e4b6b1a65fc3e89d171371 97.52MB / 116.87MB 4.7s
11:08:40 #7 sha256:b197add778fdc9b2aeef4c35d5901a378ba1af93c7e4b6b1a65fc3e89d171371 104.86MB / 116.87MB 5.0s
11:08:40 #7 sha256:b197add778fdc9b2aeef4c35d5901a378ba1af93c7e4b6b1a65fc3e89d171371 114.29MB / 116.87MB 5.4s
11:08:41 #7 sha256:b197add778fdc9b2aeef4c35d5901a378ba1af93c7e4b6b1a65fc3e89d171371 116.87MB / 116.87MB 5.8s done
11:08:41 #7 extracting sha256:b197add778fdc9b2aeef4c35d5901a378ba1af93c7e4b6b1a65fc3e89d171371
11:08:43 #7 ...
11:08:43 
11:08:43 #9 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bullseye@sha256:9a8ec55979f922099bd7e1bb22c0e93925295e413a23b69d574bf340f2486b91
11:08:43 #9 resolve docker.io/balenalib/rpi-raspbian:bullseye@sha256:9a8ec55979f922099bd7e1bb22c0e93925295e413a23b69d574bf340f2486b91 0.0s done
11:08:43 #9 sha256:910ebb32e34ad5c196cb0edd69912b1b209831af24c7d41409e6f47f22f8bffc 5.00kB / 5.00kB done
11:08:43 #9 sha256:7d7ecaba86e0a81cdaab07764d4f1a33559cca2282c1ce53f7cce311081df7c9 304B / 304B 0.1s done
11:08:43 #9 sha256:9a8ec55979f922099bd7e1bb22c0e93925295e413a23b69d574bf340f2486b91 1.99kB / 1.99kB done
11:08:43 #9 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 41.79MB / 41.79MB 2.1s done
11:08:43 #9 sha256:cd8d70a00e71863bfa6605014d4ab5d5f1c274ad787d72241305b763cb1e57ee 257B / 257B 0.1s done
11:08:43 #9 sha256:2bb109a565e6de9a7dac0d6b91e7be2ef45b3ad4d309679b36298c8e28caf2b2 909B / 909B 0.2s done
11:08:43 #9 sha256:83502790502ddd5b7dba8aca592d2332dc0ac7efa8fe37bd500e858f55eeaf93 176B / 176B 0.3s done
11:08:43 #9 sha256:1749915a5ae74e3c7283ce8db114d590c04d0903724087521ba28f748a44788c 17.96MB / 17.96MB 1.5s done
11:08:43 #9 sha256:f20327d786aae47c65ca9678b906c87dbd0974fa187ab64a9aeb789ca03eaab9 413B / 413B 0.3s done
11:08:43 #9 sha256:00041252b20f2827672dadea389c22e9e63c76be4ab42f59bd56e27fef33759c 123.08kB / 123.08kB 0.4s done
11:08:43 #9 extracting sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 3.3s done
11:08:43 #9 extracting sha256:7d7ecaba86e0a81cdaab07764d4f1a33559cca2282c1ce53f7cce311081df7c9 done
11:08:43 #9 extracting sha256:cd8d70a00e71863bfa6605014d4ab5d5f1c274ad787d72241305b763cb1e57ee done
11:08:43 #9 extracting sha256:2bb109a565e6de9a7dac0d6b91e7be2ef45b3ad4d309679b36298c8e28caf2b2 done
11:08:43 #9 extracting sha256:83502790502ddd5b7dba8aca592d2332dc0ac7efa8fe37bd500e858f55eeaf93 done
11:08:43 #9 extracting sha256:f20327d786aae47c65ca9678b906c87dbd0974fa187ab64a9aeb789ca03eaab9 done
11:08:43 #9 extracting sha256:1749915a5ae74e3c7283ce8db114d590c04d0903724087521ba28f748a44788c 1.1s done
11:08:43 #9 extracting sha256:00041252b20f2827672dadea389c22e9e63c76be4ab42f59bd56e27fef33759c done
11:08:43 #9 DONE 8.0s
11:08:43 
11:08:43 #7 [golang 1/1] FROM docker.io/library/golang:1.19.9-buster@sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf
11:08:43 #7 ...
11:08:43 
11:08:43 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:08:44 #10 1.091 Get:1 http://archive.raspbian.org/raspbian bullseye InRelease [15.0 kB]
11:08:44 #10 1.300 Get:2 http://archive.raspberrypi.org/debian bullseye InRelease [23.6 kB]
11:08:44 #10 1.397 Get:3 http://archive.raspbian.org/raspbian bullseye/contrib armhf Packages [70.3 kB]
11:08:45 #10 1.598 Get:4 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [316 kB]
11:08:45 #10 1.623 Get:5 http://archive.raspbian.org/raspbian bullseye/firmware armhf Packages [1201 B]
11:08:45 #10 1.626 Get:6 http://archive.raspbian.org/raspbian bullseye/rpi armhf Packages [1299 B]
11:08:45 #10 1.626 Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf Packages [18.3 MB]
11:08:47 #10 3.154 Get:8 http://archive.raspbian.org/raspbian bullseye/non-free armhf Packages [130 kB]
11:08:47 #10 3.933 Fetched 18.8 MB in 3s (5667 kB/s)
11:08:48 #10 3.933 Reading package lists...
11:08:48 #10 5.368 W: Skipping acquire of configured file 'ui/binary-armhf/Packages' as repository 'http://archive.raspberrypi.org/debian bullseye InRelease' doesn't have the component 'ui' (component misspelt in sources.list?)
11:08:49 #10 5.387 Reading package lists...
11:08:49 #10 ...
11:08:49 
11:08:49 #7 [golang 1/1] FROM docker.io/library/golang:1.19.9-buster@sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf
11:08:49 #7 extracting sha256:b197add778fdc9b2aeef4c35d5901a378ba1af93c7e4b6b1a65fc3e89d171371 8.2s
11:08:50 #7 ...
11:08:50 
11:08:50 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:08:50 #10 5.387 Reading package lists...
11:08:50 #10 6.808 Building dependency tree...
11:08:50 #10 6.988 Reading state information...
11:08:50 #10 7.284 The following additional packages will be installed:
11:08:50 #10 7.284   autoconf automake autopoint autotools-dev binutils
11:08:50 #10 7.284   binutils-arm-linux-gnueabihf binutils-common bsdextrautils bzip2 cpp cpp-10
11:08:50 #10 7.284   debhelper dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz fakeroot file
11:08:50 #10 7.284   gcc gcc-10 gettext gettext-base git-man groff-base intltool-debian
11:08:50 #10 7.284   libarchive-zip-perl libasan6 libatomic1 libb-hooks-op-check-perl libbinutils
11:08:50 #10 7.284   libc-dev-bin libc6 libc6-dev libcc1-0 libclass-method-modifiers-perl
11:08:50 #10 7.284   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
11:08:50 #10 7.284   libdebhelper-perl libdevel-callchecker-perl libdpkg-perl
11:08:50 #10 7.284   libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl
11:08:50 #10 7.284   libexpat1 libfakeroot libfile-dirlist-perl libfile-homedir-perl
11:08:50 #10 7.284   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:08:50 #10 7.284   libfile-which-perl libgcc-10-dev libgdbm-compat4 libgdbm6 libgomp1
11:08:50 #10 7.284   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:08:50 #10 7.284   libhttp-cookies-perl libhttp-date-perl libhttp-message-perl
11:08:50 #10 7.284   libhttp-negotiate-perl libicu67 libimport-into-perl libio-html-perl
11:08:50 #10 7.284   libio-pty-perl libio-socket-ssl-perl libipc-run-perl libisl23
11:08:50 #10 7.284   liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc libmagic1
11:08:50 #10 7.284   libmodule-runtime-perl libmoo-perl libmpc3 libmpdec3 libmpfr6
11:08:50 #10 7.284   libnet-http-perl libnet-ssleay-perl libnsl-dev libparams-classify-perl
11:08:50 #10 7.284   libperl5.32 libpipeline1 libpython3-stdlib libpython3.9-minimal
11:08:50 #10 7.284   libpython3.9-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
11:08:50 #10 7.284   libsub-override-perl libsub-quote-perl libtimedate-perl libtinfo5
11:08:50 #10 7.284   libtirpc-dev libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
11:08:50 #10 7.284   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
11:08:50 #10 7.284   media-types patch patchutils perl perl-modules-5.32 perl-openssl-defaults
11:08:50 #10 7.284   po-debconf python3 python3-minimal python3.9 python3.9-minimal
11:08:50 #10 7.284   sensible-utils wdiff xz-utils
11:08:50 #10 7.284 Suggested packages:
11:08:50 #10 7.284   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
11:08:50 #10 7.284   gcc-10-locales dh-make adequate at autopkgtest bls-standalone bsd-mailx
11:08:50 #10 7.284   | mailx build-essential check-all-the-things cvs-buildpackage devscripts-el
11:08:50 #10 7.284   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
11:08:50 #10 7.284   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
11:08:50 #10 7.284   libnet-smtps-perl libterm-size-perl libyaml-syck-perl mmdebstrap
11:08:50 #10 7.284   mozilla-devscripts mutt piuparts postgresql-client pristine-lfs quilt ratt
11:08:50 #10 7.284   reprotest ssh-client svn-buildpackage w3m debian-keyring gcc-multilib
11:08:50 #10 7.284   manpages-dev flex bison gdb gcc-doc gcc-10-doc gettext-doc libasprintf-dev
11:08:50 #10 7.284   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
11:08:50 #10 7.284   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn groff glibc-doc
11:08:50 #10 7.284   libc-l10n locales bzr gdbm-l10n libdata-dump-perl libcrypt-ssleay-perl
11:08:50 #10 7.284   libscalar-number-perl libbareword-filehandles-perl libindirect-perl
11:08:50 #10 7.284   libmultidimensional-perl libtool-doc gfortran | fortran95-compiler gcj-jdk
11:08:50 #10 7.284   libauthen-ntlm-perl m4-doc make-doc apparmor less www-browser ed
11:08:50 #10 7.284   diffutils-doc perl-doc libterm-readline-gnu-perl
11:08:50 #10 7.284   | libterm-readline-perl-perl libtap-harness-archive-perl libmail-box-perl
11:08:50 #10 7.284   python3-doc python3-tk python3-venv python3.9-venv python3.9-doc
11:08:50 #10 7.284   binfmt-support wdiff-doc
11:08:50 #10 7.284 Recommended packages:
11:08:50 #10 7.284   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
11:08:50 #10 7.284   libgitlab-api-v4-perl liblist-compare-perl libstring-shellquote-perl
11:08:50 #10 7.284   licensecheck lintian pristine-tar python3-apt python3-debian python3-magic
11:08:50 #10 7.284   python3-requests python3-unidiff python3-xdg strace unzip debian-keyring
11:08:50 #10 7.284   libsoap-lite-perl build-essential libalgorithm-merge-perl less ssh-client
11:08:50 #10 7.284   manpages manpages-dev libc-devtools libnss-nis libnss-nisplus
11:08:50 #10 7.284   libfile-fcntllock-perl libarchive-cpio-perl libhtml-format-perl
11:08:50 #10 7.284   libclone-perl libclass-xsaccessor-perl libnamespace-clean-perl
11:08:50 #10 7.284   libsub-name-perl libltdl-dev libdata-dump-perl libhtml-form-perl
11:08:50 #10 7.284   libhttp-daemon-perl libmailtools-perl libmail-sendmail-perl
11:08:51 #10 ...
11:08:51 
11:08:51 #7 [golang 1/1] FROM docker.io/library/golang:1.19.9-buster@sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf
11:08:51 #7 extracting sha256:b197add778fdc9b2aeef4c35d5901a378ba1af93c7e4b6b1a65fc3e89d171371 9.3s done
11:08:51 #7 extracting sha256:dca61a05c594b66729d60c3bd86ecb20e1f2e494e9718898b4b6ab71f0c60b83 done
11:08:51 #7 DONE 15.9s
11:08:51 
11:08:51 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:08:52 #10 9.019 The following NEW packages will be installed:
11:08:52 #10 9.019   autoconf automake autopoint autotools-dev binutils
11:08:52 #10 9.019   binutils-arm-linux-gnueabihf binutils-common bsdextrautils bzip2 cpp cpp-10
11:08:52 #10 9.019   debhelper devscripts dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz
11:08:52 #10 9.019   equivs fakeroot file gcc gcc-10 gettext gettext-base git git-man groff-base
11:08:52 #10 9.019   intltool-debian libarchive-zip-perl libasan6 libatomic1
11:08:52 #10 9.019   libb-hooks-op-check-perl libbinutils libc-dev-bin libc6-dev libcc1-0
11:08:52 #10 9.019   libclass-method-modifiers-perl libcrypt-dev libctf-nobfd0 libctf0
11:08:52 #10 9.019   libcurl3-gnutls libdebhelper-perl libdevel-callchecker-perl libdpkg-perl
11:08:52 #10 9.019   libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl
11:08:52 #10 9.019   libexpat1 libfakeroot libfile-dirlist-perl libfile-homedir-perl
11:08:52 #10 9.019   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:08:52 #10 9.020   libfile-which-perl libgcc-10-dev libgdbm-compat4 libgdbm6 libgomp1
11:08:52 #10 9.020   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:08:52 #10 9.020   libhttp-cookies-perl libhttp-date-perl libhttp-message-perl
11:08:52 #10 9.020   libhttp-negotiate-perl libicu67 libimport-into-perl libio-html-perl
11:08:52 #10 9.020   libio-pty-perl libio-socket-ssl-perl libipc-run-perl libisl23
11:08:52 #10 9.020   liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc libmagic1
11:08:52 #10 9.020   libmodule-runtime-perl libmoo-perl libmpc3 libmpdec3 libmpfr6
11:08:52 #10 9.020   libnet-http-perl libnet-ssleay-perl libnsl-dev libparams-classify-perl
11:08:52 #10 9.020   libperl5.32 libpipeline1 libpython3-stdlib libpython3.9-minimal
11:08:52 #10 9.020   libpython3.9-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
11:08:52 #10 9.020   libsub-override-perl libsub-quote-perl libtimedate-perl libtinfo5
11:08:52 #10 9.020   libtirpc-dev libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
11:08:52 #10 9.021   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
11:08:52 #10 9.021   media-types patch patchutils perl perl-modules-5.32 perl-openssl-defaults
11:08:52 #10 9.021   po-debconf python3 python3-minimal python3.9 python3.9-minimal
11:08:52 #10 9.021   sensible-utils wdiff xz-utils
11:08:52 #10 9.028 The following packages will be upgraded:
11:08:52 #10 9.028   curl libc6 libcurl4
11:08:53 #10 9.523 3 upgraded, 126 newly installed, 0 to remove and 19 not upgraded.
11:08:53 #10 9.523 Need to get 80.3 MB of archives.
11:08:53 #10 9.523 After this operation, 301 MB of additional disk space will be used.
11:08:53 #10 9.523 Get:1 http://archive.raspbian.org/raspbian bullseye/main armhf bsdextrautils armhf 2.36.1-8+deb11u1 [138 kB]
11:08:53 #10 9.634 Get:2 http://archive.raspberrypi.org/debian bullseye/main armhf libc6 armhf 2.31-13+rpt2+rpi1+deb11u5 [2297 kB]
11:08:53 #10 9.947 Get:3 http://archive.raspbian.org/raspbian bullseye/main armhf libuchardet0 armhf 0.0.7-1 [65.0 kB]
11:08:53 #10 9.949 Get:4 http://archive.raspbian.org/raspbian bullseye/main armhf groff-base armhf 1.22.4-6 [793 kB]
11:08:53 #10 10.16 Get:5 http://archive.raspbian.org/raspbian bullseye/main armhf libgdbm6 armhf 1.19-2 [61.7 kB]
11:08:53 #10 10.16 Get:6 http://archive.raspbian.org/raspbian bullseye/main armhf libpipeline1 armhf 1.5.3-1 [29.9 kB]
11:08:53 #10 10.27 Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf man-db armhf 2.9.4-2 [1307 kB]
11:08:54 #10 10.37 Get:8 http://archive.raspbian.org/raspbian bullseye/main armhf perl-modules-5.32 all 5.32.1-4+deb11u2 [2823 kB]
11:08:54 #10 10.46 Get:9 http://archive.raspberrypi.org/debian bullseye/main armhf libc-dev-bin armhf 2.31-13+rpt2+rpi1+deb11u5 [267 kB]
11:08:54 #10 10.47 Get:10 http://archive.raspberrypi.org/debian bullseye/main armhf linux-libc-dev armhf 1:1.20230405-1 [1119 kB]
11:08:54 #10 10.51 Get:11 http://archive.raspberrypi.org/debian bullseye/main armhf libc6-dev armhf 2.31-13+rpt2+rpi1+deb11u5 [1815 kB]
11:08:54 #10 10.51 Get:12 http://archive.raspbian.org/raspbian bullseye/main armhf libgdbm-compat4 armhf 1.19-2 [44.5 kB]
11:08:54 #10 10.53 Get:13 http://archive.raspbian.org/raspbian bullseye/main armhf libperl5.32 armhf 5.32.1-4+deb11u2 [3373 kB]
11:08:54 #10 10.80 Get:14 http://archive.raspbian.org/raspbian bullseye/main armhf perl armhf 5.32.1-4+deb11u2 [293 kB]
11:08:54 #10 10.81 Get:15 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3.9-minimal armhf 3.9.2-1+rpi1 [791 kB]
11:08:54 #10 10.83 Get:16 http://archive.raspbian.org/raspbian bullseye/main armhf libexpat1 armhf 2.2.10-2+deb11u5 [75.0 kB]
11:08:54 #10 10.83 Get:17 http://archive.raspbian.org/raspbian bullseye/main armhf python3.9-minimal armhf 3.9.2-1+rpi1 [1625 kB]
11:08:54 #10 10.94 Get:18 http://archive.raspbian.org/raspbian bullseye/main armhf python3-minimal armhf 3.9.2-3 [38.2 kB]
11:08:54 #10 10.96 Get:19 http://archive.raspbian.org/raspbian bullseye/main armhf media-types all 4.0.0 [30.3 kB]
11:08:54 #10 11.01 Get:20 http://archive.raspbian.org/raspbian bullseye/main armhf libmpdec3 armhf 2.5.1-1+rpi1 [73.4 kB]
11:08:54 #10 11.01 Get:21 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3.9-stdlib armhf 3.9.2-1+rpi1 [1616 kB]
11:08:54 #10 11.12 Get:22 http://archive.raspbian.org/raspbian bullseye/main armhf python3.9 armhf 3.9.2-1+rpi1 [466 kB]
11:08:54 #10 11.13 Get:23 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3-stdlib armhf 3.9.2-3 [21.4 kB]
11:08:54 #10 11.13 Get:24 http://archive.raspbian.org/raspbian bullseye/main armhf python3 armhf 3.9.2-3 [37.9 kB]
11:08:54 #10 11.13 Get:25 http://archive.raspbian.org/raspbian bullseye/main armhf sensible-utils all 0.0.14 [14.8 kB]
11:08:54 #10 11.13 Get:26 http://archive.raspbian.org/raspbian bullseye/main armhf bzip2 armhf 1.0.8-4 [47.0 kB]
11:08:54 #10 11.13 Get:27 http://archive.raspbian.org/raspbian bullseye/main armhf libmagic-mgc armhf 1:5.39-3 [273 kB]
11:08:54 #10 11.13 Get:28 http://archive.raspbian.org/raspbian bullseye/main armhf libmagic1 armhf 1:5.39-3 [117 kB]
11:08:54 #10 11.14 Get:29 http://archive.raspbian.org/raspbian bullseye/main armhf file armhf 1:5.39-3 [68.0 kB]
11:08:54 #10 11.15 Get:30 http://archive.raspbian.org/raspbian bullseye/main armhf gettext-base armhf 0.21-4 [171 kB]
11:08:54 #10 11.23 Get:31 http://archive.raspbian.org/raspbian bullseye/main armhf xz-utils armhf 5.2.5-2.1~deb11u1 [216 kB]
11:08:54 #10 11.34 Get:32 http://archive.raspbian.org/raspbian bullseye/main armhf libsigsegv2 armhf 2.13-1 [34.3 kB]
11:08:54 #10 11.34 Get:33 http://archive.raspbian.org/raspbian bullseye/main armhf m4 armhf 1.4.18-5 [186 kB]
11:08:54 #10 11.34 Get:34 http://archive.raspbian.org/raspbian bullseye/main armhf autoconf all 2.69-14 [313 kB]
11:08:54 #10 11.36 Get:35 http://archive.raspbian.org/raspbian bullseye/main armhf autotools-dev all 20180224.1+nmu1 [77.1 kB]
11:08:54 #10 11.36 Get:36 http://archive.raspbian.org/raspbian bullseye/main armhf automake all 1:1.16.3-2 [814 kB]
11:08:54 #10 11.36 Get:37 http://archive.raspbian.org/raspbian bullseye/main armhf autopoint all 0.21-4 [510 kB]
11:08:54 #10 11.44 Get:38 http://archive.raspbian.org/raspbian bullseye/main armhf binutils-common armhf 2.35.2-2+rpi1 [2220 kB]
11:08:55 #10 11.57 Get:39 http://archive.raspbian.org/raspbian bullseye/main armhf libbinutils armhf 2.35.2-2+rpi1 [393 kB]
11:08:55 #10 11.58 Get:40 http://archive.raspbian.org/raspbian bullseye/main armhf libctf-nobfd0 armhf 2.35.2-2+rpi1 [100 kB]
11:08:55 #10 11.58 Get:41 http://archive.raspbian.org/raspbian bullseye/main armhf libctf0 armhf 2.35.2-2+rpi1 [41.9 kB]
11:08:55 #10 11.62 Get:42 http://archive.raspbian.org/raspbian bullseye/main armhf binutils-arm-linux-gnueabihf armhf 2.35.2-2+rpi1 [2105 kB]
11:08:55 #10 11.78 Get:43 http://archive.raspbian.org/raspbian bullseye/main armhf binutils armhf 2.35.2-2+rpi1 [61.7 kB]
11:08:55 #10 11.79 Get:44 http://archive.raspbian.org/raspbian bullseye/main armhf libisl23 armhf 0.23-1 [497 kB]
11:08:55 #10 11.79 Get:45 http://archive.raspbian.org/raspbian bullseye/main armhf libmpfr6 armhf 4.1.0-3 [803 kB]
11:08:55 #10 11.87 Get:46 http://archive.raspbian.org/raspbian bullseye/main armhf libmpc3 armhf 1.2.0-1 [35.2 kB]
11:08:55 #10 11.87 Get:47 http://archive.raspbian.org/raspbian bullseye/main armhf cpp-10 armhf 10.2.1-6+rpi1 [6688 kB]
11:08:55 #10 12.41 Get:48 http://archive.raspbian.org/raspbian bullseye/main armhf cpp armhf 4:10.2.1-1+rpi1 [19.9 kB]
11:08:55 #10 12.41 Get:49 http://archive.raspbian.org/raspbian bullseye/main armhf curl armhf 7.74.0-1.3+deb11u7 [258 kB]
11:08:55 #10 12.42 Get:50 http://archive.raspbian.org/raspbian bullseye/main armhf libcurl4 armhf 7.74.0-1.3+deb11u7 [310 kB]
11:08:55 #10 12.42 Get:51 http://archive.raspbian.org/raspbian bullseye/main armhf libdebhelper-perl all 13.3.4 [189 kB]
11:08:56 #10 12.43 Get:52 http://archive.raspbian.org/raspbian bullseye/main armhf libcc1-0 armhf 10.2.1-6+rpi1 [38.3 kB]
11:08:56 #10 12.43 Get:53 http://archive.raspbian.org/raspbian bullseye/main armhf libgomp1 armhf 10.2.1-6+rpi1 [84.1 kB]
11:08:56 #10 12.43 Get:54 http://archive.raspbian.org/raspbian bullseye/main armhf libatomic1 armhf 10.2.1-6+rpi1 [8212 B]
11:08:56 #10 12.43 Get:55 http://archive.raspbian.org/raspbian bullseye/main armhf libasan6 armhf 10.2.1-6+rpi1 [1986 kB]
11:08:56 #10 12.55 Get:56 http://archive.raspbian.org/raspbian bullseye/main armhf libubsan1 armhf 10.2.1-6+rpi1 [746 kB]
11:08:56 #10 12.58 Get:57 http://archive.raspbian.org/raspbian bullseye/main armhf libgcc-10-dev armhf 10.2.1-6+rpi1 [682 kB]
11:08:56 #10 12.64 Get:58 http://archive.raspbian.org/raspbian bullseye/main armhf gcc-10 armhf 10.2.1-6+rpi1 [13.4 MB]
11:08:57 #10 13.59 Get:59 http://archive.raspbian.org/raspbian bullseye/main armhf gcc armhf 4:10.2.1-1+rpi1 [5196 B]
11:08:57 #10 13.59 Get:60 http://archive.raspbian.org/raspbian bullseye/main armhf libcrypt-dev armhf 1:4.4.18-4 [109 kB]
11:08:57 #10 13.59 Get:61 http://archive.raspbian.org/raspbian bullseye/main armhf libtirpc-dev armhf 1.3.1-1+deb11u1 [174 kB]
11:08:57 #10 13.59 Get:62 http://archive.raspbian.org/raspbian bullseye/main armhf libnsl-dev armhf 1.3.0-2 [58.9 kB]
11:08:57 #10 13.61 Get:63 http://archive.raspbian.org/raspbian bullseye/main armhf libtool all 2.4.6-15 [513 kB]
11:08:57 #10 13.61 Get:64 http://archive.raspbian.org/raspbian bullseye/main armhf dh-autoreconf all 20 [17.1 kB]
11:08:57 #10 13.61 Get:65 http://archive.raspbian.org/raspbian bullseye/main armhf libarchive-zip-perl all 1.68-1 [104 kB]
11:08:57 #10 13.61 Get:66 http://archive.raspbian.org/raspbian bullseye/main armhf libsub-override-perl all 0.09-2 [10.2 kB]
11:08:57 #10 13.61 Get:67 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-stripnondeterminism-perl all 1.12.0-1 [26.3 kB]
11:08:57 #10 13.70 Get:68 http://archive.raspbian.org/raspbian bullseye/main armhf dh-strip-nondeterminism all 1.12.0-1 [15.4 kB]
11:08:57 #10 13.80 Get:69 http://archive.raspbian.org/raspbian bullseye/main armhf libdpkg-perl all 1.20.12+rpi1 [1551 kB]
11:08:57 #10 13.85 Get:70 http://archive.raspbian.org/raspbian bullseye/main armhf patch armhf 2.7.6-7 [116 kB]
11:08:57 #10 13.91 Get:71 http://archive.raspbian.org/raspbian bullseye/main armhf make armhf 4.3-4.1 [376 kB]
11:08:57 #10 13.92 Get:72 http://archive.raspbian.org/raspbian bullseye/main armhf dpkg-dev all 1.20.12+rpi1 [2312 kB]
11:08:57 #10 14.03 Get:73 http://archive.raspbian.org/raspbian bullseye/main armhf libelf1 armhf 0.183-1 [161 kB]
11:08:57 #10 14.03 Get:74 http://archive.raspbian.org/raspbian bullseye/main armhf dwz armhf 0.13+20210201-1 [164 kB]
11:08:57 #10 14.06 Get:75 http://archive.raspbian.org/raspbian bullseye/main armhf libicu67 armhf 67.1-7 [8291 kB]
11:08:58 #10 14.76 Get:76 http://archive.raspbian.org/raspbian bullseye/main armhf libxml2 armhf 2.9.10+dfsg-6.7+deb11u4 [581 kB]
11:08:58 #10 14.78 Get:77 http://archive.raspbian.org/raspbian bullseye/main armhf gettext armhf 0.21-4 [1215 kB]
11:08:58 #10 14.79 Get:78 http://archive.raspbian.org/raspbian bullseye/main armhf intltool-debian all 0.35.0+20060710.5 [26.8 kB]
11:08:58 #10 14.79 Get:79 http://archive.raspbian.org/raspbian bullseye/main armhf po-debconf all 1.0.21+nmu1 [248 kB]
11:08:58 #10 14.80 Get:80 http://archive.raspbian.org/raspbian bullseye/main armhf debhelper all 13.3.4 [1049 kB]
11:08:58 #10 14.87 Get:81 http://archive.raspbian.org/raspbian bullseye/main armhf libfakeroot armhf 1.25.3-1.1 [45.1 kB]
11:08:58 #10 14.87 Get:82 http://archive.raspbian.org/raspbian bullseye/main armhf fakeroot armhf 1.25.3-1.1 [86.2 kB]
11:08:58 #10 14.87 Get:83 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-dirlist-perl all 0.05-2 [7444 B]
11:08:58 #10 14.89 Get:84 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-which-perl all 1.23-1 [16.6 kB]
11:08:58 #10 14.89 Get:85 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-homedir-perl all 1.006-1 [43.8 kB]
11:08:58 #10 14.97 Get:86 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-touch-perl all 0.11-1 [9254 B]
11:08:58 #10 14.99 Get:87 http://archive.raspbian.org/raspbian bullseye/main armhf libio-pty-perl armhf 1:1.15-2 [36.1 kB]
11:08:58 #10 14.99 Get:88 http://archive.raspbian.org/raspbian bullseye/main armhf libipc-run-perl all 20200505.0-1 [102 kB]
11:08:58 #10 14.99 Get:89 http://archive.raspbian.org/raspbian bullseye/main armhf libclass-method-modifiers-perl all 2.13-1 [19.2 kB]
11:08:58 #10 15.08 Get:90 http://archive.raspbian.org/raspbian bullseye/main armhf libb-hooks-op-check-perl armhf 0.22-1+b4 [11.0 kB]
11:08:58 #10 15.08 Get:91 http://archive.raspbian.org/raspbian bullseye/main armhf libdynaloader-functions-perl all 0.003-1.1 [12.7 kB]
11:08:58 #10 15.08 Get:92 http://archive.raspbian.org/raspbian bullseye/main armhf libdevel-callchecker-perl armhf 0.008-1+b2 [15.7 kB]
11:08:58 #10 15.08 Get:93 http://archive.raspbian.org/raspbian bullseye/main armhf libparams-classify-perl armhf 0.015-1+b3 [24.6 kB]
11:08:58 #10 15.08 Get:94 http://archive.raspbian.org/raspbian bullseye/main armhf libmodule-runtime-perl all 0.016-1 [19.4 kB]
11:08:58 #10 15.18 Get:95 http://archive.raspbian.org/raspbian bullseye/main armhf libimport-into-perl all 1.002005-1 [11.6 kB]
11:08:58 #10 15.18 Get:96 http://archive.raspbian.org/raspbian bullseye/main armhf librole-tiny-perl all 2.002004-1 [21.4 kB]
11:08:58 #10 15.18 Get:97 http://archive.raspbian.org/raspbian bullseye/main armhf libstrictures-perl all 2.000006-1 [18.6 kB]
11:08:58 #10 15.18 Get:98 http://archive.raspbian.org/raspbian bullseye/main armhf libsub-quote-perl all 2.006006-1 [21.0 kB]
11:08:58 #10 15.29 Get:99 http://archive.raspbian.org/raspbian bullseye/main armhf libmoo-perl all 2.004004-1 [59.9 kB]
11:08:58 #10 15.29 Get:100 http://archive.raspbian.org/raspbian bullseye/main armhf libencode-locale-perl all 1.05-1.1 [13.2 kB]
11:08:58 #10 15.29 Get:101 http://archive.raspbian.org/raspbian bullseye/main armhf libtimedate-perl all 2.3300-2 [39.3 kB]
11:08:58 #10 15.29 Get:102 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-date-perl all 6.05-1 [10.4 kB]
11:08:59 #10 15.48 Get:103 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-listing-perl all 6.14-1 [12.4 kB]
11:08:59 #10 15.48 Get:104 http://archive.raspbian.org/raspbian bullseye/main armhf libhtml-tagset-perl all 3.20-4 [13.0 kB]
11:08:59 #10 15.58 Get:105 http://archive.raspbian.org/raspbian bullseye/main armhf liburi-perl all 5.08-1 [90.6 kB]
11:08:59 #10 15.77 Get:106 http://archive.raspbian.org/raspbian bullseye/main armhf libhtml-parser-perl armhf 3.75-1+b1 [102 kB]
11:08:59 #10 15.86 Get:107 http://archive.raspbian.org/raspbian bullseye/main armhf libhtml-tree-perl all 5.07-2 [213 kB]
11:08:59 #10 15.86 Get:108 http://archive.raspbian.org/raspbian bullseye/main armhf libio-html-perl all 1.004-2 [16.1 kB]
11:08:59 #10 15.96 Get:109 http://archive.raspbian.org/raspbian bullseye/main armhf liblwp-mediatypes-perl all 6.04-1 [19.9 kB]
11:08:59 #10 15.96 Get:110 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-message-perl all 6.28-1 [79.6 kB]
11:08:59 #10 15.96 Get:111 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-cookies-perl all 6.10-1 [19.6 kB]
11:08:59 #10 15.96 Get:112 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-negotiate-perl all 6.01-1 [12.8 kB]
11:08:59 #10 15.96 Get:113 http://archive.raspbian.org/raspbian bullseye/main armhf perl-openssl-defaults armhf 5 [7360 B]
11:08:59 #10 15.96 Get:114 http://archive.raspbian.org/raspbian bullseye/main armhf libnet-ssleay-perl armhf 1.88-3+b1 [300 kB]
11:08:59 #10 15.96 Get:115 http://archive.raspbian.org/raspbian bullseye/main armhf libio-socket-ssl-perl all 2.069-1 [215 kB]
11:08:59 #10 16.05 Get:116 http://archive.raspbian.org/raspbian bullseye/main armhf libnet-http-perl all 6.20-1 [25.1 kB]
11:08:59 #10 16.05 Get:117 http://archive.raspbian.org/raspbian bullseye/main armhf liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
11:08:59 #10 16.05 Get:118 http://archive.raspbian.org/raspbian bullseye/main armhf libtry-tiny-perl all 0.30-1 [23.3 kB]
11:08:59 #10 16.13 Get:119 http://archive.raspbian.org/raspbian bullseye/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
11:08:59 #10 16.13 Get:120 http://archive.raspbian.org/raspbian bullseye/main armhf libwww-perl all 6.52-1 [192 kB]
11:08:59 #10 16.14 Get:121 http://archive.raspbian.org/raspbian bullseye/main armhf patchutils armhf 0.4.2-1 [68.7 kB]
11:08:59 #10 16.14 Get:122 http://archive.raspbian.org/raspbian bullseye/main armhf libtinfo5 armhf 6.2+20201114-2+deb11u1 [324 kB]
11:08:59 #10 16.14 Get:123 http://archive.raspbian.org/raspbian bullseye/main armhf wdiff armhf 1.2.2-2 [120 kB]
11:08:59 #10 16.15 Get:124 http://archive.raspbian.org/raspbian bullseye/main armhf devscripts armhf 2.21.3+deb11u1 [1092 kB]
11:08:59 #10 16.23 Get:125 http://archive.raspbian.org/raspbian bullseye/main armhf equivs all 2.3.1 [22.7 kB]
11:08:59 #10 16.24 Get:126 http://archive.raspbian.org/raspbian bullseye/main armhf libcurl3-gnutls armhf 7.74.0-1.3+deb11u7 [306 kB]
11:08:59 #10 16.24 Get:127 http://archive.raspbian.org/raspbian bullseye/main armhf liberror-perl all 0.17029-1 [31.0 kB]
11:08:59 #10 16.32 Get:128 http://archive.raspbian.org/raspbian bullseye/main armhf git-man all 1:2.30.2-1+deb11u2 [1828 kB]
11:08:59 #10 16.42 Get:129 http://archive.raspbian.org/raspbian bullseye/main armhf git armhf 1:2.30.2-1+deb11u2 [4704 kB]
11:09:00 #10 16.96 debconf: delaying package configuration, since apt-utils is not installed
11:09:00 #10 16.99 Fetched 80.3 MB in 8s (10.4 MB/s)
11:09:00 #10 17.02 Selecting previously unselected package bsdextrautils.
11:09:00 #10 17.02 (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 ... 7899 files and directories currently installed.)
11:09:00 #10 17.02 Preparing to unpack .../bsdextrautils_2.36.1-8+deb11u1_armhf.deb ...
11:09:00 #10 17.02 Unpacking bsdextrautils (2.36.1-8+deb11u1) ...
11:09:00 #10 17.08 Preparing to unpack .../libc6_2.31-13+rpt2+rpi1+deb11u5_armhf.deb ...
11:09:00 #10 17.24 Unpacking libc6:armhf (2.31-13+rpt2+rpi1+deb11u5) over (2.31-13+rpi1+deb11u3) ...
11:09:02 #10 18.43 Setting up libc6:armhf (2.31-13+rpt2+rpi1+deb11u5) ...
11:09:03 #10 19.58 Selecting previously unselected package libuchardet0:armhf.
11:09:03 #10 19.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 ... 7930 files and directories currently installed.)
11:09:03 #10 19.59 Preparing to unpack .../00-libuchardet0_0.0.7-1_armhf.deb ...
11:09:03 #10 19.59 Unpacking libuchardet0:armhf (0.0.7-1) ...
11:09:03 #10 19.63 Selecting previously unselected package groff-base.
11:09:03 #10 19.63 Preparing to unpack .../01-groff-base_1.22.4-6_armhf.deb ...
11:09:03 #10 19.63 Unpacking groff-base (1.22.4-6) ...
11:09:03 #10 19.73 Selecting previously unselected package libgdbm6:armhf.
11:09:03 #10 19.73 Preparing to unpack .../02-libgdbm6_1.19-2_armhf.deb ...
11:09:03 #10 19.74 Unpacking libgdbm6:armhf (1.19-2) ...
11:09:03 #10 19.78 Selecting previously unselected package libpipeline1:armhf.
11:09:03 #10 19.78 Preparing to unpack .../03-libpipeline1_1.5.3-1_armhf.deb ...
11:09:03 #10 19.78 Unpacking libpipeline1:armhf (1.5.3-1) ...
11:09:03 #10 19.83 Selecting previously unselected package man-db.
11:09:03 #10 19.83 Preparing to unpack .../04-man-db_2.9.4-2_armhf.deb ...
11:09:03 #10 19.83 Unpacking man-db (2.9.4-2) ...
11:09:03 #10 19.94 Selecting previously unselected package perl-modules-5.32.
11:09:03 #10 19.94 Preparing to unpack .../05-perl-modules-5.32_5.32.1-4+deb11u2_all.deb ...
11:09:03 #10 19.94 Unpacking perl-modules-5.32 (5.32.1-4+deb11u2) ...
11:09:03 #10 20.29 Selecting previously unselected package libgdbm-compat4:armhf.
11:09:03 #10 20.29 Preparing to unpack .../06-libgdbm-compat4_1.19-2_armhf.deb ...
11:09:03 #10 20.30 Unpacking libgdbm-compat4:armhf (1.19-2) ...
11:09:03 #10 20.33 Selecting previously unselected package libperl5.32:armhf.
11:09:03 #10 20.34 Preparing to unpack .../07-libperl5.32_5.32.1-4+deb11u2_armhf.deb ...
11:09:03 #10 20.34 Unpacking libperl5.32:armhf (5.32.1-4+deb11u2) ...
11:09:04 #10 20.72 Selecting previously unselected package perl.
11:09:04 #10 20.72 Preparing to unpack .../08-perl_5.32.1-4+deb11u2_armhf.deb ...
11:09:04 #10 20.73 Unpacking perl (5.32.1-4+deb11u2) ...
11:09:04 #10 20.79 Selecting previously unselected package libpython3.9-minimal:armhf.
11:09:04 #10 20.79 Preparing to unpack .../09-libpython3.9-minimal_3.9.2-1+rpi1_armhf.deb ...
11:09:04 #10 20.79 Unpacking libpython3.9-minimal:armhf (3.9.2-1+rpi1) ...
11:09:04 #10 20.90 Selecting previously unselected package libexpat1:armhf.
11:09:04 #10 20.90 Preparing to unpack .../10-libexpat1_2.2.10-2+deb11u5_armhf.deb ...
11:09:04 #10 20.91 Unpacking libexpat1:armhf (2.2.10-2+deb11u5) ...
11:09:04 #10 20.95 Selecting previously unselected package python3.9-minimal.
11:09:04 #10 20.95 Preparing to unpack .../11-python3.9-minimal_3.9.2-1+rpi1_armhf.deb ...
11:09:04 #10 20.96 Unpacking python3.9-minimal (3.9.2-1+rpi1) ...
11:09:04 #10 21.13 Setting up libpython3.9-minimal:armhf (3.9.2-1+rpi1) ...
11:09:04 #10 21.14 Setting up libexpat1:armhf (2.2.10-2+deb11u5) ...
11:09:04 #10 21.15 Setting up python3.9-minimal (3.9.2-1+rpi1) ...
11:09:05 #10 21.86 Selecting previously unselected package python3-minimal.
11:09:05 #10 21.86 (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 ... 10737 files and directories currently installed.)
11:09:05 #10 21.87 Preparing to unpack .../0-python3-minimal_3.9.2-3_armhf.deb ...
11:09:05 #10 21.87 Unpacking python3-minimal (3.9.2-3) ...
11:09:05 #10 21.90 Selecting previously unselected package media-types.
11:09:05 #10 21.90 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
11:09:05 #10 21.91 Unpacking media-types (4.0.0) ...
11:09:05 #10 21.94 Selecting previously unselected package libmpdec3:armhf.
11:09:05 #10 21.95 Preparing to unpack .../2-libmpdec3_2.5.1-1+rpi1_armhf.deb ...
11:09:05 #10 21.95 Unpacking libmpdec3:armhf (2.5.1-1+rpi1) ...
11:09:05 #10 21.99 Selecting previously unselected package libpython3.9-stdlib:armhf.
11:09:05 #10 21.99 Preparing to unpack .../3-libpython3.9-stdlib_3.9.2-1+rpi1_armhf.deb ...
11:09:05 #10 21.99 Unpacking libpython3.9-stdlib:armhf (3.9.2-1+rpi1) ...
11:09:05 #10 22.16 Selecting previously unselected package python3.9.
11:09:05 #10 22.17 Preparing to unpack .../4-python3.9_3.9.2-1+rpi1_armhf.deb ...
11:09:05 #10 22.17 Unpacking python3.9 (3.9.2-1+rpi1) ...
11:09:05 #10 22.21 Selecting previously unselected package libpython3-stdlib:armhf.
11:09:05 #10 22.21 Preparing to unpack .../5-libpython3-stdlib_3.9.2-3_armhf.deb ...
11:09:05 #10 22.21 Unpacking libpython3-stdlib:armhf (3.9.2-3) ...
11:09:05 #10 22.25 Setting up python3-minimal (3.9.2-3) ...
11:09:06 #10 22.44 Selecting previously unselected package python3.
11:09:06 #10 22.44 (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 ... 11134 files and directories currently installed.)
11:09:06 #10 22.45 Preparing to unpack .../000-python3_3.9.2-3_armhf.deb ...
11:09:06 #10 22.46 Unpacking python3 (3.9.2-3) ...
11:09:06 #10 22.49 Selecting previously unselected package sensible-utils.
11:09:06 #10 22.49 Preparing to unpack .../001-sensible-utils_0.0.14_all.deb ...
11:09:06 #10 22.49 Unpacking sensible-utils (0.0.14) ...
11:09:06 #10 22.52 Selecting previously unselected package bzip2.
11:09:06 #10 22.52 Preparing to unpack .../002-bzip2_1.0.8-4_armhf.deb ...
11:09:06 #10 22.52 Unpacking bzip2 (1.0.8-4) ...
11:09:06 #10 22.55 Selecting previously unselected package libmagic-mgc.
11:09:06 #10 22.55 Preparing to unpack .../003-libmagic-mgc_1%3a5.39-3_armhf.deb ...
11:09:06 #10 22.56 Unpacking libmagic-mgc (1:5.39-3) ...
11:09:06 #10 22.63 Selecting previously unselected package libmagic1:armhf.
11:09:06 #10 22.63 Preparing to unpack .../004-libmagic1_1%3a5.39-3_armhf.deb ...
11:09:06 #10 22.64 Unpacking libmagic1:armhf (1:5.39-3) ...
11:09:06 #10 22.67 Selecting previously unselected package file.
11:09:06 #10 22.68 Preparing to unpack .../005-file_1%3a5.39-3_armhf.deb ...
11:09:06 #10 22.68 Unpacking file (1:5.39-3) ...
11:09:06 #10 22.71 Selecting previously unselected package gettext-base.
11:09:06 #10 22.71 Preparing to unpack .../006-gettext-base_0.21-4_armhf.deb ...
11:09:06 #10 22.72 Unpacking gettext-base (0.21-4) ...
11:09:06 #10 22.77 Selecting previously unselected package xz-utils.
11:09:06 #10 22.77 Preparing to unpack .../007-xz-utils_5.2.5-2.1~deb11u1_armhf.deb ...
11:09:06 #10 22.78 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
11:09:06 #10 22.82 Selecting previously unselected package libsigsegv2:armhf.
11:09:06 #10 22.82 Preparing to unpack .../008-libsigsegv2_2.13-1_armhf.deb ...
11:09:06 #10 22.83 Unpacking libsigsegv2:armhf (2.13-1) ...
11:09:06 #10 22.86 Selecting previously unselected package m4.
11:09:06 #10 22.86 Preparing to unpack .../009-m4_1.4.18-5_armhf.deb ...
11:09:06 #10 22.87 Unpacking m4 (1.4.18-5) ...
11:09:06 #10 22.91 Selecting previously unselected package autoconf.
11:09:06 #10 22.91 Preparing to unpack .../010-autoconf_2.69-14_all.deb ...
11:09:06 #10 22.91 Unpacking autoconf (2.69-14) ...
11:09:06 #10 22.97 Selecting previously unselected package autotools-dev.
11:09:06 #10 22.97 Preparing to unpack .../011-autotools-dev_20180224.1+nmu1_all.deb ...
11:09:06 #10 22.97 Unpacking autotools-dev (20180224.1+nmu1) ...
11:09:06 #10 23.01 Selecting previously unselected package automake.
11:09:06 #10 23.01 Preparing to unpack .../012-automake_1%3a1.16.3-2_all.deb ...
11:09:06 #10 23.02 Unpacking automake (1:1.16.3-2) ...
11:09:06 #10 23.08 Selecting previously unselected package autopoint.
11:09:06 #10 23.09 Preparing to unpack .../013-autopoint_0.21-4_all.deb ...
11:09:06 #10 23.09 Unpacking autopoint (0.21-4) ...
11:09:06 #10 23.12 Selecting previously unselected package binutils-common:armhf.
11:09:06 #10 23.13 Preparing to unpack .../014-binutils-common_2.35.2-2+rpi1_armhf.deb ...
11:09:06 #10 23.13 Unpacking binutils-common:armhf (2.35.2-2+rpi1) ...
11:09:06 #10 23.37 Selecting previously unselected package libbinutils:armhf.
11:09:06 #10 23.37 Preparing to unpack .../015-libbinutils_2.35.2-2+rpi1_armhf.deb ...
11:09:06 #10 23.38 Unpacking libbinutils:armhf (2.35.2-2+rpi1) ...
11:09:06 #10 23.44 Selecting previously unselected package libctf-nobfd0:armhf.
11:09:06 #10 23.44 Preparing to unpack .../016-libctf-nobfd0_2.35.2-2+rpi1_armhf.deb ...
11:09:06 #10 23.44 Unpacking libctf-nobfd0:armhf (2.35.2-2+rpi1) ...
11:09:06 #10 23.48 Selecting previously unselected package libctf0:armhf.
11:09:07 #10 23.48 Preparing to unpack .../017-libctf0_2.35.2-2+rpi1_armhf.deb ...
11:09:07 #10 23.49 Unpacking libctf0:armhf (2.35.2-2+rpi1) ...
11:09:07 #10 23.52 Selecting previously unselected package binutils-arm-linux-gnueabihf.
11:09:07 #10 23.52 Preparing to unpack .../018-binutils-arm-linux-gnueabihf_2.35.2-2+rpi1_armhf.deb ...
11:09:07 #10 23.52 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2+rpi1) ...
11:09:07 #10 23.75 Selecting previously unselected package binutils.
11:09:07 #10 23.75 Preparing to unpack .../019-binutils_2.35.2-2+rpi1_armhf.deb ...
11:09:07 #10 23.75 Unpacking binutils (2.35.2-2+rpi1) ...
11:09:07 #10 23.79 Selecting previously unselected package libisl23:armhf.
11:09:07 #10 23.79 Preparing to unpack .../020-libisl23_0.23-1_armhf.deb ...
11:09:07 #10 23.80 Unpacking libisl23:armhf (0.23-1) ...
11:09:07 #10 23.87 Selecting previously unselected package libmpfr6:armhf.
11:09:07 #10 23.87 Preparing to unpack .../021-libmpfr6_4.1.0-3_armhf.deb ...
11:09:07 #10 23.88 Unpacking libmpfr6:armhf (4.1.0-3) ...
11:09:07 #10 23.93 Selecting previously unselected package libmpc3:armhf.
11:09:07 #10 23.93 Preparing to unpack .../022-libmpc3_1.2.0-1_armhf.deb ...
11:09:07 #10 23.94 Unpacking libmpc3:armhf (1.2.0-1) ...
11:09:07 #10 23.97 Selecting previously unselected package cpp-10.
11:09:07 #10 23.97 Preparing to unpack .../023-cpp-10_10.2.1-6+rpi1_armhf.deb ...
11:09:07 #10 23.97 Unpacking cpp-10 (10.2.1-6+rpi1) ...
11:09:08 #10 24.56 Selecting previously unselected package cpp.
11:09:08 #10 24.56 Preparing to unpack .../024-cpp_4%3a10.2.1-1+rpi1_armhf.deb ...
11:09:08 #10 24.57 Unpacking cpp (4:10.2.1-1+rpi1) ...
11:09:08 #10 24.60 Preparing to unpack .../025-curl_7.74.0-1.3+deb11u7_armhf.deb ...
11:09:08 #10 24.62 Unpacking curl (7.74.0-1.3+deb11u7) over (7.74.0-1.3+deb11u3) ...
11:09:08 #10 24.67 Preparing to unpack .../026-libcurl4_7.74.0-1.3+deb11u7_armhf.deb ...
11:09:08 #10 24.69 Unpacking libcurl4:armhf (7.74.0-1.3+deb11u7) over (7.74.0-1.3+deb11u3) ...
11:09:08 #10 24.74 Selecting previously unselected package libdebhelper-perl.
11:09:08 #10 24.74 Preparing to unpack .../027-libdebhelper-perl_13.3.4_all.deb ...
11:09:08 #10 24.75 Unpacking libdebhelper-perl (13.3.4) ...
11:09:08 #10 24.79 Selecting previously unselected package libcc1-0:armhf.
11:09:08 #10 24.79 Preparing to unpack .../028-libcc1-0_10.2.1-6+rpi1_armhf.deb ...
11:09:08 #10 24.79 Unpacking libcc1-0:armhf (10.2.1-6+rpi1) ...
11:09:08 #10 24.83 Selecting previously unselected package libgomp1:armhf.
11:09:08 #10 24.83 Preparing to unpack .../029-libgomp1_10.2.1-6+rpi1_armhf.deb ...
11:09:08 #10 24.84 Unpacking libgomp1:armhf (10.2.1-6+rpi1) ...
11:09:08 #10 24.88 Selecting previously unselected package libatomic1:armhf.
11:09:08 #10 24.88 Preparing to unpack .../030-libatomic1_10.2.1-6+rpi1_armhf.deb ...
11:09:08 #10 24.88 Unpacking libatomic1:armhf (10.2.1-6+rpi1) ...
11:09:08 #10 24.91 Selecting previously unselected package libasan6:armhf.
11:09:08 #10 24.91 Preparing to unpack .../031-libasan6_10.2.1-6+rpi1_armhf.deb ...
11:09:08 #10 24.92 Unpacking libasan6:armhf (10.2.1-6+rpi1) ...
11:09:08 #10 25.14 Selecting previously unselected package libubsan1:armhf.
11:09:08 #10 25.14 Preparing to unpack .../032-libubsan1_10.2.1-6+rpi1_armhf.deb ...
11:09:08 #10 25.14 Unpacking libubsan1:armhf (10.2.1-6+rpi1) ...
11:09:08 #10 25.24 Selecting previously unselected package libgcc-10-dev:armhf.
11:09:08 #10 25.24 Preparing to unpack .../033-libgcc-10-dev_10.2.1-6+rpi1_armhf.deb ...
11:09:08 #10 25.24 Unpacking libgcc-10-dev:armhf (10.2.1-6+rpi1) ...
11:09:08 #10 25.34 Selecting previously unselected package gcc-10.
11:09:08 #10 25.35 Preparing to unpack .../034-gcc-10_10.2.1-6+rpi1_armhf.deb ...
11:09:08 #10 25.35 Unpacking gcc-10 (10.2.1-6+rpi1) ...
11:09:10 #10 26.48 Selecting previously unselected package gcc.
11:09:10 #10 26.48 Preparing to unpack .../035-gcc_4%3a10.2.1-1+rpi1_armhf.deb ...
11:09:10 #10 26.48 Unpacking gcc (4:10.2.1-1+rpi1) ...
11:09:10 #10 26.52 Selecting previously unselected package libc-dev-bin.
11:09:10 #10 26.52 Preparing to unpack .../036-libc-dev-bin_2.31-13+rpt2+rpi1+deb11u5_armhf.deb ...
11:09:10 #10 26.52 Unpacking libc-dev-bin (2.31-13+rpt2+rpi1+deb11u5) ...
11:09:10 #10 26.56 Selecting previously unselected package linux-libc-dev:armhf.
11:09:10 #10 26.56 Preparing to unpack .../037-linux-libc-dev_1%3a1.20230405-1_armhf.deb ...
11:09:10 #10 26.56 Unpacking linux-libc-dev:armhf (1:1.20230405-1) ...
11:09:10 #10 26.71 Selecting previously unselected package libcrypt-dev:armhf.
11:09:10 #10 26.71 Preparing to unpack .../038-libcrypt-dev_1%3a4.4.18-4_armhf.deb ...
11:09:10 #10 26.71 Unpacking libcrypt-dev:armhf (1:4.4.18-4) ...
11:09:10 #10 26.75 Selecting previously unselected package libtirpc-dev:armhf.
11:09:10 #10 26.75 Preparing to unpack .../039-libtirpc-dev_1.3.1-1+deb11u1_armhf.deb ...
11:09:10 #10 26.75 Unpacking libtirpc-dev:armhf (1.3.1-1+deb11u1) ...
11:09:10 #10 26.80 Selecting previously unselected package libnsl-dev:armhf.
11:09:10 #10 26.80 Preparing to unpack .../040-libnsl-dev_1.3.0-2_armhf.deb ...
11:09:10 #10 26.80 Unpacking libnsl-dev:armhf (1.3.0-2) ...
11:09:10 #10 26.84 Selecting previously unselected package libc6-dev:armhf.
11:09:10 #10 26.84 Preparing to unpack .../041-libc6-dev_2.31-13+rpt2+rpi1+deb11u5_armhf.deb ...
11:09:10 #10 26.84 Unpacking libc6-dev:armhf (2.31-13+rpt2+rpi1+deb11u5) ...
11:09:10 #10 27.04 Selecting previously unselected package libtool.
11:09:10 #10 27.04 Preparing to unpack .../042-libtool_2.4.6-15_all.deb ...
11:09:10 #10 27.05 Unpacking libtool (2.4.6-15) ...
11:09:10 #10 27.09 Selecting previously unselected package dh-autoreconf.
11:09:10 #10 27.10 Preparing to unpack .../043-dh-autoreconf_20_all.deb ...
11:09:10 #10 27.10 Unpacking dh-autoreconf (20) ...
11:09:10 #10 27.13 Selecting previously unselected package libarchive-zip-perl.
11:09:10 #10 27.13 Preparing to unpack .../044-libarchive-zip-perl_1.68-1_all.deb ...
11:09:10 #10 27.14 Unpacking libarchive-zip-perl (1.68-1) ...
11:09:10 #10 27.18 Selecting previously unselected package libsub-override-perl.
11:09:10 #10 27.18 Preparing to unpack .../045-libsub-override-perl_0.09-2_all.deb ...
11:09:10 #10 27.18 Unpacking libsub-override-perl (0.09-2) ...
11:09:10 #10 27.21 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:09:10 #10 27.21 Preparing to unpack .../046-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
11:09:10 #10 27.22 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
11:09:10 #10 27.25 Selecting previously unselected package dh-strip-nondeterminism.
11:09:10 #10 27.25 Preparing to unpack .../047-dh-strip-nondeterminism_1.12.0-1_all.deb ...
11:09:10 #10 27.25 Unpacking dh-strip-nondeterminism (1.12.0-1) ...
11:09:10 #10 27.28 Selecting previously unselected package libdpkg-perl.
11:09:10 #10 27.28 Preparing to unpack .../048-libdpkg-perl_1.20.12+rpi1_all.deb ...
11:09:10 #10 27.29 Unpacking libdpkg-perl (1.20.12+rpi1) ...
11:09:10 #10 27.35 Selecting previously unselected package patch.
11:09:10 #10 27.35 Preparing to unpack .../049-patch_2.7.6-7_armhf.deb ...
11:09:10 #10 27.36 Unpacking patch (2.7.6-7) ...
11:09:10 #10 27.39 Selecting previously unselected package make.
11:09:11 #10 27.40 Preparing to unpack .../050-make_4.3-4.1_armhf.deb ...
11:09:11 #10 27.40 Unpacking make (4.3-4.1) ...
11:09:11 #10 27.46 Selecting previously unselected package dpkg-dev.
11:09:11 #10 27.46 Preparing to unpack .../051-dpkg-dev_1.20.12+rpi1_all.deb ...
11:09:11 #10 27.47 Unpacking dpkg-dev (1.20.12+rpi1) ...
11:09:11 #10 27.57 Selecting previously unselected package libelf1:armhf.
11:09:11 #10 27.57 Preparing to unpack .../052-libelf1_0.183-1_armhf.deb ...
11:09:11 #10 27.58 Unpacking libelf1:armhf (0.183-1) ...
11:09:11 #10 27.62 Selecting previously unselected package dwz.
11:09:11 #10 27.62 Preparing to unpack .../053-dwz_0.13+20210201-1_armhf.deb ...
11:09:11 #10 27.62 Unpacking dwz (0.13+20210201-1) ...
11:09:11 #10 27.67 Selecting previously unselected package libicu67:armhf.
11:09:11 #10 27.67 Preparing to unpack .../054-libicu67_67.1-7_armhf.deb ...
11:09:11 #10 27.68 Unpacking libicu67:armhf (67.1-7) ...
11:09:11 #10 28.45 Selecting previously unselected package libxml2:armhf.
11:09:11 #10 28.45 Preparing to unpack .../055-libxml2_2.9.10+dfsg-6.7+deb11u4_armhf.deb ...
11:09:11 #10 28.46 Unpacking libxml2:armhf (2.9.10+dfsg-6.7+deb11u4) ...
11:09:11 #10 28.54 Selecting previously unselected package gettext.
11:09:12 #10 28.54 Preparing to unpack .../056-gettext_0.21-4_armhf.deb ...
11:09:12 #10 28.54 Unpacking gettext (0.21-4) ...
11:09:12 #10 28.66 Selecting previously unselected package intltool-debian.
11:09:12 #10 28.66 Preparing to unpack .../057-intltool-debian_0.35.0+20060710.5_all.deb ...
11:09:12 #10 28.67 Unpacking intltool-debian (0.35.0+20060710.5) ...
11:09:12 #10 28.70 Selecting previously unselected package po-debconf.
11:09:12 #10 28.70 Preparing to unpack .../058-po-debconf_1.0.21+nmu1_all.deb ...
11:09:12 #10 28.71 Unpacking po-debconf (1.0.21+nmu1) ...
11:09:12 #10 28.75 Selecting previously unselected package debhelper.
11:09:12 #10 28.76 Preparing to unpack .../059-debhelper_13.3.4_all.deb ...
11:09:12 #10 28.76 Unpacking debhelper (13.3.4) ...
11:09:12 #10 28.85 Selecting previously unselected package libfakeroot:armhf.
11:09:12 #10 28.86 Preparing to unpack .../060-libfakeroot_1.25.3-1.1_armhf.deb ...
11:09:12 #10 28.86 Unpacking libfakeroot:armhf (1.25.3-1.1) ...
11:09:12 #10 28.90 Selecting previously unselected package fakeroot.
11:09:12 #10 28.90 Preparing to unpack .../061-fakeroot_1.25.3-1.1_armhf.deb ...
11:09:12 #10 28.90 Unpacking fakeroot (1.25.3-1.1) ...
11:09:12 #10 28.94 Selecting previously unselected package libfile-dirlist-perl.
11:09:12 #10 28.94 Preparing to unpack .../062-libfile-dirlist-perl_0.05-2_all.deb ...
11:09:12 #10 28.94 Unpacking libfile-dirlist-perl (0.05-2) ...
11:09:12 #10 28.98 Selecting previously unselected package libfile-which-perl.
11:09:12 #10 28.98 Preparing to unpack .../063-libfile-which-perl_1.23-1_all.deb ...
11:09:12 #10 28.98 Unpacking libfile-which-perl (1.23-1) ...
11:09:12 #10 29.01 Selecting previously unselected package libfile-homedir-perl.
11:09:12 #10 29.01 Preparing to unpack .../064-libfile-homedir-perl_1.006-1_all.deb ...
11:09:12 #10 29.02 Unpacking libfile-homedir-perl (1.006-1) ...
11:09:12 #10 29.05 Selecting previously unselected package libfile-touch-perl.
11:09:12 #10 29.05 Preparing to unpack .../065-libfile-touch-perl_0.11-1_all.deb ...
11:09:12 #10 29.05 Unpacking libfile-touch-perl (0.11-1) ...
11:09:12 #10 29.08 Selecting previously unselected package libio-pty-perl.
11:09:12 #10 29.08 Preparing to unpack .../066-libio-pty-perl_1%3a1.15-2_armhf.deb ...
11:09:12 #10 29.09 Unpacking libio-pty-perl (1:1.15-2) ...
11:09:12 #10 29.11 Selecting previously unselected package libipc-run-perl.
11:09:12 #10 29.12 Preparing to unpack .../067-libipc-run-perl_20200505.0-1_all.deb ...
11:09:12 #10 29.12 Unpacking libipc-run-perl (20200505.0-1) ...
11:09:12 #10 29.15 Selecting previously unselected package libclass-method-modifiers-perl.
11:09:12 #10 29.16 Preparing to unpack .../068-libclass-method-modifiers-perl_2.13-1_all.deb ...
11:09:12 #10 29.16 Unpacking libclass-method-modifiers-perl (2.13-1) ...
11:09:12 #10 29.19 Selecting previously unselected package libb-hooks-op-check-perl.
11:09:12 #10 29.19 Preparing to unpack .../069-libb-hooks-op-check-perl_0.22-1+b4_armhf.deb ...
11:09:12 #10 29.19 Unpacking libb-hooks-op-check-perl (0.22-1+b4) ...
11:09:12 #10 29.22 Selecting previously unselected package libdynaloader-functions-perl.
11:09:12 #10 29.22 Preparing to unpack .../070-libdynaloader-functions-perl_0.003-1.1_all.deb ...
11:09:12 #10 29.23 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
11:09:12 #10 29.25 Selecting previously unselected package libdevel-callchecker-perl.
11:09:12 #10 29.25 Preparing to unpack .../071-libdevel-callchecker-perl_0.008-1+b2_armhf.deb ...
11:09:12 #10 29.26 Unpacking libdevel-callchecker-perl (0.008-1+b2) ...
11:09:12 #10 29.29 Selecting previously unselected package libparams-classify-perl.
11:09:12 #10 29.29 Preparing to unpack .../072-libparams-classify-perl_0.015-1+b3_armhf.deb ...
11:09:12 #10 29.29 Unpacking libparams-classify-perl (0.015-1+b3) ...
11:09:12 #10 29.32 Selecting previously unselected package libmodule-runtime-perl.
11:09:12 #10 29.33 Preparing to unpack .../073-libmodule-runtime-perl_0.016-1_all.deb ...
11:09:12 #10 29.33 Unpacking libmodule-runtime-perl (0.016-1) ...
11:09:12 #10 29.36 Selecting previously unselected package libimport-into-perl.
11:09:12 #10 29.36 Preparing to unpack .../074-libimport-into-perl_1.002005-1_all.deb ...
11:09:12 #10 29.37 Unpacking libimport-into-perl (1.002005-1) ...
11:09:12 #10 29.39 Selecting previously unselected package librole-tiny-perl.
11:09:12 #10 29.40 Preparing to unpack .../075-librole-tiny-perl_2.002004-1_all.deb ...
11:09:12 #10 29.40 Unpacking librole-tiny-perl (2.002004-1) ...
11:09:12 #10 29.43 Selecting previously unselected package libstrictures-perl.
11:09:12 #10 29.43 Preparing to unpack .../076-libstrictures-perl_2.000006-1_all.deb ...
11:09:12 #10 29.44 Unpacking libstrictures-perl (2.000006-1) ...
11:09:12 #10 29.47 Selecting previously unselected package libsub-quote-perl.
11:09:13 #10 29.47 Preparing to unpack .../077-libsub-quote-perl_2.006006-1_all.deb ...
11:09:13 #10 29.47 Unpacking libsub-quote-perl (2.006006-1) ...
11:09:13 #10 29.50 Selecting previously unselected package libmoo-perl.
11:09:13 #10 29.50 Preparing to unpack .../078-libmoo-perl_2.004004-1_all.deb ...
11:09:13 #10 29.51 Unpacking libmoo-perl (2.004004-1) ...
11:09:13 #10 29.54 Selecting previously unselected package libencode-locale-perl.
11:09:13 #10 29.54 Preparing to unpack .../079-libencode-locale-perl_1.05-1.1_all.deb ...
11:09:13 #10 29.54 Unpacking libencode-locale-perl (1.05-1.1) ...
11:09:13 #10 29.57 Selecting previously unselected package libtimedate-perl.
11:09:13 #10 29.58 Preparing to unpack .../080-libtimedate-perl_2.3300-2_all.deb ...
11:09:13 #10 29.58 Unpacking libtimedate-perl (2.3300-2) ...
11:09:13 #10 29.61 Selecting previously unselected package libhttp-date-perl.
11:09:13 #10 29.61 Preparing to unpack .../081-libhttp-date-perl_6.05-1_all.deb ...
11:09:13 #10 29.62 Unpacking libhttp-date-perl (6.05-1) ...
11:09:13 #10 29.66 Selecting previously unselected package libfile-listing-perl.
11:09:13 #10 29.66 Preparing to unpack .../082-libfile-listing-perl_6.14-1_all.deb ...
11:09:13 #10 29.66 Unpacking libfile-listing-perl (6.14-1) ...
11:09:13 #10 29.69 Selecting previously unselected package libhtml-tagset-perl.
11:09:13 #10 29.69 Preparing to unpack .../083-libhtml-tagset-perl_3.20-4_all.deb ...
11:09:13 #10 29.70 Unpacking libhtml-tagset-perl (3.20-4) ...
11:09:13 #10 29.73 Selecting previously unselected package liburi-perl.
11:09:13 #10 29.73 Preparing to unpack .../084-liburi-perl_5.08-1_all.deb ...
11:09:13 #10 29.74 Unpacking liburi-perl (5.08-1) ...
11:09:13 #10 29.78 Selecting previously unselected package libhtml-parser-perl.
11:09:13 #10 29.79 Preparing to unpack .../085-libhtml-parser-perl_3.75-1+b1_armhf.deb ...
11:09:13 #10 29.79 Unpacking libhtml-parser-perl (3.75-1+b1) ...
11:09:13 #10 29.83 Selecting previously unselected package libhtml-tree-perl.
11:09:13 #10 29.83 Preparing to unpack .../086-libhtml-tree-perl_5.07-2_all.deb ...
11:09:13 #10 29.83 Unpacking libhtml-tree-perl (5.07-2) ...
11:09:13 #10 29.88 Selecting previously unselected package libio-html-perl.
11:09:13 #10 29.88 Preparing to unpack .../087-libio-html-perl_1.004-2_all.deb ...
11:09:13 #10 29.89 Unpacking libio-html-perl (1.004-2) ...
11:09:13 #10 29.92 Selecting previously unselected package liblwp-mediatypes-perl.
11:09:13 #10 29.92 Preparing to unpack .../088-liblwp-mediatypes-perl_6.04-1_all.deb ...
11:09:13 #10 29.93 Unpacking liblwp-mediatypes-perl (6.04-1) ...
11:09:13 #10 29.96 Selecting previously unselected package libhttp-message-perl.
11:09:13 #10 29.96 Preparing to unpack .../089-libhttp-message-perl_6.28-1_all.deb ...
11:09:13 #10 29.96 Unpacking libhttp-message-perl (6.28-1) ...
11:09:13 #10 30.00 Selecting previously unselected package libhttp-cookies-perl.
11:09:13 #10 30.00 Preparing to unpack .../090-libhttp-cookies-perl_6.10-1_all.deb ...
11:09:13 #10 30.01 Unpacking libhttp-cookies-perl (6.10-1) ...
11:09:13 #10 30.05 Selecting previously unselected package libhttp-negotiate-perl.
11:09:13 #10 30.05 Preparing to unpack .../091-libhttp-negotiate-perl_6.01-1_all.deb ...
11:09:13 #10 30.05 Unpacking libhttp-negotiate-perl (6.01-1) ...
11:09:13 #10 30.08 Selecting previously unselected package perl-openssl-defaults:armhf.
11:09:13 #10 30.09 Preparing to unpack .../092-perl-openssl-defaults_5_armhf.deb ...
11:09:13 #10 30.09 Unpacking perl-openssl-defaults:armhf (5) ...
11:09:13 #10 30.13 Selecting previously unselected package libnet-ssleay-perl.
11:09:13 #10 30.13 Preparing to unpack .../093-libnet-ssleay-perl_1.88-3+b1_armhf.deb ...
11:09:13 #10 30.13 Unpacking libnet-ssleay-perl (1.88-3+b1) ...
11:09:13 #10 30.19 Selecting previously unselected package libio-socket-ssl-perl.
11:09:13 #10 30.19 Preparing to unpack .../094-libio-socket-ssl-perl_2.069-1_all.deb ...
11:09:13 #10 30.20 Unpacking libio-socket-ssl-perl (2.069-1) ...
11:09:13 #10 30.25 Selecting previously unselected package libnet-http-perl.
11:09:13 #10 30.25 Preparing to unpack .../095-libnet-http-perl_6.20-1_all.deb ...
11:09:13 #10 30.25 Unpacking libnet-http-perl (6.20-1) ...
11:09:13 #10 30.28 Selecting previously unselected package liblwp-protocol-https-perl.
11:09:13 #10 30.29 Preparing to unpack .../096-liblwp-protocol-https-perl_6.10-1_all.deb ...
11:09:13 #10 30.29 Unpacking liblwp-protocol-https-perl (6.10-1) ...
11:09:13 #10 30.32 Selecting previously unselected package libtry-tiny-perl.
11:09:14 #10 30.32 Preparing to unpack .../097-libtry-tiny-perl_0.30-1_all.deb ...
11:09:14 #10 30.33 Unpacking libtry-tiny-perl (0.30-1) ...
11:09:14 #10 30.36 Selecting previously unselected package libwww-robotrules-perl.
11:09:14 #10 30.36 Preparing to unpack .../098-libwww-robotrules-perl_6.02-1_all.deb ...
11:09:14 #10 30.36 Unpacking libwww-robotrules-perl (6.02-1) ...
11:09:14 #10 30.39 Selecting previously unselected package libwww-perl.
11:09:14 #10 30.39 Preparing to unpack .../099-libwww-perl_6.52-1_all.deb ...
11:09:14 #10 30.40 Unpacking libwww-perl (6.52-1) ...
11:09:14 #10 30.44 Selecting previously unselected package patchutils.
11:09:14 #10 30.44 Preparing to unpack .../100-patchutils_0.4.2-1_armhf.deb ...
11:09:14 #10 30.45 Unpacking patchutils (0.4.2-1) ...
11:09:14 #10 30.48 Selecting previously unselected package libtinfo5:armhf.
11:09:14 #10 30.48 Preparing to unpack .../101-libtinfo5_6.2+20201114-2+deb11u1_armhf.deb ...
11:09:14 #10 30.49 Unpacking libtinfo5:armhf (6.2+20201114-2+deb11u1) ...
11:09:14 #10 30.53 Selecting previously unselected package wdiff.
11:09:14 #10 30.53 Preparing to unpack .../102-wdiff_1.2.2-2_armhf.deb ...
11:09:14 #10 30.54 Unpacking wdiff (1.2.2-2) ...
11:09:14 #10 30.59 Selecting previously unselected package devscripts.
11:09:14 #10 30.59 Preparing to unpack .../103-devscripts_2.21.3+deb11u1_armhf.deb ...
11:09:14 #10 30.61 Unpacking devscripts (2.21.3+deb11u1) ...
11:09:14 #10 30.72 Selecting previously unselected package equivs.
11:09:14 #10 30.72 Preparing to unpack .../104-equivs_2.3.1_all.deb ...
11:09:14 #10 30.72 Unpacking equivs (2.3.1) ...
11:09:14 #10 30.76 Selecting previously unselected package libcurl3-gnutls:armhf.
11:09:14 #10 30.76 Preparing to unpack .../105-libcurl3-gnutls_7.74.0-1.3+deb11u7_armhf.deb ...
11:09:14 #10 30.76 Unpacking libcurl3-gnutls:armhf (7.74.0-1.3+deb11u7) ...
11:09:14 #10 30.81 Selecting previously unselected package liberror-perl.
11:09:14 #10 30.81 Preparing to unpack .../106-liberror-perl_0.17029-1_all.deb ...
11:09:14 #10 30.82 Unpacking liberror-perl (0.17029-1) ...
11:09:14 #10 30.85 Selecting previously unselected package git-man.
11:09:14 #10 30.85 Preparing to unpack .../107-git-man_1%3a2.30.2-1+deb11u2_all.deb ...
11:09:14 #10 30.86 Unpacking git-man (1:2.30.2-1+deb11u2) ...
11:09:14 #10 30.96 Selecting previously unselected package git.
11:09:14 #10 30.96 Preparing to unpack .../108-git_1%3a2.30.2-1+deb11u2_armhf.deb ...
11:09:14 #10 30.98 Unpacking git (1:2.30.2-1+deb11u2) ...
11:09:15 #10 31.41 Setting up media-types (4.0.0) ...
11:09:15 #10 31.43 Setting up libpipeline1:armhf (1.5.3-1) ...
11:09:15 #10 31.44 Setting up bsdextrautils (2.36.1-8+deb11u1) ...
11:09:15 #10 31.46 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
11:09:15 #10 31.46 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/write.ul.1.gz (of link group write) doesn't exist
11:09:15 #10 31.46 Setting up libicu67:armhf (67.1-7) ...
11:09:15 #10 31.47 Setting up libmagic-mgc (1:5.39-3) ...
11:09:15 #10 31.48 Setting up perl-modules-5.32 (5.32.1-4+deb11u2) ...
11:09:15 #10 31.50 Setting up binutils-common:armhf (2.35.2-2+rpi1) ...
11:09:15 #10 31.51 Setting up libmagic1:armhf (1:5.39-3) ...
11:09:15 #10 31.53 Setting up perl-openssl-defaults:armhf (5) ...
11:09:15 #10 31.55 Setting up linux-libc-dev:armhf (1:1.20230405-1) ...
11:09:15 #10 31.56 Setting up libctf-nobfd0:armhf (2.35.2-2+rpi1) ...
11:09:15 #10 31.57 Setting up gettext-base (0.21-4) ...
11:09:15 #10 31.59 Setting up libcurl3-gnutls:armhf (7.74.0-1.3+deb11u7) ...
11:09:15 #10 31.60 Setting up file (1:5.39-3) ...
11:09:15 #10 31.61 Setting up libgomp1:armhf (10.2.1-6+rpi1) ...
11:09:15 #10 31.63 Setting up bzip2 (1.0.8-4) ...
11:09:15 #10 31.64 Setting up libfakeroot:armhf (1.25.3-1.1) ...
11:09:15 #10 31.66 Setting up libasan6:armhf (10.2.1-6+rpi1) ...
11:09:15 #10 31.67 Setting up fakeroot (1.25.3-1.1) ...
11:09:15 #10 31.68 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:09:15 #10 31.68 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:09:15 #10 31.68 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:09:15 #10 31.68 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:09:15 #10 31.68 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:09:15 #10 31.68 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:09:15 #10 31.68 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:09:15 #10 31.68 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:09:15 #10 31.68 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:09:15 #10 31.69 Setting up autotools-dev (20180224.1+nmu1) ...
11:09:15 #10 31.71 Setting up libtirpc-dev:armhf (1.3.1-1+deb11u1) ...
11:09:15 #10 31.73 Setting up make (4.3-4.1) ...
11:09:15 #10 31.74 Setting up libmpfr6:armhf (4.1.0-3) ...
11:09:15 #10 31.75 Setting up libsigsegv2:armhf (2.13-1) ...
11:09:15 #10 31.77 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
11:09:15 #10 31.78 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:09:15 #10 31.78 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:09:15 #10 31.78 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:09:15 #10 31.78 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:09:15 #10 31.78 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:09:15 #10 31.78 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:09:15 #10 31.78 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:09:15 #10 31.78 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:09:15 #10 31.78 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:09:15 #10 31.78 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:09:15 #10 31.78 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:09:15 #10 31.78 Setting up libmpc3:armhf (1.2.0-1) ...
11:09:15 #10 31.80 Setting up libatomic1:armhf (10.2.1-6+rpi1) ...
11:09:15 #10 31.81 Setting up patch (2.7.6-7) ...
11:09:15 #10 31.83 Setting up autopoint (0.21-4) ...
11:09:15 #10 31.84 Setting up libubsan1:armhf (10.2.1-6+rpi1) ...
11:09:15 #10 31.85 Setting up libnsl-dev:armhf (1.3.0-2) ...
11:09:15 #10 31.86 Setting up sensible-utils (0.0.14) ...
11:09:15 #10 31.88 Setting up libcrypt-dev:armhf (1:4.4.18-4) ...
11:09:15 #10 31.89 Setting up libuchardet0:armhf (0.0.7-1) ...
11:09:15 #10 31.90 Setting up libmpdec3:armhf (2.5.1-1+rpi1) ...
11:09:15 #10 31.91 Setting up libcurl4:armhf (7.74.0-1.3+deb11u7) ...
11:09:15 #10 31.92 Setting up git-man (1:2.30.2-1+deb11u2) ...
11:09:15 #10 31.93 Setting up curl (7.74.0-1.3+deb11u7) ...
11:09:15 #10 31.95 Setting up libbinutils:armhf (2.35.2-2+rpi1) ...
11:09:15 #10 31.96 Setting up libisl23:armhf (0.23-1) ...
11:09:15 #10 31.97 Setting up libc-dev-bin (2.31-13+rpt2+rpi1+deb11u5) ...
11:09:15 #10 31.98 Setting up libtinfo5:armhf (6.2+20201114-2+deb11u1) ...
11:09:15 #10 32.00 Setting up libelf1:armhf (0.183-1) ...
11:09:15 #10 32.01 Setting up libxml2:armhf (2.9.10+dfsg-6.7+deb11u4) ...
11:09:15 #10 32.03 Setting up libcc1-0:armhf (10.2.1-6+rpi1) ...
11:09:15 #10 32.04 Setting up cpp-10 (10.2.1-6+rpi1) ...
11:09:15 #10 32.05 Setting up libpython3.9-stdlib:armhf (3.9.2-1+rpi1) ...
11:09:15 #10 32.06 Setting up libpython3-stdlib:armhf (3.9.2-3) ...
11:09:15 #10 32.08 Setting up libgdbm6:armhf (1.19-2) ...
11:09:15 #10 32.09 Setting up libctf0:armhf (2.35.2-2+rpi1) ...
11:09:15 #10 32.10 Setting up wdiff (1.2.2-2) ...
11:09:15 #10 32.11 Setting up gettext (0.21-4) ...
11:09:15 #10 32.12 Setting up libgcc-10-dev:armhf (10.2.1-6+rpi1) ...
11:09:15 #10 32.14 Setting up m4 (1.4.18-5) ...
11:09:15 #10 32.15 Setting up libgdbm-compat4:armhf (1.19-2) ...
11:09:15 #10 32.16 Setting up libperl5.32:armhf (5.32.1-4+deb11u2) ...
11:09:15 #10 32.18 Setting up dwz (0.13+20210201-1) ...
11:09:15 #10 32.19 Setting up groff-base (1.22.4-6) ...
11:09:15 #10 32.21 Setting up cpp (4:10.2.1-1+rpi1) ...
11:09:15 #10 32.23 Setting up libc6-dev:armhf (2.31-13+rpt2+rpi1+deb11u5) ...
11:09:15 #10 32.24 Setting up binutils-arm-linux-gnueabihf (2.35.2-2+rpi1) ...
11:09:15 #10 32.25 Setting up python3.9 (3.9.2-1+rpi1) ...
11:09:16 #10 32.99 Setting up python3 (3.9.2-3) ...
11:09:16 #10 33.10 Setting up binutils (2.35.2-2+rpi1) ...
11:09:16 #10 33.11 Setting up man-db (2.9.4-2) ...
11:09:16 #10 33.22 Building database of manual pages ...
11:09:19 #10 35.96 Setting up perl (5.32.1-4+deb11u2) ...
11:09:19 #10 35.98 Setting up libio-html-perl (1.004-2) ...
11:09:19 #10 36.00 Setting up libb-hooks-op-check-perl (0.22-1+b4) ...
11:09:19 #10 36.01 Setting up gcc-10 (10.2.1-6+rpi1) ...
11:09:19 #10 36.02 Setting up libdpkg-perl (1.20.12+rpi1) ...
11:09:19 #10 36.04 Setting up autoconf (2.69-14) ...
11:09:19 #10 36.06 Setting up libtimedate-perl (2.3300-2) ...
11:09:19 #10 36.07 Setting up libsub-override-perl (0.09-2) ...
11:09:19 #10 36.08 Setting up libstrictures-perl (2.000006-1) ...
11:09:19 #10 36.10 Setting up libsub-quote-perl (2.006006-1) ...
11:09:19 #10 36.11 Setting up libfile-dirlist-perl (0.05-2) ...
11:09:19 #10 36.13 Setting up liburi-perl (5.08-1) ...
11:09:19 #10 36.14 Setting up libfile-touch-perl (0.11-1) ...
11:09:19 #10 36.16 Setting up libnet-ssleay-perl (1.88-3+b1) ...
11:09:19 #10 36.17 Setting up automake (1:1.16.3-2) ...
11:09:19 #10 36.19 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
11:09:19 #10 36.19 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:09:19 #10 36.19 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:09:19 #10 36.20 Setting up libhttp-date-perl (6.05-1) ...
11:09:19 #10 36.22 Setting up libfile-which-perl (1.23-1) ...
11:09:19 #10 36.23 Setting up libfile-listing-perl (6.14-1) ...
11:09:19 #10 36.24 Setting up libdynaloader-functions-perl (0.003-1.1) ...
11:09:19 #10 36.26 Setting up libclass-method-modifiers-perl (2.13-1) ...
11:09:19 #10 36.27 Setting up libio-pty-perl (1:1.15-2) ...
11:09:19 #10 36.29 Setting up libtool (2.4.6-15) ...
11:09:19 #10 36.30 Setting up libarchive-zip-perl (1.68-1) ...
11:09:19 #10 36.31 Setting up libhtml-tagset-perl (3.20-4) ...
11:09:19 #10 36.33 Setting up libdebhelper-perl (13.3.4) ...
11:09:19 #10 36.34 Setting up liblwp-mediatypes-perl (6.04-1) ...
11:09:19 #10 36.35 Setting up libtry-tiny-perl (0.30-1) ...
11:09:19 #10 36.37 Setting up libnet-http-perl (6.20-1) ...
11:09:19 #10 36.38 Setting up libencode-locale-perl (1.05-1.1) ...
11:09:19 #10 36.39 Setting up libdevel-callchecker-perl (0.008-1+b2) ...
11:09:19 #10 36.40 Setting up gcc (4:10.2.1-1+rpi1) ...
11:09:19 #10 36.44 Setting up dpkg-dev (1.20.12+rpi1) ...
11:09:19 #10 36.46 Setting up intltool-debian (0.35.0+20060710.5) ...
11:09:19 #10 36.47 Setting up liberror-perl (0.17029-1) ...
11:09:19 #10 36.48 Setting up dh-autoreconf (20) ...
11:09:19 #10 36.49 Setting up patchutils (0.4.2-1) ...
11:09:19 #10 36.51 Setting up libipc-run-perl (20200505.0-1) ...
11:09:19 #10 36.53 Setting up git (1:2.30.2-1+deb11u2) ...
11:09:19 #10 36.56 Setting up libwww-robotrules-perl (6.02-1) ...
11:09:19 #10 36.57 Setting up libhtml-parser-perl (3.75-1+b1) ...
11:09:20 #10 36.58 Setting up librole-tiny-perl (2.002004-1) ...
11:09:20 #10 36.59 Setting up libfile-homedir-perl (1.006-1) ...
11:09:20 #10 36.61 Setting up libio-socket-ssl-perl (2.069-1) ...
11:09:20 #10 36.62 Setting up libhttp-message-perl (6.28-1) ...
11:09:20 #10 36.63 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
11:09:20 #10 36.64 Setting up libhttp-negotiate-perl (6.01-1) ...
11:09:20 #10 36.65 Setting up libhttp-cookies-perl (6.10-1) ...
11:09:20 #10 36.67 Setting up po-debconf (1.0.21+nmu1) ...
11:09:20 #10 36.68 Setting up libhtml-tree-perl (5.07-2) ...
11:09:20 #10 36.70 Setting up libparams-classify-perl (0.015-1+b3) ...
11:09:20 #10 36.71 Setting up libmodule-runtime-perl (0.016-1) ...
11:09:20 #10 36.72 Setting up dh-strip-nondeterminism (1.12.0-1) ...
11:09:20 #10 36.73 Setting up libimport-into-perl (1.002005-1) ...
11:09:20 #10 36.75 Setting up libmoo-perl (2.004004-1) ...
11:09:20 #10 36.76 Setting up debhelper (13.3.4) ...
11:09:20 #10 36.77 Setting up equivs (2.3.1) ...
11:09:20 #10 36.78 Setting up liblwp-protocol-https-perl (6.10-1) ...
11:09:20 #10 36.80 Setting up libwww-perl (6.52-1) ...
11:09:20 #10 36.81 Setting up devscripts (2.21.3+deb11u1) ...
11:09:20 #10 36.98 Processing triggers for libc-bin (2.31-13+rpi1+deb11u3) ...
11:09:21 #10 DONE 38.3s
11:09:21 
11:09:21 #11 [stage-1 3/8] COPY common /root/build-deb/debian
11:09:21 #11 DONE 0.0s
11:09:22 
11:09:22 #12 [stage-1 4/8] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
11:09:22 #12 0.880 Hit:1 http://archive.raspbian.org/raspbian bullseye InRelease
11:09:23 #12 1.039 Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
11:09:24 #12 1.118 Reading package lists...
11:09:24 #12 2.538 W: Skipping acquire of configured file 'ui/binary-armhf/Packages' as repository 'http://archive.raspberrypi.org/debian bullseye InRelease' doesn't have the component 'ui' (component misspelt in sources.list?)
11:09:24 #12 2.863 dpkg-buildpackage: info: source package docker-ce-build-deps
11:09:24 #12 2.863 dpkg-buildpackage: info: source version 1.0
11:09:24 #12 2.863 dpkg-buildpackage: info: source distribution unstable
11:09:24 #12 2.863 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
11:09:24 #12 2.902 dpkg-buildpackage: info: host architecture armhf
11:09:24 #12 2.902  dpkg-source --before-build .
11:09:25 #12 3.014  debian/rules clean
11:09:25 #12 3.016 dh clean
11:09:25 #12 3.108    dh_clean
11:09:25 #12 3.146  debian/rules binary
11:09:25 #12 3.148 dh binary
11:09:25 #12 3.224    dh_update_autotools_config
11:09:25 #12 3.256    dh_autoreconf
11:09:25 #12 3.303    create-stamp debian/debhelper-build-stamp
11:09:25 #12 3.303    dh_prep
11:09:25 #12 3.336    dh_install
11:09:25 #12 3.375    dh_installdocs
11:09:25 #12 3.419    dh_installchangelogs
11:09:25 #12 3.512    dh_perl
11:09:25 #12 3.553    dh_link
11:09:25 #12 3.592    dh_strip_nondeterminism
11:09:25 #12 3.664    dh_compress
11:09:25 #12 3.708    dh_fixperms
11:09:25 #12 3.755    dh_missing
11:09:25 #12 3.785    dh_installdeb
11:09:25 #12 3.824    dh_gencontrol
11:09:25 #12 3.954    dh_md5sums
11:09:25 #12 3.992    dh_builddeb
11:09:25 #12 4.022 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
11:09:25 #12 4.041  dpkg-genbuildinfo --build=binary
11:09:26 #12 4.193  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_armhf.changes
11:09:26 #12 4.283 dpkg-genchanges: info: binary-only upload (no source code included)
11:09:26 #12 4.287  dpkg-source --after-build .
11:09:26 #12 4.401 dpkg-buildpackage: info: binary-only upload (no source included)
11:09:26 #12 4.406 
11:09:26 #12 4.406 The package has been created.
11:09:26 #12 4.406 Attention, the package has been created in the current directory,
11:09:26 #12 4.406 not in ".." as indicated by the message above!
11:09:26 #12 4.430 Selecting previously unselected package docker-ce-build-deps.
11:09:26 #12 4.441 (Reading database ... 17542 files and directories currently installed.)
11:09:26 #12 4.443 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
11:09:26 #12 4.447 Unpacking docker-ce-build-deps (1.0) ...
11:09:28 #12 4.548 Reading package lists...
11:09:28 #12 5.970 Building dependency tree...
11:09:28 #12 6.161 Reading state information...
11:09:28 #12 6.192 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
11:09:28 #12 6.448 Starting 2 pkgProblemResolver with broken count: 0
11:09:28 #12 6.451 Done
11:09:28 #12 6.680  Done
11:09:28 #12 6.877 Starting pkgProblemResolver with broken count: 0
11:09:29 #12 6.924 Starting 2 pkgProblemResolver with broken count: 0
11:09:29 #12 6.927 Done
11:09:29 #12 7.288 The following additional packages will be installed:
11:09:29 #12 7.288   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
11:09:29 #12 7.288   g++-10 libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
11:09:29 #12 7.289   libdevmapper-event1.02.1 libdevmapper1.02.1 libglib2.0-0 libjsoncpp24
11:09:29 #12 7.289   libltdl-dev libltdl7 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
11:09:29 #12 7.289   libpcre2-posix2 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
11:09:29 #12 7.290   libstdc++-10-dev libsystemd-dev libudev-dev libuv1 pkg-config
11:09:29 #12 7.291 Suggested packages:
11:09:29 #12 7.291   cmake-doc ninja-build apparmor-easyprof gcc-10-doc lrzip libtool-doc seccomp
11:09:29 #12 7.291   libstdc++-10-doc
11:09:29 #12 7.291 Recommended packages:
11:09:29 #12 7.291   libglib2.0-data shared-mime-info xdg-user-dirs
11:09:29 #12 7.693 The following NEW packages will be installed:
11:09:29 #12 7.693   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
11:09:29 #12 7.693   g++-10 libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
11:09:29 #12 7.693   libdevmapper-event1.02.1 libdevmapper1.02.1 libglib2.0-0 libjsoncpp24
11:09:29 #12 7.694   libltdl-dev libltdl7 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
11:09:29 #12 7.694   libpcre2-posix2 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
11:09:29 #12 7.694   libstdc++-10-dev libsystemd-dev libudev-dev libuv1 pkg-config
11:09:30 #12 8.189 0 upgraded, 31 newly installed, 0 to remove and 19 not upgraded.
11:09:30 #12 8.189 1 not fully installed or removed.
11:09:30 #12 8.189 Need to get 19.6 MB of archives.
11:09:30 #12 8.189 After this operation, 84.0 MB of additional disk space will be used.
11:09:30 #12 8.189 Get:1 http://archive.raspbian.org/raspbian bullseye/main armhf libstdc++-10-dev armhf 10.2.1-6+rpi1 [1751 kB]
11:09:30 #12 8.434 Get:2 http://archive.raspberrypi.org/debian bullseye/main armhf cmake-data all 3.18.4-2+rpt1+rpi1+deb11u1 [1726 kB]
11:09:30 #12 8.937 Get:3 http://archive.raspbian.org/raspbian bullseye/main armhf g++-10 armhf 10.2.1-6+rpi1 [7341 kB]
11:09:31 #12 9.254 Get:4 http://archive.raspberrypi.org/debian bullseye/main armhf cmake armhf 3.18.4-2+rpt1+rpi1+deb11u1 [3104 kB]
11:09:31 #12 9.474 Get:5 http://archive.raspbian.org/raspbian bullseye/main armhf g++ armhf 4:10.2.1-1+rpi1 [1632 B]
11:09:31 #12 9.476 Get:6 http://archive.raspbian.org/raspbian bullseye/main armhf build-essential armhf 12.9 [7704 B]
11:09:31 #12 9.486 Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf bash-completion all 1:2.11-2 [234 kB]
11:09:31 #12 9.488 Get:8 http://archive.raspbian.org/raspbian bullseye/main armhf libarchive13 armhf 3.4.3-2+deb11u1 [297 kB]
11:09:31 #12 9.490 Get:9 http://archive.raspbian.org/raspbian bullseye/main armhf libjsoncpp24 armhf 1.9.4-4 [67.0 kB]
11:09:31 #12 9.491 Get:10 http://archive.raspbian.org/raspbian bullseye/main armhf librhash0 armhf 1.4.1-2 [141 kB]
11:09:31 #12 9.501 Get:11 http://archive.raspbian.org/raspbian bullseye/main armhf libuv1 armhf 1.40.0-2 [119 kB]
11:09:31 #12 9.503 Get:12 http://archive.raspbian.org/raspbian bullseye/main armhf dh-apparmor all 2.13.6-10 [75.2 kB]
11:09:31 #12 9.504 Get:13 http://archive.raspbian.org/raspbian bullseye/main armhf libbtrfs0 armhf 5.10.1-2 [218 kB]
11:09:31 #12 9.587 Get:14 http://archive.raspbian.org/raspbian bullseye/main armhf libbtrfs-dev armhf 5.10.1-2 [279 kB]
11:09:31 #12 9.590 Get:15 http://archive.raspbian.org/raspbian bullseye/main armhf dmsetup armhf 2:1.02.175-2.1 [91.4 kB]
11:09:31 #12 9.693 Get:16 http://archive.raspbian.org/raspbian bullseye/main armhf libdevmapper1.02.1 armhf 2:1.02.175-2.1 [134 kB]
11:09:31 #12 9.695 Get:17 http://archive.raspbian.org/raspbian bullseye/main armhf libdevmapper-event1.02.1 armhf 2:1.02.175-2.1 [22.3 kB]
11:09:31 #12 9.697 Get:18 http://archive.raspbian.org/raspbian bullseye/main armhf libudev-dev armhf 247.3-7+rpi1+deb11u1 [124 kB]
11:09:31 #12 9.699 Get:19 http://archive.raspbian.org/raspbian bullseye/main armhf libsepol1-dev armhf 3.1-1 [308 kB]
11:09:31 #12 9.702 Get:20 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-16-0 armhf 10.36-2+deb11u1 [198 kB]
11:09:31 #12 9.705 Get:21 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-32-0 armhf 10.36-2+deb11u1 [188 kB]
11:09:31 #12 9.707 Get:22 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-posix2 armhf 10.36-2+deb11u1 [48.7 kB]
11:09:31 #12 9.707 Get:23 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-dev armhf 10.36-2+deb11u1 [627 kB]
11:09:31 #12 9.800 Get:24 http://archive.raspbian.org/raspbian bullseye/main armhf libselinux1-dev armhf 3.1-3 [156 kB]
11:09:31 #12 9.904 Get:25 http://archive.raspbian.org/raspbian bullseye/main armhf libdevmapper-dev armhf 2:1.02.175-2.1 [52.0 kB]
11:09:31 #12 9.905 Get:26 http://archive.raspbian.org/raspbian bullseye/main armhf libltdl7 armhf 2.4.6-15 [388 kB]
11:09:31 #12 9.909 Get:27 http://archive.raspbian.org/raspbian bullseye/main armhf libltdl-dev armhf 2.4.6-15 [159 kB]
11:09:31 #12 9.911 Get:28 http://archive.raspbian.org/raspbian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+rpi1+deb11u1 [88.2 kB]
11:09:31 #12 9.912 Get:29 http://archive.raspbian.org/raspbian bullseye/main armhf libsystemd-dev armhf 247.3-7+rpi1+deb11u1 [401 kB]
11:09:31 #12 9.916 Get:30 http://archive.raspbian.org/raspbian bullseye/main armhf libglib2.0-0 armhf 2.66.8-1 [1183 kB]
11:09:31 #12 10.02 Get:31 http://archive.raspbian.org/raspbian bullseye/main armhf pkg-config armhf 0.29.2-1 [61.5 kB]
11:09:32 #12 10.32 debconf: delaying package configuration, since apt-utils is not installed
11:09:32 #12 10.37 Fetched 19.6 MB in 2s (8106 kB/s)
11:09:32 #12 10.39 Selecting previously unselected package libstdc++-10-dev:armhf.
11:09:32 #12 10.39 (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 ... 17546 files and directories currently installed.)
11:09:32 #12 10.40 Preparing to unpack .../00-libstdc++-10-dev_10.2.1-6+rpi1_armhf.deb ...
11:09:32 #12 10.41 Unpacking libstdc++-10-dev:armhf (10.2.1-6+rpi1) ...
11:09:32 #12 10.64 Selecting previously unselected package g++-10.
11:09:32 #12 10.64 Preparing to unpack .../01-g++-10_10.2.1-6+rpi1_armhf.deb ...
11:09:32 #12 10.64 Unpacking g++-10 (10.2.1-6+rpi1) ...
11:09:33 #12 11.28 Selecting previously unselected package g++.
11:09:33 #12 11.28 Preparing to unpack .../02-g++_4%3a10.2.1-1+rpi1_armhf.deb ...
11:09:33 #12 11.29 Unpacking g++ (4:10.2.1-1+rpi1) ...
11:09:33 #12 11.32 Selecting previously unselected package build-essential.
11:09:33 #12 11.32 Preparing to unpack .../03-build-essential_12.9_armhf.deb ...
11:09:33 #12 11.32 Unpacking build-essential (12.9) ...
11:09:33 #12 11.36 Selecting previously unselected package bash-completion.
11:09:33 #12 11.36 Preparing to unpack .../04-bash-completion_1%3a2.11-2_all.deb ...
11:09:33 #12 11.91 Unpacking bash-completion (1:2.11-2) ...
11:09:33 #12 12.04 Selecting previously unselected package cmake-data.
11:09:34 #12 12.04 Preparing to unpack .../05-cmake-data_3.18.4-2+rpt1+rpi1+deb11u1_all.deb ...
11:09:34 #12 12.05 Unpacking cmake-data (3.18.4-2+rpt1+rpi1+deb11u1) ...
11:09:34 #12 12.39 Selecting previously unselected package libarchive13:armhf.
11:09:34 #12 12.39 Preparing to unpack .../06-libarchive13_3.4.3-2+deb11u1_armhf.deb ...
11:09:34 #12 12.40 Unpacking libarchive13:armhf (3.4.3-2+deb11u1) ...
11:09:34 #12 12.46 Selecting previously unselected package libjsoncpp24:armhf.
11:09:34 #12 12.46 Preparing to unpack .../07-libjsoncpp24_1.9.4-4_armhf.deb ...
11:09:34 #12 12.47 Unpacking libjsoncpp24:armhf (1.9.4-4) ...
11:09:34 #12 12.51 Selecting previously unselected package librhash0:armhf.
11:09:34 #12 12.51 Preparing to unpack .../08-librhash0_1.4.1-2_armhf.deb ...
11:09:34 #12 12.51 Unpacking librhash0:armhf (1.4.1-2) ...
11:09:34 #12 12.55 Selecting previously unselected package libuv1:armhf.
11:09:34 #12 12.56 Preparing to unpack .../09-libuv1_1.40.0-2_armhf.deb ...
11:09:34 #12 12.56 Unpacking libuv1:armhf (1.40.0-2) ...
11:09:34 #12 12.60 Selecting previously unselected package cmake.
11:09:34 #12 12.60 Preparing to unpack .../10-cmake_3.18.4-2+rpt1+rpi1+deb11u1_armhf.deb ...
11:09:34 #12 12.60 Unpacking cmake (3.18.4-2+rpt1+rpi1+deb11u1) ...
11:09:34 #12 12.93 Selecting previously unselected package dh-apparmor.
11:09:34 #12 12.94 Preparing to unpack .../11-dh-apparmor_2.13.6-10_all.deb ...
11:09:34 #12 12.94 Unpacking dh-apparmor (2.13.6-10) ...
11:09:34 #12 12.98 Selecting previously unselected package libbtrfs0:armhf.
11:09:34 #12 12.98 Preparing to unpack .../12-libbtrfs0_5.10.1-2_armhf.deb ...
11:09:34 #12 12.98 Unpacking libbtrfs0:armhf (5.10.1-2) ...
11:09:34 #12 13.03 Selecting previously unselected package libbtrfs-dev:armhf.
11:09:34 #12 13.04 Preparing to unpack .../13-libbtrfs-dev_5.10.1-2_armhf.deb ...
11:09:34 #12 13.04 Unpacking libbtrfs-dev:armhf (5.10.1-2) ...
11:09:34 #12 13.09 Selecting previously unselected package dmsetup.
11:09:35 #12 13.09 Preparing to unpack .../14-dmsetup_2%3a1.02.175-2.1_armhf.deb ...
11:09:35 #12 13.10 Unpacking dmsetup (2:1.02.175-2.1) ...
11:09:35 #12 13.14 Selecting previously unselected package libdevmapper1.02.1:armhf.
11:09:35 #12 13.15 Preparing to unpack .../15-libdevmapper1.02.1_2%3a1.02.175-2.1_armhf.deb ...
11:09:35 #12 13.15 Unpacking libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
11:09:35 #12 13.20 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
11:09:35 #12 13.20 Preparing to unpack .../16-libdevmapper-event1.02.1_2%3a1.02.175-2.1_armhf.deb ...
11:09:35 #12 13.20 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.175-2.1) ...
11:09:35 #12 13.24 Selecting previously unselected package libudev-dev:armhf.
11:09:35 #12 13.24 Preparing to unpack .../17-libudev-dev_247.3-7+rpi1+deb11u1_armhf.deb ...
11:09:35 #12 13.24 Unpacking libudev-dev:armhf (247.3-7+rpi1+deb11u1) ...
11:09:35 #12 13.28 Selecting previously unselected package libsepol1-dev:armhf.
11:09:35 #12 13.28 Preparing to unpack .../18-libsepol1-dev_3.1-1_armhf.deb ...
11:09:35 #12 13.29 Unpacking libsepol1-dev:armhf (3.1-1) ...
11:09:35 #12 13.35 Selecting previously unselected package libpcre2-16-0:armhf.
11:09:35 #12 13.36 Preparing to unpack .../19-libpcre2-16-0_10.36-2+deb11u1_armhf.deb ...
11:09:35 #12 13.36 Unpacking libpcre2-16-0:armhf (10.36-2+deb11u1) ...
11:09:35 #12 13.42 Selecting previously unselected package libpcre2-32-0:armhf.
11:09:35 #12 13.42 Preparing to unpack .../20-libpcre2-32-0_10.36-2+deb11u1_armhf.deb ...
11:09:35 #12 13.43 Unpacking libpcre2-32-0:armhf (10.36-2+deb11u1) ...
11:09:35 #12 13.48 Selecting previously unselected package libpcre2-posix2:armhf.
11:09:35 #12 13.48 Preparing to unpack .../21-libpcre2-posix2_10.36-2+deb11u1_armhf.deb ...
11:09:35 #12 13.48 Unpacking libpcre2-posix2:armhf (10.36-2+deb11u1) ...
11:09:35 #12 13.52 Selecting previously unselected package libpcre2-dev:armhf.
11:09:35 #12 13.52 Preparing to unpack .../22-libpcre2-dev_10.36-2+deb11u1_armhf.deb ...
11:09:35 #12 13.52 Unpacking libpcre2-dev:armhf (10.36-2+deb11u1) ...
11:09:35 #12 13.60 Selecting previously unselected package libselinux1-dev:armhf.
11:09:35 #12 13.61 Preparing to unpack .../23-libselinux1-dev_3.1-3_armhf.deb ...
11:09:35 #12 13.61 Unpacking libselinux1-dev:armhf (3.1-3) ...
11:09:35 #12 13.66 Selecting previously unselected package libdevmapper-dev:armhf.
11:09:35 #12 13.66 Preparing to unpack .../24-libdevmapper-dev_2%3a1.02.175-2.1_armhf.deb ...
11:09:35 #12 13.66 Unpacking libdevmapper-dev:armhf (2:1.02.175-2.1) ...
11:09:35 #12 13.70 Selecting previously unselected package libltdl7:armhf.
11:09:35 #12 13.71 Preparing to unpack .../25-libltdl7_2.4.6-15_armhf.deb ...
11:09:35 #12 13.71 Unpacking libltdl7:armhf (2.4.6-15) ...
11:09:35 #12 13.74 Selecting previously unselected package libltdl-dev:armhf.
11:09:35 #12 13.75 Preparing to unpack .../26-libltdl-dev_2.4.6-15_armhf.deb ...
11:09:35 #12 13.75 Unpacking libltdl-dev:armhf (2.4.6-15) ...
11:09:35 #12 13.79 Selecting previously unselected package libseccomp-dev:armhf.
11:09:35 #12 13.80 Preparing to unpack .../27-libseccomp-dev_2.5.1-1+rpi1+deb11u1_armhf.deb ...
11:09:35 #12 13.80 Unpacking libseccomp-dev:armhf (2.5.1-1+rpi1+deb11u1) ...
11:09:35 #12 13.83 Selecting previously unselected package libsystemd-dev:armhf.
11:09:35 #12 13.84 Preparing to unpack .../28-libsystemd-dev_247.3-7+rpi1+deb11u1_armhf.deb ...
11:09:35 #12 13.84 Unpacking libsystemd-dev:armhf (247.3-7+rpi1+deb11u1) ...
11:09:35 #12 13.95 Selecting previously unselected package libglib2.0-0:armhf.
11:09:35 #12 13.95 Preparing to unpack .../29-libglib2.0-0_2.66.8-1_armhf.deb ...
11:09:35 #12 13.96 Unpacking libglib2.0-0:armhf (2.66.8-1) ...
11:09:35 #12 14.09 Selecting previously unselected package pkg-config.
11:09:36 #12 14.09 Preparing to unpack .../30-pkg-config_0.29.2-1_armhf.deb ...
11:09:36 #12 14.09 Unpacking pkg-config (0.29.2-1) ...
11:09:36 #12 14.17 Setting up libseccomp-dev:armhf (2.5.1-1+rpi1+deb11u1) ...
11:09:36 #12 14.18 Setting up libstdc++-10-dev:armhf (10.2.1-6+rpi1) ...
11:09:36 #12 14.19 Setting up g++-10 (10.2.1-6+rpi1) ...
11:09:36 #12 14.20 Setting up libarchive13:armhf (3.4.3-2+deb11u1) ...
11:09:36 #12 14.21 Setting up libglib2.0-0:armhf (2.66.8-1) ...
11:09:36 #12 14.23 No schema files found: doing nothing.
11:09:36 #12 14.24 Setting up libsepol1-dev:armhf (3.1-1) ...
11:09:36 #12 14.26 Setting up libpcre2-16-0:armhf (10.36-2+deb11u1) ...
11:09:36 #12 14.27 Setting up libbtrfs0:armhf (5.10.1-2) ...
11:09:36 #12 14.29 Setting up libpcre2-32-0:armhf (10.36-2+deb11u1) ...
11:09:36 #12 14.30 Setting up libuv1:armhf (1.40.0-2) ...
11:09:36 #12 14.31 Setting up bash-completion (1:2.11-2) ...
11:09:37 #12 14.93 Setting up pkg-config (0.29.2-1) ...
11:09:37 #12 14.99 Setting up libudev-dev:armhf (247.3-7+rpi1+deb11u1) ...
11:09:37 #12 15.00 Setting up libpcre2-posix2:armhf (10.36-2+deb11u1) ...
11:09:37 #12 15.01 Setting up libltdl7:armhf (2.4.6-15) ...
11:09:37 #12 15.02 Setting up libjsoncpp24:armhf (1.9.4-4) ...
11:09:37 #12 15.04 Setting up libbtrfs-dev:armhf (5.10.1-2) ...
11:09:37 #12 15.05 Setting up g++ (4:10.2.1-1+rpi1) ...
11:09:37 #12 15.08 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
11:09:37 #12 15.08 Setting up librhash0:armhf (1.4.1-2) ...
11:09:37 #12 15.09 Setting up build-essential (12.9) ...
11:09:37 #12 15.11 Setting up cmake-data (3.18.4-2+rpt1+rpi1+deb11u1) ...
11:09:37 #12 15.12 Setting up dh-apparmor (2.13.6-10) ...
11:09:37 #12 15.14 Setting up libsystemd-dev:armhf (247.3-7+rpi1+deb11u1) ...
11:09:37 #12 15.15 Setting up libpcre2-dev:armhf (10.36-2+deb11u1) ...
11:09:37 #12 15.16 Setting up libselinux1-dev:armhf (3.1-3) ...
11:09:37 #12 15.17 Setting up libltdl-dev:armhf (2.4.6-15) ...
11:09:37 #12 15.18 Setting up cmake (3.18.4-2+rpt1+rpi1+deb11u1) ...
11:09:37 #12 15.20 Setting up libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
11:09:37 #12 15.21 Setting up dmsetup (2:1.02.175-2.1) ...
11:09:37 #12 15.22 Setting up libdevmapper-event1.02.1:armhf (2:1.02.175-2.1) ...
11:09:37 #12 15.23 Setting up libdevmapper-dev:armhf (2:1.02.175-2.1) ...
11:09:37 #12 15.24 Setting up docker-ce-build-deps (1.0) ...
11:09:37 #12 15.26 Processing triggers for libc-bin (2.31-13+rpi1+deb11u3) ...
11:09:37 #12 15.28 Processing triggers for man-db (2.9.4-2) ...
11:09:37 #12 DONE 15.7s
11:09:37 
11:09:37 #13 [stage-1 5/8] COPY sources/ /sources
11:09:37 #13 DONE 0.1s
11:09:37 
11:09:37 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
11:09:40 #14 DONE 2.4s
11:09:40 
11:09:40 #15 [stage-1 7/8] WORKDIR /root/build-deb
11:09:40 #15 DONE 0.0s
11:09:40 
11:09:40 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
11:09:40 #16 DONE 0.0s
11:09:40 
11:09:40 #17 exporting to image
11:09:40 #17 exporting layers
11:09:46 #17 exporting layers 5.9s done
11:09:46 #17 writing image sha256:3816196615b0d65c385b27bd3773fbf5a811c20735404e3ad1320b0a984be82d done
11:09:46 #17 naming to docker.io/debbuild-raspbian-bullseye/aarch64 done
11:09:46 #17 DONE 5.9s
11:09:46 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230406105517.b82b9f3 -e VERSION=0.0.0-20230406105517-b82b9f3 -e CLI_GITCOMMIT=b82b9f3 -e ENGINE_GITCOMMIT=0fdb994 -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/debbuild/raspbian-bullseye:/build  debbuild-raspbian-bullseye/aarch64
11:09:46 + set -e
11:09:46 + mkdir -p /root/build-deb/engine
11:09:46 + tar -C /root/build-deb -xzf /sources/engine.tgz
11:09:46 + mkdir -p /root/build-deb/cli
11:09:46 + tar -C /root/build-deb -xzf /sources/cli.tgz
11:09:47 + mkdir -p /go/src/github.com/docker
11:09:47 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
11:09:47 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
11:09:47 + EPOCH=5
11:09:47 + EPOCH_SEP=
11:09:47 + [[ ! -z 5 ]]
11:09:47 + EPOCH_SEP=:
11:09:47 + [[ -z 0.0.0~20230406105517.b82b9f3 ]]
11:09:47 + echo VERSION AAA 0.0.0-20230406105517-b82b9f3
11:09:47 VERSION AAA 0.0.0-20230406105517-b82b9f3
11:09:47 VERSION bbb 0.0.0-20230406105517-b82b9f3
11:09:47 + VERSION=0.0.0-20230406105517-b82b9f3
11:09:47 + echo VERSION bbb 0.0.0-20230406105517-b82b9f3
11:09:47 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
11:09:47 + debSource=docker-ce
11:09:47 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
11:09:47 + debMaintainer='Docker <support@docker.com>'
11:09:47 ++ date --rfc-2822
11:09:47 + debDate='Thu, 04 May 2023 11:09:47 +0000'
11:09:47 + cat
11:09:47 + export CLI_GITCOMMIT=b82b9f3
11:09:47 + CLI_GITCOMMIT=b82b9f3
11:09:47 + export ENGINE_GITCOMMIT=0fdb994
11:09:47 + ENGINE_GITCOMMIT=0fdb994
11:09:47 + echo VERSION BBB 0.0.0-20230406105517-b82b9f3
11:09:47 VERSION BBB 0.0.0-20230406105517-b82b9f3
11:09:47 + dpkg-buildpackage -uc -us -I.git
11:09:47 dpkg-buildpackage: info: source package docker-ce
11:09:47 dpkg-buildpackage: info: source version 5:0.0.0~20230406105517.b82b9f3~3-0~raspbian-bullseye
11:09:47 dpkg-buildpackage: info: source distribution bullseye
11:09:47 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
11:09:47 dpkg-buildpackage: info: host architecture armhf
11:09:47  dpkg-source -I.git --before-build .
11:09:47  debian/rules clean
11:09:47 dh clean --with=bash-completion --with=systemd
11:09:47    dh_clean
11:09:47  dpkg-source -I.git -b .
11:09:48 dpkg-source: warning: native package version may not have a revision
11:09:48 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230406105517.b82b9f3~3-0~raspbian'
11:09:48 dpkg-source: info: using source format '1.0'
11:09:48 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230406105517.b82b9f3~3-0~raspbian-bullseye.tar.gz
11:09:58 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230406105517.b82b9f3~3-0~raspbian-bullseye.dsc
11:09:58  debian/rules build
11:09:58 dh build --with=bash-completion --with=systemd
11:09:58    dh_update_autotools_config
11:09:58    dh_autoreconf
11:09:58    debian/rules override_dh_auto_build
11:09:58 make[1]: Entering directory '/root/build-deb'
11:09:58 # Build the daemon and dependencies
11:09:58 cd engine && DOCKER_GITCOMMIT=0fdb994 PRODUCT=docker ./hack/make.sh dynbinary
11:09:58 
11:09:58 Removing bundles/
11:09:58 
11:09:58 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:09:58 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20230406105517-b82b9f3
11:09:58 GOOS="" GOARCH="" GOARM=""
11:11:49 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20230406105517-b82b9f3
11:11:49 
11:11:49 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
11:11:49 + RM_GOPATH=0
11:11:49 + TMP_GOPATH=/go
11:11:49 + : /usr/local/bin
11:11:49 + '[' -z /go ']'
11:11:49 + export GOPATH=/go
11:11:49 + GOPATH=/go
11:11:49 + case "$(go env GOARCH)" in
11:11:49 ++ go env GOARCH
11:11:49 + export GO_BUILDMODE=-buildmode=pie
11:11:49 + GO_BUILDMODE=-buildmode=pie
11:11:49 ++ dirname hack/dockerfile/install/install.sh
11:11:49 + dir=hack/dockerfile/install
11:11:49 + bin=tini
11:11:49 + shift
11:11:49 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:11:49 + . hack/dockerfile/install/tini.installer
11:11:49 ++ : v0.19.0
11:11:49 + install_tini
11:11:49 + echo 'Install tini version v0.19.0'
11:11:49 Install tini version v0.19.0
11:11:49 + git clone https://github.com/krallin/tini.git /go/tini
11:11:49 Cloning into '/go/tini'...
11:11:49 + cd /go/tini
11:11:49 + git checkout -q v0.19.0
11:11:49 + cmake .
11:11:49 -- The C compiler identification is GNU 10.2.1
11:11:49 -- Detecting C compiler ABI info
11:11:49 -- Detecting C compiler ABI info - done
11:11:49 -- Check for working C compiler: /usr/bin/cc - skipped
11:11:49 -- Detecting C compile features
11:11:49 -- Detecting C compile features - done
11:11:49 -- Performing Test HAS_BUILTIN_FORTIFY
11:11:49 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:11:49 -- Configuring done
11:11:49 -- Generating done
11:11:49 -- Build files have been written to: /go/tini
11:11:49 + make tini-static
11:11:49 make[2]: Entering directory '/go/tini'
11:11:49 make[3]: Entering directory '/go/tini'
11:11:49 make[4]: Entering directory '/go/tini'
11:11:49 make[5]: Entering directory '/go/tini'
11:11:49 Scanning dependencies of target tini-static
11:11:49 make[5]: Leaving directory '/go/tini'
11:11:49 make[5]: Entering directory '/go/tini'
11:11:49 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:11:49 [100%] Linking C executable tini-static
11:11:49 make[5]: Leaving directory '/go/tini'
11:11:49 [100%] Built target tini-static
11:11:49 make[4]: Leaving directory '/go/tini'
11:11:49 make[3]: Leaving directory '/go/tini'
11:11:49 make[2]: Leaving directory '/go/tini'
11:11:49 + mkdir -p /usr/local/bin
11:11:49 + cp tini-static /usr/local/bin/docker-init
11:11:49 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic
11:11:49 + RM_GOPATH=0
11:11:49 + TMP_GOPATH=/go
11:11:49 + : /usr/local/bin
11:11:49 + '[' -z /go ']'
11:11:49 + export GOPATH=/go
11:11:49 + GOPATH=/go
11:11:49 + case "$(go env GOARCH)" in
11:11:49 ++ go env GOARCH
11:11:49 + export GO_BUILDMODE=-buildmode=pie
11:11:49 + GO_BUILDMODE=-buildmode=pie
11:11:49 ++ dirname hack/dockerfile/install/install.sh
11:11:49 + dir=hack/dockerfile/install
11:11:49 + bin=proxy
11:11:49 + shift
11:11:49 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
11:11:49 + . hack/dockerfile/install/proxy.installer
11:11:49 ++ : 3f0048413d95802b9c6c836eba06bfc54f9dbd03
11:11:49 + install_proxy dynamic
11:11:49 + case "$1" in
11:11:49 + install_proxy_dynamic
11:11:49 + export PROXY_LDFLAGS=-linkmode=external install_proxy
11:11:49 + PROXY_LDFLAGS=-linkmode=external
11:11:49 + export BUILD_MODE=-buildmode=pie
11:11:49 + BUILD_MODE=-buildmode=pie
11:11:49 + _install_proxy
11:11:49 Install docker-proxy version 3f0048413d95802b9c6c836eba06bfc54f9dbd03
11:11:49 + echo 'Install docker-proxy version 3f0048413d95802b9c6c836eba06bfc54f9dbd03'
11:11:49 + git clone https://github.com/moby/libnetwork.git /go/src/github.com/docker/libnetwork
11:11:49 Cloning into '/go/src/github.com/docker/libnetwork'...
11:11:50 + cd /go/src/github.com/docker/libnetwork
11:11:50 + git checkout -q 3f0048413d95802b9c6c836eba06bfc54f9dbd03
11:11:50 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
11:11:51 + return
11:11:51 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
11:11:51 + RM_GOPATH=0
11:11:51 + TMP_GOPATH=/go
11:11:51 + : /usr/local/bin
11:11:51 + '[' -z /go ']'
11:11:51 + export GOPATH=/go
11:11:51 + GOPATH=/go
11:11:51 + case "$(go env GOARCH)" in
11:11:51 ++ go env GOARCH
11:11:51 + export GO_BUILDMODE=-buildmode=pie
11:11:51 + GO_BUILDMODE=-buildmode=pie
11:11:51 ++ dirname hack/dockerfile/install/install.sh
11:11:51 + dir=hack/dockerfile/install
11:11:51 + bin=rootlesskit
11:11:51 + shift
11:11:51 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
11:11:51 + . hack/dockerfile/install/rootlesskit.installer
11:11:51 ++ : v0.14.4
11:11:51 + install_rootlesskit dynamic
11:11:51 + case "$1" in
11:11:51 + install_rootlesskit_dynamic
11:11:51 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:11:51 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:11:51 + export BUILD_MODE=-buildmode=pie
11:11:51 + BUILD_MODE=-buildmode=pie
11:11:51 + _install_rootlesskit
11:11:51 + echo 'Install rootlesskit version v0.14.4'
11:11:51 + for f in rootlesskit rootlesskit-docker-proxy
11:11:51 + GOBIN=/usr/local/bin
11:11:51 + GO111MODULE=on
11:11:51 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
11:11:51 Install rootlesskit version v0.14.4
11:11:51 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
11:11:52 go: downloading github.com/pkg/errors v0.9.1
11:11:52 go: downloading github.com/sirupsen/logrus v1.8.1
11:11:52 go: downloading github.com/urfave/cli/v2 v2.3.0
11:11:52 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
11:11:52 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
11:11:52 go: downloading github.com/google/uuid v1.3.0
11:11:52 go: downloading github.com/moby/vpnkit v0.5.0
11:11:52 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:11:52 go: downloading github.com/gofrs/flock v0.8.1
11:11:52 go: downloading github.com/gorilla/mux v1.8.0
11:11:53 go: downloading github.com/moby/sys/mountinfo v0.4.1
11:11:53 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
11:11:53 go: downloading github.com/u-root/u-root v7.0.0+incompatible
11:11:53 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
11:11:53 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:12:01 + for f in rootlesskit rootlesskit-docker-proxy
11:12:01 + GOBIN=/usr/local/bin
11:12:01 + GO111MODULE=on
11:12:01 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
11:12:02 + return
11:12:02 # Build the CLI
11:12:02 cd /go/src/github.com/docker/cli && \
11:12:02 	LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20230406105517-b82b9f3 GITCOMMIT=b82b9f3 dynbinary manpages
11:12:02 make[2]: Entering directory '/root/build-deb/cli'
11:12:02 GO_LINKMODE=dynamic ./scripts/build/binary
11:12:02 Building dynamic docker-linux-arm-v6
11:13:39 scripts/docs/generate-man.sh
11:15:15 Project root: /go/src/github.com/docker/cli
11:15:15 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
11:15:15 2023/05/04 11:15:10 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
11:15:15 make[2]: Leaving directory '/root/build-deb/cli'
11:15:15 # Build the CLI plugins
11:15:15 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
11:15:15 set -e;cd /sources && \
11:15:15 	tar xzf plugin-installers.tgz; \
11:15:15 	for installer in plugins/*.installer; do \
11:15:15 		LDFLAGS='' bash ${installer} build; \
11:15:15 	done
11:15:15 Cloning into '/go/src/github.com/docker/app'...
11:15:15 Fetching origin
11:15:15 make[2]: Entering directory '/go/src/github.com/docker/app'
11:15:15 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
11:16:23 make[2]: Leaving directory '/go/src/github.com/docker/app'
11:16:23 Cloning into '/go/src/github.com/docker/buildx'...
11:16:23 Fetching origin
11:16:23 + GO111MODULE=on
11:16:23 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.10.4-docker -X github.com/docker/buildx/version.Revision=c513d34049e499c53468deac6c4267ee72948f02 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
11:18:30 make[1]: Leaving directory '/root/build-deb'
11:18:30    debian/rules override_dh_auto_test
11:18:30 make[1]: Entering directory '/root/build-deb'
11:18:30 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
11:18:30 	test "$ver" = "Docker version 0.0.0-20230406105517-b82b9f3, build 0fdb994" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
11:18:30 PASS: daemon version OK
11:18:30 ver="$(cli/build/docker --version)"; \
11:18:30 	test "$ver" = "Docker version 0.0.0-20230406105517-b82b9f3, build b82b9f3" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
11:18:30 PASS: cli version OK
11:18:30 make[1]: Leaving directory '/root/build-deb'
11:18:30    create-stamp debian/debhelper-build-stamp
11:18:30  debian/rules binary
11:18:30 dh binary --with=bash-completion --with=systemd
11:18:30    dh_testroot
11:18:30    dh_prep
11:18:30    debian/rules override_dh_auto_install
11:18:30 make[1]: Entering directory '/root/build-deb'
11:18:30 # docker-ce-cli install
11:18:30 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
11:18:30 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
11:18:30 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker
11:18:30 set -e;cd /sources && \
11:18:30 	tar xzf plugin-installers.tgz; \
11:18:30 	for installer in plugins/*.installer; do \
11:18:30 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
11:18:30 		PREFIX=/usr/libexec/docker/cli-plugins \
11:18:30 			bash ${installer} install_plugin; \
11:18:30 	done
11:18:30 # docker-ce install
11:18:30 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service
11:18:30 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
11:18:30 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20230406105517-b82b9f3 debian/docker-ce/usr/bin/dockerd
11:18:30 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy
11:18:30 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
11:18:30 # docker-ce-rootless-extras install
11:18:30 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
11:18:30 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
11:18:30 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
11:18:30 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
11:18:30 # TODO: how can we install vpnkit?
11:18:30 make[1]: Leaving directory '/root/build-deb'
11:18:30    debian/rules override_dh_install
11:18:30 make[1]: Entering directory '/root/build-deb'
11:18:30 dh_install
11:18:30 # TODO Can we do this from within our container?
11:18:30 dh_apparmor --profile-name=docker-ce -pdocker-ce
11:18:30 make[1]: Leaving directory '/root/build-deb'
11:18:30    dh_installdocs
11:18:30    dh_installchangelogs
11:18:30    dh_installman
11:18:30    dh_bash-completion
11:18:30    dh_systemd_enable
11:18:30    debian/rules override_dh_installinit
11:18:30 make[1]: Entering directory '/root/build-deb'
11:18:30 # use "docker" as our service name, not "docker-ce"
11:18:30 dh_installinit --name=docker
11:18:30 make[1]: Leaving directory '/root/build-deb'
11:18:30    dh_systemd_start
11:18:30    dh_perl
11:18:30    dh_link
11:18:30    dh_strip_nondeterminism
11:18:30    dh_compress
11:18:30    dh_fixperms
11:18:30    dh_missing
11:18:30    debian/rules override_dh_strip
11:18:30 make[1]: Entering directory '/root/build-deb'
11:18:30 # Go has lots of problems with stripping, so just don't
11:18:30 make[1]: Leaving directory '/root/build-deb'
11:18:30    dh_makeshlibs
11:18:30    debian/rules override_dh_shlibdeps
11:18:30 make[1]: Entering directory '/root/build-deb'
11:18:30 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
11:18:30 make[1]: Leaving directory '/root/build-deb'
11:18:30    dh_installdeb
11:18:30    dh_gencontrol
11:18:30    dh_md5sums
11:18:31    debian/rules override_dh_builddeb
11:18:31 make[1]: Entering directory '/root/build-deb'
11:18:31 dh_builddeb -- -Zxz
11:18:31 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230406105517.b82b9f3~3-0~raspbian-bullseye_armhf.deb'.
11:18:31 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230406105517.b82b9f3~3-0~raspbian-bullseye_armhf.deb'.
11:18:57 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230406105517.b82b9f3~3-0~raspbian-bullseye_armhf.deb'.
11:19:38 make[1]: Leaving directory '/root/build-deb'
11:19:38  dpkg-genbuildinfo
11:19:38  dpkg-genchanges  >../docker-ce_0.0.0~20230406105517.b82b9f3~3-0~raspbian-bullseye_armhf.changes
11:19:38 dpkg-genchanges: info: including full source code in upload
11:19:38  dpkg-source -I.git --after-build .
11:19:38 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
11:19:38 + destination=/build
11:19:38 + mkdir -p /build
11:19:38 + mv -v /root/docker-ce-cli_0.0.0~20230406105517.b82b9f3~3-0~raspbian-bullseye_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20230406105517.b82b9f3~3-0~raspbian-bullseye_armhf.deb /root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~raspbian-bullseye.dsc /root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~raspbian-bullseye.tar.gz /root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~raspbian-bullseye_armhf.buildinfo /root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~raspbian-bullseye_armhf.changes /root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~raspbian-bullseye_armhf.deb /build
11:19:38 copied '/root/docker-ce-cli_0.0.0~20230406105517.b82b9f3~3-0~raspbian-bullseye_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20230406105517.b82b9f3~3-0~raspbian-bullseye_armhf.deb'
11:19:38 removed '/root/docker-ce-cli_0.0.0~20230406105517.b82b9f3~3-0~raspbian-bullseye_armhf.deb'
11:19:38 copied '/root/docker-ce-rootless-extras_0.0.0~20230406105517.b82b9f3~3-0~raspbian-bullseye_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230406105517.b82b9f3~3-0~raspbian-bullseye_armhf.deb'
11:19:38 removed '/root/docker-ce-rootless-extras_0.0.0~20230406105517.b82b9f3~3-0~raspbian-bullseye_armhf.deb'
11:19:38 copied '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~raspbian-bullseye.dsc' -> '/build/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~raspbian-bullseye.dsc'
11:19:38 removed '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~raspbian-bullseye.dsc'
11:19:38 copied '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~raspbian-bullseye.tar.gz' -> '/build/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~raspbian-bullseye.tar.gz'
11:19:38 removed '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~raspbian-bullseye.tar.gz'
11:19:38 copied '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~raspbian-bullseye_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~raspbian-bullseye_armhf.buildinfo'
11:19:38 removed '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~raspbian-bullseye_armhf.buildinfo'
11:19:38 copied '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~raspbian-bullseye_armhf.changes' -> '/build/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~raspbian-bullseye_armhf.changes'
11:19:38 removed '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~raspbian-bullseye_armhf.changes'
11:19:38 copied '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~raspbian-bullseye_armhf.deb' -> '/build/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~raspbian-bullseye_armhf.deb'
11:19:38 removed '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~raspbian-bullseye_armhf.deb'
11:19:39 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/raspbian-bullseye"
11:19:40 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'