Skip to content

Console Output

12:55:09 [2020-09-14T12:55:09.064Z] using credential docker-jenkins-github-credentials
12:55:09 [2020-09-14T12:55:09.142Z] Cloning the remote Git repository
12:55:09 [2020-09-14T12:55:09.142Z] Cloning with configured refspecs honoured and without tags
12:55:09 [2020-09-14T12:55:09.336Z] Cloning repository https://github.com/moby/moby.git
12:55:09 [2020-09-14T12:55:09.756Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
12:55:10 [2020-09-14T12:55:10.715Z] Fetching upstream changes from https://github.com/moby/moby.git
12:55:10 [2020-09-14T12:55:10.716Z]  > git --version # timeout=10
12:55:10 [2020-09-14T12:55:10.760Z]  > git --version # 'git version 2.24.1.windows.2'
12:55:10 [2020-09-14T12:55:10.761Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:55:10 [2020-09-14T12:55:10.763Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41447/head:refs/remotes/origin/PR-41447 +refs/heads/master:refs/remotes/origin/master # timeout=10
12:55:27 [2020-09-14T12:55:27.434Z] Fetching without tags
12:55:27 [2020-09-14T12:55:27.114Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:55:27 [2020-09-14T12:55:27.171Z]  > git config --add remote.origin.fetch +refs/pull/41447/head:refs/remotes/origin/PR-41447 # timeout=10
12:55:27 [2020-09-14T12:55:27.224Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
12:55:27 [2020-09-14T12:55:27.341Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
12:55:28 [2020-09-14T12:55:28.699Z] Merging remotes/origin/master commit f416e99a0574290f0fb65708b5f6a086182a14d0 into PR head commit 41be7293f54f15dc04f024bf2b0f09e1a697208b
12:55:27 [2020-09-14T12:55:27.471Z] Fetching upstream changes from https://github.com/moby/moby.git
12:55:27 [2020-09-14T12:55:27.471Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:55:27 [2020-09-14T12:55:27.473Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41447/head:refs/remotes/origin/PR-41447 +refs/heads/master:refs/remotes/origin/master # timeout=10
12:55:28 [2020-09-14T12:55:28.829Z]  > git config core.sparsecheckout # timeout=10
12:55:28 [2020-09-14T12:55:28.875Z]  > git checkout -f 41be7293f54f15dc04f024bf2b0f09e1a697208b # timeout=10
12:55:31 [2020-09-14T12:55:31.768Z] Merge succeeded, producing 41be7293f54f15dc04f024bf2b0f09e1a697208b
12:55:31 [2020-09-14T12:55:31.768Z] Checking out Revision 41be7293f54f15dc04f024bf2b0f09e1a697208b (PR-41447)
12:55:31 [2020-09-14T12:55:31.337Z]  > git remote # timeout=10
12:55:31 [2020-09-14T12:55:31.409Z]  > git config --get remote.origin.url # timeout=10
12:55:31 [2020-09-14T12:55:31.454Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
12:55:31 [2020-09-14T12:55:31.455Z]  > git merge f416e99a0574290f0fb65708b5f6a086182a14d0 # timeout=10
12:55:31 [2020-09-14T12:55:31.591Z]  > git rev-parse "HEAD^{commit}" # timeout=10
12:55:31 [2020-09-14T12:55:31.800Z]  > git config core.sparsecheckout # timeout=10
12:55:31 [2020-09-14T12:55:31.848Z]  > git checkout -f 41be7293f54f15dc04f024bf2b0f09e1a697208b # timeout=10
12:55:47 [2020-09-14T12:55:47.948Z] Commit message: "daemon/listeners: use pkg/errors"