Skip to content

Console Output

08:54:33 [2022-03-27T08:54:33.823Z] The recommended git tool is: git
08:54:37 [2022-03-27T08:54:37.210Z] using credential docker-jenkins-github-credentials
08:54:37 [2022-03-27T08:54:37.220Z] Cloning the remote Git repository
08:54:37 [2022-03-27T08:54:37.220Z] Cloning with configured refspecs honoured and without tags
08:54:36 [2022-03-27T08:54:36.706Z] Cloning repository https://github.com/moby/moby.git
08:54:36 [2022-03-27T08:54:36.779Z]  > git init /home/ubuntu/workspace/moby_PR-43368 # timeout=10
08:54:37 [2022-03-27T08:54:37.010Z] Fetching upstream changes from https://github.com/moby/moby.git
08:54:37 [2022-03-27T08:54:37.010Z]  > git --version # timeout=10
08:54:37 [2022-03-27T08:54:37.025Z]  > git --version # 'git version 2.17.1'
08:54:37 [2022-03-27T08:54:37.026Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:54:37 [2022-03-27T08:54:37.028Z]  > git fetch --no-tags --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:01 [2022-03-27T08:55:01.372Z] Fetching without tags
08:55:01 [2022-03-27T08:55:01.666Z] Merging remotes/origin/master commit 8941dcfcc5db4aefc351cd5b5bb4d524823035c0 into PR head commit 064650dd098bdcdc69d36e80db3e72637b88217e
08:55:01 [2022-03-27T08:55:01.273Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:55:01 [2022-03-27T08:55:01.290Z]  > git config --add remote.origin.fetch +refs/pull/43368/head:refs/remotes/origin/PR-43368 # timeout=10
08:55:01 [2022-03-27T08:55:01.331Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
08:55:01 [2022-03-27T08:55:01.358Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:55:01 [2022-03-27T08:55:01.375Z] Fetching upstream changes from https://github.com/moby/moby.git
08:55:01 [2022-03-27T08:55:01.375Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:55:01 [2022-03-27T08:55:01.378Z]  > git fetch --no-tags --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:01 [2022-03-27T08:55:01.679Z]  > git config core.sparsecheckout # timeout=10
08:55:01 [2022-03-27T08:55:01.720Z]  > git checkout -f 064650dd098bdcdc69d36e80db3e72637b88217e # timeout=10
08:55:02 [2022-03-27T08:55:02.591Z] Merge succeeded, producing 064650dd098bdcdc69d36e80db3e72637b88217e
08:55:02 [2022-03-27T08:55:02.591Z] Checking out Revision 064650dd098bdcdc69d36e80db3e72637b88217e (PR-43368)
08:55:02 [2022-03-27T08:55:02.509Z]  > git remote # timeout=10
08:55:02 [2022-03-27T08:55:02.535Z]  > git config --get remote.origin.url # timeout=10
08:55:02 [2022-03-27T08:55:02.559Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:55:02 [2022-03-27T08:55:02.560Z]  > git merge 8941dcfcc5db4aefc351cd5b5bb4d524823035c0 # timeout=10
08:55:02 [2022-03-27T08:55:02.580Z]  > git rev-parse HEAD^{commit} # timeout=10
08:55:02 [2022-03-27T08:55:02.593Z]  > git config core.sparsecheckout # timeout=10
08:55:02 [2022-03-27T08:55:02.631Z]  > git checkout -f 064650dd098bdcdc69d36e80db3e72637b88217e # timeout=10
08:55:07 [2022-03-27T08:55:07.042Z] Commit message: "Pass TestPsListContainersFilterCreated if other created containers exist"