Skip to content

Console Output

09:49:15 [2022-12-02T09:49:15.505Z] The recommended git tool is: git
09:49:41 [2022-12-02T09:49:41.032Z] using credential docker-jenkins-github-credentials
09:49:41 [2022-12-02T09:49:41.113Z] Cloning the remote Git repository
09:49:41 [2022-12-02T09:49:41.113Z] Cloning with configured refspecs honoured and without tags
09:49:41 [2022-12-02T09:49:41.311Z] Cloning repository https://github.com/moby/moby.git
09:49:41 [2022-12-02T09:49:41.725Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
09:49:42 [2022-12-02T09:49:42.647Z] Fetching upstream changes from https://github.com/moby/moby.git
09:49:42 [2022-12-02T09:49:42.647Z]  > git --version # timeout=10
09:49:42 [2022-12-02T09:49:42.700Z]  > git --version # 'git version 2.24.1.windows.2'
09:49:42 [2022-12-02T09:49:42.700Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:49:42 [2022-12-02T09:49:42.703Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44564/head:refs/remotes/origin/PR-44564 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
09:49:59 [2022-12-02T09:49:59.101Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:49:59 [2022-12-02T09:49:59.429Z] Fetching without tags
09:50:00 [2022-12-02T09:50:00.365Z] Merging remotes/origin/20.10 commit 6dfa15b24bf0779732c39be4bef937d4260ade51 into PR head commit a01576ec4a4ea8d2a26a58da59e259c92ce12a20
09:49:59 [2022-12-02T09:49:59.162Z]  > git config --add remote.origin.fetch +refs/pull/44564/head:refs/remotes/origin/PR-44564 # timeout=10
09:49:59 [2022-12-02T09:49:59.215Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
09:49:59 [2022-12-02T09:49:59.337Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:49:59 [2022-12-02T09:49:59.464Z] Fetching upstream changes from https://github.com/moby/moby.git
09:49:59 [2022-12-02T09:49:59.464Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:49:59 [2022-12-02T09:49:59.466Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44564/head:refs/remotes/origin/PR-44564 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
09:50:00 [2022-12-02T09:50:00.474Z]  > git config core.sparsecheckout # timeout=10
09:50:00 [2022-12-02T09:50:00.526Z]  > git checkout -f a01576ec4a4ea8d2a26a58da59e259c92ce12a20 # timeout=10
09:50:03 [2022-12-02T09:50:03.732Z] Merge succeeded, producing a01576ec4a4ea8d2a26a58da59e259c92ce12a20
09:50:03 [2022-12-02T09:50:03.732Z] Checking out Revision a01576ec4a4ea8d2a26a58da59e259c92ce12a20 (PR-44564)
09:50:03 [2022-12-02T09:50:03.387Z]  > git remote # timeout=10
09:50:03 [2022-12-02T09:50:03.453Z]  > git config --get remote.origin.url # timeout=10
09:50:03 [2022-12-02T09:50:03.500Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:50:03 [2022-12-02T09:50:03.501Z]  > git merge 6dfa15b24bf0779732c39be4bef937d4260ade51 # timeout=10
09:50:03 [2022-12-02T09:50:03.637Z]  > git rev-parse "HEAD^{commit}" # timeout=10
09:50:03 [2022-12-02T09:50:03.764Z]  > git config core.sparsecheckout # timeout=10
09:50:03 [2022-12-02T09:50:03.819Z]  > git checkout -f a01576ec4a4ea8d2a26a58da59e259c92ce12a20 # timeout=10
09:50:15 [2022-12-02T09:50:15.816Z] Commit message: "seccomp: block socket calls to AF_VSOCK in default profile"