Skip to content

Console Output

10:34:13 [2022-09-21T10:34:13.923Z] The recommended git tool is: git
10:34:16 [2022-09-21T10:34:16.375Z] using credential docker-jenkins-github-credentials
10:34:16 [2022-09-21T10:34:16.384Z] Cloning the remote Git repository
10:34:16 [2022-09-21T10:34:16.384Z] Cloning with configured refspecs honoured and without tags
10:34:16 [2022-09-21T10:34:16.498Z] Cloning repository https://github.com/moby/moby.git
10:34:16 [2022-09-21T10:34:16.545Z]  > git init /home/ubuntu/workspace/moby_PR-44123 # timeout=10
10:34:16 [2022-09-21T10:34:16.884Z] Fetching upstream changes from https://github.com/moby/moby.git
10:34:16 [2022-09-21T10:34:16.884Z]  > git --version # timeout=10
10:34:16 [2022-09-21T10:34:16.895Z]  > git --version # 'git version 2.25.1'
10:34:16 [2022-09-21T10:34:16.896Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:34:16 [2022-09-21T10:34:16.897Z]  > 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:28 [2022-09-21T10:34:28.421Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:34:28 [2022-09-21T10:34:28.431Z]  > git config --add remote.origin.fetch +refs/pull/44123/head:refs/remotes/origin/PR-44123 # timeout=10
10:34:28 [2022-09-21T10:34:28.440Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
10:34:28 [2022-09-21T10:34:28.509Z] Fetching without tags
10:34:28 [2022-09-21T10:34:28.718Z] Merging remotes/origin/20.10 commit e42327a6d3c55ceda3bd5475be7aae6036d02db3 into PR head commit 5ba3208ec7d7c81963907f628ac53dbcca3a5e21
10:34:29 [2022-09-21T10:34:29.230Z] Merge succeeded, producing 5ba3208ec7d7c81963907f628ac53dbcca3a5e21
10:34:29 [2022-09-21T10:34:29.230Z] Checking out Revision 5ba3208ec7d7c81963907f628ac53dbcca3a5e21 (PR-44123)
10:34:28 [2022-09-21T10:34:28.450Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:34:28 [2022-09-21T10:34:28.580Z] Fetching upstream changes from https://github.com/moby/moby.git
10:34:28 [2022-09-21T10:34:28.580Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:34:28 [2022-09-21T10:34:28.581Z]  > 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:28 [2022-09-21T10:34:28.792Z]  > git config core.sparsecheckout # timeout=10
10:34:28 [2022-09-21T10:34:28.798Z]  > git checkout -f 5ba3208ec7d7c81963907f628ac53dbcca3a5e21 # timeout=10
10:34:29 [2022-09-21T10:34:29.254Z]  > git remote # timeout=10
10:34:29 [2022-09-21T10:34:29.268Z]  > git config --get remote.origin.url # timeout=10
10:34:29 [2022-09-21T10:34:29.275Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:34:29 [2022-09-21T10:34:29.276Z]  > git merge e42327a6d3c55ceda3bd5475be7aae6036d02db3 # timeout=10
10:34:29 [2022-09-21T10:34:29.284Z]  > git rev-parse HEAD^{commit} # timeout=10
10:34:29 [2022-09-21T10:34:29.298Z]  > git config core.sparsecheckout # timeout=10
10:34:29 [2022-09-21T10:34:29.308Z]  > git checkout -f 5ba3208ec7d7c81963907f628ac53dbcca3a5e21 # timeout=10
10:34:33 [2022-09-21T10:34:33.146Z] Commit message: "Dockerfile: Update Dockerfile syntax, switch to bullseye, add missing libseccomp-dev, remove build pack"