See 
<https://ci-beam.apache.org/job/beam_SQLBigQueryIO_Batch_Performance_Test_Java/2793/display/redirect?page=changes>

Changes:

[noreply] [BEAM-13341] Serialize reflection parameter in AvroCoder cloud object


------------------------------------------
[...truncated 350.88 KB...]
        BeamIOSourceRel(table=[[beam, HACKER_NEWS]])

    Dec 15, 2021 6:45:27 PM 
org.apache.beam.sdk.extensions.sql.impl.CalciteQueryPlanner convertToBeamRel
    INFO: BEAMPlan>
    BeamCalcRel(expr#0..13=[{inputs}], expr#14=['story':VARCHAR], 
expr#15=[=($t8, $t14)], expr#16=['job':VARCHAR], expr#17=[=($t8, $t16)], 
expr#18=[OR($t15, $t17)], expr#19=[2], expr#20=[>($t5, $t19)], 
expr#21=[AND($t18, $t20)], author=[$t4], type=[$t8], title=[$t0], score=[$t5], 
$condition=[$t21])
      BeamIOSourceRel(table=[[beam, HACKER_NEWS]])


org.apache.beam.sdk.extensions.sql.meta.provider.bigquery.BigQueryIOPushDownIT 
> readUsingDirectReadMethod FAILED
    java.lang.IllegalStateException: Unable to return a default Coder for 
BeamIOSourceRel_4/ParDo(RowMonitor)/ParMultiDo(RowMonitor).output 
[PCollection@1298178823]. Correct one of the following root causes:
      No Coder has been manually specified;  you may do so using .setCoder().
      Inferring a Coder from the CoderRegistry failed: Cannot provide a coder 
for a Beam Row. Please provide a schema instead using PCollection.setRowSchema.
      Using the default output Coder from the producing PTransform failed: 
PTransform.getOutputCoder called.
        at 
org.apache.beam.vendor.guava.v26_0_jre.com.google.common.base.Preconditions.checkState(Preconditions.java:507)
        at org.apache.beam.sdk.values.PCollection.getCoder(PCollection.java:286)
        at 
org.apache.beam.sdk.values.PCollection.finishSpecifying(PCollection.java:117)
        at 
org.apache.beam.sdk.runners.TransformHierarchy.finishSpecifyingInput(TransformHierarchy.java:154)
        at org.apache.beam.sdk.Pipeline.applyInternal(Pipeline.java:547)
        at org.apache.beam.sdk.Pipeline.applyTransform(Pipeline.java:499)
        at 
org.apache.beam.sdk.extensions.sql.impl.rel.BeamSqlRelUtils.toPCollection(BeamSqlRelUtils.java:106)
        at 
org.apache.beam.sdk.extensions.sql.impl.rel.BeamSqlRelUtils.toPCollection(BeamSqlRelUtils.java:48)
        at 
org.apache.beam.sdk.extensions.sql.meta.provider.bigquery.BigQueryIOPushDownIT.readUsingDirectReadMethod(BigQueryIOPushDownIT.java:150)

org.apache.beam.sdk.extensions.sql.meta.provider.bigquery.BigQueryIOPushDownIT 
> readUsingDefaultMethod STANDARD_ERROR
    Dec 15, 2021 6:45:28 PM 
org.apache.beam.sdk.extensions.sql.meta.provider.bigquery.BigQueryTable <init>
    INFO: BigQuery method is set to: DEFAULT
    Dec 15, 2021 6:45:28 PM 
org.apache.beam.sdk.extensions.sql.meta.provider.bigquery.BigQueryTable <init>
    INFO: BigQuery writeDisposition is set to: WRITE_EMPTY
    Dec 15, 2021 6:45:28 PM 
org.apache.beam.sdk.extensions.sql.impl.CalciteQueryPlanner convertToBeamRel
    INFO: SQL:
    SELECT `HACKER_NEWS`.`by` AS `author`, `HACKER_NEWS`.`type`, 
