See <https://ci-beam.apache.org/job/beam_PerformanceTests_Kafka_IO/2463/display/redirect>
Changes: ------------------------------------------ [...truncated 1.01 MB...] Caching has not been enabled for the task Task ':sdks:java:container:resolveBuildDependencies' is not up-to-date because: No history is available. Cache <https://ci-beam.apache.org/job/beam_PerformanceTests_Kafka_IO/ws/src/sdks/java/container/.gogradle/cache/PersistenceNotationToResolvedCache-0.10.bin> not found, skip. Cache <https://ci-beam.apache.org/job/beam_PerformanceTests_Kafka_IO/ws/src/sdks/java/container/.gogradle/cache/PersistenceResolvedToDependenciesCache-0.10.bin> not found, skip. Resolving ./github.com/apache/beam/sdks/go@<https://ci-beam.apache.org/job/beam_PerformanceTests_Kafka_IO/ws/src/sdks/go> :sdks:java:container:resolveBuildDependencies (Thread[Execution **** for ':' Thread 6,5,main]) completed. Took 2.804 secs. :sdks:java:container:installDependencies (Thread[Execution **** for ':' Thread 6,5,main]) started. > Task :sdks:java:container:installDependencies Caching disabled for task ':sdks:java:container:installDependencies' because: Caching has not been enabled for the task Task ':sdks:java:container:installDependencies' is not up-to-date because: Task has not declared any outputs despite executing actions. Cache <https://ci-beam.apache.org/job/beam_PerformanceTests_Kafka_IO/ws/src/sdks/java/container/.gogradle/cache/VendorSnapshot-0.10.bin> not found, skip. :sdks:java:container:installDependencies (Thread[Execution **** for ':' Thread 6,5,main]) completed. Took 1.501 secs. :sdks:java:container:buildLinuxAmd64 (Thread[Execution **** for ':' Thread 6,5,main]) started. > Task :sdks:java:container:buildLinuxAmd64 Caching disabled for task ':sdks:java:container:buildLinuxAmd64' because: Caching has not been enabled for the task Task ':sdks:java:container:buildLinuxAmd64' is not up-to-date because: No history is available. :sdks:java:container:buildLinuxAmd64 (Thread[Execution **** for ':' Thread 6,5,main]) completed. Took 7.991 secs. :sdks:java:container:goBuild (Thread[Execution **** for ':' Thread 6,5,main]) started. > Task :sdks:java:container:goBuild Caching disabled for task ':sdks:java:container:goBuild' because: Caching has not been enabled for the task Task ':sdks:java:container:goBuild' is not up-to-date because: Task has not declared any outputs despite executing actions. :sdks:java:container:goBuild (Thread[Execution **** for ':' Thread 6,5,main]) completed. Took 0.001 secs. :sdks:java:container:java8:copySdkHarnessLauncher (Thread[Execution **** for ':' Thread 6,5,main]) started. > Task :sdks:java:container:java8:copySdkHarnessLauncher Caching disabled for task ':sdks:java:container:java8:copySdkHarnessLauncher' because: Caching has not been enabled for the task Task ':sdks:java:container:java8:copySdkHarnessLauncher' is not up-to-date because: No history is available. :sdks:java:container:java8:copySdkHarnessLauncher (Thread[Execution **** for ':' Thread 6,5,main]) completed. Took 1.367 secs. :sdks:java:container:java8:dockerPrepare (Thread[Execution **** for ':' Thread 6,5,main]) started. > Task :sdks:java:container:java8:dockerPrepare Caching disabled for task ':sdks:java:container:java8:dockerPrepare' because: Caching has not been enabled for the task Task ':sdks:java:container:java8:dockerPrepare' is not up-to-date because: No history is available. :sdks:java:container:java8:dockerPrepare (Thread[Execution **** for ':' Thread 6,5,main]) completed. Took 1.952 secs. :sdks:java:container:java8:docker (Thread[Execution **** for ':' Thread 8,5,main]) started. > Task :sdks:java:container:java8:docker Caching disabled for task ':sdks:java:container:java8:docker' because: Caching has not been enabled for the task Task ':sdks:java:container:java8:docker' is not up-to-date because: Task has not declared any outputs despite executing actions. Starting process 'command 'docker''. Working directory: <https://ci-beam.apache.org/job/beam_PerformanceTests_Kafka_IO/ws/src/sdks/java/container/java8/build/docker> Command: docker build --no-cache --build-arg pull_licenses=true --build-arg java_version=8 -t apache/beam_java8_sdk:2.32.0.dev . Successfully started process 'command 'docker'' Sending build context to Docker daemon 191.9MB Step 1/18 : ARG java_version Step 2/18 : FROM openjdk:${java_version} ---> eca41db787bd Step 3/18 : MAINTAINER "Apache Beam <[email protected]>" ---> Running in 7ccc1f3db597 Removing intermediate container 7ccc1f3db597 ---> f24a912e8204 Step 4/18 : ARG pull_licenses ---> Running in 163c10ce0fc7 Removing intermediate container 163c10ce0fc7 ---> b39fe39fcd6f Step 5/18 : ADD target/slf4j-api.jar /opt/apache/beam/jars/ ---> dfdaf92a4ad5 Step 6/18 : ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/ ---> 25a0d55e6013 Step 7/18 : ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/ ---> ea9802101131 Step 8/18 : ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/ ---> 1a6a476e08a6 Step 9/18 : ADD target/kafka-clients.jar /opt/apache/beam/jars/ ---> f37129bdbb6a Step 10/18 : ADD target/linux_amd64/boot /opt/apache/beam/ ---> de9139e1b2f3 Step 11/18 : COPY target/LICENSE /opt/apache/beam/ ---> ec69d514c1c9 Step 12/18 : COPY target/NOTICE /opt/apache/beam/ ---> 79b844adc415 Step 13/18 : ADD target/third_party_licenses /opt/apache/beam/third_party_licenses/ ---> a2dbbbfcc4bd Step 14/18 : COPY target/LICENSE target/go-licenses/* /opt/apache/beam/third_party_licenses/golang/ ---> 1a520d677166 Step 15/18 : RUN rm /opt/apache/beam/third_party_licenses/golang/LICENSE ---> Running in b630630dbd8f Removing intermediate container b630630dbd8f ---> 7a3845a60d13 Step 16/18 : RUN if [ "${pull_licenses}" = "false" ] ; then rm -rf /opt/apache/beam/third_party_licenses ; fi ---> Running in 66af8a0abf44 Removing intermediate container 66af8a0abf44 ---> 127539b41c6b Step 17/18 : COPY target/profiler/* /opt/google_cloud_profiler/ ---> 206b6c270db4 Step 18/18 : ENTRYPOINT ["/opt/apache/beam/boot"] ---> Running in b45ac6eeb07c Removing intermediate container b45ac6eeb07c ---> 57423177af52 Successfully built 57423177af52 Successfully tagged apache/beam_java8_sdk:2.32.0.dev :sdks:java:container:java8:docker (Thread[Execution **** for ':' Thread 8,5,main]) completed. Took 25.253 secs. :runners:google-cloud-dataflow-java:buildAndPushDockerContainer (Thread[Execution **** for ':' Thread 8,5,main]) started. > Task :runners:google-cloud-dataflow-java:buildAndPushDockerContainer Custom actions are attached to task ':runners:google-cloud-dataflow-java:buildAndPushDockerContainer'. Caching disabled for task ':runners:google-cloud-dataflow-java:buildAndPushDockerContainer' because: Caching has not been enabled for the task Task ':runners:google-cloud-dataflow-java:buildAndPushDockerContainer' is not up-to-date because: Task has not declared any outputs despite executing actions. Starting process 'command 'docker''. Working directory: <https://ci-beam.apache.org/job/beam_PerformanceTests_Kafka_IO/ws/src/runners/google-cloud-dataflow-java> Command: docker tag apache/beam_java8_sdk:2.32.0.dev us.gcr.io/apache-beam-testing/java-postcommit-it/java:20210629163542 Successfully started process 'command 'docker'' Starting process 'command 'gcloud''. Working directory: <https://ci-beam.apache.org/job/beam_PerformanceTests_Kafka_IO/ws/src/runners/google-cloud-dataflow-java> Command: gcloud docker -- push us.gcr.io/apache-beam-testing/java-postcommit-it/java:20210629163542 Successfully started process 'command 'gcloud'' 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] 6c883c802524: Preparing 18c27078281a: Preparing 1d6da4c01d7f: Preparing 88ecc5633d7c: Preparing a3d63d9e5176: Preparing 31fa58ad2732: Preparing 76a004b1aa6e: Preparing dec7c70eba4a: Preparing f27b66e22895: Preparing 96acfc0e1a78: Preparing e1bf58a3daf8: Preparing be3b39fc1499: Preparing bd87f5884754: Preparing 4a64f1e3a7a1: Preparing 3fc095fab4a2: Preparing 685934357c89: Preparing ccb9b68523fd: Preparing 00bcea93703b: Preparing 688e187d6c79: Preparing 96acfc0e1a78: Waiting e1bf58a3daf8: Waiting 31fa58ad2732: Waiting be3b39fc1499: Waiting ccb9b68523fd: Waiting bd87f5884754: Waiting 00bcea93703b: Waiting 688e187d6c79: Waiting 4a64f1e3a7a1: Waiting 76a004b1aa6e: Waiting 685934357c89: Waiting dec7c70eba4a: Waiting f27b66e22895: Waiting a3d63d9e5176: Pushed 1d6da4c01d7f: Pushed 18c27078281a: Pushed 6c883c802524: Pushed 31fa58ad2732: Pushed dec7c70eba4a: Pushed 88ecc5633d7c: Pushed f27b66e22895: Pushed bd87f5884754: Layer already exists 4a64f1e3a7a1: Layer already exists 3fc095fab4a2: Layer already exists 685934357c89: Layer already exists ccb9b68523fd: Layer already exists 00bcea93703b: Layer already exists 688e187d6c79: Layer already exists e1bf58a3daf8: Pushed be3b39fc1499: Pushed 76a004b1aa6e: Pushed 96acfc0e1a78: Pushed 20210629163542: digest: sha256:da7c92da5837e7571e7227900a3646fc0ed8e4bd209c91b5e3d3694deaec4ab1 size: 4310 :runners:google-cloud-dataflow-java:buildAndPushDockerContainer (Thread[Execution **** for ':' Thread 8,5,main]) completed. Took 8.701 secs. :sdks:java:io:kafka:integrationTest (Thread[Execution **** for ':' Thread 8,5,main]) started. Gradle Test Executor 3 started executing tests. Gradle Test Executor 3 finished executing tests. > Task :sdks:java:io:kafka:integrationTest FAILED Custom actions are attached to task ':sdks:java:io:kafka:integrationTest'. Build cache key for task ':sdks:java:io:kafka:integrationTest' is b400e7acb267b64ee1baf5f06f94c315 Task ':sdks:java:io:kafka:integrationTest' is not up-to-date because: Task.upToDateWhen is false. Starting process 'Gradle Test Executor 3'. Working directory: <https://ci-beam.apache.org/job/beam_PerformanceTests_Kafka_IO/ws/src/sdks/java/io/kafka> Command: /usr/lib/jvm/java-8-openjdk-amd64/bin/java -DbeamTestPipelineOptions=["--tempRoot=gs://temp-storage-for-perf-tests","--project=apache-beam-testing","--runner=DataflowRunner","--sourceOptions={\"numRecords\":\"100000\",\"keySizeBytes\":\"1\",\"valueSizeBytes\":\"90\"}","--bigQueryDataset=beam_performance","--bigQueryTable=kafkaioit_results_sdf_wrapper","--influxMeasurement=kafkaioit_results_sdf_wrapper","--influxDatabase=beam_test_metrics","--influxHost=http://10.128.0.96:8086","--kafkaBootstrapServerAddresses=34.70.159.52:32400,34.133.102.133:32401,35.192.221.3:32402","--kafkaTopic=beam-runnerv2","--readTimeout=900","--numWorkers=5","--autoscalingAlgorithm=NONE","--experiments=use_runner_v2,shuffle_mode=appliance,use_unified_****","--sdkContainerImage=us.gcr.io/apache-beam-testing/java-postcommit-it/java:20210629163542","--region=us-central1"] -Djava.security.manager=****.org.gradle.process.internal.****.child.BootstrapSecurityManager -Dorg.gradle.native=false -Xmx2g -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant -ea -cp /home/jenkins/.gradle/caches/6.8.3/****Main/gradle-****.jar ****.org.gradle.process.internal.****.GradleWorkerMain 'Gradle Test Executor 3' Successfully started process 'Gradle Test Executor 3' Finished generating test XML results (0.0 secs) into: <https://ci-beam.apache.org/job/beam_PerformanceTests_Kafka_IO/ws/src/sdks/java/io/kafka/build/test-results/integrationTest> Generating HTML test report... Finished generating test html results (0.001 secs) into: <https://ci-beam.apache.org/job/beam_PerformanceTests_Kafka_IO/ws/src/sdks/java/io/kafka/build/reports/tests/integrationTest> :sdks:java:io:kafka:integrationTest (Thread[Execution **** for ':' Thread 8,5,main]) completed. Took 0.781 secs. :runners:google-cloud-dataflow-java:cleanUpDockerImages (Thread[Execution **** for ':' Thread 8,5,main]) started. > Task :runners:google-cloud-dataflow-java:cleanUpDockerImages Custom actions are attached to task ':runners:google-cloud-dataflow-java:cleanUpDockerImages'. Caching disabled for task ':runners:google-cloud-dataflow-java:cleanUpDockerImages' because: Caching has not been enabled for the task Task ':runners:google-cloud-dataflow-java:cleanUpDockerImages' is not up-to-date because: Task has not declared any outputs despite executing actions. Starting process 'command 'docker''. Working directory: <https://ci-beam.apache.org/job/beam_PerformanceTests_Kafka_IO/ws/src/runners/google-cloud-dataflow-java> Command: docker rmi --force us.gcr.io/apache-beam-testing/java-postcommit-it/java:20210629163542 Successfully started process 'command 'docker'' Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java:20210629163542 Untagged: us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:da7c92da5837e7571e7227900a3646fc0ed8e4bd209c91b5e3d3694deaec4ab1 Starting process 'command 'gcloud''. Working directory: <https://ci-beam.apache.org/job/beam_PerformanceTests_Kafka_IO/ws/src/runners/google-cloud-dataflow-java> Command: gcloud --quiet container images delete --force-delete-tags us.gcr.io/apache-beam-testing/java-postcommit-it/java:20210629163542 Successfully started process 'command 'gcloud'' Digests: - us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:da7c92da5837e7571e7227900a3646fc0ed8e4bd209c91b5e3d3694deaec4ab1 Associated tags: - 20210629163542 Tags: - us.gcr.io/apache-beam-testing/java-postcommit-it/java:20210629163542 Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/java:20210629163542]. Deleted [us.gcr.io/apache-beam-testing/java-postcommit-it/java@sha256:da7c92da5837e7571e7227900a3646fc0ed8e4bd209c91b5e3d3694deaec4ab1]. :runners:google-cloud-dataflow-java:cleanUpDockerImages (Thread[Execution **** for ':' Thread 8,5,main]) completed. Took 2.259 secs. :sdks:java:io:kafka:cleanUp (Thread[Execution **** for ':' Thread 8,5,main]) started. > Task :sdks:java:io:kafka:cleanUp Skipping task ':sdks:java:io:kafka:cleanUp' as it has no actions. :sdks:java:io:kafka:cleanUp (Thread[Execution **** for ':' Thread 8,5,main]) completed. Took 0.0 secs. FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':sdks:java:io:kafka:integrationTest'. > No tests found for given includes: [**/*IT.class](include rules) > [**/JvmVerification.class](exclude rules) > [org.apache.beam.sdk.io.kafka.KafkaIOIT.testKafkaIOReadsAndWritesCorrectlyInStreaming](--tests > filter) * Try: Run with --stacktrace option to get the stack trace. Run with --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 7.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/6.8.3/userguide/command_line_interface.html#sec:command_line_warnings BUILD FAILED in 6m 23s 141 actionable tasks: 26 executed, 115 up-to-date Publishing build scan... https://gradle.com/s/a4k2onkkry6no 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]
