See <https://ci-beam.apache.org/job/beam_PostCommit_XVR_Spark3/1279/display/redirect?page=changes>
Changes: [noreply] Minor: Add 2.38.0 section to CHANGES.md (#16804) ------------------------------------------ [...truncated 476.48 KB...] google-auth-oauthlib==0.4.6 google-cloud-bigquery==2.32.0 google-cloud-bigquery-storage==2.11.0 google-cloud-bigtable==1.7.0 google-cloud-core==1.7.2 google-cloud-datastore==1.15.3 google-cloud-dlp==3.6.0 google-cloud-language==1.3.0 google-cloud-profiler==3.0.7 google-cloud-pubsub==2.9.0 google-cloud-pubsublite==1.3.0 google-cloud-recommendations-ai==0.2.0 google-cloud-spanner==1.19.1 google-cloud-videointelligence==1.16.1 google-cloud-vision==1.0.0 google-crc32c==1.3.0 google-pasta==0.2.0 google-python-cloud-debugger==2.18 google-resumable-media==2.1.0 googleapis-common-protos==1.54.0 greenlet==1.1.2 grpc-google-iam-v1==0.12.3 grpcio==1.43.0 grpcio-gcp==0.2.2 grpcio-status==1.43.0 guppy3==3.1.2 h5py==3.1.0 hdfs==2.6.0 httplib2==0.19.1 idna==3.3 importlib-metadata==4.8.3 joblib==1.1.0 keras==2.6.0 Keras-Preprocessing==1.1.2 libcst==0.4.1 Markdown==3.3.6 mmh3==3.0.0 mock==2.0.0 more-itertools==8.12.0 mypy-extensions==0.4.3 nltk==3.6.7 nose==1.3.7 numpy==1.19.5 oauth2client==4.1.3 oauthlib==3.2.0 opt-einsum==3.3.0 orjson==3.6.1 overrides==6.1.0 packaging==21.3 pandas==1.1.5 parameterized==0.7.5 pbr==5.8.0 pip==21.2.4 pluggy==0.13.1 proto-plus==1.19.9 protobuf==3.19.4 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==2022.1.18 requests==2.27.1 requests-mock==1.9.3 requests-oauthlib==1.3.1 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.31 tenacity==5.1.5 tensorboard==2.6.0 tensorboard-data-server==0.6.1 tensorboard-plugin-wit==1.8.1 tensorflow==2.6.2 tensorflow-estimator==2.6.0 termcolor==1.1.0 testcontainers==3.4.2 threadpoolctl==3.1.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.8 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 e6d9287ad501 ---> 7143c37c369f Step 16/31 : COPY target/LICENSE /opt/apache/beam/ ---> 8bfd7697053f Step 17/31 : COPY target/LICENSE.python /opt/apache/beam/ ---> 63cbc7f0434b Step 18/31 : COPY target/NOTICE /opt/apache/beam/ ---> 475ecad504da Step 19/31 : COPY target/launcher/linux_amd64/boot /opt/apache/beam/ ---> a5ea79285767 Step 20/31 : ENTRYPOINT ["/opt/apache/beam/boot"] ---> Running in 6023fabb39b2 Removing intermediate container 6023fabb39b2 ---> 210390369355 Step 21/31 : FROM beam as third_party_licenses ---> 210390369355 Step 22/31 : ARG pull_licenses ---> Running in ed666bfe08b6 Removing intermediate container ed666bfe08b6 ---> 7f599d449193 Step 23/31 : COPY target/license_scripts /tmp/license_scripts/ ---> f19e1e84ad04 Step 24/31 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/ ---> 5eb371edd04a Step 25/31 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE ---> Running in 7ab22e682483 Removing intermediate container 7ab22e682483 ---> d9db48d7be85 Step 26/31 : COPY target/license_scripts /tmp/license_scripts/ ---> a417f77ca5ec 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 03734c598aae 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=b22db051668dfccdc57353f23d77dbe879b7a5045ba1e4b179f6a35c5fb3713c 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. [0mSkip pulling license for bs4 [91mINFO:root:Successfully pulled licenses for 134 dependencies [0mRemoving intermediate container 03734c598aae ---> a5cfaf54c090 Step 28/31 : FROM beam ---> 210390369355 Step 29/31 : ARG pull_licenses ---> Running in c2563f37e7f5 Removing intermediate container c2563f37e7f5 ---> 4f792cbdff56 Step 30/31 : COPY --from=third_party_licenses /opt/apache/beam/third_party_licenses /opt/apache/beam/third_party_licenses ---> 9f7c0aa47e8a Step 31/31 : RUN if [ "$pull_licenses" != "true" ] ; then rm -rf /opt/apache/beam/third_party_licenses ; fi ---> Running in 7f774638805b Removing intermediate container 7f774638805b ---> 6a96ca53810b Successfully built 6a96ca53810b Successfully tagged apache/beam_python3.6_sdk:2.38.0.dev > Task :runners:spark:3:job-server:validatesCrossLanguageRunnerSetup > Task :runners:spark:3:job-server:validatesCrossLanguageRunnerGoUsingJava Feb 10, 2022 6:14:52 PM org.apache.beam.sdk.expansion.service.ExpansionService loadRegisteredTransforms INFO: Registering external transforms: [beam:transform:org.apache.beam:kafka_read_with_metadata:v1, beam:transform:org.apache.beam:kafka_read_without_metadata:v1, beam:transform:org.apache.beam:kafka_write:v1, beam:external:java:generate_sequence:v1] Feb 10, 2022 6:14:52 PM org.apache.beam.sdk.expansion.service.ExpansionService loadRegisteredTransforms INFO: Registering external transforms: [beam:transform:org.apache.beam:schemaio_jdbc_read:v1, beam:transform:org.apache.beam:schemaio_jdbc_write:v1, beam:transform:org.apache.beam:schemaio_avro_read:v1, beam:transform:org.apache.beam:schemaio_avro_write:v1, beam:external:java:generate_sequence:v1] Feb 10, 2022 6:14:52 PM org.apache.beam.sdk.expansion.service.ExpansionService loadRegisteredTransforms INFO: Registering external transforms: [beam:transform:org.apache.beam:debezium_read:v1, beam:external:java:generate_sequence:v1] go1.16.12: already downloaded in /home/jenkins/sdk/go1.16.12 System Go installation: /snap/bin/go is go version go1.16.13 linux/amd64; Preparing to use /home/jenkins/go/bin/go1.16.12 go1.16.12: already downloaded in /home/jenkins/sdk/go1.16.12 /home/jenkins/go/bin/go1.16.12 test -v ./test/integration/xlang ./test/integration/io/xlang/... -p 1 -timeout 2h --runner=spark --project=apache-beam-testing --region=us-central1 --environment_type=DOCKER --environment_config=apache/beam_go_sdk:dev --staging_location=gs://temp-storage-for-end-to-end-tests/staging-validatesrunner-test --temp_location=gs://temp-storage-for-end-to-end-tests/temp-validatesrunner-test --dataflow_worker_jar= --endpoint=localhost:41049 --test_expansion_addr=localhost:44727 --io_expansion_addr=localhost:37163 --schemaio_expansion_addr=localhost:55969 --debeziumio_expansion_addr=localhost:47243 --kafka_jar=/home/jenkins/jenkins-slave/workspace/beam_PostCommit_XVR_Spark3/src/sdks/java/testing/kafka-service/build/libs/beam-sdks-java-testing-kafka-service-testKafkaService-2.38.0-SNAPSHOT.jar === RUN TestAutomatedExpansionService --- PASS: TestAutomatedExpansionService (2.86s) === RUN TestXLang_Prefix integration.go:201: Test TestXLang_Prefix is currently filtered for runner spark --- SKIP: TestXLang_Prefix (0.00s) === RUN TestXLang_CoGroupBy integration.go:201: Test TestXLang_CoGroupBy is currently filtered for runner spark --- SKIP: TestXLang_CoGroupBy (0.00s) === RUN TestXLang_Combine integration.go:201: Test TestXLang_Combine is currently filtered for runner spark --- SKIP: TestXLang_Combine (0.00s) === RUN TestXLang_CombineGlobally integration.go:201: Test TestXLang_CombineGlobally is currently filtered for runner spark --- SKIP: TestXLang_CombineGlobally (0.00s) === RUN TestXLang_Flatten integration.go:201: Test TestXLang_Flatten is currently filtered for runner spark --- SKIP: TestXLang_Flatten (0.00s) === RUN TestXLang_GroupBy integration.go:201: Test TestXLang_GroupBy is currently filtered for runner spark --- SKIP: TestXLang_GroupBy (0.00s) === RUN TestXLang_Multi integration.go:201: Test TestXLang_Multi is currently filtered for runner spark --- SKIP: TestXLang_Multi (0.00s) === RUN TestXLang_Partition integration.go:201: Test TestXLang_Partition is currently filtered for runner spark --- SKIP: TestXLang_Partition (0.00s) PASS ok github.com/apache/beam/sdks/v2/go/test/integration/xlang 2.890s === RUN TestDebeziumIO_BasicRead 2022/02/10 18:15:16 Starting container id: 851d37d24e4c image: testcontainers/ryuk:0.3.3 2022/02/10 18:15:17 Waiting for container id 851d37d24e4c image: testcontainers/ryuk:0.3.3 2022/02/10 18:15:17 Container is ready id: 851d37d24e4c image: testcontainers/ryuk:0.3.3 FATAL: command execution failed java.io.IOException: Backing channel 'apache-beam-jenkins-14' is disconnected. at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:216) at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:286) at com.sun.proxy.$Proxy133.isAlive(Unknown Source) at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1211) at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1203) at hudson.Launcher$ProcStarter.join(Launcher.java:523) at hudson.plugins.gradle.Gradle.perform(Gradle.java:317) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:803) at hudson.model.Build$BuildExecution.build(Build.java:197) at hudson.model.Build$BuildExecution.doRun(Build.java:163) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:513) at hudson.model.Run.execute(Run.java:1906) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429) Caused by: java.io.IOException: Pipe closed after 0 cycles at org.apache.sshd.common.channel.ChannelPipedInputStream.read(ChannelPipedInputStream.java:118) at org.apache.sshd.common.channel.ChannelPipedInputStream.read(ChannelPipedInputStream.java:101) at hudson.remoting.FlightRecorderInputStream.read(FlightRecorderInputStream.java:93) at hudson.remoting.ChunkedInputStream.readHeader(ChunkedInputStream.java:74) at hudson.remoting.ChunkedInputStream.readUntilBreak(ChunkedInputStream.java:104) at hudson.remoting.ChunkedCommandTransport.readBlock(ChunkedCommandTransport.java:39) at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34) at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:61) Build step 'Invoke Gradle script' changed build result to FAILURE Build step 'Invoke Gradle script' marked build as failure ERROR: apache-beam-jenkins-14 is offline; cannot locate jdk_1.8_latest --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
