Skip to content

Console Output

21:48:26 + make REF=23.0 debian-bookworm
21:48:26 git init src/github.com/docker/cli
21:48:26 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-842/src/github.com/docker/cli/.git/
21:48:26 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
21:48:26 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
21:48:26 + SRC=src/github.com/docker/cli
21:48:26 + REF=23.0
21:48:26 + REF_FETCH=23.0
21:48:26 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
21:48:26 + awk {print $2}
21:48:26 + REF=refs/heads/23.0
21:48:26 + [ -n refs/heads/23.0 ]
21:48:26 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
21:48:26 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
21:48:26 From https://github.com/docker/cli
21:48:26  * [new branch]      23.0       -> 23.0
21:48:26  * [new branch]      23.0       -> origin/23.0
21:48:26 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
21:48:27 git init src/github.com/docker/docker
21:48:27 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-842/src/github.com/docker/docker/.git/
21:48:27 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
21:48:27 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
21:48:27 + SRC=src/github.com/docker/docker
21:48:27 + REF=23.0
21:48:27 + REF_FETCH=23.0
21:48:27 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
21:48:27 + awk {print $2}
21:48:27 + REF=refs/heads/23.0
21:48:27 + [ -n refs/heads/23.0 ]
21:48:27 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
21:48:27 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
21:48:30 From https://github.com/docker/docker
21:48:30  * [new branch]      23.0       -> 23.0
21:48:30  * [new branch]      23.0       -> origin/23.0
21:48:30 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
21:48:30 git init src/github.com/docker/buildx
21:48:30 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-842/src/github.com/docker/buildx/.git/
21:48:30 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
21:48:30 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
21:48:30 + SRC=src/github.com/docker/buildx
21:48:30 + REF=v0.10.2
21:48:30 + REF_FETCH=v0.10.2
21:48:30 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
21:48:30 + awk {print $2}
21:48:30 + REF=refs/tags/v0.10.2
21:48:30 + [ -n refs/tags/v0.10.2 ]
21:48:30 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
21:48:30 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
21:48:33 From https://github.com/docker/buildx
21:48:33  * [new tag]         v0.10.2    -> v0.10.2
21:48:33 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
21:48:33 git init src/github.com/docker/compose
21:48:33 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-842/src/github.com/docker/compose/.git/
21:48:33 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
21:48:33 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
21:48:33 + SRC=src/github.com/docker/compose
21:48:33 + REF=v2.15.1
21:48:33 + REF_FETCH=v2.15.1
21:48:33 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
21:48:33 + awk {print $2}
21:48:33 + REF=refs/tags/v2.15.1
21:48:33 + [ -n refs/tags/v2.15.1 ]
21:48:33 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
21:48:33 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
21:50:54 fatal: unable to access 'https://github.com/docker/compose.git/': Failed to connect to github.com port 443: Connection timed out
21:50:54 make: *** [Makefile:67: checkout-compose] Error 128