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 2023/01/26 04:30:58 UTC

Build failed in Jenkins: beam_PreCommit_Portable_Python_Cron #6005

See <https://ci-beam.apache.org/job/beam_PreCommit_Portable_Python_Cron/6005/display/redirect?page=changes>

Changes:

[noreply] Further increase transient expansion service timeout (#25176)


------------------------------------------
[...truncated 513.99 KB...]
pyasn1-modules==0.2.8
pycparser==2.21
pydot==1.4.2
PyHamcrest==1.10.1
pymongo==3.13.0
PyMySQL==1.0.2
pyparsing==3.0.9
pytest==7.2.1
pytest-forked==1.4.0
pytest-timeout==2.1.0
pytest-xdist==2.5.0
python-dateutil==2.8.2
python-snappy==0.6.1
pytz==2022.7.1
PyYAML==6.0
regex==2022.10.31
requests==2.28.2
requests-mock==1.10.0
requests-oauthlib==1.3.1
rsa==4.9
scikit-learn==1.0.2
scipy==1.7.3
setuptools==66.1.1
six==1.16.0
sortedcontainers==2.4.0
soupsieve==2.3.2.post1
SQLAlchemy==1.4.46
sqlparse==0.4.3
tenacity==5.1.5
tensorboard==2.11.2
tensorboard-data-server==0.6.1
tensorboard-plugin-wit==1.8.1
tensorflow==2.11.0
tensorflow-estimator==2.11.0
tensorflow-io-gcs-filesystem==0.30.0
termcolor==2.2.0
testcontainers==3.7.1
threadpoolctl==3.1.0
tomli==2.0.1
tqdm==4.64.1
typing_extensions==4.4.0
uritemplate==4.1.1
urllib3==1.26.14
websocket-client==1.4.2
Werkzeug==2.2.2
wheel==0.38.4
wrapt==1.14.1
zipp==3.11.0
zstandard==0.19.0
Removing intermediate container 543b527c6603
 ---> 2fd74da19755
Step 17/32 : COPY target/LICENSE /opt/apache/beam/
 ---> 4ffe7457cab2
Step 18/32 : COPY target/LICENSE.python /opt/apache/beam/
 ---> 348f12ced98f
Step 19/32 : COPY target/NOTICE /opt/apache/beam/
 ---> caa244d79013
Step 20/32 : COPY target/launcher/linux_amd64/boot /opt/apache/beam/
 ---> b2dac7fb8501
Step 21/32 : ENTRYPOINT ["/opt/apache/beam/boot"]
 ---> Running in 9b76a69e9c53
Removing intermediate container 9b76a69e9c53
 ---> f614b38f2cc4
Step 22/32 : FROM beam as third_party_licenses
 ---> f614b38f2cc4
Step 23/32 : ARG pull_licenses
 ---> Running in 68f0d87178dd
Removing intermediate container 68f0d87178dd
 ---> 2aa9a8b0206c
Step 24/32 : COPY target/license_scripts /tmp/license_scripts/
 ---> 413264ab1f0f
Step 25/32 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/
 ---> 370f2c51703b
Step 26/32 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
 ---> Running in 088bea53c5e2
Removing intermediate container 088bea53c5e2
 ---> d848fdaae3ed
Step 27/32 : COPY target/license_scripts /tmp/license_scripts/
 ---> 11d9f514f883
Step 28/32 : 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 9a4d8394023f
Collecting pip-licenses<4.0.0
  Downloading pip_licenses-3.5.5-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=22908 sha256=81783594fd8ba06059d4e89b94071fe631d64739f5b8463abe8419ab57b33c31
  Stored in directory: /root/.cache/pip/wheels/06/7f/53/a4d4981283f05f4678f6765305901f2f43911384b5bddfe8d9
Successfully built PTable
Installing collected packages: PTable, pip-licenses
Successfully installed PTable-0.9.2 pip-licenses-3.5.5
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
INFO:root:Successfully pulled licenses for 136 dependencies
Skip pulling license for  bs4
Removing intermediate container 9a4d8394023f
 ---> 145aa832cc5e
Step 29/32 : FROM beam
 ---> f614b38f2cc4
Step 30/32 : ARG pull_licenses
 ---> Running in 2bc95dd3e30d
Removing intermediate container 2bc95dd3e30d
 ---> 0c81d38986e4
Step 31/32 : COPY --from=third_party_licenses /opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses
 ---> 0f242704cf20
Step 32/32 : RUN if [ "$pull_licenses" != "true" ] ; then       rm -rf /opt/apache/beam/third_party_licenses ;     fi
 ---> Running in 868a30afd124
Removing intermediate container 868a30afd124
 ---> deb43884296b
Successfully built deb43884296b
Successfully tagged apache/beam_python3.7_sdk:2.46.0.dev

> Task :sdks:python:test-suites:portable:py37:portableWordCountFlinkRunnerBatch
INFO:apache_beam.runners.worker.worker_pool_main:Listening for workers at localhost:45101
INFO:root:Default Python SDK image for environment is apache/beam_python3.7_sdk:2.46.0.dev
INFO:apache_beam.runners.portability.fn_api_runner.translations:==================== <function pack_combiners at 0x7f108ef355f0> ====================
INFO:apache_beam.runners.portability.fn_api_runner.translations:==================== <function lift_combiners at 0x7f108ef35680> ====================
INFO:apache_beam.runners.portability.fn_api_runner.translations:==================== <function sort_stages at 0x7f108ef35dd0> ====================
Traceback (most recent call last):
  File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "<https://ci-beam.apache.org/job/beam_PreCommit_Portable_Python_Cron/ws/src/build/gradleenv/2022703441/lib/python3.7/site-packages/apache_beam/examples/wordcount.py",> line 111, in <module>
    run()
  File "<https://ci-beam.apache.org/job/beam_PreCommit_Portable_Python_Cron/ws/src/build/gradleenv/2022703441/lib/python3.7/site-packages/apache_beam/examples/wordcount.py",> line 106, in run
    output | 'Write' >> WriteToText(known_args.output)
  File "<https://ci-beam.apache.org/job/beam_PreCommit_Portable_Python_Cron/ws/src/build/gradleenv/2022703441/lib/python3.7/site-packages/apache_beam/pipeline.py",> line 600, in __exit__
    self.result = self.run()
  File "<https://ci-beam.apache.org/job/beam_PreCommit_Portable_Python_Cron/ws/src/build/gradleenv/2022703441/lib/python3.7/site-packages/apache_beam/pipeline.py",> line 577, in run
    return self.runner.run_pipeline(self, self._options)
  File "<https://ci-beam.apache.org/job/beam_PreCommit_Portable_Python_Cron/ws/src/build/gradleenv/2022703441/lib/python3.7/site-packages/apache_beam/runners/portability/flink_runner.py",> line 45, in run_pipeline
    return super().run_pipeline(pipeline, options)
  File "<https://ci-beam.apache.org/job/beam_PreCommit_Portable_Python_Cron/ws/src/build/gradleenv/2022703441/lib/python3.7/site-packages/apache_beam/runners/portability/portable_runner.py",> line 439, in run_pipeline
    job_service_handle = self.create_job_service(options)
  File "<https://ci-beam.apache.org/job/beam_PreCommit_Portable_Python_Cron/ws/src/build/gradleenv/2022703441/lib/python3.7/site-packages/apache_beam/runners/portability/portable_runner.py",> line 318, in create_job_service
    return self.create_job_service_handle(server.start(), options)
  File "<https://ci-beam.apache.org/job/beam_PreCommit_Portable_Python_Cron/ws/src/build/gradleenv/2022703441/lib/python3.7/site-packages/apache_beam/runners/portability/job_server.py",> line 81, in start
    self._endpoint = self._job_server.start()
  File "<https://ci-beam.apache.org/job/beam_PreCommit_Portable_Python_Cron/ws/src/build/gradleenv/2022703441/lib/python3.7/site-packages/apache_beam/runners/portability/job_server.py",> line 106, in start
    cmd, endpoint = self.subprocess_cmd_and_endpoint()
  File "<https://ci-beam.apache.org/job/beam_PreCommit_Portable_Python_Cron/ws/src/build/gradleenv/2022703441/lib/python3.7/site-packages/apache_beam/runners/portability/job_server.py",> line 150, in subprocess_cmd_and_endpoint
    jar_path = self.local_jar(self.path_to_jar())
  File "<https://ci-beam.apache.org/job/beam_PreCommit_Portable_Python_Cron/ws/src/build/gradleenv/2022703441/lib/python3.7/site-packages/apache_beam/runners/portability/flink_runner.py",> line 101, in path_to_jar
    (self._jar, self._flink_version))
