Ahmet Altay created BEAM-1511:
---------------------------------

             Summary: Python post commits failing
                 Key: BEAM-1511
                 URL: https://issues.apache.org/jira/browse/BEAM-1511
             Project: Beam
          Issue Type: Bug
          Components: sdk-py
            Reporter: Ahmet Altay
            Assignee: Ahmet Altay


Post commit tests are failing with the following traceback:

Traceback (most recent call last):
  File 
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/transforms/sideinputs_test.py",
 line 177, in test_iterable_side_input
    pipeline.run()
  File 
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/test_pipeline.py",
 line 91, in run
    result = super(TestPipeline, self).run()
  File 
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/pipeline.py",
 line 163, in run
    return self.runner.run(self)
  File 
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/runners/test/test_dataflow_runner.py",
 line 32, in run
    self.result = super(TestDataflowRunner, self).run(pipeline)
  File 
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/runners/google_cloud_dataflow/dataflow_runner.py",
 line 175, in run
    self.dataflow_client.create_job(self.job), self)
  File 
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/utils/retry.py",
 line 167, in wrapper
    return fun(*args, **kwargs)
  File 
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/runners/google_cloud_dataflow/internal/apiclient.py",
 line 411, in create_job
    self.create_job_description(job)
  File 
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/runners/google_cloud_dataflow/internal/apiclient.py",
 line 432, in create_job_description
    job.options, file_copy=self._gcs_file_copy)
  File 
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/utils/dependency.py",
 line 274, in stage_job_resources
    file_copy(setup_options.requirements_file, staged_path)
  File 
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/utils/retry.py",
 line 167, in wrapper
    return fun(*args, **kwargs)
  File 
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/runners/google_cloud_dataflow/internal/apiclient.py",
 line 372, in _gcs_file_copy
    self.stage_file(to_folder, to_name, f)
  File 
"/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/runners/google_cloud_dataflow/internal/apiclient.py",
 line 389, in stage_file
    upload = storage.Upload(stream, mime_type)
AttributeError: 'module' object has no attribute 'Upload'



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to