Skip to content

Console Output

10:36:16 [2021-04-16T10:36:16.274Z] The recommended git tool is: git
10:36:37 [2021-04-16T10:36:37.861Z] using credential docker-jenkins-github-credentials
10:36:37 [2021-04-16T10:36:37.936Z] Cloning the remote Git repository
10:36:37 [2021-04-16T10:36:37.936Z] Cloning with configured refspecs honoured and without tags
10:36:38 [2021-04-16T10:36:38.126Z] Cloning repository https://github.com/moby/moby.git
10:36:38 [2021-04-16T10:36:38.539Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
10:36:39 [2021-04-16T10:36:39.565Z] Fetching upstream changes from https://github.com/moby/moby.git
10:36:39 [2021-04-16T10:36:39.565Z]  > git --version # timeout=10
10:36:39 [2021-04-16T10:36:39.609Z]  > git --version # 'git version 2.24.1.windows.2'
10:36:39 [2021-04-16T10:36:39.609Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:36:39 [2021-04-16T10:36:39.612Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40094/head:refs/remotes/origin/PR-40094 +refs/heads/master:refs/remotes/origin/master # timeout=10
10:36:56 [2021-04-16T10:36:56.305Z] Fetching without tags
10:36:55 [2021-04-16T10:36:55.914Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:36:56 [2021-04-16T10:36:56.066Z]  > git config --add remote.origin.fetch +refs/pull/40094/head:refs/remotes/origin/PR-40094 # timeout=10
10:36:56 [2021-04-16T10:36:56.110Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
10:36:56 [2021-04-16T10:36:56.224Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:36:56 [2021-04-16T10:36:56.341Z] Fetching upstream changes from https://github.com/moby/moby.git
10:36:56 [2021-04-16T10:36:56.341Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:36:56 [2021-04-16T10:36:56.342Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40094/head:refs/remotes/origin/PR-40094 +refs/heads/master:refs/remotes/origin/master # timeout=10
10:36:57 [2021-04-16T10:36:57.020Z] Merging remotes/origin/master commit 8eb947c5b1d7ce7551ed6e07db7a8b65234b75e0 into PR head commit eb0610b7fc7e8c49160c99fa311e14ee632dd45a
10:36:57 [2021-04-16T10:36:57.128Z]  > git config core.sparsecheckout # timeout=10
10:36:57 [2021-04-16T10:36:57.170Z]  > git checkout -f eb0610b7fc7e8c49160c99fa311e14ee632dd45a # timeout=10
10:37:00 [2021-04-16T10:37:00.247Z] Merge succeeded, producing eb0610b7fc7e8c49160c99fa311e14ee632dd45a
10:37:00 [2021-04-16T10:37:00.247Z] Checking out Revision eb0610b7fc7e8c49160c99fa311e14ee632dd45a (PR-40094)
10:36:59 [2021-04-16T10:36:59.871Z]  > git remote # timeout=10
10:36:59 [2021-04-16T10:36:59.945Z]  > git config --get remote.origin.url # timeout=10
10:36:59 [2021-04-16T10:36:59.989Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:36:59 [2021-04-16T10:36:59.991Z]  > git merge 8eb947c5b1d7ce7551ed6e07db7a8b65234b75e0 # timeout=10
10:37:00 [2021-04-16T10:37:00.152Z]  > git rev-parse "HEAD^{commit}" # timeout=10
10:37:00 [2021-04-16T10:37:00.281Z]  > git config core.sparsecheckout # timeout=10
10:37:00 [2021-04-16T10:37:00.323Z]  > git checkout -f eb0610b7fc7e8c49160c99fa311e14ee632dd45a # timeout=10
10:37:11 [2021-04-16T10:37:11.933Z] Commit message: "Dockerfile: integrate e2e stage in main Dockerfile"