ValueError: Unable to parse jar URL "<https://ci-beam.apache.org/job/beam_PreCommit_Portable_Python_Cron/ws/src/runners/flink/1.15/job-server/build/libs/beam-runners-flink-1.15-job-server-2.46.0-SNAPSHOT.jar".> If using a full URL, make sure the scheme is specified. If using a local file path, make sure the file exists; you may have to first build the job server using `./gradlew runners:flink:1.15:job-server:shadowJar`.

> Task :sdks:python:test-suites:portable:py37:portableWordCountFlinkRunnerBatch FAILED

> Task :sdks:python:test-suites:portable:py37:portableWordCountFlinkRunnerStreaming
INFO:apache_beam.runners.worker.worker_pool_main:Listening for workers at localhost:40097
INFO:root:Default Python SDK image for environment is apache/beam_python3.7_sdk:2.46.0.dev
Traceback (most recent call last):
  File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "<https://ci-beam.apache.org/job/beam_PreCommit_Portable_Python_Cron/ws/src/build/gradleenv/2022703441/lib/python3.7/site-packages/apache_beam/examples/wordcount.py",> line 111, in <module>
    run()
  File "<https://ci-beam.apache.org/job/beam_PreCommit_Portable_Python_Cron/ws/src/build/gradleenv/2022703441/lib/python3.7/site-packages/apache_beam/examples/wordcount.py",> line 106, in run
    output | 'Write' >> WriteToText(known_args.output)
  File "<https://ci-beam.apache.org/job/beam_PreCommit_Portable_Python_Cron/ws/src/build/gradleenv/2022703441/lib/python3.7/site-packages/apache_beam/pipeline.py",> line 600, in __exit__
    self.result = self.run()
  File "<https://ci-beam.apache.org/job/beam_PreCommit_Portable_Python_Cron/ws/src/build/gradleenv/2022703441/lib/python3.7/site-packages/apache_beam/pipeline.py",> line 577, in run
    return self.runner.run_pipeline(self, self._options)
  File "<https://ci-beam.apache.org/job/beam_PreCommit_Portable_Python_Cron/ws/src/build/gradleenv/2022703441/lib/python3.7/site-packages/apache_beam/runners/portability/flink_runner.py",> line 45, in run_pipeline
    return super().run_pipeline(pipeline, options)
  File "<https://ci-beam.apache.org/job/beam_PreCommit_Portable_Python_Cron/ws/src/build/gradleenv/2022703441/lib/python3.7/site-packages/apache_beam/runners/portability/portable_runner.py",> line 439, in run_pipeline
    job_service_handle = self.create_job_service(options)
  File "<https://ci-beam.apache.org/job/beam_PreCommit_Portable_Python_Cron/ws/src/build/gradleenv/2022703441/lib/python3.7/site-packages/apache_beam/runners/portability/portable_runner.py",> line 318, in create_job_service
    return self.create_job_service_handle(server.start(), options)
  File "<https://ci-beam.apache.org/job/beam_PreCommit_Portable_Python_Cron/ws/src/build/gradleenv/2022703441/lib/python3.7/site-packages/apache_beam/runners/portability/job_server.py",> line 81, in start
    self._endpoint = self._job_server.start()
  File "<https://ci-beam.apache.org/job/beam_PreCommit_Portable_Python_Cron/ws/src/build/gradleenv/2022703441/lib/python3.7/site-packages/apache_beam/runners/portability/job_server.py",> line 106, in start
    cmd, endpoint = self.subprocess_cmd_and_endpoint()
  File "<https://ci-beam.apache.org/job/beam_PreCommit_Portable_Python_Cron/ws/src/build/gradleenv/2022703441/lib/python3.7/site-packages/apache_beam/runners/portability/job_server.py",> line 150, in subprocess_cmd_and_endpoint
    jar_path = self.local_jar(self.path_to_jar())
  File "<https://ci-beam.apache.org/job/beam_PreCommit_Portable_Python_Cron/ws/src/build/gradleenv/2022703441/lib/python3.7/site-packages/apache_beam/runners/portability/flink_runner.py",> line 101, in path_to_jar
    (self._jar, self._flink_version))
