Skip to content

Console Output

17:08:32 [2021-04-08T17:08:32.203Z] The recommended git tool is: git
17:08:35 [2021-04-08T17:08:35.583Z] using credential docker-jenkins-github-credentials
17:08:35 [2021-04-08T17:08:35.591Z] Cloning the remote Git repository
17:08:35 [2021-04-08T17:08:35.591Z] Cloning with configured refspecs honoured and without tags
17:08:35 [2021-04-08T17:08:35.491Z] Cloning repository https://github.com/moby/moby.git
17:08:35 [2021-04-08T17:08:35.544Z]  > git init /home/ubuntu/workspace/moby_PR-42268 # timeout=10
17:08:35 [2021-04-08T17:08:35.794Z] Fetching upstream changes from https://github.com/moby/moby.git
17:08:35 [2021-04-08T17:08:35.794Z]  > git --version # timeout=10
17:08:35 [2021-04-08T17:08:35.820Z]  > git --version # 'git version 2.17.1'
17:08:35 [2021-04-08T17:08:35.821Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:08:35 [2021-04-08T17:08:35.830Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42268/head:refs/remotes/origin/PR-42268 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:08:58 [2021-04-08T17:08:58.319Z] Fetching without tags
17:08:58 [2021-04-08T17:08:58.786Z] Merging remotes/origin/master commit 2acab355ec7347b905b3e42bb6639d689cbea28a into PR head commit eefb6c672ae06f4df92b19851126537c8ccaa5e9
17:08:59 [2021-04-08T17:08:59.874Z] Merge succeeded, producing eefb6c672ae06f4df92b19851126537c8ccaa5e9
17:08:59 [2021-04-08T17:08:59.875Z] Checking out Revision eefb6c672ae06f4df92b19851126537c8ccaa5e9 (PR-42268)
17:08:58 [2021-04-08T17:08:58.262Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:08:58 [2021-04-08T17:08:58.275Z]  > git config --add remote.origin.fetch +refs/pull/42268/head:refs/remotes/origin/PR-42268 # timeout=10
17:08:58 [2021-04-08T17:08:58.306Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:08:58 [2021-04-08T17:08:58.324Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:08:58 [2021-04-08T17:08:58.346Z] Fetching upstream changes from https://github.com/moby/moby.git
17:08:58 [2021-04-08T17:08:58.347Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:08:58 [2021-04-08T17:08:58.348Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42268/head:refs/remotes/origin/PR-42268 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:08:58 [2021-04-08T17:08:58.818Z]  > git config core.sparsecheckout # timeout=10
17:08:58 [2021-04-08T17:08:58.843Z]  > git checkout -f eefb6c672ae06f4df92b19851126537c8ccaa5e9 # timeout=10
17:08:59 [2021-04-08T17:08:59.780Z]  > git remote # timeout=10
17:08:59 [2021-04-08T17:08:59.814Z]  > git config --get remote.origin.url # timeout=10
17:08:59 [2021-04-08T17:08:59.842Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:08:59 [2021-04-08T17:08:59.844Z]  > git merge 2acab355ec7347b905b3e42bb6639d689cbea28a # timeout=10
17:08:59 [2021-04-08T17:08:59.878Z]  > git rev-parse HEAD^{commit} # timeout=10
17:08:59 [2021-04-08T17:08:59.902Z]  > git config core.sparsecheckout # timeout=10
17:08:59 [2021-04-08T17:08:59.926Z]  > git checkout -f eefb6c672ae06f4df92b19851126537c8ccaa5e9 # timeout=10
17:09:04 [2021-04-08T17:09:04.374Z] Commit message: "Fix typo on the v1.41 changelog"