You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Pablo Estrada (Jira)" <ji...@apache.org> on 2019/09/04 17:35:00 UTC

[jira] [Resolved] (BEAM-4332) Python ValidatesRunner tests seem to be failing

     [ https://issues.apache.org/jira/browse/BEAM-4332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pablo Estrada resolved BEAM-4332.
---------------------------------
    Fix Version/s: Not applicable
       Resolution: Invalid

> Python ValidatesRunner tests seem to be failing
> -----------------------------------------------
>
>                 Key: BEAM-4332
>                 URL: https://issues.apache.org/jira/browse/BEAM-4332
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py-harness
>            Reporter: Pablo Estrada
>            Priority: Critical
>             Fix For: Not applicable
>
>
> Build: https://builds.apache.org/job/beam_PostCommit_Py_VR_Dataflow/20/console
> Issue thrown in  what looks like a ghost file. See:
> File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow/src/sdks/python/apache_beam/runners/dataflow/test_dataflow_runner.py", line 48, in run_pipeline
>     self.result = super(TestDataflowRunner, self).run_pipeline(pipeline)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow/src/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py", line 362, in run_pipeline
>     self.dataflow_client.create_job(self.job), self)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow/src/sdks/python/apache_beam/utils/retry.py", line 180, in wrapper
>     return fun(*args, **kwargs)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow/src/sdks/python/apache_beam/runners/dataflow/internal/apiclient.py", line 485, in create_job
>     self.create_job_description(job)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow/src/sdks/python/apache_beam/runners/dataflow/internal/apiclient.py", line 514, in create_job_description
>     resources = self._stage_resources(job.options)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow/src/sdks/python/apache_beam/runners/dataflow/internal/apiclient.py", line 448, in _stage_resources
>     staging_location=google_cloud_options.staging_location)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow/src/sdks/python/apache_beam/runners/portability/stager.py", line 441, in stage_job_resources
>     requirements_cache_path)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Datafl
> ow/src/sdks/python/apache_beam/runners/portability/stager.py", line 227, in _populate_requirements_cache
>     processes.check_call(cmd_args)
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow/src/sdks/python/apache_beam/utils/processes.py", line 44, in check_call
>     return subprocess.check_call(*args, **kwargs)
>   File "/usr/lib/python2.7/subprocess.py", line 541, in check_call
>     raise CalledProcessError(retcode, cmd)
> CalledProcessError: Command '['/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Py_VR_Dataflow/src/sdks/python/build/gradleenv/bin/python', '-m', 'pip', 'download', '--dest', '/tmp/dataflow-requirements-cache', '-r', 'postcommit_requirements.txt', '--exists-action', 'i--no-binary', ':all:']' returned non-zero exit status 2



--
This message was sent by Atlassian Jira
(v8.3.2#803003)