You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@beam.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/03/20 12:05:36 UTC

Build failed in Jenkins: beam_PostCommit_Python_PVR_Reference #341

See <https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/341/display/redirect>

------------------------------------------
[...truncated 169.85 KB...]
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_group_by_key (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 410, in test_group_by_key
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_no_subtransform_composite (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 529, in test_no_subtransform_composite
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 75, in test_pardo
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_metrics (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 102, in test_pardo_metrics
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_side_and_main_outputs (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 140, in test_pardo_side_and_main_outputs
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_side_outputs (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 129, in test_pardo_side_outputs
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_read (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 136, in test_read
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_reshuffle (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 419, in test_reshuffle
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_windowed_pardo_state_timers (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 304, in test_windowed_pardo_state_timers
    self._run_pardo_state_timers(True)
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 350, in _run_pardo_state_timers
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_windowing (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 456, in test_windowing
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

----------------------------------------------------------------------
Ran 31 tests in 0.113s

FAILED (errors=14, skipped=16)

> Task :beam-sdks-python:javaReferenceRunnerValidatesRunner FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/build.gradle'> line: 391

* What went wrong:
Execution failed for task ':beam-sdks-python:javaReferenceRunnerValidatesRunner'.
> Process 'command 'sh'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 5m 23s
61 actionable tasks: 46 executed, 14 from cache, 1 up-to-date

Publishing build scan...
https://gradle.com/s/fyc24xtyw3bmc

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_Python_PVR_Reference #355

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/355/display/redirect?page=changes>

Changes:

[migryz] Fix pyhamcrest import missing

------------------------------------------
[...truncated 172.44 KB...]
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_no_subtransform_composite (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 530, in test_no_subtransform_composite
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 76, in test_pardo
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_metrics (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 103, in test_pardo_metrics
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_side_and_main_outputs (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 141, in test_pardo_side_and_main_outputs
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_side_outputs (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 130, in test_pardo_side_outputs
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_read (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 136, in test_read
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_register_finalizations (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 838, in test_register_finalizations
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_reshuffle (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 420, in test_reshuffle
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_windowed_pardo_state_timers (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 305, in test_windowed_pardo_state_timers
    self._run_pardo_state_timers(True)
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 351, in _run_pardo_state_timers
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_windowing (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 457, in test_windowing
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

----------------------------------------------------------------------
Ran 33 tests in 0.133s

FAILED (errors=16, skipped=16)

> Task :beam-sdks-python:javaReferenceRunnerValidatesRunner FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/build.gradle'> line: 391

* What went wrong:
Execution failed for task ':beam-sdks-python:javaReferenceRunnerValidatesRunner'.
> Process 'command 'sh'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 5m 57s
61 actionable tasks: 46 executed, 14 from cache, 1 up-to-date

Publishing build scan...
https://gradle.com/s/n7wbprsmn2egi

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_Python_PVR_Reference #354

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/354/display/redirect?page=changes>

Changes:

[iemejia] Revert "Review: Add some comments & tests"

[iemejia] Revert "[BEAM-6292] PasswordDecrypter: Delay decryption / Avoid

------------------------------------------
[...truncated 172.87 KB...]
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_no_subtransform_composite (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 530, in test_no_subtransform_composite
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 76, in test_pardo
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_metrics (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 103, in test_pardo_metrics
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_side_and_main_outputs (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 141, in test_pardo_side_and_main_outputs
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_side_outputs (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 130, in test_pardo_side_outputs
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_read (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 136, in test_read
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_register_finalizations (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 838, in test_register_finalizations
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_reshuffle (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 420, in test_reshuffle
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_windowed_pardo_state_timers (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 305, in test_windowed_pardo_state_timers
    self._run_pardo_state_timers(True)
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 351, in _run_pardo_state_timers
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_windowing (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 457, in test_windowing
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

----------------------------------------------------------------------
Ran 33 tests in 0.123s

FAILED (errors=16, skipped=16)

> Task :beam-sdks-python:javaReferenceRunnerValidatesRunner FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/build.gradle'> line: 391

* What went wrong:
Execution failed for task ':beam-sdks-python:javaReferenceRunnerValidatesRunner'.
> Process 'command 'sh'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 5m 50s
61 actionable tasks: 48 executed, 12 from cache, 1 up-to-date

Publishing build scan...
https://gradle.com/s/dym5nbkwfkvu6

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_Python_PVR_Reference #353

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/353/display/redirect?page=changes>

Changes:

[jeff] [BEAM-5638] Exception handling for Java MapElements and FlatMapElements

------------------------------------------
[...truncated 211.89 KB...]
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_no_subtransform_composite (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 530, in test_no_subtransform_composite
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 76, in test_pardo
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_metrics (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 103, in test_pardo_metrics
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_side_and_main_outputs (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 141, in test_pardo_side_and_main_outputs
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_side_outputs (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 130, in test_pardo_side_outputs
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_read (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 136, in test_read
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_register_finalizations (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 838, in test_register_finalizations
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_reshuffle (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 420, in test_reshuffle
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_windowed_pardo_state_timers (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 305, in test_windowed_pardo_state_timers
    self._run_pardo_state_timers(True)
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 351, in _run_pardo_state_timers
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_windowing (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 457, in test_windowing
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

----------------------------------------------------------------------
Ran 33 tests in 0.122s

FAILED (errors=16, skipped=16)

> Task :beam-sdks-python:javaReferenceRunnerValidatesRunner FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/build.gradle'> line: 391

* What went wrong:
Execution failed for task ':beam-sdks-python:javaReferenceRunnerValidatesRunner'.
> Process 'command 'sh'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 6m 15s
61 actionable tasks: 56 executed, 4 from cache, 1 up-to-date

Publishing build scan...
https://gradle.com/s/hioo4pf3f2him

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_Python_PVR_Reference #352

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/352/display/redirect?page=changes>

Changes:

[github] Correct spark version used by the spark runner in the website

------------------------------------------
[...truncated 172.72 KB...]
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_no_subtransform_composite (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 530, in test_no_subtransform_composite
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 76, in test_pardo
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_metrics (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 103, in test_pardo_metrics
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_side_and_main_outputs (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 141, in test_pardo_side_and_main_outputs
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_side_outputs (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 130, in test_pardo_side_outputs
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_read (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 136, in test_read
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_register_finalizations (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 838, in test_register_finalizations
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_reshuffle (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 420, in test_reshuffle
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_windowed_pardo_state_timers (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 305, in test_windowed_pardo_state_timers
    self._run_pardo_state_timers(True)
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 351, in _run_pardo_state_timers
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_windowing (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 457, in test_windowing
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

----------------------------------------------------------------------
Ran 33 tests in 0.121s

FAILED (errors=16, skipped=16)

> Task :beam-sdks-python:javaReferenceRunnerValidatesRunner FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/build.gradle'> line: 391

* What went wrong:
Execution failed for task ':beam-sdks-python:javaReferenceRunnerValidatesRunner'.
> Process 'command 'sh'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 6m 1s
61 actionable tasks: 46 executed, 14 from cache, 1 up-to-date

Publishing build scan...
https://gradle.com/s/xt7c7sgu3332m

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_Python_PVR_Reference #351

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/351/display/redirect>

------------------------------------------
[...truncated 173.35 KB...]
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_no_subtransform_composite (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 530, in test_no_subtransform_composite
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 76, in test_pardo
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_metrics (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 103, in test_pardo_metrics
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_side_and_main_outputs (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 141, in test_pardo_side_and_main_outputs
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_side_outputs (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 130, in test_pardo_side_outputs
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_read (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 136, in test_read
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_register_finalizations (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 838, in test_register_finalizations
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_reshuffle (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 420, in test_reshuffle
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_windowed_pardo_state_timers (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 305, in test_windowed_pardo_state_timers
    self._run_pardo_state_timers(True)
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 351, in _run_pardo_state_timers
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_windowing (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 457, in test_windowing
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

----------------------------------------------------------------------
Ran 33 tests in 0.192s

FAILED (errors=16, skipped=16)

> Task :beam-sdks-python:javaReferenceRunnerValidatesRunner FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/build.gradle'> line: 391

* What went wrong:
Execution failed for task ':beam-sdks-python:javaReferenceRunnerValidatesRunner'.
> Process 'command 'sh'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 5m 57s
61 actionable tasks: 47 executed, 13 from cache, 1 up-to-date

Publishing build scan...
https://gradle.com/s/mhrbsflhwfitk

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_Python_PVR_Reference #350

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/350/display/redirect?page=changes>

Changes:

[kcweaver] [BEAM-6865] DefaultJobBundleFactory: create using default

------------------------------------------
[...truncated 174.72 KB...]
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 530, in test_no_subtransform_composite
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 76, in test_pardo
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_metrics (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 103, in test_pardo_metrics
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_side_and_main_outputs (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 141, in test_pardo_side_and_main_outputs
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_side_outputs (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 130, in test_pardo_side_outputs
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_read (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 136, in test_read
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_register_finalizations (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 838, in test_register_finalizations
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_reshuffle (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 420, in test_reshuffle
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_windowed_pardo_state_timers (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 305, in test_windowed_pardo_state_timers
    self._run_pardo_state_timers(True)
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 351, in _run_pardo_state_timers
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_windowing (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 457, in test_windowing
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

----------------------------------------------------------------------
Ran 33 tests in 0.116s

FAILED (errors=16, skipped=16)

> Task :beam-sdks-python:javaReferenceRunnerValidatesRunner FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/build.gradle'> line: 391

* What went wrong:
Execution failed for task ':beam-sdks-python:javaReferenceRunnerValidatesRunner'.
> Process 'command 'sh'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 5m 29s
61 actionable tasks: 48 executed, 12 from cache, 1 up-to-date

Publishing build scan...

Publishing failed.

The response from https://scans-in.gradle.com/in/5.2.1/2.1 was not from the build scan server.
Your network environment may be interfering, or the service may be unavailable.

If you believe this to be in error, please report this problem via https://gradle.com/scans/help/plugin and include the following via copy/paste:

----------
Gradle version: 5.2.1
Plugin version: 2.1
Request URL: https://scans-in.gradle.com/in/5.2.1/2.1
Request ID: ca20dbe4-2ac6-442d-9002-2b2160d7a22c
Response status code: 503
Response content type: text/html; charset=utf-8
Response server type: cloudflare
----------

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_Python_PVR_Reference #349

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/349/display/redirect?page=changes>

Changes:

[robertwb] [BEAM-6778] Enable Bundle Finalization in Python SDK harness over FnApi

------------------------------------------
[...truncated 172.70 KB...]
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_no_subtransform_composite (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 530, in test_no_subtransform_composite
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 76, in test_pardo
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_metrics (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 103, in test_pardo_metrics
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_side_and_main_outputs (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 141, in test_pardo_side_and_main_outputs
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_side_outputs (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 130, in test_pardo_side_outputs
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_read (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 136, in test_read
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_register_finalizations (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 838, in test_register_finalizations
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_reshuffle (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 420, in test_reshuffle
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_windowed_pardo_state_timers (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 305, in test_windowed_pardo_state_timers
    self._run_pardo_state_timers(True)
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 351, in _run_pardo_state_timers
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_windowing (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 457, in test_windowing
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

----------------------------------------------------------------------
Ran 33 tests in 0.120s

FAILED (errors=16, skipped=16)

> Task :beam-sdks-python:javaReferenceRunnerValidatesRunner FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/build.gradle'> line: 391

* What went wrong:
Execution failed for task ':beam-sdks-python:javaReferenceRunnerValidatesRunner'.
> Process 'command 'sh'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 5m 48s
61 actionable tasks: 46 executed, 14 from cache, 1 up-to-date

Publishing build scan...
https://gradle.com/s/wtzyyzw3r5egg

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_Python_PVR_Reference #348

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/348/display/redirect>

------------------------------------------
[...truncated 169.12 KB...]
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_group_by_key (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 410, in test_group_by_key
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_no_subtransform_composite (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 529, in test_no_subtransform_composite
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 75, in test_pardo
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_metrics (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 102, in test_pardo_metrics
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_side_and_main_outputs (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 140, in test_pardo_side_and_main_outputs
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_side_outputs (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 129, in test_pardo_side_outputs
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_read (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 136, in test_read
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_reshuffle (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 419, in test_reshuffle
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_windowed_pardo_state_timers (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 304, in test_windowed_pardo_state_timers
    self._run_pardo_state_timers(True)
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 350, in _run_pardo_state_timers
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_windowing (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 456, in test_windowing
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

----------------------------------------------------------------------
Ran 31 tests in 0.116s

FAILED (errors=14, skipped=16)

> Task :beam-sdks-python:javaReferenceRunnerValidatesRunner FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/build.gradle'> line: 391

* What went wrong:
Execution failed for task ':beam-sdks-python:javaReferenceRunnerValidatesRunner'.
> Process 'command 'sh'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 5m 7s
61 actionable tasks: 46 executed, 14 from cache, 1 up-to-date

Publishing build scan...
https://gradle.com/s/ledc3b42q354u

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_Python_PVR_Reference #347

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/347/display/redirect>

------------------------------------------
[...truncated 169.81 KB...]
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_group_by_key (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 410, in test_group_by_key
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_no_subtransform_composite (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 529, in test_no_subtransform_composite
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 75, in test_pardo
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_metrics (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 102, in test_pardo_metrics
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_side_and_main_outputs (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 140, in test_pardo_side_and_main_outputs
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_side_outputs (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 129, in test_pardo_side_outputs
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_read (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 136, in test_read
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_reshuffle (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 419, in test_reshuffle
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_windowed_pardo_state_timers (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 304, in test_windowed_pardo_state_timers
    self._run_pardo_state_timers(True)
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 350, in _run_pardo_state_timers
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_windowing (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 456, in test_windowing
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

----------------------------------------------------------------------
Ran 31 tests in 0.109s

FAILED (errors=14, skipped=16)

> Task :beam-sdks-python:javaReferenceRunnerValidatesRunner FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/build.gradle'> line: 391

* What went wrong:
Execution failed for task ':beam-sdks-python:javaReferenceRunnerValidatesRunner'.
> Process 'command 'sh'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 5m 35s
61 actionable tasks: 46 executed, 14 from cache, 1 up-to-date

Publishing build scan...
https://gradle.com/s/gy6qum6qilkya

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_Python_PVR_Reference #346

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/346/display/redirect?page=changes>

Changes:

[boyuanz] Reset Datasource counter to 0 in FinishBundle

[boyuanz] Reset count to 0 after all operations have finished bundle

------------------------------------------
[...truncated 170.05 KB...]
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_group_by_key (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 410, in test_group_by_key
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_no_subtransform_composite (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 529, in test_no_subtransform_composite
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 75, in test_pardo
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_metrics (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 102, in test_pardo_metrics
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_side_and_main_outputs (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 140, in test_pardo_side_and_main_outputs
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_side_outputs (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 129, in test_pardo_side_outputs
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_read (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 136, in test_read
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_reshuffle (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 419, in test_reshuffle
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_windowed_pardo_state_timers (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 304, in test_windowed_pardo_state_timers
    self._run_pardo_state_timers(True)
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 350, in _run_pardo_state_timers
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_windowing (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 456, in test_windowing
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

----------------------------------------------------------------------
Ran 31 tests in 0.201s

FAILED (errors=14, skipped=16)

> Task :beam-sdks-python:javaReferenceRunnerValidatesRunner FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/build.gradle'> line: 391

* What went wrong:
Execution failed for task ':beam-sdks-python:javaReferenceRunnerValidatesRunner'.
> Process 'command 'sh'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 6m 30s
61 actionable tasks: 46 executed, 14 from cache, 1 up-to-date

Publishing build scan...
https://gradle.com/s/xrrqndbreb3bg

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_Python_PVR_Reference #345

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/345/display/redirect?page=changes>

Changes:

[ajhalaria] Create a custom hash paritioner that deals with arrays during combines

------------------------------------------
[...truncated 169.44 KB...]
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_group_by_key (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 410, in test_group_by_key
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_no_subtransform_composite (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 529, in test_no_subtransform_composite
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 75, in test_pardo
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_metrics (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 102, in test_pardo_metrics
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_side_and_main_outputs (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 140, in test_pardo_side_and_main_outputs
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_side_outputs (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 129, in test_pardo_side_outputs
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_read (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 136, in test_read
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_reshuffle (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 419, in test_reshuffle
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_windowed_pardo_state_timers (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 304, in test_windowed_pardo_state_timers
    self._run_pardo_state_timers(True)
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 350, in _run_pardo_state_timers
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_windowing (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 456, in test_windowing
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

----------------------------------------------------------------------
Ran 31 tests in 0.124s

FAILED (errors=14, skipped=16)

> Task :beam-sdks-python:javaReferenceRunnerValidatesRunner FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/build.gradle'> line: 391

* What went wrong:
Execution failed for task ':beam-sdks-python:javaReferenceRunnerValidatesRunner'.
> Process 'command 'sh'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 6m 1s
61 actionable tasks: 46 executed, 14 from cache, 1 up-to-date

Publishing build scan...
https://gradle.com/s/opzt25ylmrocg

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_Python_PVR_Reference #344

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/344/display/redirect?page=changes>

Changes:

[tweise] [flink] debug logging for state access

[github] [BEAM-6866]: SamzaRunner: support timers in ParDo (#8092)

------------------------------------------
[...truncated 169.68 KB...]
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_group_by_key (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 410, in test_group_by_key
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_no_subtransform_composite (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 529, in test_no_subtransform_composite
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 75, in test_pardo
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_metrics (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 102, in test_pardo_metrics
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_side_and_main_outputs (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 140, in test_pardo_side_and_main_outputs
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_side_outputs (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 129, in test_pardo_side_outputs
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_read (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 136, in test_read
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_reshuffle (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 419, in test_reshuffle
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_windowed_pardo_state_timers (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 304, in test_windowed_pardo_state_timers
    self._run_pardo_state_timers(True)
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 350, in _run_pardo_state_timers
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_windowing (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 456, in test_windowing
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

----------------------------------------------------------------------
Ran 31 tests in 0.119s

FAILED (errors=14, skipped=16)

> Task :beam-sdks-python:javaReferenceRunnerValidatesRunner FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/build.gradle'> line: 391

* What went wrong:
Execution failed for task ':beam-sdks-python:javaReferenceRunnerValidatesRunner'.
> Process 'command 'sh'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 5m 52s
61 actionable tasks: 46 executed, 14 from cache, 1 up-to-date

Publishing build scan...
https://gradle.com/s/75m4uiikcqkba

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_Python_PVR_Reference #343

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/343/display/redirect>

------------------------------------------
[...truncated 169.41 KB...]
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_group_by_key (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 410, in test_group_by_key
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_no_subtransform_composite (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 529, in test_no_subtransform_composite
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 75, in test_pardo
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_metrics (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 102, in test_pardo_metrics
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_side_and_main_outputs (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 140, in test_pardo_side_and_main_outputs
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_side_outputs (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 129, in test_pardo_side_outputs
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_read (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 136, in test_read
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_reshuffle (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 419, in test_reshuffle
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_windowed_pardo_state_timers (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 304, in test_windowed_pardo_state_timers
    self._run_pardo_state_timers(True)
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 350, in _run_pardo_state_timers
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_windowing (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 456, in test_windowing
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

----------------------------------------------------------------------
Ran 31 tests in 0.120s

FAILED (errors=14, skipped=16)

> Task :beam-sdks-python:javaReferenceRunnerValidatesRunner FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/build.gradle'> line: 391

* What went wrong:
Execution failed for task ':beam-sdks-python:javaReferenceRunnerValidatesRunner'.
> Process 'command 'sh'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 5m 27s
61 actionable tasks: 46 executed, 14 from cache, 1 up-to-date

Publishing build scan...
https://gradle.com/s/mv2gcpnwy3cai

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_Python_PVR_Reference #342

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/342/display/redirect?page=changes>

Changes:

[iemejia] [BEAM-6854] Update amazon-web-services aws-sdk dependency to version

------------------------------------------
[...truncated 169.83 KB...]
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_group_by_key (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 410, in test_group_by_key
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_no_subtransform_composite (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 529, in test_no_subtransform_composite
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 75, in test_pardo
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_metrics (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 102, in test_pardo_metrics
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_side_and_main_outputs (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 140, in test_pardo_side_and_main_outputs
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_pardo_side_outputs (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 129, in test_pardo_side_outputs
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_read (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 136, in test_read
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_reshuffle (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 419, in test_reshuffle
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_windowed_pardo_state_timers (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 304, in test_windowed_pardo_state_timers
    self._run_pardo_state_timers(True)
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 350, in _run_pardo_state_timers
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

======================================================================
ERROR: test_windowing (__main__.JavaReferenceRunnerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner_test.py", line 456, in test_windowing
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 182, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/apache_beam/runners/portability/java_reference_runner_test.py",> line 79, in create_options
    options = super(JavaReferenceRunnerTest, self).create_options()
  File "apache_beam/runners/portability/portable_runner_test.py", line 175, in create_options
    options.view_as(PortableOptions).job_endpoint = self._get_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 139, in _get_job_endpoint
    cls._job_endpoint = cls._create_job_endpoint()
  File "apache_beam/runners/portability/portable_runner_test.py", line 145, in _create_job_endpoint
    return cls._start_local_runner_subprocess_job_service()
  File "apache_beam/runners/portability/portable_runner_test.py", line 108, in _start_local_runner_subprocess_job_service
    cls._subprocess_command(job_port, expansion_port))
TypeError: _subprocess_command() takes exactly 2 arguments (3 given)

----------------------------------------------------------------------
Ran 31 tests in 0.113s

FAILED (errors=14, skipped=16)

> Task :beam-sdks-python:javaReferenceRunnerValidatesRunner FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '<https://builds.apache.org/job/beam_PostCommit_Python_PVR_Reference/ws/src/sdks/python/build.gradle'> line: 391

* What went wrong:
Execution failed for task ':beam-sdks-python:javaReferenceRunnerValidatesRunner'.
> Process 'command 'sh'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 5m 31s
61 actionable tasks: 48 executed, 12 from cache, 1 up-to-date

Publishing build scan...
https://gradle.com/s/2c7p56rddxuj6

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org