Skip to content

Console Output

10:34:03 [2022-09-21T10:34:03.200Z] The recommended git tool is: git
10:34:05 [2022-09-21T10:34:05.626Z] using credential docker-jenkins-github-credentials
10:34:05 [2022-09-21T10:34:05.634Z] Cloning the remote Git repository
10:34:05 [2022-09-21T10:34:05.635Z] Cloning with configured refspecs honoured and without tags
10:34:05 [2022-09-21T10:34:05.652Z] Cloning repository https://github.com/moby/moby.git
10:34:05 [2022-09-21T10:34:05.710Z]  > git init /home/ubuntu/workspace/moby_PR-44123 # timeout=10
10:34:05 [2022-09-21T10:34:05.993Z] Fetching upstream changes from https://github.com/moby/moby.git
10:34:05 [2022-09-21T10:34:05.993Z]  > git --version # timeout=10
10:34:06 [2022-09-21T10:34:06.006Z]  > git --version # 'git version 2.25.1'
10:34:06 [2022-09-21T10:34:06.007Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:34:06 [2022-09-21T10:34:06.008Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44123/head:refs/remotes/origin/PR-44123 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
10:34:20 [2022-09-21T10:34:20.749Z] Fetching without tags
10:34:20 [2022-09-21T10:34:20.946Z] Merging remotes/origin/20.10 commit e42327a6d3c55ceda3bd5475be7aae6036d02db3 into PR head commit 5ba3208ec7d7c81963907f628ac53dbcca3a5e21
10:34:20 [2022-09-21T10:34:20.710Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:34:20 [2022-09-21T10:34:20.719Z]  > git config --add remote.origin.fetch +refs/pull/44123/head:refs/remotes/origin/PR-44123 # timeout=10
10:34:20 [2022-09-21T10:34:20.725Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
10:34:20 [2022-09-21T10:34:20.736Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:34:20 [2022-09-21T10:34:20.753Z] Fetching upstream changes from https://github.com/moby/moby.git
10:34:20 [2022-09-21T10:34:20.753Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:34:20 [2022-09-21T10:34:20.754Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44123/head:refs/remotes/origin/PR-44123 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
10:34:20 [2022-09-21T10:34:20.952Z]  > git config core.sparsecheckout # timeout=10
10:34:20 [2022-09-21T10:34:20.964Z]  > git checkout -f 5ba3208ec7d7c81963907f628ac53dbcca3a5e21 # timeout=10
10:34:21 [2022-09-21T10:34:21.544Z] Merge succeeded, producing 5ba3208ec7d7c81963907f628ac53dbcca3a5e21
10:34:21 [2022-09-21T10:34:21.545Z] Checking out Revision 5ba3208ec7d7c81963907f628ac53dbcca3a5e21 (PR-44123)
10:34:21 [2022-09-21T10:34:21.508Z]  > git remote # timeout=10
10:34:21 [2022-09-21T10:34:21.514Z]  > git config --get remote.origin.url # timeout=10
10:34:21 [2022-09-21T10:34:21.520Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:34:21 [2022-09-21T10:34:21.521Z]  > git merge e42327a6d3c55ceda3bd5475be7aae6036d02db3 # timeout=10
10:34:21 [2022-09-21T10:34:21.532Z]  > git rev-parse HEAD^{commit} # timeout=10
10:34:21 [2022-09-21T10:34:21.547Z]  > git config core.sparsecheckout # timeout=10
10:34:21 [2022-09-21T10:34:21.557Z]  > git checkout -f 5ba3208ec7d7c81963907f628ac53dbcca3a5e21 # timeout=10
10:34:25 [2022-09-21T10:34:25.681Z] Commit message: "Dockerfile: Update Dockerfile syntax, switch to bullseye, add missing libseccomp-dev, remove build pack"