Skip to content

Console Output

09:07:42 [2021-06-04T09:07:42.962Z] The recommended git tool is: git
09:07:46 [2021-06-04T09:07:46.735Z] using credential docker-jenkins-github-credentials
09:07:46 [2021-06-04T09:07:46.743Z] Cloning the remote Git repository
09:07:46 [2021-06-04T09:07:46.744Z] Cloning with configured refspecs honoured and without tags
09:07:46 [2021-06-04T09:07:46.774Z] Cloning repository https://github.com/moby/moby.git
09:07:46 [2021-06-04T09:07:46.836Z]  > git init /home/ubuntu/workspace/moby_PR-42462 # timeout=10
09:07:47 [2021-06-04T09:07:47.333Z] Fetching upstream changes from https://github.com/moby/moby.git
09:07:47 [2021-06-04T09:07:47.334Z]  > git --version # timeout=10
09:07:47 [2021-06-04T09:07:47.341Z]  > git --version # 'git version 2.25.1'
09:07:47 [2021-06-04T09:07:47.342Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:07:47 [2021-06-04T09:07:47.382Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42462/head:refs/remotes/origin/PR-42462 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
09:08:06 [2021-06-04T09:08:06.534Z] Fetching without tags
09:08:06 [2021-06-04T09:08:06.871Z] Merging remotes/origin/20.10 commit b0f5bc36fea9dfb9672e1e9b1278ebab797b9ee0 into PR head commit 60a9a804cad416e5a40e9d8418bc32560b62d07c
09:08:06 [2021-06-04T09:08:06.480Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:08:06 [2021-06-04T09:08:06.487Z]  > git config --add remote.origin.fetch +refs/pull/42462/head:refs/remotes/origin/PR-42462 # timeout=10
09:08:06 [2021-06-04T09:08:06.508Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
09:08:06 [2021-06-04T09:08:06.525Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:08:06 [2021-06-04T09:08:06.540Z] Fetching upstream changes from https://github.com/moby/moby.git
09:08:06 [2021-06-04T09:08:06.540Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:08:06 [2021-06-04T09:08:06.542Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42462/head:refs/remotes/origin/PR-42462 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
09:08:06 [2021-06-04T09:08:06.880Z]  > git config core.sparsecheckout # timeout=10
09:08:06 [2021-06-04T09:08:06.888Z]  > git checkout -f 60a9a804cad416e5a40e9d8418bc32560b62d07c # timeout=10
09:08:07 [2021-06-04T09:08:07.916Z] Merge succeeded, producing 60a9a804cad416e5a40e9d8418bc32560b62d07c
09:08:07 [2021-06-04T09:08:07.917Z] Checking out Revision 60a9a804cad416e5a40e9d8418bc32560b62d07c (PR-42462)
09:08:07 [2021-06-04T09:08:07.866Z]  > git remote # timeout=10
09:08:07 [2021-06-04T09:08:07.872Z]  > git config --get remote.origin.url # timeout=10
09:08:07 [2021-06-04T09:08:07.882Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:08:07 [2021-06-04T09:08:07.884Z]  > git merge b0f5bc36fea9dfb9672e1e9b1278ebab797b9ee0 # timeout=10
09:08:07 [2021-06-04T09:08:07.900Z]  > git rev-parse HEAD^{commit} # timeout=10
09:08:07 [2021-06-04T09:08:07.920Z]  > git config core.sparsecheckout # timeout=10
09:08:07 [2021-06-04T09:08:07.924Z]  > git checkout -f 60a9a804cad416e5a40e9d8418bc32560b62d07c # timeout=10
09:08:12 [2021-06-04T09:08:12.531Z] Commit message: "rootless: disable overlay2 if running with SELinux"