`HACKER_NEWS`.`title`, `HACKER_NEWS`.`score`
    FROM `beam`.`HACKER_NEWS` AS `HACKER_NEWS`
    WHERE (`HACKER_NEWS`.`type` = 'story' OR `HACKER_NEWS`.`type` = 'job') AND 
`HACKER_NEWS`.`score` > 2
    Dec 15, 2021 6:45:28 PM 
org.apache.beam.sdk.extensions.sql.meta.provider.bigquery.BigQueryTable <init>
    INFO: BigQuery method is set to: DEFAULT
    Dec 15, 2021 6:45:28 PM 
org.apache.beam.sdk.extensions.sql.meta.provider.bigquery.BigQueryTable <init>
    INFO: BigQuery writeDisposition is set to: WRITE_EMPTY
    Dec 15, 2021 6:45:28 PM 
org.apache.beam.sdk.extensions.sql.impl.CalciteQueryPlanner convertToBeamRel
    INFO: SQLPlan>
    LogicalProject(author=[$4], type=[$8], title=[$0], score=[$5])
      LogicalFilter(condition=[AND(OR(=($8, 'story'), =($8, 'job')), >($5, 2))])
        BeamIOSourceRel(table=[[beam, HACKER_NEWS]])

    Dec 15, 2021 6:45:28 PM 
org.apache.beam.sdk.extensions.sql.impl.CalciteQueryPlanner convertToBeamRel
    INFO: BEAMPlan>
    BeamCalcRel(expr#0..13=[{inputs}], expr#14=['story':VARCHAR], 
expr#15=[=($t8, $t14)], expr#16=['job':VARCHAR], expr#17=[=($t8, $t16)], 
expr#18=[OR($t15, $t17)], expr#19=[2], expr#20=[>($t5, $t19)], 
expr#21=[AND($t18, $t20)], author=[$t4], type=[$t8], title=[$t0], score=[$t5], 
$condition=[$t21])
      BeamIOSourceRel(table=[[beam, HACKER_NEWS]])


org.apache.beam.sdk.extensions.sql.meta.provider.bigquery.BigQueryIOPushDownIT 
> readUsingDefaultMethod FAILED
    java.lang.IllegalStateException: Unable to return a default Coder for 
BeamIOSourceRel_118/ParDo(RowMonitor)/ParMultiDo(RowMonitor).output 
[PCollection@1173747002]. Correct one of the following root causes:
      No Coder has been manually specified;  you may do so using .setCoder().
      Inferring a Coder from the CoderRegistry failed: Cannot provide a coder 
for a Beam Row. Please provide a schema instead using PCollection.setRowSchema.
      Using the default output Coder from the producing PTransform failed: 
PTransform.getOutputCoder called.
        at 
org.apache.beam.vendor.guava.v26_0_jre.com.google.common.base.Preconditions.checkState(Preconditions.java:507)
        at org.apache.beam.sdk.values.PCollection.getCoder(PCollection.java:286)
        at 
org.apache.beam.sdk.values.PCollection.finishSpecifying(PCollection.java:117)
        at 
org.apache.beam.sdk.runners.TransformHierarchy.finishSpecifyingInput(TransformHierarchy.java:154)
        at org.apache.beam.sdk.Pipeline.applyInternal(Pipeline.java:547)
        at org.apache.beam.sdk.Pipeline.applyTransform(Pipeline.java:499)
        at 
org.apache.beam.sdk.extensions.sql.impl.rel.BeamSqlRelUtils.toPCollection(BeamSqlRelUtils.java:106)
        at 
org.apache.beam.sdk.extensions.sql.impl.rel.BeamSqlRelUtils.toPCollection(BeamSqlRelUtils.java:48)
        at 
org.apache.beam.sdk.extensions.sql.meta.provider.bigquery.BigQueryIOPushDownIT.readUsingDefaultMethod(BigQueryIOPushDownIT.java:163)

