Skip to content

Console Output

10:36:29 [2021-04-16T10:36:29.792Z] The recommended git tool is: git
10:36:32 [2021-04-16T10:36:32.315Z] using credential docker-jenkins-github-credentials
10:36:32 [2021-04-16T10:36:32.324Z] Cloning the remote Git repository
10:36:32 [2021-04-16T10:36:32.324Z] Cloning with configured refspecs honoured and without tags
10:36:32 [2021-04-16T10:36:32.343Z] Cloning repository https://github.com/moby/moby.git
10:36:32 [2021-04-16T10:36:32.398Z]  > git init /home/ubuntu/workspace/moby_PR-40094 # timeout=10
10:36:32 [2021-04-16T10:36:32.662Z] Fetching upstream changes from https://github.com/moby/moby.git
10:36:32 [2021-04-16T10:36:32.663Z]  > git --version # timeout=10
10:36:32 [2021-04-16T10:36:32.701Z]  > git --version # 'git version 2.25.1'
10:36:32 [2021-04-16T10:36:32.701Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:36:32 [2021-04-16T10:36:32.736Z]  > 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:48 [2021-04-16T10:36:48.416Z] Fetching without tags
10:36:48 [2021-04-16T10:36:48.706Z] Merging remotes/origin/master commit 8eb947c5b1d7ce7551ed6e07db7a8b65234b75e0 into PR head commit eb0610b7fc7e8c49160c99fa311e14ee632dd45a
10:36:49 [2021-04-16T10:36:49.410Z] Merge succeeded, producing eb0610b7fc7e8c49160c99fa311e14ee632dd45a
10:36:49 [2021-04-16T10:36:49.411Z] Checking out Revision eb0610b7fc7e8c49160c99fa311e14ee632dd45a (PR-40094)
10:36:48 [2021-04-16T10:36:48.352Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:36:48 [2021-04-16T10:36:48.370Z]  > git config --add remote.origin.fetch +refs/pull/40094/head:refs/remotes/origin/PR-40094 # timeout=10
10:36:48 [2021-04-16T10:36:48.391Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
10:36:48 [2021-04-16T10:36:48.400Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
10:36:48 [2021-04-16T10:36:48.421Z] Fetching upstream changes from https://github.com/moby/moby.git
10:36:48 [2021-04-16T10:36:48.421Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:36:48 [2021-04-16T10:36:48.422Z]  > 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:48 [2021-04-16T10:36:48.713Z]  > git config core.sparsecheckout # timeout=10
10:36:48 [2021-04-16T10:36:48.731Z]  > git checkout -f eb0610b7fc7e8c49160c99fa311e14ee632dd45a # timeout=10
10:36:49 [2021-04-16T10:36:49.329Z]  > git remote # timeout=10
10:36:49 [2021-04-16T10:36:49.347Z]  > git config --get remote.origin.url # timeout=10
10:36:49 [2021-04-16T10:36:49.365Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
10:36:49 [2021-04-16T10:36:49.366Z]  > git merge 8eb947c5b1d7ce7551ed6e07db7a8b65234b75e0 # timeout=10
10:36:49 [2021-04-16T10:36:49.389Z]  > git rev-parse HEAD^{commit} # timeout=10
10:36:49 [2021-04-16T10:36:49.413Z]  > git config core.sparsecheckout # timeout=10
10:36:49 [2021-04-16T10:36:49.429Z]  > git checkout -f eb0610b7fc7e8c49160c99fa311e14ee632dd45a # timeout=10
10:36:53 [2021-04-16T10:36:53.431Z] Commit message: "Dockerfile: integrate e2e stage in main Dockerfile"