Skip to content

Console Output

20:29:42 [2022-01-20T20:29:42.001Z] The recommended git tool is: git
20:29:45 [2022-01-20T20:29:45.152Z] using credential docker-jenkins-github-credentials
20:29:45 [2022-01-20T20:29:45.157Z] Cloning the remote Git repository
20:29:45 [2022-01-20T20:29:45.157Z] Cloning with configured refspecs honoured and without tags
20:29:45 [2022-01-20T20:29:45.171Z] Cloning repository https://github.com/moby/moby.git
20:29:45 [2022-01-20T20:29:45.219Z]  > git init /home/ubuntu/workspace/moby_PR-43172 # timeout=10
20:29:45 [2022-01-20T20:29:45.505Z] Fetching upstream changes from https://github.com/moby/moby.git
20:29:45 [2022-01-20T20:29:45.505Z]  > git --version # timeout=10
20:29:45 [2022-01-20T20:29:45.518Z]  > git --version # 'git version 2.25.1'
20:29:45 [2022-01-20T20:29:45.519Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:29:45 [2022-01-20T20:29:45.520Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43172/head:refs/remotes/origin/PR-43172 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:30:01 [2022-01-20T20:30:01.674Z] Fetching without tags
20:30:02 [2022-01-20T20:30:02.213Z] Merging remotes/origin/master commit 6e05fa7076670a55d94c57578a3b0097f3ca4b53 into PR head commit 839e2ecc1bee37225c19e4b8025dc36f3d613e40
20:30:01 [2022-01-20T20:30:01.624Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:30:01 [2022-01-20T20:30:01.638Z]  > git config --add remote.origin.fetch +refs/pull/43172/head:refs/remotes/origin/PR-43172 # timeout=10
20:30:01 [2022-01-20T20:30:01.645Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
20:30:01 [2022-01-20T20:30:01.661Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
20:30:01 [2022-01-20T20:30:01.677Z] Fetching upstream changes from https://github.com/moby/moby.git
20:30:01 [2022-01-20T20:30:01.677Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:30:01 [2022-01-20T20:30:01.678Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43172/head:refs/remotes/origin/PR-43172 +refs/heads/master:refs/remotes/origin/master # timeout=10
20:30:02 [2022-01-20T20:30:02.956Z] Merge succeeded, producing 839e2ecc1bee37225c19e4b8025dc36f3d613e40
20:30:02 [2022-01-20T20:30:02.956Z] Checking out Revision 839e2ecc1bee37225c19e4b8025dc36f3d613e40 (PR-43172)
20:30:02 [2022-01-20T20:30:02.221Z]  > git config core.sparsecheckout # timeout=10
20:30:02 [2022-01-20T20:30:02.242Z]  > git checkout -f 839e2ecc1bee37225c19e4b8025dc36f3d613e40 # timeout=10
20:30:02 [2022-01-20T20:30:02.909Z]  > git remote # timeout=10
20:30:02 [2022-01-20T20:30:02.927Z]  > git config --get remote.origin.url # timeout=10
20:30:02 [2022-01-20T20:30:02.936Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
20:30:02 [2022-01-20T20:30:02.937Z]  > git merge 6e05fa7076670a55d94c57578a3b0097f3ca4b53 # timeout=10
20:30:02 [2022-01-20T20:30:02.950Z]  > git rev-parse HEAD^{commit} # timeout=10
20:30:02 [2022-01-20T20:30:02.958Z]  > git config core.sparsecheckout # timeout=10
20:30:02 [2022-01-20T20:30:02.970Z]  > git checkout -f 839e2ecc1bee37225c19e4b8025dc36f3d613e40 # timeout=10
20:30:07 [2022-01-20T20:30:07.139Z] Commit message: "docs: remove HostConfig.LxcConf field from API docs"