Skip to content

Console Output

02:28:23 [2022-05-30T02:28:23.042Z] The recommended git tool is: git
02:28:23 [2022-05-30T02:28:23.104Z] using credential docker-jenkins-github-credentials
02:28:23 [2022-05-30T02:28:23.113Z] Cloning the remote Git repository
02:28:23 [2022-05-30T02:28:23.113Z] Cloning with configured refspecs honoured and without tags
02:28:23 [2022-05-30T02:28:23.133Z] Cloning repository https://github.com/moby/moby.git
02:28:23 [2022-05-30T02:28:23.133Z]  > git init /home/ubuntu/workspace/moby_PR-43635 # timeout=10
02:28:23 [2022-05-30T02:28:23.146Z] Fetching upstream changes from https://github.com/moby/moby.git
02:28:23 [2022-05-30T02:28:23.147Z]  > git --version # timeout=10
02:28:23 [2022-05-30T02:28:23.156Z]  > git --version # 'git version 2.17.1'
02:28:23 [2022-05-30T02:28:23.156Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:28:23 [2022-05-30T02:28:23.157Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43635/head:refs/remotes/origin/PR-43635 +refs/heads/master:refs/remotes/origin/master # timeout=10
02:28:39 [2022-05-30T02:28:39.062Z] Fetching without tags
02:28:39 [2022-05-30T02:28:39.372Z] Merging remotes/origin/master commit cb01202de88e20d5699c76efe948dfb065da873f into PR head commit 0afc71fc90d208517bda0e2ac8f50a0a3a753f5d
02:28:40 [2022-05-30T02:28:40.332Z] Merge succeeded, producing 0afc71fc90d208517bda0e2ac8f50a0a3a753f5d
02:28:40 [2022-05-30T02:28:40.333Z] Checking out Revision 0afc71fc90d208517bda0e2ac8f50a0a3a753f5d (PR-43635)
02:28:38 [2022-05-30T02:28:38.989Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:28:39 [2022-05-30T02:28:39.010Z]  > git config --add remote.origin.fetch +refs/pull/43635/head:refs/remotes/origin/PR-43635 # timeout=10
02:28:39 [2022-05-30T02:28:39.025Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
02:28:39 [2022-05-30T02:28:39.051Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:28:39 [2022-05-30T02:28:39.127Z] Fetching upstream changes from https://github.com/moby/moby.git
02:28:39 [2022-05-30T02:28:39.127Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:28:39 [2022-05-30T02:28:39.128Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43635/head:refs/remotes/origin/PR-43635 +refs/heads/master:refs/remotes/origin/master # timeout=10
02:28:39 [2022-05-30T02:28:39.393Z]  > git config core.sparsecheckout # timeout=10
02:28:39 [2022-05-30T02:28:39.402Z]  > git checkout -f 0afc71fc90d208517bda0e2ac8f50a0a3a753f5d # timeout=10
02:28:40 [2022-05-30T02:28:40.244Z]  > git remote # timeout=10
02:28:40 [2022-05-30T02:28:40.278Z]  > git config --get remote.origin.url # timeout=10
02:28:40 [2022-05-30T02:28:40.293Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:28:40 [2022-05-30T02:28:40.294Z]  > git merge cb01202de88e20d5699c76efe948dfb065da873f # timeout=10
02:28:40 [2022-05-30T02:28:40.324Z]  > git rev-parse HEAD^{commit} # timeout=10
02:28:40 [2022-05-30T02:28:40.354Z]  > git config core.sparsecheckout # timeout=10
02:28:40 [2022-05-30T02:28:40.377Z]  > git checkout -f 0afc71fc90d208517bda0e2ac8f50a0a3a753f5d # timeout=10
02:28:40 [2022-05-30T02:28:40.795Z] Commit message: "archive: add human-readable hint to Lchown error"