Skip to content

Console Output

14:20:53 [2021-06-10T14:20:53.861Z] The recommended git tool is: git
14:20:57 [2021-06-10T14:20:57.234Z] using credential docker-jenkins-github-credentials
14:20:57 [2021-06-10T14:20:57.241Z] Cloning the remote Git repository
14:20:57 [2021-06-10T14:20:57.241Z] Cloning with configured refspecs honoured and without tags
14:20:57 [2021-06-10T14:20:57.256Z] Cloning repository https://github.com/moby/moby.git
14:20:57 [2021-06-10T14:20:57.312Z]  > git init /home/ubuntu/workspace/moby_PR-42507 # timeout=10
14:20:57 [2021-06-10T14:20:57.523Z] Fetching upstream changes from https://github.com/moby/moby.git
14:20:57 [2021-06-10T14:20:57.523Z]  > git --version # timeout=10
14:20:57 [2021-06-10T14:20:57.581Z]  > git --version # 'git version 2.17.1'
14:20:57 [2021-06-10T14:20:57.582Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:20:57 [2021-06-10T14:20:57.584Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42507/head:refs/remotes/origin/PR-42507 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
14:21:19 [2021-06-10T14:21:19.504Z] Fetching without tags
14:21:19 [2021-06-10T14:21:19.953Z] Merging remotes/origin/20.10 commit b0f5bc36fea9dfb9672e1e9b1278ebab797b9ee0 into PR head commit 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48
14:21:19 [2021-06-10T14:21:19.426Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:21:19 [2021-06-10T14:21:19.442Z]  > git config --add remote.origin.fetch +refs/pull/42507/head:refs/remotes/origin/PR-42507 # timeout=10
14:21:19 [2021-06-10T14:21:19.458Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
14:21:19 [2021-06-10T14:21:19.493Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:21:19 [2021-06-10T14:21:19.510Z] Fetching upstream changes from https://github.com/moby/moby.git
14:21:19 [2021-06-10T14:21:19.511Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:21:19 [2021-06-10T14:21:19.516Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42507/head:refs/remotes/origin/PR-42507 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
14:21:19 [2021-06-10T14:21:19.969Z]  > git config core.sparsecheckout # timeout=10
14:21:19 [2021-06-10T14:21:19.996Z]  > git checkout -f 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 # timeout=10
14:21:20 [2021-06-10T14:21:20.801Z] Merge succeeded, producing 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48
14:21:20 [2021-06-10T14:21:20.802Z] Checking out Revision 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 (PR-42507)
14:21:20 [2021-06-10T14:21:20.704Z]  > git remote # timeout=10
14:21:20 [2021-06-10T14:21:20.714Z]  > git config --get remote.origin.url # timeout=10
14:21:20 [2021-06-10T14:21:20.752Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:21:20 [2021-06-10T14:21:20.754Z]  > git merge b0f5bc36fea9dfb9672e1e9b1278ebab797b9ee0 # timeout=10
14:21:20 [2021-06-10T14:21:20.780Z]  > git rev-parse HEAD^{commit} # timeout=10
14:21:20 [2021-06-10T14:21:20.804Z]  > git config core.sparsecheckout # timeout=10
14:21:20 [2021-06-10T14:21:20.828Z]  > git checkout -f 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 # timeout=10
14:21:25 [2021-06-10T14:21:25.582Z] Commit message: "Jenkinsfile: skip ppc64le and s390x by default on pull requests"