Skip to content

Console Output

09:07:31 [2021-06-04T09:07:31.598Z] The recommended git tool is: git
09:07:36 [2021-06-04T09:07:36.149Z] using credential docker-jenkins-github-credentials
09:07:36 [2021-06-04T09:07:36.155Z] Cloning the remote Git repository
09:07:36 [2021-06-04T09:07:36.155Z] Cloning with configured refspecs honoured and without tags
09:07:36 [2021-06-04T09:07:36.419Z] Cloning repository https://github.com/moby/moby.git
09:07:36 [2021-06-04T09:07:36.535Z]  > git init /home/ubuntu/workspace/moby_PR-42462 # timeout=10
09:07:36 [2021-06-04T09:07:36.899Z] Fetching upstream changes from https://github.com/moby/moby.git
09:07:36 [2021-06-04T09:07:36.899Z]  > git --version # timeout=10
09:07:36 [2021-06-04T09:07:36.920Z]  > git --version # 'git version 2.17.1'
09:07:36 [2021-06-04T09:07:36.920Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:07:36 [2021-06-04T09:07:36.922Z]  > git fetch --no-tags --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:07:54 [2021-06-04T09:07:54.674Z] Fetching without tags
09:07:55 [2021-06-04T09:07:55.020Z] Merging remotes/origin/20.10 commit b0f5bc36fea9dfb9672e1e9b1278ebab797b9ee0 into PR head commit 60a9a804cad416e5a40e9d8418bc32560b62d07c
09:07:55 [2021-06-04T09:07:55.848Z] Merge succeeded, producing 60a9a804cad416e5a40e9d8418bc32560b62d07c
09:07:55 [2021-06-04T09:07:55.849Z] Checking out Revision 60a9a804cad416e5a40e9d8418bc32560b62d07c (PR-42462)
09:07:54 [2021-06-04T09:07:54.607Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:07:54 [2021-06-04T09:07:54.628Z]  > git config --add remote.origin.fetch +refs/pull/42462/head:refs/remotes/origin/PR-42462 # timeout=10
09:07:54 [2021-06-04T09:07:54.643Z]  > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
09:07:54 [2021-06-04T09:07:54.672Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
09:07:54 [2021-06-04T09:07:54.690Z] Fetching upstream changes from https://github.com/moby/moby.git
09:07:54 [2021-06-04T09:07:54.690Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:07:54 [2021-06-04T09:07:54.691Z]  > git fetch --no-tags --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:07:55 [2021-06-04T09:07:55.038Z]  > git config core.sparsecheckout # timeout=10
09:07:55 [2021-06-04T09:07:55.070Z]  > git checkout -f 60a9a804cad416e5a40e9d8418bc32560b62d07c # timeout=10
09:07:55 [2021-06-04T09:07:55.783Z]  > git remote # timeout=10
09:07:55 [2021-06-04T09:07:55.795Z]  > git config --get remote.origin.url # timeout=10
09:07:55 [2021-06-04T09:07:55.810Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
09:07:55 [2021-06-04T09:07:55.811Z]  > git merge b0f5bc36fea9dfb9672e1e9b1278ebab797b9ee0 # timeout=10
09:07:55 [2021-06-04T09:07:55.850Z]  > git rev-parse HEAD^{commit} # timeout=10
09:07:55 [2021-06-04T09:07:55.861Z]  > git config core.sparsecheckout # timeout=10
09:07:55 [2021-06-04T09:07:55.872Z]  > git checkout -f 60a9a804cad416e5a40e9d8418bc32560b62d07c # timeout=10
09:08:00 [2021-06-04T09:08:00.564Z] Commit message: "rootless: disable overlay2 if running with SELinux"