Skip to content

Console Output

09:46:43 [2022-12-02T09:46:43.327Z] The recommended git tool is: git
09:46:46 [2022-12-02T09:46:46.056Z] using credential docker-jenkins-github-credentials
09:46:46 [2022-12-02T09:46:46.067Z] Cloning the remote Git repository
09:46:46 [2022-12-02T09:46:46.067Z] Cloning with configured refspecs honoured and without tags
09:46:45 [2022-12-02T09:46:45.527Z] Cloning repository https://github.com/moby/moby.git
09:46:45 [2022-12-02T09:46:45.649Z]  > git init /home/ubuntu/workspace/moby_PR-44564 # timeout=10
09:46:46 [2022-12-02T09:46:46.669Z] Fetching upstream changes from https://github.com/moby/moby.git
09:46:46 [2022-12-02T09:46:46.669Z]  > git --version # timeout=10
09:46:46 [2022-12-02T09:46:46.689Z]  > git --version # 'git version 2.17.1'
09:46:46 [2022-12-02T09:46:46.689Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:46:46 [2022-12-02T09:46:46.691Z]  > git fetch --no-tags --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:47:07 [2022-12-02T09:47:07.141Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:47:07 [2022-12-02T09:47:07.208Z]  > git config --add remote.origin.fetch +refs/pull/44564/head:refs/remotes/origin/PR-44564 # timeout=10
09:47:07 [2022-12-02T09:47:07.283Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
09:47:07 [2022-12-02T09:47:07.348Z] Fetching without tags
09:47:07 [2022-12-02T09:47:07.639Z] Merging remotes/origin/20.10 commit 6dfa15b24bf0779732c39be4bef937d4260ade51 into PR head commit a01576ec4a4ea8d2a26a58da59e259c92ce12a20
09:47:08 [2022-12-02T09:47:08.383Z] Merge succeeded, producing a01576ec4a4ea8d2a26a58da59e259c92ce12a20
09:47:08 [2022-12-02T09:47:08.384Z] Checking out Revision a01576ec4a4ea8d2a26a58da59e259c92ce12a20 (PR-44564)
09:47:07 [2022-12-02T09:47:07.302Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:47:07 [2022-12-02T09:47:07.349Z] Fetching upstream changes from https://github.com/moby/moby.git
09:47:07 [2022-12-02T09:47:07.349Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:47:07 [2022-12-02T09:47:07.403Z]  > git fetch --no-tags --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:47:07 [2022-12-02T09:47:07.646Z]  > git config core.sparsecheckout # timeout=10
09:47:07 [2022-12-02T09:47:07.659Z]  > git checkout -f a01576ec4a4ea8d2a26a58da59e259c92ce12a20 # timeout=10
09:47:08 [2022-12-02T09:47:08.288Z]  > git remote # timeout=10
09:47:08 [2022-12-02T09:47:08.300Z]  > git config --get remote.origin.url # timeout=10
09:47:08 [2022-12-02T09:47:08.317Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:47:08 [2022-12-02T09:47:08.348Z]  > git merge 6dfa15b24bf0779732c39be4bef937d4260ade51 # timeout=10
09:47:08 [2022-12-02T09:47:08.363Z]  > git rev-parse HEAD^{commit} # timeout=10
09:47:08 [2022-12-02T09:47:08.382Z]  > git config core.sparsecheckout # timeout=10
09:47:08 [2022-12-02T09:47:08.392Z]  > git checkout -f a01576ec4a4ea8d2a26a58da59e259c92ce12a20 # timeout=10
09:47:12 [2022-12-02T09:47:12.650Z] Commit message: "seccomp: block socket calls to AF_VSOCK in default profile"