Skip to content

Console Output

15:27:28 [2023-01-09T15:27:28.781Z] The recommended git tool is: git
15:27:30 [2023-01-09T15:27:30.800Z] using credential docker-jenkins-github-credentials
15:27:30 [2023-01-09T15:27:30.809Z] Cloning the remote Git repository
15:27:30 [2023-01-09T15:27:30.809Z] Cloning with configured refspecs honoured and without tags
15:27:30 [2023-01-09T15:27:30.867Z] Cloning repository https://github.com/moby/moby.git
15:27:30 [2023-01-09T15:27:30.919Z]  > git init /home/ubuntu/workspace/moby_PR-44733 # timeout=10
15:27:31 [2023-01-09T15:27:31.223Z] Fetching upstream changes from https://github.com/moby/moby.git
15:27:31 [2023-01-09T15:27:31.224Z]  > git --version # timeout=10
15:27:31 [2023-01-09T15:27:31.233Z]  > git --version # 'git version 2.25.1'
15:27:31 [2023-01-09T15:27:31.233Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:27:31 [2023-01-09T15:27:31.235Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44733/head:refs/remotes/origin/PR-44733 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:27:44 [2023-01-09T15:27:44.157Z] Fetching without tags
15:27:44 [2023-01-09T15:27:44.425Z] Merging remotes/origin/master commit eaa7b49bd6d968b69c9c8b2d34746c4fa43500d9 into PR head commit 6ab12ec8f48080b521020518e8632868fd6cff96
15:27:44 [2023-01-09T15:27:44.117Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:27:44 [2023-01-09T15:27:44.129Z]  > git config --add remote.origin.fetch +refs/pull/44733/head:refs/remotes/origin/PR-44733 # timeout=10
15:27:44 [2023-01-09T15:27:44.135Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
15:27:44 [2023-01-09T15:27:44.151Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
15:27:44 [2023-01-09T15:27:44.202Z] Fetching upstream changes from https://github.com/moby/moby.git
15:27:44 [2023-01-09T15:27:44.203Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:27:44 [2023-01-09T15:27:44.204Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/44733/head:refs/remotes/origin/PR-44733 +refs/heads/master:refs/remotes/origin/master # timeout=10
15:27:44 [2023-01-09T15:27:44.432Z]  > git config core.sparsecheckout # timeout=10
15:27:44 [2023-01-09T15:27:44.440Z]  > git checkout -f 6ab12ec8f48080b521020518e8632868fd6cff96 # timeout=10
15:27:45 [2023-01-09T15:27:45.079Z] Merge succeeded, producing 6ab12ec8f48080b521020518e8632868fd6cff96
15:27:45 [2023-01-09T15:27:45.079Z] Checking out Revision 6ab12ec8f48080b521020518e8632868fd6cff96 (PR-44733)
15:27:45 [2023-01-09T15:27:45.032Z]  > git remote # timeout=10
15:27:45 [2023-01-09T15:27:45.048Z]  > git config --get remote.origin.url # timeout=10
15:27:45 [2023-01-09T15:27:45.058Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
15:27:45 [2023-01-09T15:27:45.059Z]  > git merge eaa7b49bd6d968b69c9c8b2d34746c4fa43500d9 # timeout=10
15:27:45 [2023-01-09T15:27:45.072Z]  > git rev-parse HEAD^{commit} # timeout=10
15:27:45 [2023-01-09T15:27:45.126Z]  > git config core.sparsecheckout # timeout=10
15:27:45 [2023-01-09T15:27:45.133Z]  > git checkout -f 6ab12ec8f48080b521020518e8632868fd6cff96 # timeout=10
15:27:49 [2023-01-09T15:27:49.440Z] Commit message: "rootless: move ./rootless to ./pkg/rootless"