Skip to content

Console Output

17:44:19 [2020-02-12T17:44:19.653Z] using credential docker-jenkins-github-credentials
17:44:19 [2020-02-12T17:44:19.733Z] Cloning the remote Git repository
17:44:19 [2020-02-12T17:44:19.733Z] Cloning with configured refspecs honoured and without tags
17:44:19 [2020-02-12T17:44:19.933Z] Cloning repository https://github.com/moby/moby.git
17:44:20 [2020-02-12T17:44:20.325Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
17:44:21 [2020-02-12T17:44:21.184Z] Fetching upstream changes from https://github.com/moby/moby.git
17:44:21 [2020-02-12T17:44:21.184Z]  > git --version # timeout=10
17:44:21 [2020-02-12T17:44:21.239Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:44:21 [2020-02-12T17:44:21.241Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40500/head:refs/remotes/origin/PR-40500 +refs/heads/master:refs/remotes/origin/master
17:44:37 [2020-02-12T17:44:37.196Z] Fetching without tags
17:44:36 [2020-02-12T17:44:36.814Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:44:36 [2020-02-12T17:44:36.906Z]  > git config --add remote.origin.fetch +refs/pull/40500/head:refs/remotes/origin/PR-40500 # timeout=10
17:44:36 [2020-02-12T17:44:36.961Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:44:37 [2020-02-12T17:44:37.091Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:44:37 [2020-02-12T17:44:37.230Z] Fetching upstream changes from https://github.com/moby/moby.git
17:44:37 [2020-02-12T17:44:37.231Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:44:37 [2020-02-12T17:44:37.231Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/40500/head:refs/remotes/origin/PR-40500 +refs/heads/master:refs/remotes/origin/master
17:44:37 [2020-02-12T17:44:37.936Z] Merging remotes/origin/master commit acb236d787762328d8d33233ef15139987c8c947 into PR head commit da6c1429d0b468fe8cb7c0cf41b59d5d3647391b
17:44:38 [2020-02-12T17:44:38.047Z]  > git config core.sparsecheckout # timeout=10
17:44:38 [2020-02-12T17:44:38.100Z]  > git checkout -f da6c1429d0b468fe8cb7c0cf41b59d5d3647391b
17:44:41 [2020-02-12T17:44:41.056Z] Merge succeeded, producing da6c1429d0b468fe8cb7c0cf41b59d5d3647391b
17:44:41 [2020-02-12T17:44:41.057Z] Checking out Revision da6c1429d0b468fe8cb7c0cf41b59d5d3647391b (PR-40500)
17:44:40 [2020-02-12T17:44:40.745Z]  > git merge acb236d787762328d8d33233ef15139987c8c947 # timeout=10
17:44:40 [2020-02-12T17:44:40.932Z]  > git rev-parse "HEAD^{commit}" # timeout=10
17:44:41 [2020-02-12T17:44:41.091Z]  > git config core.sparsecheckout # timeout=10
17:44:41 [2020-02-12T17:44:41.141Z]  > git checkout -f da6c1429d0b468fe8cb7c0cf41b59d5d3647391b
17:44:49 [2020-02-12T17:44:49.898Z] Commit message: "docker-py: skip flaky AttachContainerTest::test_attach_no_stream (again)"