org.apache.beam.sdk.extensions.sql.meta.provider.bigquery.BigQueryIOPushDownIT 
> readUsingDirectReadMethodPushDown STANDARD_ERROR
    Dec 15, 2021 6:45:28 PM 
org.apache.beam.sdk.extensions.sql.meta.provider.bigquery.BigQueryTable <init>
    INFO: BigQuery method is set to: DIRECT_READ
    Dec 15, 2021 6:45:28 PM 
org.apache.beam.sdk.extensions.sql.meta.provider.bigquery.BigQueryTable <init>
    INFO: BigQuery writeDisposition is set to: WRITE_EMPTY
    Dec 15, 2021 6:45:28 PM 
org.apache.beam.sdk.extensions.sql.impl.CalciteQueryPlanner convertToBeamRel
    INFO: SQL:
    SELECT `HACKER_NEWS`.`by` AS `author`, `HACKER_NEWS`.`type`, 
`HACKER_NEWS`.`title`, `HACKER_NEWS`.`score`
    FROM `beam`.`HACKER_NEWS` AS `HACKER_NEWS`
    WHERE (`HACKER_NEWS`.`type` = 'story' OR `HACKER_NEWS`.`type` = 'job') AND 
`HACKER_NEWS`.`score` > 2
    Dec 15, 2021 6:45:28 PM 
org.apache.beam.sdk.extensions.sql.meta.provider.bigquery.BigQueryTable <init>
    INFO: BigQuery method is set to: DIRECT_READ
    Dec 15, 2021 6:45:28 PM 
org.apache.beam.sdk.extensions.sql.meta.provider.bigquery.BigQueryTable <init>
    INFO: BigQuery writeDisposition is set to: WRITE_EMPTY
    Dec 15, 2021 6:45:28 PM 
org.apache.beam.sdk.extensions.sql.impl.CalciteQueryPlanner convertToBeamRel
    INFO: SQLPlan>
    LogicalProject(author=[$4], type=[$8], title=[$0], score=[$5])
      LogicalFilter(condition=[AND(OR(=($8, 'story'), =($8, 'job')), >($5, 2))])
        BeamIOSourceRel(table=[[beam, HACKER_NEWS]])

    Dec 15, 2021 6:45:28 PM 
org.apache.beam.sdk.extensions.sql.impl.CalciteQueryPlanner convertToBeamRel
    INFO: BEAMPlan>
    BeamPushDownIOSourceRel(table=[[beam, HACKER_NEWS]], usedFields=[[by, type, 
title, score]], BigQueryFilter=[[supported{OR(=($8, 'story'), =($8, 
'job'))>($5, 2)}, unsupported{}]])

    Dec 15, 2021 6:45:29 PM 
org.apache.beam.sdk.extensions.sql.meta.provider.bigquery.BigQueryTable 
buildIOReader
    INFO: Pushing down the following filter: (type = 'story' OR type = 'job') 
AND score > 2
    Dec 15, 2021 6:45:29 PM org.apache.beam.runners.dataflow.DataflowRunner run
    INFO: Executing pipeline on the Dataflow Service, which will have billing 
implications related to Google Compute Engine usage and other Google Cloud 
Services.
    Dec 15, 2021 6:45:32 PM org.apache.beam.runners.dataflow.util.PackageUtil 
stageClasspathElements
    INFO: Uploading 258 files from PipelineOptions.filesToStage to staging 
location to prepare for execution.
    Dec 15, 2021 6:45:32 PM 
org.apache.beam.runners.dataflow.util.PackageUtil$PackageAttributes 
forFileToStage
    INFO: Staging custom dataflow-worker.jar as 
beam-runners-google-cloud-dataflow-java-legacy-worker-2.36.0-SNAPSHOT-o1m3TD0gxs6rXTHpCh-PskN3OuSmse2asbv8rs7l8PU.jar
    Dec 15, 2021 6:45:33 PM org.apache.beam.runners.dataflow.util.PackageUtil 
