See
<https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_java17/241/display/redirect?page=changes>
Changes:
[Pablo Estrada] Simplify README for new users
[laraschmidt] Fix final allowskew error to properly handle a large allowedSkew
[noreply] [BEAM-13946] Add get_dummies(), a non-deferred column operation on
------------------------------------------
[...truncated 37.25 KB...]
> Task :sdks:java:expansion-service:compileJava
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:expansion-service:classes
> Task :runners:direct-java:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :runners:direct-java:classes
> Task :sdks:java:expansion-service:jar
> Task :runners:direct-java:shadowJar
> Task :sdks:java:harness:shadowJar
> Task :sdks:java:extensions:ml:compileJava
> Task :sdks:java:extensions:ml:classes
> Task :sdks:java:extensions:ml:jar
> Task :sdks:java:io:kafka:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:io:kafka:classes
> Task :sdks:java:io:kafka:jar
> Task :sdks:java:container:java17:copyDockerfileDependencies
> Task :sdks:java:container:java17:dockerPrepare
> Task :sdks:java:io:google-cloud-platform:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :sdks:java:io:google-cloud-platform:classes
> Task :sdks:java:io:google-cloud-platform:jar
> Task :sdks:java:container:java17:docker
Sending build context to Docker daemon 168.7MB
Step 1/19 : ARG java_version
Step 2/19 : FROM openjdk:${java_version}-bullseye
17-bullseye: Pulling from library/openjdk
Digest: sha256:0dbcc3f0875b621c2873fed33727a4eb84551f49ea1969939decf166e4bc3ec9
Status: Downloaded newer image for openjdk:17-bullseye
---> c99376f89d3d
Step 3/19 : MAINTAINER "Apache Beam <[email protected]>"
---> Running in efef9513a82f
Removing intermediate container efef9513a82f
---> aff05ee9aed7
Step 4/19 : ARG pull_licenses
---> Running in 74a70b1a4b87
Removing intermediate container 74a70b1a4b87
---> 660dad5ca66c
Step 5/19 : ADD target/slf4j-api.jar /opt/apache/beam/jars/
---> fec05db5619f
Step 6/19 : ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/
---> 5f313d8f8403
Step 7/19 : ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/
---> f3abc7e10c89
Step 8/19 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/
---> 8cbbd0863169
Step 9/19 : ADD target/kafka-clients.jar /opt/apache/beam/jars/
---> 6898623c4c2a
Step 10/19 : ADD target/jamm.jar /opt/apache/beam/jars/
---> a74a49a478fe
Step 11/19 : ADD target/linux_amd64/boot /opt/apache/beam/
---> a883ab7f548b
Step 12/19 : COPY target/LICENSE /opt/apache/beam/
> Task :examples:java:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :examples:java:classes
> Task :runners:google-cloud-dataflow-java:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :examples:java:jar
> Task :runners:google-cloud-dataflow-java:classes
> Task :runners:google-cloud-dataflow-java:jar
> Task :sdks:java:container:java17:docker
---> ff150f3be822
Step 13/19 : COPY target/NOTICE /opt/apache/beam/
---> af77c615e664
Step 14/19 : ADD target/third_party_licenses
/opt/apache/beam/third_party_licenses/
---> 5b5f5297bd8a
Step 15/19 : COPY target/LICENSE target/go-licenses/*
/opt/apache/beam/third_party_licenses/golang/
---> ad09ce37815e
Step 16/19 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE
---> Running in 1542d7cbae43
Removing intermediate container 1542d7cbae43
---> 7479b48fb7bb
Step 17/19 : RUN if [ "${pull_licenses}" = "false" ] ; then rm -rf
/opt/apache/beam/third_party_licenses ; fi
---> Running in f5d0e705b97a
Removing intermediate container f5d0e705b97a
---> 4a1bef6762d9
Step 18/19 : COPY target/profiler/* /opt/google_cloud_profiler/
---> b2f2f633dee0
Step 19/19 : ENTRYPOINT ["/opt/apache/beam/boot"]
---> Running in 25dc201e2119
Removing intermediate container 25dc201e2119
---> 478dd3bd7dde
Successfully built 478dd3bd7dde
Successfully tagged apache/beam_java17_sdk:2.38.0.dev
> Task :examples:java:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :examples:java:testClasses
> Task :examples:java:testJar
> Task :runners:google-cloud-dataflow-java:buildAndPushDockerJavaContainer
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/java]
09a6a85a870b: Preparing
bfdab23e8d87: Preparing
654171d2607b: Preparing
3936cb61abd9: Preparing
db3adced649c: Preparing
56b8c2a276fc: Preparing
07433543ccd8: Preparing
2a0f2f757856: Preparing
708f434247db: Preparing
edfc5ec4b87e: Preparing
9769df6c7ed2: Preparing
9fb8c10e9c8c: Preparing
272fba71849c: Preparing
5331ce361341: Preparing
babf5ef2e3ab: Preparing
613ab28cf833: Preparing
bed676ceab7a: Preparing
6398d5cccd2c: Preparing
0b0f2f2f5279: Preparing
56b8c2a276fc: Waiting
272fba71849c: Waiting
07433543ccd8: Waiting
613ab28cf833: Waiting
2a0f2f757856: Waiting
bed676ceab7a: Waiting
708f434247db: Waiting
6398d5cccd2c: Waiting
5331ce361341: Waiting
9fb8c10e9c8c: Waiting
0b0f2f2f5279: Waiting
babf5ef2e3ab: Waiting
bfdab23e8d87: Pushed
654171d2607b: Pushed
db3adced649c: Pushed
09a6a85a870b: Pushed
56b8c2a276fc: Pushed
2a0f2f757856: Pushed
3936cb61abd9: Pushed
9fb8c10e9c8c: Pushed
edfc5ec4b87e: Pushed
708f434247db: Pushed
5331ce361341: Layer already exists
613ab28cf833: Layer already exists
babf5ef2e3ab: Layer already exists
bed676ceab7a: Layer already exists
6398d5cccd2c: Layer already exists
07433543ccd8: Pushed
0b0f2f2f5279: Layer already exists
272fba71849c: Pushed
9769df6c7ed2: Pushed
20220218000052: digest:
sha256:302d96bafe44847decf7fcac586b8aa4d947652c359042d5b1fc54118a830906 size:
4314
> Task :runners:google-cloud-dataflow-java:examplesJavaRunnerV2IntegrationTest
***********************************************************
***********************************************************
**********************Set Up Pubsub************************
The Pub/Sub topic has been set up for this example:
projects/apache-beam-testing/topics/testpipeline-jenkins-0218000558-8395b634
The Pub/Sub subscription has been set up for this example:
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0218000558-8395b634
******************Set Up Big Query Table*******************
The BigQuery table has been set up for this example:
apache-beam-testing:traffic_routes_1645142750432.traffic_routes_table
*************************Tear Down*************************
The Pub/Sub topic has been deleted:
projects/apache-beam-testing/topics/testpipeline-jenkins-0218000558-8395b634
The Pub/Sub subscription has been deleted:
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0218000558-8395b634
The BigQuery table might contain the example's output, and it is not deleted
automatically:
apache-beam-testing:traffic_routes_1645142750432.traffic_routes_table
Please go to the Developers Console to delete it manually. Otherwise, you may
be charged for its usage.
***********************************************************
***********************************************************
***********************************************************
***********************************************************
**********************Set Up Pubsub************************
The Pub/Sub topic has been set up for this example:
projects/apache-beam-testing/topics/testpipeline-jenkins-0218000558-58bdf564
The Pub/Sub subscription has been set up for this example:
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0218000558-58bdf564
******************Set Up Big Query Table*******************
The BigQuery table has been set up for this example:
apache-beam-testing:traffic_max_lane_flow_1645142750347.traffic_max_lane_flow_table
*************************Tear Down*************************
The Pub/Sub topic has been deleted:
projects/apache-beam-testing/topics/testpipeline-jenkins-0218000558-58bdf564
The Pub/Sub subscription has been deleted:
projects/apache-beam-testing/subscriptions/testpipeline-jenkins-0218000558-58bdf564
The BigQuery table might contain the example's output, and it is not deleted
automatically:
apache-beam-testing:traffic_max_lane_flow_1645142750347.traffic_max_lane_flow_table
Please go to the Developers Console to delete it manually. Otherwise, you may
be charged for its usage.
***********************************************************
***********************************************************
FATAL: command execution failed
java.io.IOException: Backing channel 'apache-beam-jenkins-10' is disconnected.
at
hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:216)
at
hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:286)
at com.sun.proxy.$Proxy126.isAlive(Unknown Source)
at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1213)
at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1205)
at hudson.Launcher$ProcStarter.join(Launcher.java:522)
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:806)
at hudson.model.Build$BuildExecution.build(Build.java:198)
at hudson.model.Build$BuildExecution.doRun(Build.java:163)
at
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:514)
at hudson.model.Run.execute(Run.java:1888)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:99)
at hudson.model.Executor.run(Executor.java:432)
Caused by: java.io.IOException: Pipe closed after 0 cycles
at
org.apache.sshd.common.channel.ChannelPipedInputStream.read(ChannelPipedInputStream.java:126)
at
org.apache.sshd.common.channel.ChannelPipedInputStream.read(ChannelPipedInputStream.java:105)
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-10 is offline; cannot locate jdk_1.8_latest
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]