Skip to content

Console Output

16:48:27 [2023-03-10T16:48:27.234Z] The recommended git tool is: git
16:48:52 [2023-03-10T16:48:52.767Z] using credential docker-jenkins-github-credentials
16:48:52 [2023-03-10T16:48:52.850Z] Cloning the remote Git repository
16:48:52 [2023-03-10T16:48:52.850Z] Cloning with configured refspecs honoured and without tags
16:48:53 [2023-03-10T16:48:53.044Z] Cloning repository https://github.com/moby/moby.git
16:48:53 [2023-03-10T16:48:53.451Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
16:48:54 [2023-03-10T16:48:54.185Z] Fetching upstream changes from https://github.com/moby/moby.git
16:48:54 [2023-03-10T16:48:54.185Z]  > git --version # timeout=10
16:48:54 [2023-03-10T16:48:54.232Z]  > git --version # 'git version 2.24.1.windows.2'
16:48:54 [2023-03-10T16:48:54.232Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:48:54 [2023-03-10T16:48:54.232Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44990/head:refs/remotes/origin/PR-44990 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
16:49:10 [2023-03-10T16:49:10.382Z] Fetching without tags
16:49:10 [2023-03-10T16:49:10.051Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:49:10 [2023-03-10T16:49:10.114Z]  > git config --add remote.origin.fetch +refs/pull/44990/head:refs/remotes/origin/PR-44990 # timeout=10
16:49:10 [2023-03-10T16:49:10.161Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
16:49:10 [2023-03-10T16:49:10.286Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:49:10 [2023-03-10T16:49:10.411Z] Fetching upstream changes from https://github.com/moby/moby.git
16:49:10 [2023-03-10T16:49:10.411Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:49:10 [2023-03-10T16:49:10.411Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44990/head:refs/remotes/origin/PR-44990 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
16:49:11 [2023-03-10T16:49:11.121Z] Merging remotes/origin/20.10 commit dfd89ede4b3c190817bb1b528d5f47ffd12dd6b3 into PR head commit 98c9e3f43833bf87c21e02aca77c75c7a475ecd6
16:49:13 [2023-03-10T16:49:13.907Z] Merge succeeded, producing 98c9e3f43833bf87c21e02aca77c75c7a475ecd6
16:49:13 [2023-03-10T16:49:13.907Z] Checking out Revision 98c9e3f43833bf87c21e02aca77c75c7a475ecd6 (PR-44990)
16:49:11 [2023-03-10T16:49:11.223Z]  > git config core.sparsecheckout # timeout=10
16:49:11 [2023-03-10T16:49:11.270Z]  > git checkout -f 98c9e3f43833bf87c21e02aca77c75c7a475ecd6 # timeout=10
16:49:13 [2023-03-10T16:49:13.504Z]  > git remote # timeout=10
16:49:13 [2023-03-10T16:49:13.598Z]  > git config --get remote.origin.url # timeout=10
16:49:13 [2023-03-10T16:49:13.645Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:49:13 [2023-03-10T16:49:13.661Z]  > git merge dfd89ede4b3c190817bb1b528d5f47ffd12dd6b3 # timeout=10
16:49:13 [2023-03-10T16:49:13.801Z]  > git rev-parse "HEAD^{commit}" # timeout=10
16:49:13 [2023-03-10T16:49:13.926Z]  > git config core.sparsecheckout # timeout=10
16:49:13 [2023-03-10T16:49:13.989Z]  > git checkout -f 98c9e3f43833bf87c21e02aca77c75c7a475ecd6 # timeout=10
16:49:24 [2023-03-10T16:49:24.752Z] Commit message: "update to go1.19.6"