ValueError: Unable to parse jar URL "<https://ci-beam.apache.org/job/beam_PreCommit_Portable_Python_Cron/ws/src/runners/flink/1.15/job-server/build/libs/beam-runners-flink-1.15-job-server-2.46.0-SNAPSHOT.jar".> If using a full URL, make sure the scheme is specified. If using a local file path, make sure the file exists; you may have to first build the job server using `./gradlew runners:flink:1.15:job-server:shadowJar`.

> Task :sdks:python:test-suites:portable:py37:portableWordCountFlinkRunnerStreaming FAILED

FAILURE: Build completed with 3 failures.

1: Task failed with an exception.
-----------
* Where:
Build file '<https://ci-beam.apache.org/job/beam_PreCommit_Portable_Python_Cron/ws/src/sdks/java/extensions/sql/build.gradle'> line: 175

* What went wrong:
Execution failed for task ':sdks:java:extensions:sql:generateFmppSources'.
> Could not resolve all files for configuration ':sdks:java:extensions:sql:fmppTask'.
   > Could not resolve xml-resolver:xml-resolver:[1.1,).
     Required by:
         project :sdks:java:extensions:sql > com.googlecode.fmpp-maven-plugin:fmpp-maven-plugin:1.0 > net.sourceforge.fmpp:fmpp:0.9.14
      > Failed to list versions for xml-resolver:xml-resolver.
         > Unable to load Maven meta-data from https://oss.sonatype.org/content/repositories/staging/xml-resolver/xml-resolver/maven-metadata.xml.
            > Could not HEAD 'https://oss.sonatype.org/content/repositories/staging/xml-resolver/xml-resolver/maven-metadata.xml'. Received status code 503 from server: Service Unavailable

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

2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':sdks:python:test-suites:portable:py37:portableWordCountFlinkRunnerBatch'.
> 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.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':sdks:python:test-suites:portable:py37:portableWordCountFlinkRunnerStreaming'.
> 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.
==============================================================================

* 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.5.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 9m 13s
136 actionable tasks: 89 executed, 35 from cache, 12 up-to-date

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

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_PreCommit_Portable_Python_Cron #6006

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PreCommit_Portable_Python_Cron/6006/display/redirect?page=changes>


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