Skip to content

Console Output

22:06:56 [2023-08-23T22:06:56.288Z] The recommended git tool is: git
22:06:56 [2023-08-23T22:06:56.297Z] using credential docker-jenkins-github-credentials
22:06:56 [2023-08-23T22:06:56.312Z] Cloning the remote Git repository
22:06:56 [2023-08-23T22:06:56.312Z] Cloning with configured refspecs honoured and without tags
22:06:56 [2023-08-23T22:06:56.319Z] Cloning repository https://github.com/moby/moby.git
22:06:56 [2023-08-23T22:06:56.319Z]  > git init /home/ubuntu/workspace/moby_PR-46305 # timeout=10
22:06:56 [2023-08-23T22:06:56.324Z] Fetching upstream changes from https://github.com/moby/moby.git
22:06:56 [2023-08-23T22:06:56.324Z]  > git --version # timeout=10
22:06:56 [2023-08-23T22:06:56.327Z]  > git --version # 'git version 2.25.1'
22:06:56 [2023-08-23T22:06:56.327Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:06:56 [2023-08-23T22:06:56.328Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46305/head:refs/remotes/origin/PR-46305 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:07:07 [2023-08-23T22:07:07.532Z] Fetching without tags
22:07:07 [2023-08-23T22:07:07.758Z] Merging remotes/origin/master commit b63400fa4a122ea3575811656dccc5ab9dc2dcdd into PR head commit b92cf68adde7cec766eaae3bf6cb6726ffb5a317
22:07:08 [2023-08-23T22:07:08.425Z] Merge succeeded, producing b92cf68adde7cec766eaae3bf6cb6726ffb5a317
22:07:08 [2023-08-23T22:07:08.425Z] Checking out Revision b92cf68adde7cec766eaae3bf6cb6726ffb5a317 (PR-46305)
22:07:07 [2023-08-23T22:07:07.521Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:07:07 [2023-08-23T22:07:07.524Z]  > git config --add remote.origin.fetch +refs/pull/46305/head:refs/remotes/origin/PR-46305 # timeout=10
22:07:07 [2023-08-23T22:07:07.527Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
22:07:07 [2023-08-23T22:07:07.533Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
22:07:07 [2023-08-23T22:07:07.540Z] Fetching upstream changes from https://github.com/moby/moby.git
22:07:07 [2023-08-23T22:07:07.540Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:07:07 [2023-08-23T22:07:07.540Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46305/head:refs/remotes/origin/PR-46305 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:07:07 [2023-08-23T22:07:07.765Z]  > git config core.sparsecheckout # timeout=10
22:07:07 [2023-08-23T22:07:07.768Z]  > git checkout -f b92cf68adde7cec766eaae3bf6cb6726ffb5a317 # timeout=10
22:07:08 [2023-08-23T22:07:08.411Z]  > git remote # timeout=10
22:07:08 [2023-08-23T22:07:08.414Z]  > git config --get remote.origin.url # timeout=10
22:07:08 [2023-08-23T22:07:08.417Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
22:07:08 [2023-08-23T22:07:08.417Z]  > git merge b63400fa4a122ea3575811656dccc5ab9dc2dcdd # timeout=10
22:07:08 [2023-08-23T22:07:08.426Z]  > git rev-parse HEAD^{commit} # timeout=10
22:07:08 [2023-08-23T22:07:08.432Z]  > git config core.sparsecheckout # timeout=10
22:07:08 [2023-08-23T22:07:08.435Z]  > git checkout -f b92cf68adde7cec766eaae3bf6cb6726ffb5a317 # timeout=10
22:07:08 [2023-08-23T22:07:08.978Z] Commit message: "libnetwork/osl: remove Sandbox and Info interfaces"