See <https://ci-beam.apache.org/job/beam_PostCommit_XVR_JavaUsingPython_Dataflow/7/display/redirect?page=changes>
Changes: [daria.malkova] Split builder into several builder for each step of pipeline execution [Valentyn Tymofieiev] Provide API to check whether a hint is known. [Valentyn Tymofieiev] [BEAM-12558] Fix doc typo. [arietis27] [BEAM-13400] JDBC IO does not support UUID and JSONB PostgreSQL types [jrmccluskey] [BEAM-10206] Resolve go vet errors in protox package [noreply] Merge pull request #16482 from [BEAM-13429][Playground] Add builder for [noreply] [BEAM-13590] Fix abc imports from collections (#15850) [Robert Bradshaw] Remove tab from source. [noreply] Redirecting cross-language transforms content (#16504) [noreply] doc tweaks (#16498) [noreply] [BEAM-12621] - Update Jenkins VMs to modern Ubuntu version (#16457) ------------------------------------------ [...truncated 464.54 KB...] parameterized==0.7.5 pbr==5.8.0 pip==21.2.4 pluggy==0.13.1 proto-plus==1.19.8 protobuf==3.19.1 psycopg2-binary==2.9.3 py==1.11.0 pyarrow==6.0.1 pyasn1==0.4.8 pyasn1-modules==0.2.8 pydot==1.4.2 PyHamcrest==1.10.1 pymongo==3.12.3 pyparsing==2.4.7 pytest==4.6.11 pytest-forked==1.4.0 pytest-timeout==1.4.2 pytest-xdist==1.34.0 python-dateutil==2.8.2 python-snappy==0.6.0 pytz==2021.3 PyYAML==6.0 regex==2021.11.10 requests==2.27.0 requests-mock==1.9.3 requests-oauthlib==1.3.0 rsa==4.8 scikit-learn==0.24.2 scipy==1.5.4 setuptools==57.5.0 six==1.15.0 soupsieve==2.3.1 SQLAlchemy==1.4.29 tenacity==5.1.5 tensorboard==2.6.0 tensorboard-data-server==0.6.1 tensorboard-plugin-wit==1.8.0 tensorflow==2.6.2 tensorflow-estimator==2.6.0 termcolor==1.1.0 testcontainers==3.4.2 threadpoolctl==3.0.0 tqdm==4.62.3 typing-extensions==3.7.4.3 typing-inspect==0.7.1 typing-utils==0.1.0 uritemplate==4.1.1 urllib3==1.26.7 wcwidth==0.2.5 websocket-client==1.2.3 Werkzeug==2.0.2 wheel==0.37.0 wrapt==1.12.1 zipp==3.6.0 Removing intermediate container 2db0e57d17f2 ---> 56e98d5e92a4 Step 16/31 : COPY target/LICENSE /opt/apache/beam/ ---> f5aa236a23c3 Step 17/31 : COPY target/LICENSE.python /opt/apache/beam/ ---> 2c6d722df862 Step 18/31 : COPY target/NOTICE /opt/apache/beam/ ---> 6a9831be2393 Step 19/31 : COPY target/launcher/linux_amd64/boot /opt/apache/beam/ ---> 6de49bdafdbf Step 20/31 : ENTRYPOINT ["/opt/apache/beam/boot"] ---> Running in 897711d65f59 Removing intermediate container 897711d65f59 ---> 6a253e200ac7 Step 21/31 : FROM beam as third_party_licenses ---> 6a253e200ac7 Step 22/31 : ARG pull_licenses ---> Running in 60a4d3828eca Removing intermediate container 60a4d3828eca ---> 7574e20ec7de Step 23/31 : COPY target/license_scripts /tmp/license_scripts/ ---> 10b113dce607 Step 24/31 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/ ---> ab53b0db33a3 Step 25/31 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE ---> Running in 4c1b1b035b9f Removing intermediate container 4c1b1b035b9f ---> 014fdda8b86d Step 26/31 : COPY target/license_scripts /tmp/license_scripts/ ---> c9e5950ee110 Step 27/31 : RUN if [ "$pull_licenses" = "true" ] ; then pip install 'pip-licenses<3.0.0' pyyaml tenacity && python /tmp/license_scripts/pull_licenses_py.py ; fi ---> Running in c5bd33db491a Collecting pip-licenses<3.0.0 Downloading pip_licenses-2.3.0-py3-none-any.whl (14 kB) Requirement already satisfied: pyyaml in /usr/local/lib/python3.6/site-packages (6.0) Requirement already satisfied: tenacity in /usr/local/lib/python3.6/site-packages (5.1.5) Collecting PTable Downloading PTable-0.9.2.tar.gz (31 kB) Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.6/site-packages (from tenacity) (1.15.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=22924 sha256=5b91ed07b390d4eaebabdd47d56dee04d585b8fb117beb862bc41b3b1bdc7ca4 Stored in directory: /root/.cache/pip/wheels/f3/65/67/71f473ec87ea4554d1bdfb1b5128cfe1414c2b113b72a1ee8e Successfully built PTable Installing collected packages: PTable, pip-licenses Successfully installed PTable-0.9.2 pip-licenses-2.3.0 [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[91mWARNING: You are using pip version 21.2.4; however, version 21.3.1 is available. You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command. [0m[91mINFO:root:Successfully pulled licenses for 134 dependencies [0mSkip pulling license for bs4 Removing intermediate container c5bd33db491a ---> 97cde8f88e1d Step 28/31 : FROM beam ---> 6a253e200ac7 Step 29/31 : ARG pull_licenses ---> Running in d3cb1ae1aa67 Removing intermediate container d3cb1ae1aa67 ---> ad957081fd41 Step 30/31 : COPY --from=third_party_licenses /opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses ---> 014994d9bf22 Step 31/31 : RUN if [ "$pull_licenses" != "true" ] ; then rm -rf /opt/apache/beam/third_party_licenses ; fi ---> Running in 46bdfc7daf55 Removing intermediate container 46bdfc7daf55 ---> 127d51accb88 Successfully built 127d51accb88 Successfully tagged apache/beam_python3.6_sdk:2.37.0.dev > Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerSetup Launching Java expansion service @ 45719 Launching Python expansion service @ 36017 > Task > :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython org.apache.beam.runners.core.construction.ValidateRunnerXlangTest > combineGloballyTest FAILED java.lang.RuntimeException at ValidateRunnerXlangTest.java:123 org.apache.beam.runners.core.construction.ValidateRunnerXlangTest > partitionTest FAILED java.lang.RuntimeException at ValidateRunnerXlangTest.java:123 org.apache.beam.runners.core.construction.ValidateRunnerXlangTest > coGroupByKeyTest FAILED java.lang.RuntimeException at ValidateRunnerXlangTest.java:123 org.apache.beam.runners.core.construction.ValidateRunnerXlangTest > groupByKeyTest FAILED org.apache.beam.vendor.grpc.v1p36p0.io.grpc.StatusRuntimeException at ValidateRunnerXlangTest.java:198 Caused by: org.apache.beam.vendor.grpc.v1p36p0.io.netty.channel.AbstractChannel$AnnotatedConnectException Caused by: java.net.ConnectException at Errors.java:124 java.lang.NullPointerException at ValidateRunnerXlangTest.java:123 org.apache.beam.runners.core.construction.ValidateRunnerXlangTest > combinePerKeyTest FAILED org.apache.beam.vendor.grpc.v1p36p0.io.grpc.StatusRuntimeException at ValidateRunnerXlangTest.java:275 Caused by: org.apache.beam.vendor.grpc.v1p36p0.io.netty.channel.AbstractChannel$AnnotatedConnectException Caused by: java.net.ConnectException at Errors.java:124 java.lang.NullPointerException at ValidateRunnerXlangTest.java:123 org.apache.beam.runners.core.construction.ValidateRunnerXlangTest > flattenTest FAILED org.apache.beam.vendor.grpc.v1p36p0.io.grpc.StatusRuntimeException at ValidateRunnerXlangTest.java:295 Caused by: org.apache.beam.vendor.grpc.v1p36p0.io.netty.channel.AbstractChannel$AnnotatedConnectException Caused by: java.net.ConnectException at Errors.java:124 java.lang.NullPointerException at ValidateRunnerXlangTest.java:123 org.apache.beam.runners.core.construction.ValidateRunnerXlangTest > singleInputOutputTest FAILED org.apache.beam.vendor.grpc.v1p36p0.io.grpc.StatusRuntimeException at ValidateRunnerXlangTest.java:156 Caused by: org.apache.beam.vendor.grpc.v1p36p0.io.netty.channel.AbstractChannel$AnnotatedConnectException Caused by: java.net.ConnectException at Errors.java:124 java.lang.NullPointerException at ValidateRunnerXlangTest.java:123 org.apache.beam.runners.core.construction.ValidateRunnerXlangTest > multiInputOutputWithSideInputTest FAILED org.apache.beam.vendor.grpc.v1p36p0.io.grpc.StatusRuntimeException at ValidateRunnerXlangTest.java:178 Caused by: org.apache.beam.vendor.grpc.v1p36p0.io.netty.channel.AbstractChannel$AnnotatedConnectException Caused by: java.net.ConnectException at Errors.java:124 java.lang.NullPointerException at ValidateRunnerXlangTest.java:123 8 tests completed, 8 failed > Task > :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerJavaUsingPython > FAILED > Task :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerCleanup Stopping expansion service pid: 5397. Stopping expansion service pid: 5398. > Task :runners:google-cloud-dataflow-java:cleanUpDockerImages Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220115000236 Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:a7cf8a15ccc76ac86bc1619540c3cd0fa2ef41e890300c6332e5a7f0198ea51e Deleted: sha256:f1a39540cd34d337facfedace5976f1107ac8d7eb7e426d34e251d018e57d69b Deleted: sha256:3429ae6a4b8b5416d6528a67dcbabb1a4cf1d74b51d4af21e6201640cd7d2738 Deleted: sha256:5ce9f34fb00b109b944ac45753e567ba9bccd890e4e62aed63d3334e88ecec62 Deleted: sha256:5935e6365bad972df75369ab9a174c83ebe7113c01cd1ee54c53d48c6dcb5b41 Deleted: sha256:de1c7057e4b6bb6e05368b1eac9dbc503aa0cd60c1f04f4fb54cfbcb8452269e Deleted: sha256:a35704f27ba29e640402216c184140ff7620c1a2fd1cb76625d028c6c118e66b Deleted: sha256:86896dc9b490786eb4efa520951cfadcdd356c8ee9185e482cbcaf0df4a60843 Deleted: sha256:2e8c5d5062006fdba1e07abef310663b940da1222911839e914c746b5af7d2e7 Deleted: sha256:516983c93da0c3be38744b019604737f317d2385b54def807d4b6b0c910c2969 Deleted: sha256:346ab21e71df311039793e53e78b7ba166e08c214df8cf0c948b5a665c7c81e6 Deleted: sha256:ac87f028a49b3b588a08d942d7d31615d243a19d38051733f2b70e76b8c5da4c Deleted: sha256:6f8bcd07868495a903f40943de00f4eadb0f35d88d6c51554a5d0050ca625ce3 Deleted: sha256:a9e561462b6770cbdcd5fba73b19128c2bb88186caa00b0a5566e6611944db13 Deleted: sha256:28cb383abcb94a606c8f65951ed79549c743be0c6fa471dc68a060017df51da9 Deleted: sha256:080272c93e657dde487331a6f8139b6cc8ccdbb97b010d0ddab19cf1e76a1707 Deleted: sha256:a9f9d9a6c5c6305be77889e544bbb28bf0821b6335225bb9edff9984955a2e89 Deleted: sha256:9dd256503a3aa083a7d28c3104c373a16a69db406ce611a3957864e81405b6fb Deleted: sha256:dda4edf889456da729b23fa4710a37d614c80f959dd3b0d05666901825e0d63a Deleted: sha256:012fb5d27459ad4648588ecb2301fc2f11204ff8c6bafc3beff68bda942710fc Deleted: sha256:87bf0076ec4f6dc23e21ec4498d3f4377ba35bc55a625295462aa60ead4e31a8 Deleted: sha256:0a73828bf44bbbd3d0577bb685597e8b5e70ff4881eb3e1d138ee132bab90ebf Deleted: sha256:db949179f8d954bebbb3e8d4685427826e3806f08334f8dd5d29ad41e2b1a18b Deleted: sha256:a8d4f7ddcb16faa4521298de48717d7ff07cf9c70425ea3490a55ed9dd8c0030 Deleted: sha256:3c358c511eddf1b16f8e553b2cc812cf69ad98677a13ff56dff3da0f10f7306a Deleted: sha256:8cacf219a46d7b851dfd816c96433fa5e7f5656c45b4a0b02fda093ed40da6bb Deleted: sha256:ffe091c34db0b1c9550ce2c283e4985605c4cbb06211850a99e07c38f3a8a0b9 Deleted: sha256:1de937cea84de0aa4ae437856f092f8e3ebc6170516623d5246d30828331ae14 Deleted: sha256:29a33e02aaf4d1efcc0c90a5b594f1b769b47a44ac9bebb5225ca5368a11f087 Deleted: sha256:5a5ca23ebd74b7c24e9aec456a3e78338a40987ba98365cfa918ac62399d8a52 Deleted: sha256:43d68b8377d110dff3a22f9c36255fecbdbe485b39ef790da9a87ef339431e92 Tag: [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220115000236] - referencing digest: [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:a7cf8a15ccc76ac86bc1619540c3cd0fa2ef41e890300c6332e5a7f0198ea51e] Deleted [[us.gcr.io/apache-beam-testing/java-postcommit-it/java:20220115000236] (referencing [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:a7cf8a15ccc76ac86bc1619540c3cd0fa2ef41e890300c6332e5a7f0198ea51e])]. Removing untagged image us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:a7cf8a15ccc76ac86bc1619540c3cd0fa2ef41e890300c6332e5a7f0198ea51e Digests: - us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:a7cf8a15ccc76ac86bc1619540c3cd0fa2ef41e890300c6332e5a7f0198ea51e Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:a7cf8a15ccc76ac86bc1619540c3cd0fa2ef41e890300c6332e5a7f0198ea51e]. 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. > 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.3.2/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 38m 1s 176 actionable tasks: 117 executed, 53 from cache, 6 up-to-date Publishing build scan... https://scans.gradle.com/s/7wreidbrjm7ns 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]
