Skip to content

Console Output

13:01:20 [2023-08-11T13:01:20.653Z] The recommended git tool is: git
13:01:20 [2023-08-11T13:01:20.666Z] using credential docker-jenkins-github-credentials
13:01:20 [2023-08-11T13:01:20.680Z] Cloning the remote Git repository
13:01:20 [2023-08-11T13:01:20.680Z] Cloning with configured refspecs honoured and without tags
13:01:20 [2023-08-11T13:01:20.683Z] Cloning repository https://github.com/moby/moby.git
13:01:20 [2023-08-11T13:01:20.684Z]  > git init /home/ubuntu/workspace/moby_PR-46187 # timeout=10
13:01:20 [2023-08-11T13:01:20.690Z] Fetching upstream changes from https://github.com/moby/moby.git
13:01:20 [2023-08-11T13:01:20.690Z]  > git --version # timeout=10
13:01:20 [2023-08-11T13:01:20.693Z]  > git --version # 'git version 2.25.1'
13:01:20 [2023-08-11T13:01:20.693Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:01:20 [2023-08-11T13:01:20.694Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46187/head:refs/remotes/origin/PR-46187 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:01:32 [2023-08-11T13:01:32.262Z] Fetching without tags
13:01:32 [2023-08-11T13:01:32.501Z] Merging remotes/origin/master commit e0da5cb9291982a4c7b3c6b0642eeced4ba9f8ac into PR head commit 05deecaa45d45673a548d18ca72c14b17d762b6e
13:01:33 [2023-08-11T13:01:33.138Z] Merge succeeded, producing 05deecaa45d45673a548d18ca72c14b17d762b6e
13:01:33 [2023-08-11T13:01:33.139Z] Checking out Revision 05deecaa45d45673a548d18ca72c14b17d762b6e (PR-46187)
13:01:32 [2023-08-11T13:01:32.247Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:01:32 [2023-08-11T13:01:32.250Z]  > git config --add remote.origin.fetch +refs/pull/46187/head:refs/remotes/origin/PR-46187 # timeout=10
13:01:32 [2023-08-11T13:01:32.253Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
13:01:32 [2023-08-11T13:01:32.259Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
13:01:32 [2023-08-11T13:01:32.266Z] Fetching upstream changes from https://github.com/moby/moby.git
13:01:32 [2023-08-11T13:01:32.266Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:01:32 [2023-08-11T13:01:32.267Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/46187/head:refs/remotes/origin/PR-46187 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:01:32 [2023-08-11T13:01:32.504Z]  > git config core.sparsecheckout # timeout=10
13:01:32 [2023-08-11T13:01:32.507Z]  > git checkout -f 05deecaa45d45673a548d18ca72c14b17d762b6e # timeout=10
13:01:33 [2023-08-11T13:01:33.120Z]  > git remote # timeout=10
13:01:33 [2023-08-11T13:01:33.124Z]  > git config --get remote.origin.url # timeout=10
13:01:33 [2023-08-11T13:01:33.126Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
13:01:33 [2023-08-11T13:01:33.127Z]  > git merge e0da5cb9291982a4c7b3c6b0642eeced4ba9f8ac # timeout=10
13:01:33 [2023-08-11T13:01:33.135Z]  > git rev-parse HEAD^{commit} # timeout=10
13:01:33 [2023-08-11T13:01:33.141Z]  > git config core.sparsecheckout # timeout=10
13:01:33 [2023-08-11T13:01:33.144Z]  > git checkout -f 05deecaa45d45673a548d18ca72c14b17d762b6e # timeout=10
13:01:33 [2023-08-11T13:01:33.326Z] Commit message: "internal/testutils/netnsutils: move utils that were not used on Windows"