tryStagePackage
    INFO: Uploading /tmp/test6783175107317626884.zip to 
gs://temp-storage-for-perf-tests/loadtests/staging/test-WBmv42352DIhmhlRdA_b4Bux8qRidDnh3I6coGotKL8.jar
    Dec 15, 2021 6:45:33 PM org.apache.beam.runners.dataflow.util.PackageUtil 
stageClasspathElements
    INFO: Staging files complete: 257 files cached, 1 files newly uploaded in 0 
seconds
    Dec 15, 2021 6:45:33 PM org.apache.beam.runners.dataflow.DataflowRunner run
    INFO: Staging portable pipeline proto to 
gs://temp-storage-for-perf-tests/loadtests/staging/
    Dec 15, 2021 6:45:33 PM org.apache.beam.runners.dataflow.util.PackageUtil 
tryStagePackage
    INFO: Uploading <108166 bytes, hash 
e957c0aea7ab3e4acdef016034abffe8b74fd2868fba84a6d0fa06853350df6e> to 
gs://temp-storage-for-perf-tests/loadtests/staging/pipeline-6VfArqerPkrN7wFgNKv_6LdP0oaPuoSm0PoGhTNQ324.pb
    Dec 15, 2021 6:45:36 PM 
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
    INFO: Adding BeamPushDownIOSourceRel_272/Read Input BQ Rows with 
push-down/Read(BigQueryStorageTableSource) as step s1
    Dec 15, 2021 6:45:36 PM 
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
    INFO: Adding BeamPushDownIOSourceRel_272/ParDo(RowMonitor) as step s2
    Dec 15, 2021 6:45:36 PM 
org.apache.beam.runners.dataflow.DataflowPipelineTranslator$Translator addStep
    INFO: Adding ParDo(TimeMonitor) as step s3
    Dec 15, 2021 6:45:36 PM org.apache.beam.runners.dataflow.DataflowRunner run
    INFO: Dataflow SDK version: 2.36.0-SNAPSHOT
    Dec 15, 2021 6:45:37 PM org.apache.beam.runners.dataflow.DataflowRunner run
    INFO: To access the Dataflow monitoring console, please navigate to 
https://console.cloud.google.com/dataflow/jobs/us-central1/2021-12-15_10_45_36-5669071772547749686?project=apache-beam-testing
    Dec 15, 2021 6:45:37 PM org.apache.beam.runners.dataflow.DataflowRunner run
    INFO: Submitted job: 2021-12-15_10_45_36-5669071772547749686
    Dec 15, 2021 6:45:37 PM org.apache.beam.runners.dataflow.DataflowRunner run
    INFO: To cancel the job using the 'gcloud' tool, run:
    > gcloud dataflow jobs --project=apache-beam-testing cancel 
--region=us-central1 2021-12-15_10_45_36-5669071772547749686
    Dec 15, 2021 6:45:42 PM 
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
    WARNING: 2021-12-15T18:45:39.939Z: The requested max number of workers (5) 
is ignored as autoscaling is explicitly disabled (autoscalingAlgorithm=NONE).
    Dec 15, 2021 6:45:47 PM 
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
    INFO: 2021-12-15T18:45:45.068Z: Worker configuration: e2-standard-2 in 
us-central1-a.
    Dec 15, 2021 6:45:47 PM 
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
    INFO: 2021-12-15T18:45:45.873Z: Expanding CoGroupByKey operations into 
optimizable parts.
    Dec 15, 2021 6:45:47 PM 
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
    INFO: 2021-12-15T18:45:45.926Z: Expanding GroupByKey operations into 
optimizable parts.
    Dec 15, 2021 6:45:47 PM 
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
    INFO: 2021-12-15T18:45:45.958Z: Lifting ValueCombiningMappingFns into 
