Skip to content

Console Output

14:21:26 [2021-06-10T14:21:26.526Z] The recommended git tool is: git
14:21:29 [2021-06-10T14:21:29.516Z] using credential docker-jenkins-github-credentials
14:21:29 [2021-06-10T14:21:29.523Z] Cloning the remote Git repository
14:21:29 [2021-06-10T14:21:29.523Z] Cloning with configured refspecs honoured and without tags
14:21:29 [2021-06-10T14:21:29.545Z] Cloning repository https://github.com/moby/moby.git
14:21:29 [2021-06-10T14:21:29.601Z]  > git init /home/ubuntu/workspace/moby_PR-42507 # timeout=10
14:21:29 [2021-06-10T14:21:29.873Z] Fetching upstream changes from https://github.com/moby/moby.git
14:21:29 [2021-06-10T14:21:29.874Z]  > git --version # timeout=10
14:21:29 [2021-06-10T14:21:29.890Z]  > git --version # 'git version 2.25.1'
14:21:29 [2021-06-10T14:21:29.891Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:21:29 [2021-06-10T14:21:29.893Z]  > git fetch --no-tags --force --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:48 [2021-06-10T14:21:48.385Z] Fetching without tags
14:21:48 [2021-06-10T14:21:48.719Z] Merging remotes/origin/20.10 commit b0f5bc36fea9dfb9672e1e9b1278ebab797b9ee0 into PR head commit 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48
14:21:49 [2021-06-10T14:21:49.581Z] Merge succeeded, producing 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48
14:21:49 [2021-06-10T14:21:49.581Z] Checking out Revision 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 (PR-42507)
14:21:48 [2021-06-10T14:21:48.311Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:21:48 [2021-06-10T14:21:48.328Z]  > git config --add remote.origin.fetch +refs/pull/42507/head:refs/remotes/origin/PR-42507 # timeout=10
14:21:48 [2021-06-10T14:21:48.346Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
14:21:48 [2021-06-10T14:21:48.366Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
14:21:48 [2021-06-10T14:21:48.389Z] Fetching upstream changes from https://github.com/moby/moby.git
14:21:48 [2021-06-10T14:21:48.389Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:21:48 [2021-06-10T14:21:48.390Z]  > git fetch --no-tags --force --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:48 [2021-06-10T14:21:48.726Z]  > git config core.sparsecheckout # timeout=10
14:21:48 [2021-06-10T14:21:48.743Z]  > git checkout -f 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 # timeout=10
14:21:49 [2021-06-10T14:21:49.496Z]  > git remote # timeout=10
14:21:49 [2021-06-10T14:21:49.528Z]  > git config --get remote.origin.url # timeout=10
14:21:49 [2021-06-10T14:21:49.540Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
14:21:49 [2021-06-10T14:21:49.541Z]  > git merge b0f5bc36fea9dfb9672e1e9b1278ebab797b9ee0 # timeout=10
14:21:49 [2021-06-10T14:21:49.557Z]  > git rev-parse HEAD^{commit} # timeout=10
14:21:49 [2021-06-10T14:21:49.584Z]  > git config core.sparsecheckout # timeout=10
14:21:49 [2021-06-10T14:21:49.605Z]  > git checkout -f 523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 # timeout=10
14:21:53 [2021-06-10T14:21:53.667Z] Commit message: "Jenkinsfile: skip ppc64le and s390x by default on pull requests"