Pablo Estrada created BEAM-4332:
-----------------------------------

             Summary: 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
            Assignee: Robert Bradshaw


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
(v7.6.3#76005)

Reply via email to