Skip to content

Console Output

08:54:34 [2022-03-27T08:54:34.974Z] The recommended git tool is: git
08:54:38 [2022-03-27T08:54:38.880Z] using credential docker-jenkins-github-credentials
08:54:38 [2022-03-27T08:54:38.891Z] Cloning the remote Git repository
08:54:38 [2022-03-27T08:54:38.891Z] Cloning with configured refspecs honoured and without tags
08:54:38 [2022-03-27T08:54:38.929Z] Cloning repository https://github.com/moby/moby.git
08:54:39 [2022-03-27T08:54:39.035Z]  > git init /home/ubuntu/workspace/moby_PR-43368 # timeout=10
08:54:39 [2022-03-27T08:54:39.558Z] Fetching upstream changes from https://github.com/moby/moby.git
08:54:39 [2022-03-27T08:54:39.558Z]  > git --version # timeout=10
08:54:39 [2022-03-27T08:54:39.600Z]  > git --version # 'git version 2.25.1'
08:54:39 [2022-03-27T08:54:39.601Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:54:39 [2022-03-27T08:54:39.602Z]  > 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:55:05 [2022-03-27T08:55:05.339Z] Fetching without tags
08:55:05 [2022-03-27T08:55:05.731Z] Merging remotes/origin/master commit 8941dcfcc5db4aefc351cd5b5bb4d524823035c0 into PR head commit 064650dd098bdcdc69d36e80db3e72637b88217e
08:55:05 [2022-03-27T08:55:05.266Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:55:05 [2022-03-27T08:55:05.283Z]  > git config --add remote.origin.fetch +refs/pull/43368/head:refs/remotes/origin/PR-43368 # timeout=10
08:55:05 [2022-03-27T08:55:05.303Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
08:55:05 [2022-03-27T08:55:05.329Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:55:05 [2022-03-27T08:55:05.342Z] Fetching upstream changes from https://github.com/moby/moby.git
08:55:05 [2022-03-27T08:55:05.342Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:55:05 [2022-03-27T08:55:05.344Z]  > 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:55:05 [2022-03-27T08:55:05.745Z]  > git config core.sparsecheckout # timeout=10
08:55:05 [2022-03-27T08:55:05.772Z]  > git checkout -f 064650dd098bdcdc69d36e80db3e72637b88217e # timeout=10
08:55:07 [2022-03-27T08:55:07.493Z] Merge succeeded, producing 064650dd098bdcdc69d36e80db3e72637b88217e
08:55:07 [2022-03-27T08:55:07.493Z] Checking out Revision 064650dd098bdcdc69d36e80db3e72637b88217e (PR-43368)
08:55:07 [2022-03-27T08:55:07.375Z]  > git remote # timeout=10
08:55:07 [2022-03-27T08:55:07.415Z]  > git config --get remote.origin.url # timeout=10
08:55:07 [2022-03-27T08:55:07.440Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:55:07 [2022-03-27T08:55:07.441Z]  > git merge 8941dcfcc5db4aefc351cd5b5bb4d524823035c0 # timeout=10
08:55:07 [2022-03-27T08:55:07.463Z]  > git rev-parse HEAD^{commit} # timeout=10
08:55:07 [2022-03-27T08:55:07.495Z]  > git config core.sparsecheckout # timeout=10
08:55:07 [2022-03-27T08:55:07.518Z]  > git checkout -f 064650dd098bdcdc69d36e80db3e72637b88217e # timeout=10
08:55:11 [2022-03-27T08:55:11.707Z] Commit message: "Pass TestPsListContainersFilterCreated if other created containers exist"