Skip to content

Console Output

13:00:24 + make REF=master fedora-36
13:00:24 git init src/github.com/docker/cli
13:00:24 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-658/src/github.com/docker/cli/.git/
13:00:24 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:00:24 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:00:24 + SRC=src/github.com/docker/cli
13:00:24 + REF=master
13:00:24 + REF_FETCH=master
13:00:24 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master
13:00:24 + awk {print $2}
13:00:24 + REF=refs/heads/master
13:00:24 + [ -n refs/heads/master ]
13:00:24 + REF_FETCH=refs/heads/master:refs/heads/master
13:00:24 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:00:26 From https://github.com/docker/cli
13:00:26  * [new branch]      master     -> master
13:00:26  * [new branch]      master     -> origin/master
13:00:26 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:00:26 git init src/github.com/docker/docker
13:00:26 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-658/src/github.com/docker/docker/.git/
13:00:26 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:00:26 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:00:26 + SRC=src/github.com/docker/docker
13:00:26 + REF=master
13:00:26 + REF_FETCH=master
13:00:26 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master
13:00:26 + awk {print $2}
13:00:27 + REF=refs/heads/master
13:00:27 + [ -n refs/heads/master ]
13:00:27 + REF_FETCH=refs/heads/master:refs/heads/master
13:00:27 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:00:30 From https://github.com/docker/docker
13:00:30  * [new branch]      master     -> master
13:00:30  * [new branch]      master     -> origin/master
13:00:30 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:00:30 git init src/github.com/docker/compose
13:00:30 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-658/src/github.com/docker/compose/.git/
13:00:30 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:00:30 ./scripts/checkout.sh src/github.com/docker/compose "v2.3.4"
13:00:30 + SRC=src/github.com/docker/compose
13:00:30 + REF=v2.3.4
13:00:30 + REF_FETCH=v2.3.4
13:00:30 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.3.4
13:00:30 + awk {print $2}
13:00:30 + REF=refs/tags/v2.3.4
13:00:30 + [ -n refs/tags/v2.3.4 ]
13:00:30 + REF_FETCH=refs/tags/v2.3.4:refs/tags/v2.3.4
13:00:30 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.3.4:refs/tags/v2.3.4
13:00:31 From https://github.com/docker/compose
13:00:31  * [new tag]         v2.3.4     -> v2.3.4
13:00:31 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.3.4
13:00:31 git init src/github.com/docker/scan-cli-plugin
13:00:31 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-658/src/github.com/docker/scan-cli-plugin/.git/
13:00:31 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:00:31 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:00:31 + SRC=src/github.com/docker/scan-cli-plugin
13:00:31 + REF=v0.17.0
13:00:31 + REF_FETCH=v0.17.0
13:00:31 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
13:00:31 + awk {print $2}
13:00:31 + REF=refs/tags/v0.17.0
13:00:31 + [ -n refs/tags/v0.17.0 ]
13:00:31 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
13:00:31 + 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
13:00:31 From https://github.com/docker/scan-cli-plugin
13:00:31  * [new tag]         v0.17.0    -> v0.17.0
13:00:31 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:00:31 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.17.8 fedora-36
13:00:31 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-658/rpm'
13:00:31 make[1]: Nothing to be done for 'fedora-36'.
13:00:31 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-658/rpm'