MergeBucketsMappingFns
    Dec 15, 2021 6:45:47 PM 
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
    INFO: 2021-12-15T18:45:46.056Z: Fusing adjacent ParDo, Read, Write, and 
Flatten operations
    Dec 15, 2021 6:45:47 PM 
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
    INFO: 2021-12-15T18:45:46.103Z: Fusing consumer 
BeamPushDownIOSourceRel_272/ParDo(RowMonitor) into 
BeamPushDownIOSourceRel_272/Read Input BQ Rows with 
push-down/Read(BigQueryStorageTableSource)
    Dec 15, 2021 6:45:47 PM 
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
    INFO: 2021-12-15T18:45:46.127Z: Fusing consumer ParDo(TimeMonitor) into 
BeamPushDownIOSourceRel_272/ParDo(RowMonitor)
    Dec 15, 2021 6:45:47 PM 
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
    INFO: 2021-12-15T18:45:46.550Z: Executing operation 
BeamPushDownIOSourceRel_272/Read Input BQ Rows with 
push-down/Read(BigQueryStorageTableSource)+BeamPushDownIOSourceRel_272/ParDo(RowMonitor)+ParDo(TimeMonitor)
    Dec 15, 2021 6:45:47 PM 
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
    INFO: 2021-12-15T18:45:46.656Z: Starting 5 workers in us-central1-a...
    Dec 15, 2021 6:45:55 PM 
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
    INFO: 2021-12-15T18:45:54.546Z: Your project already contains 100 
