Skip to content

Console Output

17:41:30 [2020-02-12T17:41:30.459Z] using credential docker-jenkins-github-credentials
17:41:30 [2020-02-12T17:41:30.468Z] Cloning the remote Git repository
17:41:30 [2020-02-12T17:41:30.468Z] Cloning with configured refspecs honoured and without tags
17:41:30 [2020-02-12T17:41:30.534Z] Cloning repository https://github.com/moby/moby.git
17:41:30 [2020-02-12T17:41:30.594Z]  > git init /home/ubuntu/workspace/moby_PR-40500 # timeout=10
17:41:30 [2020-02-12T17:41:30.887Z] Fetching upstream changes from https://github.com/moby/moby.git
17:41:30 [2020-02-12T17:41:30.888Z]  > git --version # timeout=10
17:41:30 [2020-02-12T17:41:30.931Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:41:30 [2020-02-12T17:41:30.933Z]  > 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:52 [2020-02-12T17:41:52.528Z] Fetching without tags
17:41:52 [2020-02-12T17:41:52.830Z] Merging remotes/origin/master commit acb236d787762328d8d33233ef15139987c8c947 into PR head commit da6c1429d0b468fe8cb7c0cf41b59d5d3647391b
17:41:53 [2020-02-12T17:41:53.535Z] Merge succeeded, producing da6c1429d0b468fe8cb7c0cf41b59d5d3647391b
17:41:53 [2020-02-12T17:41:53.536Z] Checking out Revision da6c1429d0b468fe8cb7c0cf41b59d5d3647391b (PR-40500)
17:41:52 [2020-02-12T17:41:52.478Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:41:52 [2020-02-12T17:41:52.495Z]  > git config --add remote.origin.fetch +refs/pull/40500/head:refs/remotes/origin/PR-40500 # timeout=10
17:41:52 [2020-02-12T17:41:52.499Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:41:52 [2020-02-12T17:41:52.515Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:41:52 [2020-02-12T17:41:52.572Z] Fetching upstream changes from https://github.com/moby/moby.git
17:41:52 [2020-02-12T17:41:52.573Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:41:52 [2020-02-12T17:41:52.573Z]  > 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:52 [2020-02-12T17:41:52.838Z]  > git config core.sparsecheckout # timeout=10
17:41:52 [2020-02-12T17:41:52.843Z]  > git checkout -f da6c1429d0b468fe8cb7c0cf41b59d5d3647391b
17:41:53 [2020-02-12T17:41:53.497Z]  > git merge acb236d787762328d8d33233ef15139987c8c947 # timeout=10
17:41:53 [2020-02-12T17:41:53.521Z]  > git rev-parse HEAD^{commit} # timeout=10
17:41:53 [2020-02-12T17:41:53.538Z]  > git config core.sparsecheckout # timeout=10
17:41:53 [2020-02-12T17:41:53.554Z]  > git checkout -f da6c1429d0b468fe8cb7c0cf41b59d5d3647391b
17:41:54 [2020-02-12T17:41:54.426Z] Commit message: "docker-py: skip flaky AttachContainerTest::test_attach_no_stream (again)"