You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Ahmet Altay (JIRA)" <ji...@apache.org> on 2017/03/31 21:14:41 UTC

[jira] [Created] (BEAM-1853) AttributeError: 'AsIter' object has no attribute 'producer' (post commit failure)

Ahmet Altay created BEAM-1853:
---------------------------------

             Summary: AttributeError: 'AsIter' object has no attribute 'producer' (post commit failure)
                 Key: BEAM-1853
                 URL: https://issues.apache.org/jira/browse/BEAM-1853
             Project: Beam
          Issue Type: Bug
          Components: sdk-py
            Reporter: Ahmet Altay
            Assignee: Robert Bradshaw


https://builds.apache.org/job/beam_PostCommit_Python_Verify/1694/console

One of the failures (there are other related errors):
======================================================================
ERROR: test_iterable_side_input (apache_beam.transforms.sideinputs_test.SideInputsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/transforms/sideinputs_test.py", line 179, 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 169, in run
    return self.runner.run(self)
  File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/runners/dataflow/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/dataflow/dataflow_runner.py", line 161, in run
    super(DataflowRunner, self).run(pipeline)
  File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/runners/runner.py", line 122, in run
    pipeline.visit(RunVisitor(self))
  File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/pipeline.py", line 192, in visit
    self._root_transform().visit(visitor, self, visited)
  File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/pipeline.py", line 471, in visit
    part.visit(visitor, pipeline, visited)
  File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/pipeline.py", line 474, in visit
    visitor.visit_transform(self)
  File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/runners/runner.py", line 117, in visit_transform
    self.runner.run_transform(transform_node)
  File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/runners/runner.py", line 192, in run_transform
    return m(transform_node)
  File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/runners/dataflow/dataflow_runner.py", line 378, in run_ParDo
    si_labels[side_pval] = self._cache.get_pvalue(side_pval).step_name
  File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/runners/runner.py", line 266, in get_pvalue
    self._ensure_pvalue_has_real_producer(pvalue)
  File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/runners/runner.py", line 239, in _ensure_pvalue_has_real_producer
    real_producer = pvalue.producer
AttributeError: 'AsIter' object has no attribute 'producer'



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