Dataflow-created metric descriptors, so new user metrics of the form 
custom.googleapis.com/* will not be created. However, all user metrics are also 
available in the metric dataflow.googleapis.com/job/user_counter. If you rely 
on the custom metrics, you can delete old / unused metric descriptors. See 
https://developers.google.com/apis-explorer/#p/monitoring/v3/monitoring.projects.metricDescriptors.list
 and 
https://developers.google.com/apis-explorer/#p/monitoring/v3/monitoring.projects.metricDescriptors.delete
    Dec 15, 2021 6:46:44 PM 
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
    INFO: 2021-12-15T18:46:43.063Z: Autoscaling: Raised the number of workers 
to 5 based on the rate of progress in the currently running stage(s).
    Dec 15, 2021 6:47:12 PM 
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
    INFO: 2021-12-15T18:47:11.002Z: Workers have started successfully.
    Dec 15, 2021 6:47:12 PM 
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
    INFO: 2021-12-15T18:47:11.018Z: Workers have started successfully.
    Dec 15, 2021 6:47:43 PM 
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
    INFO: 2021-12-15T18:47:42.290Z: Finished operation 
BeamPushDownIOSourceRel_272/Read Input BQ Rows with 
push-down/Read(BigQueryStorageTableSource)+BeamPushDownIOSourceRel_272/ParDo(RowMonitor)+ParDo(TimeMonitor)
    Dec 15, 2021 6:47:43 PM 
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
    INFO: 2021-12-15T18:47:42.428Z: Cleaning up.
    Dec 15, 2021 6:47:43 PM 
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
    INFO: 2021-12-15T18:47:42.496Z: Stopping worker pool...
    Dec 15, 2021 6:50:26 PM 
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
    INFO: 2021-12-15T18:50:25.224Z: Autoscaling: Resized worker pool from 5 to 
0.
    Dec 15, 2021 6:50:26 PM 
org.apache.beam.runners.dataflow.util.MonitoringUtil$LoggingHandler process
    INFO: 2021-12-15T18:50:25.272Z: Worker pool stopped.
    Dec 15, 2021 6:50:32 PM 
org.apache.beam.runners.dataflow.DataflowPipelineJob logTerminalState
    INFO: Job 2021-12-15_10_45_36-5669071772547749686 finished with status DONE.

org.apache.beam.sdk.extensions.sql.meta.provider.bigquery.BigQueryIOPushDownIT 
> readUsingDirectReadMethodPushDown STANDARD_OUT
    Load test results for test (ID): f6607574-7a13-425f-ac9f-0c22c38f9607 and 
timestamp: 2021-12-15T18:50:32.864000000Z:
                     Metric:                    Value:
                 fields_read                 4375276.0
                   read_time                    10.067

org.apache.beam.sdk.extensions.sql.meta.provider.bigquery.BigQueryIOPushDownIT 
> readUsingDirectReadMethodPushDown STANDARD_ERROR
    Dec 15, 2021 6:50:32 PM 
org.apache.beam.sdk.testutils.publishing.InfluxDBPublisher publishWithCheck
    WARNING: Missing property -- measurement/database. Metrics won't be 
published.

Gradle Test Executor 3 finished executing tests.

> Task :sdks:java:extensions:sql:perf-tests:integrationTest FAILED

3 tests completed, 2 failed
Finished generating test XML results (0.024 secs) into: 
<https://ci-beam.apache.org/job/beam_SQLBigQueryIO_Batch_Performance_Test_Java/ws/src/sdks/java/extensions/sql/perf-tests/build/test-results/integrationTest>
Generating HTML test report...
Finished generating test html results (0.027 secs) into: 
<https://ci-beam.apache.org/job/beam_SQLBigQueryIO_Batch_Performance_Test_Java/ws/src/sdks/java/extensions/sql/perf-tests/build/reports/tests/integrationTest>
:sdks:java:extensions:sql:perf-tests:integrationTest (Thread[Execution worker 
for ':' Thread 7,5,main]) completed. Took 5 mins 15.455 secs.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task 
':sdks:java:extensions:sql:perf-tests:integrationTest'.
> There were failing tests. See the report at: 
> file://<https://ci-beam.apache.org/job/beam_SQLBigQueryIO_Batch_Performance_Test_Java/ws/src/sdks/java/extensions/sql/perf-tests/build/reports/tests/integrationTest/index.html>

* 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.9.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 6m 12s
152 actionable tasks: 101 executed, 51 from cache

Publishing build scan...
https://gradle.com/s/53f7efhitak42

Build cache (/home/jenkins/.gradle/caches/build-cache-1) removing files not 
accessed on or after Wed Dec 08 18:44:25 UTC 2021.
Invalidating in-memory cache of 
/home/jenkins/.gradle/caches/journal-1/file-access.bin
Cache entries evicted. In-memory cache of 
/home/jenkins/.gradle/caches/journal-1/file-access.bin: Size{4423} 
MaxSize{4500}, CacheStats{hitCount=0, missCount=4423, loadSuccessCount=4424, 
loadExceptionCount=0, totalLoadTime=273973529, evictionCount=1} 
Performance may suffer from in-memory cache misses. Increase max heap size of 
Gradle build process to reduce cache misses.
Cache entries evicted. In-memory cache of 
/home/jenkins/.gradle/caches/journal-1/file-access.bin: Size{4500} 
MaxSize{4500}, CacheStats{hitCount=0, missCount=4950, loadSuccessCount=4951, 
loadExceptionCount=0, totalLoadTime=297392945, evictionCount=451} 
Performance may suffer from in-memory cache misses. Increase max heap size of 
Gradle build process to reduce cache misses.
Cache entries evicted. In-memory cache of 
/home/jenkins/.gradle/caches/journal-1/file-access.bin: Size{4500} 
MaxSize{4500}, CacheStats{hitCount=0, missCount=5400, loadSuccessCount=5401, 
loadExceptionCount=0, totalLoadTime=316783732, evictionCount=901} 
Performance may suffer from in-memory cache misses. Increase max heap size of 
Gradle build process to reduce cache misses.
Cache entries evicted. In-memory cache of 
/home/jenkins/.gradle/caches/journal-1/file-access.bin: Size{4500} 
MaxSize{4500}, CacheStats{hitCount=0, missCount=5850, loadSuccessCount=5851, 
loadExceptionCount=0, totalLoadTime=337817296, evictionCount=1351} 
Performance may suffer from in-memory cache misses. Increase max heap size of 
Gradle build process to reduce cache misses.
Cache entries evicted. In-memory cache of 
/home/jenkins/.gradle/caches/journal-1/file-access.bin: Size{4500} 
MaxSize{4500}, CacheStats{hitCount=0, missCount=6300, loadSuccessCount=6301, 
loadExceptionCount=0, totalLoadTime=357497412, evictionCount=1801} 
Performance may suffer from in-memory cache misses. Increase max heap size of 
Gradle build process to reduce cache misses.
Cache entries evicted. In-memory cache of 
/home/jenkins/.gradle/caches/journal-1/file-access.bin: Size{4500} 
MaxSize{4500}, CacheStats{hitCount=0, missCount=6750, loadSuccessCount=6751, 
loadExceptionCount=0, totalLoadTime=375866923, evictionCount=2251} 
Performance may suffer from in-memory cache misses. Increase max heap size of 
Gradle build process to reduce cache misses.
Cache entries evicted. In-memory cache of 
/home/jenkins/.gradle/caches/journal-1/file-access.bin: Size{4500} 
MaxSize{4500}, CacheStats{hitCount=0, missCount=7200, loadSuccessCount=7201, 
loadExceptionCount=0, totalLoadTime=393970488, evictionCount=2701} 
Performance may suffer from in-memory cache misses. Increase max heap size of 
Gradle build process to reduce cache misses.
Cache entries evicted. In-memory cache of 
/home/jenkins/.gradle/caches/journal-1/file-access.bin: Size{4500} 
MaxSize{4500}, CacheStats{hitCount=0, missCount=7650, loadSuccessCount=7651, 
loadExceptionCount=0, totalLoadTime=412650534, evictionCount=3151} 
Performance may suffer from in-memory cache misses. Increase max heap size of 
Gradle build process to reduce cache misses.
Cache entries evicted. In-memory cache of 
/home/jenkins/.gradle/caches/journal-1/file-access.bin: Size{4500} 
MaxSize{4500}, CacheStats{hitCount=0, missCount=8100, loadSuccessCount=8101, 
loadExceptionCount=0, totalLoadTime=433240902, evictionCount=3601} 
Performance may suffer from in-memory cache misses. Increase max heap size of 
Gradle build process to reduce cache misses.
Cache entries evicted. In-memory cache of 
/home/jenkins/.gradle/caches/journal-1/file-access.bin: Size{4500} 
MaxSize{4500}, CacheStats{hitCount=0, missCount=8550, loadSuccessCount=8551, 
loadExceptionCount=0, totalLoadTime=451187077, evictionCount=4051} 
Performance may suffer from in-memory cache misses. Increase max heap size of 
Gradle build process to reduce cache misses.
Cache entries evicted. In-memory cache of 
/home/jenkins/.gradle/caches/journal-1/file-access.bin: Size{4500} 
MaxSize{4500}, CacheStats{hitCount=0, missCount=9000, loadSuccessCount=9001, 
loadExceptionCount=0, totalLoadTime=470014410, evictionCount=4501} 
Performance may suffer from in-memory cache misses. Increase max heap size of 
Gradle build process to reduce cache misses.
Cache entries evicted. In-memory cache of 
/home/jenkins/.gradle/caches/journal-1/file-access.bin: Size{4500} 
MaxSize{4500}, CacheStats{hitCount=0, missCount=9450, loadSuccessCount=9451, 
loadExceptionCount=0, totalLoadTime=488552420, evictionCount=4951} 
Performance may suffer from in-memory cache misses. Increase max heap size of 
Gradle build process to reduce cache misses.
Cache entries evicted. In-memory cache of 
/home/jenkins/.gradle/caches/journal-1/file-access.bin: Size{4500} 
MaxSize{4500}, CacheStats{hitCount=0, missCount=9900, loadSuccessCount=9901, 
loadExceptionCount=0, totalLoadTime=505894028, evictionCount=5401} 
Performance may suffer from in-memory cache misses. Increase max heap size of 
Gradle build process to reduce cache misses.
Cache entries evicted. In-memory cache of 
/home/jenkins/.gradle/caches/journal-1/file-access.bin: Size{4500} 
MaxSize{4500}, CacheStats{hitCount=0, missCount=10350, loadSuccessCount=10351, 
loadExceptionCount=0, totalLoadTime=524373260, evictionCount=5851} 
Performance may suffer from in-memory cache misses. Increase max heap size of 
Gradle build process to reduce cache misses.
Cache entries evicted. In-memory cache of 
/home/jenkins/.gradle/caches/journal-1/file-access.bin: Size{4500} 
MaxSize{4500}, CacheStats{hitCount=0, missCount=10800, loadSuccessCount=10801, 
loadExceptionCount=0, totalLoadTime=542954119, evictionCount=6301} 
Performance may suffer from in-memory cache misses. Increase max heap size of 
Gradle build process to reduce cache misses.
Cache entries evicted. In-memory cache of 
/home/jenkins/.gradle/caches/journal-1/file-access.bin: Size{4500} 
MaxSize{4500}, CacheStats{hitCount=0, missCount=11250, loadSuccessCount=11251, 
loadExceptionCount=0, totalLoadTime=559944438, evictionCount=6751} 
Performance may suffer from in-memory cache misses. Increase max heap size of 
Gradle build process to reduce cache misses.
Cache entries evicted. In-memory cache of 
/home/jenkins/.gradle/caches/journal-1/file-access.bin: Size{4500} 
MaxSize{4500}, CacheStats{hitCount=0, missCount=11700, loadSuccessCount=11701, 
loadExceptionCount=0, totalLoadTime=576964964, evictionCount=7201} 
Performance may suffer from in-memory cache misses. Increase max heap size of 
Gradle build process to reduce cache misses.
Cache entries evicted. In-memory cache of 
/home/jenkins/.gradle/caches/journal-1/file-access.bin: Size{4500} 
MaxSize{4500}, CacheStats{hitCount=0, missCount=12150, loadSuccessCount=12151, 
loadExceptionCount=0, totalLoadTime=595478171, evictionCount=7651} 
Performance may suffer from in-memory cache misses. Increase max heap size of 
Gradle build process to reduce cache misses.
Cache entries evicted. In-memory cache of 
/home/jenkins/.gradle/caches/journal-1/file-access.bin: Size{4500} 
MaxSize{4500}, CacheStats{hitCount=0, missCount=12600, loadSuccessCount=12601, 
loadExceptionCount=0, totalLoadTime=616113654, evictionCount=8101} 
Performance may suffer from in-memory cache misses. Increase max heap size of 
Gradle build process to reduce cache misses.
Cache entries evicted. In-memory cache of 
/home/jenkins/.gradle/caches/journal-1/file-access.bin: Size{4500} 
MaxSize{4500}, CacheStats{hitCount=0, missCount=13050, loadSuccessCount=13051, 
loadExceptionCount=0, totalLoadTime=636326883, evictionCount=8551} 
Performance may suffer from in-memory cache misses. Increase max heap size of 
Gradle build process to reduce cache misses.
Cache entries evicted. In-memory cache of 
/home/jenkins/.gradle/caches/journal-1/file-access.bin: Size{4500} 
MaxSize{4500}, CacheStats{hitCount=0, missCount=13500, loadSuccessCount=13501, 
loadExceptionCount=0, totalLoadTime=655024076, evictionCount=9001} 
Performance may suffer from in-memory cache misses. Increase max heap size of 
Gradle build process to reduce cache misses.
Build cache (/home/jenkins/.gradle/caches/build-cache-1) cleaned up in 2.755 
secs.
Stopped 2 worker daemon(s).
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]

Reply via email to