Skip to content

Console Output

19:18:11 [2022-02-15T19:18:11.985Z] The recommended git tool is: git
19:18:15 [2022-02-15T19:18:15.684Z] using credential docker-jenkins-github-credentials
19:18:15 [2022-02-15T19:18:15.696Z] Cloning the remote Git repository
19:18:15 [2022-02-15T19:18:15.696Z] Cloning with configured refspecs honoured and without tags
19:18:15 [2022-02-15T19:18:15.770Z] Cloning repository https://github.com/moby/moby.git
19:18:15 [2022-02-15T19:18:15.867Z]  > git init /home/ubuntu/workspace/moby_PR-43238 # timeout=10
19:18:16 [2022-02-15T19:18:16.111Z] Fetching upstream changes from https://github.com/moby/moby.git
19:18:16 [2022-02-15T19:18:16.112Z]  > git --version # timeout=10
19:18:16 [2022-02-15T19:18:16.131Z]  > git --version # 'git version 2.25.1'
19:18:16 [2022-02-15T19:18:16.132Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:18:16 [2022-02-15T19:18:16.133Z]  > git fetch --no-tags --force --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:33 [2022-02-15T19:18:33.900Z] Fetching without tags
19:18:33 [2022-02-15T19:18:33.861Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:18:33 [2022-02-15T19:18:33.875Z]  > git config --add remote.origin.fetch +refs/pull/43238/head:refs/remotes/origin/PR-43238 # timeout=10
19:18:33 [2022-02-15T19:18:33.882Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
19:18:33 [2022-02-15T19:18:33.891Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
19:18:33 [2022-02-15T19:18:33.901Z] Fetching upstream changes from https://github.com/moby/moby.git
19:18:33 [2022-02-15T19:18:33.902Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:18:33 [2022-02-15T19:18:33.903Z]  > git fetch --no-tags --force --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:34 [2022-02-15T19:18:34.130Z] Merging remotes/origin/master commit 67b4b032f33698eef5fefcadd228893e911aa3a3 into PR head commit b9c8eca468259c087931a6c98129fd38892f834c
19:18:34 [2022-02-15T19:18:34.836Z] Merge succeeded, producing b9c8eca468259c087931a6c98129fd38892f834c
19:18:34 [2022-02-15T19:18:34.837Z] Checking out Revision b9c8eca468259c087931a6c98129fd38892f834c (PR-43238)
19:18:34 [2022-02-15T19:18:34.135Z]  > git config core.sparsecheckout # timeout=10
19:18:34 [2022-02-15T19:18:34.150Z]  > git checkout -f b9c8eca468259c087931a6c98129fd38892f834c # timeout=10
19:18:34 [2022-02-15T19:18:34.782Z]  > git remote # timeout=10
19:18:34 [2022-02-15T19:18:34.797Z]  > git config --get remote.origin.url # timeout=10
19:18:34 [2022-02-15T19:18:34.802Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
19:18:34 [2022-02-15T19:18:34.803Z]  > git merge 67b4b032f33698eef5fefcadd228893e911aa3a3 # timeout=10
19:18:34 [2022-02-15T19:18:34.822Z]  > git rev-parse HEAD^{commit} # timeout=10
19:18:34 [2022-02-15T19:18:34.838Z]  > git config core.sparsecheckout # timeout=10
19:18:34 [2022-02-15T19:18:34.843Z]  > git checkout -f b9c8eca468259c087931a6c98129fd38892f834c # timeout=10
19:18:39 [2022-02-15T19:18:39.007Z] Commit message: "libnetwork/networkdb: remove some redundant fmt.Sprintf()'s"