Skip to content

Console Output

17:40:21 [2020-02-12T17:40:21.188Z] using credential docker-jenkins-github-credentials
17:40:21 [2020-02-12T17:40:21.234Z] Cloning the remote Git repository
17:40:21 [2020-02-12T17:40:21.234Z] Cloning with configured refspecs honoured and without tags
17:40:21 [2020-02-12T17:40:21.262Z] Cloning repository https://github.com/moby/moby.git
17:40:21 [2020-02-12T17:40:21.264Z]  > git init /home/jenkins/workspace/moby_PR-40500 # timeout=10
17:40:21 [2020-02-12T17:40:21.310Z] Fetching upstream changes from https://github.com/moby/moby.git
17:40:21 [2020-02-12T17:40:21.312Z]  > git --version # timeout=10
17:40:21 [2020-02-12T17:40:21.328Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:40:21 [2020-02-12T17:40:21.345Z]  > 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:40:29 [2020-02-12T17:40:29.372Z] Fetching without tags
17:40:29 [2020-02-12T17:40:29.781Z] Merging remotes/origin/master commit acb236d787762328d8d33233ef15139987c8c947 into PR head commit da6c1429d0b468fe8cb7c0cf41b59d5d3647391b
17:40:30 [2020-02-12T17:40:30.460Z] Merge succeeded, producing da6c1429d0b468fe8cb7c0cf41b59d5d3647391b
17:40:30 [2020-02-12T17:40:30.461Z] Checking out Revision da6c1429d0b468fe8cb7c0cf41b59d5d3647391b (PR-40500)
17:40:29 [2020-02-12T17:40:29.249Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:40:29 [2020-02-12T17:40:29.266Z]  > git config --add remote.origin.fetch +refs/pull/40500/head:refs/remotes/origin/PR-40500 # timeout=10
17:40:29 [2020-02-12T17:40:29.287Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
17:40:29 [2020-02-12T17:40:29.342Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
17:40:29 [2020-02-12T17:40:29.411Z] Fetching upstream changes from https://github.com/moby/moby.git
17:40:29 [2020-02-12T17:40:29.414Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
17:40:29 [2020-02-12T17:40:29.415Z]  > 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:40:29 [2020-02-12T17:40:29.810Z]  > git config core.sparsecheckout # timeout=10
17:40:29 [2020-02-12T17:40:29.832Z]  > git checkout -f da6c1429d0b468fe8cb7c0cf41b59d5d3647391b
17:40:30 [2020-02-12T17:40:30.369Z]  > git merge acb236d787762328d8d33233ef15139987c8c947 # timeout=10
17:40:30 [2020-02-12T17:40:30.429Z]  > git rev-parse HEAD^{commit} # timeout=10
17:40:30 [2020-02-12T17:40:30.489Z]  > git config core.sparsecheckout # timeout=10
17:40:30 [2020-02-12T17:40:30.506Z]  > git checkout -f da6c1429d0b468fe8cb7c0cf41b59d5d3647391b
17:40:31 [2020-02-12T17:40:31.016Z] Commit message: "docker-py: skip flaky AttachContainerTest::test_attach_no_stream (again)"