[
https://issues.apache.org/jira/browse/BEAM-6341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16740900#comment-16740900
]
Daniel Oliveira commented on BEAM-6341:
---------------------------------------
I see some errors in the logs that seem relevant. There's this error:
{noformat}
I Traceback (most recent call last):
I File "/usr/local/bin/pip", line 7, in <module>
I
I from pip._internal import main
I ImportError
I :
I No module named pip._internal
I /usr/local/bin/pip failed with exit status 1
I Dataflow base path override: https://dataflow.googleapis.com/
I Failed to report setup error to service: could not lease work item to report
failure (no work items returned)
F Failed to install packages: failed to install SDK: exit status 1
{noformat}
The actual failure seems to be happening in boot.go:
{noformat}
jsonPayload: {
line: "boot.go:145"
message: "Failed to install packages: failed to install SDK: exit status 1"
}{noformat}
Timestamp lines up to when the test was running (2018-12-30 14:23:55.933 PST,
test started at 2:17 PST) and the errors stop when the test ended. So it's
almost definitely boot.go being unable to install the SDK, now I just have to
find out why.
> Python VR failure:
> test_flatten_multiple_pcollections_having_multiple_consumers
> -------------------------------------------------------------------------------
>
> Key: BEAM-6341
> URL: https://issues.apache.org/jira/browse/BEAM-6341
> Project: Beam
> Issue Type: Test
> Components: test-failures
> Reporter: Boyuan Zhang
> Assignee: Daniel Oliveira
> Priority: Major
>
> [https://builds.apache.org/job/beam_PostCommit_Py_VR_Dataflow/2154/]
> Workflow failed. Causes: The Dataflow job appears to be stuck because no
> worker activity has been seen in the last 1h.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)