Skip to content

Console Output

14:20:59 [2021-06-10T14:20:59.008Z] The recommended git tool is: git
14:21:02 [2021-06-10T14:21:02.496Z] using credential docker-jenkins-github-credentials
14:21:02 [2021-06-10T14:21:02.507Z] Cloning the remote Git repository
14:21:02 [2021-06-10T14:21:02.507Z] Cloning with configured refspecs honoured and without tags
14:21:02 [2021-06-10T14:21:02.538Z] Cloning repository https://github.com/moby/moby.git
14:21:02 [2021-06-10T14:21:02.611Z]  > git init /home/ubuntu/workspace/moby_PR-42507 # timeout=10
14:21:02 [2021-06-10T14:21:02.878Z] Fetching upstream changes from https://github.com/moby/moby.git
14:21:02 [2021-06-10T14:21:02.879Z]  > git --version # timeout=10
14:21:02 [2021-06-10T14:21:02.892Z]  > git --version # 'git version 2.17.1'
14:21:02 [2021-06-10T14:21:02.892Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:21:02 [2021-06-10T14:21:02.893Z]  > 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:23 [2021-06-10T14:21:23.962Z] Fetching without tags
14:21:24 [2021-06-10T14:21:24.285Z] Merging remotes/origin/20.10 commit b0f5bc36fea9dfb9672e1e9b1278ebab797b9ee0 into PR head commit 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48
14:21:25 [2021-06-10T14:21:25.161Z] Merge succeeded, producing 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48
14:21:25 [2021-06-10T14:21:25.161Z] Checking out Revision 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 (PR-42507)
14:21:23 [2021-06-10T14:21:23.887Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:21:23 [2021-06-10T14:21:23.900Z]  > git config --add remote.origin.fetch +refs/pull/42507/head:refs/remotes/origin/PR-42507 # timeout=10
14:21:23 [2021-06-10T14:21:23.914Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
14:21:23 [2021-06-10T14:21:23.931Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:21:23 [2021-06-10T14:21:23.968Z] Fetching upstream changes from https://github.com/moby/moby.git
14:21:23 [2021-06-10T14:21:23.968Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:21:23 [2021-06-10T14:21:23.969Z]  > 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:24 [2021-06-10T14:21:24.294Z]  > git config core.sparsecheckout # timeout=10
14:21:24 [2021-06-10T14:21:24.316Z]  > git checkout -f 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 # timeout=10
14:21:25 [2021-06-10T14:21:25.037Z]  > git remote # timeout=10
14:21:25 [2021-06-10T14:21:25.069Z]  > git config --get remote.origin.url # timeout=10
14:21:25 [2021-06-10T14:21:25.104Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:21:25 [2021-06-10T14:21:25.105Z]  > git merge b0f5bc36fea9dfb9672e1e9b1278ebab797b9ee0 # timeout=10
14:21:25 [2021-06-10T14:21:25.141Z]  > git rev-parse HEAD^{commit} # timeout=10
14:21:25 [2021-06-10T14:21:25.176Z]  > git config core.sparsecheckout # timeout=10
14:21:25 [2021-06-10T14:21:25.196Z]  > git checkout -f 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 # timeout=10
14:21:29 [2021-06-10T14:21:29.035Z] Commit message: "Jenkinsfile: skip ppc64le and s390x by default on pull requests"