Skip to content

Console Output

10:59:43 + make REF=20.10 raspbian-bullseye
10:59:43 git init src/github.com/docker/cli
10:59:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
10:59:43 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
10:59:43 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
10:59:43 + SRC=src/github.com/docker/cli
10:59:43 + REF=20.10
10:59:43 + REF_FETCH=20.10
10:59:43 + awk {print $2}
10:59:43 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
10:59:43 + REF=refs/heads/20.10
10:59:43 + [ -n refs/heads/20.10 ]
10:59:43 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
10:59:43 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
10:59:44 From https://github.com/docker/cli
10:59:44  * [new branch]      20.10      -> 20.10
10:59:44  * [new branch]      20.10      -> origin/20.10
10:59:44 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
10:59:44 git init src/github.com/docker/docker
10:59:44 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
10:59:44 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
10:59:44 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
10:59:44 + SRC=src/github.com/docker/docker
10:59:44 + REF=20.10
10:59:44 + REF_FETCH=20.10
10:59:44 + awk {print $2}
10:59:44 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
10:59:45 + REF=refs/heads/20.10
10:59:45 + [ -n refs/heads/20.10 ]
10:59:45 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
10:59:45 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
10:59:46 From https://github.com/docker/docker
10:59:46  * [new branch]      20.10      -> 20.10
10:59:46  * [new branch]      20.10      -> origin/20.10
10:59:46 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
10:59:47 git init src/github.com/docker/compose
10:59:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
10:59:47 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
10:59:47 ./scripts/checkout.sh src/github.com/docker/compose "v2.7.0"
10:59:47 + SRC=src/github.com/docker/compose
10:59:47 + REF=v2.7.0
10:59:47 + REF_FETCH=v2.7.0
10:59:47 + awk {print $2}
10:59:47 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.7.0
10:59:47 + REF=refs/tags/v2.7.0
10:59:47 + [ -n refs/tags/v2.7.0 ]
10:59:47 + REF_FETCH=refs/tags/v2.7.0:refs/tags/v2.7.0
10:59:47 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.7.0:refs/tags/v2.7.0
10:59:47 From https://github.com/docker/compose
10:59:47  * [new tag]         v2.7.0     -> v2.7.0
10:59:47 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.7.0
10:59:47 git init src/github.com/docker/scan-cli-plugin
10:59:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
10:59:47 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
10:59:47 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
10:59:47 + SRC=src/github.com/docker/scan-cli-plugin
10:59:47 + REF=v0.17.0
10:59:47 + REF_FETCH=v0.17.0
10:59:47 + awk {print $2}
10:59:47 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
10:59:47 + REF=refs/tags/v0.17.0
10:59:47 + [ -n refs/tags/v0.17.0 ]
10:59:47 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
10:59:47 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
10:59:48 From https://github.com/docker/scan-cli-plugin
10:59:48  * [new tag]         v0.17.0    -> v0.17.0
10:59:48 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
10:59:48 make -C deb VERSION=0.0.1-dev GO_VERSION=1.17.13 raspbian-bullseye
10:59:48 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
10:59:48 mkdir -p sources
10:59:48 docker run --rm -w /v \
10:59:48 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
10:59:48 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:59:48 	alpine \
10:59:48 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
10:59:48 Unable to find image 'alpine:latest' locally
10:59:48 latest: Pulling from library/alpine
10:59:48 a6b45ace95f4: Pulling fs layer
10:59:48 a6b45ace95f4: Verifying Checksum
10:59:48 a6b45ace95f4: Download complete
10:59:49 a6b45ace95f4: Pull complete
10:59:49 Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872
10:59:49 Status: Downloaded newer image for alpine:latest
10:59:53 mkdir -p sources
10:59:53 docker run --rm -w /v \
10:59:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
10:59:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:59:53 	alpine \
10:59:53 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
10:59:56 mkdir -p sources
10:59:56 docker run --rm -w /v \
10:59:56 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
10:59:56 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:59:56 	alpine \
10:59:56 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
10:59:57 mkdir -p sources
10:59:57 docker run --rm -w /v \
10:59:57 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
10:59:57 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:59:57 	alpine \
10:59:57 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
10:59:58 mkdir -p sources
10:59:58 cp ../systemd/docker.service sources/docker.service
10:59:58 mkdir -p sources
10:59:58 cp ../systemd/docker.socket sources/docker.socket
10:59:58 docker run --rm -w /v \
10:59:58 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
10:59:58 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:59:58 	alpine \
10:59:58 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
10:59:58 == Building packages for raspbian-bullseye ==
10:59:58 mkdir -p "debbuild/raspbian-bullseye"
10:59:58 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.17.13-buster --build-arg COMMON_FILES=common -t debbuild-raspbian-bullseye/aarch64 -f raspbian-bullseye/Dockerfile .
10:59:59 #1 [internal] load build definition from Dockerfile
10:59:59 #1 sha256:29592301c441481c8a3a5f875ff918aa05c783c8bdf6dde6f75ac63d979b0720
10:59:59 #1 transferring dockerfile: 937B done
10:59:59 #1 DONE 0.1s
10:59:59 
10:59:59 #2 [internal] load .dockerignore
10:59:59 #2 sha256:778d9e7eaf28a41e948d44191ec3d0c8d76592e853ee33ee18e1c4f1cc1cae68
10:59:59 #2 transferring context:
10:59:59 #2 transferring context: 2B done
10:59:59 #2 DONE 0.1s
10:59:59 
10:59:59 #5 [auth] balenalib/rpi-raspbian:pull token for registry-1.docker.io
10:59:59 #5 sha256:00ade16f95dae6576534357d667b01c6c8014e4c7a78a26dc324efa6d313a2b5
10:59:59 #5 DONE 0.0s
10:59:59 
10:59:59 #6 [auth] library/golang:pull token for registry-1.docker.io
10:59:59 #6 sha256:58d1e865ae98277631a9afbd78115bcfa46672409f0403d96259701340a83662
10:59:59 #6 DONE 0.0s
10:59:59 
10:59:59 #4 [internal] load metadata for docker.io/library/golang:1.17.13-buster
10:59:59 #4 sha256:79927f727199e172a75719746981c748b7c417b1951a4504d0f608a5b373bf88
10:59:59 #4 ...
10:59:59 
10:59:59 #3 [internal] load metadata for docker.io/balenalib/rpi-raspbian:bullseye
10:59:59 #3 sha256:0d5dd2f8821fe752759cf3d3376b798a199e8721bae9607c5d382072a1643236
10:59:59 #3 DONE 0.4s
10:59:59 
10:59:59 #4 [internal] load metadata for docker.io/library/golang:1.17.13-buster
10:59:59 #4 sha256:79927f727199e172a75719746981c748b7c417b1951a4504d0f608a5b373bf88
10:59:59 #4 DONE 0.4s
10:59:59 
10:59:59 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
10:59:59 #13 sha256:662e62586f2a9bf6c82d733f811287af9f158fed45c446384abced49326ff6bc
10:59:59 #13 resolve docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 0.0s done
10:59:59 #13 sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 1.86kB / 1.86kB done
10:59:59 #13 sha256:46607184a29c7a03f193a2128e8f140390678226269c75af6a5bd1fe9e796ec2 1.79kB / 1.79kB done
10:59:59 #13 sha256:f9f278db98ac312e311d92fbf4a9ceb513a2ba58e3034a1c78d25aadf09a1447 7.13kB / 7.13kB done
11:00:00 #13 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 0B / 45.92MB 0.6s
11:00:00 #13 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 4.19MB / 45.92MB 1.2s
11:00:01 #13 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 7.34MB / 45.92MB 1.6s
11:00:01 #13 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 10.49MB / 45.92MB 2.0s
11:00:02 #13 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 13.63MB / 45.92MB 2.4s
11:00:02 #13 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 17.83MB / 45.92MB 2.8s
11:00:02 #13 ...
11:00:02 
11:00:02 #9 [internal] load build context
11:00:02 #9 sha256:66d72b603f62adec8c7ff99c1de40d8d9c6a1be1c99227e19e5c663c428764f1
11:00:02 #9 transferring context: 19.84MB 3.0s done
11:00:02 #9 DONE 3.3s
11:00:02 
11:00:02 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:02 #13 sha256:662e62586f2a9bf6c82d733f811287af9f158fed45c446384abced49326ff6bc
11:00:02 #13 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 22.02MB / 45.92MB 3.2s
11:00:03 #13 sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e 0B / 7.15MB 3.4s
11:00:03 #13 sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e 1.05MB / 7.15MB 3.5s
11:00:03 #13 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 26.21MB / 45.92MB 3.7s
11:00:03 #13 sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e 3.15MB / 7.15MB 3.7s
11:00:03 #13 sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e 4.19MB / 7.15MB 3.8s
11:00:03 #13 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 29.36MB / 45.92MB 4.0s
11:00:03 #13 sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e 5.24MB / 7.15MB 4.0s
11:00:03 #13 sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e 7.15MB / 7.15MB 4.2s
11:00:03 #13 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 32.51MB / 45.92MB 4.3s
11:00:04 #13 sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e 7.15MB / 7.15MB 4.3s done
11:00:04 #13 sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 0B / 9.34MB 4.4s
11:00:04 #13 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 35.65MB / 45.92MB 4.5s
11:00:04 #13 sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 2.10MB / 9.34MB 4.5s
11:00:04 #13 sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 5.24MB / 9.34MB 4.7s
11:00:04 #13 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 39.85MB / 45.92MB 4.8s
11:00:04 #13 sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 6.29MB / 9.34MB 4.8s
11:00:04 #13 sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 8.39MB / 9.34MB 5.0s
11:00:04 #13 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 0B / 47.36MB 5.0s
11:00:04 #13 sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 9.34MB / 9.34MB 5.1s
11:00:05 #13 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 42.99MB / 45.92MB 5.2s
11:00:05 #13 sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 9.34MB / 9.34MB 5.1s done
11:00:05 #13 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 0B / 53.29MB 5.3s
11:00:05 #13 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 45.92MB / 45.92MB 5.6s
11:00:05 #13 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 3.15MB / 47.36MB 5.6s
11:00:05 #13 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 3.15MB / 53.29MB 5.7s
11:00:05 #13 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 6.29MB / 47.36MB 5.9s
11:00:05 #13 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 6.29MB / 53.29MB 5.9s
11:00:05 #13 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 45.92MB / 45.92MB 6.1s done
11:00:06 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 0B / 103.22MB 6.2s
11:00:06 #13 extracting sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e
11:00:06 #13 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 10.49MB / 47.36MB 6.5s
11:00:06 #13 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 9.44MB / 53.29MB 6.5s
11:00:06 #13 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 12.58MB / 53.29MB 6.9s
11:00:06 #13 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 13.63MB / 47.36MB 7.1s
11:00:06 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 5.24MB / 103.22MB 7.1s
11:00:07 #13 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 15.73MB / 53.29MB 7.4s
11:00:07 #13 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 16.78MB / 47.36MB 7.6s
11:00:07 #13 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 18.87MB / 53.29MB 7.9s
11:00:07 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 11.53MB / 103.22MB 7.9s
11:00:08 #13 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 19.92MB / 47.36MB 8.2s
11:00:08 #13 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 22.60MB / 47.36MB 8.4s
11:00:08 #13 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 22.02MB / 53.29MB 8.4s
11:00:08 #13 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 25.17MB / 47.36MB 8.9s
11:00:08 #13 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 26.02MB / 53.29MB 8.9s
11:00:08 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 16.78MB / 103.22MB 8.9s
11:00:09 #13 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 28.31MB / 47.36MB 9.3s
11:00:09 #13 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 29.36MB / 53.29MB 9.4s
11:00:09 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 22.02MB / 103.22MB 9.4s
11:00:09 #13 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 32.51MB / 47.36MB 9.9s
11:00:09 #13 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 32.51MB / 53.29MB 9.9s
11:00:09 #13 ...
11:00:09 
11:00:09 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bullseye@sha256:cfcde2b226297985ae45d438e206a192885a2e7d73a98f0da809ab60b7cb879b
11:00:09 #7 sha256:6243bd1465d6cd09546103ea0a1c481a8b7d8fd29889358083b6e8e74d69a2cd
11:00:09 #7 resolve docker.io/balenalib/rpi-raspbian:bullseye@sha256:cfcde2b226297985ae45d438e206a192885a2e7d73a98f0da809ab60b7cb879b 0.0s done
11:00:09 #7 sha256:cfcde2b226297985ae45d438e206a192885a2e7d73a98f0da809ab60b7cb879b 1.99kB / 1.99kB done
11:00:09 #7 sha256:438d2cc59a55d028aec10582047f62b01192afcc24efc3442d6b7dc1b6e66ddc 5.00kB / 5.00kB done
11:00:09 #7 sha256:0f6d901b7bb094f9a2c37d7a107c79bb277bf45b35154e9861e784315251e768 258B / 258B 0.2s done
11:00:09 #7 sha256:5b5a2e86ef84510464989fe183dceef9ecc61f782aed9a2faabae329b0106253 41.78MB / 41.78MB 4.9s done
11:00:09 #7 sha256:30869e65a46edd3d9eb7432d6971b0ee71b0fc131e37d4aec75de0a00c214800 307B / 307B 0.2s done
11:00:09 #7 sha256:9f443281bb792e933c74640c4fee510f5a0c0f1863028a609236ce4d0a961f56 912B / 912B 0.3s done
11:00:09 #7 sha256:605b78904a87fe543e5b4d40dfcc79111473c55866a56dde9d32e3df9710b6ed 17.93MB / 17.93MB 3.3s done
11:00:09 #7 sha256:015d6629e07632c0cbcb15c16114a56f99f8ffd2100c7a38376a92261434fd23 178B / 178B 0.4s done
11:00:09 #7 sha256:9e1d102411fe75b20c799699d683c8fc2ce7a0c318c30a9ca35f09901b0800fd 413B / 413B 0.4s done
11:00:09 #7 sha256:a6f5c5588b6c21aef23444c1797d94da8566eb6e25d71f3f514d2fb1f7af0cfa 123.08kB / 123.08kB 0.6s done
11:00:09 #7 extracting sha256:5b5a2e86ef84510464989fe183dceef9ecc61f782aed9a2faabae329b0106253 4.5s
11:00:09 #7 ...
11:00:09 
11:00:09 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:09 #13 sha256:662e62586f2a9bf6c82d733f811287af9f158fed45c446384abced49326ff6bc
11:00:09 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 27.26MB / 103.22MB 10.2s
11:00:10 #13 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 36.70MB / 53.29MB 10.3s
11:00:10 #13 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 35.65MB / 47.36MB 10.5s
11:00:10 #13 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 38.80MB / 47.36MB 10.8s
11:00:10 #13 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 39.85MB / 53.29MB 10.9s
11:00:10 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 32.51MB / 103.22MB 11.1s
11:00:10 #13 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 41.94MB / 47.36MB 11.3s
11:00:11 #13 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 42.99MB / 53.29MB 11.4s
11:00:11 #13 extracting sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 5.2s
11:00:11 #13 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 45.09MB / 47.36MB 11.7s
11:00:11 #13 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 46.14MB / 53.29MB 11.9s
11:00:11 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 37.75MB / 103.22MB 12.0s
11:00:12 #13 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 49.28MB / 53.29MB 12.5s
11:00:12 #13 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 47.36MB / 47.36MB 12.7s done
11:00:12 #13 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 52.43MB / 53.29MB 12.9s
11:00:12 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 44.04MB / 103.22MB 12.9s
11:00:12 #13 sha256:a9c96f1e426118ca27f868ea355d7b9f81f7fb49a818fe7877a30706e0e8adee 155B / 155B 12.9s
11:00:12 #13 sha256:a9c96f1e426118ca27f868ea355d7b9f81f7fb49a818fe7877a30706e0e8adee 155B / 155B 12.9s done
11:00:13 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 49.28MB / 103.22MB 13.4s
11:00:13 #13 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 53.29MB / 53.29MB 13.4s done
11:00:13 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 54.53MB / 103.22MB 14.0s
11:00:14 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 59.77MB / 103.22MB 14.5s
11:00:15 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 65.01MB / 103.22MB 15.2s
11:00:15 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 70.25MB / 103.22MB 15.8s
11:00:16 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 75.50MB / 103.22MB 16.6s
11:00:16 #13 extracting sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 10.2s
11:00:16 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 80.74MB / 103.22MB 17.3s
11:00:17 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 85.98MB / 103.22MB 18.2s
11:00:18 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 91.23MB / 103.22MB 19.2s
11:00:19 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 96.47MB / 103.22MB 20.1s
11:00:20 #13 ...
11:00:20 
11:00:20 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bullseye@sha256:cfcde2b226297985ae45d438e206a192885a2e7d73a98f0da809ab60b7cb879b
11:00:20 #7 sha256:6243bd1465d6cd09546103ea0a1c481a8b7d8fd29889358083b6e8e74d69a2cd
11:00:20 #7 extracting sha256:5b5a2e86ef84510464989fe183dceef9ecc61f782aed9a2faabae329b0106253 14.7s
11:00:20 #7 ...
11:00:20 
11:00:20 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:20 #13 sha256:662e62586f2a9bf6c82d733f811287af9f158fed45c446384abced49326ff6bc
11:00:20 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 101.71MB / 103.22MB 20.9s
11:00:21 #13 extracting sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 15.3s
11:00:21 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 103.22MB / 103.22MB 21.9s done
11:00:21 #13 extracting sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 15.7s done
11:00:22 #13 extracting sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e
11:00:23 #13 extracting sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e 1.1s done
11:00:23 #13 extracting sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3
11:00:24 #13 extracting sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 0.9s done
11:00:24 #13 extracting sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0
11:00:27 #13 ...
11:00:27 
11:00:27 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bullseye@sha256:cfcde2b226297985ae45d438e206a192885a2e7d73a98f0da809ab60b7cb879b
11:00:27 #7 sha256:6243bd1465d6cd09546103ea0a1c481a8b7d8fd29889358083b6e8e74d69a2cd
11:00:27 #7 extracting sha256:5b5a2e86ef84510464989fe183dceef9ecc61f782aed9a2faabae329b0106253 16.4s done
11:00:27 #7 extracting sha256:30869e65a46edd3d9eb7432d6971b0ee71b0fc131e37d4aec75de0a00c214800 done
11:00:27 #7 extracting sha256:0f6d901b7bb094f9a2c37d7a107c79bb277bf45b35154e9861e784315251e768 0.0s done
11:00:27 #7 extracting sha256:9f443281bb792e933c74640c4fee510f5a0c0f1863028a609236ce4d0a961f56 done
11:00:27 #7 extracting sha256:015d6629e07632c0cbcb15c16114a56f99f8ffd2100c7a38376a92261434fd23 0.0s done
11:00:27 #7 extracting sha256:9e1d102411fe75b20c799699d683c8fc2ce7a0c318c30a9ca35f09901b0800fd done
11:00:27 #7 extracting sha256:605b78904a87fe543e5b4d40dfcc79111473c55866a56dde9d32e3df9710b6ed 2.4s done
11:00:27 #7 extracting sha256:a6f5c5588b6c21aef23444c1797d94da8566eb6e25d71f3f514d2fb1f7af0cfa 0.0s done
11:00:27 #7 DONE 27.2s
11:00:27 
11:00:27 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:27 #13 sha256:662e62586f2a9bf6c82d733f811287af9f158fed45c446384abced49326ff6bc
11:00:27 #13 ...
11:00:27 
11:00:27 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:00:27 #8 sha256:d95d15cea3b2dad536f4abbed0605d29e2f0920c1741f492184f755a81b2c029
11:00:29 #8 2.154 Get:1 http://archive.raspbian.org/raspbian bullseye InRelease [15.0 kB]
11:00:29 #8 2.299 Get:2 http://archive.raspberrypi.org/debian bullseye InRelease [23.7 kB]
11:00:29 #8 2.481 Get:3 http://archive.raspbian.org/raspbian bullseye/rpi armhf Packages [1299 B]
11:00:29 #8 2.587 Get:4 http://archive.raspbian.org/raspbian bullseye/main armhf Packages [18.2 MB]
11:00:29 #8 2.666 Get:5 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [295 kB]
11:00:30 #8 4.127 Get:6 http://archive.raspbian.org/raspbian bullseye/firmware armhf Packages [1201 B]
11:00:30 #8 4.127 Get:7 http://archive.raspbian.org/raspbian bullseye/non-free armhf Packages [130 kB]
11:00:30 #8 4.139 Get:8 http://archive.raspbian.org/raspbian bullseye/contrib armhf Packages [70.3 kB]
11:00:31 #8 4.936 Fetched 18.8 MB in 3s (5546 kB/s)
11:00:33 #8 4.936 Reading package lists...
11:00:33 #8 ...
11:00:33 
11:00:33 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:33 #13 sha256:662e62586f2a9bf6c82d733f811287af9f158fed45c446384abced49326ff6bc
11:00:33 #13 extracting sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 7.5s done
11:00:33 #13 extracting sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 0.5s
11:00:33 #13 ...
11:00:33 
11:00:33 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:00:33 #8 sha256:d95d15cea3b2dad536f4abbed0605d29e2f0920c1741f492184f755a81b2c029
11:00:33 #8 4.936 Reading package lists...
11:00:33 #8 6.369 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:00:34 #8 6.388 Reading package lists...
11:00:34 #8 7.864 Building dependency tree...
11:00:34 #8 8.088 Reading state information...
11:00:35 #8 8.626 The following additional packages will be installed:
11:00:35 #8 8.626   autoconf automake autopoint autotools-dev binutils
11:00:35 #8 8.626   binutils-arm-linux-gnueabihf binutils-common bsdextrautils bzip2 cpp cpp-10
11:00:35 #8 8.626   debhelper dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz fakeroot file
11:00:35 #8 8.626   gcc gcc-10 gettext gettext-base git-man groff-base intltool-debian
11:00:35 #8 8.626   libarchive-zip-perl libasan6 libatomic1 libb-hooks-op-check-perl libbinutils
11:00:35 #8 8.626   libc-dev-bin libc6 libc6-dev libcc1-0 libclass-method-modifiers-perl
11:00:35 #8 8.626   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
11:00:35 #8 8.626   libdebhelper-perl libdevel-callchecker-perl libdpkg-perl
11:00:35 #8 8.626   libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl
11:00:35 #8 8.626   libexpat1 libfakeroot libfile-dirlist-perl libfile-homedir-perl
11:00:35 #8 8.626   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:00:35 #8 8.626   libfile-which-perl libgcc-10-dev libgdbm-compat4 libgdbm6 libgomp1
11:00:35 #8 8.626   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:00:35 #8 8.626   libhttp-cookies-perl libhttp-date-perl libhttp-message-perl
11:00:35 #8 8.626   libhttp-negotiate-perl libicu67 libimport-into-perl libio-html-perl
11:00:35 #8 8.626   libio-pty-perl libio-socket-ssl-perl libipc-run-perl libisl23
11:00:35 #8 8.626   liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc libmagic1
11:00:35 #8 8.626   libmodule-runtime-perl libmoo-perl libmpc3 libmpdec3 libmpfr6
11:00:35 #8 8.626   libnet-http-perl libnet-ssleay-perl libnsl-dev libparams-classify-perl
11:00:35 #8 8.626   libperl5.32 libpipeline1 libpython3-stdlib libpython3.9-minimal
11:00:35 #8 8.626   libpython3.9-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
11:00:35 #8 8.626   libsub-override-perl libsub-quote-perl libtimedate-perl libtinfo5
11:00:35 #8 8.626   libtirpc-dev libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
11:00:35 #8 8.626   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
11:00:35 #8 8.626   media-types patch patchutils perl perl-modules-5.32 perl-openssl-defaults
11:00:35 #8 8.626   po-debconf python3 python3-minimal python3.9 python3.9-minimal
11:00:35 #8 8.626   sensible-utils wdiff xz-utils
11:00:35 #8 8.626 Suggested packages:
11:00:35 #8 8.626   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
11:00:35 #8 8.626   gcc-10-locales dh-make adequate at autopkgtest bls-standalone bsd-mailx
11:00:35 #8 8.626   | mailx build-essential check-all-the-things cvs-buildpackage devscripts-el
11:00:35 #8 8.626   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
11:00:35 #8 8.626   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
11:00:35 #8 8.626   libnet-smtps-perl libterm-size-perl libyaml-syck-perl mmdebstrap
11:00:35 #8 8.626   mozilla-devscripts mutt piuparts postgresql-client pristine-lfs quilt ratt
11:00:35 #8 8.626   reprotest ssh-client svn-buildpackage w3m debian-keyring gcc-multilib
11:00:35 #8 8.626   manpages-dev flex bison gdb gcc-doc gcc-10-doc gettext-doc libasprintf-dev
11:00:35 #8 8.626   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
11:00:35 #8 8.626   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn groff glibc-doc
11:00:35 #8 8.626   libc-l10n locales bzr gdbm-l10n libdata-dump-perl libcrypt-ssleay-perl
11:00:35 #8 8.626   libscalar-number-perl libbareword-filehandles-perl libindirect-perl
11:00:35 #8 8.626   libmultidimensional-perl libtool-doc gfortran | fortran95-compiler gcj-jdk
11:00:35 #8 8.626   libauthen-ntlm-perl m4-doc make-doc apparmor less www-browser ed
11:00:35 #8 8.626   diffutils-doc perl-doc libterm-readline-gnu-perl
11:00:35 #8 8.626   | libterm-readline-perl-perl libtap-harness-archive-perl libmail-box-perl
11:00:35 #8 8.626   python3-doc python3-tk python3-venv python3.9-venv python3.9-doc
11:00:35 #8 8.626   binfmt-support wdiff-doc
11:00:35 #8 8.626 Recommended packages:
11:00:35 #8 8.626   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
11:00:35 #8 8.626   libgitlab-api-v4-perl liblist-compare-perl libstring-shellquote-perl
11:00:35 #8 8.626   licensecheck lintian pristine-tar python3-apt python3-debian python3-magic
11:00:35 #8 8.626   python3-requests python3-unidiff python3-xdg strace unzip debian-keyring
11:00:35 #8 8.626   libsoap-lite-perl build-essential libalgorithm-merge-perl less ssh-client
11:00:35 #8 8.626   manpages manpages-dev libc-devtools libnss-nis libnss-nisplus
11:00:35 #8 8.626   libfile-fcntllock-perl libarchive-cpio-perl libhtml-format-perl
11:00:35 #8 8.626   libclone-perl libclass-xsaccessor-perl libnamespace-clean-perl
11:00:35 #8 8.626   libsub-name-perl libltdl-dev libdata-dump-perl libhtml-form-perl
11:00:35 #8 8.626   libhttp-daemon-perl libmailtools-perl libmail-sendmail-perl
11:00:37 #8 10.38 The following NEW packages will be installed:
11:00:37 #8 10.38   autoconf automake autopoint autotools-dev binutils
11:00:37 #8 10.38   binutils-arm-linux-gnueabihf binutils-common bsdextrautils bzip2 cpp cpp-10
11:00:37 #8 10.38   debhelper devscripts dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz
11:00:37 #8 10.38   equivs fakeroot file gcc gcc-10 gettext gettext-base git git-man groff-base
11:00:37 #8 10.38   intltool-debian libarchive-zip-perl libasan6 libatomic1
11:00:37 #8 10.38   libb-hooks-op-check-perl libbinutils libc-dev-bin libc6-dev libcc1-0
11:00:37 #8 10.38   libclass-method-modifiers-perl libcrypt-dev libctf-nobfd0 libctf0
11:00:37 #8 10.38   libcurl3-gnutls libdebhelper-perl libdevel-callchecker-perl libdpkg-perl
11:00:37 #8 10.38   libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl
11:00:37 #8 10.38   libexpat1 libfakeroot libfile-dirlist-perl libfile-homedir-perl
11:00:37 #8 10.38   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:00:37 #8 10.38   libfile-which-perl libgcc-10-dev libgdbm-compat4 libgdbm6 libgomp1
11:00:37 #8 10.38   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:00:37 #8 10.38   libhttp-cookies-perl libhttp-date-perl libhttp-message-perl
11:00:37 #8 10.38   libhttp-negotiate-perl libicu67 libimport-into-perl libio-html-perl
11:00:37 #8 10.38   libio-pty-perl libio-socket-ssl-perl libipc-run-perl libisl23
11:00:37 #8 10.38   liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc libmagic1
11:00:37 #8 10.38   libmodule-runtime-perl libmoo-perl libmpc3 libmpdec3 libmpfr6
11:00:37 #8 10.38   libnet-http-perl libnet-ssleay-perl libnsl-dev libparams-classify-perl
11:00:37 #8 10.38   libperl5.32 libpipeline1 libpython3-stdlib libpython3.9-minimal
11:00:37 #8 10.38   libpython3.9-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
11:00:37 #8 10.38   libsub-override-perl libsub-quote-perl libtimedate-perl libtinfo5
11:00:37 #8 10.38   libtirpc-dev libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
11:00:37 #8 10.38   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
11:00:37 #8 10.38   media-types patch patchutils perl perl-modules-5.32 perl-openssl-defaults
11:00:37 #8 10.38   po-debconf python3 python3-minimal python3.9 python3.9-minimal
11:00:37 #8 10.38   sensible-utils wdiff xz-utils
11:00:37 #8 10.38 The following packages will be upgraded:
11:00:37 #8 10.38   curl libc6 libcurl4
11:00:37 #8 10.91 3 upgraded, 126 newly installed, 0 to remove and 23 not upgraded.
11:00:37 #8 10.91 Need to get 80.3 MB of archives.
11:00:37 #8 10.91 After this operation, 300 MB of additional disk space will be used.
11:00:37 #8 10.91 Get:1 http://archive.raspbian.org/raspbian bullseye/main armhf bsdextrautils armhf 2.36.1-8+deb11u1 [138 kB]
11:00:37 #8 11.02 Get:2 http://archive.raspberrypi.org/debian bullseye/main armhf libc6 armhf 2.31-13+rpt2+rpi1+deb11u3 [2295 kB]
11:00:38 #8 11.23 Get:3 http://archive.raspbian.org/raspbian bullseye/main armhf libuchardet0 armhf 0.0.7-1 [65.0 kB]
11:00:38 #8 11.23 Get:4 http://archive.raspbian.org/raspbian bullseye/main armhf groff-base armhf 1.22.4-6 [793 kB]
11:00:38 #8 11.40 Get:5 http://archive.raspbian.org/raspbian bullseye/main armhf libgdbm6 armhf 1.19-2 [61.7 kB]
11:00:38 #8 11.40 Get:6 http://archive.raspbian.org/raspbian bullseye/main armhf libpipeline1 armhf 1.5.3-1 [29.9 kB]
11:00:38 #8 11.40 Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf man-db armhf 2.9.4-2 [1307 kB]
11:00:38 #8 11.56 Get:8 http://archive.raspbian.org/raspbian bullseye/main armhf perl-modules-5.32 all 5.32.1-4+deb11u2 [2823 kB]
11:00:38 #8 11.65 Get:9 http://archive.raspbian.org/raspbian bullseye/main armhf libgdbm-compat4 armhf 1.19-2 [44.5 kB]
11:00:38 #8 11.65 Get:10 http://archive.raspbian.org/raspbian bullseye/main armhf libperl5.32 armhf 5.32.1-4+deb11u2 [3373 kB]
11:00:38 #8 11.80 Get:11 http://archive.raspberrypi.org/debian bullseye/main armhf libc-dev-bin armhf 2.31-13+rpt2+rpi1+deb11u3 [267 kB]
11:00:38 #8 11.80 Get:12 http://archive.raspberrypi.org/debian bullseye/main armhf linux-libc-dev armhf 1:1.20220331-1 [1059 kB]
11:00:38 #8 11.83 Get:13 http://archive.raspberrypi.org/debian bullseye/main armhf libc6-dev armhf 2.31-13+rpt2+rpi1+deb11u3 [1815 kB]
11:00:38 #8 11.89 Get:14 http://archive.raspbian.org/raspbian bullseye/main armhf perl armhf 5.32.1-4+deb11u2 [293 kB]
11:00:38 #8 11.91 Get:15 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3.9-minimal armhf 3.9.2-1+rpi1 [791 kB]
11:00:38 #8 11.91 Get:16 http://archive.raspbian.org/raspbian bullseye/main armhf libexpat1 armhf 2.2.10-2+deb11u3 [74.9 kB]
11:00:38 #8 11.91 Get:17 http://archive.raspbian.org/raspbian bullseye/main armhf python3.9-minimal armhf 3.9.2-1+rpi1 [1625 kB]
11:00:38 #8 11.98 Get:18 http://archive.raspbian.org/raspbian bullseye/main armhf python3-minimal armhf 3.9.2-3 [38.2 kB]
11:00:38 #8 11.98 Get:19 http://archive.raspbian.org/raspbian bullseye/main armhf media-types all 4.0.0 [30.3 kB]
11:00:38 #8 11.98 Get:20 http://archive.raspbian.org/raspbian bullseye/main armhf libmpdec3 armhf 2.5.1-1+rpi1 [73.4 kB]
11:00:38 #8 11.99 Get:21 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3.9-stdlib armhf 3.9.2-1+rpi1 [1616 kB]
11:00:38 #8 12.07 Get:22 http://archive.raspbian.org/raspbian bullseye/main armhf python3.9 armhf 3.9.2-1+rpi1 [466 kB]
11:00:38 #8 12.12 Get:23 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3-stdlib armhf 3.9.2-3 [21.4 kB]
11:00:38 #8 12.12 Get:24 http://archive.raspbian.org/raspbian bullseye/main armhf python3 armhf 3.9.2-3 [37.9 kB]
11:00:38 #8 12.12 Get:25 http://archive.raspbian.org/raspbian bullseye/main armhf sensible-utils all 0.0.14 [14.8 kB]
11:00:38 #8 12.12 Get:26 http://archive.raspbian.org/raspbian bullseye/main armhf bzip2 armhf 1.0.8-4 [47.0 kB]
11:00:39 #8 12.13 Get:27 http://archive.raspbian.org/raspbian bullseye/main armhf libmagic-mgc armhf 1:5.39-3 [273 kB]
11:00:39 #8 12.13 Get:28 http://archive.raspbian.org/raspbian bullseye/main armhf libmagic1 armhf 1:5.39-3 [117 kB]
11:00:39 #8 12.13 Get:29 http://archive.raspbian.org/raspbian bullseye/main armhf file armhf 1:5.39-3 [68.0 kB]
11:00:39 #8 12.13 Get:30 http://archive.raspbian.org/raspbian bullseye/main armhf gettext-base armhf 0.21-4 [171 kB]
11:00:39 #8 12.21 Get:31 http://archive.raspbian.org/raspbian bullseye/main armhf xz-utils armhf 5.2.5-2.1~deb11u1 [216 kB]
11:00:39 #8 12.21 Get:32 http://archive.raspbian.org/raspbian bullseye/main armhf libsigsegv2 armhf 2.13-1 [34.3 kB]
11:00:39 #8 12.21 Get:33 http://archive.raspbian.org/raspbian bullseye/main armhf m4 armhf 1.4.18-5 [186 kB]
11:00:39 #8 12.21 Get:34 http://archive.raspbian.org/raspbian bullseye/main armhf autoconf all 2.69-14 [313 kB]
11:00:39 #8 12.22 Get:35 http://archive.raspbian.org/raspbian bullseye/main armhf autotools-dev all 20180224.1+nmu1 [77.1 kB]
11:00:39 #8 12.30 Get:36 http://archive.raspbian.org/raspbian bullseye/main armhf automake all 1:1.16.3-2 [814 kB]
11:00:39 #8 12.30 Get:37 http://archive.raspbian.org/raspbian bullseye/main armhf autopoint all 0.21-4 [510 kB]
11:00:39 #8 12.31 Get:38 http://archive.raspbian.org/raspbian bullseye/main armhf binutils-common armhf 2.35.2-2+rpi1 [2220 kB]
11:00:39 #8 12.45 Get:39 http://archive.raspbian.org/raspbian bullseye/main armhf libbinutils armhf 2.35.2-2+rpi1 [393 kB]
11:00:39 #8 12.46 Get:40 http://archive.raspbian.org/raspbian bullseye/main armhf libctf-nobfd0 armhf 2.35.2-2+rpi1 [100 kB]
11:00:39 #8 12.46 Get:41 http://archive.raspbian.org/raspbian bullseye/main armhf libctf0 armhf 2.35.2-2+rpi1 [41.9 kB]
11:00:39 #8 12.46 Get:42 http://archive.raspbian.org/raspbian bullseye/main armhf binutils-arm-linux-gnueabihf armhf 2.35.2-2+rpi1 [2105 kB]
11:00:39 #8 12.54 Get:43 http://archive.raspbian.org/raspbian bullseye/main armhf binutils armhf 2.35.2-2+rpi1 [61.7 kB]
11:00:39 #8 12.54 Get:44 http://archive.raspbian.org/raspbian bullseye/main armhf libisl23 armhf 0.23-1 [497 kB]
11:00:39 #8 12.61 Get:45 http://archive.raspbian.org/raspbian bullseye/main armhf libmpfr6 armhf 4.1.0-3 [803 kB]
11:00:39 #8 12.62 Get:46 http://archive.raspbian.org/raspbian bullseye/main armhf libmpc3 armhf 1.2.0-1 [35.2 kB]
11:00:39 #8 12.62 Get:47 http://archive.raspbian.org/raspbian bullseye/main armhf cpp-10 armhf 10.2.1-6+rpi1 [6688 kB]
11:00:39 #8 13.06 Get:48 http://archive.raspbian.org/raspbian bullseye/main armhf cpp armhf 4:10.2.1-1+rpi1 [19.9 kB]
11:00:39 #8 13.06 Get:49 http://archive.raspbian.org/raspbian bullseye/main armhf curl armhf 7.74.0-1.3+deb11u2 [257 kB]
11:00:39 #8 13.06 Get:50 http://archive.raspbian.org/raspbian bullseye/main armhf libcurl4 armhf 7.74.0-1.3+deb11u2 [309 kB]
11:00:39 #8 13.06 Get:51 http://archive.raspbian.org/raspbian bullseye/main armhf libdebhelper-perl all 13.3.4 [189 kB]
11:00:39 #8 13.06 Get:52 http://archive.raspbian.org/raspbian bullseye/main armhf libcc1-0 armhf 10.2.1-6+rpi1 [38.3 kB]
11:00:39 #8 13.06 Get:53 http://archive.raspbian.org/raspbian bullseye/main armhf libgomp1 armhf 10.2.1-6+rpi1 [84.1 kB]
11:00:39 #8 13.06 Get:54 http://archive.raspbian.org/raspbian bullseye/main armhf libatomic1 armhf 10.2.1-6+rpi1 [8212 B]
11:00:39 #8 13.07 Get:55 http://archive.raspbian.org/raspbian bullseye/main armhf libasan6 armhf 10.2.1-6+rpi1 [1986 kB]
11:00:40 #8 13.16 Get:56 http://archive.raspbian.org/raspbian bullseye/main armhf libubsan1 armhf 10.2.1-6+rpi1 [746 kB]
11:00:40 #8 13.17 Get:57 http://archive.raspbian.org/raspbian bullseye/main armhf libgcc-10-dev armhf 10.2.1-6+rpi1 [682 kB]
11:00:40 #8 13.23 Get:58 http://archive.raspbian.org/raspbian bullseye/main armhf gcc-10 armhf 10.2.1-6+rpi1 [13.4 MB]
11:00:41 #8 14.08 Get:59 http://archive.raspbian.org/raspbian bullseye/main armhf gcc armhf 4:10.2.1-1+rpi1 [5196 B]
11:00:41 #8 14.11 Get:60 http://archive.raspbian.org/raspbian bullseye/main armhf libcrypt-dev armhf 1:4.4.18-4 [109 kB]
11:00:41 #8 14.11 Get:61 http://archive.raspbian.org/raspbian bullseye/main armhf libtirpc-dev armhf 1.3.1-1 [173 kB]
11:00:41 #8 14.11 Get:62 http://archive.raspbian.org/raspbian bullseye/main armhf libnsl-dev armhf 1.3.0-2 [58.9 kB]
11:00:41 #8 14.11 Get:63 http://archive.raspbian.org/raspbian bullseye/main armhf libtool all 2.4.6-15 [513 kB]
11:00:41 #8 14.11 Get:64 http://archive.raspbian.org/raspbian bullseye/main armhf dh-autoreconf all 20 [17.1 kB]
11:00:41 #8 14.11 Get:65 http://archive.raspbian.org/raspbian bullseye/main armhf libarchive-zip-perl all 1.68-1 [104 kB]
11:00:41 #8 14.11 Get:66 http://archive.raspbian.org/raspbian bullseye/main armhf libsub-override-perl all 0.09-2 [10.2 kB]
11:00:41 #8 14.11 Get:67 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-stripnondeterminism-perl all 1.12.0-1 [26.3 kB]
11:00:41 #8 14.16 Get:68 http://archive.raspbian.org/raspbian bullseye/main armhf dh-strip-nondeterminism all 1.12.0-1 [15.4 kB]
11:00:41 #8 14.25 Get:69 http://archive.raspbian.org/raspbian bullseye/main armhf libdpkg-perl all 1.20.11+rpi1 [1547 kB]
11:00:41 #8 14.26 Get:70 http://archive.raspbian.org/raspbian bullseye/main armhf patch armhf 2.7.6-7 [116 kB]
11:00:41 #8 14.34 Get:71 http://archive.raspbian.org/raspbian bullseye/main armhf make armhf 4.3-4.1 [376 kB]
11:00:41 #8 14.34 Get:72 http://archive.raspbian.org/raspbian bullseye/main armhf dpkg-dev all 1.20.11+rpi1 [2308 kB]
11:00:41 #8 14.42 Get:73 http://archive.raspbian.org/raspbian bullseye/main armhf libelf1 armhf 0.183-1 [161 kB]
11:00:41 #8 14.42 Get:74 http://archive.raspbian.org/raspbian bullseye/main armhf dwz armhf 0.13+20210201-1 [164 kB]
11:00:41 #8 14.42 Get:75 http://archive.raspbian.org/raspbian bullseye/main armhf libicu67 armhf 67.1-7 [8291 kB]
11:00:41 #8 14.95 Get:76 http://archive.raspbian.org/raspbian bullseye/main armhf libxml2 armhf 2.9.10+dfsg-6.7+deb11u2 [580 kB]
11:00:41 #8 14.97 Get:77 http://archive.raspbian.org/raspbian bullseye/main armhf gettext armhf 0.21-4 [1215 kB]
11:00:41 #8 14.97 Get:78 http://archive.raspbian.org/raspbian bullseye/main armhf intltool-debian all 0.35.0+20060710.5 [26.8 kB]
11:00:41 #8 14.99 Get:79 http://archive.raspbian.org/raspbian bullseye/main armhf po-debconf all 1.0.21+nmu1 [248 kB]
11:00:41 #8 14.99 Get:80 http://archive.raspbian.org/raspbian bullseye/main armhf debhelper all 13.3.4 [1049 kB]
11:00:41 #8 15.04 Get:81 http://archive.raspbian.org/raspbian bullseye/main armhf libfakeroot armhf 1.25.3-1.1 [45.1 kB]
11:00:41 #8 15.04 Get:82 http://archive.raspbian.org/raspbian bullseye/main armhf fakeroot armhf 1.25.3-1.1 [86.2 kB]
11:00:41 #8 15.05 Get:83 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-dirlist-perl all 0.05-2 [7444 B]
11:00:41 #8 15.05 Get:84 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-which-perl all 1.23-1 [16.6 kB]
11:00:41 #8 15.05 Get:85 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-homedir-perl all 1.006-1 [43.8 kB]
11:00:41 #8 15.11 Get:86 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-touch-perl all 0.11-1 [9254 B]
11:00:41 #8 15.11 Get:87 http://archive.raspbian.org/raspbian bullseye/main armhf libio-pty-perl armhf 1:1.15-2 [36.1 kB]
11:00:41 #8 15.11 Get:88 http://archive.raspbian.org/raspbian bullseye/main armhf libipc-run-perl all 20200505.0-1 [102 kB]
11:00:41 #8 15.11 Get:89 http://archive.raspbian.org/raspbian bullseye/main armhf libclass-method-modifiers-perl all 2.13-1 [19.2 kB]
11:00:42 #8 15.19 Get:90 http://archive.raspbian.org/raspbian bullseye/main armhf libb-hooks-op-check-perl armhf 0.22-1+b4 [11.0 kB]
11:00:42 #8 15.19 Get:91 http://archive.raspbian.org/raspbian bullseye/main armhf libdynaloader-functions-perl all 0.003-1.1 [12.7 kB]
11:00:42 #8 15.19 Get:92 http://archive.raspbian.org/raspbian bullseye/main armhf libdevel-callchecker-perl armhf 0.008-1+b2 [15.7 kB]
11:00:42 #8 15.19 Get:93 http://archive.raspbian.org/raspbian bullseye/main armhf libparams-classify-perl armhf 0.015-1+b3 [24.6 kB]
11:00:42 #8 15.19 Get:94 http://archive.raspbian.org/raspbian bullseye/main armhf libmodule-runtime-perl all 0.016-1 [19.4 kB]
11:00:42 #8 15.27 Get:95 http://archive.raspbian.org/raspbian bullseye/main armhf libimport-into-perl all 1.002005-1 [11.6 kB]
11:00:42 #8 15.27 Get:96 http://archive.raspbian.org/raspbian bullseye/main armhf librole-tiny-perl all 2.002004-1 [21.4 kB]
11:00:42 #8 15.27 Get:97 http://archive.raspbian.org/raspbian bullseye/main armhf libstrictures-perl all 2.000006-1 [18.6 kB]
11:00:42 #8 15.27 Get:98 http://archive.raspbian.org/raspbian bullseye/main armhf libsub-quote-perl all 2.006006-1 [21.0 kB]
11:00:42 #8 15.35 Get:99 http://archive.raspbian.org/raspbian bullseye/main armhf libmoo-perl all 2.004004-1 [59.9 kB]
11:00:42 #8 15.35 Get:100 http://archive.raspbian.org/raspbian bullseye/main armhf libencode-locale-perl all 1.05-1.1 [13.2 kB]
11:00:42 #8 15.35 Get:101 http://archive.raspbian.org/raspbian bullseye/main armhf libtimedate-perl all 2.3300-2 [39.3 kB]
11:00:42 #8 15.35 Get:102 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-date-perl all 6.05-1 [10.4 kB]
11:00:42 #8 15.51 Get:103 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-listing-perl all 6.14-1 [12.4 kB]
11:00:42 #8 15.51 Get:104 http://archive.raspbian.org/raspbian bullseye/main armhf libhtml-tagset-perl all 3.20-4 [13.0 kB]
11:00:42 #8 15.59 Get:105 http://archive.raspbian.org/raspbian bullseye/main armhf liburi-perl all 5.08-1 [90.6 kB]
11:00:42 #8 15.74 Get:106 http://archive.raspbian.org/raspbian bullseye/main armhf libhtml-parser-perl armhf 3.75-1+b1 [102 kB]
11:00:42 #8 15.82 Get:107 http://archive.raspbian.org/raspbian bullseye/main armhf libhtml-tree-perl all 5.07-2 [213 kB]
11:00:42 #8 15.82 Get:108 http://archive.raspbian.org/raspbian bullseye/main armhf libio-html-perl all 1.004-2 [16.1 kB]
11:00:42 #8 15.82 Get:109 http://archive.raspbian.org/raspbian bullseye/main armhf liblwp-mediatypes-perl all 6.04-1 [19.9 kB]
11:00:42 #8 15.91 Get:110 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-message-perl all 6.28-1 [79.6 kB]
11:00:42 #8 15.91 Get:111 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-cookies-perl all 6.10-1 [19.6 kB]
11:00:42 #8 15.91 Get:112 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-negotiate-perl all 6.01-1 [12.8 kB]
11:00:42 #8 15.91 Get:113 http://archive.raspbian.org/raspbian bullseye/main armhf perl-openssl-defaults armhf 5 [7360 B]
11:00:42 #8 15.91 Get:114 http://archive.raspbian.org/raspbian bullseye/main armhf libnet-ssleay-perl armhf 1.88-3+b1 [300 kB]
11:00:42 #8 15.91 Get:115 http://archive.raspbian.org/raspbian bullseye/main armhf libio-socket-ssl-perl all 2.069-1 [215 kB]
11:00:42 #8 15.99 Get:116 http://archive.raspbian.org/raspbian bullseye/main armhf libnet-http-perl all 6.20-1 [25.1 kB]
11:00:42 #8 15.99 Get:117 http://archive.raspbian.org/raspbian bullseye/main armhf liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
11:00:42 #8 15.99 Get:118 http://archive.raspbian.org/raspbian bullseye/main armhf libtry-tiny-perl all 0.30-1 [23.3 kB]
11:00:42 #8 15.99 Get:119 http://archive.raspbian.org/raspbian bullseye/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
11:00:42 #8 15.99 Get:120 http://archive.raspbian.org/raspbian bullseye/main armhf libwww-perl all 6.52-1 [192 kB]
11:00:42 #8 15.99 Get:121 http://archive.raspbian.org/raspbian bullseye/main armhf patchutils armhf 0.4.2-1 [68.7 kB]
11:00:42 #8 16.07 Get:122 http://archive.raspbian.org/raspbian bullseye/main armhf libtinfo5 armhf 6.2+20201114-2 [324 kB]
11:00:42 #8 16.07 Get:123 http://archive.raspbian.org/raspbian bullseye/main armhf wdiff armhf 1.2.2-2 [120 kB]
11:00:42 #8 16.07 Get:124 http://archive.raspbian.org/raspbian bullseye/main armhf devscripts armhf 2.21.3+deb11u1 [1092 kB]
11:00:42 #8 16.15 Get:125 http://archive.raspbian.org/raspbian bullseye/main armhf equivs all 2.3.1 [22.7 kB]
11:00:42 #8 16.15 Get:126 http://archive.raspbian.org/raspbian bullseye/main armhf libcurl3-gnutls armhf 7.74.0-1.3+deb11u2 [305 kB]
11:00:42 #8 16.16 Get:127 http://archive.raspbian.org/raspbian bullseye/main armhf liberror-perl all 0.17029-1 [31.0 kB]
11:00:42 #8 16.16 Get:128 http://archive.raspbian.org/raspbian bullseye/main armhf git-man all 1:2.30.2-1 [1827 kB]
11:00:43 #8 16.23 Get:129 http://archive.raspbian.org/raspbian bullseye/main armhf git armhf 1:2.30.2-1 [4724 kB]
11:00:43 #8 ...
11:00:43 
11:00:43 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:43 #13 sha256:662e62586f2a9bf6c82d733f811287af9f158fed45c446384abced49326ff6bc
11:00:43 #13 extracting sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 6.7s done
11:00:43 #13 extracting sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 3.8s
11:00:43 #13 ...
11:00:43 
11:00:43 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:00:43 #8 sha256:d95d15cea3b2dad536f4abbed0605d29e2f0920c1741f492184f755a81b2c029
11:00:43 #8 16.78 debconf: delaying package configuration, since apt-utils is not installed
11:00:43 #8 16.84 Fetched 80.3 MB in 6s (13.1 MB/s)
11:00:43 #8 16.88 Selecting previously unselected package bsdextrautils.
11:00:43 #8 16.88 (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:00:43 #8 16.88 Preparing to unpack .../bsdextrautils_2.36.1-8+deb11u1_armhf.deb ...
11:00:43 #8 16.88 Unpacking bsdextrautils (2.36.1-8+deb11u1) ...
11:00:44 #8 16.96 Preparing to unpack .../libc6_2.31-13+rpt2+rpi1+deb11u3_armhf.deb ...
11:00:44 #8 17.14 Unpacking libc6:armhf (2.31-13+rpt2+rpi1+deb11u3) over (2.31-13+rpi1+deb11u3) ...
11:00:45 #8 18.54 Setting up libc6:armhf (2.31-13+rpt2+rpi1+deb11u3) ...
11:00:47 #8 19.78 Selecting previously unselected package libuchardet0:armhf.
11:00:47 #8 19.78 (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:00:47 #8 19.80 Preparing to unpack .../00-libuchardet0_0.0.7-1_armhf.deb ...
11:00:47 #8 19.80 Unpacking libuchardet0:armhf (0.0.7-1) ...
11:00:47 #8 19.86 Selecting previously unselected package groff-base.
11:00:47 #8 19.86 Preparing to unpack .../01-groff-base_1.22.4-6_armhf.deb ...
11:00:47 #8 19.90 Unpacking groff-base (1.22.4-6) ...
11:00:47 #8 20.07 Selecting previously unselected package libgdbm6:armhf.
11:00:47 #8 20.07 Preparing to unpack .../02-libgdbm6_1.19-2_armhf.deb ...
11:00:47 #8 20.08 Unpacking libgdbm6:armhf (1.19-2) ...
11:00:47 #8 20.13 Selecting previously unselected package libpipeline1:armhf.
11:00:47 #8 20.13 Preparing to unpack .../03-libpipeline1_1.5.3-1_armhf.deb ...
11:00:47 #8 20.13 Unpacking libpipeline1:armhf (1.5.3-1) ...
11:00:47 #8 20.31 Selecting previously unselected package man-db.
11:00:47 #8 20.31 Preparing to unpack .../04-man-db_2.9.4-2_armhf.deb ...
11:00:47 #8 20.32 Unpacking man-db (2.9.4-2) ...
11:00:47 #8 20.52 Selecting previously unselected package perl-modules-5.32.
11:00:47 #8 20.52 Preparing to unpack .../05-perl-modules-5.32_5.32.1-4+deb11u2_all.deb ...
11:00:47 #8 20.52 Unpacking perl-modules-5.32 (5.32.1-4+deb11u2) ...
11:00:48 #8 21.16 Selecting previously unselected package libgdbm-compat4:armhf.
11:00:48 #8 21.16 Preparing to unpack .../06-libgdbm-compat4_1.19-2_armhf.deb ...
11:00:48 #8 21.17 Unpacking libgdbm-compat4:armhf (1.19-2) ...
11:00:48 #8 21.25 Selecting previously unselected package libperl5.32:armhf.
11:00:48 #8 21.25 Preparing to unpack .../07-libperl5.32_5.32.1-4+deb11u2_armhf.deb ...
11:00:48 #8 21.29 Unpacking libperl5.32:armhf (5.32.1-4+deb11u2) ...
11:00:49 #8 21.92 Selecting previously unselected package perl.
11:00:49 #8 21.92 Preparing to unpack .../08-perl_5.32.1-4+deb11u2_armhf.deb ...
11:00:49 #8 21.93 Unpacking perl (5.32.1-4+deb11u2) ...
11:00:49 #8 22.06 Selecting previously unselected package libpython3.9-minimal:armhf.
11:00:49 #8 22.06 Preparing to unpack .../09-libpython3.9-minimal_3.9.2-1+rpi1_armhf.deb ...
11:00:49 #8 22.06 Unpacking libpython3.9-minimal:armhf (3.9.2-1+rpi1) ...
11:00:49 #8 22.26 Selecting previously unselected package libexpat1:armhf.
11:00:49 #8 22.26 Preparing to unpack .../10-libexpat1_2.2.10-2+deb11u3_armhf.deb ...
11:00:49 #8 22.27 Unpacking libexpat1:armhf (2.2.10-2+deb11u3) ...
11:00:49 #8 22.35 Selecting previously unselected package python3.9-minimal.
11:00:49 #8 22.35 Preparing to unpack .../11-python3.9-minimal_3.9.2-1+rpi1_armhf.deb ...
11:00:49 #8 22.37 Unpacking python3.9-minimal (3.9.2-1+rpi1) ...
11:00:49 #8 22.60 Setting up libpython3.9-minimal:armhf (3.9.2-1+rpi1) ...
11:00:49 #8 22.63 Setting up libexpat1:armhf (2.2.10-2+deb11u3) ...
11:00:49 #8 22.66 Setting up python3.9-minimal (3.9.2-1+rpi1) ...
11:00:50 #8 23.64 Selecting previously unselected package python3-minimal.
11:00:50 #8 23.64 (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:00:50 #8 23.64 Preparing to unpack .../0-python3-minimal_3.9.2-3_armhf.deb ...
11:00:50 #8 23.67 Unpacking python3-minimal (3.9.2-3) ...
11:00:50 #8 23.80 Selecting previously unselected package media-types.
11:00:50 #8 23.80 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
11:00:50 #8 23.82 Unpacking media-types (4.0.0) ...
11:00:51 #8 24.24 Selecting previously unselected package libmpdec3:armhf.
11:00:51 #8 24.24 Preparing to unpack .../2-libmpdec3_2.5.1-1+rpi1_armhf.deb ...
11:00:51 #8 24.27 Unpacking libmpdec3:armhf (2.5.1-1+rpi1) ...
11:00:52 #8 25.09 Selecting previously unselected package libpython3.9-stdlib:armhf.
11:00:52 #8 25.09 Preparing to unpack .../3-libpython3.9-stdlib_3.9.2-1+rpi1_armhf.deb ...
11:00:52 #8 25.10 Unpacking libpython3.9-stdlib:armhf (3.9.2-1+rpi1) ...
11:00:52 #8 25.78 Selecting previously unselected package python3.9.
11:00:52 #8 25.78 Preparing to unpack .../4-python3.9_3.9.2-1+rpi1_armhf.deb ...
11:00:52 #8 25.80 Unpacking python3.9 (3.9.2-1+rpi1) ...
11:00:52 #8 25.88 Selecting previously unselected package libpython3-stdlib:armhf.
11:00:52 #8 25.88 Preparing to unpack .../5-libpython3-stdlib_3.9.2-3_armhf.deb ...
11:00:52 #8 25.88 Unpacking libpython3-stdlib:armhf (3.9.2-3) ...
11:00:52 #8 25.93 Setting up python3-minimal (3.9.2-3) ...
11:00:53 #8 26.33 Selecting previously unselected package python3.
11:00:53 #8 26.33 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 11134 files and directories currently installed.)
11:00:53 #8 26.34 Preparing to unpack .../000-python3_3.9.2-3_armhf.deb ...
11:00:53 #8 26.35 Unpacking python3 (3.9.2-3) ...
11:00:53 #8 26.39 Selecting previously unselected package sensible-utils.
11:00:53 #8 26.39 Preparing to unpack .../001-sensible-utils_0.0.14_all.deb ...
11:00:53 #8 26.39 Unpacking sensible-utils (0.0.14) ...
11:00:53 #8 26.43 Selecting previously unselected package bzip2.
11:00:53 #8 26.43 Preparing to unpack .../002-bzip2_1.0.8-4_armhf.deb ...
11:00:53 #8 26.43 Unpacking bzip2 (1.0.8-4) ...
11:00:53 #8 26.49 Selecting previously unselected package libmagic-mgc.
11:00:53 #8 26.49 Preparing to unpack .../003-libmagic-mgc_1%3a5.39-3_armhf.deb ...
11:00:53 #8 26.49 Unpacking libmagic-mgc (1:5.39-3) ...
11:00:53 #8 26.65 Selecting previously unselected package libmagic1:armhf.
11:00:53 #8 26.65 Preparing to unpack .../004-libmagic1_1%3a5.39-3_armhf.deb ...
11:00:53 #8 26.66 Unpacking libmagic1:armhf (1:5.39-3) ...
11:00:53 #8 26.71 Selecting previously unselected package file.
11:00:53 #8 26.71 Preparing to unpack .../005-file_1%3a5.39-3_armhf.deb ...
11:00:53 #8 26.71 Unpacking file (1:5.39-3) ...
11:00:53 #8 26.75 Selecting previously unselected package gettext-base.
11:00:53 #8 26.75 Preparing to unpack .../006-gettext-base_0.21-4_armhf.deb ...
11:00:53 #8 26.81 Unpacking gettext-base (0.21-4) ...
11:00:53 #8 26.83 Selecting previously unselected package xz-utils.
11:00:53 #8 26.83 Preparing to unpack .../007-xz-utils_5.2.5-2.1~deb11u1_armhf.deb ...
11:00:53 #8 26.87 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
11:00:53 #8 ...
11:00:53 
11:00:53 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:53 #13 sha256:662e62586f2a9bf6c82d733f811287af9f158fed45c446384abced49326ff6bc
11:00:53 #13 extracting sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 14.0s
11:00:53 #13 ...
11:00:53 
11:00:53 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:00:53 #8 sha256:d95d15cea3b2dad536f4abbed0605d29e2f0920c1741f492184f755a81b2c029
11:00:53 #8 26.94 Selecting previously unselected package libsigsegv2:armhf.
11:00:53 #8 26.94 Preparing to unpack .../008-libsigsegv2_2.13-1_armhf.deb ...
11:00:53 #8 26.94 Unpacking libsigsegv2:armhf (2.13-1) ...
11:00:53 #8 26.98 Selecting previously unselected package m4.
11:00:53 #8 26.98 Preparing to unpack .../009-m4_1.4.18-5_armhf.deb ...
11:00:53 #8 27.00 Unpacking m4 (1.4.18-5) ...
11:00:53 #8 27.07 Selecting previously unselected package autoconf.
11:00:53 #8 27.07 Preparing to unpack .../010-autoconf_2.69-14_all.deb ...
11:00:53 #8 27.07 Unpacking autoconf (2.69-14) ...
11:00:54 #8 27.20 Selecting previously unselected package autotools-dev.
11:00:54 #8 27.20 Preparing to unpack .../011-autotools-dev_20180224.1+nmu1_all.deb ...
11:00:54 #8 27.20 Unpacking autotools-dev (20180224.1+nmu1) ...
11:00:54 #8 27.28 Selecting previously unselected package automake.
11:00:54 #8 27.28 Preparing to unpack .../012-automake_1%3a1.16.3-2_all.deb ...
11:00:54 #8 27.29 Unpacking automake (1:1.16.3-2) ...
11:00:54 #8 27.41 Selecting previously unselected package autopoint.
11:00:54 #8 27.41 Preparing to unpack .../013-autopoint_0.21-4_all.deb ...
11:00:54 #8 27.42 Unpacking autopoint (0.21-4) ...
11:00:54 #8 27.48 Selecting previously unselected package binutils-common:armhf.
11:00:54 #8 27.48 Preparing to unpack .../014-binutils-common_2.35.2-2+rpi1_armhf.deb ...
11:00:54 #8 27.49 Unpacking binutils-common:armhf (2.35.2-2+rpi1) ...
11:00:55 #8 27.87 Selecting previously unselected package libbinutils:armhf.
11:00:55 #8 27.87 Preparing to unpack .../015-libbinutils_2.35.2-2+rpi1_armhf.deb ...
11:00:55 #8 27.87 Unpacking libbinutils:armhf (2.35.2-2+rpi1) ...
11:00:55 #8 28.00 Selecting previously unselected package libctf-nobfd0:armhf.
11:00:55 #8 28.00 Preparing to unpack .../016-libctf-nobfd0_2.35.2-2+rpi1_armhf.deb ...
11:00:55 #8 28.00 Unpacking libctf-nobfd0:armhf (2.35.2-2+rpi1) ...
11:00:55 #8 28.07 Selecting previously unselected package libctf0:armhf.
11:00:55 #8 28.07 Preparing to unpack .../017-libctf0_2.35.2-2+rpi1_armhf.deb ...
11:00:55 #8 28.07 Unpacking libctf0:armhf (2.35.2-2+rpi1) ...
11:00:55 #8 28.13 Selecting previously unselected package binutils-arm-linux-gnueabihf.
11:00:55 #8 28.13 Preparing to unpack .../018-binutils-arm-linux-gnueabihf_2.35.2-2+rpi1_armhf.deb ...
11:00:55 #8 28.13 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2+rpi1) ...
11:00:55 #8 28.47 Selecting previously unselected package binutils.
11:00:55 #8 28.47 Preparing to unpack .../019-binutils_2.35.2-2+rpi1_armhf.deb ...
11:00:55 #8 28.48 Unpacking binutils (2.35.2-2+rpi1) ...
11:00:55 #8 28.58 Selecting previously unselected package libisl23:armhf.
11:00:55 #8 28.58 Preparing to unpack .../020-libisl23_0.23-1_armhf.deb ...
11:00:55 #8 28.58 Unpacking libisl23:armhf (0.23-1) ...
11:00:55 #8 28.71 Selecting previously unselected package libmpfr6:armhf.
11:00:55 #8 28.71 Preparing to unpack .../021-libmpfr6_4.1.0-3_armhf.deb ...
11:00:55 #8 28.71 Unpacking libmpfr6:armhf (4.1.0-3) ...
11:00:55 #8 28.79 Selecting previously unselected package libmpc3:armhf.
11:00:55 #8 28.79 Preparing to unpack .../022-libmpc3_1.2.0-1_armhf.deb ...
11:00:55 #8 28.82 Unpacking libmpc3:armhf (1.2.0-1) ...
11:00:55 #8 28.85 Selecting previously unselected package cpp-10.
11:00:55 #8 28.85 Preparing to unpack .../023-cpp-10_10.2.1-6+rpi1_armhf.deb ...
11:00:55 #8 28.86 Unpacking cpp-10 (10.2.1-6+rpi1) ...
11:00:56 #8 ...
11:00:56 
11:00:56 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:56 #13 sha256:662e62586f2a9bf6c82d733f811287af9f158fed45c446384abced49326ff6bc
11:00:56 #13 extracting sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 15.8s done
11:00:56 #13 extracting sha256:a9c96f1e426118ca27f868ea355d7b9f81f7fb49a818fe7877a30706e0e8adee 0.0s done
11:00:56 #13 DONE 56.5s
11:00:56 
11:00:56 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:00:56 #8 sha256:d95d15cea3b2dad536f4abbed0605d29e2f0920c1741f492184f755a81b2c029
11:00:56 #8 29.62 Selecting previously unselected package cpp.
11:00:56 #8 29.62 Preparing to unpack .../024-cpp_4%3a10.2.1-1+rpi1_armhf.deb ...
11:00:56 #8 29.65 Unpacking cpp (4:10.2.1-1+rpi1) ...
11:00:56 #8 29.68 Preparing to unpack .../025-curl_7.74.0-1.3+deb11u2_armhf.deb ...
11:00:56 #8 29.70 Unpacking curl (7.74.0-1.3+deb11u2) over (7.74.0-1.3+deb11u1) ...
11:00:56 #8 29.80 Preparing to unpack .../026-libcurl4_7.74.0-1.3+deb11u2_armhf.deb ...
11:00:56 #8 29.81 Unpacking libcurl4:armhf (7.74.0-1.3+deb11u2) over (7.74.0-1.3+deb11u1) ...
11:00:56 #8 29.94 Selecting previously unselected package libdebhelper-perl.
11:00:56 #8 29.95 Preparing to unpack .../027-libdebhelper-perl_13.3.4_all.deb ...
11:00:56 #8 29.95 Unpacking libdebhelper-perl (13.3.4) ...
11:00:56 #8 30.04 Selecting previously unselected package libcc1-0:armhf.
11:00:56 #8 30.04 Preparing to unpack .../028-libcc1-0_10.2.1-6+rpi1_armhf.deb ...
11:00:56 #8 30.04 Unpacking libcc1-0:armhf (10.2.1-6+rpi1) ...
11:00:57 #8 30.10 Selecting previously unselected package libgomp1:armhf.
11:00:57 #8 30.10 Preparing to unpack .../029-libgomp1_10.2.1-6+rpi1_armhf.deb ...
11:00:57 #8 30.11 Unpacking libgomp1:armhf (10.2.1-6+rpi1) ...
11:00:57 #8 30.18 Selecting previously unselected package libatomic1:armhf.
11:00:57 #8 30.18 Preparing to unpack .../030-libatomic1_10.2.1-6+rpi1_armhf.deb ...
11:00:57 #8 30.19 Unpacking libatomic1:armhf (10.2.1-6+rpi1) ...
11:00:57 #8 30.25 Selecting previously unselected package libasan6:armhf.
11:00:57 #8 30.25 Preparing to unpack .../031-libasan6_10.2.1-6+rpi1_armhf.deb ...
11:00:57 #8 30.26 Unpacking libasan6:armhf (10.2.1-6+rpi1) ...
11:00:57 #8 30.58 Selecting previously unselected package libubsan1:armhf.
11:00:57 #8 30.58 Preparing to unpack .../032-libubsan1_10.2.1-6+rpi1_armhf.deb ...
11:00:57 #8 30.58 Unpacking libubsan1:armhf (10.2.1-6+rpi1) ...
11:00:57 #8 30.75 Selecting previously unselected package libgcc-10-dev:armhf.
11:00:57 #8 30.75 Preparing to unpack .../033-libgcc-10-dev_10.2.1-6+rpi1_armhf.deb ...
11:00:57 #8 30.76 Unpacking libgcc-10-dev:armhf (10.2.1-6+rpi1) ...
11:00:57 #8 30.93 Selecting previously unselected package gcc-10.
11:00:57 #8 30.93 Preparing to unpack .../034-gcc-10_10.2.1-6+rpi1_armhf.deb ...
11:00:57 #8 30.93 Unpacking gcc-10 (10.2.1-6+rpi1) ...
11:00:59 #8 32.38 Selecting previously unselected package gcc.
11:00:59 #8 32.38 Preparing to unpack .../035-gcc_4%3a10.2.1-1+rpi1_armhf.deb ...
11:00:59 #8 32.38 Unpacking gcc (4:10.2.1-1+rpi1) ...
11:00:59 #8 32.43 Selecting previously unselected package libc-dev-bin.
11:00:59 #8 32.43 Preparing to unpack .../036-libc-dev-bin_2.31-13+rpt2+rpi1+deb11u3_armhf.deb ...
11:00:59 #8 32.44 Unpacking libc-dev-bin (2.31-13+rpt2+rpi1+deb11u3) ...
11:00:59 #8 32.52 Selecting previously unselected package linux-libc-dev:armhf.
11:00:59 #8 32.52 Preparing to unpack .../037-linux-libc-dev_1%3a1.20220331-1_armhf.deb ...
11:00:59 #8 32.53 Unpacking linux-libc-dev:armhf (1:1.20220331-1) ...
11:00:59 #8 32.79 Selecting previously unselected package libcrypt-dev:armhf.
11:00:59 #8 32.79 Preparing to unpack .../038-libcrypt-dev_1%3a4.4.18-4_armhf.deb ...
11:00:59 #8 32.80 Unpacking libcrypt-dev:armhf (1:4.4.18-4) ...
11:00:59 #8 32.86 Selecting previously unselected package libtirpc-dev:armhf.
11:00:59 #8 32.86 Preparing to unpack .../039-libtirpc-dev_1.3.1-1_armhf.deb ...
11:00:59 #8 32.87 Unpacking libtirpc-dev:armhf (1.3.1-1) ...
11:00:59 #8 32.93 Selecting previously unselected package libnsl-dev:armhf.
11:00:59 #8 32.93 Preparing to unpack .../040-libnsl-dev_1.3.0-2_armhf.deb ...
11:01:00 #8 32.93 Unpacking libnsl-dev:armhf (1.3.0-2) ...
11:01:00 #8 33.00 Selecting previously unselected package libc6-dev:armhf.
11:01:00 #8 33.00 Preparing to unpack .../041-libc6-dev_2.31-13+rpt2+rpi1+deb11u3_armhf.deb ...
11:01:00 #8 33.00 Unpacking libc6-dev:armhf (2.31-13+rpt2+rpi1+deb11u3) ...
11:01:00 #8 33.35 Selecting previously unselected package libtool.
11:01:00 #8 33.35 Preparing to unpack .../042-libtool_2.4.6-15_all.deb ...
11:01:00 #8 33.36 Unpacking libtool (2.4.6-15) ...
11:01:00 #8 33.44 Selecting previously unselected package dh-autoreconf.
11:01:00 #8 33.44 Preparing to unpack .../043-dh-autoreconf_20_all.deb ...
11:01:00 #8 33.45 Unpacking dh-autoreconf (20) ...
11:01:00 #8 33.50 Selecting previously unselected package libarchive-zip-perl.
11:01:00 #8 33.50 Preparing to unpack .../044-libarchive-zip-perl_1.68-1_all.deb ...
11:01:00 #8 33.50 Unpacking libarchive-zip-perl (1.68-1) ...
11:01:00 #8 33.56 Selecting previously unselected package libsub-override-perl.
11:01:00 #8 33.56 Preparing to unpack .../045-libsub-override-perl_0.09-2_all.deb ...
11:01:00 #8 33.57 Unpacking libsub-override-perl (0.09-2) ...
11:01:00 #8 33.60 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:01:00 #8 33.60 Preparing to unpack .../046-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
11:01:00 #8 33.61 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
11:01:00 #8 33.65 Selecting previously unselected package dh-strip-nondeterminism.
11:01:00 #8 33.65 Preparing to unpack .../047-dh-strip-nondeterminism_1.12.0-1_all.deb ...
11:01:00 #8 33.66 Unpacking dh-strip-nondeterminism (1.12.0-1) ...
11:01:00 #8 33.70 Selecting previously unselected package libdpkg-perl.
11:01:00 #8 33.70 Preparing to unpack .../048-libdpkg-perl_1.20.11+rpi1_all.deb ...
11:01:00 #8 33.71 Unpacking libdpkg-perl (1.20.11+rpi1) ...
11:01:00 #8 33.81 Selecting previously unselected package patch.
11:01:00 #8 33.81 Preparing to unpack .../049-patch_2.7.6-7_armhf.deb ...
11:01:00 #8 33.82 Unpacking patch (2.7.6-7) ...
11:01:00 #8 33.88 Selecting previously unselected package make.
11:01:00 #8 33.88 Preparing to unpack .../050-make_4.3-4.1_armhf.deb ...
11:01:00 #8 33.89 Unpacking make (4.3-4.1) ...
11:01:01 #8 33.97 Selecting previously unselected package dpkg-dev.
11:01:01 #8 33.97 Preparing to unpack .../051-dpkg-dev_1.20.11+rpi1_all.deb ...
11:01:01 #8 33.98 Unpacking dpkg-dev (1.20.11+rpi1) ...
11:01:01 #8 34.18 Selecting previously unselected package libelf1:armhf.
11:01:01 #8 34.18 Preparing to unpack .../052-libelf1_0.183-1_armhf.deb ...
11:01:01 #8 34.19 Unpacking libelf1:armhf (0.183-1) ...
11:01:01 #8 34.27 Selecting previously unselected package dwz.
11:01:01 #8 34.27 Preparing to unpack .../053-dwz_0.13+20210201-1_armhf.deb ...
11:01:01 #8 34.28 Unpacking dwz (0.13+20210201-1) ...
11:01:01 #8 34.34 Selecting previously unselected package libicu67:armhf.
11:01:01 #8 34.34 Preparing to unpack .../054-libicu67_67.1-7_armhf.deb ...
11:01:01 #8 34.35 Unpacking libicu67:armhf (67.1-7) ...
11:01:02 #8 35.56 Selecting previously unselected package libxml2:armhf.
11:01:02 #8 35.56 Preparing to unpack .../055-libxml2_2.9.10+dfsg-6.7+deb11u2_armhf.deb ...
11:01:02 #8 35.58 Unpacking libxml2:armhf (2.9.10+dfsg-6.7+deb11u2) ...
11:01:02 #8 35.87 Selecting previously unselected package gettext.
11:01:02 #8 35.87 Preparing to unpack .../056-gettext_0.21-4_armhf.deb ...
11:01:03 #8 35.89 Unpacking gettext (0.21-4) ...
11:01:03 #8 36.67 Selecting previously unselected package intltool-debian.
11:01:03 #8 36.67 Preparing to unpack .../057-intltool-debian_0.35.0+20060710.5_all.deb ...
11:01:03 #8 36.68 Unpacking intltool-debian (0.35.0+20060710.5) ...
11:01:04 #8 37.09 Selecting previously unselected package po-debconf.
11:01:04 #8 37.10 Preparing to unpack .../058-po-debconf_1.0.21+nmu1_all.deb ...
11:01:04 #8 37.10 Unpacking po-debconf (1.0.21+nmu1) ...
11:01:04 #8 37.16 Selecting previously unselected package debhelper.
11:01:04 #8 37.17 Preparing to unpack .../059-debhelper_13.3.4_all.deb ...
11:01:04 #8 37.17 Unpacking debhelper (13.3.4) ...
11:01:04 #8 37.30 Selecting previously unselected package libfakeroot:armhf.
11:01:04 #8 37.30 Preparing to unpack .../060-libfakeroot_1.25.3-1.1_armhf.deb ...
11:01:04 #8 37.31 Unpacking libfakeroot:armhf (1.25.3-1.1) ...
11:01:04 #8 37.36 Selecting previously unselected package fakeroot.
11:01:04 #8 37.36 Preparing to unpack .../061-fakeroot_1.25.3-1.1_armhf.deb ...
11:01:04 #8 37.37 Unpacking fakeroot (1.25.3-1.1) ...
11:01:04 #8 37.43 Selecting previously unselected package libfile-dirlist-perl.
11:01:04 #8 37.43 Preparing to unpack .../062-libfile-dirlist-perl_0.05-2_all.deb ...
11:01:04 #8 37.43 Unpacking libfile-dirlist-perl (0.05-2) ...
11:01:04 #8 37.47 Selecting previously unselected package libfile-which-perl.
11:01:04 #8 37.47 Preparing to unpack .../063-libfile-which-perl_1.23-1_all.deb ...
11:01:04 #8 37.48 Unpacking libfile-which-perl (1.23-1) ...
11:01:04 #8 37.51 Selecting previously unselected package libfile-homedir-perl.
11:01:04 #8 37.52 Preparing to unpack .../064-libfile-homedir-perl_1.006-1_all.deb ...
11:01:04 #8 37.52 Unpacking libfile-homedir-perl (1.006-1) ...
11:01:04 #8 37.57 Selecting previously unselected package libfile-touch-perl.
11:01:04 #8 37.57 Preparing to unpack .../065-libfile-touch-perl_0.11-1_all.deb ...
11:01:04 #8 37.58 Unpacking libfile-touch-perl (0.11-1) ...
11:01:04 #8 37.65 Selecting previously unselected package libio-pty-perl.
11:01:04 #8 37.66 Preparing to unpack .../066-libio-pty-perl_1%3a1.15-2_armhf.deb ...
11:01:04 #8 37.67 Unpacking libio-pty-perl (1:1.15-2) ...
11:01:04 #8 37.73 Selecting previously unselected package libipc-run-perl.
11:01:04 #8 37.73 Preparing to unpack .../067-libipc-run-perl_20200505.0-1_all.deb ...
11:01:04 #8 37.74 Unpacking libipc-run-perl (20200505.0-1) ...
11:01:04 #8 37.80 Selecting previously unselected package libclass-method-modifiers-perl.
11:01:04 #8 37.80 Preparing to unpack .../068-libclass-method-modifiers-perl_2.13-1_all.deb ...
11:01:04 #8 37.82 Unpacking libclass-method-modifiers-perl (2.13-1) ...
11:01:04 #8 37.88 Selecting previously unselected package libb-hooks-op-check-perl.
11:01:04 #8 37.88 Preparing to unpack .../069-libb-hooks-op-check-perl_0.22-1+b4_armhf.deb ...
11:01:04 #8 37.89 Unpacking libb-hooks-op-check-perl (0.22-1+b4) ...
11:01:04 #8 37.92 Selecting previously unselected package libdynaloader-functions-perl.
11:01:04 #8 37.92 Preparing to unpack .../070-libdynaloader-functions-perl_0.003-1.1_all.deb ...
11:01:04 #8 37.93 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
11:01:04 #8 38.00 Selecting previously unselected package libdevel-callchecker-perl.
11:01:04 #8 38.00 Preparing to unpack .../071-libdevel-callchecker-perl_0.008-1+b2_armhf.deb ...
11:01:04 #8 38.02 Unpacking libdevel-callchecker-perl (0.008-1+b2) ...
11:01:04 #8 38.07 Selecting previously unselected package libparams-classify-perl.
11:01:04 #8 38.08 Preparing to unpack .../072-libparams-classify-perl_0.015-1+b3_armhf.deb ...
11:01:04 #8 38.08 Unpacking libparams-classify-perl (0.015-1+b3) ...
11:01:05 #8 38.13 Selecting previously unselected package libmodule-runtime-perl.
11:01:05 #8 38.13 Preparing to unpack .../073-libmodule-runtime-perl_0.016-1_all.deb ...
11:01:05 #8 38.14 Unpacking libmodule-runtime-perl (0.016-1) ...
11:01:05 #8 38.18 Selecting previously unselected package libimport-into-perl.
11:01:05 #8 38.19 Preparing to unpack .../074-libimport-into-perl_1.002005-1_all.deb ...
11:01:05 #8 38.22 Unpacking libimport-into-perl (1.002005-1) ...
11:01:05 #8 38.26 Selecting previously unselected package librole-tiny-perl.
11:01:05 #8 38.26 Preparing to unpack .../075-librole-tiny-perl_2.002004-1_all.deb ...
11:01:05 #8 38.27 Unpacking librole-tiny-perl (2.002004-1) ...
11:01:05 #8 38.31 Selecting previously unselected package libstrictures-perl.
11:01:05 #8 38.31 Preparing to unpack .../076-libstrictures-perl_2.000006-1_all.deb ...
11:01:05 #8 38.32 Unpacking libstrictures-perl (2.000006-1) ...
11:01:05 #8 38.35 Selecting previously unselected package libsub-quote-perl.
11:01:05 #8 38.35 Preparing to unpack .../077-libsub-quote-perl_2.006006-1_all.deb ...
11:01:05 #8 38.36 Unpacking libsub-quote-perl (2.006006-1) ...
11:01:05 #8 38.40 Selecting previously unselected package libmoo-perl.
11:01:05 #8 38.40 Preparing to unpack .../078-libmoo-perl_2.004004-1_all.deb ...
11:01:05 #8 38.41 Unpacking libmoo-perl (2.004004-1) ...
11:01:05 #8 38.44 Selecting previously unselected package libencode-locale-perl.
11:01:05 #8 38.45 Preparing to unpack .../079-libencode-locale-perl_1.05-1.1_all.deb ...
11:01:05 #8 38.45 Unpacking libencode-locale-perl (1.05-1.1) ...
11:01:05 #8 38.49 Selecting previously unselected package libtimedate-perl.
11:01:05 #8 38.49 Preparing to unpack .../080-libtimedate-perl_2.3300-2_all.deb ...
11:01:05 #8 38.50 Unpacking libtimedate-perl (2.3300-2) ...
11:01:05 #8 38.54 Selecting previously unselected package libhttp-date-perl.
11:01:05 #8 38.54 Preparing to unpack .../081-libhttp-date-perl_6.05-1_all.deb ...
11:01:05 #8 38.55 Unpacking libhttp-date-perl (6.05-1) ...
11:01:05 #8 38.60 Selecting previously unselected package libfile-listing-perl.
11:01:05 #8 38.60 Preparing to unpack .../082-libfile-listing-perl_6.14-1_all.deb ...
11:01:05 #8 38.61 Unpacking libfile-listing-perl (6.14-1) ...
11:01:05 #8 38.64 Selecting previously unselected package libhtml-tagset-perl.
11:01:05 #8 38.64 Preparing to unpack .../083-libhtml-tagset-perl_3.20-4_all.deb ...
11:01:05 #8 38.65 Unpacking libhtml-tagset-perl (3.20-4) ...
11:01:05 #8 38.68 Selecting previously unselected package liburi-perl.
11:01:05 #8 38.68 Preparing to unpack .../084-liburi-perl_5.08-1_all.deb ...
11:01:05 #8 38.69 Unpacking liburi-perl (5.08-1) ...
11:01:05 #8 38.74 Selecting previously unselected package libhtml-parser-perl.
11:01:05 #8 38.74 Preparing to unpack .../085-libhtml-parser-perl_3.75-1+b1_armhf.deb ...
11:01:05 #8 38.75 Unpacking libhtml-parser-perl (3.75-1+b1) ...
11:01:05 #8 38.80 Selecting previously unselected package libhtml-tree-perl.
11:01:05 #8 38.80 Preparing to unpack .../086-libhtml-tree-perl_5.07-2_all.deb ...
11:01:05 #8 38.81 Unpacking libhtml-tree-perl (5.07-2) ...
11:01:06 #8 38.86 Selecting previously unselected package libio-html-perl.
11:01:06 #8 38.87 Preparing to unpack .../087-libio-html-perl_1.004-2_all.deb ...
11:01:06 #8 38.87 Unpacking libio-html-perl (1.004-2) ...
11:01:06 #8 38.91 Selecting previously unselected package liblwp-mediatypes-perl.
11:01:06 #8 38.91 Preparing to unpack .../088-liblwp-mediatypes-perl_6.04-1_all.deb ...
11:01:06 #8 38.92 Unpacking liblwp-mediatypes-perl (6.04-1) ...
11:01:06 #8 38.95 Selecting previously unselected package libhttp-message-perl.
11:01:06 #8 38.95 Preparing to unpack .../089-libhttp-message-perl_6.28-1_all.deb ...
11:01:06 #8 38.96 Unpacking libhttp-message-perl (6.28-1) ...
11:01:06 #8 39.00 Selecting previously unselected package libhttp-cookies-perl.
11:01:06 #8 39.00 Preparing to unpack .../090-libhttp-cookies-perl_6.10-1_all.deb ...
11:01:06 #8 39.01 Unpacking libhttp-cookies-perl (6.10-1) ...
11:01:06 #8 39.04 Selecting previously unselected package libhttp-negotiate-perl.
11:01:06 #8 39.05 Preparing to unpack .../091-libhttp-negotiate-perl_6.01-1_all.deb ...
11:01:06 #8 39.05 Unpacking libhttp-negotiate-perl (6.01-1) ...
11:01:06 #8 39.08 Selecting previously unselected package perl-openssl-defaults:armhf.
11:01:06 #8 39.09 Preparing to unpack .../092-perl-openssl-defaults_5_armhf.deb ...
11:01:06 #8 39.09 Unpacking perl-openssl-defaults:armhf (5) ...
11:01:06 #8 39.12 Selecting previously unselected package libnet-ssleay-perl.
11:01:06 #8 39.13 Preparing to unpack .../093-libnet-ssleay-perl_1.88-3+b1_armhf.deb ...
11:01:06 #8 39.13 Unpacking libnet-ssleay-perl (1.88-3+b1) ...
11:01:06 #8 39.20 Selecting previously unselected package libio-socket-ssl-perl.
11:01:06 #8 39.20 Preparing to unpack .../094-libio-socket-ssl-perl_2.069-1_all.deb ...
11:01:06 #8 39.21 Unpacking libio-socket-ssl-perl (2.069-1) ...
11:01:06 #8 39.26 Selecting previously unselected package libnet-http-perl.
11:01:06 #8 39.27 Preparing to unpack .../095-libnet-http-perl_6.20-1_all.deb ...
11:01:06 #8 39.27 Unpacking libnet-http-perl (6.20-1) ...
11:01:06 #8 39.31 Selecting previously unselected package liblwp-protocol-https-perl.
11:01:06 #8 39.31 Preparing to unpack .../096-liblwp-protocol-https-perl_6.10-1_all.deb ...
11:01:06 #8 39.32 Unpacking liblwp-protocol-https-perl (6.10-1) ...
11:01:06 #8 39.35 Selecting previously unselected package libtry-tiny-perl.
11:01:06 #8 39.35 Preparing to unpack .../097-libtry-tiny-perl_0.30-1_all.deb ...
11:01:06 #8 39.36 Unpacking libtry-tiny-perl (0.30-1) ...
11:01:06 #8 39.39 Selecting previously unselected package libwww-robotrules-perl.
11:01:06 #8 39.39 Preparing to unpack .../098-libwww-robotrules-perl_6.02-1_all.deb ...
11:01:06 #8 39.41 Unpacking libwww-robotrules-perl (6.02-1) ...
11:01:06 #8 39.44 Selecting previously unselected package libwww-perl.
11:01:06 #8 39.44 Preparing to unpack .../099-libwww-perl_6.52-1_all.deb ...
11:01:06 #8 39.44 Unpacking libwww-perl (6.52-1) ...
11:01:06 #8 39.50 Selecting previously unselected package patchutils.
11:01:06 #8 39.50 Preparing to unpack .../100-patchutils_0.4.2-1_armhf.deb ...
11:01:06 #8 39.51 Unpacking patchutils (0.4.2-1) ...
11:01:06 #8 39.56 Selecting previously unselected package libtinfo5:armhf.
11:01:06 #8 39.56 Preparing to unpack .../101-libtinfo5_6.2+20201114-2_armhf.deb ...
11:01:06 #8 39.57 Unpacking libtinfo5:armhf (6.2+20201114-2) ...
11:01:06 #8 39.63 Selecting previously unselected package wdiff.
11:01:06 #8 39.63 Preparing to unpack .../102-wdiff_1.2.2-2_armhf.deb ...
11:01:06 #8 39.64 Unpacking wdiff (1.2.2-2) ...
11:01:06 #8 39.71 Selecting previously unselected package devscripts.
11:01:06 #8 39.71 Preparing to unpack .../103-devscripts_2.21.3+deb11u1_armhf.deb ...
11:01:06 #8 39.73 Unpacking devscripts (2.21.3+deb11u1) ...
11:01:06 #8 39.89 Selecting previously unselected package equivs.
11:01:06 #8 39.89 Preparing to unpack .../104-equivs_2.3.1_all.deb ...
11:01:06 #8 39.90 Unpacking equivs (2.3.1) ...
11:01:06 #8 39.95 Selecting previously unselected package libcurl3-gnutls:armhf.
11:01:06 #8 39.95 Preparing to unpack .../105-libcurl3-gnutls_7.74.0-1.3+deb11u2_armhf.deb ...
11:01:06 #8 39.96 Unpacking libcurl3-gnutls:armhf (7.74.0-1.3+deb11u2) ...
11:01:07 #8 40.02 Selecting previously unselected package liberror-perl.
11:01:07 #8 40.02 Preparing to unpack .../106-liberror-perl_0.17029-1_all.deb ...
11:01:07 #8 40.03 Unpacking liberror-perl (0.17029-1) ...
11:01:07 #8 40.10 Selecting previously unselected package git-man.
11:01:07 #8 40.10 Preparing to unpack .../107-git-man_1%3a2.30.2-1_all.deb ...
11:01:07 #8 40.11 Unpacking git-man (1:2.30.2-1) ...
11:01:07 #8 40.27 Selecting previously unselected package git.
11:01:07 #8 40.27 Preparing to unpack .../108-git_1%3a2.30.2-1_armhf.deb ...
11:01:07 #8 40.29 Unpacking git (1:2.30.2-1) ...
11:01:07 #8 40.90 Setting up media-types (4.0.0) ...
11:01:07 #8 40.91 Setting up libpipeline1:armhf (1.5.3-1) ...
11:01:07 #8 40.93 Setting up bsdextrautils (2.36.1-8+deb11u1) ...
11:01:07 #8 40.94 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
11:01:07 #8 40.94 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:01:07 #8 40.95 Setting up libicu67:armhf (67.1-7) ...
11:01:07 #8 40.96 Setting up libmagic-mgc (1:5.39-3) ...
11:01:07 #8 40.97 Setting up perl-modules-5.32 (5.32.1-4+deb11u2) ...
11:01:07 #8 40.98 Setting up binutils-common:armhf (2.35.2-2+rpi1) ...
11:01:07 #8 41.00 Setting up libmagic1:armhf (1:5.39-3) ...
11:01:07 #8 41.02 Setting up perl-openssl-defaults:armhf (5) ...
11:01:07 #8 41.03 Setting up linux-libc-dev:armhf (1:1.20220331-1) ...
11:01:07 #8 41.05 Setting up libctf-nobfd0:armhf (2.35.2-2+rpi1) ...
11:01:07 #8 41.06 Setting up gettext-base (0.21-4) ...
11:01:07 #8 41.07 Setting up libcurl3-gnutls:armhf (7.74.0-1.3+deb11u2) ...
11:01:08 #8 41.08 Setting up file (1:5.39-3) ...
11:01:08 #8 41.10 Setting up libgomp1:armhf (10.2.1-6+rpi1) ...
11:01:08 #8 41.11 Setting up bzip2 (1.0.8-4) ...
11:01:08 #8 41.12 Setting up libfakeroot:armhf (1.25.3-1.1) ...
11:01:08 #8 41.14 Setting up libasan6:armhf (10.2.1-6+rpi1) ...
11:01:08 #8 41.15 Setting up fakeroot (1.25.3-1.1) ...
11:01:08 #8 41.16 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:01:08 #8 41.16 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:01:08 #8 41.16 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:01:08 #8 41.16 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:01:08 #8 41.16 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:01:08 #8 41.16 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:01:08 #8 41.16 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:01:08 #8 41.16 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:01:08 #8 41.17 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:01:08 #8 41.17 Setting up autotools-dev (20180224.1+nmu1) ...
11:01:08 #8 41.19 Setting up libtirpc-dev:armhf (1.3.1-1) ...
11:01:08 #8 41.20 Setting up make (4.3-4.1) ...
11:01:08 #8 41.21 Setting up libmpfr6:armhf (4.1.0-3) ...
11:01:08 #8 41.23 Setting up libsigsegv2:armhf (2.13-1) ...
11:01:08 #8 41.24 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
11:01:08 #8 41.25 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:01:08 #8 41.25 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
11:01:08 #8 41.25 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
11:01:08 #8 41.25 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
11:01:08 #8 41.25 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
11:01:08 #8 41.26 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:01:08 #8 41.26 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:01:08 #8 41.26 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:01:08 #8 41.26 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:01:08 #8 41.26 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:01:08 #8 41.26 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:01:08 #8 41.26 Setting up libmpc3:armhf (1.2.0-1) ...
11:01:08 #8 41.28 Setting up libatomic1:armhf (10.2.1-6+rpi1) ...
11:01:08 #8 41.29 Setting up patch (2.7.6-7) ...
11:01:08 #8 41.31 Setting up autopoint (0.21-4) ...
11:01:08 #8 41.32 Setting up libubsan1:armhf (10.2.1-6+rpi1) ...
11:01:08 #8 41.33 Setting up libnsl-dev:armhf (1.3.0-2) ...
11:01:08 #8 41.35 Setting up sensible-utils (0.0.14) ...
11:01:08 #8 41.36 Setting up libcrypt-dev:armhf (1:4.4.18-4) ...
11:01:08 #8 41.38 Setting up libuchardet0:armhf (0.0.7-1) ...
11:01:08 #8 41.39 Setting up libmpdec3:armhf (2.5.1-1+rpi1) ...
11:01:08 #8 41.41 Setting up libcurl4:armhf (7.74.0-1.3+deb11u2) ...
11:01:08 #8 41.42 Setting up git-man (1:2.30.2-1) ...
11:01:08 #8 41.44 Setting up curl (7.74.0-1.3+deb11u2) ...
11:01:08 #8 41.45 Setting up libbinutils:armhf (2.35.2-2+rpi1) ...
11:01:08 #8 41.46 Setting up libisl23:armhf (0.23-1) ...
11:01:08 #8 41.47 Setting up libc-dev-bin (2.31-13+rpt2+rpi1+deb11u3) ...
11:01:08 #8 41.48 Setting up libtinfo5:armhf (6.2+20201114-2) ...
11:01:08 #8 41.50 Setting up libelf1:armhf (0.183-1) ...
11:01:08 #8 41.51 Setting up libxml2:armhf (2.9.10+dfsg-6.7+deb11u2) ...
11:01:08 #8 41.53 Setting up libcc1-0:armhf (10.2.1-6+rpi1) ...
11:01:08 #8 41.54 Setting up cpp-10 (10.2.1-6+rpi1) ...
11:01:08 #8 41.55 Setting up libpython3.9-stdlib:armhf (3.9.2-1+rpi1) ...
11:01:08 #8 41.57 Setting up libpython3-stdlib:armhf (3.9.2-3) ...
11:01:08 #8 41.58 Setting up libgdbm6:armhf (1.19-2) ...
11:01:08 #8 41.59 Setting up libctf0:armhf (2.35.2-2+rpi1) ...
11:01:08 #8 41.60 Setting up wdiff (1.2.2-2) ...
11:01:08 #8 41.62 Setting up gettext (0.21-4) ...
11:01:08 #8 41.63 Setting up libgcc-10-dev:armhf (10.2.1-6+rpi1) ...
11:01:08 #8 41.64 Setting up m4 (1.4.18-5) ...
11:01:08 #8 41.66 Setting up libgdbm-compat4:armhf (1.19-2) ...
11:01:08 #8 41.67 Setting up libperl5.32:armhf (5.32.1-4+deb11u2) ...
11:01:08 #8 41.68 Setting up dwz (0.13+20210201-1) ...
11:01:08 #8 41.69 Setting up groff-base (1.22.4-6) ...
11:01:08 #8 41.72 Setting up cpp (4:10.2.1-1+rpi1) ...
11:01:08 #8 41.73 Setting up libc6-dev:armhf (2.31-13+rpt2+rpi1+deb11u3) ...
11:01:08 #8 41.74 Setting up binutils-arm-linux-gnueabihf (2.35.2-2+rpi1) ...
11:01:08 #8 41.76 Setting up python3.9 (3.9.2-1+rpi1) ...
11:01:09 #8 42.51 Setting up python3 (3.9.2-3) ...
11:01:09 #8 42.62 Setting up binutils (2.35.2-2+rpi1) ...
11:01:09 #8 42.64 Setting up man-db (2.9.4-2) ...
11:01:09 #8 42.75 Building database of manual pages ...
11:01:13 #8 45.63 Setting up perl (5.32.1-4+deb11u2) ...
11:01:13 #8 45.66 Setting up libio-html-perl (1.004-2) ...
11:01:13 #8 45.68 Setting up libb-hooks-op-check-perl (0.22-1+b4) ...
11:01:13 #8 45.69 Setting up gcc-10 (10.2.1-6+rpi1) ...
11:01:13 #8 45.71 Setting up libdpkg-perl (1.20.11+rpi1) ...
11:01:13 #8 45.72 Setting up autoconf (2.69-14) ...
11:01:13 #8 45.74 Setting up libtimedate-perl (2.3300-2) ...
11:01:13 #8 45.76 Setting up libsub-override-perl (0.09-2) ...
11:01:13 #8 45.77 Setting up libstrictures-perl (2.000006-1) ...
11:01:13 #8 45.79 Setting up libsub-quote-perl (2.006006-1) ...
11:01:13 #8 45.80 Setting up libfile-dirlist-perl (0.05-2) ...
11:01:13 #8 45.81 Setting up liburi-perl (5.08-1) ...
11:01:13 #8 45.83 Setting up libfile-touch-perl (0.11-1) ...
11:01:13 #8 45.84 Setting up libnet-ssleay-perl (1.88-3+b1) ...
11:01:13 #8 45.86 Setting up automake (1:1.16.3-2) ...
11:01:13 #8 45.88 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
11:01:13 #8 45.89 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:01:13 #8 45.89 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:01:13 #8 45.90 Setting up libhttp-date-perl (6.05-1) ...
11:01:13 #8 45.91 Setting up libfile-which-perl (1.23-1) ...
11:01:13 #8 45.92 Setting up libfile-listing-perl (6.14-1) ...
11:01:13 #8 45.94 Setting up libdynaloader-functions-perl (0.003-1.1) ...
11:01:13 #8 45.95 Setting up libclass-method-modifiers-perl (2.13-1) ...
11:01:13 #8 45.97 Setting up libio-pty-perl (1:1.15-2) ...
11:01:13 #8 45.98 Setting up libtool (2.4.6-15) ...
11:01:13 #8 46.00 Setting up libarchive-zip-perl (1.68-1) ...
11:01:13 #8 46.01 Setting up libhtml-tagset-perl (3.20-4) ...
11:01:13 #8 46.02 Setting up libdebhelper-perl (13.3.4) ...
11:01:13 #8 46.04 Setting up liblwp-mediatypes-perl (6.04-1) ...
11:01:13 #8 46.05 Setting up libtry-tiny-perl (0.30-1) ...
11:01:13 #8 46.06 Setting up libnet-http-perl (6.20-1) ...
11:01:13 #8 46.08 Setting up libencode-locale-perl (1.05-1.1) ...
11:01:13 #8 46.09 Setting up libdevel-callchecker-perl (0.008-1+b2) ...
11:01:13 #8 46.10 Setting up gcc (4:10.2.1-1+rpi1) ...
11:01:13 #8 46.13 Setting up dpkg-dev (1.20.11+rpi1) ...
11:01:13 #8 46.15 Setting up intltool-debian (0.35.0+20060710.5) ...
11:01:13 #8 46.16 Setting up liberror-perl (0.17029-1) ...
11:01:13 #8 46.18 Setting up dh-autoreconf (20) ...
11:01:13 #8 46.19 Setting up patchutils (0.4.2-1) ...
11:01:13 #8 46.20 Setting up libipc-run-perl (20200505.0-1) ...
11:01:13 #8 46.21 Setting up git (1:2.30.2-1) ...
11:01:13 #8 46.25 Setting up libwww-robotrules-perl (6.02-1) ...
11:01:13 #8 46.26 Setting up libhtml-parser-perl (3.75-1+b1) ...
11:01:13 #8 46.27 Setting up librole-tiny-perl (2.002004-1) ...
11:01:13 #8 46.29 Setting up libfile-homedir-perl (1.006-1) ...
11:01:13 #8 46.31 Setting up libio-socket-ssl-perl (2.069-1) ...
11:01:13 #8 46.33 Setting up libhttp-message-perl (6.28-1) ...
11:01:13 #8 46.34 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
11:01:13 #8 46.36 Setting up libhttp-negotiate-perl (6.01-1) ...
11:01:13 #8 46.37 Setting up libhttp-cookies-perl (6.10-1) ...
11:01:13 #8 46.38 Setting up po-debconf (1.0.21+nmu1) ...
11:01:13 #8 46.40 Setting up libhtml-tree-perl (5.07-2) ...
11:01:13 #8 46.42 Setting up libparams-classify-perl (0.015-1+b3) ...
11:01:13 #8 46.43 Setting up libmodule-runtime-perl (0.016-1) ...
11:01:13 #8 46.45 Setting up dh-strip-nondeterminism (1.12.0-1) ...
11:01:13 #8 46.46 Setting up libimport-into-perl (1.002005-1) ...
11:01:13 #8 46.47 Setting up libmoo-perl (2.004004-1) ...
11:01:13 #8 46.49 Setting up debhelper (13.3.4) ...
11:01:13 #8 46.50 Setting up equivs (2.3.1) ...
11:01:13 #8 46.52 Setting up liblwp-protocol-https-perl (6.10-1) ...
11:01:13 #8 46.53 Setting up libwww-perl (6.52-1) ...
11:01:13 #8 46.54 Setting up devscripts (2.21.3+deb11u1) ...
11:01:13 #8 46.75 Processing triggers for libc-bin (2.31-13+rpi1+deb11u3) ...
11:01:13 #8 DONE 47.0s
11:01:13 
11:01:13 #10 [stage-1 3/8] COPY common /root/build-deb/debian
11:01:13 #10 sha256:e2e9a20403af288a0a367abd5c2e79e829c050f59d1cf1abf590999b26536e18
11:01:14 #10 DONE 0.1s
11:01:14 
11:01:14 #11 [stage-1 4/8] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
11:01:14 #11 sha256:a115e216e2cc5eaff4143d01461797dca5be8c12bdef5d83bbb645d8349f346f
11:01:15 #11 1.051 Hit:1 http://archive.raspbian.org/raspbian bullseye InRelease
11:01:15 #11 1.123 Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
11:01:16 #11 1.208 Reading package lists...
11:01:16 #11 2.691 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:01:17 #11 3.020 dpkg-buildpackage: info: source package docker-ce-build-deps
11:01:17 #11 3.020 dpkg-buildpackage: info: source version 1.0
11:01:17 #11 3.020 dpkg-buildpackage: info: source distribution unstable
11:01:17 #11 3.020 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
11:01:17 #11 3.058  dpkg-source --before-build .
11:01:17 #11 3.059 dpkg-buildpackage: info: host architecture armhf
11:01:17 #11 3.173  debian/rules clean
11:01:17 #11 3.175 dh clean
11:01:17 #11 3.271    dh_clean
11:01:17 #11 3.307  debian/rules binary
11:01:17 #11 3.309 dh binary
11:01:17 #11 3.388    dh_update_autotools_config
11:01:17 #11 3.420    dh_autoreconf
11:01:17 #11 3.466    create-stamp debian/debhelper-build-stamp
11:01:17 #11 3.466    dh_prep
11:01:17 #11 3.511    dh_install
11:01:17 #11 3.542    dh_installdocs
11:01:17 #11 3.586    dh_installchangelogs
11:01:17 #11 3.677    dh_perl
11:01:17 #11 3.718    dh_link
11:01:17 #11 3.763    dh_strip_nondeterminism
11:01:17 #11 3.834    dh_compress
11:01:17 #11 3.877    dh_fixperms
11:01:17 #11 3.923    dh_missing
11:01:17 #11 3.954    dh_installdeb
11:01:17 #11 3.992    dh_gencontrol
11:01:18 #11 4.118    dh_md5sums
11:01:18 #11 4.158    dh_builddeb
11:01:18 #11 4.188 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
11:01:18 #11 4.209  dpkg-genbuildinfo --build=binary
11:01:18 #11 4.358  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_armhf.changes
11:01:18 #11 4.450 dpkg-genchanges: info: binary-only upload (no source code included)
11:01:18 #11 4.454  dpkg-source --after-build .
11:01:18 #11 4.570 dpkg-buildpackage: info: binary-only upload (no source included)
11:01:18 #11 4.585 
11:01:18 #11 4.585 The package has been created.
11:01:18 #11 4.585 Attention, the package has been created in the current directory,
11:01:18 #11 4.585 not in ".." as indicated by the message above!
11:01:18 #11 4.615 Selecting previously unselected package docker-ce-build-deps.
11:01:18 #11 4.628 (Reading database ... 17527 files and directories currently installed.)
11:01:18 #11 4.629 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
11:01:18 #11 4.635 Unpacking docker-ce-build-deps (1.0) ...
11:01:20 #11 4.733 Reading package lists...
11:01:20 #11 6.176 Building dependency tree...
11:01:20 #11 6.380 Reading state information...
11:01:20 #11 6.411 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
11:01:20 #11 6.678 Starting 2 pkgProblemResolver with broken count: 0
11:01:20 #11 6.682 Done
11:01:20 #11 6.902  Done
11:01:21 #11 7.120 Starting pkgProblemResolver with broken count: 0
11:01:21 #11 7.194 Starting 2 pkgProblemResolver with broken count: 0
11:01:21 #11 7.199 Done
11:01:21 #11 7.712 The following additional packages will be installed:
11:01:21 #11 7.713   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
11:01:21 #11 7.713   g++-10 libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
11:01:21 #11 7.713   libdevmapper-event1.02.1 libdevmapper1.02.1 libglib2.0-0 libjsoncpp24
11:01:21 #11 7.713   libltdl-dev libltdl7 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
11:01:21 #11 7.713   libpcre2-posix2 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
11:01:21 #11 7.714   libstdc++-10-dev libsystemd-dev libudev-dev libuv1 pkg-config
11:01:21 #11 7.715 Suggested packages:
11:01:21 #11 7.715   cmake-doc ninja-build apparmor-easyprof gcc-10-doc lrzip libtool-doc seccomp
11:01:21 #11 7.715   libstdc++-10-doc
11:01:21 #11 7.715 Recommended packages:
11:01:21 #11 7.715   libglib2.0-data shared-mime-info xdg-user-dirs
11:01:22 #11 8.114 The following NEW packages will be installed:
11:01:22 #11 8.114   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
11:01:22 #11 8.114   g++-10 libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
11:01:22 #11 8.115   libdevmapper-event1.02.1 libdevmapper1.02.1 libglib2.0-0 libjsoncpp24
11:01:22 #11 8.115   libltdl-dev libltdl7 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
11:01:22 #11 8.115   libpcre2-posix2 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
11:01:22 #11 8.116   libstdc++-10-dev libsystemd-dev libudev-dev libuv1 pkg-config
11:01:22 #11 8.554 0 upgraded, 31 newly installed, 0 to remove and 23 not upgraded.
11:01:22 #11 8.554 1 not fully installed or removed.
11:01:22 #11 8.554 Need to get 19.6 MB of archives.
11:01:22 #11 8.554 After this operation, 84.0 MB of additional disk space will be used.
11:01:22 #11 8.554 Get:1 http://archive.raspbian.org/raspbian bullseye/main armhf libstdc++-10-dev armhf 10.2.1-6+rpi1 [1751 kB]
11:01:22 #11 8.798 Get:2 http://archive.raspberrypi.org/debian bullseye/main armhf cmake-data all 3.18.4-2+rpt1+rpi1+deb11u1 [1726 kB]
11:01:23 #11 9.130 Get:3 http://archive.raspbian.org/raspbian bullseye/main armhf g++-10 armhf 10.2.1-6+rpi1 [7341 kB]
11:01:23 #11 9.625 Get:4 http://archive.raspbian.org/raspbian bullseye/main armhf g++ armhf 4:10.2.1-1+rpi1 [1632 B]
11:01:23 #11 9.635 Get:5 http://archive.raspbian.org/raspbian bullseye/main armhf build-essential armhf 12.9 [7704 B]
11:01:23 #11 9.635 Get:6 http://archive.raspbian.org/raspbian bullseye/main armhf bash-completion all 1:2.11-2 [234 kB]
11:01:23 #11 9.635 Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf libarchive13 armhf 3.4.3-2+deb11u1 [297 kB]
11:01:23 #11 9.635 Get:8 http://archive.raspberrypi.org/debian bullseye/main armhf cmake armhf 3.18.4-2+rpt1+rpi1+deb11u1 [3104 kB]
11:01:23 #11 9.635 Get:9 http://archive.raspbian.org/raspbian bullseye/main armhf libjsoncpp24 armhf 1.9.4-4 [67.0 kB]
11:01:23 #11 9.638 Get:10 http://archive.raspbian.org/raspbian bullseye/main armhf librhash0 armhf 1.4.1-2 [141 kB]
11:01:23 #11 9.639 Get:11 http://archive.raspbian.org/raspbian bullseye/main armhf libuv1 armhf 1.40.0-1 [118 kB]
11:01:23 #11 9.641 Get:12 http://archive.raspbian.org/raspbian bullseye/main armhf dh-apparmor all 2.13.6-10 [75.2 kB]
11:01:23 #11 9.660 Get:13 http://archive.raspbian.org/raspbian bullseye/main armhf libbtrfs0 armhf 5.10.1-2 [218 kB]
11:01:23 #11 9.708 Get:14 http://archive.raspbian.org/raspbian bullseye/main armhf libbtrfs-dev armhf 5.10.1-2 [279 kB]
11:01:23 #11 9.720 Get:15 http://archive.raspbian.org/raspbian bullseye/main armhf dmsetup armhf 2:1.02.175-2.1 [91.4 kB]
11:01:23 #11 9.823 Get:16 http://archive.raspbian.org/raspbian bullseye/main armhf libdevmapper1.02.1 armhf 2:1.02.175-2.1 [134 kB]
11:01:23 #11 9.823 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:01:23 #11 9.824 Get:18 http://archive.raspbian.org/raspbian bullseye/main armhf libudev-dev armhf 247.3-7+rpi1 [124 kB]
11:01:23 #11 9.824 Get:19 http://archive.raspbian.org/raspbian bullseye/main armhf libsepol1-dev armhf 3.1-1 [308 kB]
11:01:23 #11 9.824 Get:20 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-16-0 armhf 10.36-2 [197 kB]
11:01:23 #11 9.824 Get:21 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-32-0 armhf 10.36-2 [187 kB]
11:01:23 #11 9.828 Get:22 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-posix2 armhf 10.36-2 [48.7 kB]
11:01:23 #11 9.829 Get:23 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-dev armhf 10.36-2 [626 kB]
11:01:23 #11 9.876 Get:24 http://archive.raspbian.org/raspbian bullseye/main armhf libselinux1-dev armhf 3.1-3 [156 kB]
11:01:23 #11 9.951 Get:25 http://archive.raspbian.org/raspbian bullseye/main armhf libdevmapper-dev armhf 2:1.02.175-2.1 [52.0 kB]
11:01:24 #11 9.968 Get:26 http://archive.raspbian.org/raspbian bullseye/main armhf libltdl7 armhf 2.4.6-15 [388 kB]
11:01:24 #11 9.968 Get:27 http://archive.raspbian.org/raspbian bullseye/main armhf libltdl-dev armhf 2.4.6-15 [159 kB]
11:01:24 #11 9.968 Get:28 http://archive.raspbian.org/raspbian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+rpi1+deb11u1 [88.2 kB]
11:01:24 #11 9.975 Get:29 http://archive.raspbian.org/raspbian bullseye/main armhf libsystemd-dev armhf 247.3-7+rpi1 [401 kB]
11:01:24 #11 9.977 Get:30 http://archive.raspbian.org/raspbian bullseye/main armhf libglib2.0-0 armhf 2.66.8-1 [1183 kB]
11:01:24 #11 10.05 Get:31 http://archive.raspbian.org/raspbian bullseye/main armhf pkg-config armhf 0.29.2-1 [61.5 kB]
11:01:24 #11 10.34 debconf: delaying package configuration, since apt-utils is not installed
11:01:24 #11 10.39 Fetched 19.6 MB in 2s (9778 kB/s)
11:01:24 #11 10.41 Selecting previously unselected package libstdc++-10-dev:armhf.
11:01:24 #11 10.41 (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 ... 17531 files and directories currently installed.)
11:01:24 #11 10.43 Preparing to unpack .../00-libstdc++-10-dev_10.2.1-6+rpi1_armhf.deb ...
11:01:24 #11 10.43 Unpacking libstdc++-10-dev:armhf (10.2.1-6+rpi1) ...
11:01:24 #11 10.89 Selecting previously unselected package g++-10.
11:01:24 #11 10.89 Preparing to unpack .../01-g++-10_10.2.1-6+rpi1_armhf.deb ...
11:01:24 #11 10.89 Unpacking g++-10 (10.2.1-6+rpi1) ...
11:01:25 #11 11.66 Selecting previously unselected package g++.
11:01:25 #11 11.66 Preparing to unpack .../02-g++_4%3a10.2.1-1+rpi1_armhf.deb ...
11:01:25 #11 11.66 Unpacking g++ (4:10.2.1-1+rpi1) ...
11:01:25 #11 11.72 Selecting previously unselected package build-essential.
11:01:25 #11 11.72 Preparing to unpack .../03-build-essential_12.9_armhf.deb ...
11:01:25 #11 11.73 Unpacking build-essential (12.9) ...
11:01:25 #11 11.78 Selecting previously unselected package bash-completion.
11:01:25 #11 11.78 Preparing to unpack .../04-bash-completion_1%3a2.11-2_all.deb ...
11:01:26 #11 12.41 Unpacking bash-completion (1:2.11-2) ...
11:01:26 #11 12.56 Selecting previously unselected package cmake-data.
11:01:26 #11 12.56 Preparing to unpack .../05-cmake-data_3.18.4-2+rpt1+rpi1+deb11u1_all.deb ...
11:01:26 #11 12.57 Unpacking cmake-data (3.18.4-2+rpt1+rpi1+deb11u1) ...
11:01:27 #11 13.09 Selecting previously unselected package libarchive13:armhf.
11:01:27 #11 13.10 Preparing to unpack .../06-libarchive13_3.4.3-2+deb11u1_armhf.deb ...
11:01:27 #11 13.10 Unpacking libarchive13:armhf (3.4.3-2+deb11u1) ...
11:01:27 #11 13.17 Selecting previously unselected package libjsoncpp24:armhf.
11:01:27 #11 13.17 Preparing to unpack .../07-libjsoncpp24_1.9.4-4_armhf.deb ...
11:01:27 #11 13.17 Unpacking libjsoncpp24:armhf (1.9.4-4) ...
11:01:27 #11 13.21 Selecting previously unselected package librhash0:armhf.
11:01:27 #11 13.22 Preparing to unpack .../08-librhash0_1.4.1-2_armhf.deb ...
11:01:27 #11 13.23 Unpacking librhash0:armhf (1.4.1-2) ...
11:01:27 #11 13.27 Selecting previously unselected package libuv1:armhf.
11:01:27 #11 13.27 Preparing to unpack .../09-libuv1_1.40.0-1_armhf.deb ...
11:01:27 #11 13.28 Unpacking libuv1:armhf (1.40.0-1) ...
11:01:27 #11 13.32 Selecting previously unselected package cmake.
11:01:27 #11 13.32 Preparing to unpack .../10-cmake_3.18.4-2+rpt1+rpi1+deb11u1_armhf.deb ...
11:01:27 #11 13.32 Unpacking cmake (3.18.4-2+rpt1+rpi1+deb11u1) ...
11:01:27 #11 13.75 Selecting previously unselected package dh-apparmor.
11:01:27 #11 13.76 Preparing to unpack .../11-dh-apparmor_2.13.6-10_all.deb ...
11:01:27 #11 13.76 Unpacking dh-apparmor (2.13.6-10) ...
11:01:27 #11 13.83 Selecting previously unselected package libbtrfs0:armhf.
11:01:27 #11 13.83 Preparing to unpack .../12-libbtrfs0_5.10.1-2_armhf.deb ...
11:01:27 #11 13.84 Unpacking libbtrfs0:armhf (5.10.1-2) ...
11:01:28 #11 13.89 Selecting previously unselected package libbtrfs-dev:armhf.
11:01:28 #11 13.89 Preparing to unpack .../13-libbtrfs-dev_5.10.1-2_armhf.deb ...
11:01:28 #11 13.90 Unpacking libbtrfs-dev:armhf (5.10.1-2) ...
11:01:28 #11 13.97 Selecting previously unselected package dmsetup.
11:01:28 #11 13.97 Preparing to unpack .../14-dmsetup_2%3a1.02.175-2.1_armhf.deb ...
11:01:28 #11 13.97 Unpacking dmsetup (2:1.02.175-2.1) ...
11:01:28 #11 14.02 Selecting previously unselected package libdevmapper1.02.1:armhf.
11:01:28 #11 14.02 Preparing to unpack .../15-libdevmapper1.02.1_2%3a1.02.175-2.1_armhf.deb ...
11:01:28 #11 14.02 Unpacking libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
11:01:28 #11 14.08 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
11:01:28 #11 14.08 Preparing to unpack .../16-libdevmapper-event1.02.1_2%3a1.02.175-2.1_armhf.deb ...
11:01:28 #11 14.09 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.175-2.1) ...
11:01:28 #11 14.12 Selecting previously unselected package libudev-dev:armhf.
11:01:28 #11 14.12 Preparing to unpack .../17-libudev-dev_247.3-7+rpi1_armhf.deb ...
11:01:28 #11 14.12 Unpacking libudev-dev:armhf (247.3-7+rpi1) ...
11:01:28 #11 14.19 Selecting previously unselected package libsepol1-dev:armhf.
11:01:28 #11 14.19 Preparing to unpack .../18-libsepol1-dev_3.1-1_armhf.deb ...
11:01:28 #11 14.20 Unpacking libsepol1-dev:armhf (3.1-1) ...
11:01:28 #11 14.28 Selecting previously unselected package libpcre2-16-0:armhf.
11:01:28 #11 14.28 Preparing to unpack .../19-libpcre2-16-0_10.36-2_armhf.deb ...
11:01:28 #11 14.29 Unpacking libpcre2-16-0:armhf (10.36-2) ...
11:01:28 #11 14.35 Selecting previously unselected package libpcre2-32-0:armhf.
11:01:28 #11 14.35 Preparing to unpack .../20-libpcre2-32-0_10.36-2_armhf.deb ...
11:01:28 #11 14.36 Unpacking libpcre2-32-0:armhf (10.36-2) ...
11:01:28 #11 14.50 Selecting previously unselected package libpcre2-posix2:armhf.
11:01:28 #11 14.51 Preparing to unpack .../21-libpcre2-posix2_10.36-2_armhf.deb ...
11:01:28 #11 14.51 Unpacking libpcre2-posix2:armhf (10.36-2) ...
11:01:28 #11 14.55 Selecting previously unselected package libpcre2-dev:armhf.
11:01:28 #11 14.55 Preparing to unpack .../22-libpcre2-dev_10.36-2_armhf.deb ...
11:01:28 #11 14.56 Unpacking libpcre2-dev:armhf (10.36-2) ...
11:01:28 #11 14.69 Selecting previously unselected package libselinux1-dev:armhf.
11:01:28 #11 14.69 Preparing to unpack .../23-libselinux1-dev_3.1-3_armhf.deb ...
11:01:28 #11 14.70 Unpacking libselinux1-dev:armhf (3.1-3) ...
11:01:28 #11 14.78 Selecting previously unselected package libdevmapper-dev:armhf.
11:01:28 #11 14.79 Preparing to unpack .../24-libdevmapper-dev_2%3a1.02.175-2.1_armhf.deb ...
11:01:28 #11 14.79 Unpacking libdevmapper-dev:armhf (2:1.02.175-2.1) ...
11:01:28 #11 14.84 Selecting previously unselected package libltdl7:armhf.
11:01:28 #11 14.84 Preparing to unpack .../25-libltdl7_2.4.6-15_armhf.deb ...
11:01:28 #11 14.85 Unpacking libltdl7:armhf (2.4.6-15) ...
11:01:28 #11 14.89 Selecting previously unselected package libltdl-dev:armhf.
11:01:28 #11 14.89 Preparing to unpack .../26-libltdl-dev_2.4.6-15_armhf.deb ...
11:01:28 #11 14.89 Unpacking libltdl-dev:armhf (2.4.6-15) ...
11:01:28 #11 14.95 Selecting previously unselected package libseccomp-dev:armhf.
11:01:28 #11 14.95 Preparing to unpack .../27-libseccomp-dev_2.5.1-1+rpi1+deb11u1_armhf.deb ...
11:01:29 #11 14.95 Unpacking libseccomp-dev:armhf (2.5.1-1+rpi1+deb11u1) ...
11:01:29 #11 15.00 Selecting previously unselected package libsystemd-dev:armhf.
11:01:29 #11 15.00 Preparing to unpack .../28-libsystemd-dev_247.3-7+rpi1_armhf.deb ...
11:01:29 #11 15.00 Unpacking libsystemd-dev:armhf (247.3-7+rpi1) ...
11:01:29 #11 15.10 Selecting previously unselected package libglib2.0-0:armhf.
11:01:29 #11 15.10 Preparing to unpack .../29-libglib2.0-0_2.66.8-1_armhf.deb ...
11:01:29 #11 15.10 Unpacking libglib2.0-0:armhf (2.66.8-1) ...
11:01:29 #11 15.25 Selecting previously unselected package pkg-config.
11:01:29 #11 15.25 Preparing to unpack .../30-pkg-config_0.29.2-1_armhf.deb ...
11:01:29 #11 15.26 Unpacking pkg-config (0.29.2-1) ...
11:01:29 #11 15.30 Setting up libseccomp-dev:armhf (2.5.1-1+rpi1+deb11u1) ...
11:01:29 #11 15.32 Setting up libstdc++-10-dev:armhf (10.2.1-6+rpi1) ...
11:01:29 #11 15.33 Setting up g++-10 (10.2.1-6+rpi1) ...
11:01:29 #11 15.34 Setting up libarchive13:armhf (3.4.3-2+deb11u1) ...
11:01:29 #11 15.36 Setting up libglib2.0-0:armhf (2.66.8-1) ...
11:01:29 #11 15.37 No schema files found: doing nothing.
11:01:29 #11 15.38 Setting up libsepol1-dev:armhf (3.1-1) ...
11:01:29 #11 15.39 Setting up libpcre2-16-0:armhf (10.36-2) ...
11:01:29 #11 15.40 Setting up libbtrfs0:armhf (5.10.1-2) ...
11:01:29 #11 15.42 Setting up libpcre2-32-0:armhf (10.36-2) ...
11:01:29 #11 15.43 Setting up libuv1:armhf (1.40.0-1) ...
11:01:29 #11 15.44 Setting up bash-completion (1:2.11-2) ...
11:01:30 #11 16.26 Setting up pkg-config (0.29.2-1) ...
11:01:30 #11 16.32 Setting up libudev-dev:armhf (247.3-7+rpi1) ...
11:01:30 #11 16.33 Setting up libpcre2-posix2:armhf (10.36-2) ...
11:01:30 #11 16.34 Setting up libltdl7:armhf (2.4.6-15) ...
11:01:30 #11 16.35 Setting up libjsoncpp24:armhf (1.9.4-4) ...
11:01:30 #11 16.37 Setting up libbtrfs-dev:armhf (5.10.1-2) ...
11:01:30 #11 16.38 Setting up g++ (4:10.2.1-1+rpi1) ...
11:01:30 #11 16.40 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
11:01:30 #11 16.41 Setting up librhash0:armhf (1.4.1-2) ...
11:01:30 #11 16.42 Setting up build-essential (12.9) ...
11:01:30 #11 16.43 Setting up cmake-data (3.18.4-2+rpt1+rpi1+deb11u1) ...
11:01:30 #11 16.45 Setting up dh-apparmor (2.13.6-10) ...
11:01:30 #11 16.46 Setting up libsystemd-dev:armhf (247.3-7+rpi1) ...
11:01:30 #11 16.47 Setting up libpcre2-dev:armhf (10.36-2) ...
11:01:30 #11 16.48 Setting up libselinux1-dev:armhf (3.1-3) ...
11:01:30 #11 16.49 Setting up libltdl-dev:armhf (2.4.6-15) ...
11:01:30 #11 16.50 Setting up cmake (3.18.4-2+rpt1+rpi1+deb11u1) ...
11:01:30 #11 16.51 Setting up libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
11:01:30 #11 16.52 Setting up dmsetup (2:1.02.175-2.1) ...
11:01:30 #11 16.54 Setting up libdevmapper-event1.02.1:armhf (2:1.02.175-2.1) ...
11:01:30 #11 16.55 Setting up libdevmapper-dev:armhf (2:1.02.175-2.1) ...
11:01:30 #11 16.56 Setting up docker-ce-build-deps (1.0) ...
11:01:30 #11 16.57 Processing triggers for libc-bin (2.31-13+rpi1+deb11u3) ...
11:01:30 #11 16.59 Processing triggers for man-db (2.9.4-2) ...
11:01:31 #11 DONE 17.2s
11:01:31 
11:01:31 #12 [stage-1 5/8] COPY sources/ /sources
11:01:31 #12 sha256:cf3ab2c8711472c358294a797045222729c32fe7bb06fff07623af29a71d9a31
11:01:31 #12 DONE 0.3s
11:01:31 
11:01:31 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
11:01:31 #14 sha256:436fd841e3891edcc8c0e9d42a6f0cfcc24afac6596f533e71c4d261c8955942
11:01:33 #14 DONE 1.7s
11:01:33 
11:01:33 #15 [stage-1 7/8] WORKDIR /root/build-deb
11:01:33 #15 sha256:174e7abcbd284b38de3ab5ba70b69adc888de1434945d520429f49784f23080c
11:01:33 #15 DONE 0.0s
11:01:33 
11:01:33 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
11:01:33 #16 sha256:d8fcbdd512086b09014a9df5fff2e234be40b7ed51cec067664fd56cb46da448
11:01:33 #16 DONE 0.0s
11:01:33 
11:01:33 #17 exporting to image
11:01:33 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
11:01:33 #17 exporting layers
11:01:45 #17 exporting layers 10.4s done
11:01:45 #17 writing image sha256:7c63fba7f2e24e9eec2e727a973bd1bafd6b66ebf70bc4594a6ed40e7ba3138b
11:01:45 #17 writing image sha256:7c63fba7f2e24e9eec2e727a973bd1bafd6b66ebf70bc4594a6ed40e7ba3138b done
11:01:45 #17 naming to docker.io/debbuild-raspbian-bullseye/aarch64 done
11:01:45 #17 DONE 10.4s
11:01:45 docker run --rm -e PLATFORM -e GOPROXY=https://proxy.golang.org -e EPOCH='5' -e DEB_VERSION=0.0.0-20220804091928-715cfc4 -e VERSION=0.0.0-20220804091928-715cfc4 -e CLI_GITCOMMIT=715cfc4 -e ENGINE_GITCOMMIT=a70ae13 -e COMPOSE_VERSION=v2.7.0 -e SCAN_VERSION=v0.17.0 -e SCAN_GITCOMMIT=061fe0a -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/debbuild/raspbian-bullseye:/build  debbuild-raspbian-bullseye/aarch64
11:01:45 + set -e
11:01:45 + mkdir -p /root/build-deb/engine
11:01:45 + tar -C /root/build-deb -xzf /sources/engine.tgz
11:01:45 + mkdir -p /root/build-deb/cli
11:01:45 + tar -C /root/build-deb -xzf /sources/cli.tgz
11:01:45 + mkdir -p /root/build-deb/compose
11:01:45 + tar -C /root/build-deb -xzf /sources/compose.tgz
11:01:46 + mkdir -p /root/build-deb/scan-cli-plugin
11:01:46 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
11:01:46 + mkdir -p /go/src/github.com/docker
11:01:46 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
11:01:46 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
11:01:46 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
11:01:46 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
11:01:46 VERSION AAA 0.0.0-20220804091928-715cfc4
11:01:46 VERSION bbb 0.0.0-20220804091928-715cfc4
11:01:46 + EPOCH=5
11:01:46 + EPOCH_SEP=
11:01:46 + [[ ! -z 5 ]]
11:01:46 + EPOCH_SEP=:
11:01:46 + [[ -z 0.0.0-20220804091928-715cfc4 ]]
11:01:46 + echo VERSION AAA 0.0.0-20220804091928-715cfc4
11:01:46 + VERSION=0.0.0-20220804091928-715cfc4
11:01:46 + echo VERSION bbb 0.0.0-20220804091928-715cfc4
11:01:46 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
11:01:46 + debSource=docker-ce
11:01:46 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
11:01:46 + debMaintainer='Docker <support@docker.com>'
11:01:46 ++ date --rfc-2822
11:01:46 + debDate='Thu, 04 Aug 2022 11:01:45 +0000'
11:01:46 + cat
11:01:46 + export CLI_GITCOMMIT=715cfc4
11:01:46 + CLI_GITCOMMIT=715cfc4
11:01:46 + export ENGINE_GITCOMMIT=a70ae13
11:01:46 + ENGINE_GITCOMMIT=a70ae13
11:01:46 + export SCAN_GITCOMMIT=061fe0a
11:01:46 + SCAN_GITCOMMIT=061fe0a
11:01:46 + echo VERSION BBB 0.0.0-20220804091928-715cfc4
11:01:46 + dpkg-buildpackage -uc -us -I.git
11:01:46 VERSION BBB 0.0.0-20220804091928-715cfc4
11:01:46 dpkg-buildpackage: info: source package docker-ce
11:01:46 dpkg-buildpackage: info: source version 5:0.0.0-20220804091928-715cfc4-0~raspbian-bullseye
11:01:46 dpkg-buildpackage: info: source distribution bullseye
11:01:46 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
11:01:46  dpkg-source -I.git --before-build .
11:01:46 dpkg-buildpackage: info: host architecture armhf
11:01:46  debian/rules clean
11:01:46 dh clean --with=bash-completion --with=systemd
11:01:46    dh_clean
11:01:46  dpkg-source -I.git -b .
11:01:46 dpkg-source: warning: native package version may not have a revision
11:01:46 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220804091928-715cfc4-0~raspbian'
11:01:46 dpkg-source: info: using source format '1.0'
11:01:46 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220804091928-715cfc4-0~raspbian-bullseye.tar.gz
11:01:56 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220804091928-715cfc4-0~raspbian-bullseye.dsc
11:01:56  debian/rules build
11:01:56 dh build --with=bash-completion --with=systemd
11:01:56    dh_update_autotools_config
11:01:56    dh_autoreconf
11:01:57    debian/rules override_dh_auto_build
11:01:57 make[1]: Entering directory '/root/build-deb'
11:01:57 # Build the daemon and dependencies
11:01:57 cd engine && DOCKER_GITCOMMIT=a70ae13 PRODUCT=docker ./hack/make.sh dynbinary
11:01:57 
11:01:57 Removing bundles/
11:01:57 
11:01:57 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:01:57 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220804091928-715cfc4
11:01:57 GOOS="" GOARCH="" GOARM=""
11:04:33 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220804091928-715cfc4
11:04:33 
11:04:33 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
11:04:33 + RM_GOPATH=0
11:04:33 + TMP_GOPATH=/go
11:04:33 + : /usr/local/bin
11:04:33 + '[' -z /go ']'
11:04:33 + export GOPATH=/go
11:04:33 + GOPATH=/go
11:04:33 + case "$(go env GOARCH)" in
11:04:33 ++ go env GOARCH
11:04:33 + export GO_BUILDMODE=-buildmode=pie
11:04:33 + GO_BUILDMODE=-buildmode=pie
11:04:33 ++ dirname hack/dockerfile/install/install.sh
11:04:33 + dir=hack/dockerfile/install
11:04:33 + bin=tini
11:04:33 + shift
11:04:33 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:04:33 + . hack/dockerfile/install/tini.installer
11:04:33 ++ : v0.19.0
11:04:33 + install_tini
11:04:33 + echo 'Install tini version v0.19.0'
11:04:33 Install tini version v0.19.0
11:04:33 + git clone https://github.com/krallin/tini.git /go/tini
11:04:33 Cloning into '/go/tini'...
11:04:33 + cd /go/tini
11:04:33 + git checkout -q v0.19.0
11:04:33 + cmake .
11:04:33 -- The C compiler identification is GNU 10.2.1
11:04:33 -- Detecting C compiler ABI info
11:04:33 -- Detecting C compiler ABI info - done
11:04:33 -- Check for working C compiler: /usr/bin/cc - skipped
11:04:33 -- Detecting C compile features
11:04:33 -- Detecting C compile features - done
11:04:33 -- Performing Test HAS_BUILTIN_FORTIFY
11:04:33 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:04:33 -- Configuring done
11:04:33 -- Generating done
11:04:33 -- Build files have been written to: /go/tini
11:04:33 + make tini-static
11:04:33 make[2]: Entering directory '/go/tini'
11:04:33 make[3]: Entering directory '/go/tini'
11:04:33 make[4]: Entering directory '/go/tini'
11:04:33 make[5]: Entering directory '/go/tini'
11:04:33 Scanning dependencies of target tini-static
11:04:33 make[5]: Leaving directory '/go/tini'
11:04:33 make[5]: Entering directory '/go/tini'
11:04:33 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:04:33 [100%] Linking C executable tini-static
11:04:33 make[5]: Leaving directory '/go/tini'
11:04:33 [100%] Built target tini-static
11:04:33 make[4]: Leaving directory '/go/tini'
11:04:33 make[3]: Leaving directory '/go/tini'
11:04:33 make[2]: Leaving directory '/go/tini'
11:04:33 + mkdir -p /usr/local/bin
11:04:33 + cp tini-static /usr/local/bin/docker-init
11:04:33 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic
11:04:33 + RM_GOPATH=0
11:04:33 + TMP_GOPATH=/go
11:04:33 + : /usr/local/bin
11:04:33 + '[' -z /go ']'
11:04:33 + export GOPATH=/go
11:04:33 + GOPATH=/go
11:04:33 + case "$(go env GOARCH)" in
11:04:33 ++ go env GOARCH
11:04:33 + export GO_BUILDMODE=-buildmode=pie
11:04:33 + GO_BUILDMODE=-buildmode=pie
11:04:33 ++ dirname hack/dockerfile/install/install.sh
11:04:33 + dir=hack/dockerfile/install
11:04:33 + bin=proxy
11:04:33 + shift
11:04:33 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
11:04:33 + . hack/dockerfile/install/proxy.installer
11:04:33 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789
11:04:33 + install_proxy dynamic
11:04:33 + case "$1" in
11:04:33 + install_proxy_dynamic
11:04:33 + export PROXY_LDFLAGS=-linkmode=external install_proxy
11:04:33 + PROXY_LDFLAGS=-linkmode=external
11:04:33 + export BUILD_MODE=-buildmode=pie
11:04:33 + BUILD_MODE=-buildmode=pie
11:04:33 + _install_proxy
11:04:33 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789'
11:04:33 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789
11:04:33 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
11:04:33 Cloning into '/go/src/github.com/docker/libnetwork'...
11:04:35 + cd /go/src/github.com/docker/libnetwork
11:04:35 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789
11:04:35 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
11:04:36 + return
11:04:36 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
11:04:36 + RM_GOPATH=0
11:04:36 + TMP_GOPATH=/go
11:04:36 + : /usr/local/bin
11:04:36 + '[' -z /go ']'
11:04:36 + export GOPATH=/go
11:04:36 + GOPATH=/go
11:04:36 + case "$(go env GOARCH)" in
11:04:36 ++ go env GOARCH
11:04:36 + export GO_BUILDMODE=-buildmode=pie
11:04:36 + GO_BUILDMODE=-buildmode=pie
11:04:36 ++ dirname hack/dockerfile/install/install.sh
11:04:36 + dir=hack/dockerfile/install
11:04:36 + bin=rootlesskit
11:04:36 + shift
11:04:36 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
11:04:36 + . hack/dockerfile/install/rootlesskit.installer
11:04:36 ++ : v0.14.4
11:04:36 + install_rootlesskit dynamic
11:04:36 + case "$1" in
11:04:36 + install_rootlesskit_dynamic
11:04:36 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:04:36 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:04:36 + export BUILD_MODE=-buildmode=pie
11:04:36 + BUILD_MODE=-buildmode=pie
11:04:36 + _install_rootlesskit
11:04:36 Install rootlesskit version v0.14.4
11:04:36 + echo 'Install rootlesskit version v0.14.4'
11:04:36 + for f in rootlesskit rootlesskit-docker-proxy
11:04:36 + GOBIN=/usr/local/bin
11:04:36 + GO111MODULE=on
11:04:36 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
11:04:36 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
11:04:37 go: downloading github.com/pkg/errors v0.9.1
11:04:37 go: downloading github.com/sirupsen/logrus v1.8.1
11:04:37 go: downloading github.com/urfave/cli/v2 v2.3.0
11:04:37 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
11:04:38 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
11:04:38 go: downloading github.com/google/uuid v1.3.0
11:04:38 go: downloading github.com/moby/vpnkit v0.5.0
11:04:38 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:04:38 go: downloading github.com/gofrs/flock v0.8.1
11:04:38 go: downloading github.com/gorilla/mux v1.8.0
11:04:38 go: downloading github.com/moby/sys/mountinfo v0.4.1
11:04:38 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
11:04:38 go: downloading github.com/u-root/u-root v7.0.0+incompatible
11:04:39 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
11:04:39 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:04:49 + for f in rootlesskit rootlesskit-docker-proxy
11:04:49 + GOBIN=/usr/local/bin
11:04:49 + GO111MODULE=on
11:04:49 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
11:04:50 + return
11:04:50 # Build the CLI
11:04:50 cd /go/src/github.com/docker/cli && \
11:04:50 	LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20220804091928-715cfc4 GITCOMMIT=715cfc4 dynbinary manpages
11:04:50 make[2]: Entering directory '/root/build-deb/cli'
11:04:50 GO_LINKMODE=dynamic ./scripts/build/binary
11:04:50 Building dynamic docker-linux-arm-v6
11:06:42 scripts/docs/generate-man.sh
11:08:03 Project root: /go/src/github.com/docker/cli
11:08:03 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
11:08:03 2022/08/04 11:07:59 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
11:08:03 make[2]: Leaving directory '/root/build-deb/cli'
11:08:03 # Build the compose plugin
11:08:03 # FIXME: using GOPROXY, to work around:
11:08:03 # go: github.com/Azure/azure-sdk-for-go@v48.2.0+incompatible: reading github.com/Azure/azure-sdk-for-go/go.mod at revision v48.2.0: unknown revision v48.2.0
11:08:03 cd /go/src/github.com/docker/compose \
11:08:03 && GOPROXY="https://proxy.golang.org" GO111MODULE=on go mod download \
11:08:03 && mkdir -p /usr/libexec/docker/cli-plugins/ \
11:08:03 && GOPROXY="https://proxy.golang.org" GO111MODULE=on GIT_TAG=v2.7.0 \
11:08:03 	make COMPOSE_BINARY=/usr/libexec/docker/cli-plugins/docker-compose -f builder.Makefile compose-plugin
11:08:50 make[2]: Entering directory '/root/build-deb/compose'
11:08:50 GOOS=linux GOARCH=arm CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.7.0"  -o /usr/libexec/docker/cli-plugins/docker-compose ./cmd
11:10:11 make[2]: Leaving directory '/root/build-deb/compose'
11:10:11 # Build the scan-plugin
11:10:11 # TODO change once we support scan-plugin on other architectures
11:10:11 if [ "armhf" = "amd64" ]; then \
11:10:11 	cd /go/src/github.com/docker/scan-cli-plugin \
11:10:11 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
11:10:11 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
11:10:11 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
11:10:11 fi
11:10:11 # Build the CLI plugins
11:10:11 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
11:10:11 set -e;cd /sources && \
11:10:11 	tar xzf plugin-installers.tgz; \
11:10:11 	for installer in plugins/*.installer; do \
11:10:11 		LDFLAGS='' bash ${installer} build; \
11:10:11 	done
11:10:11 Cloning into '/go/src/github.com/docker/app'...
11:10:11 Fetching origin
11:10:11 make[2]: Entering directory '/go/src/github.com/docker/app'
11:10:11 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:11:08 make[2]: Leaving directory '/go/src/github.com/docker/app'
11:11:08 Cloning into '/go/src/github.com/docker/buildx'...
11:11:08 Fetching origin
11:11:08 + GO111MODULE=on
11:11:08 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.8.2-docker -X github.com/docker/buildx/version.Revision=6224def4dd2c3d347eee19db595348c50d7cb491 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
11:12:47 make[1]: Leaving directory '/root/build-deb'
11:12:47    debian/rules override_dh_auto_test
11:12:47 make[1]: Entering directory '/root/build-deb'
11:12:47 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
11:12:47 	test "$ver" = "Docker version 0.0.0-20220804091928-715cfc4, build a70ae13" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
11:12:47 PASS: daemon version OK
11:12:47 ver="$(cli/build/docker --version)"; \
11:12:47 	test "$ver" = "Docker version 0.0.0-20220804091928-715cfc4, build 715cfc4" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
11:12:47 PASS: cli version OK
11:12:47 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:12:47 	test "$ver" = "v2.7.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
11:12:47 PASS: docker-compose version OK
11:12:47 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
11:12:47 # TODO change once we support scan-plugin on other architectures
11:12:47 if [ "armhf" = "amd64" ]; then \
11:12:47 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:12:47 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
11:12:47 fi
11:12:47 make[1]: Leaving directory '/root/build-deb'
11:12:47    create-stamp debian/debhelper-build-stamp
11:12:47  debian/rules binary
11:12:47 dh binary --with=bash-completion --with=systemd
11:12:47    dh_testroot
11:12:47    dh_prep
11:12:47    debian/rules override_dh_auto_install
11:12:47 make[1]: Entering directory '/root/build-deb'
11:12:47 # docker-ce-cli install
11:12:47 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:12:47 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:12:47 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker
11:12:47 set -e;cd /sources && \
11:12:47 	tar xzf plugin-installers.tgz; \
11:12:47 	for installer in plugins/*.installer; do \
11:12:47 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
11:12:47 		PREFIX=/usr/libexec/docker/cli-plugins \
11:12:47 			bash ${installer} install_plugin; \
11:12:47 	done
11:12:47 # docker-ce install
11:12:47 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service
11:12:47 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
11:12:47 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220804091928-715cfc4 debian/docker-ce/usr/bin/dockerd
11:12:47 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy
11:12:47 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
11:12:47 # docker-compose-plugin install
11:12:47 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
11:12:47 # docker-scan-plugin install
11:12:47 # TODO change once we support scan-plugin on other architectures
11:12:47 if [ "armhf" = "amd64" ]; then \
11:12:47 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
11:12:47 fi
11:12:47 # docker-ce-rootless-extras install
11:12:47 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
11:12:47 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
11:12:47 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
11:12:47 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
11:12:47 # TODO: how can we install vpnkit?
11:12:47 make[1]: Leaving directory '/root/build-deb'
11:12:47    debian/rules override_dh_install
11:12:47 make[1]: Entering directory '/root/build-deb'
11:12:47 dh_install
11:12:47 # TODO Can we do this from within our container?
11:12:47 dh_apparmor --profile-name=docker-ce -pdocker-ce
11:12:47 make[1]: Leaving directory '/root/build-deb'
11:12:47    dh_installdocs
11:12:47    dh_installchangelogs
11:12:47    dh_installman
11:12:47    dh_bash-completion
11:12:48    dh_systemd_enable
11:12:48    debian/rules override_dh_installinit
11:12:48 make[1]: Entering directory '/root/build-deb'
11:12:48 # use "docker" as our service name, not "docker-ce"
11:12:48 dh_installinit --name=docker
11:12:48 make[1]: Leaving directory '/root/build-deb'
11:12:48    dh_systemd_start
11:12:48    dh_perl
11:12:48    dh_link
11:12:48    dh_strip_nondeterminism
11:12:49    dh_compress
11:12:49    dh_fixperms
11:12:50    dh_missing
11:12:50    debian/rules override_dh_strip
11:12:50 make[1]: Entering directory '/root/build-deb'
11:12:50 # Go has lots of problems with stripping, so just don't
11:12:50 make[1]: Leaving directory '/root/build-deb'
11:12:50    dh_makeshlibs
11:12:50    debian/rules override_dh_shlibdeps
11:12:50 make[1]: Entering directory '/root/build-deb'
11:12:50 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
11:13:00 make[1]: Leaving directory '/root/build-deb'
11:13:00    dh_installdeb
11:13:00    debian/rules override_dh_gencontrol
11:13:00 make[1]: Entering directory '/root/build-deb'
11:13:00 # Use separate version for the compose-plugin package, then generate the other control files as usual
11:13:00 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
11:13:00 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
11:13:00 # Use separate version for the scan-plugin package, then generate the other control files as usual
11:13:00 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
11:13:00 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
11:13:00 if [ "armhf" = "amd64" ]; then \
11:13:00 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
11:13:00 fi
11:13:00 dh_gencontrol --remaining-packages
11:13:00 make[1]: Leaving directory '/root/build-deb'
11:13:00    dh_md5sums
11:13:00    debian/rules override_dh_builddeb
11:13:00 make[1]: Entering directory '/root/build-deb'
11:13:00 dh_builddeb -- -Zxz
11:13:00 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~raspbian-bullseye_armhf.deb'.
11:13:00 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220804091928-715cfc4-0~raspbian-bullseye_armhf.deb'.
11:13:14 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.7.0~raspbian-bullseye_armhf.deb'.
11:13:27 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220804091928-715cfc4-0~raspbian-bullseye_armhf.deb'.
11:14:13 make[1]: Leaving directory '/root/build-deb'
11:14:13  dpkg-genbuildinfo
11:14:13  dpkg-genchanges  >../docker-ce_0.0.0-20220804091928-715cfc4-0~raspbian-bullseye_armhf.changes
11:14:13 dpkg-genchanges: info: including full source code in upload
11:14:13  dpkg-source -I.git --after-build .
11:14:13 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
11:14:13 + destination=/build
11:14:13 + mkdir -p /build
11:14:13 + mv -v /root/docker-ce-cli_0.0.0-20220804091928-715cfc4-0~raspbian-bullseye_armhf.deb /root/docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~raspbian-bullseye_armhf.deb /root/docker-ce_0.0.0-20220804091928-715cfc4-0~raspbian-bullseye.dsc /root/docker-ce_0.0.0-20220804091928-715cfc4-0~raspbian-bullseye.tar.gz /root/docker-ce_0.0.0-20220804091928-715cfc4-0~raspbian-bullseye_armhf.buildinfo /root/docker-ce_0.0.0-20220804091928-715cfc4-0~raspbian-bullseye_armhf.changes /root/docker-ce_0.0.0-20220804091928-715cfc4-0~raspbian-bullseye_armhf.deb /root/docker-compose-plugin_2.7.0~raspbian-bullseye_armhf.deb /build
11:14:13 copied '/root/docker-ce-cli_0.0.0-20220804091928-715cfc4-0~raspbian-bullseye_armhf.deb' -> '/build/docker-ce-cli_0.0.0-20220804091928-715cfc4-0~raspbian-bullseye_armhf.deb'
11:14:13 removed '/root/docker-ce-cli_0.0.0-20220804091928-715cfc4-0~raspbian-bullseye_armhf.deb'
11:14:13 copied '/root/docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~raspbian-bullseye_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~raspbian-bullseye_armhf.deb'
11:14:13 removed '/root/docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~raspbian-bullseye_armhf.deb'
11:14:13 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~raspbian-bullseye.dsc' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~raspbian-bullseye.dsc'
11:14:13 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~raspbian-bullseye.dsc'
11:14:13 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~raspbian-bullseye.tar.gz' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~raspbian-bullseye.tar.gz'
11:14:13 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~raspbian-bullseye.tar.gz'
11:14:13 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~raspbian-bullseye_armhf.buildinfo' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~raspbian-bullseye_armhf.buildinfo'
11:14:13 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~raspbian-bullseye_armhf.buildinfo'
11:14:13 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~raspbian-bullseye_armhf.changes' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~raspbian-bullseye_armhf.changes'
11:14:13 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~raspbian-bullseye_armhf.changes'
11:14:13 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~raspbian-bullseye_armhf.deb' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~raspbian-bullseye_armhf.deb'
11:14:13 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~raspbian-bullseye_armhf.deb'
11:14:13 copied '/root/docker-compose-plugin_2.7.0~raspbian-bullseye_armhf.deb' -> '/build/docker-compose-plugin_2.7.0~raspbian-bullseye_armhf.deb'
11:14:13 removed '/root/docker-compose-plugin_2.7.0~raspbian-bullseye_armhf.deb'
11:14:20 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:14:20 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'