See
<https://builds.apache.org/job/beam_PostCommit_Java_Nexmark_Dataflow/4480/display/redirect>
Changes:
------------------------------------------
[...truncated 149.81 KB...]
2019-12-09T12:07:42.971Z Running query:SESSION_SIDE_INPUT_JOIN;
exportSummaryToBigQuery:true; numEvents:10000000
2019-12-09T12:07:42.971Z Running query:BOUNDED_SIDE_INPUT_JOIN;
exportSummaryToBigQuery:true; numEvents:10000000
2019-12-09T12:07:44.019Z Generating 10000000 events in streaming mode
2019-12-09T12:07:44.019Z Generating 10000000 events in streaming mode
2019-12-09T12:07:44.019Z Generating 10000000 events in streaming mode
2019-12-09T12:07:44.019Z Generating 10000000 events in streaming mode
2019-12-09T12:07:44.019Z Generating 10000000 events in streaming mode
2019-12-09T12:07:44.019Z Generating 1000000 events in streaming mode
2019-12-09T12:07:44.019Z Generating 10000000 events in streaming mode
2019-12-09T12:07:44.019Z Generating 10000000 events in streaming mode
2019-12-09T12:07:44.019Z Generating 1000000 events in streaming mode
2019-12-09T12:07:44.019Z Generating 10000000 events in streaming mode
2019-12-09T12:07:44.019Z Generating 10000000 events in streaming mode
2019-12-09T12:07:44.019Z Generating 1000000 events in streaming mode
2019-12-09T12:07:44.019Z Generating 10000000 events in streaming mode
2019-12-09T12:07:44.019Z Generating 10000000 events in streaming mode
2019-12-09T12:07:44.019Z Generating 10000000 events in streaming mode
2019-12-09T12:07:44.258Z Expected auction duration is 16667 ms
2019-12-09T12:07:44.261Z Expected auction duration is 16667 ms
2019-12-09T12:07:44.261Z Expected auction duration is 16667 ms
==========================================================================================
Run started 2019-12-09T12:07:42.750Z and ran for PT9.372S
Default configuration:
{"debug":true,"query":null,"sourceType":"DIRECT","sinkType":"DEVNULL","exportSummaryToBigQuery":false,"pubSubMode":"COMBINED","sideInputType":"DIRECT","sideInputRowCount":500,"sideInputNumShards":3,"sideInputUrl":null,"sessionGap":{"standardDays":0,"standardHours":0,"standardMinutes":10,"standardSeconds":600,"millis":600000},"numEvents":100000,"numEventGenerators":100,"rateShape":"SINE","firstEventRate":10000,"nextEventRate":10000,"rateUnit":"PER_SECOND","ratePeriodSec":600,"preloadSeconds":0,"streamTimeout":240,"isRateLimited":false,"useWallclockEventTime":false,"avgPersonByteSize":200,"avgAuctionByteSize":500,"avgBidByteSize":100,"hotAuctionRatio":2,"hotSellersRatio":4,"hotBiddersRatio":4,"windowSizeSec":10,"windowPeriodSec":5,"watermarkHoldbackSec":0,"numInFlightAuctions":100,"numActivePeople":1000,"coderStrategy":"HAND","cpuDelayMs":0,"diskBusyBytes":0,"auctionSkip":123,"fanout":5,"maxAuctionsWaitingTime":600,"occasionalDelaySec":3,"probDelayedEvent":0.1,"maxLogEvents":100000,"usePubsubPublishTime":false,"outOfOrderGroupSize":1}
Configurations:
Conf Description
0000 query:PASSTHROUGH; exportSummaryToBigQuery:true; numEvents:10000000
0001 query:CURRENCY_CONVERSION; exportSummaryToBigQuery:true;
numEvents:10000000
0002 query:SELECTION; exportSummaryToBigQuery:true; numEvents:10000000
0003 query:LOCAL_ITEM_SUGGESTION; exportSummaryToBigQuery:true;
numEvents:10000000
0004 query:AVERAGE_PRICE_FOR_CATEGORY; exportSummaryToBigQuery:true;
numEvents:1000000
0005 query:HOT_ITEMS; exportSummaryToBigQuery:true; numEvents:10000000
0006 query:AVERAGE_SELLING_PRICE_BY_SELLER; exportSummaryToBigQuery:true;
numEvents:1000000
0007 query:HIGHEST_BID; exportSummaryToBigQuery:true; numEvents:10000000
0008 query:MONITOR_NEW_USERS; exportSummaryToBigQuery:true;
numEvents:10000000
0009 query:WINNING_BIDS; exportSummaryToBigQuery:true; numEvents:1000000
0010 query:LOG_TO_SHARDED_FILES; exportSummaryToBigQuery:true;
numEvents:10000000
0011 query:USER_SESSIONS; exportSummaryToBigQuery:true; numEvents:10000000
0012 query:PROCESSING_TIME_WINDOWS; exportSummaryToBigQuery:true;
numEvents:10000000
0013 query:BOUNDED_SIDE_INPUT_JOIN; exportSummaryToBigQuery:true;
numEvents:10000000
Exception in thread "main" 0014 query:SESSION_SIDE_INPUT_JOIN;
exportSummaryToBigQuery:true; numEvents:10000000
Performance:
Conf Runtime(sec) (Baseline) Events(/sec) (Baseline) Results
(Baseline)
0000 *** not run ***
0001 *** not run ***
0002 *** not run ***
0003 *** not run ***
0004 *** not run ***
0005 *** not run ***
0006 *** not run ***
0007 *** not run ***
0008 *** not run ***
0009 *** not run ***
0010 *** not run ***
0011 *** not run ***
0012 *** not run ***
0013 *** not run ***
0014 *** not run ***
java.lang.RuntimeException: java.lang.RuntimeException: Failed to create a
workflow job: (d8390577cb3690b5): The workflow could not be created. Causes:
(9fbe2312150d06a8): Dataflow quota error for jobs-per-project quota. Project
apache-beam-testing is running 302 jobs. Please check the quota usage via GCP
Console. If it exceeds the limit, please wait for a workflow to finish or
contact Google Cloud Support to request an increase in quota. If it does not,
contact Google Cloud Support.
==========================================================================================
at org.apache.beam.sdk.nexmark.Main.runAll(Main.java:128)
at org.apache.beam.sdk.nexmark.Main.main(Main.java:415)
Caused by: java.lang.RuntimeException: Failed to create a workflow job:
(d8390577cb3690b5): The workflow could not be created. Causes:
(9fbe2312150d06a8): Dataflow quota error for jobs-per-project quota. Project
apache-beam-testing is running 302 jobs. Please check the quota usage via GCP
Console. If it exceeds the limit, please wait for a workflow to finish or
contact Google Cloud Support to request an increase in quota. If it does not,
contact Google Cloud Support.
at
org.apache.beam.runners.dataflow.DataflowRunner.run(DataflowRunner.java:974)
at
org.apache.beam.runners.dataflow.DataflowRunner.run(DataflowRunner.java:188)
at org.apache.beam.sdk.Pipeline.run(Pipeline.java:315)
at org.apache.beam.sdk.Pipeline.run(Pipeline.java:301)
at
org.apache.beam.sdk.nexmark.NexmarkLauncher.run(NexmarkLauncher.java:1178)
at org.apache.beam.sdk.nexmark.Main$Run.call(Main.java:90)
at org.apache.beam.sdk.nexmark.Main$Run.call(Main.java:79)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: com.google.api.client.googleapis.json.GoogleJsonResponseException:
400 Bad Request
{
"code" : 400,
"errors" : [ {
"domain" : "global",
"message" : "(d8390577cb3690b5): The workflow could not be created. Causes:
(9fbe2312150d06a8): Dataflow quota error for jobs-per-project quota. Project
apache-beam-testing is running 302 jobs. Please check the quota usage via GCP
Console. If it exceeds the limit, please wait for a workflow to finish or
contact Google Cloud Support to request an increase in quota. If it does not,
contact Google Cloud Support.",
"reason" : "failedPrecondition"
} ],
"message" : "(d8390577cb3690b5): The workflow could not be created. Causes:
(9fbe2312150d06a8): Dataflow quota error for jobs-per-project quota. Project
apache-beam-testing is running 302 jobs. Please check the quota usage via GCP
Console. If it exceeds the limit, please wait for a workflow to finish or
contact Google Cloud Support to request an increase in quota. If it does not,
contact Google Cloud Support.",
"status" : "FAILED_PRECONDITION"
}
at
com.google.api.client.googleapis.json.GoogleJsonResponseException.from(GoogleJsonResponseException.java:150)
at
com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:113)
at
com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:40)
at
com.google.api.client.googleapis.services.AbstractGoogleClientRequest$1.interceptResponse(AbstractGoogleClientRequest.java:417)
at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1132)
at
com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:515)
at
com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:448)
at
com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:565)
at
org.apache.beam.runners.dataflow.DataflowClient.createJob(DataflowClient.java:61)
at
org.apache.beam.runners.dataflow.DataflowRunner.run(DataflowRunner.java:960)
... 12 more
2019-12-09T12:13:08.216Z Waiting for main pipeline to 'finish'
2019-12-09T12:13:08.247Z RUNNING Query12
2019-12-09T12:13:09.040Z 1 samples not enough to calculate steady-state event
rate
2019-12-09T12:13:09.117Z new perf
{"snapshots":null,"runtimeSec":81.177,"numEvents":10000000,"eventsPerSec":123187.60239969449,"eventBytesPerSec":1.5811928218584081E7,"numResults":594481,"resultsPerSec":7323.268906217278,"resultBytesPerSec":117172.30249947644,"startupDelaySec":-125.294,"processingDelaySec":15.276,"shutdownDelaySec":44.117,"timeDilation":-1.0,"errors":null,"jobId":null}
2019-12-09T12:13:24.154Z RUNNING Query12
2019-12-09T12:13:24.882Z 1 samples not enough to calculate steady-state event
rate
2019-12-09T12:13:25.032Z no activity
2019-12-09T12:13:40.075Z RUNNING Query12
2019-12-09T12:13:40.918Z 1 samples not enough to calculate steady-state event
rate
2019-12-09T12:13:40.982Z no activity
2019-12-09T12:13:46.795Z Waiting for main pipeline to 'finish'
2019-12-09T12:13:46.830Z RUNNING Query11
2019-12-09T12:13:47.573Z 1 samples not enough to calculate steady-state event
rate
2019-12-09T12:13:47.647Z new perf
{"snapshots":null,"runtimeSec":134.045,"numEvents":8485337,"eventsPerSec":63302.15226229998,"eventBytesPerSec":8125327.039427059,"numResults":1089696,"resultsPerSec":8129.329702711777,"resultBytesPerSec":130069.27524338843,"startupDelaySec":-141.801,"processingDelaySec":20.36,"shutdownDelaySec":7.756,"timeDilation":5.139244283636093,"errors":null,"jobId":null}
2019-12-09T12:13:56.011Z RUNNING Query12
2019-12-09T12:13:56.800Z 1 samples not enough to calculate steady-state event
rate
2019-12-09T12:13:56.869Z no activity
2019-12-09T12:14:02.677Z RUNNING Query11
2019-12-09T12:14:03.419Z 2 samples not enough to calculate steady-state event
rate
2019-12-09T12:14:03.496Z new perf
{"snapshots":null,"runtimeSec":152.126,"numEvents":9231022,"eventsPerSec":60680.107279492,"eventBytesPerSec":7788757.8520437,"numResults":1265091,"resultsPerSec":8316.073518004812,"resultBytesPerSec":133057.176288077,"startupDelaySec":-141.801,"processingDelaySec":20.36,"shutdownDelaySec":5.528,"timeDilation":4.881742765865138,"errors":null,"jobId":null}
2019-12-09T12:14:11.905Z RUNNING Query12
2019-12-09T12:14:12.686Z 1 samples not enough to calculate steady-state event
rate
2019-12-09T12:14:12.761Z streaming query appears to have finished waiting for
completion.
2019-12-09T12:14:12.762Z no activity
2019-12-09T12:14:18.561Z RUNNING Query11
2019-12-09T12:14:19.246Z 3 samples not enough to calculate steady-state event
rate
2019-12-09T12:14:19.306Z new perf
{"snapshots":null,"runtimeSec":162.411,"numEvents":9760000,"eventsPerSec":60094.45173048624,"eventBytesPerSec":7713566.365578686,"numResults":1432939,"resultsPerSec":8822.918398384345,"resultBytesPerSec":141164.33000227818,"startupDelaySec":-141.801,"processingDelaySec":20.36,"shutdownDelaySec":11.091,"timeDilation":4.857737468521221,"errors":null,"jobId":null}
2019-12-09T12:14:27.799Z RUNNING Query12 (waiting for shutdown)
2019-12-09T12:14:28.519Z 1 samples not enough to calculate steady-state event
rate
2019-12-09T12:14:28.519Z no activity
2019-12-09T12:14:34.337Z RUNNING Query11
2019-12-09T12:14:35.068Z 4 samples not enough to calculate steady-state event
rate
2019-12-09T12:14:35.135Z new perf
{"snapshots":null,"runtimeSec":176.667,"numEvents":10000000,"eventsPerSec":56603.66678553437,"eventBytesPerSec":7265447.972739674,"numResults":1579952,"resultsPerSec":8943.107654513859,"resultBytesPerSec":143089.72247222174,"startupDelaySec":-141.801,"processingDelaySec":20.36,"shutdownDelaySec":12.646,"timeDilation":5.031782958900077,"errors":null,"jobId":null}
2019-12-09T12:14:43.555Z RUNNING Query12 (waiting for shutdown)
2019-12-09T12:14:44.474Z 1 samples not enough to calculate steady-state event
rate
2019-12-09T12:14:44.475Z no activity
2019-12-09T12:14:50.170Z RUNNING Query11
2019-12-09T12:14:50.875Z 5 samples not enough to calculate steady-state event
rate
2019-12-09T12:14:50.950Z new perf
{"snapshots":null,"runtimeSec":195.083,"numEvents":10000000,"eventsPerSec":51260.23282397749,"eventBytesPerSec":6579583.546490468,"numResults":1779632,"resultsPerSec":9122.43506610007,"resultBytesPerSec":145958.96105760112,"startupDelaySec":-141.801,"processingDelaySec":20.36,"shutdownDelaySec":10.058,"timeDilation":5.125766981233629,"errors":null,"jobId":null}
2019-12-09T12:14:51.701Z Waiting for main pipeline to 'finish'
2019-12-09T12:14:51.736Z RUNNING BoundedSideInputJoin
2019-12-09T12:14:52.427Z 0 samples not enough to calculate steady-state event
rate
2019-12-09T12:14:52.511Z new perf
{"snapshots":null,"runtimeSec":95.48,"numEvents":9523790,"eventsPerSec":99746.43904482614,"eventBytesPerSec":1.2803009331797235E7,"numResults":-1,"resultsPerSec":-1.0,"resultBytesPerSec":-1.0,"startupDelaySec":-110.531,"processingDelaySec":-1.0,"shutdownDelaySec":-1.0,"timeDilation":-1.0,"errors":null,"jobId":null}
2019-12-09T12:14:59.509Z RUNNING Query12 (waiting for shutdown)
2019-12-09T12:15:00.303Z 1 samples not enough to calculate steady-state event
rate
2019-12-09T12:15:00.303Z no activity
2019-12-09T12:15:05.986Z RUNNING Query11
2019-12-09T12:15:06.750Z 6 samples not enough to calculate steady-state event
rate
2019-12-09T12:15:06.811Z new perf
{"snapshots":null,"runtimeSec":199.926,"numEvents":10000000,"eventsPerSec":50018.506847533594,"eventBytesPerSec":6420199.958984825,"numResults":1839657,"resultsPerSec":9201.68962516131,"resultBytesPerSec":147227.03400258097,"startupDelaySec":-141.801,"processingDelaySec":20.36,"shutdownDelaySec":21.031,"timeDilation":5.001600592219122,"errors":null,"jobId":null}
2019-12-09T12:15:07.542Z RUNNING BoundedSideInputJoin
2019-12-09T12:15:08.332Z 1 samples not enough to calculate steady-state event
rate
2019-12-09T12:15:08.402Z new perf
{"snapshots":null,"runtimeSec":112.408,"numEvents":9750000,"eventsPerSec":86737.59874742011,"eventBytesPerSec":1.113321192441819E7,"numResults":10149,"resultsPerSec":90.28716817308377,"resultBytesPerSec":7755.60458330368,"startupDelaySec":-110.531,"processingDelaySec":101.431,"shutdownDelaySec":13.932,"timeDilation":1.1466265746210234,"errors":null,"jobId":null}
2019-12-09T12:15:15.338Z RUNNING Query12 (waiting for shutdown)
2019-12-09T12:15:16.024Z 1 samples not enough to calculate steady-state event
rate
2019-12-09T12:15:16.024Z no activity
2019-12-09T12:15:21.846Z RUNNING Query11
2019-12-09T12:15:22.625Z 6 samples not enough to calculate steady-state event
rate
2019-12-09T12:15:22.690Z no activity
2019-12-09T12:15:23.570Z RUNNING BoundedSideInputJoin
2019-12-09T12:15:24.392Z 2 samples not enough to calculate steady-state event
rate
2019-12-09T12:15:24.474Z new perf
{"snapshots":null,"runtimeSec":129.497,"numEvents":10000000,"eventsPerSec":77221.86614361721,"eventBytesPerSec":9911927.666277982,"numResults":436751,"resultsPerSec":3372.6727260090966,"resultBytesPerSec":288518.791941126,"startupDelaySec":-110.531,"processingDelaySec":101.431,"shutdownDelaySec":12.735,"timeDilation":7.721646061298716,"errors":null,"jobId":null}
2019-12-09T12:15:31.062Z DONE Query12 (waiting for shutdown)
2019-12-09T12:15:31.144Z 1 samples not enough to calculate steady-state event
rate
2019-12-09T12:15:37.725Z RUNNING Query11
2019-12-09T12:15:38.497Z 6 samples not enough to calculate steady-state event
rate
2019-12-09T12:15:38.561Z no activity
2019-12-09T12:15:39.508Z RUNNING BoundedSideInputJoin
2019-12-09T12:15:40.292Z 3 samples not enough to calculate steady-state event
rate
2019-12-09T12:15:40.352Z new perf
{"snapshots":null,"runtimeSec":143.354,"numEvents":10000000,"eventsPerSec":69757.38381907724,"eventBytesPerSec":8953812.917672334,"numResults":4362091,"resultsPerSec":30428.80561407425,"resultBytesPerSec":2605618.106226544,"startupDelaySec":-110.531,"processingDelaySec":101.431,"shutdownDelaySec":14.95,"timeDilation":6.975250080220991,"errors":null,"jobId":null}
2019-12-09T12:15:53.594Z RUNNING Query11
2019-12-09T12:15:54.352Z 6 samples not enough to calculate steady-state event
rate
2019-12-09T12:15:54.416Z no activity
2019-12-09T12:15:55.384Z RUNNING BoundedSideInputJoin
2019-12-09T12:15:56.100Z 4 samples not enough to calculate steady-state event
rate
2019-12-09T12:15:56.170Z new perf
{"snapshots":null,"runtimeSec":155.632,"numEvents":10000000,"eventsPerSec":64254.13796648504,"eventBytesPerSec":8247435.598077516,"numResults":8648940,"resultsPerSec":55573.01840238511,"resultBytesPerSec":4759185.032641102,"startupDelaySec":-110.531,"processingDelaySec":101.431,"shutdownDelaySec":18.55,"timeDilation":6.424964017682738,"errors":null,"jobId":null}
2019-12-09T12:16:09.445Z RUNNING Query11
2019-12-09T12:16:10.142Z 6 samples not enough to calculate steady-state event
rate
2019-12-09T12:16:10.208Z streaming query appears to have finished waiting for
completion.
2019-12-09T12:16:10.208Z no activity
2019-12-09T12:16:11.212Z RUNNING BoundedSideInputJoin
2019-12-09T12:16:11.898Z 5 samples not enough to calculate steady-state event
rate
2019-12-09T12:16:11.972Z new perf
{"snapshots":null,"runtimeSec":162.819,"numEvents":10000000,"eventsPerSec":61417.89348908912,"eventBytesPerSec":7883385.213027964,"numResults":9200000,"resultsPerSec":56504.462009961986,"resultBytesPerSec":4839311.10619768,"startupDelaySec":-110.531,"processingDelaySec":101.431,"shutdownDelaySec":27.181,"timeDilation":6.141359423654488,"errors":null,"jobId":null}
2019-12-09T12:16:25.249Z RUNNING Query11 (waiting for shutdown)
2019-12-09T12:16:25.927Z 6 samples not enough to calculate steady-state event
rate
2019-12-09T12:16:25.927Z no activity
2019-12-09T12:16:27.002Z RUNNING BoundedSideInputJoin
2019-12-09T12:16:27.691Z 5 samples not enough to calculate steady-state event
rate
2019-12-09T12:16:27.778Z no activity
2019-12-09T12:16:40.961Z RUNNING Query11 (waiting for shutdown)
2019-12-09T12:16:41.686Z 6 samples not enough to calculate steady-state event
rate
2019-12-09T12:16:41.686Z no activity
2019-12-09T12:16:42.817Z RUNNING BoundedSideInputJoin
2019-12-09T12:16:43.516Z 5 samples not enough to calculate steady-state event
rate
2019-12-09T12:16:43.585Z no activity
2019-12-09T12:16:56.724Z RUNNING Query11 (waiting for shutdown)
2019-12-09T12:16:57.620Z 6 samples not enough to calculate steady-state event
rate
2019-12-09T12:16:57.620Z no activity
2019-12-09T12:16:58.617Z RUNNING BoundedSideInputJoin
2019-12-09T12:16:59.430Z 5 samples not enough to calculate steady-state event
rate
2019-12-09T12:16:59.501Z no activity
2019-12-09T12:17:12.656Z DONE Query11 (waiting for shutdown)
2019-12-09T12:17:12.688Z 6 samples not enough to calculate steady-state event
rate
2019-12-09T12:17:14.536Z RUNNING BoundedSideInputJoin
2019-12-09T12:17:15.240Z 5 samples not enough to calculate steady-state event
rate
2019-12-09T12:17:15.319Z streaming query appears to have finished waiting for
completion.
2019-12-09T12:17:15.319Z no activity
2019-12-09T12:17:30.352Z RUNNING BoundedSideInputJoin (waiting for shutdown)
2019-12-09T12:17:31.084Z 5 samples not enough to calculate steady-state event
rate
2019-12-09T12:17:31.085Z no activity
2019-12-09T12:17:46.112Z RUNNING BoundedSideInputJoin (waiting for shutdown)
2019-12-09T12:17:46.821Z 5 samples not enough to calculate steady-state event
rate
2019-12-09T12:17:46.821Z no activity
2019-12-09T12:18:01.854Z RUNNING BoundedSideInputJoin (waiting for shutdown)
2019-12-09T12:18:02.624Z 5 samples not enough to calculate steady-state event
rate
2019-12-09T12:18:02.624Z no activity
2019-12-09T12:18:17.658Z RUNNING BoundedSideInputJoin (waiting for shutdown)
2019-12-09T12:18:18.452Z 5 samples not enough to calculate steady-state event
rate
2019-12-09T12:18:18.452Z no activity
2019-12-09T12:18:33.494Z DONE BoundedSideInputJoin (waiting for shutdown)
2019-12-09T12:18:33.542Z 5 samples not enough to calculate steady-state event
rate
> Task :sdks:java:testing:nexmark:run FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':sdks:java:testing:nexmark:run'.
> Process 'command '/usr/lib/jvm/java-8-openjdk-amd64/bin/java'' finished with
> non-zero exit value 1
* 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 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See
https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 10m 57s
81 actionable tasks: 2 executed, 79 up-to-date
Publishing build scan...
https://scans.gradle.com/s/mdiigoipghumm
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]