Skip to content

Console Output

13:01:19 [2022-03-21T13:01:19.465Z] The recommended git tool is: git
13:01:24 [2022-03-21T13:01:24.098Z] using credential docker-jenkins-github-credentials
13:01:24 [2022-03-21T13:01:24.106Z] Cloning the remote Git repository
13:01:24 [2022-03-21T13:01:24.106Z] Cloning with configured refspecs honoured and without tags
13:01:24 [2022-03-21T13:01:24.125Z] Cloning repository https://github.com/moby/moby.git
13:01:24 [2022-03-21T13:01:24.183Z]  > git init /home/ubuntu/workspace/moby_PR-43399 # timeout=10
13:01:24 [2022-03-21T13:01:24.851Z] Fetching upstream changes from https://github.com/moby/moby.git
13:01:24 [2022-03-21T13:01:24.851Z]  > git --version # timeout=10
13:01:24 [2022-03-21T13:01:24.857Z]  > git --version # 'git version 2.25.1'
13:01:24 [2022-03-21T13:01:24.857Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:01:24 [2022-03-21T13:01:24.859Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43399/head:refs/remotes/origin/PR-43399 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:01:47 [2022-03-21T13:01:47.852Z] Fetching without tags
13:01:47 [2022-03-21T13:01:47.791Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:01:47 [2022-03-21T13:01:47.798Z]  > git config --add remote.origin.fetch +refs/pull/43399/head:refs/remotes/origin/PR-43399 # timeout=10
13:01:47 [2022-03-21T13:01:47.816Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
13:01:47 [2022-03-21T13:01:47.839Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:01:47 [2022-03-21T13:01:47.856Z] Fetching upstream changes from https://github.com/moby/moby.git
13:01:47 [2022-03-21T13:01:47.856Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:01:47 [2022-03-21T13:01:47.857Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43399/head:refs/remotes/origin/PR-43399 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:01:48 [2022-03-21T13:01:48.120Z] Merging remotes/origin/master commit d5d5f258dfc95c46ed1e62953a754b7cf3edecd3 into PR head commit e82b7b2fa00d1f30f3eabb58eaf7d74806581369
13:01:49 [2022-03-21T13:01:49.534Z] Merge succeeded, producing e82b7b2fa00d1f30f3eabb58eaf7d74806581369
13:01:49 [2022-03-21T13:01:49.534Z] Checking out Revision e82b7b2fa00d1f30f3eabb58eaf7d74806581369 (PR-43399)
13:01:48 [2022-03-21T13:01:48.132Z]  > git config core.sparsecheckout # timeout=10
13:01:48 [2022-03-21T13:01:48.159Z]  > git checkout -f e82b7b2fa00d1f30f3eabb58eaf7d74806581369 # timeout=10
13:01:49 [2022-03-21T13:01:49.470Z]  > git remote # timeout=10
13:01:49 [2022-03-21T13:01:49.485Z]  > git config --get remote.origin.url # timeout=10
13:01:49 [2022-03-21T13:01:49.508Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:01:49 [2022-03-21T13:01:49.509Z]  > git merge d5d5f258dfc95c46ed1e62953a754b7cf3edecd3 # timeout=10
13:01:49 [2022-03-21T13:01:49.520Z]  > git rev-parse HEAD^{commit} # timeout=10
13:01:49 [2022-03-21T13:01:49.537Z]  > git config core.sparsecheckout # timeout=10
13:01:49 [2022-03-21T13:01:49.557Z]  > git checkout -f e82b7b2fa00d1f30f3eabb58eaf7d74806581369 # timeout=10
13:01:54 [2022-03-21T13:01:54.083Z] Commit message: "errdefs: move GetHTTPErrorStatusCode to api/server/httpstatus"