Skip to content

Console Output

09:46:58 [2022-12-02T09:46:58.819Z] The recommended git tool is: git
09:47:02 [2022-12-02T09:47:02.005Z] using credential docker-jenkins-github-credentials
09:47:02 [2022-12-02T09:47:02.014Z] Cloning the remote Git repository
09:47:02 [2022-12-02T09:47:02.014Z] Cloning with configured refspecs honoured and without tags
09:47:02 [2022-12-02T09:47:02.025Z] Cloning repository https://github.com/moby/moby.git
09:47:02 [2022-12-02T09:47:02.082Z]  > git init /home/ubuntu/workspace/moby_PR-44564 # timeout=10
09:47:02 [2022-12-02T09:47:02.639Z] Fetching upstream changes from https://github.com/moby/moby.git
09:47:02 [2022-12-02T09:47:02.639Z]  > git --version # timeout=10
09:47:02 [2022-12-02T09:47:02.654Z]  > git --version # 'git version 2.25.1'
09:47:02 [2022-12-02T09:47:02.654Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:47:02 [2022-12-02T09:47:02.655Z]  > 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:47:16 [2022-12-02T09:47:16.839Z] Fetching without tags
09:47:17 [2022-12-02T09:47:17.163Z] Merging remotes/origin/20.10 commit 6dfa15b24bf0779732c39be4bef937d4260ade51 into PR head commit a01576ec4a4ea8d2a26a58da59e259c92ce12a20
09:47:17 [2022-12-02T09:47:17.872Z] Merge succeeded, producing a01576ec4a4ea8d2a26a58da59e259c92ce12a20
09:47:17 [2022-12-02T09:47:17.872Z] Checking out Revision a01576ec4a4ea8d2a26a58da59e259c92ce12a20 (PR-44564)
09:47:16 [2022-12-02T09:47:16.769Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:47:16 [2022-12-02T09:47:16.789Z]  > git config --add remote.origin.fetch +refs/pull/44564/head:refs/remotes/origin/PR-44564 # timeout=10
09:47:16 [2022-12-02T09:47:16.801Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
09:47:16 [2022-12-02T09:47:16.823Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:47:16 [2022-12-02T09:47:16.839Z] Fetching upstream changes from https://github.com/moby/moby.git
09:47:16 [2022-12-02T09:47:16.839Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:47:16 [2022-12-02T09:47:16.844Z]  > 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:47:17 [2022-12-02T09:47:17.170Z]  > git config core.sparsecheckout # timeout=10
09:47:17 [2022-12-02T09:47:17.189Z]  > git checkout -f a01576ec4a4ea8d2a26a58da59e259c92ce12a20 # timeout=10
09:47:17 [2022-12-02T09:47:17.815Z]  > git remote # timeout=10
09:47:17 [2022-12-02T09:47:17.829Z]  > git config --get remote.origin.url # timeout=10
09:47:17 [2022-12-02T09:47:17.837Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:47:17 [2022-12-02T09:47:17.838Z]  > git merge 6dfa15b24bf0779732c39be4bef937d4260ade51 # timeout=10
09:47:17 [2022-12-02T09:47:17.854Z]  > git rev-parse HEAD^{commit} # timeout=10
09:47:17 [2022-12-02T09:47:17.870Z]  > git config core.sparsecheckout # timeout=10
09:47:17 [2022-12-02T09:47:17.884Z]  > git checkout -f a01576ec4a4ea8d2a26a58da59e259c92ce12a20 # timeout=10
09:47:22 [2022-12-02T09:47:22.159Z] Commit message: "seccomp: block socket calls to AF_VSOCK in default profile"