Skip to content

Console Output

08:56:48 [2022-03-27T08:56:48.220Z] The recommended git tool is: git
08:57:14 [2022-03-27T08:57:14.338Z] using credential docker-jenkins-github-credentials
08:57:14 [2022-03-27T08:57:14.417Z] Cloning the remote Git repository
08:57:14 [2022-03-27T08:57:14.418Z] Cloning with configured refspecs honoured and without tags
08:57:14 [2022-03-27T08:57:14.617Z] Cloning repository https://github.com/moby/moby.git
08:57:15 [2022-03-27T08:57:15.039Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
08:57:15 [2022-03-27T08:57:15.967Z] Fetching upstream changes from https://github.com/moby/moby.git
08:57:15 [2022-03-27T08:57:15.968Z]  > git --version # timeout=10
08:57:16 [2022-03-27T08:57:16.015Z]  > git --version # 'git version 2.24.1.windows.2'
08:57:16 [2022-03-27T08:57:16.016Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:57:16 [2022-03-27T08:57:16.020Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43368/head:refs/remotes/origin/PR-43368 +refs/heads/master:refs/remotes/origin/master # timeout=10
08:57:34 [2022-03-27T08:57:34.648Z] Fetching without tags
08:57:34 [2022-03-27T08:57:34.186Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:57:34 [2022-03-27T08:57:34.381Z]  > git config --add remote.origin.fetch +refs/pull/43368/head:refs/remotes/origin/PR-43368 # timeout=10
08:57:34 [2022-03-27T08:57:34.432Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
08:57:34 [2022-03-27T08:57:34.554Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:57:34 [2022-03-27T08:57:34.686Z] Fetching upstream changes from https://github.com/moby/moby.git
08:57:34 [2022-03-27T08:57:34.686Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:57:34 [2022-03-27T08:57:34.688Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43368/head:refs/remotes/origin/PR-43368 +refs/heads/master:refs/remotes/origin/master # timeout=10
08:57:35 [2022-03-27T08:57:35.466Z] Merging remotes/origin/master commit 8941dcfcc5db4aefc351cd5b5bb4d524823035c0 into PR head commit 064650dd098bdcdc69d36e80db3e72637b88217e
08:57:35 [2022-03-27T08:57:35.580Z]  > git config core.sparsecheckout # timeout=10
08:57:35 [2022-03-27T08:57:35.631Z]  > git checkout -f 064650dd098bdcdc69d36e80db3e72637b88217e # timeout=10
08:57:39 [2022-03-27T08:57:39.589Z] Merge succeeded, producing 064650dd098bdcdc69d36e80db3e72637b88217e
08:57:39 [2022-03-27T08:57:39.589Z] Checking out Revision 064650dd098bdcdc69d36e80db3e72637b88217e (PR-43368)
08:57:39 [2022-03-27T08:57:39.043Z]  > git remote # timeout=10
08:57:39 [2022-03-27T08:57:39.293Z]  > git config --get remote.origin.url # timeout=10
08:57:39 [2022-03-27T08:57:39.345Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:57:39 [2022-03-27T08:57:39.346Z]  > git merge 8941dcfcc5db4aefc351cd5b5bb4d524823035c0 # timeout=10
08:57:39 [2022-03-27T08:57:39.495Z]  > git rev-parse "HEAD^{commit}" # timeout=10
08:57:39 [2022-03-27T08:57:39.626Z]  > git config core.sparsecheckout # timeout=10
08:57:39 [2022-03-27T08:57:39.676Z]  > git checkout -f 064650dd098bdcdc69d36e80db3e72637b88217e # timeout=10
08:57:52 [2022-03-27T08:57:52.312Z] Commit message: "Pass TestPsListContainersFilterCreated if other created containers exist"