Skip to content

Console Output

09:46:52 [2022-12-02T09:46:52.941Z] The recommended git tool is: git
09:46:55 [2022-12-02T09:46:55.113Z] using credential docker-jenkins-github-credentials
09:46:55 [2022-12-02T09:46:55.123Z] Cloning the remote Git repository
09:46:55 [2022-12-02T09:46:55.123Z] Cloning with configured refspecs honoured and without tags
09:46:54 [2022-12-02T09:46:54.545Z] Cloning repository https://github.com/moby/moby.git
09:46:54 [2022-12-02T09:46:54.600Z]  > git init /home/ubuntu/workspace/moby_PR-44564 # timeout=10
09:46:54 [2022-12-02T09:46:54.910Z] Fetching upstream changes from https://github.com/moby/moby.git
09:46:54 [2022-12-02T09:46:54.911Z]  > git --version # timeout=10
09:46:54 [2022-12-02T09:46:54.945Z]  > git --version # 'git version 2.17.1'
09:46:54 [2022-12-02T09:46:54.945Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:46:54 [2022-12-02T09:46:54.947Z]  > 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:18 [2022-12-02T09:47:18.611Z] Fetching without tags
09:47:18 [2022-12-02T09:47:18.847Z] Merging remotes/origin/20.10 commit 6dfa15b24bf0779732c39be4bef937d4260ade51 into PR head commit a01576ec4a4ea8d2a26a58da59e259c92ce12a20
09:47:18 [2022-12-02T09:47:18.536Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:47:18 [2022-12-02T09:47:18.549Z]  > git config --add remote.origin.fetch +refs/pull/44564/head:refs/remotes/origin/PR-44564 # timeout=10
09:47:18 [2022-12-02T09:47:18.565Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
09:47:18 [2022-12-02T09:47:18.593Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:47:18 [2022-12-02T09:47:18.611Z] Fetching upstream changes from https://github.com/moby/moby.git
09:47:18 [2022-12-02T09:47:18.611Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:47:18 [2022-12-02T09:47:18.612Z]  > 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:18 [2022-12-02T09:47:18.849Z]  > git config core.sparsecheckout # timeout=10
09:47:18 [2022-12-02T09:47:18.874Z]  > git checkout -f a01576ec4a4ea8d2a26a58da59e259c92ce12a20 # timeout=10
09:47:19 [2022-12-02T09:47:19.877Z] Merge succeeded, producing a01576ec4a4ea8d2a26a58da59e259c92ce12a20
09:47:19 [2022-12-02T09:47:19.878Z] Checking out Revision a01576ec4a4ea8d2a26a58da59e259c92ce12a20 (PR-44564)
09:47:19 [2022-12-02T09:47:19.554Z]  > git remote # timeout=10
09:47:19 [2022-12-02T09:47:19.639Z]  > git config --get remote.origin.url # timeout=10
09:47:19 [2022-12-02T09:47:19.777Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:47:19 [2022-12-02T09:47:19.778Z]  > git merge 6dfa15b24bf0779732c39be4bef937d4260ade51 # timeout=10
09:47:19 [2022-12-02T09:47:19.825Z]  > git rev-parse HEAD^{commit} # timeout=10
09:47:19 [2022-12-02T09:47:19.876Z]  > git config core.sparsecheckout # timeout=10
09:47:19 [2022-12-02T09:47:19.906Z]  > git checkout -f a01576ec4a4ea8d2a26a58da59e259c92ce12a20 # timeout=10
09:47:24 [2022-12-02T09:47:24.793Z] Commit message: "seccomp: block socket calls to AF_VSOCK in default profile"