Skip to content

Console Output

17:41:35 [2020-02-12T17:41:35.507Z] using credential docker-jenkins-github-credentials
17:41:35 [2020-02-12T17:41:35.520Z] Cloning the remote Git repository
17:41:35 [2020-02-12T17:41:35.520Z] Cloning with configured refspecs honoured and without tags
17:41:35 [2020-02-12T17:41:35.476Z] Cloning repository https://github.com/moby/moby.git
17:41:35 [2020-02-12T17:41:35.531Z]  > git init /home/ubuntu/workspace/moby_PR-40500 # timeout=10
17:41:35 [2020-02-12T17:41:35.732Z] Fetching upstream changes from https://github.com/moby/moby.git
17:41:35 [2020-02-12T17:41:35.732Z]  > git --version # timeout=10
17:41:35 [2020-02-12T17:41:35.750Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:41:35 [2020-02-12T17:41:35.802Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40500/head:refs/remotes/origin/PR-40500 +refs/heads/master:refs/remotes/origin/master
17:41:53 [2020-02-12T17:41:53.875Z] Fetching without tags
17:41:53 [2020-02-12T17:41:53.780Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:41:53 [2020-02-12T17:41:53.807Z]  > git config --add remote.origin.fetch +refs/pull/40500/head:refs/remotes/origin/PR-40500 # timeout=10
17:41:53 [2020-02-12T17:41:53.827Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:41:53 [2020-02-12T17:41:53.844Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:41:53 [2020-02-12T17:41:53.861Z] Fetching upstream changes from https://github.com/moby/moby.git
17:41:53 [2020-02-12T17:41:53.861Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:41:53 [2020-02-12T17:41:53.862Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/40500/head:refs/remotes/origin/PR-40500 +refs/heads/master:refs/remotes/origin/master
17:41:54 [2020-02-12T17:41:54.289Z] Merging remotes/origin/master commit acb236d787762328d8d33233ef15139987c8c947 into PR head commit da6c1429d0b468fe8cb7c0cf41b59d5d3647391b
17:41:55 [2020-02-12T17:41:55.304Z] Merge succeeded, producing da6c1429d0b468fe8cb7c0cf41b59d5d3647391b
17:41:55 [2020-02-12T17:41:55.305Z] Checking out Revision da6c1429d0b468fe8cb7c0cf41b59d5d3647391b (PR-40500)
17:41:54 [2020-02-12T17:41:54.282Z]  > git config core.sparsecheckout # timeout=10
17:41:54 [2020-02-12T17:41:54.309Z]  > git checkout -f da6c1429d0b468fe8cb7c0cf41b59d5d3647391b
17:41:55 [2020-02-12T17:41:55.242Z]  > git merge acb236d787762328d8d33233ef15139987c8c947 # timeout=10
17:41:55 [2020-02-12T17:41:55.267Z]  > git rev-parse HEAD^{commit} # timeout=10
17:41:55 [2020-02-12T17:41:55.293Z]  > git config core.sparsecheckout # timeout=10
17:41:55 [2020-02-12T17:41:55.305Z]  > git checkout -f da6c1429d0b468fe8cb7c0cf41b59d5d3647391b
17:41:56 [2020-02-12T17:41:56.315Z] Commit message: "docker-py: skip flaky AttachContainerTest::test_attach_no_stream (again)"