Skip to content

Console Output

17:08:44 [2021-04-08T17:08:44.435Z] The recommended git tool is: git
17:08:47 [2021-04-08T17:08:47.663Z] using credential docker-jenkins-github-credentials
17:08:47 [2021-04-08T17:08:47.673Z] Cloning the remote Git repository
17:08:47 [2021-04-08T17:08:47.673Z] Cloning with configured refspecs honoured and without tags
17:08:47 [2021-04-08T17:08:47.690Z] Cloning repository https://github.com/moby/moby.git
17:08:47 [2021-04-08T17:08:47.752Z]  > git init /home/ubuntu/workspace/moby_PR-42268 # timeout=10
17:08:48 [2021-04-08T17:08:48.352Z] Fetching upstream changes from https://github.com/moby/moby.git
17:08:48 [2021-04-08T17:08:48.353Z]  > git --version # timeout=10
17:08:48 [2021-04-08T17:08:48.364Z]  > git --version # 'git version 2.25.1'
17:08:48 [2021-04-08T17:08:48.365Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:08:48 [2021-04-08T17:08:48.458Z]  > git fetch --no-tags --force --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:09:07 [2021-04-08T17:09:07.440Z] Fetching without tags
17:09:07 [2021-04-08T17:09:07.831Z] Merging remotes/origin/master commit 2acab355ec7347b905b3e42bb6639d689cbea28a into PR head commit eefb6c672ae06f4df92b19851126537c8ccaa5e9
17:09:07 [2021-04-08T17:09:07.396Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:09:07 [2021-04-08T17:09:07.402Z]  > git config --add remote.origin.fetch +refs/pull/42268/head:refs/remotes/origin/PR-42268 # timeout=10
17:09:07 [2021-04-08T17:09:07.410Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:09:07 [2021-04-08T17:09:07.427Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:09:07 [2021-04-08T17:09:07.444Z] Fetching upstream changes from https://github.com/moby/moby.git
17:09:07 [2021-04-08T17:09:07.445Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:09:07 [2021-04-08T17:09:07.447Z]  > git fetch --no-tags --force --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:09:07 [2021-04-08T17:09:07.839Z]  > git config core.sparsecheckout # timeout=10
17:09:07 [2021-04-08T17:09:07.846Z]  > git checkout -f eefb6c672ae06f4df92b19851126537c8ccaa5e9 # timeout=10
17:09:08 [2021-04-08T17:09:08.915Z] Merge succeeded, producing eefb6c672ae06f4df92b19851126537c8ccaa5e9
17:09:08 [2021-04-08T17:09:08.915Z] Checking out Revision eefb6c672ae06f4df92b19851126537c8ccaa5e9 (PR-42268)
17:09:08 [2021-04-08T17:09:08.871Z]  > git remote # timeout=10
17:09:08 [2021-04-08T17:09:08.877Z]  > git config --get remote.origin.url # timeout=10
17:09:08 [2021-04-08T17:09:08.886Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:09:08 [2021-04-08T17:09:08.888Z]  > git merge 2acab355ec7347b905b3e42bb6639d689cbea28a # timeout=10
17:09:08 [2021-04-08T17:09:08.901Z]  > git rev-parse HEAD^{commit} # timeout=10
17:09:08 [2021-04-08T17:09:08.918Z]  > git config core.sparsecheckout # timeout=10
17:09:08 [2021-04-08T17:09:08.923Z]  > git checkout -f eefb6c672ae06f4df92b19851126537c8ccaa5e9 # timeout=10
17:09:13 [2021-04-08T17:09:13.528Z] Commit message: "Fix typo on the v1.41 changelog"