Skip to content

Console Output

06:29:32 [2022-04-19T06:29:32.546Z] The recommended git tool is: git
06:29:32 [2022-04-19T06:29:32.553Z] using credential docker-jenkins-github-credentials
06:29:32 [2022-04-19T06:29:32.564Z] Cloning the remote Git repository
06:29:32 [2022-04-19T06:29:32.565Z] Cloning with configured refspecs honoured and without tags
06:29:32 [2022-04-19T06:29:32.617Z] Cloning repository https://github.com/moby/moby.git
06:29:32 [2022-04-19T06:29:32.618Z]  > git init /home/ubuntu/workspace/moby_PR-43494 # timeout=10
06:29:32 [2022-04-19T06:29:32.628Z] Fetching upstream changes from https://github.com/moby/moby.git
06:29:32 [2022-04-19T06:29:32.628Z]  > git --version # timeout=10
06:29:32 [2022-04-19T06:29:32.639Z]  > git --version # 'git version 2.25.1'
06:29:32 [2022-04-19T06:29:32.640Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
06:29:32 [2022-04-19T06:29:32.640Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43494/head:refs/remotes/origin/PR-43494 +refs/heads/master:refs/remotes/origin/master # timeout=10
06:29:47 [2022-04-19T06:29:47.189Z] Fetching without tags
06:29:47 [2022-04-19T06:29:47.374Z] Merging remotes/origin/master commit 61404de7df1a6c75c2cbdc2c3ce226c95bebcaad into PR head commit 013d6488888d2362185b0738e9f600d4ba95d88a
06:29:47 [2022-04-19T06:29:47.907Z] Merge succeeded, producing 013d6488888d2362185b0738e9f600d4ba95d88a
06:29:47 [2022-04-19T06:29:47.908Z] Checking out Revision 013d6488888d2362185b0738e9f600d4ba95d88a (PR-43494)
06:29:47 [2022-04-19T06:29:47.172Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
06:29:47 [2022-04-19T06:29:47.177Z]  > git config --add remote.origin.fetch +refs/pull/43494/head:refs/remotes/origin/PR-43494 # timeout=10
06:29:47 [2022-04-19T06:29:47.181Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
06:29:47 [2022-04-19T06:29:47.188Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
06:29:47 [2022-04-19T06:29:47.195Z] Fetching upstream changes from https://github.com/moby/moby.git
06:29:47 [2022-04-19T06:29:47.195Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
06:29:47 [2022-04-19T06:29:47.196Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43494/head:refs/remotes/origin/PR-43494 +refs/heads/master:refs/remotes/origin/master # timeout=10
06:29:47 [2022-04-19T06:29:47.380Z]  > git config core.sparsecheckout # timeout=10
06:29:47 [2022-04-19T06:29:47.385Z]  > git checkout -f 013d6488888d2362185b0738e9f600d4ba95d88a # timeout=10
06:29:47 [2022-04-19T06:29:47.891Z]  > git remote # timeout=10
06:29:47 [2022-04-19T06:29:47.894Z]  > git config --get remote.origin.url # timeout=10
06:29:47 [2022-04-19T06:29:47.897Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
06:29:47 [2022-04-19T06:29:47.898Z]  > git merge 61404de7df1a6c75c2cbdc2c3ce226c95bebcaad # timeout=10
06:29:47 [2022-04-19T06:29:47.906Z]  > git rev-parse HEAD^{commit} # timeout=10
06:29:47 [2022-04-19T06:29:47.914Z]  > git config core.sparsecheckout # timeout=10
06:29:47 [2022-04-19T06:29:47.919Z]  > git checkout -f 013d6488888d2362185b0738e9f600d4ba95d88a # timeout=10
06:29:48 [2022-04-19T06:29:48.629Z] Commit message: "client: CopyToContainer(), CopyFromContainer(): remove status-code handling"