Skip to content

Console Output

08:54:32 [2022-03-27T08:54:32.914Z] The recommended git tool is: git
08:54:36 [2022-03-27T08:54:36.121Z] using credential docker-jenkins-github-credentials
08:54:36 [2022-03-27T08:54:36.132Z] Cloning the remote Git repository
08:54:36 [2022-03-27T08:54:36.132Z] Cloning with configured refspecs honoured and without tags
08:54:36 [2022-03-27T08:54:36.391Z] Cloning repository https://github.com/moby/moby.git
08:54:36 [2022-03-27T08:54:36.455Z]  > git init /home/ubuntu/workspace/moby_PR-43368 # timeout=10
08:54:36 [2022-03-27T08:54:36.981Z] Fetching upstream changes from https://github.com/moby/moby.git
08:54:36 [2022-03-27T08:54:36.981Z]  > git --version # timeout=10
08:54:37 [2022-03-27T08:54:37.009Z]  > git --version # 'git version 2.25.1'
08:54:37 [2022-03-27T08:54:37.010Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:54:37 [2022-03-27T08:54:37.011Z]  > 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:54:54 [2022-03-27T08:54:54.945Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:54:54 [2022-03-27T08:54:54.918Z] Fetching without tags
08:54:55 [2022-03-27T08:54:55.163Z] Merging remotes/origin/master commit 8941dcfcc5db4aefc351cd5b5bb4d524823035c0 into PR head commit 064650dd098bdcdc69d36e80db3e72637b88217e
08:54:55 [2022-03-27T08:54:55.989Z] Merge succeeded, producing 064650dd098bdcdc69d36e80db3e72637b88217e
08:54:55 [2022-03-27T08:54:55.990Z] Checking out Revision 064650dd098bdcdc69d36e80db3e72637b88217e (PR-43368)
08:54:54 [2022-03-27T08:54:54.955Z]  > git config --add remote.origin.fetch +refs/pull/43368/head:refs/remotes/origin/PR-43368 # timeout=10
08:54:54 [2022-03-27T08:54:54.964Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
08:54:54 [2022-03-27T08:54:54.972Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
08:54:54 [2022-03-27T08:54:54.984Z] Fetching upstream changes from https://github.com/moby/moby.git
08:54:54 [2022-03-27T08:54:54.984Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:54:54 [2022-03-27T08:54:54.986Z]  > 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:54:55 [2022-03-27T08:54:55.234Z]  > git config core.sparsecheckout # timeout=10
08:54:55 [2022-03-27T08:54:55.243Z]  > git checkout -f 064650dd098bdcdc69d36e80db3e72637b88217e # timeout=10
08:54:55 [2022-03-27T08:54:55.954Z]  > git remote # timeout=10
08:54:55 [2022-03-27T08:54:55.961Z]  > git config --get remote.origin.url # timeout=10
08:54:55 [2022-03-27T08:54:55.969Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
08:54:56 [2022-03-27T08:54:56.028Z]  > git merge 8941dcfcc5db4aefc351cd5b5bb4d524823035c0 # timeout=10
08:54:56 [2022-03-27T08:54:56.040Z]  > git rev-parse HEAD^{commit} # timeout=10
08:54:56 [2022-03-27T08:54:56.054Z]  > git config core.sparsecheckout # timeout=10
08:54:56 [2022-03-27T08:54:56.068Z]  > git checkout -f 064650dd098bdcdc69d36e80db3e72637b88217e # timeout=10
08:55:00 [2022-03-27T08:55:00.489Z] Commit message: "Pass TestPsListContainersFilterCreated if other created containers exist"