Skip to content

Console Output

17:19:41 [2022-12-21T17:19:41.731Z] The recommended git tool is: git
17:19:44 [2022-12-21T17:19:44.960Z] using credential docker-jenkins-github-credentials
17:19:44 [2022-12-21T17:19:44.973Z] Cloning the remote Git repository
17:19:44 [2022-12-21T17:19:44.973Z] Cloning with configured refspecs honoured and without tags
17:19:44 [2022-12-21T17:19:44.990Z] Cloning repository https://github.com/moby/moby.git
17:19:45 [2022-12-21T17:19:45.042Z]  > git init /home/ubuntu/workspace/moby_PR-44683 # timeout=10
17:19:45 [2022-12-21T17:19:45.363Z] Fetching upstream changes from https://github.com/moby/moby.git
17:19:45 [2022-12-21T17:19:45.363Z]  > git --version # timeout=10
17:19:45 [2022-12-21T17:19:45.374Z]  > git --version # 'git version 2.25.1'
17:19:45 [2022-12-21T17:19:45.375Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:19:45 [2022-12-21T17:19:45.376Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44683/head:refs/remotes/origin/PR-44683 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:20:01 [2022-12-21T17:20:01.403Z] Fetching without tags
17:20:01 [2022-12-21T17:20:01.331Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:20:01 [2022-12-21T17:20:01.341Z]  > git config --add remote.origin.fetch +refs/pull/44683/head:refs/remotes/origin/PR-44683 # timeout=10
17:20:01 [2022-12-21T17:20:01.347Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:20:01 [2022-12-21T17:20:01.362Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:20:01 [2022-12-21T17:20:01.405Z] Fetching upstream changes from https://github.com/moby/moby.git
17:20:01 [2022-12-21T17:20:01.406Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:20:01 [2022-12-21T17:20:01.407Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44683/head:refs/remotes/origin/PR-44683 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:20:01 [2022-12-21T17:20:01.722Z] Merging remotes/origin/master commit 3a5598affa1c3ab7dd5c4ae5c6ccfe863abc288e into PR head commit a9594875976f2b5450fc53af6b27195434864431
17:20:03 [2022-12-21T17:20:03.099Z] Merge succeeded, producing a9594875976f2b5450fc53af6b27195434864431
17:20:03 [2022-12-21T17:20:03.099Z] Checking out Revision a9594875976f2b5450fc53af6b27195434864431 (PR-44683)
17:20:01 [2022-12-21T17:20:01.729Z]  > git config core.sparsecheckout # timeout=10
17:20:01 [2022-12-21T17:20:01.750Z]  > git checkout -f a9594875976f2b5450fc53af6b27195434864431 # timeout=10
17:20:02 [2022-12-21T17:20:02.990Z]  > git remote # timeout=10
17:20:03 [2022-12-21T17:20:03.038Z]  > git config --get remote.origin.url # timeout=10
17:20:03 [2022-12-21T17:20:03.069Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:20:03 [2022-12-21T17:20:03.070Z]  > git merge 3a5598affa1c3ab7dd5c4ae5c6ccfe863abc288e # timeout=10
17:20:03 [2022-12-21T17:20:03.086Z]  > git rev-parse HEAD^{commit} # timeout=10
17:20:03 [2022-12-21T17:20:03.107Z]  > git config core.sparsecheckout # timeout=10
17:20:03 [2022-12-21T17:20:03.130Z]  > git checkout -f a9594875976f2b5450fc53af6b27195434864431 # timeout=10
17:20:07 [2022-12-21T17:20:07.641Z] Commit message: "libnetwork/netlabel: remove Key(), Value(), and KeyValue() utils"