Skip to content

Console Output

14:20:50 [2021-06-10T14:20:50.249Z] The recommended git tool is: git
14:20:52 [2021-06-10T14:20:52.711Z] using credential docker-jenkins-github-credentials
14:20:52 [2021-06-10T14:20:52.717Z] Cloning the remote Git repository
14:20:52 [2021-06-10T14:20:52.717Z] Cloning with configured refspecs honoured and without tags
14:20:52 [2021-06-10T14:20:52.735Z] Cloning repository https://github.com/moby/moby.git
14:20:52 [2021-06-10T14:20:52.796Z]  > git init /home/ubuntu/workspace/moby_PR-42507 # timeout=10
14:20:53 [2021-06-10T14:20:53.070Z] Fetching upstream changes from https://github.com/moby/moby.git
14:20:53 [2021-06-10T14:20:53.070Z]  > git --version # timeout=10
14:20:53 [2021-06-10T14:20:53.113Z]  > git --version # 'git version 2.17.1'
14:20:53 [2021-06-10T14:20:53.114Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:20:53 [2021-06-10T14:20:53.116Z]  > 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:17 [2021-06-10T14:21:17.020Z] Fetching without tags
14:21:17 [2021-06-10T14:21:17.315Z] Merging remotes/origin/20.10 commit b0f5bc36fea9dfb9672e1e9b1278ebab797b9ee0 into PR head commit 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48
14:21:17 [2021-06-10T14:21:17.933Z] Merge succeeded, producing 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48
14:21:17 [2021-06-10T14:21:17.933Z] Checking out Revision 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 (PR-42507)
14:21:16 [2021-06-10T14:21:16.960Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:21:16 [2021-06-10T14:21:16.968Z]  > git config --add remote.origin.fetch +refs/pull/42507/head:refs/remotes/origin/PR-42507 # timeout=10
14:21:16 [2021-06-10T14:21:16.982Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
14:21:17 [2021-06-10T14:21:17.000Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:21:17 [2021-06-10T14:21:17.023Z] Fetching upstream changes from https://github.com/moby/moby.git
14:21:17 [2021-06-10T14:21:17.024Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:21:17 [2021-06-10T14:21:17.025Z]  > 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:17 [2021-06-10T14:21:17.323Z]  > git config core.sparsecheckout # timeout=10
14:21:17 [2021-06-10T14:21:17.353Z]  > git checkout -f 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 # timeout=10
14:21:17 [2021-06-10T14:21:17.866Z]  > git remote # timeout=10
14:21:17 [2021-06-10T14:21:17.883Z]  > git config --get remote.origin.url # timeout=10
14:21:17 [2021-06-10T14:21:17.895Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:21:17 [2021-06-10T14:21:17.896Z]  > git merge b0f5bc36fea9dfb9672e1e9b1278ebab797b9ee0 # timeout=10
14:21:17 [2021-06-10T14:21:17.917Z]  > git rev-parse HEAD^{commit} # timeout=10
14:21:17 [2021-06-10T14:21:17.936Z]  > git config core.sparsecheckout # timeout=10
14:21:17 [2021-06-10T14:21:17.948Z]  > git checkout -f 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 # timeout=10
14:21:22 [2021-06-10T14:21:22.507Z] Commit message: "Jenkinsfile: skip ppc64le and s390x by default on pull requests"