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 2022/07/06 00:02:42 UTC

Build failed in Jenkins: beam_PostCommit_XVR_Samza #1385

See <https://ci-beam.apache.org/job/beam_PostCommit_XVR_Samza/1385/display/redirect>

Changes:


------------------------------------------
[...truncated 518.98 KB...]
 ---> 3812538607ba
Step 27/31 : RUN if [ "$pull_licenses" = "true" ] ; then       pip install 'pip-licenses<4.0.0' pyyaml tenacity &&       python /tmp/license_scripts/pull_licenses_py.py ;     fi
 ---> Running in e2be9fb5caf4
Collecting pip-licenses<4.0.0
  Downloading pip_licenses-3.5.4-py3-none-any.whl (17 kB)
Requirement already satisfied: pyyaml in /usr/local/lib/python3.7/site-packages (6.0)
Requirement already satisfied: tenacity in /usr/local/lib/python3.7/site-packages (5.1.5)
Collecting PTable
  Downloading PTable-0.9.2.tar.gz (31 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.7/site-packages (from tenacity) (1.16.0)
Building wheels for collected packages: PTable
  Building wheel for PTable (setup.py): started
  Building wheel for PTable (setup.py): finished with status 'done'
  Created wheel for PTable: filename=PTable-0.9.2-py3-none-any.whl size=22925 sha256=fdfa5337e3862026609ff9914a1ea44c752e3ccd0020702ec221451861edc76f
  Stored in directory: /root/.cache/pip/wheels/33/df/2f/674985b3f8a2de3f96357d1eadef5110f74fa91b3785e52a54
Successfully built PTable
Installing collected packages: PTable, pip-licenses
Successfully installed PTable-0.9.2 pip-licenses-3.5.4
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
WARNING: You are using pip version 22.0.4; however, version 22.1.2 is available.
You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
Skip pulling license for  bs4
INFO:root:Successfully pulled licenses for 134 dependencies
Removing intermediate container e2be9fb5caf4
 ---> 0684831e6f5b
Step 28/31 : FROM beam
 ---> ff80b18e7eac
Step 29/31 : ARG pull_licenses
 ---> Running in 93aebff910f0
Removing intermediate container 93aebff910f0
 ---> acc8d860eebf
Step 30/31 : COPY --from=third_party_licenses /opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
 ---> 54b0d16aeec3
Step 31/31 : RUN if [ "$pull_licenses" != "true" ] ; then       rm -rf /opt/apache/beam/third_party_licenses ;     fi
 ---> Running in 5151000b56a9
Removing intermediate container 5151000b56a9
 ---> a61a7bd3f243
Successfully built a61a7bd3f243
Successfully tagged apache/beam_python3.7_sdk:2.41.0.dev

> Task :runners:samza:job-server:validatesCrossLanguageRunnerSetup
Launching Java expansion service @ 42667
Launching Python expansion service @ 37973

> Task :runners:samza:job-server:validatesCrossLanguageRunnerJavaUsingPython

> Task :runners:samza:job-server:validatesCrossLanguageRunnerPythonUsingJava
>>> RUNNING integration tests with pipeline options: --runner=PortableRunner --job_endpoint=localhost:43423 --environment_cache_millis=10000 --experiments=beam_fn_api
>>>   pytest options: 
>>>   collect markers: -m=uses_java_expansion_service
============================= test session starts ==============================
platform linux -- Python 3.7.12, pytest-4.6.11, py-1.11.0, pluggy-0.13.1
rootdir: <https://ci-beam.apache.org/job/beam_PostCommit_XVR_Samza/ws/src/sdks/python,> inifile: pytest.ini
plugins: xdist-1.34.0, timeout-1.4.2, forked-1.4.0, requests-mock-1.9.3
timeout: 600.0s
timeout method: signal
timeout func_only: False

----------------------------- live log collection ------------------------------
WARNING  root:avroio_test.py:54 python-snappy is not installed; some tests will be skipped.
WARNING  root:tfrecordio_test.py:55 Tensorflow is not installed, so skipping some tests.
WARNING  apache_beam.runners.interactive.interactive_environment:interactive_environment.py:191 Dependencies required for Interactive Beam PCollection visualization are not available, please use: `pip install apache-beam[interactive]` to install necessary dependencies to enable all data visualization features.
WARNING  apache_beam.runners.interactive.interactive_environment:interactive_environment.py:200 You cannot use Interactive Beam features when you are not in an interactive environment such as a Jupyter notebook or ipython terminal.
INFO     root:environments.py:376 Default Python SDK image for environment is apache/beam_python3.7_sdk:2.41.0.dev
collected 6145 items / 6135 deselected / 1 skipped / 9 selected

apache_beam/io/external/generate_sequence_test.py::XlangGenerateSequenceTest::test_generate_sequence 
-------------------------------- live log call ---------------------------------
INFO     root:environments.py:376 Default Python SDK image for environment is apache/beam_python3.7_sdk:2.41.0.dev
INFO     root:environments.py:299 No image given, using default Python SDK image
INFO     root:environments.py:376 Default Python SDK image for environment is apache/beam_python3.7_sdk:2.41.0.dev
INFO     root:environments.py:304 Python SDK container image set to "apache/beam_python3.7_sdk:2.41.0.dev" for Docker environment
INFO     apache_beam.runners.portability.fn_api_runner.translations:translations.py:714 ==================== <function pack_combiners at 0x7f6166dbc320> ====================
INFO     apache_beam.runners.portability.fn_api_runner.translations:translations.py:714 ==================== <function lift_combiners at 0x7f6166dbc3b0> ====================
INFO     apache_beam.runners.portability.fn_api_runner.translations:translations.py:714 ==================== <function sort_stages at 0x7f6166dbcb00> ====================
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to STOPPED
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to STARTING
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to RUNNING
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to DONE
PASSED                                                                   [ 10%]
apache_beam/io/external/generate_sequence_test.py::XlangGenerateSequenceTest::test_generate_sequence_java_class_lookup_payload_builder 
-------------------------------- live log call ---------------------------------
INFO     root:environments.py:376 Default Python SDK image for environment is apache/beam_python3.7_sdk:2.41.0.dev
INFO     root:environments.py:299 No image given, using default Python SDK image
INFO     root:environments.py:376 Default Python SDK image for environment is apache/beam_python3.7_sdk:2.41.0.dev
INFO     root:environments.py:304 Python SDK container image set to "apache/beam_python3.7_sdk:2.41.0.dev" for Docker environment
INFO     apache_beam.runners.portability.fn_api_runner.translations:translations.py:714 ==================== <function pack_combiners at 0x7f6166dbc320> ====================
INFO     apache_beam.runners.portability.fn_api_runner.translations:translations.py:714 ==================== <function lift_combiners at 0x7f6166dbc3b0> ====================
INFO     apache_beam.runners.portability.fn_api_runner.translations:translations.py:714 ==================== <function sort_stages at 0x7f6166dbcb00> ====================
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to STOPPED
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to STARTING
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to RUNNING
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to DONE
PASSED                                                                   [ 20%]
apache_beam/io/external/generate_sequence_test.py::XlangGenerateSequenceTest::test_generate_sequence_java_external_transform 
-------------------------------- live log call ---------------------------------
INFO     root:environments.py:376 Default Python SDK image for environment is apache/beam_python3.7_sdk:2.41.0.dev
INFO     root:environments.py:299 No image given, using default Python SDK image
INFO     root:environments.py:376 Default Python SDK image for environment is apache/beam_python3.7_sdk:2.41.0.dev
INFO     root:environments.py:304 Python SDK container image set to "apache/beam_python3.7_sdk:2.41.0.dev" for Docker environment
INFO     apache_beam.runners.portability.fn_api_runner.translations:translations.py:714 ==================== <function pack_combiners at 0x7f6166dbc320> ====================
INFO     apache_beam.runners.portability.fn_api_runner.translations:translations.py:714 ==================== <function lift_combiners at 0x7f6166dbc3b0> ====================
INFO     apache_beam.runners.portability.fn_api_runner.translations:translations.py:714 ==================== <function sort_stages at 0x7f6166dbcb00> ====================
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to STOPPED
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to STARTING
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to RUNNING
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to DONE
PASSED                                                                   [ 30%]
apache_beam/transforms/validate_runner_xlang_test.py::ValidateRunnerXlangTest::test_cogroup_by_key 
-------------------------------- live log call ---------------------------------
INFO     root:environments.py:376 Default Python SDK image for environment is apache/beam_python3.7_sdk:2.41.0.dev
INFO     root:environments.py:299 No image given, using default Python SDK image
INFO     root:environments.py:376 Default Python SDK image for environment is apache/beam_python3.7_sdk:2.41.0.dev
INFO     root:environments.py:304 Python SDK container image set to "apache/beam_python3.7_sdk:2.41.0.dev" for Docker environment
INFO     apache_beam.runners.portability.fn_api_runner.translations:translations.py:714 ==================== <function pack_combiners at 0x7f6166dbc320> ====================
INFO     apache_beam.runners.portability.fn_api_runner.translations:translations.py:714 ==================== <function lift_combiners at 0x7f6166dbc3b0> ====================
INFO     apache_beam.runners.portability.fn_api_runner.translations:translations.py:714 ==================== <function sort_stages at 0x7f6166dbcb00> ====================
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to STOPPED
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to STARTING
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to RUNNING
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to DONE
PASSED                                                                   [ 40%]
apache_beam/transforms/validate_runner_xlang_test.py::ValidateRunnerXlangTest::test_combine_globally 
-------------------------------- live log call ---------------------------------
INFO     root:environments.py:376 Default Python SDK image for environment is apache/beam_python3.7_sdk:2.41.0.dev
INFO     root:environments.py:299 No image given, using default Python SDK image
INFO     root:environments.py:376 Default Python SDK image for environment is apache/beam_python3.7_sdk:2.41.0.dev
INFO     root:environments.py:304 Python SDK container image set to "apache/beam_python3.7_sdk:2.41.0.dev" for Docker environment
INFO     apache_beam.runners.portability.fn_api_runner.translations:translations.py:714 ==================== <function pack_combiners at 0x7f6166dbc320> ====================
INFO     apache_beam.runners.portability.fn_api_runner.translations:translations.py:714 ==================== <function lift_combiners at 0x7f6166dbc3b0> ====================
INFO     apache_beam.runners.portability.fn_api_runner.translations:translations.py:714 ==================== <function sort_stages at 0x7f6166dbcb00> ====================
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to STOPPED
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to STARTING
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to RUNNING
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to DONE
PASSED                                                                   [ 50%]
apache_beam/transforms/validate_runner_xlang_test.py::ValidateRunnerXlangTest::test_combine_per_key 
-------------------------------- live log call ---------------------------------
INFO     root:environments.py:376 Default Python SDK image for environment is apache/beam_python3.7_sdk:2.41.0.dev
INFO     root:environments.py:299 No image given, using default Python SDK image
INFO     root:environments.py:376 Default Python SDK image for environment is apache/beam_python3.7_sdk:2.41.0.dev
INFO     root:environments.py:304 Python SDK container image set to "apache/beam_python3.7_sdk:2.41.0.dev" for Docker environment
INFO     apache_beam.runners.portability.fn_api_runner.translations:translations.py:714 ==================== <function pack_combiners at 0x7f6166dbc320> ====================
INFO     apache_beam.runners.portability.fn_api_runner.translations:translations.py:714 ==================== <function lift_combiners at 0x7f6166dbc3b0> ====================
INFO     apache_beam.runners.portability.fn_api_runner.translations:translations.py:714 ==================== <function sort_stages at 0x7f6166dbcb00> ====================
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to STOPPED
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to STARTING
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to RUNNING
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to DONE
PASSED                                                                   [ 60%]
apache_beam/transforms/validate_runner_xlang_test.py::ValidateRunnerXlangTest::test_group_by_key 
-------------------------------- live log call ---------------------------------
INFO     root:environments.py:376 Default Python SDK image for environment is apache/beam_python3.7_sdk:2.41.0.dev
INFO     root:environments.py:299 No image given, using default Python SDK image
INFO     root:environments.py:376 Default Python SDK image for environment is apache/beam_python3.7_sdk:2.41.0.dev
INFO     root:environments.py:304 Python SDK container image set to "apache/beam_python3.7_sdk:2.41.0.dev" for Docker environment
INFO     apache_beam.runners.portability.fn_api_runner.translations:translations.py:714 ==================== <function pack_combiners at 0x7f6166dbc320> ====================
INFO     apache_beam.runners.portability.fn_api_runner.translations:translations.py:714 ==================== <function lift_combiners at 0x7f6166dbc3b0> ====================
INFO     apache_beam.runners.portability.fn_api_runner.translations:translations.py:714 ==================== <function sort_stages at 0x7f6166dbcb00> ====================
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to STOPPED
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to STARTING
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to RUNNING
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to DONE
PASSED                                                                   [ 70%]
apache_beam/transforms/validate_runner_xlang_test.py::ValidateRunnerXlangTest::test_multi_input_output_with_sideinput 
-------------------------------- live log call ---------------------------------
INFO     root:environments.py:376 Default Python SDK image for environment is apache/beam_python3.7_sdk:2.41.0.dev
INFO     root:environments.py:299 No image given, using default Python SDK image
INFO     root:environments.py:376 Default Python SDK image for environment is apache/beam_python3.7_sdk:2.41.0.dev
INFO     root:environments.py:304 Python SDK container image set to "apache/beam_python3.7_sdk:2.41.0.dev" for Docker environment
INFO     apache_beam.runners.portability.fn_api_runner.translations:translations.py:714 ==================== <function pack_combiners at 0x7f6166dbc320> ====================
INFO     apache_beam.runners.portability.fn_api_runner.translations:translations.py:714 ==================== <function lift_combiners at 0x7f6166dbc3b0> ====================
INFO     apache_beam.runners.portability.fn_api_runner.translations:translations.py:714 ==================== <function sort_stages at 0x7f6166dbcb00> ====================
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to STOPPED
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to STARTING
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to RUNNING
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to DONE
PASSED                                                                   [ 80%]
apache_beam/transforms/validate_runner_xlang_test.py::ValidateRunnerXlangTest::test_partition 
-------------------------------- live log call ---------------------------------
INFO     root:environments.py:376 Default Python SDK image for environment is apache/beam_python3.7_sdk:2.41.0.dev
INFO     root:environments.py:299 No image given, using default Python SDK image
INFO     root:environments.py:376 Default Python SDK image for environment is apache/beam_python3.7_sdk:2.41.0.dev
INFO     root:environments.py:304 Python SDK container image set to "apache/beam_python3.7_sdk:2.41.0.dev" for Docker environment
INFO     apache_beam.runners.portability.fn_api_runner.translations:translations.py:714 ==================== <function pack_combiners at 0x7f6166dbc320> ====================
INFO     apache_beam.runners.portability.fn_api_runner.translations:translations.py:714 ==================== <function lift_combiners at 0x7f6166dbc3b0> ====================
INFO     apache_beam.runners.portability.fn_api_runner.translations:translations.py:714 ==================== <function sort_stages at 0x7f6166dbcb00> ====================
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to STOPPED
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to STARTING
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to RUNNING
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to DONE
PASSED                                                                   [ 90%]
apache_beam/transforms/validate_runner_xlang_test.py::ValidateRunnerXlangTest::test_prefix 
-------------------------------- live log call ---------------------------------
INFO     root:environments.py:376 Default Python SDK image for environment is apache/beam_python3.7_sdk:2.41.0.dev
INFO     root:environments.py:299 No image given, using default Python SDK image
INFO     root:environments.py:376 Default Python SDK image for environment is apache/beam_python3.7_sdk:2.41.0.dev
INFO     root:environments.py:304 Python SDK container image set to "apache/beam_python3.7_sdk:2.41.0.dev" for Docker environment
INFO     apache_beam.runners.portability.fn_api_runner.translations:translations.py:714 ==================== <function pack_combiners at 0x7f6166dbc320> ====================
INFO     apache_beam.runners.portability.fn_api_runner.translations:translations.py:714 ==================== <function lift_combiners at 0x7f6166dbc3b0> ====================
INFO     apache_beam.runners.portability.fn_api_runner.translations:translations.py:714 ==================== <function sort_stages at 0x7f6166dbcb00> ====================
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to STOPPED
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to STARTING
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to RUNNING
INFO     apache_beam.runners.portability.portable_runner:portable_runner.py:583 Job state changed to DONE
PASSED                                                                   [100%]

- generated xml file: <https://ci-beam.apache.org/job/beam_PostCommit_XVR_Samza/ws/src/sdks/python/pytest_xlangValidateRunner.xml> -
=========== 10 passed, 1 skipped, 6135 deselected in 147.33 seconds ============

> Task :runners:samza:job-server:validatesCrossLanguageRunnerCleanup
Stopping expansion service pid: 1150865.
Stopping expansion service pid: 1150866.

> Task :runners:samza:job-server:samzaJobServerCleanup
Stopping job server pid: 1141888.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':sdks:java:extensions:protobuf:extractIncludeProto'.
> java.util.ConcurrentModificationException (no error message)

* 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 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.4/userguide/command_line_interface.html#sec:command_line_warnings

Execution optimizations have been disabled for 1 invalid unit(s) of work during this build to ensure correctness.
Please consult deprecation warnings for more details.

BUILD FAILED in 20m 15s
238 actionable tasks: 157 executed, 69 from cache, 12 up-to-date

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

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


Jenkins build is back to normal : beam_PostCommit_XVR_Samza #1386

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_XVR_Samza/1386/display/redirect>


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