Skip to content

Console Output

19:18:01 [2022-02-15T19:18:01.527Z] The recommended git tool is: git
19:18:04 [2022-02-15T19:18:04.042Z] using credential docker-jenkins-github-credentials
19:18:04 [2022-02-15T19:18:04.054Z] Cloning the remote Git repository
19:18:04 [2022-02-15T19:18:04.054Z] Cloning with configured refspecs honoured and without tags
19:18:02 [2022-02-15T19:18:02.830Z] Cloning repository https://github.com/moby/moby.git
19:18:02 [2022-02-15T19:18:02.887Z]  > git init /home/ubuntu/workspace/moby_PR-43238 # timeout=10
19:18:03 [2022-02-15T19:18:03.095Z] Fetching upstream changes from https://github.com/moby/moby.git
19:18:03 [2022-02-15T19:18:03.096Z]  > git --version # timeout=10
19:18:03 [2022-02-15T19:18:03.121Z]  > git --version # 'git version 2.17.1'
19:18:03 [2022-02-15T19:18:03.121Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:18:03 [2022-02-15T19:18:03.123Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43238/head:refs/remotes/origin/PR-43238 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:18:31 [2022-02-15T19:18:31.207Z] Fetching without tags
19:18:31 [2022-02-15T19:18:31.481Z] Merging remotes/origin/master commit 67b4b032f33698eef5fefcadd228893e911aa3a3 into PR head commit b9c8eca468259c087931a6c98129fd38892f834c
19:18:32 [2022-02-15T19:18:32.330Z] Merge succeeded, producing b9c8eca468259c087931a6c98129fd38892f834c
19:18:32 [2022-02-15T19:18:32.330Z] Checking out Revision b9c8eca468259c087931a6c98129fd38892f834c (PR-43238)
19:18:31 [2022-02-15T19:18:31.135Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:18:31 [2022-02-15T19:18:31.154Z]  > git config --add remote.origin.fetch +refs/pull/43238/head:refs/remotes/origin/PR-43238 # timeout=10
19:18:31 [2022-02-15T19:18:31.172Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
19:18:31 [2022-02-15T19:18:31.189Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:18:31 [2022-02-15T19:18:31.210Z] Fetching upstream changes from https://github.com/moby/moby.git
19:18:31 [2022-02-15T19:18:31.210Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:18:31 [2022-02-15T19:18:31.211Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43238/head:refs/remotes/origin/PR-43238 +refs/heads/master:refs/remotes/origin/master # timeout=10
19:18:31 [2022-02-15T19:18:31.489Z]  > git config core.sparsecheckout # timeout=10
19:18:31 [2022-02-15T19:18:31.518Z]  > git checkout -f b9c8eca468259c087931a6c98129fd38892f834c # timeout=10
19:18:32 [2022-02-15T19:18:32.247Z]  > git remote # timeout=10
19:18:32 [2022-02-15T19:18:32.267Z]  > git config --get remote.origin.url # timeout=10
19:18:32 [2022-02-15T19:18:32.279Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:18:32 [2022-02-15T19:18:32.280Z]  > git merge 67b4b032f33698eef5fefcadd228893e911aa3a3 # timeout=10
19:18:32 [2022-02-15T19:18:32.302Z]  > git rev-parse HEAD^{commit} # timeout=10
19:18:32 [2022-02-15T19:18:32.332Z]  > git config core.sparsecheckout # timeout=10
19:18:32 [2022-02-15T19:18:32.352Z]  > git checkout -f b9c8eca468259c087931a6c98129fd38892f834c # timeout=10
19:18:36 [2022-02-15T19:18:36.464Z] Commit message: "libnetwork/networkdb: remove some redundant fmt.Sprintf()'s"