Skip to content

Console Output

16:57:44 [2023-07-06T16:57:44.000Z] The recommended git tool is: git
16:57:45 [2023-07-06T16:57:45.678Z] using credential docker-jenkins-github-credentials
16:57:45 [2023-07-06T16:57:45.690Z] Cloning the remote Git repository
16:57:45 [2023-07-06T16:57:45.690Z] Cloning with configured refspecs honoured and without tags
16:57:45 [2023-07-06T16:57:45.710Z] Cloning repository https://github.com/moby/moby.git
16:57:45 [2023-07-06T16:57:45.761Z]  > git init /home/ubuntu/workspace/moby_PR-45881 # timeout=10
16:57:46 [2023-07-06T16:57:46.094Z] Fetching upstream changes from https://github.com/moby/moby.git
16:57:46 [2023-07-06T16:57:46.094Z]  > git --version # timeout=10
16:57:46 [2023-07-06T16:57:46.097Z]  > git --version # 'git version 2.25.1'
16:57:46 [2023-07-06T16:57:46.097Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:57:46 [2023-07-06T16:57:46.099Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45881/head:refs/remotes/origin/PR-45881 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:57:58 [2023-07-06T16:57:58.785Z] Fetching without tags
16:57:59 [2023-07-06T16:57:59.006Z] Merging remotes/origin/master commit b60c02b065a21c651c3220daf0dab33531bce958 into PR head commit d519bde5daf8562a947df4a55731c48e86a5f3f4
16:57:59 [2023-07-06T16:57:59.619Z] Merge succeeded, producing d519bde5daf8562a947df4a55731c48e86a5f3f4
16:57:59 [2023-07-06T16:57:59.620Z] Checking out Revision d519bde5daf8562a947df4a55731c48e86a5f3f4 (PR-45881)
16:57:58 [2023-07-06T16:57:58.774Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:57:58 [2023-07-06T16:57:58.778Z]  > git config --add remote.origin.fetch +refs/pull/45881/head:refs/remotes/origin/PR-45881 # timeout=10
16:57:58 [2023-07-06T16:57:58.781Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:57:58 [2023-07-06T16:57:58.787Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:57:58 [2023-07-06T16:57:58.794Z] Fetching upstream changes from https://github.com/moby/moby.git
16:57:58 [2023-07-06T16:57:58.794Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:57:58 [2023-07-06T16:57:58.795Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/45881/head:refs/remotes/origin/PR-45881 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:57:59 [2023-07-06T16:57:59.018Z]  > git config core.sparsecheckout # timeout=10
16:57:59 [2023-07-06T16:57:59.021Z]  > git checkout -f d519bde5daf8562a947df4a55731c48e86a5f3f4 # timeout=10
16:57:59 [2023-07-06T16:57:59.606Z]  > git remote # timeout=10
16:57:59 [2023-07-06T16:57:59.610Z]  > git config --get remote.origin.url # timeout=10
16:57:59 [2023-07-06T16:57:59.613Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:57:59 [2023-07-06T16:57:59.614Z]  > git merge b60c02b065a21c651c3220daf0dab33531bce958 # timeout=10
16:57:59 [2023-07-06T16:57:59.621Z]  > git rev-parse HEAD^{commit} # timeout=10
16:57:59 [2023-07-06T16:57:59.627Z]  > git config core.sparsecheckout # timeout=10
16:57:59 [2023-07-06T16:57:59.630Z]  > git checkout -f d519bde5daf8562a947df4a55731c48e86a5f3f4 # timeout=10
16:58:03 [2023-07-06T16:58:03.918Z] Commit message: "libnet/drivers: stop passing config to drivers..."