See <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/1235/display/redirect?page=changes>
Changes: [Xinyu Liu] Disable flaky async tests in samza runner [noreply] Revert "Support SqlTypes Date and Timestamp (MicrosInstant) in AvroUtils [Yi Hu] Add back javadoc [noreply] Reduce version matrix of build wheel on pull request event (#24448) [noreply] [Spark dataset runner] Make sure PCollection views get only broadcasted [noreply] Fix for #22951 w/ GroupIntoBatchesOverride fix (#24463) [noreply] Never mark issues as stale (#24494) [noreply] [BigQueryIO] Use final destination table schema and metadata when [noreply] Minor visibility improvements to render runner. (#24480) [noreply] [Go SDK]: Infer field names from struct tags (#24473) [noreply] Bump github.com/go-sql-driver/mysql from 1.6.0 to 1.7.0 in /sdks [noreply] [Website] add coauthor option to case-studies #24486 (#24475) ------------------------------------------ [...truncated 1.02 MB...] scipy==1.9.3 setuptools==65.6.3 six==1.16.0 sortedcontainers==2.4.0 soupsieve==2.3.2.post1 SQLAlchemy==1.4.42 sqlparse==0.4.3 tenacity==5.1.5 tensorboard==2.10.1 tensorboard-data-server==0.6.1 tensorboard-plugin-wit==1.8.1 tensorflow==2.10.0 tensorflow-estimator==2.10.0 tensorflow-io-gcs-filesystem==0.27.0 termcolor==2.0.1 testcontainers==3.7.0 threadpoolctl==3.1.0 tomli==2.0.1 tqdm==4.64.1 typing_extensions==4.4.0 uritemplate==4.1.1 urllib3==1.26.12 websocket-client==1.4.1 Werkzeug==2.2.2 wheel==0.38.4 wrapt==1.14.1 zstandard==0.18.0 Removing intermediate container b0bd9a7f105c ---> 5db82467ba03 Step 17/32 : COPY target/LICENSE /opt/apache/beam/ ---> bf1197102b6e Step 18/32 : COPY target/LICENSE.python /opt/apache/beam/ ---> 788094a59df1 Step 19/32 : COPY target/NOTICE /opt/apache/beam/ ---> 58d378ad1872 Step 20/32 : COPY target/launcher/linux_amd64/boot /opt/apache/beam/ ---> fc4b7c21c568 Step 21/32 : ENTRYPOINT ["/opt/apache/beam/boot"] ---> Running in 138a6c23fb0d Removing intermediate container 138a6c23fb0d ---> 88ae2e08ed2d Step 22/32 : FROM beam as third_party_licenses ---> 88ae2e08ed2d Step 23/32 : ARG pull_licenses ---> Running in 34f5b0b1392d Removing intermediate container 34f5b0b1392d ---> 34e4df513ce7 Step 24/32 : COPY target/license_scripts /tmp/license_scripts/ ---> 6b21b00783da Step 25/32 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/ ---> f99a51364a23 Step 26/32 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE ---> Running in 67d033b8544f Removing intermediate container 67d033b8544f ---> 8e78a992d909 Step 27/32 : COPY target/license_scripts /tmp/license_scripts/ ---> 04e3c7c22ce5 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 4bf4316eeaf0 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.10/site-packages (6.0) Requirement already satisfied: tenacity in /usr/local/lib/python3.10/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.10/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=e1edbe0bd28e55bbdb4b0c04f5aaaf9d98ac8fb3e69953eb70ef18852dd7fb63 Stored in directory: /root/.cache/pip/wheels/62/2a/42/c655cf57d84ab59535337af009892aaf16256a813826b465f7 Successfully built PTable Installing collected packages: PTable, pip-licenses Successfully installed PTable-0.9.2 pip-licenses-3.5.5 [91mWARNING: 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 [0m[91mINFO:root:Successfully pulled licenses for 135 dependencies [0mSkip pulling license for bs4 Removing intermediate container 4bf4316eeaf0 ---> 53c9e9a4e892 Step 29/32 : FROM beam ---> 88ae2e08ed2d Step 30/32 : ARG pull_licenses ---> Running in c941aa03453b Removing intermediate container c941aa03453b ---> 05c3d375d86f Step 31/32 : COPY --from=third_party_licenses /opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses ---> 74f553e19c15 Step 32/32 : RUN if [ "$pull_licenses" != "true" ] ; then rm -rf /opt/apache/beam/third_party_licenses ; fi ---> Running in fef6cbcd33fc Removing intermediate container fef6cbcd33fc ---> e4b05b346808 Successfully built e4b05b346808 Successfully tagged apache/beam_python3.10_sdk:2.45.0.dev > 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] e20cec2997d6: Preparing 12edd0554239: Preparing 98179e8958b5: Preparing efeb2085028d: Preparing 91a632a445f5: Preparing 5062182e8bdc: Preparing 31e21440b5d6: Preparing 482503b3fcfa: Preparing c3c92d593716: Preparing 8d18da8d35f2: Preparing 8260274993b6: Preparing 60d0cdadfef9: Preparing bfc7e98b7be8: Preparing b5a625b4004b: Preparing 5183217745a1: Preparing 905ede8abeca: Preparing 63ab2579942e: Preparing e6e9854ca999: Preparing 397a239a053b: Preparing 89c3244a87b2: Preparing 80231db1194c: Preparing f1c1f2298584: Preparing ccba29d69370: Preparing 5062182e8bdc: Waiting 31e21440b5d6: Waiting 482503b3fcfa: Waiting c3c92d593716: Waiting 8d18da8d35f2: Waiting 8260274993b6: Waiting 60d0cdadfef9: Waiting bfc7e98b7be8: Waiting b5a625b4004b: Waiting 5183217745a1: Waiting 905ede8abeca: Waiting 63ab2579942e: Waiting e6e9854ca999: Waiting 397a239a053b: Waiting 89c3244a87b2: Waiting 80231db1194c: Waiting f1c1f2298584: Waiting ccba29d69370: Waiting 91a632a445f5: Pushed efeb2085028d: Pushed 98179e8958b5: Pushed e20cec2997d6: Pushed 482503b3fcfa: Pushed c3c92d593716: Pushed 12edd0554239: Pushed 31e21440b5d6: Pushed bfc7e98b7be8: Pushed b5a625b4004b: Pushed 5183217745a1: Layer already exists 905ede8abeca: Layer already exists 63ab2579942e: Layer already exists e6e9854ca999: Layer already exists 397a239a053b: Layer already exists 89c3244a87b2: Layer already exists 80231db1194c: Layer already exists f1c1f2298584: Layer already exists ccba29d69370: Layer already exists 8260274993b6: Pushed 5062182e8bdc: Pushed 8d18da8d35f2: Pushed 60d0cdadfef9: Pushed 20221202214659: digest: sha256:9df8de92a9db02200f6e1caa95913b757ce69f316f7983528f1a6b1b435367bc size: 5156 > Task :runners:google-cloud-dataflow-java:setupXVR > Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerSetup Launching Java expansion service @ 41843 Launching Python expansion service @ 45037 > Task > :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython org.apache.beam.sdk.extensions.python.transforms.DataframeTransformTest > testDataframeSum FAILED java.lang.RuntimeException at TestDataflowRunner.java:141 16 tests completed, 1 failed, 2 skipped > 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:20221202214659 Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:9df8de92a9db02200f6e1caa95913b757ce69f316f7983528f1a6b1b435367bc 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:20221202214659] - referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:9df8de92a9db02200f6e1caa95913b757ce69f316f7983528f1a6b1b435367bc] Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/python:20221202214659] (referencing [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:9df8de92a9db02200f6e1caa95913b757ce69f316f7983528f1a6b1b435367bc])]. Removing untagged image us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:9df8de92a9db02200f6e1caa95913b757ce69f316f7983528f1a6b1b435367bc Digests: - us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:9df8de92a9db02200f6e1caa95913b757ce69f316f7983528f1a6b1b435367bc Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/python@sha256:9df8de92a9db02200f6e1caa95913b757ce69f316f7983528f1a6b1b435367bc]. > Task :runners:google-cloud-dataflow-java:cleanUpDockerJavaImages Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20221202214659 Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:355a72337702e369d8e4aa7b438b97cfa73d5cd5051cd4dc783c6cdc9a6c8767 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:20221202214659] - referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:355a72337702e369d8e4aa7b438b97cfa73d5cd5051cd4dc783c6cdc9a6c8767] Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20221202214659] (referencing [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:355a72337702e369d8e4aa7b438b97cfa73d5cd5051cd4dc783c6cdc9a6c8767])]. Removing untagged image us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:355a72337702e369d8e4aa7b438b97cfa73d5cd5051cd4dc783c6cdc9a6c8767 Digests: - us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:355a72337702e369d8e4aa7b438b97cfa73d5cd5051cd4dc783c6cdc9a6c8767 Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:355a72337702e369d8e4aa7b438b97cfa73d5cd5051cd4dc783c6cdc9a6c8767]. > Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup Stopping expansion service pid: 831221. Stopping expansion service pid: 831222. 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 42m 28s 174 actionable tasks: 25 executed, 149 up-to-date Publishing build scan... https://gradle.com/s/5xaiutfpcofuc 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]
