See <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/2069/display/redirect>
Changes: ------------------------------------------ [...truncated 631.20 KB...] #9 423.4 parameterized==0.9.0 #9 423.4 pip==23.0.1 #9 423.4 pluggy==1.2.0 #9 423.4 proto-plus==1.22.3 #9 423.4 protobuf==4.23.3 #9 423.4 psycopg2-binary==2.9.6 #9 423.4 pyarrow==11.0.0 #9 423.4 pyasn1==0.5.0 #9 423.4 pyasn1-modules==0.3.0 #9 423.4 pycparser==2.21 #9 423.4 pydot==1.4.2 #9 423.4 PyHamcrest==2.0.4 #9 423.4 pymongo==4.4.0 #9 423.4 PyMySQL==1.1.0 #9 423.4 pyparsing==3.1.0 #9 423.4 pytest==7.4.0 #9 423.4 pytest-timeout==2.1.0 #9 423.4 pytest-xdist==3.3.1 #9 423.4 python-dateutil==2.8.2 #9 423.4 python-snappy==0.6.1 #9 423.4 pytz==2023.3 #9 423.4 PyYAML==6.0 #9 423.4 regex==2023.6.3 #9 423.4 requests==2.31.0 #9 423.4 requests-mock==1.11.0 #9 423.4 requests-oauthlib==1.3.1 #9 423.4 rsa==4.9 #9 423.4 scikit-learn==1.2.2 #9 423.4 scipy==1.10.1 #9 423.4 setuptools==68.0.0 #9 423.4 Shapely==1.8.5.post1 #9 423.4 six==1.16.0 #9 423.4 sortedcontainers==2.4.0 #9 423.4 soupsieve==2.4.1 #9 423.4 SQLAlchemy==1.4.48 #9 423.4 sqlparse==0.4.4 #9 423.4 tenacity==8.2.2 #9 423.4 tensorboard==2.12.3 #9 423.4 tensorboard-data-server==0.7.1 #9 423.4 tensorflow==2.12.0 #9 423.4 tensorflow-estimator==2.12.0 #9 423.4 tensorflow-io-gcs-filesystem==0.32.0 #9 423.4 termcolor==2.3.0 #9 423.4 testcontainers==3.7.1 #9 423.4 threadpoolctl==3.1.0 #9 423.4 tomli==2.0.1 #9 423.4 tqdm==4.65.0 #9 423.4 typing_extensions==4.6.3 #9 423.4 uritemplate==4.1.1 #9 423.4 urllib3==1.26.16 #9 423.4 websocket-client==1.6.1 #9 423.4 Werkzeug==2.3.6 #9 423.4 wheel==0.40.0 #9 423.4 wrapt==1.14.1 #9 423.4 zipp==3.15.0 #9 423.4 zstandard==0.21.0 #9 DONE 424.6s #10 [third_party_licenses 1/4] COPY target/license_scripts /tmp/license_scripts/ #10 DONE 0.1s #11 [third_party_licenses 2/4] COPY target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/ #11 DONE 0.1s #12 [third_party_licenses 3/4] COPY target/license_scripts /tmp/license_scripts/ #12 DONE 0.1s #13 [third_party_licenses 4/4] RUN if [ "true" = "true" ] ; then pip install 'pip-licenses<5' pyyaml tenacity && python /tmp/license_scripts/pull_licenses_py.py ; fi #13 1.055 Collecting pip-licenses<5 #13 1.142 Downloading pip_licenses-4.3.2-py3-none-any.whl (19 kB) #13 1.152 Requirement already satisfied: pyyaml in /usr/local/lib/python3.8/site-packages (6.0) #13 1.153 Requirement already satisfied: tenacity in /usr/local/lib/python3.8/site-packages (8.2.2) #13 1.217 Collecting prettytable>=2.3.0 #13 1.232 Downloading prettytable-3.8.0-py3-none-any.whl (27 kB) #13 1.295 Collecting wcwidth #13 1.312 Downloading wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) #13 2.662 Installing collected packages: wcwidth, prettytable, pip-licenses #13 2.832 Successfully installed pip-licenses-4.3.2 prettytable-3.8.0 wcwidth-0.2.6 #13 2.833 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 #13 3.020 #13 3.020 [notice] A new release of pip is available: 23.0.1 -> 23.1.2 #13 3.020 [notice] To update, run: pip install --upgrade pip #13 19.14 INFO:root:Successfully pulled licenses for 139 dependencies #13 19.14 Skip pulling license for bs4 #13 DONE 19.2s #14 [stage-2 1/2] COPY --from=third_party_licenses /opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses #14 DONE 0.1s #15 [stage-2 2/2] RUN if [ "true" != "true" ] ; then rm -rf /opt/apache/beam/third_party_licenses ; fi #15 DONE 0.4s #16 exporting to image #16 exporting layers #16 exporting layers 25.6s done #16 writing image sha256:882bb12534de8ef52171fb24a2e109a0b3cd8c831eae0285563fe4a848e915d3 0.1s done #16 naming to docker.io/apache/beam_python3.8_sdk:2.50.0.dev #16 naming to docker.io/apache/beam_python3.8_sdk:2.50.0.dev done #16 DONE 25.7s > Task :runners:google-cloud-dataflow-java:buildAndPushDockerPythonContainer WARNING: `gcloud docker` will not be supported for Docker client versions above 18.03. As an alternative, use `gcloud auth configure-docker` to configure `docker` to use `gcloud` as a credential helper, then use `docker` as you would for non-GCR registries, e.g. `docker pull gcr.io/project-id/my-image`. Add `--verbosity=error` to silence this warning: `gcloud docker --verbosity=error -- pull gcr.io/project-id/my-image`. See: https://cloud.google.com/container-registry/docs/support/deprecation-notices#gcloud-docker The push refers to repository [us.gcr.io/apache-beam-testing/java-postcommit-it/python] dc842f5d0ff4: Preparing 61b0cb06ea8a: Preparing 9f5aa6567c1a: Preparing 27c5e834f8e4: Preparing 1947be37319c: Preparing adab6c736665: Preparing b9c3cca5bfd7: Preparing 095bd33442e7: Preparing aa09c909adba: Preparing d2fbe63b0fb6: Preparing 47c2a9e31593: Preparing 3dcaf6977252: Preparing 4a8f5adb8cae: Preparing c28dd92cbb26: Preparing b9c3cca5bfd7: Waiting d2fbe63b0fb6: Waiting 095bd33442e7: Waiting aa09c909adba: Waiting c28dd92cbb26: Waiting 47c2a9e31593: Waiting 4a8f5adb8cae: Waiting adab6c736665: Waiting 3dcaf6977252: Waiting 61b0cb06ea8a: Pushed 1947be37319c: Pushed b9c3cca5bfd7: Layer already exists 27c5e834f8e4: Pushed 095bd33442e7: Layer already exists aa09c909adba: Layer already exists adab6c736665: Pushed d2fbe63b0fb6: Layer already exists 3dcaf6977252: Layer already exists 47c2a9e31593: Layer already exists 4a8f5adb8cae: Layer already exists c28dd92cbb26: Layer already exists dc842f5d0ff4: Pushed 9f5aa6567c1a: Pushed 20230629210944: digest: sha256:e1dafab293a62820a625554a6cfd3976e4f3dd84059cc12f39f4842f0d899bc0 size: 3268 > Task :runners:google-cloud-dataflow-java:setupXVR > Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerSetup Stopping expansion service pid: 3451184. Stopping expansion service pid: 3451185. Launching Java expansion service @ 45029 Launching Python expansion service @ 36543 > Task > :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython INFO:root:Default Python SDK image for environment is apache/beam_python3.8_sdk:2.48.0 INFO:root:No image given, using default Python SDK image INFO:root:Default Python SDK image for environment is apache/beam_python3.8_sdk:2.48.0 INFO:root:Python SDK container image set to "apache/beam_python3.8_sdk:2.48.0" for Docker environment INFO:__main__:Listening for expansion requests at 43395 INFO:root:Missing pipeline option (runner). Executing pipeline using the default runner: DirectRunner. INFO:__main__:Shutting down expansion service. INFO:apache_beam.runners.portability.stager:Executing command: ['/home/jenkins/.apache_beam/cache/venvs/py-3.8-beam-2.48.0-743bdccef67087512a7a190820e727aab7bdcb14/bin/python', '-m', 'pip', 'download', '--dest', '/tmp/dataflow-requirements-cache', '-r', '/tmp/tmp9mwjiv3h/tmp_requirements.txt', '--exists-action', 'i', '--no-deps', '--implementation', 'cp', '--abi', 'cp38', '--platform', 'manylinux2014_x86_64'] INFO:root:Default Python SDK image for environment is apache/beam_python3.8_sdk:2.48.0 INFO:root:No image given, using default Python SDK image INFO:root:Default Python SDK image for environment is apache/beam_python3.8_sdk:2.48.0 INFO:root:Python SDK container image set to "apache/beam_python3.8_sdk:2.48.0" for Docker environment INFO:__main__:Listening for expansion requests at 37249 INFO:root:Missing pipeline option (runner). Executing pipeline using the default runner: DirectRunner. INFO:__main__:Shutting down expansion service. org.apache.beam.runners.core.construction.ValidateRunnerXlangTest$SingleInputOutputTest > test FAILED org.apache.beam.vendor.grpc.v1p54p0.io.grpc.StatusRuntimeException at ValidateRunnerXlangTest.java:242 Caused by: org.apache.beam.vendor.grpc.v1p54p0.io.netty.channel.AbstractChannel$AnnotatedConnectException Caused by: java.net.ConnectException at Errors.java:155 java.lang.NullPointerException at Preconditions.java:980 org.apache.beam.sdk.extensions.python.transforms.PythonMapTest > testPythonFlatMap FAILED java.lang.RuntimeException at PythonMapTest.java:54 Caused by: java.util.concurrent.TimeoutException at PythonMapTest.java:54 java.lang.NullPointerException at Preconditions.java:980 org.apache.beam.sdk.extensions.python.transforms.RunInferenceTransformTest > testRunInference FAILED java.lang.RuntimeException at RunInferenceTransformTest.java:60 Caused by: java.util.concurrent.TimeoutException at RunInferenceTransformTest.java:60 java.lang.NullPointerException at Preconditions.java:980 16 tests completed, 3 failed > Task > :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython > FAILED > Task :runners:google-cloud-dataflow-java:cleanupXVR UP-TO-DATE > Task :runners:google-cloud-dataflow-java:cleanUpDockerPythonImages Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/python:20230629210944 Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:e1dafab293a62820a625554a6cfd3976e4f3dd84059cc12f39f4842f0d899bc0 WARNING: Successfully resolved tag to sha256, but it is recommended to use sha256 directly. Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/python:20230629210944] - referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:e1dafab293a62820a625554a6cfd3976e4f3dd84059cc12f39f4842f0d899bc0] Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/python:20230629210944] (referencing [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:e1dafab293a62820a625554a6cfd3976e4f3dd84059cc12f39f4842f0d899bc0])]. Removing untagged image us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:e1dafab293a62820a625554a6cfd3976e4f3dd84059cc12f39f4842f0d899bc0 > Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20230629210944 Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:16478b971c4472daed4c1f3eefbb04d31b04ccac4526176b10c2c3425d449d32 Deleted: sha256:8cce8964356af7a537690fd065f36767a4bb667877f24fd2e6b79c4169b1fad6 WARNING: Successfully resolved tag to sha256, but it is recommended to use sha256 directly. Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20230629210944] - referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:16478b971c4472daed4c1f3eefbb04d31b04ccac4526176b10c2c3425d449d32] Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20230629210944] (referencing [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:16478b971c4472daed4c1f3eefbb04d31b04ccac4526176b10c2c3425d449d32])]. Removing untagged image us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:16478b971c4472daed4c1f3eefbb04d31b04ccac4526176b10c2c3425d449d32 > Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython'. > There were failing tests. See the report at: > file://<https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/ws/src/runners/google-cloud-dataflow-java/build/reports/tests/validatesCrossLanguageRunnerJavaUsingPython/index.html> * 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 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 27m 55s 195 actionable tasks: 128 executed, 61 from cache, 6 up-to-date Publishing build scan... https://ge.apache.org/s/ytfuagzxkohdu Build step 'Invoke Gradle script' changed build result to FAILURE Build step 'Invoke Gradle script' marked build as failure --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
