Skip to content

Console Output

07:23:33 + make REF=23.0 ubuntu-lunar
07:23:33 git init src/github.com/docker/cli
07:23:33 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-893/src/github.com/docker/cli/.git/
07:23:33 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
07:23:33 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
07:23:33 + SRC=src/github.com/docker/cli
07:23:33 + REF=23.0
07:23:33 + REF_FETCH=23.0
07:23:33 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
07:23:33 + awk {print $2}
07:23:33 + REF=refs/heads/23.0
07:23:33 + [ -n refs/heads/23.0 ]
07:23:33 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
07:23:33 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
07:23:33 From https://github.com/docker/cli
07:23:33  * [new branch]      23.0       -> 23.0
07:23:33  * [new branch]      23.0       -> origin/23.0
07:23:33 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
07:23:34 git init src/github.com/docker/docker
07:23:34 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-893/src/github.com/docker/docker/.git/
07:23:34 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
07:23:34 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
07:23:34 + SRC=src/github.com/docker/docker
07:23:34 + REF=23.0
07:23:34 + REF_FETCH=23.0
07:23:34 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
07:23:34 + awk {print $2}
07:23:34 + REF=refs/heads/23.0
07:23:34 + [ -n refs/heads/23.0 ]
07:23:34 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
07:23:34 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
07:23:35 From https://github.com/docker/docker
07:23:35  * [new branch]      23.0       -> 23.0
07:23:35  * [new tag]         v23.0.6    -> v23.0.6
07:23:35  * [new branch]      23.0       -> origin/23.0
07:23:35 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
07:23:35 git init src/github.com/docker/buildx
07:23:35 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-893/src/github.com/docker/buildx/.git/
07:23:35 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
07:23:35 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.4"
07:23:35 + SRC=src/github.com/docker/buildx
07:23:35 + REF=v0.10.4
07:23:35 + REF_FETCH=v0.10.4
07:23:35 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.4
07:23:35 + awk {print $2}
07:23:35 + REF=refs/tags/v0.10.4
07:23:35 + [ -n refs/tags/v0.10.4 ]
07:23:35 + REF_FETCH=refs/tags/v0.10.4:refs/tags/v0.10.4
07:23:35 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.4:refs/tags/v0.10.4
07:23:36 From https://github.com/docker/buildx
07:23:36  * [new tag]         v0.10.4    -> v0.10.4
07:23:36 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.4
07:23:36 git init src/github.com/docker/compose
07:23:36 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-893/src/github.com/docker/compose/.git/
07:23:36 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
07:23:36 ./scripts/checkout.sh src/github.com/docker/compose "v2.18.0"
07:23:36 + SRC=src/github.com/docker/compose
07:23:36 + REF=v2.18.0
07:23:36 + REF_FETCH=v2.18.0
07:23:36 + git -C src/github.com/docker/compose ls-remote+  --refs --heads --tags origin v2.18.0
07:23:36 awk {print $2}
07:23:36 + REF=refs/tags/v2.18.0
07:23:36 + [ -n refs/tags/v2.18.0 ]
07:23:36 + REF_FETCH=refs/tags/v2.18.0:refs/tags/v2.18.0
07:23:36 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.18.0:refs/tags/v2.18.0
07:23:37 From https://github.com/docker/compose
07:23:37  * [new tag]         v2.18.0    -> v2.18.0
07:23:37 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.18.0
07:23:37 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.9 ubuntu-lunar
07:23:37 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-893/deb'
07:23:37 mkdir -p sources
07:23:37 docker run --rm -w /v \
07:23:37 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-893/src/github.com/docker/cli:/cli \
07:23:37 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-893/deb/sources:/v \
07:23:37 	alpine \
07:23:37 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
07:23:37 Unable to find image 'alpine:latest' locally
07:23:37 latest: Pulling from library/alpine
07:23:37 8a49fdb3b6a5: Pulling fs layer
07:23:37 8a49fdb3b6a5: Download complete
07:23:37 8a49fdb3b6a5: Pull complete
07:23:37 Digest: sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11
07:23:37 Status: Downloaded newer image for alpine:latest
07:23:43 mkdir -p sources
07:23:43 docker run --rm -w /v \
07:23:43 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-893/src/github.com/docker/docker:/engine \
07:23:43 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-893/deb/sources:/v \
07:23:43 	alpine \
07:23:43 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
07:23:45 mkdir -p sources
07:23:45 docker run --rm -w /v \
07:23:45 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-893/src/github.com/docker/buildx:/buildx \
07:23:45 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-893/deb/sources:/v \
07:23:45 	alpine \
07:23:45 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
07:23:48 mkdir -p sources
07:23:48 docker run --rm -w /v \
07:23:48 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-893/src/github.com/docker/compose:/compose \
07:23:48 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-893/deb/sources:/v \
07:23:48 	alpine \
07:23:48 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
07:23:49 == Building packages for ubuntu-lunar ==
07:23:49 mkdir -p "debbuild/ubuntu-lunar"
07:23:49 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.9-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-lunar/x86_64 -f ubuntu-lunar/Dockerfile .
07:23:49 #1 [internal] load build definition from Dockerfile
07:23:49 #1 transferring dockerfile: 1.21kB done
07:23:49 #1 DONE 0.0s
07:23:49 
07:23:49 #2 [internal] load .dockerignore
07:23:49 #2 transferring context: 2B done
07:23:49 #2 DONE 0.0s
07:23:49 
07:23:49 #3 [auth] library/golang:pull token for registry-1.docker.io
07:23:49 #3 DONE 0.0s
07:23:49 
07:23:49 #4 [auth] library/ubuntu:pull token for registry-1.docker.io
07:23:49 #4 DONE 0.0s
07:23:49 
07:23:49 #5 [internal] load metadata for docker.io/library/ubuntu:lunar
07:23:49 #5 DONE 0.3s
07:23:49 
07:23:49 #6 [internal] load metadata for docker.io/library/golang:1.19.9-buster
07:23:49 #6 DONE 0.3s
07:23:49 
07:23:49 #7 [golang 1/1] FROM docker.io/library/golang:1.19.9-buster@sha256:64aa4ae933eed1e03f25d80543a41cc39196a6a28eaa5cdb9dab7b4a157df8c5
07:23:49 #7 resolve docker.io/library/golang:1.19.9-buster@sha256:64aa4ae933eed1e03f25d80543a41cc39196a6a28eaa5cdb9dab7b4a157df8c5
07:23:50 #7 resolve docker.io/library/golang:1.19.9-buster@sha256:64aa4ae933eed1e03f25d80543a41cc39196a6a28eaa5cdb9dab7b4a157df8c5 0.1s done
07:23:50 #7 sha256:c0f81a21db4398b2051d4ceafd0420bc7966513f9baf20519c7d81761fa4905c 5.24MB / 17.58MB 0.1s
07:23:50 #7 sha256:05a951014ed6dcb9c868bd9b32b5a533f8a1c18dd989e4364f242ebaef0d9508 1.58kB / 1.58kB done
07:23:50 #7 sha256:bd20ce4a45d5f7bb34496a464b0640a4125df65def85767c43455824ae161c50 6.78kB / 6.78kB done
07:23:50 #7 sha256:a94073ab46f8d565f5938cc345d32f7adda10a2585e39555079da9d4ee595974 3.15MB / 50.45MB 0.1s
07:23:50 #7 sha256:64aa4ae933eed1e03f25d80543a41cc39196a6a28eaa5cdb9dab7b4a157df8c5 988B / 988B done
07:23:50 #7 ...
07:23:50 
07:23:50 #8 [internal] load build context
07:23:50 #8 transferring context: 30.36MB 0.2s done
07:23:50 #8 DONE 0.3s
07:23:50 
07:23:50 #7 [golang 1/1] FROM docker.io/library/golang:1.19.9-buster@sha256:64aa4ae933eed1e03f25d80543a41cc39196a6a28eaa5cdb9dab7b4a157df8c5
07:23:50 #7 sha256:c0f81a21db4398b2051d4ceafd0420bc7966513f9baf20519c7d81761fa4905c 14.68MB / 17.58MB 0.2s
07:23:50 #7 sha256:a94073ab46f8d565f5938cc345d32f7adda10a2585e39555079da9d4ee595974 14.68MB / 50.45MB 0.2s
07:23:50 #7 sha256:c0f81a21db4398b2051d4ceafd0420bc7966513f9baf20519c7d81761fa4905c 17.58MB / 17.58MB 0.3s done
07:23:50 #7 sha256:a94073ab46f8d565f5938cc345d32f7adda10a2585e39555079da9d4ee595974 25.17MB / 50.45MB 0.3s
07:23:50 #7 sha256:431d5332f45f85796fad1c6f0f23d6efc4cf25b2cb5679e54d165c3c1f1f7839 0B / 51.88MB 0.3s
07:23:50 #7 sha256:a94073ab46f8d565f5938cc345d32f7adda10a2585e39555079da9d4ee595974 36.70MB / 50.45MB 0.4s
07:23:50 #7 sha256:431d5332f45f85796fad1c6f0f23d6efc4cf25b2cb5679e54d165c3c1f1f7839 9.44MB / 51.88MB 0.4s
07:23:50 #7 sha256:a94073ab46f8d565f5938cc345d32f7adda10a2585e39555079da9d4ee595974 50.45MB / 50.45MB 0.6s
07:23:50 #7 sha256:431d5332f45f85796fad1c6f0f23d6efc4cf25b2cb5679e54d165c3c1f1f7839 29.36MB / 51.88MB 0.6s
07:23:50 #7 sha256:a94073ab46f8d565f5938cc345d32f7adda10a2585e39555079da9d4ee595974 50.45MB / 50.45MB 0.7s done
07:23:50 #7 sha256:431d5332f45f85796fad1c6f0f23d6efc4cf25b2cb5679e54d165c3c1f1f7839 38.80MB / 51.88MB 0.7s
07:23:50 #7 sha256:74e8efb045fe13fb817c3abd0a98029ecbbb9336818c00990f3033d25ca6394c 0B / 68.87MB 0.7s
07:23:50 #7 sha256:8b38036e096a4ec7e1a98ce8cea0be5a6e3bdf3d21c781db8133d3a25419dc8a 0B / 149.07MB 0.7s
07:23:50 #7 extracting sha256:a94073ab46f8d565f5938cc345d32f7adda10a2585e39555079da9d4ee595974
07:23:50 #7 sha256:431d5332f45f85796fad1c6f0f23d6efc4cf25b2cb5679e54d165c3c1f1f7839 49.28MB / 51.88MB 0.8s
07:23:50 #7 sha256:74e8efb045fe13fb817c3abd0a98029ecbbb9336818c00990f3033d25ca6394c 10.49MB / 68.87MB 0.8s
07:23:50 #7 sha256:431d5332f45f85796fad1c6f0f23d6efc4cf25b2cb5679e54d165c3c1f1f7839 51.88MB / 51.88MB 0.9s
07:23:50 #7 sha256:74e8efb045fe13fb817c3abd0a98029ecbbb9336818c00990f3033d25ca6394c 19.92MB / 68.87MB 0.9s
07:23:50 #7 sha256:8b38036e096a4ec7e1a98ce8cea0be5a6e3bdf3d21c781db8133d3a25419dc8a 18.87MB / 149.07MB 0.9s
07:23:50 #7 sha256:431d5332f45f85796fad1c6f0f23d6efc4cf25b2cb5679e54d165c3c1f1f7839 51.88MB / 51.88MB 0.9s done
07:23:50 #7 sha256:74e8efb045fe13fb817c3abd0a98029ecbbb9336818c00990f3033d25ca6394c 30.41MB / 68.87MB 1.0s
07:23:50 #7 sha256:8b38036e096a4ec7e1a98ce8cea0be5a6e3bdf3d21c781db8133d3a25419dc8a 28.35MB / 149.07MB 1.0s
07:23:50 #7 sha256:3026dd0709a31fb7bb49e61f77f794744500c9db8875bc01a4f78b4fea48e703 156B / 156B 1.0s done
07:23:51 #7 sha256:74e8efb045fe13fb817c3abd0a98029ecbbb9336818c00990f3033d25ca6394c 39.85MB / 68.87MB 1.1s
07:23:51 #7 sha256:74e8efb045fe13fb817c3abd0a98029ecbbb9336818c00990f3033d25ca6394c 50.33MB / 68.87MB 1.2s
07:23:51 #7 sha256:8b38036e096a4ec7e1a98ce8cea0be5a6e3bdf3d21c781db8133d3a25419dc8a 46.14MB / 149.07MB 1.2s
07:23:51 #7 sha256:74e8efb045fe13fb817c3abd0a98029ecbbb9336818c00990f3033d25ca6394c 59.77MB / 68.87MB 1.3s
07:23:51 #7 sha256:8b38036e096a4ec7e1a98ce8cea0be5a6e3bdf3d21c781db8133d3a25419dc8a 56.62MB / 149.07MB 1.3s
07:23:51 #7 sha256:74e8efb045fe13fb817c3abd0a98029ecbbb9336818c00990f3033d25ca6394c 68.87MB / 68.87MB 1.5s
07:23:51 #7 sha256:8b38036e096a4ec7e1a98ce8cea0be5a6e3bdf3d21c781db8133d3a25419dc8a 77.59MB / 149.07MB 1.5s
07:23:51 #7 sha256:74e8efb045fe13fb817c3abd0a98029ecbbb9336818c00990f3033d25ca6394c 68.87MB / 68.87MB 1.5s done
07:23:51 #7 sha256:8b38036e096a4ec7e1a98ce8cea0be5a6e3bdf3d21c781db8133d3a25419dc8a 88.08MB / 149.07MB 1.6s
07:23:51 #7 sha256:8b38036e096a4ec7e1a98ce8cea0be5a6e3bdf3d21c781db8133d3a25419dc8a 98.57MB / 149.07MB 1.7s
07:23:52 #7 ...
07:23:52 
07:23:52 #9 [stage-1 1/9] FROM docker.io/library/ubuntu:lunar@sha256:db2764b64a490a9ce44a7ce0c7ba7cc6d0472c8c44684960dbca7a06525eb597
07:23:52 #9 resolve docker.io/library/ubuntu:lunar@sha256:db2764b64a490a9ce44a7ce0c7ba7cc6d0472c8c44684960dbca7a06525eb597 0.1s done
07:23:52 #9 sha256:db2764b64a490a9ce44a7ce0c7ba7cc6d0472c8c44684960dbca7a06525eb597 1.13kB / 1.13kB done
07:23:52 #9 sha256:ce7f6664be1081be78dfcf319cb11d7bceeef17b32df373282a66fe940e47f6d 424B / 424B done
07:23:52 #9 sha256:0120ea4307c597784895e9f539a67d88239d2c71ebfa830195fa2a650e4f3b5d 2.30kB / 2.30kB done
07:23:52 #9 sha256:cc1fe050fbd8eee8b0e2ef684c783d2c269fb7f61a0df0dee4639340bf612925 26.83MB / 26.83MB 0.6s done
07:23:52 #9 extracting sha256:cc1fe050fbd8eee8b0e2ef684c783d2c269fb7f61a0df0dee4639340bf612925 1.0s done
07:23:52 #9 DONE 1.9s
07:23:52 
07:23:52 #7 [golang 1/1] FROM docker.io/library/golang:1.19.9-buster@sha256:64aa4ae933eed1e03f25d80543a41cc39196a6a28eaa5cdb9dab7b4a157df8c5
07:23:52 #7 sha256:8b38036e096a4ec7e1a98ce8cea0be5a6e3bdf3d21c781db8133d3a25419dc8a 109.05MB / 149.07MB 1.8s
07:23:52 #7 sha256:8b38036e096a4ec7e1a98ce8cea0be5a6e3bdf3d21c781db8133d3a25419dc8a 118.49MB / 149.07MB 1.9s
07:23:52 #7 sha256:8b38036e096a4ec7e1a98ce8cea0be5a6e3bdf3d21c781db8133d3a25419dc8a 128.97MB / 149.07MB 2.0s
07:23:52 #7 sha256:8b38036e096a4ec7e1a98ce8cea0be5a6e3bdf3d21c781db8133d3a25419dc8a 148.90MB / 149.07MB 2.2s
07:23:52 #7 extracting sha256:a94073ab46f8d565f5938cc345d32f7adda10a2585e39555079da9d4ee595974 1.6s done
07:23:52 #7 extracting sha256:c0f81a21db4398b2051d4ceafd0420bc7966513f9baf20519c7d81761fa4905c
07:23:53 #7 sha256:8b38036e096a4ec7e1a98ce8cea0be5a6e3bdf3d21c781db8133d3a25419dc8a 149.07MB / 149.07MB 2.8s done
07:23:53 #7 extracting sha256:c0f81a21db4398b2051d4ceafd0420bc7966513f9baf20519c7d81761fa4905c 0.2s done
07:23:53 #7 extracting sha256:431d5332f45f85796fad1c6f0f23d6efc4cf25b2cb5679e54d165c3c1f1f7839
07:23:53 #7 ...
07:23:53 
07:23:53 #10 [stage-1 2/9] RUN if  [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then         rm -f /usr/bin/man;         dpkg-divert --quiet --remove --rename /usr/bin/man;     fi
07:23:53 #10 DONE 1.8s
07:23:53 
07:23:53 #7 [golang 1/1] FROM docker.io/library/golang:1.19.9-buster@sha256:64aa4ae933eed1e03f25d80543a41cc39196a6a28eaa5cdb9dab7b4a157df8c5
07:23:54 #7 extracting sha256:431d5332f45f85796fad1c6f0f23d6efc4cf25b2cb5679e54d165c3c1f1f7839 1.2s done
07:23:54 #7 extracting sha256:74e8efb045fe13fb817c3abd0a98029ecbbb9336818c00990f3033d25ca6394c
07:23:55 #7 extracting sha256:74e8efb045fe13fb817c3abd0a98029ecbbb9336818c00990f3033d25ca6394c 1.2s done
07:23:55 #7 extracting sha256:8b38036e096a4ec7e1a98ce8cea0be5a6e3bdf3d21c781db8133d3a25419dc8a
07:23:59 #7 extracting sha256:8b38036e096a4ec7e1a98ce8cea0be5a6e3bdf3d21c781db8133d3a25419dc8a 3.1s done
07:23:59 #7 extracting sha256:3026dd0709a31fb7bb49e61f77f794744500c9db8875bc01a4f78b4fea48e703
07:23:59 #7 extracting sha256:3026dd0709a31fb7bb49e61f77f794744500c9db8875bc01a4f78b4fea48e703 done
07:23:59 #7 DONE 9.2s
07:23:59 
07:23:59 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
07:24:07 #11 13.29 Get:1 http://security.ubuntu.com/ubuntu lunar-security InRelease [109 kB]
07:24:07 #11 13.95 Get:2 http://security.ubuntu.com/ubuntu lunar-security/main amd64 Packages [46.1 kB]
07:24:07 #11 14.09 Get:3 http://security.ubuntu.com/ubuntu lunar-security/universe amd64 Packages [22.0 kB]
07:24:25 #11 31.78 Ign:4 http://archive.ubuntu.com/ubuntu lunar InRelease
07:24:25 #11 31.78 Ign:5 http://archive.ubuntu.com/ubuntu lunar-updates InRelease
07:24:25 #11 31.78 Ign:6 http://archive.ubuntu.com/ubuntu lunar-backports InRelease
07:24:26 #11 32.78 Ign:4 http://archive.ubuntu.com/ubuntu lunar InRelease
07:24:26 #11 32.78 Ign:5 http://archive.ubuntu.com/ubuntu lunar-updates InRelease
07:24:26 #11 32.78 Ign:6 http://archive.ubuntu.com/ubuntu lunar-backports InRelease
07:24:28 #11 34.78 Ign:4 http://archive.ubuntu.com/ubuntu lunar InRelease
07:24:28 #11 34.78 Ign:5 http://archive.ubuntu.com/ubuntu lunar-updates InRelease
07:24:28 #11 34.78 Ign:6 http://archive.ubuntu.com/ubuntu lunar-backports InRelease
07:24:33 #11 38.78 Err:4 http://archive.ubuntu.com/ubuntu lunar InRelease
07:24:33 #11 38.78   Could not connect to archive.ubuntu.com:80 (2620:2d:4000:1::16). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (2620:2d:4000:1::19). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.38), connection timed out Could not connect to archive.ubuntu.com:80 (185.125.190.39), connection timed out Could not connect to archive.ubuntu.com:80 (185.125.190.36), connection timed out
07:24:33 #11 38.78 Err:5 http://archive.ubuntu.com/ubuntu lunar-updates InRelease
07:24:33 #11 38.78   Unable to connect to archive.ubuntu.com:80:
07:24:33 #11 38.78 Err:6 http://archive.ubuntu.com/ubuntu lunar-backports InRelease
07:24:33 #11 38.78   Unable to connect to archive.ubuntu.com:80:
07:24:33 #11 38.79 Fetched 177 kB in 38s (4608 B/s)
07:24:33 #11 38.79 Reading package lists...
07:24:33 #11 38.80 W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/lunar/InRelease  Could not connect to archive.ubuntu.com:80 (2620:2d:4000:1::16). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (2620:2d:4000:1::19). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.38), connection timed out Could not connect to archive.ubuntu.com:80 (185.125.190.39), connection timed out Could not connect to archive.ubuntu.com:80 (185.125.190.36), connection timed out
07:24:33 #11 38.80 W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/lunar-updates/InRelease  Unable to connect to archive.ubuntu.com:80:
07:24:33 #11 38.80 W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/lunar-backports/InRelease  Unable to connect to archive.ubuntu.com:80:
07:24:33 #11 38.80 W: Some index files failed to download. They have been ignored, or old ones used instead.
07:24:33 #11 38.81 Reading package lists...
07:24:33 #11 38.82 Building dependency tree...
07:24:33 #11 38.82 Reading state information...
07:24:33 #11 38.82 E: Unable to locate package curl
07:24:33 #11 38.82 E: Unable to locate package devscripts
07:24:33 #11 38.82 E: Unable to locate package equivs
07:24:33 #11 ERROR: process "/bin/sh -c apt-get update && apt-get install -y curl devscripts equivs git" did not complete successfully: exit code: 100
07:24:33 ------
07:24:33  > [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git:
07:24:33 #11 38.80 W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/lunar/InRelease  Could not connect to archive.ubuntu.com:80 (2620:2d:4000:1::16). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (2620:2d:4000:1::19). - connect (101: Network is unreachable) Could not connect to archive.ubuntu.com:80 (91.189.91.38), connection timed out Could not connect to archive.ubuntu.com:80 (185.125.190.39), connection timed out Could not connect to archive.ubuntu.com:80 (185.125.190.36), connection timed out
07:24:33 #11 38.80 W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/lunar-updates/InRelease  Unable to connect to archive.ubuntu.com:80:
07:24:33 #11 38.80 W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/lunar-backports/InRelease  Unable to connect to archive.ubuntu.com:80:
07:24:33 #11 38.80 W: Some index files failed to download. They have been ignored, or old ones used instead.
07:24:33 #11 38.81 Reading package lists...
07:24:33 #11 38.82 Building dependency tree...
07:24:33 #11 38.82 Reading state information...
07:24:33 #11 38.82 E: Unable to locate package curl
07:24:33 #11 38.82 E: Unable to locate package devscripts
07:24:33 #11 38.82 E: Unable to locate package equivs
07:24:33 ------
07:24:33 Dockerfile:18
07:24:33 --------------------
07:24:33   16 |     
07:24:33   17 |     ARG DEBIAN_FRONTEND=noninteractive
07:24:33   18 | >>> RUN apt-get update && apt-get install -y curl devscripts equivs git
07:24:33   19 |     
07:24:33   20 |     ENV GOPROXY=https://proxy.golang.org|direct
07:24:33 --------------------
07:24:33 ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y curl devscripts equivs git" did not complete successfully: exit code: 100
07:24:33 make[1]: *** [Makefile:79: ubuntu-lunar] Error 1
07:24:33 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-893/deb'
07:24:33 make: *** [Makefile:83: ubuntu-lunar] Error 2