Skip to content

Console Output

08:54:34 [2022-03-27T08:54:34.079Z] The recommended git tool is: git
08:54:37 [2022-03-27T08:54:37.519Z] using credential docker-jenkins-github-credentials
08:54:37 [2022-03-27T08:54:37.542Z] Cloning the remote Git repository
08:54:37 [2022-03-27T08:54:37.542Z] Cloning with configured refspecs honoured and without tags
08:54:37 [2022-03-27T08:54:37.037Z] Cloning repository https://github.com/moby/moby.git
08:54:37 [2022-03-27T08:54:37.099Z]  > git init /home/ubuntu/workspace/moby_PR-43368 # timeout=10
08:54:37 [2022-03-27T08:54:37.310Z] Fetching upstream changes from https://github.com/moby/moby.git
08:54:37 [2022-03-27T08:54:37.310Z]  > git --version # timeout=10
08:54:37 [2022-03-27T08:54:37.323Z]  > git --version # 'git version 2.17.1'
08:54:37 [2022-03-27T08:54:37.323Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:54:37 [2022-03-27T08:54:37.325Z]  > 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.496Z] Fetching without tags
08:55:01 [2022-03-27T08:55:01.890Z] Merging remotes/origin/master commit 8941dcfcc5db4aefc351cd5b5bb4d524823035c0 into PR head commit 064650dd098bdcdc69d36e80db3e72637b88217e
08:55:01 [2022-03-27T08:55:01.405Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:55:01 [2022-03-27T08:55:01.417Z]  > 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.442Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
08:55:01 [2022-03-27T08:55:01.470Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:55:01 [2022-03-27T08:55:01.498Z] Fetching upstream changes from https://github.com/moby/moby.git
08:55:01 [2022-03-27T08:55:01.498Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:55:01 [2022-03-27T08:55:01.499Z]  > 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.903Z]  > git config core.sparsecheckout # timeout=10
08:55:01 [2022-03-27T08:55:01.926Z]  > git checkout -f 064650dd098bdcdc69d36e80db3e72637b88217e # timeout=10
08:55:02 [2022-03-27T08:55:02.824Z] Merge succeeded, producing 064650dd098bdcdc69d36e80db3e72637b88217e
08:55:02 [2022-03-27T08:55:02.825Z] Checking out Revision 064650dd098bdcdc69d36e80db3e72637b88217e (PR-43368)
08:55:02 [2022-03-27T08:55:02.721Z]  > git remote # timeout=10
08:55:02 [2022-03-27T08:55:02.750Z]  > git config --get remote.origin.url # timeout=10
08:55:02 [2022-03-27T08:55:02.772Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:55:02 [2022-03-27T08:55:02.773Z]  > git merge 8941dcfcc5db4aefc351cd5b5bb4d524823035c0 # timeout=10
08:55:02 [2022-03-27T08:55:02.802Z]  > git rev-parse HEAD^{commit} # timeout=10
08:55:02 [2022-03-27T08:55:02.826Z]  > git config core.sparsecheckout # timeout=10
08:55:02 [2022-03-27T08:55:02.848Z]  > git checkout -f 064650dd098bdcdc69d36e80db3e72637b88217e # timeout=10
08:55:07 [2022-03-27T08:55:07.515Z] Commit message: "Pass TestPsListContainersFilterCreated if other created containers exist"