Skip to content

Console Output

19:17:57 [2020-04-15T19:17:57.958Z] using credential docker-jenkins-github-credentials
19:17:58 [2020-04-15T19:17:58.003Z] Cloning the remote Git repository
19:17:58 [2020-04-15T19:17:58.003Z] Cloning with configured refspecs honoured and without tags
19:17:58 [2020-04-15T19:17:58.042Z] Cloning repository https://github.com/moby/moby.git
19:17:58 [2020-04-15T19:17:58.043Z]  > git init /home/jenkins/workspace/moby_PR-40801 # timeout=10
19:17:58 [2020-04-15T19:17:58.059Z] Fetching upstream changes from https://github.com/moby/moby.git
19:17:58 [2020-04-15T19:17:58.059Z]  > git --version # timeout=10
19:17:58 [2020-04-15T19:17:58.073Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:17:58 [2020-04-15T19:17:58.075Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40801/head:refs/remotes/origin/PR-40801 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10
19:18:05 [2020-04-15T19:18:05.878Z] Fetching without tags
19:18:05 [2020-04-15T19:18:05.768Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:18:05 [2020-04-15T19:18:05.782Z]  > git config --add remote.origin.fetch +refs/pull/40801/head:refs/remotes/origin/PR-40801 # timeout=10
19:18:05 [2020-04-15T19:18:05.796Z]  > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10
19:18:05 [2020-04-15T19:18:05.853Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:18:05 [2020-04-15T19:18:05.913Z] Fetching upstream changes from https://github.com/moby/moby.git
19:18:05 [2020-04-15T19:18:05.914Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:18:05 [2020-04-15T19:18:05.915Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40801/head:refs/remotes/origin/PR-40801 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10
19:18:06 [2020-04-15T19:18:06.274Z] Merging remotes/origin/19.03 commit 90a31c4829a26558aafecbb92b6e1f93bc1562a8 into PR head commit e149ff62fe6fc7c32c518dcd4df85d603a104462
19:18:06 [2020-04-15T19:18:06.947Z] Merge succeeded, producing e149ff62fe6fc7c32c518dcd4df85d603a104462
19:18:06 [2020-04-15T19:18:06.948Z] Checking out Revision e149ff62fe6fc7c32c518dcd4df85d603a104462 (PR-40801)
19:18:06 [2020-04-15T19:18:06.310Z]  > git config core.sparsecheckout # timeout=10
19:18:06 [2020-04-15T19:18:06.324Z]  > git checkout -f e149ff62fe6fc7c32c518dcd4df85d603a104462 # timeout=10
19:18:06 [2020-04-15T19:18:06.848Z]  > git merge 90a31c4829a26558aafecbb92b6e1f93bc1562a8 # timeout=10
19:18:06 [2020-04-15T19:18:06.922Z]  > git rev-parse HEAD^{commit} # timeout=10
19:18:06 [2020-04-15T19:18:06.978Z]  > git config core.sparsecheckout # timeout=10
19:18:06 [2020-04-15T19:18:06.993Z]  > git checkout -f e149ff62fe6fc7c32c518dcd4df85d603a104462 # timeout=10
19:18:07 [2020-04-15T19:18:07.591Z] Commit message: "vendor: update go-events to fix alignment for 32bit systems"