Skip to content

Console Output

08:15:53 [2021-02-26T08:15:53.053Z] The recommended git tool is: git
08:16:14 [2021-02-26T08:16:14.996Z] using credential docker-jenkins-github-credentials
08:16:15 [2021-02-26T08:16:15.070Z] Cloning the remote Git repository
08:16:15 [2021-02-26T08:16:15.070Z] Cloning with configured refspecs honoured and without tags
08:16:15 [2021-02-26T08:16:15.420Z] Cloning repository https://github.com/moby/moby.git
08:16:15 [2021-02-26T08:16:15.943Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
08:16:16 [2021-02-26T08:16:16.989Z] Fetching upstream changes from https://github.com/moby/moby.git
08:16:16 [2021-02-26T08:16:16.989Z]  > git --version # timeout=10
08:16:17 [2021-02-26T08:16:17.026Z]  > git --version # 'git version 2.24.1.windows.2'
08:16:17 [2021-02-26T08:16:17.026Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:16:17 [2021-02-26T08:16:17.029Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42084/head:refs/remotes/origin/PR-42084 +refs/heads/master:refs/remotes/origin/master # timeout=10
08:16:35 [2021-02-26T08:16:35.884Z] Fetching without tags
08:16:35 [2021-02-26T08:16:35.589Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:16:35 [2021-02-26T08:16:35.663Z]  > git config --add remote.origin.fetch +refs/pull/42084/head:refs/remotes/origin/PR-42084 # timeout=10
08:16:35 [2021-02-26T08:16:35.701Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
08:16:35 [2021-02-26T08:16:35.808Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:16:35 [2021-02-26T08:16:35.918Z] Fetching upstream changes from https://github.com/moby/moby.git
08:16:35 [2021-02-26T08:16:35.919Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:16:35 [2021-02-26T08:16:35.920Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42084/head:refs/remotes/origin/PR-42084 +refs/heads/master:refs/remotes/origin/master # timeout=10
08:16:37 [2021-02-26T08:16:37.228Z] Merging remotes/origin/master commit 2ae2ddf51d22d8c24496c0906fe6f9d77aa34512 into PR head commit f2f1c0fe38fd36ebd5ca6596367b08a43eb59c2a
08:16:37 [2021-02-26T08:16:37.333Z]  > git config core.sparsecheckout # timeout=10
08:16:37 [2021-02-26T08:16:37.371Z]  > git checkout -f f2f1c0fe38fd36ebd5ca6596367b08a43eb59c2a # timeout=10
08:16:39 [2021-02-26T08:16:39.300Z]  > git remote # timeout=10
08:16:39 [2021-02-26T08:16:39.396Z]  > git config --get remote.origin.url # timeout=10
08:16:39 [2021-02-26T08:16:39.433Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:16:39 [2021-02-26T08:16:39.434Z]  > git merge 2ae2ddf51d22d8c24496c0906fe6f9d77aa34512 # timeout=10
08:16:39 [2021-02-26T08:16:39.649Z] Merge succeeded, producing f2f1c0fe38fd36ebd5ca6596367b08a43eb59c2a
08:16:39 [2021-02-26T08:16:39.649Z] Checking out Revision f2f1c0fe38fd36ebd5ca6596367b08a43eb59c2a (PR-42084)
08:16:39 [2021-02-26T08:16:39.559Z]  > git rev-parse "HEAD^{commit}" # timeout=10
08:16:39 [2021-02-26T08:16:39.682Z]  > git config core.sparsecheckout # timeout=10
08:16:39 [2021-02-26T08:16:39.735Z]  > git checkout -f f2f1c0fe38fd36ebd5ca6596367b08a43eb59c2a # timeout=10
08:16:51 [2021-02-26T08:16:51.634Z] Commit message: "dockerd-rootless-setuptool.sh: create CLI context "rootless""